/*   
Theme Name: Lounge Vet Custom Theme
Theme URI: http://www.dvmmultimedia.com/
Description: Vet Custom Theme
Author: Catalin Pogor
Author URI: http://www.catalinpogor.ro
Version: 0.1
Tags: Vet
*/
* {
	margin: 0px;
	padding: 0px;
}
*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

.notj {
	text-align: left;
}

/* submit facelift */
.gform_wrapper .gform_footer input[type="submit"] {
	color: #fff;
	background: #31b0d5;
	text-align: center;
	font-size: 20px;
	padding: 10px 10px;
	display: block;
	text-transform: uppercase;
	border-radius: 5px;
	width: 100%;
}
body {
	text-align: center; /* center the layout in IE 5 */
	font-family: 'Open Sans', sans-serif;
}
a, h1, h2, h3 {
	color: #00436b;
}
.post-content a {
	color: #00588d;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	outline: 0 none;
	border:0 none;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
img.noBorder {
	padding: 0px;
	border: 0px;
}
.clear {
	clear: both;
}
hr {
	background: #ccc;
	height: 1px;
	line-height: 1px;
	border: 0px;
	color: #ccc;
}

.gform_body ul {
	list-style-type: none;
	padding-left: 0px;
}
.gform_body ul li{
	margin-bottom: 10px;
}
.gform_body input[type=text]{
	width: 300px;
}

.footerLogos {
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*Home Page Header CSS*/
.address {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 6000;
	text-align: center;
	width: 100%;
	height: 40px;
	background: rgba(61,61,61,0.6);
}
.address p {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}
.headerWrapper {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0px;
	height: 100px;
	background: #fff;
	z-index: 900;
}
.header {
	width: 960px;
	margin: 0px auto;
	height: 100px;
	text-align: left;
	position: relative;
}
.logo {
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: 800;
}
.header a.appt {
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: 700;
	padding: 10px 40px;
}

/* slider */
section.slider {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
	margin: 0px auto;
}
section.slider .flexslider {
	position: absolute;
	top: 0px;
	height: 700px;
	z-index: 400;
	width: 100%;
}
section.slider .flexslider .slideItem {
	height: 700px;
	width: 100%;
	display: inline-block;
	position: relative;
}
section.slider .shadow {
	width: 100%;
	height: 700px;
	background: rgba(0,0,0,0.6);
	z-index: 650;
	position: absolute;
}
.navigation {
	width: 100%;
	height: 36px;
	z-index:1000;
	position: absolute;
	top: 100px;
	background: #fff;
}
.navbar-collapse {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}
.navigation li {
	float: left;
	list-style:none;
	line-height:50px;
	display:block;
	position: relative;
}
.navigation li a {
	font-family: 'Slabo 27px', serif;
	display:block;
	float:left;
	color:#444;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	padding: 11px 20px;
	text-decoration:none;
}
.navigation li a:hover,
.navigation li.active a,
.navigation li:hover  {
	color: #000;
}
.navigation li.open a.dropdown-toggle, 
.navigation a.dropdown-toggle:focus {
	background: none;
	border: 0px;
}

.navigation .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navigation .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navigation li:hover > ul.dropdown-menu{
	display: block;    
}
.dropdown-menu {
	position: absolute;
	top: 85%;
	left: -2px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 240px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navigation  .dropdown-menu li {
	display: block;
	width: auto;
	float: none;
	text-align: left;
	padding: 0px 10px;
	position:relative;
}
.navigation  .dropdown-menu li a {
	line-height: 24px;
	color: #00436b;
	display: block;
	float: none;
	text-align: left;
	padding: 0px;
	border: 0px;
	font-weight: normal;
}
.navigation  .dropdown-menu li:hover,
.navigation  .dropdown-menu li a:hover,
.navigation  .dropdown-menu li.active a{
	display:block;
	float:none;
	background:none !important;
	color: #000;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu-submenu:hover > a,
.dropdown-menu-submenu:focus > a {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #796AAF;
	background-image: -moz-linear-gradient(top, #796AAF, #796AAF);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#796AAF), to(#796AAF));
	background-image: -webkit-linear-gradient(top, #796AAF, #796AAF);
	background-image: -o-linear-gradient(top, #796AAF, #796AAF);
	background-image: linear-gradient(to bottom, #796AAF, #796AAF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff796AAF', endColorstr='#ff796AAF', GradientType=0);
}
.navigation li.active ul li a {
	background: none;
}

.dropdown-menu li .dropdown-menu {
	left: auto;
	right: 100%;
	top: 0px;
}
.navigation .dropdown-menu li .dropdown-menu:before {
	top: 4px;
	right: -7px;
	left:auto;
	border-top: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 7px solid #ccc;
	border-left-color: rgba(0, 0, 0, 0.2);
	border-right:none;
}
.navigation .dropdown-menu li .dropdown-menu:after {
	top: 5px;
	right: -6px;
	left:auto;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	border-right:none;
}
.featuredAreaWrap {
	margin-top: 455px;
	width: 100%;
	height: 350px;
	position: absolute;
	top: -150px;
	z-index: 800;
}
.featuredArea {
	width: 960px;
	margin: 0px auto;
}
.featuredArea .box {
	float: left;
	width: 225px;
	height: 300px;
	margin-right: 20px; 
}
.featuredArea .box.last {
	margin-right: 0px;
}
.featuredArea .box h3{
	color: #fff;
	font-weight: bold;
	padding-top: 230px;
	font-family: 'Slabo 27px', serif;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
}

/* welcome article */
.welcome {
	width: 100%;
	padding-top: 0px;
	border-bottom: 1px solid #999;
}
.welcome .welcomeText{
	width: 960px;
	margin: 0px auto;
	text-align: center;
}
.welcome .welcomeText p{
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}

/* contact home */
.contactWrap {
	width: 100%;
	display: block;
	border-bottom: 1px solid #999;
}
.contact {
	width: 960px;
	margin: 10px auto;
}
.contactText {
	float: left;
	width: 340px;
	margin-right: 20px;
	text-align: left;
}
.contactText p{
	font-size: 16px;
	line-height: 24px;
}
.contactMap {
	float: left;
	width: 600px;
}

/* reviews */
.reviews {
	width: 960px;
	margin: 20px auto;
}
.review {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.review.last {
	margin-right: 0px;
}

/*Footer CSS*/
.footerLogos {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
section.footerWrap {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:30px 0px;
	clear: both;
}
.footer {
	width: 960px;
	margin: 0px auto;
}
.hours {
	float: left;
	width: 300px;
	margin-right: 20px;
	text-align: left;
}
.hours p {
	font-size: 16px;
	line-height: 24px;
}
.footerSocial {
	float: left;
	width: 320px;
	margin-right: 20px;
	text-align: left;
}
.footerSocial h4{
	font-size: 30px;
	display: inline;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

.copycust {
	width: 300px;
	float: right;
	margin-top: -55px;
}

.widgetRight {
	float: left;
	width: 300px;
	text-align: center;
}
section.footer .copy {
	width: 960px;
	margin: 0px auto;
}
section.footer .copy p, section.footer .copy a{
	color: #fff;
	font-size: 16px;
}
section.footer .copy a{
	text-decoration: underline;
}
section.footer .copy a:hover{
	text-decoration: none;
}

/* inner */
.inner {
	width: 100%;
	height: 545px;
	position: absolute;
	z-index: 600;
	top: 0px;
	overflow: hidden;
}
section.contentWrap {
	background: #fff;
	width: 960px;
	margin: 0px auto;
	margin-top: 545px;
	padding-top: 20px;
}
section.contentWrap .sidebar {
	float: right;
	width: 320px;
	text-align: left;
	padding: 0px 0px 20px 20px;
}
section.contentWrap .content {
	float: left;
	width: 640px;
	text-align: left;
	padding: 0px 20px 20px 0px;
}
section.contentWrap .content.fullpage {
	width: 960px;
	padding: 0px 20px 20px 20px;
}

section.contentWrap .content h1{
	margin-top: 0px;
}
hr.featurette-divider {
	margin-top: 15px;
}
section.contentWrap .content ul{
	margin-left: 20px;
}
section.contentWrap .content p,
section.contentWrap .content li{
	font-size: 16px;
	line-height: 22px;
}


/* success message for gravity forms */
.gform_confirmation_wrapper {
	border: 2px solid #093; 
	padding: 5px;
	font-weight: bold;
	text-align: center;
}


.sidebar .gfield_label {
	margin: 0px !important;
}


@media screen and (min-width: 1920px) {
	body {
		background-size: cover !important;
	}
}
.hide-d {
	display: none;
}
.toggle-mobile-menu{
	display: none;
}
.menu-backdrop {
		height: 100%;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10000;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background-color: #000;
	}
/* resp */
@media screen and (max-width: 1152px) {
	.navigation {
	    width: 100%;
    	background-position: 50% 50%;
	}
	.navbar-collapse {
		width: 100%;
		left: 0px;
	    padding-left: 50px;
    	box-sizing: border-box;
	}
}
@media screen and (max-width: 880px) {
	iframe {
		width: 100%;
		max-width: 100%;
		min-width: 1px;
	}
	body {
		word-break: break-word;
	}
	.inner {
		display: none !important;
	}
	.copy p {
		text-align: center !important;
	}
	.footer .hours,.footerSocial,.widgetRight {
		width: 100%;
	    width: 100%;
	    margin: 0px;
	    text-align: center;
	}
	.featuredArea .box h3 {
		padding-top: 205px
	}
	.header {
		height: auto;
		padding: 10px 0px;
	}
	.contact,.featuredArea,.header {
		width: 100% !important;
	}
	.contactText {
		width: 100%;
		margin:0px;
		float: none;
		text-align: center;
	}
	.contactMap {
		width: 100%;	
		float: none;
	}
	.footer {
		width: 100%;
		max-width: 100%;
	}
	.contact {
		box-sizing: border-box;
		padding:0px 15px;
	}
	.contactText .alignleft1 {
		float: none !important;
	}
	.featuredArea .box {
   	 	float: left;
	    width: 25%;
	    height: 300px;
	    margin-right: 20px;
	    box-sizing: border-box;
	    margin: 0px;
	    padding: 0px 10px;
		width: calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
	    margin: 0px 10px;
	}
	.featuredAreaWrap {
	    margin: 0px;
	    top: 0px;
	    position: relative;
	    padding: 10px;
	    width: 100%;
	    box-sizing: border-box;
	}
	.logo {
		position: relative;
		top:0px !important;
		left:0px;
	}
	.headerWrapper {
		position: relative;
	    top: 0px;
	    left: 0px;
	    height: auto;
	    text-align: center;
	}
	.toggle-mobile-menu {
		display: block;
	}
	.hide-d .social {
		display: block !important;
	    position: relative;
	    top: 0px;
	    left: 0px;
	    text-align: center;
	    box-sizing: border-box;
	    margin: 10px;
	    border-radius: 12px;
	}
	.menu-s-back {
		opacity: 0.3;
		visibility: visible;
	}
	@font-face {
	    font-family: FontAwesome;
	    src: url(lib/fonts/fontawesome-webfont.ttf);
	}
	.homeWidgets iframe,.fb_iframe_widget span,.fb_iframe_widget {
		max-width: 340px !important;
		display: block !important;
		position: relative !important;
		margin:0px auto;
	}
	.homeBoxes {
		display: none !important;
	}
	.hide-xs {
		display: none !important;
	}
	i.fa.fa-plus:before {
	    content: "\f067";
	    display: inline-block;
	    position: absolute;
	    right: 15px;
	    top: 10px;
	    font-family: FontAwesome;
	    font-style:normal;
	}
	ul#menu-mobile .toggle-caret {
	    display: block;
	    width: 42px;
	    height: 42px;
	    line-height: 42px;
	    color: #fff;
	    border-left: 1px solid rgba(0, 0, 0, 0.2);
	    top: 0;
	}
	ul#menu-mobile .toggle-caret {
	    position: absolute;
	    top: 0;
	    right: 0;
	    text-align: center;
	    cursor: pointer;
	    line-height: inherit;
	}
	.sub-menu {
		display: none;
	}
	ul#menu-mobile .sub-menu {
	    padding-left: 15px;
	    box-sizing: border-box;
	    list-style: none;
	}
	ul#menu-mobile li {
		position: relative;
	    
	    width: 100%!important;
	    box-sizing: border-box;
	    text-align: left;
	    font-weight: normal;
	    font-size: 16px;
	    color: #fff;
	    text-transform: uppercase;
	    box-sizing: border-box;
	    
	}
	ul#menu-mobile li a {
		padding: 10px;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
		color: #fff !important;
	}
	#menu-mobile {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: -300px;
	    width: 300px;
	    height: 100%;
	    background-color: #222;
	    border-right: 1px solid rgba(0, 0, 0, 0.2);
	    overflow: auto;
	    transition: left 500ms ease;
	    -webkit-backface-visibility: hidden;
	    box-sizing: border-box;
	    overflow-x: hidden;
	    z-index: 10000;
	}
	.showEnzi {
	    left: 0px !important;
	}
	a#pull:after {
	    content: "\f0c9";
	    display: inline-block;
	    position: absolute;
	    right: 15px;
	    top: 13px;
	    font-family: FontAwesome;
	}
	a#pull {
		color: #fff;
	    padding: 14px;
	    box-sizing: border-box;
	    display: block;
	    height: 50px;
	    text-align: left;
	    text-transform: uppercase;
	    letter-spacing: 0.05em;
	}
	section.contentWrap,.homeWidgets,section.contentWrap .content.fullpage {
		max-width: 100%;
		margin: 10px auto;
	}
	.widgetBox {
		height: auto !important;
		width: 100% !important;
	}
	section.contentWrap .content {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding:15px;
	}
	.subbanner,.sidebar {
		display: none !important;
	}
	.navigation {
		position: relative;
	}.welcome div {
    max-width: 100%;
}
	.mobileBtn a, .hoursa {
	    display: block;
	    color: #fff;
	    text-align: center;
	    background: #a4b0de;
	    padding: 10px;
	    border-radius: 10px;
	    -moz-border-radius: 10px;
	    margin: 10px !important;
	}
	.navbar-collapse {
		display: none;
	}
	.hide-d {
		display: block;
	}
	.post-content img {
		width: 100% !important;
		height: auto !important;
		margin:10px 0px !important;
	}
	.post-content form img {
		width: auto !important;
	}
	.wp-caption  {
		width: 100% !important;
		margin:10px 0px !important;
	}
	.logo,.logo img {
		width: 100%;
		height: auto;
		margin:0px;
	    max-width: 400px;
    	margin: 0px auto;
		float: none;
	}
	.homeBoxes .box01,.homeBoxes .box02,.homeBoxes .box03,.homeBoxes .box04,.homeBoxes .box05 {
		width:33.33%;
		box-sizing: border-box;
		padding:0px 10px;
		margin:0px;
		margin-bottom: 10px;
		height: auto;
	}
	.welcome {
		max-width: 100%;
		background-color: #fff;
		box-sizing: border-box;
		padding:10px;
	}
	.welcome .welcomeImg,.welcome .welcomeText {
		height: auto;
		text-align: center;
		box-sizing: border-box;
	    width: 100%;
	    float:none;
	}
	.homeBoxes img {
		width: 100%;
	}
	.homeBoxes:after,.welcome:after {
		display: block;
		clear: both;
		content: "";
	}
	.homeBoxes {
		margin-top: 30px;
	}
	.footerSocial,.navbar-collapse,section.footer .footerLogos,section.footer .footerMenu,section.footer .copy {
		max-width: 100%;
	}
	section.header,.homeBoxes,.welcome {
		max-width: 100%;
		height: auto;
	}
	.slider,.address,.social,.phone {
		display: none !important;
	}
	.welcome .welcomeText {
		background-size: 0px;
	}
	.navigation {
		height:auto;
	}
	a#pull {
		background-color: #a4b0de;
		position: relative;
	}
	.homeWidgets {
		box-sizing: border-box;
		padding:0px 15px;
	}
	.textwidget a.button {
		max-width:320px;
		margin:0px auto;
	}
}
@media screen and (max-width: 540px) {
	.featuredArea .box h3 {
		padding-top: 225px;
		font-size: 18px;
	} 
	.featuredArea .box {
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		margin-bottom: 20px;
	}
	.welcomeImg img {
		width: 100%;
	}
	.welcome .welcomeText  {
		padding:0px;
	}
	.footerMenu,.footerLogos {
		display: none !important;
	}
	.post-content div {
		width: 100% !important;
	}
	.logo, .logo img {
		max-width: 250px;
	}
	.post-content img {
		width: 100%;
		height: auto !important;
	}
	.footerSocial h4 {
	    max-width: 245px;
	    display: block;
	    margin: 0px auto;
	    padding-bottom: 20px;
	}
	.stayConnected {
		padding-top: 19px;
		height: auto;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03, .homeBoxes .box04, .homeBoxes .box05 {
		width:50%;
	}
	section.contentWrap .content h1 {
		word-break:break-word;
	}
	section.contentWrap {
		padding-top: 0px;
	}
}

/*Handicap Plugin Restyle */
.accessibility-location-right .accessability_container{right:-180px !important;}.accessibility-location-right .accessability_container.active{right:0!important}.access_container_inner{margin-top:5px}body .accessability_container.dark_theme .a_module{margin-bottom:5px;border:0}body .accessability_container button.wah-action-button{font-size:13px !important;border-radius:3px}.accessability_container.dark_theme.active button.aicon_link{background-color:#fff!important;color:#000!important}.wahout.aicon_link{top:5px;border-radius:5px}button.close_container{line-height:28px;height:28px;border-radius:3px}html .a_module_title{display:none!important}html button.wahout.aicon_link img{opacity:0;display:none;visibility:hidden}html button.aicon_link{background-color:#29627d!important}html button.wahout.aicon_link:before{font-family:fontAwesome;content:"\f193";line-height:48px;color:#fff;font-size:32px}.dark_theme.active button.wahout.aicon_link:before{color:#000!important}html body .accessability_container{width:180px!important;height:100%;max-height:405px}body .access_container_inner .a_module{border:0 !important;padding-bottom:0 !important;}


a.btn {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}