/*
Theme Name: Restaurant Near Me
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: WordPress
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Add CSS Below this Line */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*==== New Css ====*/
img.img-responsive {
    max-width: 100%;
    display: block;
}

/*=== Menu Css ===*/
ul.loginmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.loginmenu>li {
    display: block;
    position: relative;
    padding: 10px;
}

ul.loginmenu li ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #8a0bae;
    min-width: 200px;
    z-index: 11;
    display: none;
}

ul.loginmenu li:hover ul.submenu {
    display: block;
}

ul.loginmenu li ul.submenu>li {
    display: block;
}

ul.loginmenu li ul.submenu>li>a {
    display: block;
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    line-height: 1;
}

ul.loginmenu li ul.submenu>li:last-child>a {
    border: 0 none;
}

/*=== Logins Page Css ===*/
.pg_loginforms {
    background-image: url(assets/img/ctlogin-bg.webp);
    background-size: cover;
    background-position: center center;
}

.ct_loginform_wrapper {
    padding: 160px 75px 140px;
}

.ct_loginform_wrapper .form_inner {
    border-radius: 8px;
    background: rgba(252, 240, 255, 0.70);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.ct_loginform_wrapper .form_inner .frm_col_left {
    background: #fff;
    border-radius: 8px 0 0 8px;
}

/* .ct_loginform_wrapper .form_inner .row {
    margin: 0;
} */
.ct_loginform_wrapper .form_inner .form_wrapper {
    padding: 0 25px 25px;
}

.ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap {
    padding: 27px 0px;
    display: flex;
    justify-content: space-between;
}

.ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap .title {
    padding-right: 15px;
}

.ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap h4 {
    color: #060606;
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.13;
    text-transform: uppercase;
    margin: 0;
}

.ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap h4 strong {
    font-weight: 800;
}

.ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap h4 span {
    display: block;
    color: #8A0BAE;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
}
.ct_loginform_wrapper .form_inner .frm_col_right {
	padding-left: 0px;
}
.ct_loginform_wrapper .form_inner .form_right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
/*     padding: 50px; */
}
.ct_loginform_wrapper .form_inner .form_right .center_img {
	width:100%;
	height:100%;
}
.ct_loginform_wrapper .form_inner .form_right .center_img img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.ct_loginform_wrapper .form_inner .form_wrapper section.content-section {
    padding: 0 !important;
}

.ct_loginform_wrapper .form_inner .form_wrapper section.content-section .container {
    max-width: 100%;
}

.fb_google_forms {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fb_google_forms>div {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    padding: 0px;
}

.fb_google_forms .ctform_other {
    margin-bottom: 28px;
}

.mainform_loginwrap .fb_google_forms {
    flex-direction: column;
}

.mainform_loginwrap .fb_google_forms>div {
    width: 100%;
}

.ct_loginform_wrapper .form_inner .form_wrapper .mainform .ct_orbar {
    position: relative;
    text-align: center;
}

.ct_loginform_wrapper .form_inner .form_wrapper .mainform .ct_orbar span.ctor {
    color: #2F2F2F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 25px;
}

.ct_loginform_wrapper .form_inner .form_wrapper .mainform .ct_orbar:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #BFBFBF;
    transform: translateY(-50%);
}

.custom-login-form {
    max-width: 100%;
    margin: 20px 0;
    padding: 0;
}

.pg_loginctforms .custom_form .form_grp {
    border-radius: 8px;
    background-color: #ECECEC;
    margin-bottom: 20px;
    position: relative;
    padding: 12px 25px 12px 80px;
}

.pg_loginctforms .custom_form .forgot_password_wrap .form_grp.form_grp_email {
    background-image: url(assets/img/Envelope-2.webp);
    background-repeat: no-repeat;
    background-position: left 25px top 30px;
}

.pg_loginctforms .custom_form .form_grp.form_grp_email {
    background-image: url(assets/img/Envelope.webp);
    background-repeat: no-repeat;
    background-position: left 25px top 30px;
}

