/*---------------------------------------------------------------------------------

 Theme Name:   isabellevince
 Theme URI:    
 Description:  Divi child theme for isabellevince.com
 Author:       TCC
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.tcc{

}

.animate_scroll{
	transition: 2.5s ease !important;
	transition-delay: 0.5s;
	transform: translateY(0%);
}


.et_header_style_left #et-top-navigation nav>ul>li>a {
    font-weight: 500;
}

.et-pb-social-fa-icon.et-social-icon a:before {
    font-family: FontAwesome !important;
}

#et-secondary-menu .et-pb-social-fa-icon.et-social-icon.et-social-amazon {
    transform: translateY(5%);
}

body #et-secondary-menu .et-social-icons{
margin-right: 0;
}

#top-header .et-social-icon a {
    font-size: 1.75em;
}

a.disabled{
	opacity:0.6;
	pointer-events:none;
}

a.disabled:hover{
	opacity:0.9;
}

ul.et-social-icons > li.et-social-amazon,
ul.et_pb_social_media_follow > li.et-social-amazon{
	opacity:0.25;
	cursor: not-allowed !important;
}

ul.et-social-icons > li.et-social-amazon > a,
ul.et_pb_social_media_follow > li.et-social-amazon > a{
	pointer-events: none;
}

footer .et_pb_menu__menu{
	display: flex !important;
}

footer .et_mobile_nav_menu{
	display:none !important;
}

ul.centered-list {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    list-style-position: inside;
    align-items: center;
    padding: 0;
}

ul.centered-list li {
    display: flex;
    margin: 0 0.5em;
    flex-direction: row;

}

.centered-list > li {
    width: fit-content;
    
}

.centered-list > li::before{
    content: "•";
    margin-right: 0.5em;
}

.svg_dark{
    fill: #404040;
}

.svg_light{
    fill: #fff;
}

.hover_blocks > .et_pb_column > .et_pb_module:first-child{
    position:relative;
    z-index: 3;
    transition:0.5s;
    opacity: 1;
}

.hover_blocks > .et_pb_column:hover> .et_pb_module:first-child{ 
    opacity: 0;
    z-index: 1;
}

.hover_blocks > .et_pb_column > .et_pb_module:not(:first-child){
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;;
}

.hover_blocks .et_pb_column > .et_pb_promo:first-child h2 {
    min-height: 3em;
}

.hover_blocks .et_pb_column > .et_pb_promo:first-child .et_pb_promo_description > div > p:last-child{
    min-height: 3em;
}

@media screen and (max-width: 1024px){
.hover_blocks > .et_pb_column > .et_pb_module:not(:first-child) .et_pb_promo_description, .hover_blocks > .et_pb_column > .et_pb_module:not(:first-child) .et_pb_promo_description ul {
    padding-bottom: 0;
    font-size: 0.92em;
}
}

@media screen and (max-width: 480px){
    .hover_blocks > .et_pb_column > .et_pb_module:not(:first-child) .et_pb_promo_description, 
    .hover_blocks > .et_pb_column > .et_pb_module:not(:first-child) .et_pb_promo_description ul {
        padding-bottom: 0;
        font-size: 3.1vw;
    }
}

.hover_blocks > .et_pb_column > .et_pb_module:not(:first-child) .et_pb_promo_description,
.hover_blocks > .et_pb_column > .et_pb_module:not(:first-child) .et_pb_promo_description ul{
    padding-bottom:0;
}

.hover_blocks > .et_pb_column > .et_pb_module:not(:first-child) .et_pb_promo_description ul li{
    line-height: 1.4em;
}

/* testimonials */

.three_cols_testimonials{
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
    gap: 2em;
    margin-top: 5em;
}

.three_cols_testimonials .testimonial{
    width: 35em;
    max-width: 90%;
}

.three_cols_testimonials .testimonial .photo{
    width: 215px;
   /* height: 330px;*/
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
  /*  transform: scale(0.75);*/
    max-width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    height: auto;
}

.three_cols_testimonials .testimonial .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.three_cols_testimonials .testimonial .person_name{
    font-weight: normal;
    font-size: 1.2em;
    margin: 1em auto;
    width: 17em;
    max-width: 100%;
    font-family: Futura-Light;
    font-size: 1.4285714285714286em;
    text-align: center;
    color:#404040;
}

