/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body .menu-btn-none {
                            display: none;
                        }
#ez-toc-sticky-container ul ul, .ez-toc div.ez-toc-sticky-widget-container ul ul {
    margin-left: 0;
}
#cn-accept-agreement.disabled-btn{
    opacity: 0.5;
}
.ez-toc-sticky-toggle-counter nav ul li a::before{
    display: none;
}
.scroll-to-end{
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.agree-checkbox-wrapper a{
    text-decoration: underline;
}
#styledCheckbox{
    position: relative;
    top: 2px;
}
body.logged-in .menu-btn-none {
    display: inline-block;
}
.elementor-widget-shortcode .eael-data-table {
    max-width: 100%;
}

.elementor-widget-shortcode .eael-data-table thead tr th {
    color: #fff;
    background-color: #debb5c;
}
.elementor-widget-shortcode table.dataTable thead .sorting:after {
    color: #fff;
}
.elementor-widget-shortcode table.dataTable thead .sorting_asc:after {
    color: #fff;
}
.elementor-widget-shortcode table.dataTable thead .sorting_desc:after {
    color: #fff;
}
.elementor-widget-shortcode .eael-data-table thead tr th:hover {
    color: #fff;
}
.elementor-widget-shortcode table.dataTable thead .sorting:after:hover {
    color: #fff;
}
.elementor-widget-shortcode table.dataTable thead .sorting_asc:after:hover {
    color: #fff;
}
.elementor-widget-shortcode table.dataTable thead .sorting_desc:after:hover {
    color: #fff;
}
.elementor-widget-shortcode .eael-data-table thead tr th i {
    font-size: 20px;
}
.elementor-widget-shortcode .eael-data-table thead tr th .data-table-header-svg-icon {
    height: 20px;
    width: 20px;
}
.elementor-widget-shortcode .eael-data-table tbody>tr:nth-child(2n) td {
    color: #6d7882;
    background: #f2f2f2;
}
.elementor-widget-shortcode .eael-data-table tbody>tr:nth-child(2n+1) td {
    color: #6d7882;
}
.elementor-widget-shortcode .eael-data-table tbody>tr:nth-child(2n+1) td:hover {
    color: #6d7882;
}
.elementor-widget-shortcode .eael-data-table-wrap table td a {
    color: #debb5c;
}
.elementor-widget-shortcode .eael-data-table-wrap table td a:hover {
    color: #6d7882;
}

.elementor-widget-shortcode .eael-data-table .th-mobile-screen {
    flex-basis: 100px;
}


.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-bg .popup-warp {
    z-index: 100000;
    font-size: 1em;
    line-height: 1.15;
    max-width: 98%;
    width: 800px;
    height: auto;
    background-color: rgba(255,255,255,0.9);
    color: #000;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
}
.popup-inner {
    padding: 20px 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.popup-title {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}
.cookie-notice-container a {
    color: #20b1e4;
    text-decoration: underline;
}
.popup-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.cn-button.bootstrap {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #debb5c;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
    padding: 5px 20px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline: none;
    transition: 0.7s;
}
.cn-button.bootstrap:hover {
    background-color: #a28f60;
}
.logged-in .elementor-popup-modal {
    display: none!important;
}
.register-button {
    border-color: #debb5c;
    background-color: #debb5c;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    font-weight: 500;
    color:#fff;
    line-height: 1;
    cursor: pointer;
}
.register-button:hover {
    border-color: #debb5c;
    background-color: #debb5c;
    color:#fff;
}
.elementor-346 .elementor-element.elementor-element-4e9b8b87 > .elementor-container {

}
.elementor-346 .elementor-element.elementor-element-4e9b8b87 > .elementor-background-overlay {
    background-color:transparent;
    opacity: 0;
}

#register_popup .popup-warp {
    position: relative;
    background-image: url(/wp-content/uploads/2019/11/popup-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
    width: 448px;
}
#register_popup .popup-title {
    color: #fff;
}
.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fcd540;
    cursor: pointer;
    z-index: 3;
}
.close-popup:before,
.close-popup:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65%;
    width: 2px;
    background-color: #152a50;
    transition: 1s;
}
.close-popup:before {
    transform: translate(-50%, -50%) skewX(-30deg);
}
.close-popup:after {
    transform: translate(-50%, -50%) skewX(30deg);
}
.close-popup:hover:before {
    transform: translate(-50%, -50%) skewX(30deg);
    background-color: #666;
}
.close-popup:hover:after {
    transform: translate(-50%, -50%) skewX(-30deg);
    background-color: #666;
}
.popup-content {
    overflow-y: auto;
    height: calc(100vh - 300px);
}
.elementor-location-footer a{
    color:white;
}
.elementor-location-footer a:hover{
    text-decoration:underline;
}
body .ea-advanced-data-table-wrap .ea-advanced-data-table-f968f3d tr th{
    background-color: #a18f5d!important;
    color: white!important;
    border-color: black;
}
.elementor-2389 .elementor-element.elementor-element-f968f3d td,
.elementor-2389 .elementor-element.elementor-element-f968f3d th{
    border-color: black;
}
body .ea-advanced-data-table-wrap .ea-advanced-data-table tr>td:first-child{
    background-color: #cacaca!important;
    color: black!important;
    font-weight: bold;
}
.ez-toc-open-icon span.text{
    font-size: 20px!important;
}
.ez-toc-open-icon span.arrow{
    font-size: 25px!important;
}
@media all and (max-width:900px) {
    .cn-button.bootstrap  {
        margin-left: 5px;
        margin-right: 5px
    }
    .ez-toc-sticky-fixed{
        max-width: 85%;
    }
    .popup-inner   {
        padding: 10px;
    }
    .popup-bg .popup-warp {

    }
    .custom-responsive-option-enable {
        overflow-x: scroll;
    }
}

.header-buttons {
    display: flex;
    flex-direction: row-reverse;
}
.header-buttons a{
    margin: 0 10px
}

