/*
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-#.0.html
Theme Name: Vet24
Author: 1422260520 16
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Vet24
Tags: Vet24.
*/
html {
    max-width: 100vw !important;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.homepage-section {
/*	position: relative; */
  	  display: block;
}
.image img {
	height: auto;
}
.header-v2 #navigation {
	float: none;
	padding-bottom: 30px;
}
#header.header-v2 {
	height: auto;
	line-height: normal;
}
.header-v2 #navigation ul {
	line-height: 24px;
}
#header.header-v2 #logo {
	float: none;
	padding: 30px 0;
}
.header-v3 #navigation ul li:not(.hover-item) {
	display: none;
}

.header-v3 #navigation:hover ul li {
	display: inline-block;
}
	.header-v3 #navigation:hover ul li ul li {
		display: list-item;
	}

/* Page Preloader */
#page-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10000;
    top: 0;
    background-color: #EEE;
}

#page-loader .loader {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 32px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    text-align: center;
    width: 100%;
}
.pace {
    z-index: 10001;
}
.pace-inactive {
    display: none;
}


/* New Search Form */
.nav-menu-search{
	vertical-align: middle;
	white-space: nowrap;
}

.nav-menu-search input#search{
	width: 100%;
	height: 40px;
	background: #FFF;
	font-size: 10pt;
	line-height: 40px;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #CCC;
	text-indent: 0;
	border-color: #08CAE8;
}

.nav-menu-search input#search::-webkit-input-placeholder {
	color: #65737e;
}

.nav-menu-search input#search:-moz-placeholder { /* Firefox 18- */
	color: #65737e;
}

.nav-menu-search input#search::-moz-placeholder {  /* Firefox 19+ */
	color: #65737e;
}

.nav-menu-search input#search:-ms-input-placeholder {
	color: #65737e;
}

.nav-menu-search button.icon{
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none;
	height: 40px;
	position: relative;
	top: -1px;
	left: -43px;
	line-height: 35px;
	width: 40px;
	color: #FFF;
	font-size: 10pt;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-ms-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
	background-color: #08CAE8;
}


.nav-menu-search:hover button.icon:hover{
	background: white;
}

.page-template-page-contact .has-padding {
	padding-top: 0;
}





/*custom CSS*/
a:visited {
color: #04888b;
}

section #contactsection{
    text-align: center;
}
div.g-recaptcha > div {
text-align: center;
    width: auto !important;
}
.owl-item .item img {
height: 200px; 
width: auto;
border-radius: 25px 25px 25px 25px;
-moz-border-radius: 25px 25px 25px 25px;
-webkit-border-radius: 25px 25px 25px 25px;
}

/* Header CSS*/
#header {
height: auto;
}


.entry-content {
position:static;
}

#logo img {
width: 16em;
}

.mobile-nav-btn {

    font-size: 1.5em;
}

/* CSS RESET and tag defaults*/
#imgcontainL p {
margin-bottom: 0px;
line-height: 0px;
}

#imgcontainR p {
margin-bottom: 0px;
line-height: 0px;
}

.subheader {
    position: relative;
}
.subheader span {
    color: #fff;
    font-size: 17pt;
}

#centretrio {
    background: #04888b;
}

/*trio CSS*/
#trio {
    text-align: center;
    color: #ffffff;
}

div#trioparent div.triotext a.btn:hover {
    color: #ffffff !important;
    border: solid 0.125em #ffffff !important;
}
div#trioparent div.centretext a.btn:hover {
    color: #ffffff !important;
    border: solid 0.125em #ffffff !important;
}
/*media queries*/

@media (min-width: 68em){

.subheader {
        line-height: 0.7em;
        top: 8em;
            
    }
    #trio {
        display: inline-flex;
    }
    .triotext {
        margin: 10em 20% !important;
        font-weight:bold;
    }

    #leftholder {
        width:40vw;
        max-width:1000px;
    }
    #centretrio {
        width: 20vw;
        min-width: 300px;
    }
    #rightholder {
        width: 40vw;
        max-width:1000px;
    }
    .centretext {
        padding: 8em 3em;
    }
    #trioparent {
    text-align:center;
    }
 #navigation {
     float:none;
 }

    .homepage-section > div.full-width-content {
        margin: auto;
}
}
@media (min-width: 40em) and (max-width: 68em) {

    #trio {
        display: block;
    }
    #leftholder {
    height: 20em;
    }
    #rightholder {
        height: 20em;
    }
    .centretrio {
        height: 20em;
    }
    .triotext {

        padding: 4em ;
    }
    .centretext {
        padding: 4em;
    }
    #socialspan {
        display: table;
        text-align: center;
    }
    
  }
     
    

@media (min-width: 23.125em) and (max-width: 40em) {

    #trio {
        display:block;
    }
    .triotext {
        padding: 4em;
    }

    .centretext {
        padding: 4em;
    }
    #socialspan {
        display: table;
        text-align: center;
    }
}

@media (min-width:0em) and (max-width: 23.125em) {

    #trio {
        display: block;
    }

    .triotext {
        padding: 3em;
    }

    .centretext {
        padding: 3em;
    }

    #phonenumber {
        display: none;
    }
    #socialspan {
        display: table;
        text-align: center;
    }
}
/*orientation media queries*/

@media all and (orientation: portrait) {
    .search-form {
        display: none !important;
    }

    #emailadress {
        display: none !important;
    }

    #phonenumber {
        display: none !important;
    }

    #socialspan {
        font-size: 1.5em;
        width: 100vw;
    }
}
    

