/**
Theme Name: Cantlers Restaurant
Author: Joslex
Author URI: https://joslex.com
Description: A custom child theme for CR.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

a, input, textarea, select{
	outline: none !important;
}

svg{
    width: 100%;
/* 	width: auto; */
}

body > #page.site {
    overflow-x: hidden;
}

::-moz-selection { 
  color: #fff;
  background: #dc8100;
}

.mt-auto{
    margin-top: auto;
}
::selection {
  color: #fff;
  /* background: #dc8100; */
}

.pm-0 p{
	margin-bottom: 0;
}

.z-0{
    z-index: 0;
}
.z-1{
    z-index: 1;
    position: relative;
}
.z--1{
    /* z-index: -1; */
}
.pointer-none{
    pointer-events: none;
}
.fl-builder-edit .pointer-none{
    pointer-events: all;
}

.content-50{
    max-width: 600px;
}
.fl-r{
    float: right;
}

.inline-flex{
    display: inline-flex;
}
.display-inline, .display-inline-a a, .display-inline-infobox .pp-infobox-wrap{
	display: inline-block !important;
}

.margin-auto{
    margin-left: auto;
    margin-right: auto;
    float: none;
    justify-content: center;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}

.inset-border {
    background: #fff;
    padding: 10px;
}

.no-br br {
    display: none;
}

@media screen and (min-width: 600px)  {
    .mobile-break { display: none; }
}


.nav-phone a.menu-link {
    font-weight: 700 !important;
    color: var(--ast-global-color-0) !important;
}

.nav-phone a.menu-link:hover {
    color: var(--ast-global-color-4) !important;
}

.half-container-left > .fl-col-content > div {
    max-width: 600px;
    margin-left: auto;
    width: 100%;
}

.half-container-right > .fl-col-content > div {
    max-width: 600px;
    margin-right: auto;
    width: 100%;
}
@media (max-width: 768px) {

    .half-container-left > .fl-col-content > div {
        margin-right: auto;
        max-width: none;

    }
    .half-container-right > .fl-col-content > div {
        margin-left: auto;
        max-width: none;

    }
    .hours_table .tablesaw-stack b.tablesaw-cell-label {
        display: none;
    }
    .hours_table table.tablesaw {
        margin-bottom: 0;
    }
    .hours_table table.tablesaw tr.pp-table-row,
    .hours_table table.tablesaw tr.pp-table-row td {
        display: block !important;
        float: none;
        line-height: 20px;
    }
    .hours_table table.tablesaw tr.pp-table-row {
        
        margin: 0 0 30px;
    }
    .hours_table table.tablesaw tr.pp-table-row:last-of-type{
        margin-bottom: 0;
    }
}


header #ast-desktop-header .site-primary-header-wrap .ast-builder-grid-row {
    grid-template-columns: 20% 80%;
}

header #ast-desktop-header .site-primary-header-wrap .site-header-primary-section-right{
    max-width: calc(600px - 30px + 40%);
}

.black-link a {
    color: #000;

}
.no-underline a {
    text-decoration: none !important;
}
.no-underline a:hover, .no-underline a:hover span {
    /* text-decoration: underline !important; */
    color: #ce4501 !important;
}

.gray-bg-full-left{
    position: relative;
}

.gray-bg-full-left > .fl-col-content > .fl-module:after {
    content: '';
    background: #a9aaad;
    position: absolute;
    left: -5000px;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}


.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before {
    /* width: 100% !important; */
    height: 3px;
    background: #fff !important;
}

.ast-desktop .ast-menu-hover-style-underline > .menu-item.current_page_item > .menu-link:before {

    transform: scale(1,1) translate(50%,0);
    width: calc(100% - 1.2em);
}

.ast-desktop .ast-menu-hover-style-underline:hover > .menu-item > .menu-link:before {
    transform: scale(0,0) translate(-50%,0);
}

.ast-desktop .ast-menu-hover-style-underline > .menu-item:hover > .menu-link:before {
    transform: scale(1,1) translate(50%,0);
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    border: 0 !important;
}

@media (max-width: 1090px){
    .ast-builder-menu-1 .menu-item > .menu-link {
        font-size: 1em;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ast-builder-menu-3 .menu-item > .menu-link{
        font-size: 1.25em;
    }
}


.pp-social-icons i.icon-circle {
    background: #c79b70;
    border-radius: 50%;
    color: #3e3c38;
    padding: 5px;
    font-size: 18px;
    position: relative;
    top: -3px;
}


body.fl-builder-template-template-default header.entry-header.ast-no-title {
    display: none;
}

body.fl-builder-template-template-default.single.ast-page-builder-template .entry-header + .entry-content {
    margin-bottom: 0;
}

body.fl-builder-template-template-default.ast-page-builder-template.single .post-navigation {
    display: none;
}




.border-right-bottom a.pp-button {}

.border-right-bottom a.pp-button span.pp-button-text,
.border-right-bottom a.pp-button span.pp-button-text ud
{
    position: relative;
}

.border-right-bottom a.pp-button span.pp-button-text:after,
.border-right-bottom a.pp-button span.pp-button-text ud:after 
{
    content: '';
    height: 1px;
    width: 100%;
    background: #fffbcc;
    position: absolute;
    right: 0;
    bottom: -5px;
}

.border-right-bottom a.pp-button span.pp-button-text:after{
    width: 0;
    transition: width 0.3s ease;
}

.border-right-bottom a.pp-button:hover span.pp-button-text:after{
    width:100%;
}



.content-prefix-a .pp-accordion-content:before {
    content: 'A.' !important;
    position: absolute;
    left: 0px;
    top: 10px;
    font-family: ff-ernestine-pro, Verdana, Arial, sans-serif;
    font-weight: 700;
    color: #ce4502;
}

.content-prefix-a .pp-accordion-content {
    /* padding: 10px 20px 10px 40px !important; */
    position: relative;
}

.first-title-border-hide .pp-accordion .pp-accordion-item:first-of-type .pp-accordion-button {
    border-top: none !important;
}

@media (max-width: 600px){
    .alignright {
        clear: both;
        float: none;
        margin: 0;
    }
}




.c-menu {
    /* display: none; */
}
.c-menu#salads {
    display: block;
}
@media (max-width: 768px){
    .c-menu {
        display: block;
    }
}
.menu-price-fix .pp-restaurant-menu-item-price {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 18px;
}

span.pp-menu-item-unit {
    display: block;
    line-height: 12px;
    font-size: 14px;
    opacity: 0.9;
    font-weight: 400;
}

.pp-restaurant-menu-item-price-wrap {
    margin-bottom: 5px;
}

.pp-restaurant-menu-item-price-wrap:last-of-type {
    margin-bottom: 0;
}


@media (max-width: 768px){
    .menu-border-mobile .pp-restaurant-menu-item {
        position: relative;
    }

    .menu-border-mobile .pp-restaurant-menu-item:after {
        content: '';
        position: absolute;
        width: calc(100% - 40px);
        height: 1px;
        background: #fefefe;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0px;
    }
    .menu-border-mobile .pp-restaurant-menu-item:last-of-type:after {
        display: none;
    }
}

a.pp-button[href="#full"].is-active, 
a.pp-button[href="#full"].is-active span {

    background: #ce4502 !important;
    color: #fff !important;
}


form#form_gift-card-form .frm_opt_container .frm_radio .frm_label_button_container {
    border-radius: 0;
}
form#form_gift-card-form  .frm_description {
    line-height: 10px;
    font-size: 12px !important;
}

.frm_error_style p {
    margin-bottom: 0;
}

.frm_error_style,
.frm_success_style {
    border-radius: 0 !important;
}

