/*
Theme Name: Cam Theme v3
Theme URI: https://contentfirst.marketing/
Author: Contentfirst Marketing
Author URI: https://contentfirst.marketing/
Description: Cam Theme v3 is clean, blog & focused, and designed for clarity. It is simple, straightforward typography is readable on a wide variety of screen sizes. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
Tested up to: 6.2
Requires PHP: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camtheme
*/


.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    background-color: #617cdf;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #1c348c !important;
}

.form-group.slider-line-height:nth-child(2) {
    display: none;
}

.form-row.slider-line-height {
    justify-content: center !important;
}

.form-group.slider-line-height > button {
    width: 100% !important;
}

.facetlist {
    display: block !important;
}

.facetitemcount {
    padding-left: 5px !important;
}

.facetsearch {
    margin-bottom: 50px !important;
}

.dr-photo {
    width: 200px;
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 50%;
}

.modal-content-text p {
    text-align: center;
}

.team-member-modal .modal-body {
    border: 15px solid #617cdf !important;
}

.see-details-bio {
    margin: 0 auto;
    display: block !important;
    width: 200px;
    text-align: center !important;
}

header.site_header {
    margin-top: -5px !important;
}

#input_4_36, #input_4_29 {
    width: 100%;
}

.orderby.dropdown {
    display: none !important;
}

.cbp-l-project-details-list li:nth-child(5), .cbp-l-project-details-list li:nth-child(3), .cbp-l-project-details-list li:nth-child(4) {
    display: none;
}

.schedule-cta a {
    background: #111f40 !important;
    color: #fff !important;
}

.cbp-l-project-title h1 {
    font-size: 26px !important;
}

@media only screen and (max-width: 600px) {
    #results .item {
        text-align: center;
    }

    #results .item .dirpro-list-img img {
        display: block;
        margin-top: 20px !important;
    }

    .doctor-template-default.single-doctor .wp-post-image {
        display: block;
    }

    .medicaldirectory-sidebar img {
        display: none;
    }
}

@media only screen and (min-width: 599px) {
    .doctor-template-default.single-doctor .wp-post-image {
        display: none;
    }

    .book-now-wrapper {
        display: flex;
        justify-content: center;

    }

    .book-now-wrapper > a {
        margin: 0 10px;
    }
}

.profile_card  .profile_img a {
	display: block;
}

.profile_card  .profile_img img {
	height: 330px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.practitioner-slider-wrapper {
    position: relative;
}

.slide-prev, .slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C348C;
    font-size: 20px;
	transition: all 0.3s ease-in-out;
}


.slide-prev:hover, .slide-next:hover {
	background: #1C348C;
	color: #fff;
}


.slide-prev {
    left: 20px;
}

.slide-next {
	right: 20px;
}

@media(min-width: 767px) {
	.col-lg-4 .profile_card .profile_img img {
        height: 390px;
    }
}

@media(max-width: 576px) {
    .slide-prev {
        left: 10px;
    }

    .slide-next {
        right: 10px;
    }

    .profile_card {
        min-height: 385px;
    }

    .profile_card .profile_img img {
        height: 370px;
    }
}