.pg_loginctforms .custom_form .form_grp.form_grp_varotp {
    background-image: url(assets/img/Key2.webp);
    background-repeat: no-repeat;
    background-position: left 25px top 15px;
    padding-left: 100px;
}

.pg_loginctforms .custom_form .form_grp.form_grp_pass {
    background-image: url(assets/img/Key.webp);
    background-repeat: no-repeat;
    background-position: left 25px top 30px;
}

.pg_loginctforms .custom_form .form_grp label {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: #2F2F2F;
    margin-bottom: 5px;
}

section.pg_loginctforms .custom_form .form_grp input[type="email"],
section.pg_loginctforms .custom_form .form_grp input[type="text"],
section.pg_loginctforms .custom_form .form_grp input[type="password"] {
    background: transparent;
    border-radius: 0px;
    border: 0 none;
    margin: 0;
    width: 100%;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135.5%;
    color: #2F2F2F;
    padding: 0px 0;
}

.custom-login-form .password-container {
    position: relative;
}

.custom-login-form .password-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

.custom_form input.custom_login_button,
.custom_form button.custom_login_button {
    border-radius: 8px;
    background: #8A0BAE;
    width: 100%;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.5%;
    padding: 25px;
    margin: 0 0 45px;
    box-shadow: 0 none;
    border: 0 none;
    transition: all 0.5s ease-in-out;
}

.custom_form input.custom_login_button:hover,
.custom_form button.custom_login_button:hover {
    background: #000;
}

.remember_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.remember_wrap label {
    margin: 0 !important;
    color: #2F2F2F !important;
    font-weight: 400 !important;
}

.remember_wrap a {
    color: #6358DC;
}

.remember_wrap a:hover {
    color: #000;
}

.ct_registerlink {
    text-align: center;
}

.ct_registerlink p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 135.5%;
}

.ct_registerlink p a {
    color: #6358DC;
}

.ct_registerlink p a:hover {
    color: #000;
}

a.ct_cmnlogin_btn {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.11);
    display: block;
    padding: 20px 30px;
    text-align: center;
    color: #2F2F2F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135.5%;
}

a.ct_cmnlogin_btn:hover {
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.10);
}

a.ct_cmnlogin_btn span.txt {
    margin-left: 15px;
}

.cmn_padd {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*=== Forgot Password Css ===*/
.forgot_password_wrap .backtologin {
    margin-bottom: 15px;
}

.forgot_password_wrap .backtologin a {
    color: #313131;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.forgot_password_wrap .backtologin a svg {
    height: 20px;
    width: 20px;
    position: relative;
    top: -1px;
}

.forgot_password_wrap .backtologin a:hover {
    color: #8a0bae;
}

.forgot_password_wrap .ftitle_wrap {
    max-width: 512px;
    margin-bottom: 50px;
}

.forgot_password_wrap .ftitle_wrap h3 {
    color: #313131;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
}

.forgot_password_wrap .ftitle_wrap p {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #313131;
    margin: 0;
}

/*=== Sign Up Page Css ===*/
.pgsignup .loginlink {
    text-align: center;
    margin-bottom: 30px;
}

.pgsignup .loginlink p {
    margin: 0;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #313131;
}

.pgsignup .loginlink p a {
    color: #8A0BAE;
}

.pgsignup .loginlink p a:hover {
    color: #000;
}

.pgsignup form.form_ctsignup .form_grp {
    position: relative;
    margin-bottom: 25px;
}

.pgsignup form.form_ctsignup .form_grp.btn_grp {
    margin: 0;
}

.pgsignup form.form_ctsignup .form_grp label {
    color: #1C1B1F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 16px;
    padding: 2px 5px;
    margin: 0;
    z-index: 1;
}

.pgsignup form.form_ctsignup .form_grp input.fcontrol {
    border-radius: 4px;
    padding: 16px;
    color: #1C1B1F;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #79747E;
}

.pgsignup form.form_ctsignup .chkform_grp {
    margin-bottom: 50px;
}

.pgsignup form.form_ctsignup .chkform_grp label {
    margin: 0;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #313131;
}

/*=== Verify Otp Page Css ===*/
.resendotp {
    color: #313131;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 100px;
}

.resendotp p {
    margin: 0;
}

.resendotp p button {
    box-shadow: none;
    border: 0 none;
    padding: 0;
    background: transparent;
    color: #8A0BAE;
}

.resendotp p button:hover {
    color: #000;
}

.pg_loginctforms .custom_form .form_grp.cmnl_padd {
    padding-left: 25px;
}

.custom_form .ctpassreset button#reset_button {
    margin-bottom: 0;
}

