/*
Theme Name:   LAP Leipzig
Description:  Ausbildungsinstitutes für Psychologische Psychotherapie
Author:       ivato
Author URL:   www.ivato.de
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  lap-leipzig
*/


/* Common */

::-moz-selection { background: #a3c446; color: #fff;}
::selection { background: #a3c446; color: #fff; text-transform: uppercase;}

.bullets ul li {
    line-height: 1.8;
}

.bullets .et_pb_text_inner ul li:before {
    content: '\35'!important;
    color: #5E5E5E;
    font-size: 30px;
    margin-right: 0px;
    line-height: 1;
    position: absolute;
}

html body, body input, body textarea, body select,
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Assistant',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_column--with-menu .et_pb_menu__menu>nav>ul>li>a,
.filters-wrapper .filter-btn,
.filters-wrapper .filters-nav-btn,
.et-l--footer .et_pb_ajax_pagination_container a,
.swpm-edit-profile-submit-section input,
.page-title-custom-wrapper .btn-lap-theme,
.wpcf7-form input[type="submit"],
body #page-container .et_pb_section .btn-lap-theme {
    background-color: #8FC400 !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 12px rgba(0, 0, 0, 0.4);
    font-family: Assistant;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .5s all ease;
    border: none;
    border-radius: 0;
    margin-top: 5px;
    padding: 5px 20px;
}
.et_pb_column--with-menu .et_pb_menu__menu>nav>ul>li>a:hover,
.filters-wrapper .filter-btn:hover,
.filters-wrapper .filters-nav-btn:hover,
.et-l--footer .et_pb_ajax_pagination_container a:hover,
.swpm-edit-profile-submit-section input:hover,
.page-title-custom-wrapper .btn-lap-theme:hover,
.wpcf7-form input[type="submit"]:hover,
body #page-container #et-main-area .et_pb_section .btn-lap-theme:hover {
    background-color: #8FC400 !important;
    box-shadow: 0px -20px 0px #A0CE4E, 0px 0px 0px rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.7) !important;
}
.et_pb_column--with-menu .et_pb_menu__menu>nav>ul>li>a {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
    min-width: 220px;
    margin-bottom: 20px;
}
.et_pb_column--with-menu .et_pb_menu__menu {
    display: flex !important;
}
.et_pb_column--with-menu .et_mobile_nav_menu {
    display: none !important;
}
body #page-container #et-main-area .et_pb_section .btn-lap-theme.change-table-btn {
    padding-right: 50px !important;
    user-select: none;
}
body #page-container #et-main-area .et_pb_section .btn-lap-theme.change-table-btn:after {
    content: '';
    display: block;
    opacity: 1;
    width: 20px;
    height: 12px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
    background-image: url(./img/icons/сhevron_down.svg);
    filter:brightness(10);
}
.filters-wrapper .filter-btn.active,
body #page-container #et-main-area .et_pb_section .change-table-btn.active {
    background-color: #5E5E5E !important;
    box-shadow: none;
    pointer-events: none;
}
body #page-container #et-main-area .et_pb_section .change-table-btn.active:after {
    transform: rotate(180deg);
}

