/**
 * Theme Name: The Cosmetic Surgical Center
 * Author: Revood
 * Author URI: https://www.revood.com/
 * Version: 1.0.1
 */



.b_a {
    padding: 0px 40px 0px 40px;
    font-size: 26px;
    color: #4a4a4a;
    list-style-image: url('/wp-content/themes/csc-1.0.1/assets/images/ba-green-arrow.png');
}

.b_a li a {color: #4a4a4a;}


.mob-standard-logo {
    display: inline-block;
    width: 10% !important;
    padding: 6px !important;
}


/* Virtual Consultation Form */
.form-2-col {
    display: flex;
    justify-content: space-between;
}

.form-2-col label {
    width: 45%;
}

span.wpcf7-list-item {
    display: block;
}

span.wpcf7-list-item label {
    display: flex;
    margin: 10px;
    align-items: baseline;
}
span.wpcf7-list-item input {
    box-shadow: none;
    width: 40px;
}

button.aicon_link {
    top: auto;
    bottom: 50px;
}
.skip-navigation {
    position: fixed;
    bottom: 20px;
    z-index: 99999;
    left: 20px;
    font-size: 16px;
    background: #61a840;
    color: #fff !important;
    padding: 10px 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none !important;
}

.slideshow-content > .slideshow-content__item:nth-child(4) .slideshow-content__item-title {
    display: none !important;
}
.mobmenu-left-bt,
.mobmenur-container a{
    color: transparent;    
}

#site-footer .footer__site-info {
    font-size: 13px;
}

/*
.header__slideshow {
	height: 735px;
	overflow: hidden;
}
*/

body:not(.home) #header-sidebar {
	min-height: 220px; 
}

@media(min-width: 1024px){
	body:not(.home) .quickform {
		position: absolute;
		background: #fff;
	}
}

@media (max-width: 600px) {
    .form-2-col label {
        width: 100%;
    }

    .form-2-col {
        display: flex;
        flex-wrap: wrap;
    }
	
	.wpcf7-form select {
		width: 100%;
	}
}

.wpcf7-form input, textarea {
    width: 100%;
    padding: 10px 10px !important;
    border-radius: 2px;
    border: 1px solid #61a840 !important;
}

.wpcf7-form label {
    margin-bottom: 20px;
}

.wpcf7-form input[type=submit] {
    background-color: #61a840;
    color: white;
    text-transform: uppercase;
    width: 45%;
}
/* - */

@media(min-width: 768px){
.sticky_header__nav{
    position: fixed!important;
    width: 100%!important;
}
.sticky_header__util-nav{
    position: fixed!important;
    top: 104px!important;
}
}
#menu-item-121 a, #menu-item-110 a, #menu-item-107 a, #menu-item-180 a, #menu-item-3832 a, #menu-item-3658 a{
	color: #4a4a4a;
}
ul.sub-menu a{
	color: #ffffff!important;
}
li.menu-item-59 a{
	color:#ffff00!important;
}


/* Gravity Lead Form */
#quickform.quickform {
    background: #61a840 !important;
    max-height: 3000px;
	transition: .4s all ease;
	padding: 10px !important;
}
.quickform .formhead .line1 {
    color: #fff;
}
#quickform .gform_fields {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%) [ 12 ];
    grid-row-gap: 3px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%;
}
#quickform .rsi-lead-form_wrapper {
    max-height: 55px;
    overflow: hidden;
    text-align: left;
}
.rsi-lead-form {
    padding-top: 10px;
    padding-bottom: 10px;
}
#quickform.expanded .rsi-lead-form_wrapper,
#quickform .rsi-lead-form_wrapper.gform_validation_error {
    max-height: 3000px;
}
#quickform .gform_heading .gform_required_legend {
    display: none !important;
}
#quickform .gfield_label {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}
#quickform .gfield_required {
    color: #fff;
}
#quickform input[type="text"], #quickform input[type="email"] {
    padding: 1px 5px;
    max-height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 14px;
    width: 100% !important;
}
#quickform .gfield_consent_label {
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    margin-left: 5px;
}
#quickform .rsi-procedure {
    margin-top: 15px;
}
#quickform select {
    padding: 1px 5px;
    max-height: 30px;
    font-size: 14px;
    line-height: 28px;
    width: 100% !important;
    text-transform: none !important;
}
#quickform textarea {
    max-height: 60px;
    min-block-size: 60px;
    width: 100% !important;
}
#quickform .gform_footer {
    margin-top: 15px;
}
#quickform input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #f9d8da;
    color: #000;
    font-weight: 600;
}
#quickform .validation_message.gfield_validation_message {
    display: none !important;
}
#quickform .gform_validation_errors {
    padding: 5px 5px;
    margin: 0 0 10px;
    background: #fff;
}
#quickform .gform_submission_error {
    font-size: 12px;
    line-height: 15px;
}
#quickform .gform_submission_error .gform-icon {
    display: none;
}

@media (max-width: 1024px) {
    #menu-main-menu ul.sub-menu a {
        color: #4a4a4a !important;
	}
	#menu-main-menu > li {
		padding: 10px 0;
	}
	#menu-main-menu > li > a {
		font-weight: 900;
    	font-size: 14px;
	}
	#site-nav.open {
		z-index: 99999;
	}
	#translate-to-spanish-btn {
		margin-top: 15px;
	}
}