span.errormsg {
    font-size: 14px;
    margin: 0 0 15px;
    color: #f00;
    display: block;
}

/*=== Varify Login Css ===*/
.vartop_cnt {
    padding: 50px 0 5px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135.5%;
}

.vartop_cnt .vartop_send p {
    margin: 0 0 30px;
}

/* Add to restaurant */
button#subscribe {
    text-transform: uppercase;
    letter-spacing: 1.44px;
    font-family: "Poppins", system-ui;
    font-weight: 500;
    position: relative;
    border-radius: 30px;
    border: solid 2px #8a0bae;
    background-color: #8a0bae;
    color: #fff;
    padding: 10px 50px;
}

.add-your-restaurant-section .inner-col {
    flex-direction: column;
}

ul.header_submenu {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    margin: 0;
}

.cta_container {
    display: flex;
    /* gap: 10px; */
}

header .cta_container .btn {
    border-radius: 0;
    font-size: 14px;
    max-width: none;
    padding: 10px;
    min-width: fit-content;
}

header .cta_container .btn:last-child {
    background: none;
    color: #8a0bae;
}

/* Update  */
.tab-content>.active img {
    margin: 0 auto;
    display: block;
    max-height: 500px;
    object-fit: contain;
}

.sign-up-section .tab.active h3.title {
    color: #8a0bae;
    font-weight: 700;
}

.section_title_wrap {
    display: flex;
    align-items: center;
}

/* Single Restaurant */
.single_res_map_container iframe {
    min-width: 100%;
    height: 100%;
}

.single_res_map_container {
    height: 100%;
}

/* Footer Logo */
footer .copyright-section a img {
    filter: contrast(2);
    background: rgba(0, 0, 0, 0.8);
    padding: 12px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

footer .copyright-section a img:hover {
    background: #000;
}

/* Archive Restaurant  */
.post-type-archive-restaurant main#main {
    margin: 50px 0;
}

.single-restaurant .claim_btn_container {
    display: flex;
    align-items: center;
}

.single-restaurant .claim_btn_container button {
    border-radius: 0;
    font-size: 25px;
}

.single-restaurant .claim_model h5 {
    text-transform: uppercase;
    color: #8a0bae;
    font-weight: 600;
}

.single-restaurant .claim_model .modal-header {
    border: none;
    padding-bottom: 5px;
}

.category-results-container {
    position: absolute;
    width: 50%;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    top: -20px;
    left: 0;
    border-radius: 20px;
}

.home .banner-search-form {
    max-width: none;
}

.category-results-container p {
    margin: 0;
    padding: 15px;
}