.table-3-years,
.table-5-years {
    animation: appear 1s forwards;
}
.table-5-years {
    display: none;
}
#table_costs,
#table_revenue {
    animation: appear 1s forwards;
}
#table_revenue {
    display: none;
}
@keyframes appear {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* end Common */

/* Accordion */
.et_pb_accordion {
    color: #000;
}
.et_pb_accordion .et_pb_toggle {
    border: none;
    background-color: transparent;
    background-repeat: no-repeat !important;
    padding-left: 0;
    margin-bottom: 0 !important;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_close {
    background: none;
}
.et_pb_accordion .et_pb_toggle_title {
    padding-right: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    transition: .5s all ease;
}
.et_pb_accordion .et_pb_toggle_title:hover {
    color: #5e5e5e45;
}
.et_pb_accordion .et_pb_toggle_title:before {
    content: '';
}
.et_pb_accordion .et_pb_toggle_content {
    margin-top: 30px;
}
.et_pb_accordion .et_pb_toggle_content:before {
    content: '';
    position: absolute;
    display: block !important; 
    top: -10px;
    left: 0;
    width: 160px;
    height: 0;
    border: 3px solid #8FC400;
}
.et_pb_accordion .et_pb_toggle_title:after {
    content: '';
    position: absolute;
    top: 12px;
    left: -40px;
    width: 20px;
    height: 12px;
    background-image: url(./img/icons/сhevron_down_green.svg);
    transform: rotate(0);
    transition: .3s all ease;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:after {
    transform: rotate(180deg);
    opacity: 0.35;
}
.et_pb_accordion .et_pb_toggle_content {
    font-size: 18px;
    font-weight: 400;
}
.et_pb_accordion .et_pb_toggle_content h3 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #5E5E5E;
    position: relative;
    margin-bottom: 40px;
}
.et_pb_accordion .et_pb_toggle_content h3:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 160px;
    bottom: -15px;
    background-color: #8FC400;
}
.et_pb_accordion .et_pb_toggle_content h4 {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #8FC400;
}
/* lists */
.et_pb_accordion .et_pb_toggle_content ul,
.et_pb_text_inner ul {
    padding-left: 0;
}
.et_pb_accordion .et_pb_toggle_content li,
.et_pb_text_inner li {
    list-style: none;
    padding-left: 32px;
    position: relative;
    margin-bottom: 1.8em;
    line-height: 1.8em;
}

.et_pb_accordion .et_pb_toggle_content li:before,
.et_pb_text_inner li:before {
    content: '';
    background-image: url(./img/icons/сhevron_down.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    left: 0;
    top: 10px;
    transform: rotate(270deg);
    display: inline-block;
    position: absolute;
}
.et_pb_accordion .et_pb_toggle_content li,
.et_pb_text_inner li > * {
    font-size: 18px;
    line-height: 1.8em !important;
}
.et_pb_toggle_title .btn-lap-theme{
    margin-left: 40px;   
    margin-top: 0 !important;
    height: 42px;
    display: inline-block; 
}
#main-content > article > .btn-lap-theme {
    display: none;
}
/* end Accordion */

/* profile edit table */
.swpm-validate-form td,
.swpm-validate-form table {
    border: none !important;
}

.swpm-validate-form td {
    font-family: Yantramanav, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #5E5E5E;
}

.swpm-validate-form input {
    border-color: #5E5E5E;
    height: 38px;
    padding: 0 12px;
    font-family: Assistant, sans-serif;
    font-size: 18px;
    color: #000;
}

.swpm-validate-form input:hover,
.swpm-validate-form input:focus {
    border-color: #8FC400;
}

/* end of profile edit table */

/* Page title */
.page-title-custom-wrapper {
    width: 100%;
    min-height: 250px;
    position: relative;
    background-image: url(./img/home_background.jpg);
    background-position: 50%;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
}
.page-title-custom-container {
    padding: 0px 40px;
    max-width: 1200px;   
    width: 80%;
    min-height: 170px; 
    margin: auto;
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background-color: #fff;
}
.page-title-custom {
    margin-top: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #5E5E5E !important;
}
.page-title-custom-divider {
    border-top: 6px solid #a3c446;
    width: 160px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-title-custom-excerpt {
    font-family: Assistant;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.page-title-custom-wrapper .btn-lap-theme {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}
/* end of Page title */

/* Header */

.et-fixed-header #et-top-navigation {
    height: 60px;
}

#top-header {
    display: none;
}

#logo {
    max-height: 48px;
}

#et-top-navigation {
    display: flex;
    padding: 0 !important;
    height: 140px;
    align-items: center;
}

#top-menu-nav {
    height: 100%;
}

.logo_container {
    top: 0;
    transition: 1s all ease;
}