.three_cols_testimonials .testimonial .person_name strong{
    font-weight: 500;
    font-family: 'Futura-Medium';
    color: #000000;

}

.three_cols_testimonials .testimonial .content{
    font-size: 1.2857142857142858em;
    width: 21em;
    margin: auto;
    max-width: 100%;
    margin: auto;
    text-align: justify;
    padding: 1em;
    font-family: Futura-Light;
    line-height: 1.7em;
}

.testimonials > blockquote{
    font-size: 1.2857142857142858em;
    width: 52em;
    margin: auto;
    max-width: 100%;
    margin: 1.5em auto;
    text-align: center;
    padding: 1em;
    font-family: Futura-Light;
    line-height: 1.7em;
    border: 0px none;
}

.testimonials > blockquote > .person_name{
    font-weight: normal;
    margin: 1em auto;
    width: 24em;
    max-width: 100%;
    font-family: Futura-Light;
    font-size: 1em;
    text-align: center;
    color: #404040;
}

.testimonials > blockquote::before{
    /* Closing curly double quotes*/
    content: "”";
    display: block;
    text-align: center;
    font-size: 5em;
    font-family: 'FontAwesome';
    color: #b6563f;
  /*  margin-right: 0.5em;*/
}


@media screen and (max-width: 980px){
    .three_cols_testimonials{
        flex-wrap: wrap;
    }
}

/* Page Contact */
#contact_form_module{
   /* width:86.79em;*/
    max-width: 100%;
    background-color: rgba(161,194,201,0.63);
}

#contact_form_module .gform_wrapper.gravity-theme .ginput_complex label, 
#contact_form_module .gform_wrapper.gravity-theme .ginput_complex legend,
#contact_form_module .gform_wrapper.gravity-theme .gfield_label{
font-weight:bold;
color: #404040;
}

#contact_form_module .gform_required_legend{
    display: none;
}

#contact_form_module .gform_button.button{
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #8F2D14;
    border-radius: 0px;
    letter-spacing: 0.05em;
    font-size: 1.43em;
    background-color: #8f2d14;
    padding: 0.65em 3em;
    margin-top:1em;
    cursor: pointer;
}

#contact_form_module .gform_wrapper.gravity-theme .gfield_required{
    color:#404040 !important;
}

#gform_wrapper_1 input[type=text],
#gform_wrapper_1 input[type=email],
#gform_wrapper_1 input[type=tel],
#gform_wrapper_1 textarea{
  background:transparent;
  border-width: 0 0 2px 0;
  border-style:solid;
  border-color:#000000;
}

#gform_wrapper_1 textarea {
    height: 5em;
}

#contact_form_module .gform_wrapper.gravity-theme .field_sublabel_above .description, 
#contact_form_module .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, 
#contact_form_module .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
    margin-top: 0.5em;
    font-size: 0.75em;
    width: fit-content;
    padding: 0 0.5em;
}

#contact_form_module .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description.validation_message.gfield_validation_message{
    width: auto;
    display: inline-block;
}

#contact_form_module .gform_submission_error + ol{
    display: none;
}

#contact_form_module .gform_wrapper.gravity-theme .gform_validation_errors>h2{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1em;
    font-size: 0.95em;
    text-align: center;
}

#contact_form_module .gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 1em;
}


#contact_form_module .gform_wrapper.gravity-theme .gfield_label {
    display: block;
}

@media (max-width: 980px){
	
	footer .et_pb_menu_inner_container .et_pb_menu__wrap{
	display: flex;
    justify-content: center;
    }
        
    footer .et_pb_module {
        display: flex;
        justify-content: center;
            margin: auto;
    }
    
    .ml-form-horizontalRow{
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

    .ml-form-horizontalRow > div.ml-input-horizontal{
        width: 100% !important;
        float: none !important;
        display: flex;
        gap:1em;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal{
        width: 100% !important;
    }

    body #mlb2-13432085 .ml-mobileButton-horizontal button{
        border-width: 2px !important;
        border-color: #8f2d14 !important;
    }

    body #mlb2-13432085 .ml-mobileButton-horizontal button:hover{
        border-color: black !important;
    }

    .ml-form-horizontalRow > div.ml-input-horizontal > div{
        padding-right: 0 !important;
    }
	
    footer .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul, 
    footer .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        gap: 0.75em;
    }

}

