/* Basic styles */
body {
    font-size: 17px;
}

.contactdetail p {
    display: flex;
    align-items: baseline;
}

.cols-3 .social-icons {
    width: 100%;
    margin-top: 0;
}

.header-top span:last-child:after {
    border-right: none;
}

.nivo-caption {
    background: rgba(0,0,0,0.5);
    padding: 25px;
    width: 46%;
}

blockquote {
    background: none;
}

#clienttestiminials {
    padding-bottom: 0;
}

input#gform_submit_button_1 {
    border: none;
}

.cta-section {
    text-align: center;
    color: #fff;
}

.cta-section h2.section_title,
.cta-section .ht-section-tagline a,
.cta-section p a {
    color: #fff;
}

.gfield_label {
    display: none !important;
}

#gform_fields_1 .third {
    display: inline-block;
    width: 33.333%;
}

#gform_fields_1 .third input {
    width: 100%;
    height: 35px;
}

#gform_fields_1 input, #gform_fields_1 textarea {
    width: 100%;
    border-radius: 5px;
}

.footer-form #gform_fields_1 input, .footer-form #gform_fields_1 textarea {
    border: none;
}

.contact-form #gform_fields_1 input, .contact-form #gform_fields_1 textarea {
    border: 1px solid #ddd;
}

.gform_wrapper .gform_footer {
    clear: none !important;
    padding-top: 10px;
    width: 25% !important;
}

.gfield.form-captcha {
    float: right;
}

.sitenav ul li a {
    padding: 32px 20px;
}

.welcome-left p:not(:last-child) {
    margin-bottom: 15px;
}

.welcome-left ul {
    list-style: initial;
    padding-left: 15px;
    margin-bottom: 15px;
}

.welcome em,
.welcome span {
    color: #898888;
    font: italic 700 18px 'Karla';
    display: block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.welcome em::after,
.welcome span::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #0093ff;
}

.hidden-text {
    display: none;
}

article hr {
    margin-bottom: 20px;
}

.pagearea-inner {
    flex-wrap: wrap;
    display: flex;
}

.blog-post-repeat .post-date {
    display: block;
    border: none;
}

/* Custom */
.cols-3 .social-icons .social-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-flex .img {
    width: 70%;
    position: relative;
    height: 6.5px;
}

.social-flex .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.social-flex .img img.hover {
    opacity: 0;
    transition: all 0.6s ease 0s;
}

.social-flex:hover .img img.hover {
    opacity: 1;
}

.clientsay #clienttestiminials h6 a {
    color: #fff;
}

.page-id-65 #sidebar h3, .page-id-65 #sidebar aside {
    display: none;
}

#sidebar .widget {
    background-color: #f3f3f3;
}

.awards-flex {
    display: flex;
    flex-wrap: wrap;
}

.awards-flex div {
    padding: 3%;
    flex: 1;
}

#sidebar #menu-practice-areas li {
    list-style: none;
    padding: 0;
    border: none;
    display: none;
}

#sidebar #menu-practice-areas .menu-item-has-children a {
    border-bottom: 1px dashed #cccccc;
    display: block;
    padding: 8px 0 8px 0;
}

#sidebar #menu-practice-areas .sub-menu {
    padding-left: 10px;
}

#sidebar #menu-practice-areas.show-all li {
    display: block;
}

#sidebar #menu-practice-areas.show-all .sub-menu {
    display: none;
}

#sidebar #menu-practice-areas.show-all li:hover .sub-menu {
    display: block;
}

#sidebar #menu-practice-areas .current-menu-item,
#sidebar #menu-practice-areas .current-menu-item li,
#sidebar #menu-practice-areas .current-page-ancestor,
#sidebar #menu-practice-areas .current-page-ancestor li {
    display: block;
}

#sidebar #menu-practice-areas .current-menu-item a {
    /*color: #fff000;*/
    color: #0093FF;
}

#sidebar #menu-practice-areas .current-menu-item li a {
    color: #737272;
}

#sidebar #menu-practice-areas .current-menu-item li a:hover {
    /*color: #fff000;*/
    color: #0093FF;
}

.post-date {
    border-right: none;
}

.side-testi {
    margin-top: 20px;
}

.side-testi.hide,
.footer-testi.hide,
.page-template-template-testimonials .side-testi,
.page-template-template-testimonials .footer-testi {
    display: none;
}

.sidebar.contactdetail .fa,
.sidebar.contactdetail p,
.sidebar.contactdetail a {
    color: #999;
}

section.footer-testi {
    /*background-color: #fff000;*/
    background-color: #0093FF;
}

#clienttestiminials h6 {
    color: #fff;
}

nav.post-navigation .nav-previous {
    max-width: 50%;
}

nav.post-navigation .nav-next {
    max-width: 50%;
    text-align: right;
}