.category-results-container .categories-list {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.category-results-container .categories-list li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.category-results-container .categories-list li:hover {
    background-color: #f4f4f4;
}

.category-results-container .category-name {
    font-weight: bold;

    a {
        display: flex;
    }
}

.category-count {
    color: #888;
    font-size: 0.8em;
}

.post-style-1 .post-single .post-image img {
    max-height: 100%;
}

.loader_container {
    position: absolute;
    background: transparent;
    display: none;
    right: 10px;

    .loader {
        width: 35px;
        padding: 8px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #fff;
        --_m:
            conic-gradient(#0000 10%, #000),
            linear-gradient(#000 0 0) content-box;
        -webkit-mask: var(--_m);
        mask: var(--_m);
        -webkit-mask-composite: source-out;
        mask-composite: subtract;
        animation: l3 1s infinite linear;
        right: 50%;
        top: 25%;
        z-index: 99;
    }
}

/* From Uiverse.io by TheDuskPD */
.single-restaurant .single_res_rate .rating {
    display: inline-block;
}

/* Rating  */
button#center-map-button {
    gap: 10px;
}

/* .single-restaurant .single_res_rate .rating-stars {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #ffffff90 40vmin, #fff0 40vmin 100%);
    border-radius: 5vmin;
    position: relative;
}
.single-restaurant .single_res_rate .rating-counter {
    display: none;
    font-size: 5.5vmin;
    font-family: Arial, Helvetica, serif;
    color: #9aacc6;
    width: 10vmin;
    text-align: center;
    background: #0006;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 5vmin 5vmin 0;
    line-height: 10vmin;
}
.single-restaurant .single_res_rate .rating-counter:before {
    content: "0";
    transition: all 0.25s ease 0s;
}
.single_res_btn_con {
    display: flex;
    justify-content: flex-end;
    .rating_outer {
        display: flex;
        align-items: center;
    }
} */
.row.all_posts {
    margin-top: 3rem;
}

.suburb-section button.btn.btn-primary.btn-loadmore {
    padding: 7px 15px;
    min-width: max-content;
}

.suburb-section .suburb-single ul {
    max-height: fit-content;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.suburb-section .suburb-single ul.collapsed {
    overflow: hidden;
    max-height: 370px;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.post-style-1 .post-single .post-content .content p:last-of-type {
    width: 100%;
    height: 3em;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.single-restaurant .single_res_rate {
    display: flex;
    gap: 15px;

    input {
        display: none !important;
    }

    label {
        width: 3vmin;
        height: 3vmin;
        background: #8a0bae;
        display: inline-flex;
        cursor: pointer;
        margin: 0.5vmin 0.65vmin;
        transition: all 1s ease 0s;
        clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
    }

    label[for=rs0] {
        display: none;
    }

    label:before {
        width: 90%;
        height: 90%;
        content: "";
        background: orange;
        z-index: -1;
        display: block;
        margin-left: 5%;
        margin-top: 5%;
        clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
        background: linear-gradient(90deg, #8a0bae, #ad1fd4 30% 50%, #ffffff 50%, 70%, #ffffff 100%);
        background-size: 205% 100%;
        background-position: 0 0;
    }

    label:hover:before {
        transition: all 0.25s ease 0s;
    }

    input:checked+label~label:before {
        background-position: 100% 0;
        transition: all 0.25s ease 0s;
    }

    input:checked+label~label:hover:before {
        background-position: 0% 0
    }

    #rs1:checked~.rating-counter:before {
        content: "1";
    }

    #rs2:checked~.rating-counter:before {
        content: "2";
    }

    #rs3:checked~.rating-counter:before {
        content: "3";
    }

    #rs4:checked~.rating-counter:before {
        content: "4";
    }

    #rs5:checked~.rating-counter:before {
        content: "5";
    }

    label+input:checked~.rating-counter:before {
        color: #ffab00 !important;
        transition: all 0.25s ease 0s;
    }

    label:hover~.rating-counter:before {
        color: #9aacc6 !important;
        transition: all 0.5s ease 0s;
        animation: pulse 1s ease 0s infinite;
    }

    label[for=rs1]:hover~.rating-counter:before {
        content: "1" !important;
    }

    label[for=rs2]:hover~.rating-counter:before {
        content: "2" !important;
    }

    label[for=rs3]:hover~.rating-counter:before {
        content: "3" !important;
    }

    label[for=rs4]:hover~.rating-counter:before {
        content: "4" !important;
    }

    label[for=rs5]:hover~.rating-counter:before {
        content: "5" !important;
    }

    input:checked:hover~.rating-counter:before {
        animation: none !important;
        color: #ffab00 !important;
    }
}

.submit_review_btn .loader {
    width: 35px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #8a0bae;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

.submit_review_btn {
    position: relative;
}

.submit_review_btn .loader {
    display: none;
    position: absolute;
    right: -51px;
    top: 5px;
}

.single .single_post img {
    max-height: 600px;
    object-fit: cover;
    min-width: 100%;
}

.single .single_post .post-image a {
    display: block;
}

.single .single_post .post-content p {
    text-align: center;
    margin: 38px 0;
}

section.category_section {
    margin: 70px 0;
}

.cat-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    .category-single {
        animation-fill-mode: both;
        animation-duration: 500ms;
        animation-delay: 0ms;
        animation-iteration-count: 1;
        opacity: 1;
        animation-name: resultReveal;
    }

    /*   article {
        display: flex;
        flex-direction: column;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 20px;
        transition: all 0.3s ease-in-out;
        &:hover {
            box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
            transform: scale(1.02);
            a {
                color: #8a0bae;
            }
        }
    }
    img {
        aspect-ratio: 4/3;
        object-fit: cover;
        min-width: 100%;
        padding: 30px;
        height: 100% !important;
        border-radius: 35px;
    }
    h4 {
        font-size: 18px;
        text-align: center;
        margin: 15px 0;
        transition: all 0.3s ease-in-out;
    }
        */
}

.popular-categories-section .loadmore_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.pagination.mt-8.flex.justify-center {
    gap: 15px;
    margin: 23px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* .single-cat-article img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 20px;
    height: auto !important;
    max-width: 100% !important;
    transition: all 0.3s ease-in-out;
    &:hover {
        transform: scale(1.02);
    }
}
    */
section.all_restaurants {
    margin: 75px 0;
}

section.searched_restaurant {
    margin: 20px 0;

    .showing_result {
        text-align: center;
        margin: 38px 0;

        h2 {
            font-weight: 600;

            span {
                color: #8a0bae;
            }
        }
    }
}

.archive .archive_carousel {
    position: relative;
    z-index: -1;

    img {
        height: 60vh;
        object-fit: cover;
        filter: brightness(0.6);
    }

    .container.breadcrum_archive {
        position: absolute;
        top: 60%;
        z-index: 99;
        transform: translateY(-50%);
        right: 0;
        left: 0;

        ul {
            display: flex;
            justify-content: center;
            gap: 15px;

            li:first-child {
                position: relative;

                &::after {
                    position: absolute;
                    content: '\003E';
                    right: -15px;
                }
            }

            a {
                color: #fff;
            }
        }
    }
}

.term_desctiption {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 500;
}

.disabled-input-overlay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 40px;
    bottom: 0;
    cursor: not-allowed;
    z-index: 10;
    background: #000;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: rgba(0, 0, 0, 0.5);
}

