/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       JG
 Template:     astra
 Version:      1.0.0
*/

/*SPECIAL*/
    .er_loader {
      /*border: 16px solid #f3f3f3;*/
      border: 10px solid #a712b0;;
      border-radius: 50%;
      /*border-top: 16px solid #3498db;*/
      border-top: 10px solid #f2266c;
      width: 100px;
      height: 100px;
      -webkit-animation: spin 2s linear infinite; /* Safari */
      animation: spin 2s linear infinite;
      margin:auto;
    }

    .er_modalbox_loader{
        display: none;
        position: fixed;
        left: 0px;
        top: 40%;
        width: 100%;
        height: 100%;
        /*padding-top:180px;*/
        overflow: auto;
        background-color: transparent;
        /*background-color: rgba(0,0,0,0.4);*/
        z-index: 5000;
    }

    /* Safari */
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    


select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding: .5em;
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 1em 2em 1em 1em;
    font-size: 1em;
    outline: none;
    line-height: 2em;
    height: unset !important;

    width: 100%;
    padding: 5px;
    /*margin-bottom: 10px;*/
}
.select_container_A {position:relative; margin: auto; width: 100%;}
.select_container_A:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select_container_A:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 1em;
    right: 0.6em;
    border-top: 8px solid #0c2f3c;
}
.select_container_B {position:relative; margin: auto; width: 100%;}
.select_container_B:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.select_container_B:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 1em;
    right: 0.6em;
    border-top: 8px solid #0c2f3c;
}

select::-ms-expand {
    display: none;
}

/*TO HIDE NAV BUTTON OF ASTRA THEME*/
.ast-page-builder-template.single .post-navigation{
    display: none;
}

.w_main_c{
    display:flex;
    flex-direction:row;
}

.w_main_btm_c{
    display:flex;
    flex-direction:row;
    margin-right: 10px; 
}

.w_main_btm_chx_c{
    display:flex;
    flex-direction:row;
    margin-right: 10px; 
}

input[type="checkbox"] + .w_consent_chx_c{
    margin-right:30px;
    margin-top:10px;
}


.w_label_check_c{
    color: white; 
    margin-left: 15px;
}

.w_book_c{
    margin-top: 30px;
    margin-right: 10px;
    text-align: center;
}

.w_book_btn_c{
    width: 40%; 
    padding: 20px; 
    background: #499C3E;  
    margin: auto; 
    text-align: center; 
    color: white; 
    border-radius: 5px;
    border: 2px solid white;
}

.w_book_cnl_c{
    margin-top: 30px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.w_book_upd_btn_c{
    flex: 1;
    width: 40%; 
    padding: 20px; 
    background: #5F584B;  
    margin: 10px; 
    text-align: center; 
    color: white; 
    border-radius: 5px;
    border: 2px solid white;
}

.w_book_cnl_btn_c{
    flex: 1;
    width: 40%; 
    padding: 20px; 
    background: #da4c4c;  
    margin: 10px; 
    text-align: center; 
    color: white; 
    border-radius: 5px;
    border: 2px solid white;
}


.w_error_box_c{
    display: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #e68c8c;
    color: white;
    font-size: 14px;
}

.w_success_box_c{
    display: none;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #058c3a;
    color: white;
    font-size: 14px;
}

.w_booking_ref_c{
    display: flex;
    flex-direction: row;
    color: white;
    font-size: 14px;
}

.w_title_c{
    flex: 1;
    max-width: 30%;
    margin: 10px;
    color: white;
    font-size: 14px;
}

.w_go_deliveroo_c{
    text-align: center;
}

.w_go_deliveroo_btn_c{
    cursor: pointer;
}

.p_404_c{
    color: black;
    border: 1px solid;
    margin: 130px;
    text-align: center;
    padding: 50px;
    font-size: 34px;
}


@media only screen and (max-width: 600px){
    .w_main_c{
        flex-direction:column;
    }
    .w_main_btm_c{
        flex-direction:column;
    }
    .w_book_c{
        margin-top: unset;
    }
    .w_book_btn_c{
        width: 100%; 
    }

    .w_book_cnl_c{
        display: block;
        text-align: center;
    }

    .w_book_upd_btn_c{
        margin: auto;
        width: 100%;
    }

    .w_book_cnl_btn_c{
       margin: auto;
        width: 100%; 
    }
}












