/*
Theme Name: The Animal Neurology Center
Description: The Animal Neurology Center
Author:
Author URI:
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* #anc-h-menu button{
	border-radius: 50%;
} */
/* #anc-h-menu button:hover{
	z-index: 999;
	background-color: var(--awb-color6);
    color: var(--awb-color4);
} */
p:last-child {
	margin-bottom: 0 !important;
}
p > a {
	font-weight: bold;
	font-family: Gilroy-Medium;
}
strong, b {
	font-family: Gilroy-Medium;
}
.h-neurology-center{
	position: relative;
}
.h-neurology-center:after{
	content: '';
	width: 627px;
    height: 109%;
    background: url(/wp-content/uploads/2024/03/7200sqft2.webp) center bottom no-repeat;
    right: 0;
    position: absolute;
    top: 0;
    background-size: contain;
    z-index: 9;
}
.anc-grayscale img{
	transition: all 0.3s;
}
.anc-grayscale:hover img{
	filter: grayscale(60%);
}
.h-btn{
	min-width: unset;
	font-size: 18px !important;
	line-height: 1em !important;
}
#anc-h-menu #menu-flyout-menu > li > a{
    border-radius: 50%;
}
#anc-h-menu #menu-flyout-menu > li > a:hover{
	background-color: var(--awb-color6);
}
#anc-h-menu #menu-flyout-menu > li > a:hover span{
	color: var(--awb-color4);
}
.image-circle-text{
	position: absolute;
	bottom: 12%;
    left: 3%;
    z-index: 9;
    background-color: var(--awb-color4);
    border-radius: 50%;
	width: 180px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px;
}
.anc-textarea textarea{
	margin: 0 !important;
}
#anc-h-form .fusion-form-field.error input, #anc-h-form .fusion-form-field.error label:not(.fusion-form-rating-icon){
	color: #9d2d2b !important;
}
#anc-h-menu .menu-coming-soon{
	position: absolute;
    top: 30%;
}
.menu-coming-soon a{
	font-size: 55px;
}
#anc-h-menu li.menu-coming-soon:hover a{
	color: #095876 !important;
}
.anc-submit-btn p{
	margin-bottom: 0 !important;
	text-align: right;
}
.anc-submit-btn input{
	min-width: 235px;
}
.contact-form .mc4wp-checkbox span{
	color: #fff;
}
.wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.spam .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output{
	border-color: #fff !important;
    color: #fff !important;
}
.wpcf7-not-valid-tip{
	color: #fff !important;
}
.cm-blog-post-cards article img{
	border-radius: 15px !important;
	opacity: 1;
}
.cm-blog-post-cards article img:hover{
	opacity: .8;
	transition: all .2s ease-out;
}
.cm-blog-post-cards article:last-of-type{
	margin-bottom:0;
}
body.single-post #content, body.archive #content, body.blog #content {
	margin: 0 !important;
}
.cm-blog-content h2, .cm-blog-content h3, .cm-blog-content h4, .cm-blog-content h5, .cm-blog-content h6{
	margin-bottom: 10px !important;
}
.cm-post-sharing{
	padding: 1em !important;
}
.fusion-post-content p:last-child, .post-content p:last-child {
    margin: 0;
}
.contact-form p:last-child{
	margin-bottom: 20px;
}
.h-text{
	font-weight: 700 !important;
}
.h-text p{
	padding: 3px 15px;
    border: 1px solid var(--awb-color4);
    margin: 0 !important;
}