nav.post-navigation .nav-next a,
nav.post-navigation .nav-previous a {
    display: flex;
}

nav.post-navigation .nav-next a .meta-nav {
    margin-left: 10px;
}

nav.post-navigation .nav-previous a .meta-nav {
    margin-right: 10px;
}

.testimonial {
    padding: 25px 20px 10px 20px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 20px;
    margin: 0 0 25px 0;
}

.testimonial p {
    font-style: italic;
    font-size: 20px;
}

.testimonial strong {
    font-style: normal;
    font-size: 16px;
}

.post-comment {
    display: none;
}

.header-new-post {
    /*background-color: #fff000;*/
    background-color: #0093FF;
    border-radius: 50px;
}

.header-new-post:after {
    display: none;
}

.header-social-icons a {
    color: #fff;
}

.header {
    position: initial;
    background-color: #fff !important;
}

.sitenav ul {
    text-transform: initial;
}

.sitenav ul li:hover > ul {
    /*background-color: #fff000;*/
    background-color: #0093FF;
/*     top: calc(100% - 40px); */
}

.sitenav ul ul li a {
    color: #fff;
}

.sitenav ul li ul li {
    transition: all 0.6s ease 0s;
}

.sitenav ul li ul li:hover {
    background-color: #fff;
}

.sitenav ul > li > ul > li:hover > a {
    color: #0093FF !important;
}

.sitenav ul li a {
    padding: 46px 13px;
}

.menu .red-block a {
    color: #fff;
    /*background-color: #fff000;*/
    background-color: #7c7c82;
    text-transform: uppercase;
    margin-left: 13px !important;
}

.menu .red-block a:hover {
    color: #fff;
}

.nivo-caption {
    background-color: transparent;
    top: 12%;
    bottom: auto;
    width: 650px;
/*  display: none !important; */
    overflow: visible;
}

.nivo-caption h2 {
    font-size: 26px;
    text-transform: none;
    font-weight: 400;
    line-height: 1;
}

.nivo-caption h2 .slider-large-text {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 95px;
}

.innerbanner:after {
    content: '';
    display: block;
    background-color: rgba(0,82,142,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.innerbanner .entry-header {
    z-index: 2;
}

.sitenav ul .sub-menu li.current_page_item a {
    color: #fff;
}

.sitenav ul li.current_page_item > a,
.sitenav ul .sub-menu li.current_page_item > a, 
.sitenav ul .sub-menu li.current_page_item a:hover,
.sitenav ul .sub-menu li.current_page_parent > a, 
.sitenav ul .sub-menu li.current_page_ancestor > a {
    color: #0093FF;
    background-color: #fff;
}

.fourbox {
/*     display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 0;
/*     padding: 80px 18px; */
}

.fourbox h3 {
    color: #fff;
/*     font-size: 65px;
    line-height: normal;
    padding-bottom: 0; */
}

.fourbox p {
    color: #fff;
/*     text-transform: uppercase;
    font-size: 24px;
    margin-top: 15px; */
}

/* .fourbxcontent {
    padding-top: 0;
}

.first-fourbox.fourbox {
    background-color: #0093FF;
}

.first-fourbox.fourbox h4 {
    font-size: 35px;
}

.second-fourbox.fourbox {
    background-color: #294888;  
}

.third-fourbox.fourbox {
    background-color: #2b53a5;  
}

.fourth-fourbox.fourbox {
    background-color: #2d61ca;  
} */

.footer-cta {
    /*background-color: #fff000;*/
    background-color: #7c7c82;
}

.footer-cta .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-cta h2 {
    margin-bottom: 0;
    color: #fff;
    margin-right: 30px;
}

a.btn.btn-outline {
    border: 1px solid #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
}

section.intro {
    padding: 100px 0;
}

.intro h2,
.site-main h2 {
    font-size: 40px;
/*     color: #0093FF; */
}

.intro h2 + h3,
.site-main h2 + h3 {
    margin-top: -15px;
}

.intro h3,
.site-main h3{
    /*color: #fff000;*/
/*     color: #0093FF; */
}

.intro p,
.site-main p {
    margin-bottom: 25px;
}

.clientsay {
    padding: 30px 0 100px 0;
}

.footer-icon-block {
    display: flex;
/*     align-items: center; */
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.footer-icon-text {
    align-self: center;
}

.footer-icon-icon {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #0093FF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    flex: auto 0 0;
}

.footer-icon-block a {
    color: #fff;
}

.footer-icon-block strong {
    text-transform: uppercase;
}

.footer-icon-block p {
    margin-bottom: 0;
/*     opacity: .5; */
}

.contactdetail .fa {
    margin-right: 5px;
}

#footer-wrapper {
    background-color: #000000;
}

#footer-wrapper .social-icons a {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background-color: #0093FF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    border: none;
}

#footer-wrapper .social-icons a:hover {
    /*background-color: #fff000;*/
    background-color: #7c7c82;
}