/*hide search bar in mobile modes*/
@media (max-width:75em) {
    .search-form {
        display: none;
    }

    #emailadress {
        display: none;
        }

    #socialspan {
    font-size:1.5em;
    width: 100vw;
    display:table;
    text-align: center;
    }
}

/*button css*/
.btn {
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-width: 0.125em;
    border-color: #04888b;
    font-family: Arial;
    color: #04888b;
    font-size: 14px;
    text-decoration: none;
    padding: 1em 1em 1em 1em;
    display: inline-flex;
}

.btn:hover {
  background: #04888b;
    color: #ffffff;

}

#trio .btn {
border: none;
}

#buttons .btn {
    margin-right: 1em;
}

/*bee readmore css*/
.bee-readmore {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    border: #04888b solid 2px;
    border-width: 2px;
}
    /*accordian CSS*/
    .entry-content ul {
        list-style: none;
    }

/* contact map CSS*/
#gmap {
border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
margin: auto;
}

#buttons {
    position: relative;
    top: 25em;
    z-index: 1;
    
}


/* Blog Page Css*/

.pt-cv-thumbnail {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/*blog slider CSS*/
a.bee-readmore {
border-radius: 30px;
}


/* Page Header CSS*/

#page-header {
    padding: 10px 0;
    background-color: #04888b;
}

#sub-header{
    width: 100%;
    z-index: 9999;
    position: fixed;
}
    #header {
    padding-top: 50px;
    }
    
#navigation {
    
    width: 90vw;    
    
}
/*Our Services css*/
 img.lazy{
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; 
}

/* return button css*/
a#returnbtn.btn{
    font-size: 1.5em;
    bottom: 2em;
    right: 1em;
    position: fixed;
    z-index: 3;
    
}

#returnanchor {
    position:absolute;
    top:1px;
}

/*alternative anchor CSS*/
.petzooanchor {
    top: -20em;
    display: block;
    position: relative;
}
/*new client and contact us form CSS*/

@media (min-width: 62.5em) {
    #thefatcontroller {
        column-count: 2;
    }
#lefty {
margin-bottom: 15em;
}
}

/*Image CSS*/
/*corner rounding*/
.rounded {
border-radius: 30px;
}

/*table CSS*/
#flexboxtable {
    display:inline-flex;
    flex-flow: wrap;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -webkit-box-align: baseline;
    align-items: baseline;
}
.homepet{
   height:auto;
}
#homedog{
   width:17em;
}
#homefamily{
    width:34.5em;
}
#homecat {
    width:19.5em;
}
.homezoo {
    display: flex;
    flex-wrap:wrap;
}
.homepetouter {
align-self:flex-end;
text-align:center;
flex-wrap: wrap;
margin:0 auto;
}

/*link editing*/
a:hover {
color:#ffffff;
}
a#phonenumberinner:hover {
    color:#999;
}

a.link.small {
    border: #04888b solid 2px;
    border-radius: 30px;
    padding: 1em;
}
/*Social Icon CSS*/
.fa {
color:#999 !important;
}
.fa:hover{
    color:#04888b !important;
}
.fa-medkit {
color:#04888b !important;
}
#socialspan a {
color: #000;
}
#socialspan i {
color: #000;
}
#phonenumberinner:hover {
    color:#999;
}

/*Banner1 shortcode CSS*/

#bannerheader {
    text-align:center;
    background-color:#04888b;
}
#bannerheader h2{
    color:#fff;
    line-height: 3em;
    text-align:center;
    width:100%;
    font-size: 20px;
}


#findoutmore {
    background-color: #05aaad;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    height: 15em;
    width: 15em;
    transition: all 0.5s ease;
    z-index: 2;

}
#findoutmore:hover {
    height:18em;
    width:18em;
}

#findoutmore h3{
color:#FFF;
font-size:2em;
font-style:italic;
margin-top:30%;
}
#listspan {
  display:flex;
  text-align:left; 
  justify-content:center;
  flex-direction:row;
  flex-wrap:wrap;
  margin-top:3em;
}
#vetessentialslist{
    text-align:left;
}
#listinner {
    max-height: 6.6875em;
    font-weight:600;
    z-index:2;
    display:flex;
}
#listinner ul {
    margin:auto;
}
#youngpet {
    font-family: Garamond;
    font-size: 2em;
    font-style: italic;
    width:17.5em;
    font-weight:700;
    color: #000;
    right:15em;
    position: relative;
    border-bottom: solid 0.1em #05aaad;
    
}
#beags{
z-index:1;
}

@media (min-width: 60em) {
    #beags {
        position:absolute;
        top: 34%;
        right:58vw;
    }
 #listspan {
     flex-wrap:nowrap;
 }
}
/*banner1 media queries*/
@media (min-width: 37.5em) and (max-width:60em) {
    #findoutmore {
        margin: 3em;
        left: 13em;
        position: relative;
    }
    #beags {
 position:absolute;
 top:28%;
 right:42vw;
    }
    #listspan {
        flex-wrap: wrap;
    }
}

@media (min-width: 0em) and (max-width:37.5em) {
    #findoutmore {
        margin-top: 6em;
        left: 0em;
        position: relative;
    }
    #youngpet {
        display:none;
    }
	#beags {display:none !important}


	
    #listspan {
        flex-wrap: wrap;
    }

@media (max-width:26.25em) {
    div#listinner {
        display:block;
        margin-top:19em;
    }
 }

/*Our Staff CSS*/
.medic-meta {
background:none !important;
}

div.inner a.button {
color:#fff !important;
}

#team-block .team-member .hover .description
{
padding: 0;
}

.aligncenter.size-full.wp-image-7820 {width:100vw}

}
