/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.nav-menu {
    position: absolute;
    top: 20px;
    right: 0;
    box-shadow: -5px 5px 20px 0px #000000CC;
}

.home-accordion .elementor-tab-title {
    display: flex;
    justify-content: center;
}

.home-accordion-btn {
    background: #FAA33C;
    color: #fff !important;
    padding: 10px 20px;
}

strong.event-bold-text {
    font-size: 20px;
    letter-spacing: 1px;
}


.bsui .table-sm th, .bsui .table-sm td {
    padding: 0.2rem 0.4rem 0.97rem;
}

.bsui .table-sm td {
    min-height: 100px;
    width: 100px;
    height: 100px;
}

.bsui .text-center {
    text-align: left !important;
}

p.s_event {
    padding: 2px 5px;
    margin: 5px 0;
}

.s_event a
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
    display: block;
    color: #FFF;
}

.pwc-payment-form-inputs .pwc-input-card-number, .pwc-payment-form-inputs .pwc-input-card-number-short {
    transition: margin-left 0.5s;
    margin-left: calc(1.5em + 10px) !important;
}

#place_order {
    font-family: "AvenirLight", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #ffffff;
    color: #ffffff;
    background-color: #FAA33C !important;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px;
}

#place_order:hover {
    background-color: #0099cc !important;
}

.close-menu a {
    flex-direction: row-reverse;
}

.close-menu .elementor-icon-list-text {
    padding-right: 15px;
}

.close-menu .elementor-icon-list-icon {
    transform: rotate(45deg);
}

.geodir-field-business_hours .dropdown-item.gd-bh-days-list {
    display: flex;
    justify-content: space-between;
}


.bp-user .page-header { display: none; }
.prif-add-list { position:absolute; right:0; bottom:0;}


.filter-sec {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-columns: 1fr;
    align-items: center;
}

.ser-filter {
    color: #fff;
    background-color: #f9a33c;
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: center;
}

.place-block {
    background: #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
}

.place-list {
    margin: 20px 0;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

h3.pla-title {
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    color: #000;
}

p.pla-loc {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.place-block img {
    width: 300px;
    height: 100px;
    object-fit: contain;
}

a.buss-link {
    color: #fff;
}

.back-profile {
    background-color: #FAA33C;
    text-decoration: none !important;
    margin-top: 20px;
    color: #fff !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .geodir-field-business_hours .dropdown-item.gd-bh-days-list {
        display: block;
    }
    .gd-bh-open-hours.dropdown-menu.dropdown-caret-0.my-3 {
        min-width: min-content !important;
    }
}

a.back-to-profile {
    color: #fff;
    background: #F9A33C;
    padding: 10px  20px;
}

.bsui .alert-info {
    margin-bottom: 20px;
}