.cm-page-title{
	border-radius: 50%;
    background-color: #4ac2c4;
    display: inline-flex !important;
	justify-content: center;
	height: 200px;
    width: 200px;
    padding: 10px;
    text-align: center;
}
.cm-page-title h1{
    display: inline-block !important;
}
.circle-an-img, .circle-an-img_red, .circle-an-img_red-right, .circle-an-img-red_left, .circle-an-img_red_green, .circle-an-img-map {
	overflow: visible !important;
}
.circle-an-img:before{
	content: '';
	position: absolute;
	display: inline-block;
    background-color: #f15e5e;
    width: 12%;
    height: 1px;
    padding-bottom: 12%;
    border-radius: 50%;
    left: 10%;
    bottom: 7%;
	animation: moveRedB 4s ease-in-out infinite alternate;
}
.circle-an-img:after{
	content: '';
	position: absolute;
	display: inline-block;
    background-color: #0c5976;
    width: 18%;
    height: 1px;
    padding-bottom: 18%;
    border-radius: 50%;
    right: -3%;
    top: 19%;
	animation: moveRedB 4s ease-in-out infinite alternate;
}

.circle-an-img-map:before{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #f15e5e;
	width: 12%;
	height: 1px;
	padding-bottom: 12%;
	border-radius: 50%;
	left: 10%;
	bottom: 7%;
	animation: moveRedB 4s ease-in-out infinite alternate;
	z-index: 5;
}
.circle-an-img-map:after{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #0c5976;
	width: 18%;
	height: 1px;
	padding-bottom: 18%;
	border-radius: 50%;
	right: -3%;
	top: 19%;
	animation: moveRedB 4s ease-in-out infinite alternate;
	z-index: 5;
}

.circle-an-img-map > div {
	border-radius: 100%;
	z-index: 1;
	overflow: hidden !important;
}

.circle-an-img_red_green:before{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #4ac2c4;
	width: 16%;
	height: 1px;
	padding-bottom: 16%;
	border-radius: 50%;
	left: 10%;
	bottom: 7%;
	animation: moveRedB 4s ease-in-out infinite alternate;
}
.circle-an-img_red_green:after{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #f15e5e;
	width: 12%;
	height: 1px;
	padding-bottom: 12%;
	border-radius: 50%;
	right: 0;
	top: 19%;
	animation: moveRedB 4s ease-in-out infinite alternate;
}

.circle-an-img_red:before{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #f15e5e;
	width: 20%;
	height: 1px;
	padding-bottom: 20%;
	border-radius: 50%;
	left: 4%;
	bottom: 7%;
	animation: moveRed 4s ease-in-out infinite alternate;
}
.circle-an-img_red-right:before{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #f15e5e;
	width: 12%;
	height: 1px;
	padding-bottom: 12%;
	border-radius: 50%;
	right: -5%;
	top: 32%;
	animation: moveRed 4s ease-in-out infinite alternate;
}
.circle-an-img-red_left:before{
	content: '';
	position: absolute;
	display: inline-block;
	background-color: #f15e5e;
	width: 12%;
	height: 1px;
	padding-bottom: 12%;
	border-radius: 50%;
	left: -5%;
	bottom: 32%;
	animation: moveRed 4s ease-in-out infinite alternate;
}
.anc_homepage_cat {
	position: absolute !important;
	right: -20%;
	top: 30%;
	width: 50%;
	animation: ZoomRedB 4s ease-in-out infinite alternate;
}
.anc_title_over_image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 100%;
}
.fusion-text ul {
	list-style: none;
}
.fusion-text ul li {
	position: relative;
	margin-bottom: 15px;
}