.nav li ul {
    top: 100%;
    width: auto;
    min-width: 300px;
}

#top-menu {
    height: 100%;
}

#top-menu li {
    height: 100%;
    padding-right: 50px;
}

#top-menu a {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: 'Yantramanav';
    font-size: 20px !important;
    word-break: break-word;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-top: 0;
    padding-bottom: 0 !important;
}

#top-menu li li a {
    width: auto;
}

#et_top_search {
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 30px;
    background-image: url(./img/icons/icon_search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 1s all ease;
}

.et_pb_menu_hidden #et_top_search {
    pointer-events: none;
}

.et_pb_menu_hidden .et_mobile_menu {
    display: none !important;
}

#et_search_icon:before {
    content: '';
}

.et_search_outer {
    right: 300px;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 30px;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    content: '';
    width: 20px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(./img/icons/сhevron_down.svg);
}

.login-container {
    position: relative;
}

.login-btn {
    color: #5E5E5E;
    font-weight: normal;
    font-family: 'Yantramanav';
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 33px;
    margin-left: 80px;
    margin-right: 90px;
    transition: .3s all ease;
}

.login-btn:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 32px;
    background-image: url(./img/icons/icon_user.svg);
    background-repeat: no-repeat;
    position: absolute;
}

.login-btn:hover {
    opacity: 0.35;
}

.login-btn.active:after {
    content: '';
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #5e5e5e transparent;
}

.login-btn.members-area-btn {
    padding-left: 46px;
}

.login-btn.members-area-btn:before {
    width: 32px;
    background-image: url(./img/icons/icon_home.svg);
}

.login-wrapper {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    padding: 40px;
    width: 320px;
    margin: 35px auto;
    left: -100%;
    right: -100%;
}

.login-wrapper.active {
    display: flex;
}

.login-wrapper .swpm-login-widget-form {
    width: 100%;
}

.login-wrapper .swpm-label {
    font-family: 'Yantramanav' !important;
    font-weight: normal;
}

.login-wrapper .swpm-username-input,
.login-wrapper .swpm-password-input {
    margin-bottom: 0;
}

.login-wrapper .swpm-forgot-pass-link {
    display: none;
}

.login-wrapper .swpm-text-field {
    border: 1px solid #5E5E5E;
    width: 100% !important;
    height: 38px !important;
    padding: 12px;
    font-size: 18px;
    font-family: 'Assistant';
    caret-color: #8FC400;
    margin: 10px 0 20px 0 !important;
}

.login-wrapper .swpm-text-field:focus {
    border-color: #8FC400;
}

.login-wrapper .swpm-remember-me {
    display: none;
}

.login-wrapper .swpm-login-form-submit {
    font-weight: bold;
    font-size: 18px !important;
    font-family: 'Assistant';
    background-color: #8FC400;
    height: 40px;
    width: 100%;
    box-shadow: 0 0 0 #A0CE4E, 0px 0px 12px rgba(0, 0, 0, 0.4);
    transition: .3s all ease;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

.login-wrapper .swpm-login-form-submit:hover {
    box-shadow:  0px -20px 0 #A0CE4E, 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.login-wrapper .swpm-login-form-pw-reset-link {
    font-weight: normal;
    font-size: 18px !important;
    color: #5E5E5E;
}

/* end Header */

/* Home page */

.main-page-top-btns .et_pb_column {
    transition: .3s all ease;
}
.main-page-top-btns .et_pb_column .et_pb_text_inner h2 {
    letter-spacing: 0.01em;
}

.main-page-top-btns .et_pb_button {
    transition: .3s all ease;
}
.main-page-top-btns .et_pb_button:hover {
    box-shadow: 0 0 0 0 transparent;
}
body #page-container .et_pb_section .main-page-top-btns .et_pb_button:hover {
    color: rgba(94, 94, 94, 0.35) !important;
}
.interns-text span {
    color: #8FC400;
    display: flex;
    align-items: center;
}
.interns-text strong {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    padding: 0 20px;
}
.l-footer .heading {
    font-weight: 600;
    font-size: 30px;
}
.l-footer .text {
    font-weight: 400;
    font-size: 18px;
}
.footer-menu .et_pb_menu__wrap {
    justify-content: flex-end;
}
.footer-menu .et_pb_menu__wrap a:hover {
    opacity: 1;
    color: #deedb3 !important;
}
.footer-menu .et_pb_menu__wrap a:before {
    content: '';
    position: absolute;
    bottom: 42px;
    height: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s all ease;
}
.footer-menu .et_pb_menu__wrap a:hover:before {
    height: 20px;
}
/* end Home page */

