/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

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

/* PopUp Newsletter Modal */
.no-newsletter-popup #rmOrganism {
    display: none;
}
.no-newsletter-popup.show-newsletter-popup #rmOrganism {
    display: block;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
    right: auto;
    left: 0px;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
    border-radius: 0 !important;
}

#polylang_switcher {
    position: absolute;
    right: 5px;
    display: flex;
    z-index: 9999;
    margin-top: 0px;
}
#polylang_switcher li a {
    padding: 7px 5px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}
#polylang_switcher li::after {
    content: '/';
    margin-left: 0px;
    color: #34aed6;
    text-decoration: none !important;
}

#polylang_switcher li:last-child::after {
    content: '';
}

#polylang_switcher li:last-child a {
    border-right: 0;
}

#polylang_switcher li a.lang_current {
    color: #007390;
    text-decoration: underline;
}

.grecaptcha-badge,
.grecaptcha-logo {
    display: none !important;
    opacity: 0;
}

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

.au-image .image_frame .image_wrapper {
    overflow: visible;
}

#Content .button.au-green-btn {
    font-weight: bold;
    padding: 14px 50px;
    background-color: #007390;
    color: #fff;
}

#Content .button.au-green-btn .button_label {
    padding: 0px;
}

.button-section .column {
    float: none;
    margin: 0 1% 20px;
}

h2.au-subtitle {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4em;
    color: #101010;
}

.au-listbox .list_item {
    display: flex;
    gap: 15px;
}

.au-listbox .list_item .list_left,
.au-listbox .list_item .list_right {
    float: none;
}

.au-listbox .list_item .list_right {
    margin: 0;
}

.au-listbox .list_item .list_right h4 {
    color: #101010;
    font-size: 1.3em;
    margin-top: 5px;
}

.au-listbox .list_item .list_right .desc {
    color: #303030;
    font-size: 1.2em;
    line-height: 1.2em;
}

.au-listbox .list_image {
    height: 40px;
    width: 40px;
    min-width: 40px;
}

.au-listbox img {
    width: 100%;
    height: auto;
    vertical-align: inherit !important;
}

.au-video {
    max-width: 100%;
}

/* Background Color */
.bg_color_with_image {
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    font-size: 1.2em;
    min-height: 250px;
}

.bg_color_with_image h2 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4em;
    color: #101010;
}

.bg_color_with_image {
    color: #101010;
}

.bg_color_with_image .section-decoration.bottom {
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 15px;
    z-index: 0;
}

.bg_color_with_image .bg_image_absolut {
    position: absolute;
    right: 0;
    bottom: 0;
}

.font-17em {
    font-size: 1.7em;
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    #polylang_switcher {
        right: 6em;
        margin-top: 11px;
    }
}

@media only screen and (max-width: 768px) {
    #polylang_switcher {
        right: 6em;
        margin-top: 18px;
    }

    #Top_bar .logo #logo {
        margin: 10px 20px;
    }
    #Top_bar .logo {
        text-align: left;
    }

    h3 {
        font-size: 17px !important;
    }
    .font-17em {
        font-size: 1.3em;
    }

    h2.au-subtitle {
        font-size: 1.7em;
    }
}

@media only screen and (max-width: 360px) {
    #polylang_switcher {
        right: 4.2em;
    }

    #Top_bar .logo #logo {
        margin: 10px 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 1239px) {
    #Top_bar .top_bar_left {
        width: 100%;
    }
}