.fusion-text ul li:before {
	content: '';
	width: 24px;
	height: 20px;
	background: url("/wp-content/uploads/2025/03/check_ico-min.png") no-repeat center center;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -30px;
}
.fusion-footer .wpcf7-form input[type="submit"], .fusion-footer .wpcf7-submit {
	background: #9e2e2b;
}
.fusion-footer .wpcf7-form input[type="submit"]:hover, .fusion-footer .wpcf7-submit:hover {
	background: #0c5976;
}
@keyframes moveRed {
    0% { transform: translate(-10px, -40px); }
    100% { transform: translate(0px, 40px); }
}
@keyframes moveRedB {
	0% { transform: translate(30px, 30px); }
	100% { transform: translate(-30px, -30px); }
}
@keyframes ZoomRedB {
	0% { transform: scale(1); }
	100% { transform: scale(1.05); }
}
@-webkit-keyframes orbit {
    from {  -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
    to   {  -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}
.contact-form input[type="checkbox"]{
	width: 18px;
	height: 18px;
	margin: 0 10px 4px 0;
}

#cm-header-menu > ul > li:last-of-type{
	margin-right: 12px;
}

@media screen and (max-width: 1500px) {
	body .awb-menu .awb-menu__main-ul {
		font-size: 18px;
	}
	body .awb-menu .awb-menu__main-ul .awb-menu__main-li {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.fusion-text br, .fusion-title br {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	body .awb-menu .awb-menu__main-ul {
		font-size: 15px;
	}
	body .awb-menu .awb-menu__main-ul .awb-menu__main-li {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}
	.awb-off-canvas .fusion-fullwidth, .fusion-tb-footer .fusion-fullwidth, .fusion-tb-header .fusion-fullwidth, .fusion-tb-page-title-bar .fusion-fullwidth, .width-100 .fusion-fullwidth {
		padding-left: 4%;
		padding-right: 4%;
	}

	body .fusion-title:not(.anc_same_size) h1, .anc_testim {
		font-size: 3rem !important;
	}
	body .fusion-title:not(.anc_same_size) h2 {
		font-size: 2rem !important;
	}
	body .fusion-title:not(.anc_same_size) h3 {
		font-size: 2rem !important;
	}
	body .fusion-title.cm-page-title h1 {
		font-size: 28px !important;
	}
	.anc_testim_author br {
		display: block;
	}
}
@media screen and (max-width: 1130px){
	.h-neurology-center:after{
		width: 580px;
	}
}
@media screen and (max-width: 1200px){
	.image-circle-text{
		width: 130px;
		min-height: 130px;
    	font-size: 1.2rem !important;
	}
	.h-neurology-center:after{
		content: none;
	}
	.image-in-text{
		max-width: 120px !important;
	}
	.menu-coming-soon a{
		font-size: 45px;
	}
	#anc-h-logo{
		max-width: 170px;
	}
	.h-text-col > div{
		justify-content: center !important;
	}
	.h-text-col .h-text{
		font-size: 16px !important;
	}
}
@media screen and (max-width: 940px){
	.image-circle-text{
		width: 160px;
		min-height: 160px;
		font-size: 1.5rem !important;
	}
	.m-mar-30{
		margin-bottom: 30px !important;
	}
	.anc-separator{
		max-width: 140px !important;
	}
	.anc-separator div{
		border-top-width: 13px !important;
	}
	.menu-coming-soon a{
		font-size: 35px;
	}
	.anc-submit-btn p{
		text-align: center;
	}
	.footer-menu > ul{
		justify-content: center !important;
	}
	.h-text-col .h-text{
		font-size: 12px !important;
	}
	.h-text p{
		padding: 3px 10px;
	}
	body .fusion-button.button-flat{
		padding: 10px 35px !important;
		font-size: 18px !important;
	}
	.circle-an-img, .circle-an-img_red, .circle-an-img_red-right, .circle-an-img-red_left, .circle-an-img_red_green, .circle-an-img-map {
		width: 80%;
	}
	#cm-map > div{
		height: unset !important;
		width: 100% !important;
		padding-top: 100%;
	}
	.anc_homepage_cat {
		width: 40%;
		right: 2%;
	}
	.no_border_mob .fusion-column-wrapper {
		border: 0 none !important;
	}
}
@media screen and (max-width: 550px){
	.image-circle-text{
		width: 120px;
    	min-height: 120px;
    	font-size: 1.1rem !important;
		bottom: 10%;
    	left: 2%;
	}
	.image-in-text{
		max-width: 100px !important;
	}
	.h-btn{
		font-size: 16px !important;
		padding: 11px 19px !important;
	}
}
@media screen and (max-width: 440px){
	.image-circle-text{
		width: 100px;
    	min-height: 100px;
    	font-size: 1rem !important;
		bottom: 4%;
    	left: 0%;
	}
	.image-in-text{
		max-width: 80px !important;
	}
}