.link-coop {
    color: #8FC400;
}
.link-coop .et_pb_text_inner {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    transition: .3s all ease;
}
.link-coop .et_pb_text_inner:hover {
    background-color: #8FC400;
    color: #fff7 !important;
}
.link-coop .et_pb_text_inner:hover a {
    color: #fff7;
}
.link-coop .et_pb_text_inner:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    background-color: #A0CE4E;
    bottom: 100%;
    transition: .3s all ease;
}
.link-coop .et_pb_text_inner:hover:before {
    height: 20px;
}

/* contact form */
.wpcf7-form label {
    display: flex;
    width: 70%;
    justify-content: space-between;
}
.wpcf7-form input {
    width: 380px;
    height: 38px;
    border: 1px solid #5E5E5E;
    font-size: 18px;
    padding: 0 20px;
}
.wpcf7-form input:focus {
    border-color: #8FC400;
}
.wpcf7-form input[type=submit] {
    cursor: pointer;
}
.wpcf7-form-control-wrap.pdf {
    position: relative;
    border: 1px solid #5e5e5e;
    background: #fff;
}
.wpcf7-form-control-wrap.pdf input {
    opacity: 0;
}
.wpcf7-form-control-wrap.pdf:after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #5e5e5e;
    right: -48px;
    top: 0;
    background-image: url(./img/png/icon_upload.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.wpcf7-form-control-wrap.pdf .file-input-name {
    position: absolute;
    color: #5e5e5e;
    font-size: 18px;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.wpcf7-form-control-wrap.pdf .clear-file-input {
    width: 38px;
    height: 38px;
    position: absolute;
    background-color: #8FC400;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    left: calc(100% + 58px);
    top: 0;
    background-image: url(./img/png/cross.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 38px;
    height: 38px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox]+span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 38px;
    width: 38px;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    border: 1px solid #5E5E5E;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    transition: .3s all ease;
}
.wpcf7-checkbox input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 38px;
    width: 38px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 38px;
    text-align: center;
    line-height: 38px;
}
.wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: #5e5e5e;
    box-shadow: none;
}
.wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible;
    color: #fff;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-list-item-label {
    margin-left: 66px;
    display: inline-block;
    line-height: 1.8em;
}
input.swpm-edit-profile-submit {
    width: auto !important;
    cursor: pointer;
}
/* end contact form */

