/*
Theme Name: Willdesign Theme
Description: Divi Child Theme
Author: Tim
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/

.payment-container {
    
}

.image-item {
    display: inline;
    height: 35px;
    width: auto;
}

.banner-container .et_pb_text_overlay_wrapper {
    width: fit-content;
    width: -moz-fit-content;
    background-color: rgba(255,255,255, 0.7) !important;
    padding: 10px 10px 5px;
}

.main-container {
    
}


.home-content-text {
    
}

.testimonials h2 {
    margin-bottom: 30px;
}

.testimonials h3 {
    margin: 20px 0;
}

.social-media-container {
    margin-top: 30px;
}

.trademe {
    width: 69px;
    height: 34px;
}

.facebook {
    height: 39px;
    width: 39px;
    margin-right: 10px;
}


p.et_pb_contact_field {
    margin-bottom: 1%;
}

.et_pb_contact_submit {
    margin-top: 5px;
}

.comment-reply-title {
    display: none;
}

.logged-in-as {
    display: none;
}

@media screen and (max-width: 980px) {
    .contact-container {
        width: 100%;
        position: relative;
        text-align: center
    }
    .main-banner-section .et_pb_row {
        padding: 10px;
    }
    .et-db #et-boc .et-l .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
        color: white !important;
    }
    .image-item {
        height: 26px;
    }
    
}

@media screen and (min-width: 981px) {

    .logo-container {
        padding-top: 100px;
    }

    .contact-container {
        width: auto;
        position: absolute;
        right: 10%;
    }
    .image-item {
        height: 35px;
    }
    .home-content-container {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
    }

}