/*
Theme Name: Locally Menu
Theme URI: 
Author: Locally Menu
Description: 
Version: 2025.07.23
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-family: "Open Sans", sans-serif;
}
a {
    text-decoration: none;
}
ul, ol {
    margin-bottom: 1.5rem;
}
iframe {
    vertical-align: middle;
}
.bg-cover {
    background-size: cover;
    background-position: center;
}
.title {
    position: relative;
    margin-bottom: 56px;
    padding-bottom: 20px;
    font-weight: bold;
}
.title::after {
    content: "";
    background-color: #ffc107;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: -5px;
    transform: skewX(45deg);
}
.title::before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #DFDFDF;
    border-left: none;
    border-right: none;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
span.wpcf7-quiz-label {
    margin: 10px 0;
    display: inline-block;
    font-weight: bold;
}
.wpcf7 form .wpcf7-response-output {
    margin: 40px 0 0;
    border: 1px solid;
    padding: 20px;
}
.wpcf7-spinner {
    top: 10px;
}
#header {
    top: 1.5rem;
    transition: 0.3s;
}
#header.fixed {
    top: 1rem;
}
#header .navigation {
    padding: 20px 0;
    transition: 0.3s;
}
#header.fixed .navigation {
    padding: 10px 0;
}
#search {
    width: 340px;
}
ul#menu-main-menu li {
    list-style: none;
    margin-bottom: 10px;
}
ul#menu-main-menu li a {
    color: #222222;
    font-weight: 500;
}
ul#menu-main-menu ul.sub-menu {
    padding: 15px;
    margin: 0;
    display: none;
}
#offcanvasMenu .custom-logo {
    width: 200px;
    height: auto;
}
a.wp-block-button__link.wp-element-button {
    font-size: 14px;
    padding: 10px 14px;
}
.featured .item .thumbnail {
    height: 600px;
}
.featured-slider .slick-list {
    padding: 0 20% !important;
}
.featured-slider .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.featured-slider .slick-arrow {
    background-color: #ffc107;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
}
.featured-slider .slick-arrow.bi-arrow-left {
    left: 25px;
}
.featured-slider .slick-arrow.bi-arrow-right {
    right: 25px;
}
.home-categories .item:last-child {
    border: 0 !important;
}
.page-banner h1::after,
.home-categories .item h3::after {
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    background-color: #ffc107;
    border-radius: 50px;
}
.latest .item .thumbnail {
    transition: transform 1s;
    height: 540px;
}
.latest .item:hover .thumbnail {
    transform: scale(1.2);
}
.latest .item .thumbnail::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(24, 51, 84, 0.00) 0%, #183354 84.90%);
    border-radius: 6px;
    pointer-events: none;
}
.news .item .thumbnail {
    transition: transform 1s;
    height: 350px;
}
.news .item:hover .thumbnail {
    transform: scale(1.2);
}
.page-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);;
}
.page-content ul li {
    list-style: none;
    position: relative;
    margin: 15px 0;
}
.page-content ul li::before {
    content: "\F270";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 0;
    left: -30px;
    color: #ffc107;
}
.page-content ol {
    padding-left: 20px;
}
.page-content ol li {
    margin: 15px 0;
}
.categories .thumbnail {
    width: 200px;
    height: 200px;
}
.my-pick-ads {
    top: 105px;
    z-index: 1;
}
.my-pick-ads iframe {
    display: block;
}
.dropdown-menu li:last-child button {
    border-bottom: 0 !important;
}
.gallery .bg-cover {
    height: 300px;
}
div#contentModal .acf-field.acf-field-color-picker,
.cat-assign a:last-child span {
    display: none;
}
.card-info .icon {
    background: #ffc107;
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 6px 0;
}
.card-info .other-icon {
    border: 1px solid #ffc107;
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 6px 0;
}
.card-info .bg-cover {
    width: 400px;
    height: 400px;
    right: -110px;
}
.card-info::before {
    content: "";
    width: 200px;
    height: 200px;
    background-color: #ffc107;
    position: absolute;
    top: -70px;
    right: 130px;
    border-radius: 100%;
}
.card-info::after {
    content: "";
    width: 200px;
    height: 200px;
    background-color: #ffc107;
    position: absolute;
    bottom: -150px;
    right: 120px;
    border-radius: 100%;
}
.locally-menu-chat {
    z-index: 999;
    width: 60px;
    height: 60px;
}
.locally-menu-chat i {
    font-size: 40px;
}
#tips-wrapper {
    bottom: 85px;
    width: 65px;
    z-index: 999;
}
.editable-area button {
    background-color: rgb(220 53 69 / 40%);
    z-index: 3;
    transition: 0.4s;
}
.editable-area:hover button {
    background-color: transparent;
}
.acf-field input[type=text] {
    box-shadow: none;
}
a.acf-button.acf-repeater-add-row {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0.375rem;
}
.acf-field.acf-field-repeater {
    display: inline-block;
    width: 100%;
}
.acf-form-submit {
    position: fixed;
    top: 0;
    left: 0;
}
.acf-repeater .acf-row-handle .acf-icon {
    display: block !important;
    margin-left: -6px !important;
    background-color: #ffc107;
    color: #fff;
    border-color: #dc3545;
}
#user-login-form .input {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#user-login-form .input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
#user-login-form label {
    margin-bottom: 5px;
}
#user-login-form .button {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#user-login-form .button {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.custom-login-container {
    background: #DC3545;
    background: linear-gradient(140deg, rgba(220, 53, 69, 0.5) 0%, rgba(255, 193, 7, 1) 100%);
}
#own-business {
    background: #DC3545;
    background: linear-gradient(45deg, rgba(220, 53, 69, 0.5) 0%, rgba(255, 193, 7, 1) 100%);
}
/* Template 1 */
.template-1-container {
    background-color: rgb(255 255 255 / 60%);
}
.template-1-container .back-cover {
    filter: blur(5px);
    z-index: -1;
}
.bg-custom-white {
    background-color: rgb(255 255 255 / 50%);
}