/* filter posts */
.filters-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.filters-wrapper .filter-buttons-wrapper {
    overflow: hidden;
    height: 84px;
    display: flex;
    position: relative;
    width: 100%;
}
.filters-wrapper .filter-buttons {
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
    transition: .5s all ease;
}
.filters-wrapper .filter-btn {
    cursor: pointer;
    display: inline-flex;
    margin: 0 10px;
    word-break: keep-all;
    white-space: nowrap;
}
.filters-wrapper .filters-nav-btn {
    height: 44px;
    width: 44px;
    margin-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 12px rgba(0, 0, 0, 0.4), 0 0 20px 40px #e9e9ea;
}
.filters-wrapper .filters-nav-btn:hover {
    box-shadow: 0px -20px 0px #A0CE4E, 0px 0px 0px rgba(0, 0, 0, 0), 0 0 20px 40px #e9e9ea;
}
.filters-wrapper .filters-nav-btn.last-page,
.filters-wrapper .filters-nav-btn.first-page {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 12px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(0, 0, 0, 0);
}
.filters-wrapper .filters-nav-btn.last-page:hover,
.filters-wrapper .filters-nav-btn.first-page:hover {
    box-shadow: 0px -20px 0px #A0CE4E, 0px 0px 0px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}
.filters-wrapper .filters-nav-btn.nav-prev {
    background-image: url(./img/png/icon_date_backward.png);
}
.filters-wrapper .filters-nav-btn.nav-next {
    background-image: url(./img/png/icon_date_forward.png);
}

#filtered_posts .et_pb_post {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #A0CE4E;
    margin-bottom: 50px;
}
#filtered_posts .et_pb_post .entry-title {
    padding-left: 20px;
    background-color: #A0CE4E;
    line-height: 60px;
    padding-bottom: 0;
}
#filtered_posts .et_pb_post .entry-title a {
    color: #fff !important;
}
#filtered_posts .et_pb_post .post-meta {
    padding-left: 20px;
    order: 2;
}
#filtered_posts .et_pb_post .post-content {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    order: 1;
}
.et-l--footer .et_pb_column .et_pb_button_module_wrapper {
    margin-bottom: 0;
}
.et-l--footer .et_pb_column .btn-lap-theme {
    margin-top: 0 !important;
    margin-bottom: 25px;    
    text-align: left !important;
}
.et-l--footer .et_pb_ajax_pagination_container a {
    margin-top: 0;
    margin-bottom: 25px !important;
    display: inline-block;
    line-height: 1.7em;
}
.et-l--footer .et_pb_ajax_pagination_container a,
body #page-container .et_pb_section .btn-lap-theme {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 12px rgba(255, 255, 255, 0.4);
}
.et-l--footer .et_pb_ajax_pagination_container .entry-title {
    padding-bottom: 0;
}
.et-l--footer .et_pb_ajax_pagination_container .et_pb_post {
    margin-bottom: 0;
}
.et-l--footer .et_pb_ajax_pagination_container .post-meta {
    display: none;
}
/* end filter posts */
/* media queries */

.custom-table-wrapper {
    width: 100%;
    overflow: overlay;
}

.custom-table thead {
    background: #a0ce4f;
    color: #fff;
    font-weight: bold;
}

.custom-table tbody tr:nth-child(even){
    background: #e9e9ea;
}

.custom-table tfoot {
    background: #a0ce4f;
    color: #fff;
    font-weight: bold;
}

.page-title-custom-wrapper #breadcrumbs {
    position: absolute;
    line-height: 1;
    padding: 10px;
    top: -45px;
    background: #fff;
}
.room_booked_table h3 a {
    margin-left: 20%;
}
#inline_datepicker_anchor {
    position: absolute;
    left: 0;
    top: -120px;
}
.calender_table_header p {
    display: inline-block;
    position: relative;
    margin: 18px 0;
    padding-bottom: 5px !important;
    font-size: 25px;
    text-transform: uppercase;
}
.calender_table_header p:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 3px solid #a3c446;
    width: 48%;
    height: 1px;
    z-index: 10;
}
.tab_btn_wrapper{
    display: flex;
    align-items: center;
}
.datepicker_wrapper{
    position: relative;
}
.icon_loading{
    display: none;
    line-height: 0;
    width: 26px;
    margin-left: 10px;
}
@media screen and (min-width:1400px) {
    .members-area-btn {
        margin-left: 40px;
        margin-right: 30px;
    }
}

@media screen and (max-width:1399.97px) {
    #top-menu li {
        padding-right: 20px;
    }
    .login-btn {
        margin: 0 15px;
    }
    .et_search_outer {
        right: 272px;
    }
}

