/* Custom Hide Menu on Certain Width */
@media (max-width: 1050px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

:root {
	--primary-color: #80b529;
	--alt-color: #333333;
	--purple: #4a2f95;
    --light-green: #f2ffde;
}

/* TEMP CSS Area - Starts */

.display-none {
    display: none !important;
}

.product_cat-gift-card .product-footer {
    display: none;
}

#top .av-special-heading.av-linked-heading a:hover {
    opacity: .85 !important;
}

/* TEMP CSS Area - Ends */

h1, h2, h3 {
    font-family: 'Futura-Heavy', sans-serif;
    letter-spacing: 2px !important;
}

.logo img {
    width: 190px !important;
}

#header_meta .menu a {
    font-size: 13px;
}

@media (min-width: 768px) {
    .logo img {
        margin-top: 10px !important;
        width: 280px !important;
    }

    #header_meta .menu a {
        font-size: 15px;
    }
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #222;
}

.main_menu .avia-menu-text {
    font-size: 18px;
    letter-spacing: 0.5px;
}

#header .three.units {
    width: 325px !important;
}

.av-menu-button-bordered .avia-menu-text {
    color: var(--primary-color);
    padding: 8px 20px !important;
    border-radius: 0;
    transition: .5s;
    border: 2px solid var(--primary-color) !important;
}

.av-menu-button-bordered .avia-menu-text:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

#hero_top .template-page {
    vertical-align: bottom;
    padding-bottom: 40px;
}

#hero_top {
    position: relative;
}

#hero_top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgb(0 0 0 / 0.6),rgb(0 0 0 / 0.4), transparent);
    z-index: 1;
}

@media (min-width: 990px) {
    #hero_top .flex_column {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .hero-title {
        width: auto;
        padding-bottom: 0 !important;
        padding-right: 40px;
    }
}

@media (max-width: 989px) {
    #hero_top:before {
        height: 250px;
    }
}

.hero-button a {
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 1px;
    border: none !important;
    padding: 15px 30px !important;
    transition: .5s;
}

.avia_button_icon_right {
    padding-left: 5px;
}

.avia-button {
    border-radius: 0 !important;
}

.hero-button a:hover {
    opacity: 1 !important;
    background-color: var(--purple) !important;
}

@media (min-width: 990px) {
    .content-grid {
        padding: 0 80px !important;
    }
}

@media (max-width: 989px) {
    .content-grid {
        padding: 30px 40px !important;
    }
}

@media (min-width: 768px) {
    .section-title .av-special-heading-tag {
        font-size: 45px !important;
    }

    .content-col {
        padding: 30px 50px !important;
    }
}

.colored-item {
    color: var(--primary-color);
}

.normal-button a {
    color: var(--primary-color) !important;
    background: transparent !important;
    border: 2px solid var(--primary-color) !important;
    font-size: 18px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    opacity: 1 !important;
    padding: 12px 25px !important;
    transition: .5s;
}

.normal-button a:hover {
    opacity: 1 !important;
    background: var(--primary-color) !important;
    color: #fff !important;
}

.services-table td {
    font-size: 16px;
    color: #333;
    border: none !important;
    padding: 12px 16px;
}

td.price-cell {
    text-align: right;
}

.title-cell {
    font-weight: bold;
}

.services-table {
    border: 1px solid #e1e1e1 !important;
}

.home-testimonials .avia-testimonial-meta {
    margin-left: 0;
    position: relative;
}

.home-testimonials .avia-testimonial-meta:before {
    content: '\e808\e808\e808\e808\e808';
    font-family: 'entypo-fontello';
    font-size: 22px;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 5px;
    color: #ff9800;
}

.home-testimonials .avia-testimonial {
    text-align: center;
    padding: 25px;
}

.home-testimonials .avia-testimonial .avia-testimonial-content {
    font-size: 17px;
    line-height: 1.7;
}

#extra_footer {
    background-color: #efefef;
}

.hours-table td {
    font-size: 15px;
    color: #333;
    background: transparent !important;
}

td.hour-cell {
    text-align: right;
}

.hours-table {
    background: #efefef !important;
}

#extra_footer .widget_nav_menu li {
    border: none !important;
}

#extra_footer .widget_nav_menu a {
    color: #333;
    font-size: 17px;
    padding: 0.5em 10px !important;
    transition: .5s;
}

#extra_footer .widget_nav_menu .current_page_item {
    background-color: transparent !important;
}

#extra_footer .widget_nav_menu a:hover {
    background-color: #fff !important;
}

#extra_footer .iconbox_content {
    background-color: #fff !important;
}

#extra_footer h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
}

.day-cell {
    font-weight: bold;
    width: 45% !important;
}

.footer-button a {
    font-size: 18px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px !important;
}

.avia_textblock strong {
    color: #333;
}

.avia_textblock strong {
    color: #333;
}

.woocommerce-page .title_container,
.error404 .title_container,
.search .title_container,
.archive .title_container,
.single .title_container {
    display: none;
}

p.gform_required_legend {
    display: none;
}

.inner-products .product-sorting,
.archive .product-sorting {
    display: none;
}

.inner-products .avia_cart_buttons a,
.archive .avia_cart_buttons a {
    font-size: 15px !important;
    text-transform: capitalize;
}

.inner-products .avia_cart_buttons a:hover,
.archive .avia_cart_buttons a:hover {
    color: var(--primary-color) !important;
}

.inner-products .avia_cart_buttons,
.archive .avia_cart_buttons {
    opacity: 1 !important;
}