p.no_results {
    font-size: 22px;
    margin: 50px;
    text-align: center;
    font-weight: 700;
}

.post-style-1 .post-single {
    display: flex;
    flex-direction: column;
    animation-fill-mode: both;
    animation-duration: 500ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    opacity: 1;
    animation-name: resultReveal;
}

.post-style-1 .post-single .post-content {
    flex-grow: 1;
}

body.archive .loadmore_container {
    display: grid;
    place-content: center;
}

.single-restaurant .take_outer {
    display: flex;
    justify-content: end;
}

input#search-location {
    padding: 10px 40px;
}

.useCurrentLocation button {
    background: none;
    border: none;
    width: 100%;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.alert {
    position: fixed;
    z-index: 9999;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: slideDown 0.5s ease-out forwards;
    transition: all 0.3s ease-in-out;
    display: none;
}

.alert.show {
    display: block;
    /* Show when needed */
}

.alert.slideup {
    animation: slideUp 0.5s ease-out forwards;
}

div#suburb-results {
    right: 0;
    left: auto;
    width: 43%;
}

/* .add-your-restaurant-section .inner-col {

} */

.add-your-restaurant-section .left-col .step#step-6 {
    max-width: 620px;
    width: 100%;

    input[type="text"],
    .nice-select {
        min-width: 105px;
        max-width: none !important;
        width: 100%;
        font-weight: 500;
    }

    .nice-select {
        border-radius: 0;
        background-color: #f8f8f8;
        border-color: #f8f8f8;
        padding-right: 5px;

        &:before,
        .current {
            color: #000;
        }
    }

    .working-hours-single {
        margin-bottom: 20px;
    }

    .business-time-inner-col {
        gap: 20px;

        .divider {
            width: 20px;
            height: 2px;
            background-color: #8c8c8c;
            flex-shrink: 0;
        }
    }
}

