/*
 Theme Name:   Petvet Child
 Theme URI:    http://theramas.ld/
 Description:  child theme for wp-petvet
 Author:       Peritus team
 Author URI:   http://peritus-webdesign.com
 Template:     wp-petvet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-petvet
*/

* {
 font-family: muli;
}

/*
* Our services need to be displayed 
* as block element
*/

@media screen and (max-width: 480px) {
  #cms-header-top, .tp-caption {
    display: none !important;
  }
}

.dis-block {
  display: inline-block !important;
}

.vc_btn3-color-petvet {
  background-color: #71bd96 !important;
  border-radius: 0;
}

.vc_btn3-color-petvet:hover {
  background-color: #50ab7c !important;
}

.team-content {
  padding-top: 50px;
}

.team-content .overlay-wrapper {
  max-width: 100%;
  width: 350px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}

.team-content h5 {
  margin: 20px 0;
  text-align: center;
}

.team-content h5 a {
  font-size: 30px;
}
.team-content small {
  font-size: 20px;
}

.team-content h5 a:after {
  content: "|";
  display: inline-block;
  color: #50ab7c;
  padding: 0 5px 0 10px;
}

.team-content .overlay-wrapper .overlay {
  border-radius: 50%;
  overflow: hidden;
}

.team-content .fa {
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  background-color: #412061;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}


.cms-page-title-wrapper {
  display: none;
}