.main_menu .av-menu-button-bordered a {
    padding-right: 0;
}

.top-icon:before {
    font-family: 'entypo-fontello';
    padding-right: 6px;
}

.icon-gift:before {
    content: '\e806';
}

.icon-special:before {
    content: '\e808';
}

.icon-form:before {
    content: '\e84b';
}

.icon-account:before {
    content: '\e80a';
}

.woocommerce-Tabs-panel {
    padding: 30px !important;
}
.woocommerce-Tabs-panel ul {
    list-style-type: none !important;
}

.woocommerce-Tabs-panel ul li {
    position: relative;
    padding-left: 18px;
}

.woocommerce-Tabs-panel ul li:before {
    content: '\e89a';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 8px;
}

.shop_table th,
.shop_table td {
    font-size: 15px !important;
    color: #333;
}

.woocommerce-page .button {
    font-size: 15px;
}

/* Center Three Columns CSS - Starts */

.center-three-columns .flex_column {
    width: 100% !important;
    margin: 0 !important;
}
 
.center-three-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
 
@media (min-width: 768px) {
    .center-three-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
 
@media (min-width: 1251px) {
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}

/* Center Three Columns CSS - Ends */

/* Product Feature Columns CSS - Starts */

.product-feature-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 20px;
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.product-feature-columns img {
    width: 140px;
}

.product-feature-columns span {
    margin: 0 !important;
    width: calc(33.3% - 20px) !important;
}

@media (min-width: 768px) {
    .product-feature-columns span {
        width: calc(25% - 22.5px) !important;
    }
}

@media (min-width: 1051px) {
    .product-feature-columns span {
         width: calc(20% - 24px) !important;  
    }
}

/* Product Feature Columns CSS - Ends */

.product-footer {
    padding: 65px 0;
}

.product-footer .section-title {
    padding-bottom: 50px;
}

.inner-text-heading h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

.flex_column.avia-full-stretch {
    margin-bottom: 0 !important;
}

.service-subtitle,
.service-heading {
    text-align: center;
}

.service-subtitle {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
}

.single-solid-area .flex_column:before,
.single-solid-area .flex_column:after {
    display: none !important;
}

.single-solid-area .content {
    padding-block: 35px;
}

@media (min-width: 1180px) {
    .single-solid-area .flex_column {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    
    .single-solid-area .av-special-heading {
        width: auto !important;
        padding-bottom: 0 !important;
        text-align: left !important;
    }
    
    .single-solid-area .avia-button-wrap {
        width: auto !important;
        min-width: 140px;
    }
}

.inline-title .av-special-heading-tag {
    letter-spacing: 1.5px !important;
}

.section-title .av-subheading_below {
    margin-top: 15px;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .flex_column.avia-full-stretch {
        margin-bottom: 30px !important;
    }
}

/* Center Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0 !important;
}

/* Service Card CSS -  Starts */

.service-card {
    border: 1px solid #d8d8d8;
    padding: 20px;
    background-color: #fbfbfb;
}

.service-card .more-link {
    background-color: var(--primary-color);
    color: #fff !important;
    display: inline-block;
    padding: 6px 20px;
    transition: .5s;
}

.service-card .more-link:hover {
    background-color: var(--purple);
}

.service-card-title a {
    color: var(--purple) !important;
}

.service-card-title a:hover {
    opacity: .85;
}

@media (min-width: 990px) {
    .service-card {
        display: flex;
        justify-content: space-between;
        padding: 30px;
        gap: 60px;
    }
    
    .service-thumbnail {
        width: 300px;
        height: auto;
    }
}

.service-card-details {
    font-size: 15px;
    line-height: 1.6;
}

.service-pricing {
    font-weight: bold;
    font-size: 18px;
    margin-block: 15px;
}

@media (min-width: 990px) { 
    .service-card-content {
        width: calc(100% - 520px);
    }
}

@media (max-width: 989px) { 
    .service-card-content {
        margin: 25px 0;
    }
}

.service-subtitle,
.service-heading {
    text-align: center;
}

.service-subtitle {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .service-heading {
        font-size: 23px;
    }
}

.center-filter strong {
    font-size: 1.3em;
    display: block;
    margin-bottom: 30px;
}

.read-more-link {
    min-width: 120px;
    font-size: 16px;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
}

.service-subtitle small,
.service-card-content small {
    line-height: 1.8 !important;
    display: inline-block;
    margin-top: 13px;
    font-size: 15px;
}

.service-listing .facetwp-template {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

img.post-featured-image {
    aspect-ratio: 5 / 4;
    object-position: center;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 989px) {
    .service-listing .facetwp-template {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .service-card {
        text-align: center;
        padding: 25px;
    }

    .service-thumbnail {
        margin: 0 auto;
    }
}

/* Service Card CSS -  Ends */

@media (min-width: 768px) {
    .facetwp-type-radio {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 30px;
        row-gap: 15px;
    }
}

.center-filter .facetwp-facet select {
    background-color: #fff !important;
    padding: 15px !important;
    font-size: 18px !important;
    color: #666 !important;
    border-color: var(--primary-color) !important;
}

.top-instagram, .top-fb {
    font-family: 'entypo-fontello';
}
.top-fb:after {
    content: "\e8f5"
}
.top-instagram:after {
    content: "\f16d";
}

ul.social_bookmarks li {margin-left: 10px;}

ul.social_bookmarks a {
	font-size: 20px;
}