.add-your-restaurant-section .left-col .step#step-7 {
    max-width: 620px;
    width: 100%;

    input[type="text"],
    .nice-select {
        min-width: 105px;
        max-width: 110px;
        width: 100%;
        font-weight: 500;
    }

    .nice-select {
        border-radius: 50px;
        background-color: #CE5AEE;
        padding-right: 5px;

        &:before,
        .current {
            color: #fff;
        }
    }

    .working-hours-single {
        margin-bottom: 20px;
    }

    .business-time-inner-col {
        gap: 20px;

        .divider {
            width: 20px;
            height: 2px;
            background-color: #8c8c8c;
            flex-shrink: 0;
        }
    }
}



.cta_outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_social_icons ul.social-profiles {
    gap: 5px !important;
    padding-bottom: 0 !important;
    margin-left: 20px;
}

.header_social_icons ul.social-profiles a {
    width: 35px !important;
    height: 35px !important;
}

.single-restaurant-banner-section .inner-col {
    bottom: 30px;
}



@keyframes slideDown {
    from {
        transform: translateX(-50%) translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    to {
        transform: translateX(-50%) translateY(-100px);
        opacity: 0;
    }
}

@keyframes pulse {
    50% {
        font-size: 6.25vmin;
    }
}

/* Footer change */
footer .copyright-section {
    background: #000;
}

footer ul.footer_list {
    list-style: none;
    padding: 0;
}

footer ul.footer_list li {
    font-size: 15px;
    margin-bottom: 10px;
}

@keyframes l1 {
    to {
        transform: rotate(.5turn)
    }
}

@media screen and (min-width: 1601px) {
    .single-restaurant-intro-section .left-col .facilities-section ul li {
        display: flex;
    }

    .post-style-1 .post-single .post-content .title {
        font-size: 25px;
    }

    .header_social_icons {
        order: 1;
    }
}

@media screen and (max-width: 1600px) {
    .header_social_icons {
        width: 100%;
        margin-bottom: 5px;
    }

    .cta_outer {
        justify-content: flex-end;
        width: 100%;
        max-width: 300px;
    }
}

@media(max-width: 1680px) {
    #header-nav li:not(:last-child) {
        margin-right: 20px;
    }

    .ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap h4 {
        font-size: 24px;
    }

    .ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap h4 span {
        font-size: 24px;
    }

    .ct_loginform_wrapper .form_inner .form_wrapper {
        padding: 0 15px 25px;
    }

    a.ct_cmnlogin_btn {
        padding: 15px;
    }

    .custom_form input.custom_login_button,
    .custom_form button.custom_login_button {
        padding: 15px 25px;
    }

    .forgot_password_wrap .ftitle_wrap {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .forgot_password_wrap .ftitle_wrap h3 {
        margin: 0 0 10px;
        font-size: 30px;
    }

    .ct_registerlink p,
    .forgot_pass,
    .remember_wrap label,
    .forgot_password_wrap .ftitle_wrap p {
        font-size: 14px;
    }

    .pgsignup .loginlink {
        margin-bottom: 26px;
    }

    .pgsignup form.form_ctsignup .chkform_grp {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1395px) {
    .tab-content>.active img {
        max-width: 70% !important;
    }

    #header-nav li:not(:last-child) {
        margin-right: 10px;
    }

    ul#header-nav>li>a {
        font-size: 16px;
        letter-spacing: 0;
    }
}

/* @media screen and (min-width: 1200px) {
    .add-your-restaurant-section .inner-col {
        height: 950px;
    }
} */

