/* Contact Layouts Kit Unicorn 2.0 Divi Css Code
** Product Built By Divi Den - https://seku.re/divi-den
** Get the latest kit here: https://seku.re/unicorn2
** Watch Unicorn 2.0 Bundle tutorials: https://seku.re/unicorn2tuts
** Get Support Here: https://seku.re/support
*/

/* contact-divi-layout-1-3 */

/*Map Section*/

.map_section .et_pb_column_4_4 .et_pb_promo .et_pb_promo_description p {
    float: right;
}

.map_section .et_pb_column_4_4 .et_pb_text iframe {
    width: 100% !important;
    height: 450px;
    margin-bottom: -170px;
}

.contact_1_3_boxes .et_pb_promo_description a:hover {
    opacity: 0.6;
}

.contact_1_3_boxes .et_pb_promo_description a {
    color: #fff !important;
}

body.et-fb .contact_1_3_boxes .et_pb_column_1_4 p > br:nth-of-type(2n),
body.et-fb .contact_3 .et_pb_column_2_3 p > br:nth-of-type(2n),
body.et-fb .contact_5 .et_pb_blurb_description p > br:nth-of-type(2n)   {
    display: none !important;
}

/*Address*/

.contact_1_3_address .et_pb_column_1_3:not(:first-child) strong {
    font-size: 21px;
    padding-bottom: 6px !important;
    display: block;
}


/*Responsive*/

@media only screen and (max-width: 1390px) {

    .map_section .et_pb_column_4_4 .et_pb_promo .et_pb_promo_description {
        text-align: center !important;
        margin-bottom: 30px !important;
    }

    .map_section .et_pb_column_4_4 .et_pb_promo .et_pb_promo_description p {
        float: none;
    }
}

@media only screen and (max-width: 980px) {
    .contact_1_3_address .et_pb_column_1_3 .et_pb_promo .et_pb_promo_description {
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .map_section .et_pb_column_4_4 .et_pb_text iframe {
        height: 250px;
    }

}

/* contact-divi-layout-2-3 */

.info .et_pb_promo_description h2:after,
.map .et_pb_promo_description h2:after {
    content: "";
    display: inline-block;
    height: 3px;
    background-color: #cc0033;
    float: right;
    margin-top: 15px;
}

.info .et_pb_promo_description h2:after {
    width: 59%;
}

.map .et_pb_promo_description h2:after {
    width: 83%;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    .info .et_pb_promo_description h2:after, .map .et_pb_promo_description h2:after {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .info,
    #page-container .map {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .info .et_pb_promo_description h2:after {
        width: 83%;
    }

    #page-container .map {
        margin-bottom: 30px !important;
    }

}

@media only screen and (max-width: 480px) {

    .map .et_pb_promo_description h2:after,
    .info .et_pb_promo_description h2:after {
        width: 74%;
    }
}

/* contact-divi-layout-3-3 */

.contact_3_3_top_section .et_pb_blurb .et_pb_blurb_container a:hover{
    opacity: 0.5;
}
.contact_3_3_top_section .et_pb_blurb .et_pb_blurb_container {
    padding-left: 1.4vw;
    padding-top: 0.8vw;
    display: inline-block;
    line-height: 190%;
}



/*Responsive*/

@media only screen and (max-width: 1390px) {
    .contact_3_3_top_section .et_pb_blurb .et_pb_blurb_content {
        text-align: center !important;
    }

    .contact_3_3_top_section .et_pb_blurb .et_pb_main_blurb_image {
        display: block;
        margin: 0 auto 20px;
    }

    .contact_3_3_top_section .et_pb_blurb .et_pb_blurb_container {
        padding-left: 10px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 980px) {
    .contact_3_3_top_section .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .contact_3_3_top_section .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
        margin-bottom: 0 !important;
    }

}

@media only screen and (max-width: 767px) {
    .contact_3_3_top_section .et_pb_column_1_3:last-child {
        margin-bottom: 0 !important;
    }

    .contact_3_3_top_section .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

}