#footer-wrapper .cols-3 h5 {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 26px;
    text-transform: initial;
}

ul.recent-post li {
    min-height: 0;
    margin-bottom: 15px;
}

ul.recent-post li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.subscriber-form input[type="text"] {
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.subscriber-form input[type="submit"] {
    padding: 10px 10px;
    /*background-color: #fff000;*/
    background-color: #0093FF;
    color: #fff;
    border: none;
    float: right;
    text-transform: uppercase;
}

.subscriber-form input[type="submit"]:hover {
    background-color: #0093FF;
}

.side-testi .tmthumb {
    display: none;
}

.side-testi .testimonial-content {
    padding: 0 30px;
}

.search-form input.search-submit {
    background: url('/wp-content/themes/cardio-pro/images/search-icon.png') no-repeat center center #212121;
    padding: 12px 0 12px 0;
    font-size: 0;
    width: 60px;
    height: 42px;
    float: right;
}

.search-form input.search-field {
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    box-sizing: border-box;
}

#sidebar .search-form input.search-field,
.search-form input.search-field {
    padding: 14px 15px 13px 15px;
}

#sidebar .search-form input.search-submit,
.search-form input.search-submit {
    background-color: #0093FF;
    transition: all 0.6s ease 0s;
}

#sidebar .search-form input.search-submit:hover,
.search-form input.search-submit:hover {
    /*background-color: #fff000;*/
    background-color: #0093FF;
}

h3.widget-title {
    background-color: #0093FF;
}

/* .side-testi h3 {
    text-align: center;
} */

.copyright-wrapper {
    background-color: #000;
    margin-top: -1px;
}

/* article.type-testimonials {
    display: flex;
} */

article.type-testimonials .entry-header {
    flex: auto 0 0;
}

.type-testimonials .entry-summary {
    align-self: center;
}

.side-testi #clienttestiminials .owl-nav > * {
    display: none !important;
}

.header-social-icons {
    display: flex;
    align-items: center;
}

.header-social-icons .social-flex {
    height: 14px;
    line-height: 1;
    margin-right: 10px;
    max-width: 30px;
}

.header-social-icons .social-flex img {
    max-height: 100%;
}

.header-top .right {
    height: 36px;
    display: flex;
}

.site-main .contact_right h3.widget-title {
    color: #fff;
}

#footer-wrapper .social-flex img {
    width: 70%;
}

.contact_right .footer-icon-block {
    color: #000;
}

.contact_right .footer-icon-block .fa {
    color: #fff;
}

/* .page-template-template-contact .innerbanner:after {
    display: none;
} */

.side-testi blockquote {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.side-testi .testimonial-content {
    padding: 0;
}

.side-testi .owl-carousel .owl-stage {
    padding-bottom: 0;
}

/* .side-testi p {
    overflow: hidden;
    line-height: 1.2em;
    max-height: 3.6em; 
    text-align: left;  
    margin-right: -1em;
    padding-right: 1em;
    font-style: normal;
} */

.header-top .left {
    font-size: 17px;    
}

.header-top .fa {
    font-size: 20px;
}

.header-social-icons {
    margin: auto;
}

.header-social-icons .social-flex {
    align-items: center;
    display: flex;
    height: 20px;
    max-width: 40px;
}

.fourbox:hover {
    cursor: default;
    transform: none;
}

.fourbxcontent a {
    color: #fff;
}

.fourbxcontent a:hover {
    color: #444;
}

.page-template-template-testimonials .side-testi {
    display: block;
}

.translator {
    background-color: #0093FF;
    text-align: right;
    padding: 5px;
}

.translator .header-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.translator select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 40px;
    background: #fff url("/wp-content/uploads/2019/12/arrow.png") no-repeat right center;
    border: 0;
    display: inline-block;
    font-size: 16px;
    height: auto;
    padding: 10px;
    top: -1px;
    width: 200px;
}

.translator strong {
    color: #fff;
    font-family: Open Sans;
    margin-right: 10px;
}

.sitenav ul li:hover>ul {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.4);
}

.alert.alert-danger {
    background-color: #bb3737;
    padding: 5px;
    text-align: center;
    color: #fff;
}

.alert.alert-danger a {
    color: #fff;
    opacity: 0.5;
}

.alert.alert-danger a:hover {
    opacity: 1;
}

.footer-cta iframe {
    height: 330px;
    height: 510px;
}

.logo {
    position: absolute;
    z-index: 1;
}

.contact_right .contactdetail {
    padding: 20px 15px 5px 15px;
}

.owl-dots {
    display: none !important;
}

.slider-main img.cutout {
    position: absolute;
    bottom: 0;
    right: 7%;
    z-index: 5;
	max-height: 95%;
}