@media screen and (max-width:1149.97px) {
    #et_mobile_nav_menu {
        display: block;
    }
    #top-menu {
        display: none;
    }
    .et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
        padding-bottom: 0;
    }
    .et_pb_menu_hidden #et_top_search {
        margin-right: -30px;
    }
    .et_pb_menu_hidden #et_mobile_nav_menu {
        pointer-events: none;
    }
}

@media screen and (min-width:979.97px) {
    .main-page-top-btns .et_pb_column:hover {
        box-shadow: 0 -40px 0 0 #8FC400;
    }
    #logo {
        max-width: 28%;
    }
}
@media screen and (max-width: 980px) {
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
        display: flex;
    }
    .container {
        width: 95%;
    }
    .et_search_outer {
        left: 0;
        width: auto;
    }
    .et-search-form {
        left: 20px;
    }
    .et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 50px;
        display: flex;
    }
    .et-search-form input {
        right: 0;
        width: 100%;
        position: relative;
    }
    .et_pb_menu_hidden .logo_container {
        top: 50%;
        opacity: 0;
    }
    .et_pb_toggle_title .btn-lap-theme{
        margin-left: 0;   
        margin-top: 30px !important;
    }
    .et_pb_accordion .et_pb_toggle_title {
        display: grid;
    }
    .custom_mob_12231{
        padding: 0 !important;
    }
    .rooms_calendar{
        overflow-x: auto;
    }
}
@media screen and (max-width: 768px) {
    .page-title-custom-wrapper {
        width: 100%;
        min-height: 360px;
    }
    .page-title-custom-container {
        padding: 0px 15px;
    }
    .page-title-custom {
        font-size: 24px;
    }
    .page-title-custom-wrapper .btn-lap-theme {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .interns-text strong {
        font-size: inherit;
        padding: 0 3px;
    }
    .footer-menu .et_pb_menu__wrap a:hover:before {
        display: none;
    }
    .wpcf7-form label {
        width: 100%;
        flex-direction: column;
    }
    .wpcf7-form-control-wrap.pdf {
        width: 70%;
    }
    .et_pb_accordion .et_pb_toggle_title {
        margin-left: 40px;
    }
    .et_pb_accordion .et_pb_toggle_content:before {
        left: 40px;
    }
    .rooms_order_form .top_row{
        flex-direction: column;
        align-items: flex-start;
    }
    .rooms_order_form .top_row .icon{
        width: 20px;
        margin-right: 10px;
    }
    .rooms_order_form .delim{
        padding: 5px 0 5px 55px;
    }
    .datepicker--cells.datepicker--cells-days{
        padding: 11px 8px !important;
    }
    .datepicker{
        width: 100% !important;
    }
    .rooms_order_form .datepicker--days-names .datepicker--day-name{
        height: 35px;
        font-size: 12px;
    }
    .datepicker--nav-action{
        width: 32px !important;
        height: 32px !important;
    }
    .datepicker--nav-title{
        height: 32px !important;
        font-style: 14px !important;
    }
    .rooms_order_form form .form_row .icon{
        min-width: 32px;
        width: 32px;
    }
}
@media screen and (max-width: 768px) and (min-width: 540px) {
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 35%;
    }
}
@media screen and (max-width: 650px){
    .rooms_list .items .room img{
        display: none;
    }
    .rooms_list .items .room{
        font-size: 16px;
        padding: 9px;
    }
}
@media screen and (max-width: 300px){
    .rooms_list .items .room{
        font-size: 14px;
        padding: 5px;
    }
}
@media screen and (max-width: 539.97px){
    .login-wrapper {
        width: 280px;
        padding: 20px;
        left: auto;
        right: -55px;
    }
    .login-btn {
        margin: 0;
        font-size: 0;
    }
    #et_top_search {
        margin-right: 0;
    }
    .et_search_outer {
        right: 80px;
    }
    .et-search-form input {
        font-size: 14px !important;
    }
    .wpcf7-form input {
        width: 100%;
    }
}
/* please don't write other styles after @media */