@media(max-width: 1280px) {
    .fb_google_forms {
        flex-direction: column;
    }

    .fb_google_forms>div {
        margin: 0 0 20px !important;
        width: 100%;
    }

    a.ct_cmnlogin_btn {
        font-size: 14px;
    }

    .forgot_password_wrap .ftitle_wrap h3 {
        font-size: 25px;
    }

    .ct_loginform_wrapper {
        padding: 50px 25px 50px;
    }
}

@media screen and (min-width: 1200px) {
    .post-style-1 .post-single .post-content .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .inner-col .content-container {
        justify-content: center !important;
    }

    .single-restaurant-banner-section .inner-col .content-container {
        justify-content: space-between !important;
    }

    .single-restaurant .claim_btn_container button {
        border-radius: 0;
        font-size: 22px;
    }
}

@media(max-width: 991px) {
    .ct_loginform_wrapper .form_inner .frm_col_left {
        background: transparent;
    }

    .ct_loginform_wrapper .form_inner .form_wrapper {
        background: #fff;
    }

    .cat-row-cont .single-cat-article {
        width: 100%;
    }

    .cat-row-cont {
        flex-direction: column;
        gap: 35px;
    }

    .cat-container {
        grid-template-columns: repeat(3, 1fr)
    }

    .post-style-1 .post-single .post-content .title {
        font-size: 19px;
    }

    div#suburb-results {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .single_res_btn_con {
        flex-direction: column-reverse;
        align-items: center;
        gap: 23px;
    }

    .header_social_icons ul.social-profiles a {
        width: 30px !important;
        height: 30px !important;
    }

    .category-results-container {
        width: 100%;
        top: 6px;
    }

    .loader_container {
        top: 5px;
    }

    .cat-container {
        grid-template-columns: repeat(2, 1fr)
    }

    div#suburb-results {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .ct_loginform_wrapper .form_inner .form_wrapper .title_logowrap .logo_wrap {
        display: none;
    }
	.ct_loginform_wrapper .form_inner .frm_col_right, .ct_loginform_wrapper .form_inner .frm_col_left {
		padding-left: 0px;
		padding-right: 0px;
    }
}

@media(max-width: 991px) {
    .ct_loginform_wrapper {
        padding: 50px 10px 50px;
    }
}

@media screen and (max-width: 576px) {

    .cat-container {
        grid-template-columns: repeat(1, 1fr)
    }

    .greeting_container .greeting-icon {
        display: inline-block;
    }
}

@media screen and (max-width: 500px) {
    header .inner-col {
        border-radius: 15px;
        flex-direction: column;
        gap: 15px;
    }

    header .inner-col .btn.btn-rounded {
        padding: 10px !important;
        max-width: fit-content;
    }
}

@media screen and (max-width: 500px) {
    .d-none-500-down {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    header .header_mobile_logo {
        display: none;
    }
}


@media screen and (max-width: 420px) {
    #open-mobile-nav {
        width: 25px;
    }

    header .cta_container .btn {
        min-width: max-content;
    }
}

@keyframes resultReveal {
    0% {
        opacity: 0;
        transform: translate3d(0px, 50px, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@media screen and (min-width: 1200px) {

    footer a,
    footer li,
    footer p {
        font-size: 13px !important;
    }

    footer ul.footer_list li {
        min-width: max-content;
    }

    footer {


        .col-12.col-md-6.col-xl-3.col-2.order-3.order-md-2 {
            padding-right: 10px;
        }

        .col-12.col-md-6.col-xl-3.col-1.order-2.order-md-1.mb-50-768-down.mt-50-768-down {
            padding-right: 10px;
        }

        .col-12.col-md-6.col-xl-3.col-3.mt-50-1200-down.order-4.order-md-3 {
            padding-right: 10px;
            max-width: fit-content;
        }

        .col-12.col-md-6.col-xl-3.col-4.mt-50-1200-down.mt-0-768-down.order-1.order-md-4 {
            padding-right: 10px;
        }
    }
}