.mobile-headshot {
	background: url("/wp-content/uploads/2021/07/headshot-mobile.jpg") no-repeat center top;
	background-size: cover;
	display: none;
	height: 250px;
	text-align: center;
}

.mobile-headshot img {
	max-width: 100%;
}

.header-top .right span {
    line-height: 16px;
    text-align: right;
    margin: 2px auto;
    white-space: nowrap;
    font-size: 13px;
}

.lgbt-box {
	text-align: center;
	background-image: url('/wp-content/uploads/2023/04/Rainbox.png');
	background-size: contain;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0px 0px 5px #000;
	top: 20px;
	position: relative;
}

.spanish-box {
	z-index: 1;
	position: absolute;
	right: 0;
	transform: translateY(100%);
	bottom: 0;
	padding: 5px 20px;
	background-color: #0092ff;
	color: #fff;
	font-weight: 700;
	border: 3px solid #000;
	border-top: none;
	box-shadow: inset 0 5px 4px 0px rgba(0,0,0,0.25);
}

@media screen and (max-width: 980px) {
	.sitenav ul li a {
		color: #fff;
	}
}

@media screen and (min-width: 768px) {
    .news-box:only-child {
        width: 100%;
        display: flex;
    }

    .news-box:only-child .newsdesc {
        padding-left: 20px;
        padding-top: 0;
        width: 66%;
    }
}

@media screen and (max-width: 1375px) {
    .nivo-caption h2 {
/*      font-size: 32px; */
        font-size: 22px;
        line-height: 1;
    }
    
    .nivo-caption h2 .slider-large-text {
        font-size: 70px;
    }
}

@media screen and (max-width: 1120px) {
    .nivo-caption {
        bottom: 14%;
/*      width: 60%; */
        width: 500px;
    }
}

@media screen and (max-width: 1040px) {
/*     .sitenav ul li a {
        padding: 32px 16px;
    } */
    
    .sitenav ul li a {
        padding: 46px 8px;
    }
}

@media screen and (max-width: 980px) {
    .sitenav ul li a {
        padding: 5px 15px;
    }
    
    .menu .red-block {
        display: none;
    }
    
    .nivoSlider .nivo-caption h2 {
        line-height: 1;
    }
    
    .header-top .right {
        width: 100%;
        text-align: center;
    }
    
    .nivoSlider .nivo-caption h2 {
        font-size: 20px;
    }
    
    .nivo-caption h2 .slider-large-text {
        font-size: 32px;
        margin-top: 5px;
    }
    
    .nivo-caption {
        width: 60%;
    }
    
    .fourbox {
        width: 50%;
    }
	
	.logo img {
		height: 95px;
	}
	
	.logo {
		padding-top: 0;
	}
	
	.toggle {
		margin-left: 70px;
	}
	
	.sitenav {
		margin-left: 70px;
		width: calc(100% - 70px);
	}
	
	.sitenav ul li.current_page_item > a, 
	.sitenav ul .sub-menu li.current_page_item > a, 
	.sitenav ul .sub-menu li.current_page_item a:hover, 
	.sitenav ul .sub-menu li.current_page_parent > a, 
	.sitenav ul .sub-menu li.current_page_ancestor > a,
	.sitenav ul li ul li:hover {
    	background-color: #292929;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.logo {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
    #gform_fields_1 .third {
        width: 100%;
    }

    .gform_wrapper .gform_footer {
        display: inline-block;
        width: 100% !important;
    }

    #footer-wrapper {
        padding: 20px 0;
    }

    #ht-cta-section {
        background-attachment: scroll !important;
    }
    
    .nivo-caption h2 {
        font-size: 17px !important;
    }
    
    .nivo-caption h2 .slider-large-text {
        font-size: 22px;
    }
    
    #slider .nivo-caption a.button {
        display: inline-block;
    }
    
    .fourbox {
        width: 100%;
    }
    
    .clientsay #clienttestiminials .item {
        flex-wrap: wrap;
    }
    
    .footer-cta .container {
        flex-wrap: wrap;
        text-align: center;
    }
    
    .footer-cta h2 {
        margin-bottom: 20px;
        margin-right: 0;
        line-height: 1.4;
    }
    .intake-form {
        margin-right: 10px;
        border: 1px solid;
        padding: 0px 5px;
    }
    
    .half-col {
        width: 100%;
    }
	
	.slider-main img.cutout {
		display: none;
	}
	
	.mobile-headshot {
		display: block;
	}
        
}

/* "In The Media" Page Table Style */
.news-row {
    display: flex;
    justify-content: center;
}
.news-item {
    width: 33%;
    text-align: center; 
    margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
    .news-row {
        flex-wrap: wrap;
    }
    .news-item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .news-item {
        width: 100%;
    }
}
/* "End "In The Media" Page Table Style */