/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Kale Atterberry
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

.video-bg-overlay .et_pb_section_video_bg:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.full-gallery .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.full-gallery .et_pb_gallery_item:first-child {
    width: 100% !important;
}

.grecaptcha-badge {
    display: none !important;
}

.et-pb-contact-message {
    color: #FF5B4C;
    font-size: 16px;
    text-align: center;
}

.et-fixed-header #top-menu .sub-menu a {
    color: #fff !important;
}

.et-fixed-header #top-menu .sub-menu li.current-menu-item>a {
    color: #fff !important;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
}

@media (max-width: 767px) {
    .et_mobile_menu {
        padding: 0px;
        margin: 0px;
        width: 100vw;
        left: 0px;
        position: fixed;
        height: 100%;
        top: 80px;
        background: #191919;
        padding-left: 15%;
        padding-right: 15%;
    }
    .et_mobile_menu>li:first-child {
        padding-top: 3em;
    }
    html:not(.et-fb-top-html) .et_mobile_menu li a {
        color: #fff;
        text-decoration: none;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    .et_fixed_nav #main-header {
        position: sticky;
    }
    .et_fixed_nav.et_show_nav #page-container {
        padding-top: 0px !important;
    }
    .dica-container .swiper-button-next, .dica-container .swiper-button-prev {
        display: none;
    }
    .dica_divi_carousel .dica-container .swiper-buttton-container {
        background-image: url(https://knox-dev.ackermanmcqueen.com/wp-content/uploads/2020/09/swipe.png);
        background-repeat: no-repeat;
        background-position: center center;
        height: 100px;
        opacity: 1;
        transition: opacity 1s 2s ease-out;
        pointer-events: none;
    }
    .dica_divi_carousel .dica-container.shown .swiper-buttton-container {
        opacity: 0;
    }
}

html:not(.et-fb-top-html) a {
    text-decoration: underline;
}

html:not(.et-fb-top-html) a.et_pb_button, html:not(.et-fb-top-html) .item-title a, html:not(.et-fb-top-html) .et_pb_social_icon a, html:not(.et-fb-top-html) footer a {
    text-decoration: none;
}

.header-font {
    font-family: ivypresto-headline, serif;
    font-weight: 600;
    font-style: normal;
}

.nav li ul {
    width: 250px;
}

#top-menu li li a {
    width: 220px;
    font-weight: 400;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}

/*.et_pb_video {
    position: relative;
}

.et_pb_video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    font-family: "Helvetica Neue", Helvetica, proxima-nova, sans-serif;
    font-weight: 700!important;
    text-transform: uppercase!important;
    letter-spacing: 0px;
    font-size: 13px;
    border: 2px solid;
    padding: 1em 2em;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 300ms ease 0ms;
    background-color: rgba(25, 25, 25, 0.8);
    text-align: center;
    pointer-events: none;
}

.et_pb_video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 40;
    pointer-events: none;
}

.et_pb_video:hover:before, .et_pb_video.playing:before {
    opacity: 0;
}

.et_pb_video:hover .et_pb_video_play:before {
    opacity: 1;
}

.et_pb_video_play:before {
    font-family: "Helvetica Neue", Helvetica, proxima-nova, sans-serif;
    content: "Watch";
    font-weight: 700!important;
    text-transform: uppercase!important;
    letter-spacing: 0px;
    font-size: 13px;
    border: 2px solid;
    padding: 1em 2em;
    line-height: 1.7em!important;
    min-width: 140px;
    transition: all 300ms ease 0ms;
    text-decoration: none;
    opacity: 0;
    background-color: rgba(25, 25, 25, 0.8);
    pointer-events: none;
}

@media (max-width: 767px) {
    .et_pb_video_play:before {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
    }
}
*/

.et_pb_section .et_pb_button_module_wrapper .et_pb_button.et_pb_bg_layout_light:hover {
    color: #fff;
}

.et_pb_slide_content, .et_pb_best_value {
    font-family: "Helvetica Neue", Helvetica, proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.dica-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 5px;
}

.dica-container .swiper-button-next:before, .dica-container .swiper-button-prev:before {
    margin-left: -3px;
    margin-top: -2px;
    filter: drop-shadow(0 0 0.75rem black);
}

.wdcl-carousel-frontend .slick-arrow:before {
    line-height: 0;
    margin-left: -3px;
    margin-top: -2px;
    filter: drop-shadow(0 0 0.75rem black);
}

.dica-container .swiper-button-next, .dica-container .swiper-button-prev {
    border: 2px solid white;
    border-radius: 50%;
}

.dica-container .swiper-button-next {
    right: 80px;
}

.dica-container .swiper-button-prev {
    left: 80px;
}

@media (max-width: 767px) {
    .dica-container .swiper-button-next {
        right: 20px;
    }
    .dica-container .swiper-button-prev {
        left: 20px;
    }
    .mobile_middle-inside .swiper-buttton-container {
        top: 25%;
    }
}

/*.et_pb_video_overlay .et_pb_video_play {
    margin-left: initial;
    transform: translate(-50%, -50%);
    margin-top: initial;
    line-height: 0;
    font-size: 0;
    text-decoration: none;
}*/

.et_pb_video_overlay .et_pb_video_play{
	text-decoration: none;
}

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0;
    margin-bottom: 20px !important;
    margin-right: 20px;
}

.container.et_menu_container {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 980px) {
    .container.et_menu_container {
        padding-left: 0px;
        padding-right: 0px;
    }
}