/*
 Theme Name:   XRG Corporate Theme
 Description:  Theme for Xperience Restaurant Group
 Author:       North Street Creative
 Author URI:   https://northstreetcreative.com/
 Template:     ns-core-theme
 Version:      1.0.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  xrg-corporate-theme
*/

.main-nav>ul>li:focus-within:after {
    transform: translateX(0);
}
.contact-grid .contact-item:last-child .item-content a {
    word-break: break-all;
}

.link-button { 
    margin-right: 20px;
}
.link-button a {
    border: none;
}
.link-button a:hover {
    color: #12627B;
}
.link-button:after{
    content: "";
    display: block;
    width: 100%;
    background-color: #B9500B;
    height: 2px;
    position: relative;
    left: 0;
    transform: translateX(0);
    transition: transform 0.4s ease;
}
.link-button:hover:after {
    transform: translateX(-100%);
}
/* Woocommerce styling */
.active-button a{
    color: #fff !important;
    background-color: #12627B;
}
.custom-cart-button {
    text-align: right;
}
.woocommerce-notices-wrapper {
    margin-top: 50px;
}
.type-product {
    margin-top: 30px;
}
.type-product .price {
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-variation-price .price {
    display: none;
}
table.variations tr:first-child > td.label {
    display: none;
}
table.variations tr:first-child > td.value select {
    max-width: 75% !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.plastic-card-btn-wrapper {
    margin-bottom: 0 !important;
}
.post-template-default section.featured-image {
    text-align: center;
}
.blog .stories h3, .related-posts .stories h3, .archive .stories h3{
	display: none;
}

/* aszeto@06/09/20: Removed knife/fork logo from carousel */
.content-module .section-header h2:after {
    display: none;
}

@media screen and (max-width: 767px) {
    .brand-slider .slick-slide .thumbnail .brand-logo {
        background-color: #12627B;
    }
}

footer:before {
    display: none;
}

.article-thumbnail img {
	width: 100%;
}

/*  aszeto@09/28/20: Add mobile specific brand slider logo width */

@media screen and (min-width: 768px) {
    .brand-logo-mobile-wrap {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .brand-slider .slick-slide .thumbnail .brand-logo {
        background-color: #12627B;
    }

    .brand-logo-mobile-container {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* aszeto@10/02/2020: further tweaks to home page layout */
.content-module.brand-slider > div {
    margin-bottom: 40px;
}

.content-module.large-text.bg-beige.extra-space-top.extra-space-bot > div {
    margin-top: 60px;
    margin-bottom: 55px;
}

@media screen and (min-width: 1024px) {
    .content-module.large-text.bg-beige.extra-space-top.extra-space-bot > div {
        margin-top: 45px;
        margin-bottom: 35px;
    }

    footer {
        margin-top: 60px;
    }
}

main.report {
    margin: 0 20px 40px;
}

/* .report-container {
    overflow: scroll;
} */

table, th, td {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    font-size: 10px;
    color: black;
    background-color: white !important;
}

tr.column-header {
    background-color: #0081A3 !important;
    color: white;
    font-weight: bold;
}

tr.data:nth-child(even) {
    background-color: #F5F5F5 !important;
}

tr.region-total {
    background-color: #D3D3D3 !important;
    font-weight: bold;
}

tr.brand-total {
    background-color: #C0C0C0 !important;
    font-weight: bold;
}

tr.grand-total {
    background-color: #808080 !important;
    font-weight: bold;
}

td.red-number {
    color: red;
}

#wpmem_login_form legend {
    display: none;
}

.welcome-user {
    font-size: 12px;
}

.button_div #rememberme {
    width: auto;
}

.button_div input[type="submit"] {
    border-bottom: none;
}

.profile-options ul {
    list-style-type: none;
}

.profile-options li a {
    border-bottom: none;
}

.info-footnote {
    font-size: 12px;
}
#brand_report_info, #region_report_info { 
    display: none;
}

/*  CONTROL SHEET START  */

.flex-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: bold;
}
.flex-container .flex-col {
    display: flex;
    align-items: center;
}
.flex-container .flex-col img {
    width: 30%;
}
.flex-container .flex-col.has-border{
    border: 1px solid #12627B;
}
.flex-container .flex-col .label_value {
    margin-left: 10px;
}
.flex-container .flex-col-1 {
    width: 100%;
}
.flex-container .flex-col-1-2 {
    width: 50%;
}
.flex-container .flex-col-1-4 {
    width: 25%;
}

.flex-text-right {
    justify-content: flex-end;
}
.flex-text-center {
    justify-content: center;
}


.flex-container-locations {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-container-locations .flex-head {
    display: flex;
    flex-direction: row;
    background: #4b9aaf;
    color: #fff;
}
.flex-container-locations .flex-head .flex-col-form-head, .flex-container-locations .flex-body .flex-col-form {
    border: 1px #0081A3 solid;
    padding: 5px;
}
.flex-container-locations .flex-body {
    display: flex;
    flex-direction: row;
}
.flex-container-locations .flex-body a{
    color: #12627B;
    border: none;
    word-break: break-word;
}
.flex-container-locations .flex-body a:hover {
    color: #c00000;
}

.flex-container-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}
.flex-container-form .flex-head {
    display: flex;
    flex-direction: row;
    background: #4b9aaf;
    color: #fff;
}
.flex-container-form .flex-head .flex-col-form-head, .flex-container-form .flex-body .flex-col-form {
    border: 1px #0081A3 solid;
    padding: 5px;
}
.flex-container-form .flex-body {
    display: flex;
    flex-direction: row;
}
.flex-body input {
    border: none;
}
.flex-container > *, .flex-container-form > *, .flex-container-locations > * {
    flex: 1 1 auto;
}

.flex-container-form .flex-head > * , .flex-container-form .flex-body > * {
    flex: 1 1 40px;
}

.flex-container-locations .flex-head > * , .flex-container-locations .flex-body > * {
    flex: 1 1 40px;
}

.table-container {
    margin-top: 20px;
}
.table-container table {
    width: 98%;
    padding: 1%;
    border-collapse:separate;
    border-spacing: 0px;
    font-size: 12px;
}
.table-container table, th, td {
    border: none;
    padding: 5px;
    text-align: left;
}

.table-container .host-col {
    border: 2px dashed #c00000;
}

.table-container .manager-col {
    border: 2px dashed #12627B;
}
.table-container .host-left-border {
    border-left: 2px dashed #c00000 !important;
}
.table-container .host-right-border {
    border-right: 2px dashed #c00000 !important;
}
.table-container .manager-left-border {
    border-left: 2px dashed #12627B !important;
}
.table-container .manager-right-border {
    border-right: 2px dashed #12627B !important;
}
.table-container .full-border {
    border: 1px solid #000;
}
.table-container .full-border-double {
    border: 2px solid #000;
}
.table-container .border-bottom {
    border-bottom-width: 2px;
}
.table-container .header-bg {
    background: #ddebf7;
}
.table-container .color-red {
    color: #c00000;
}

.control-sheet-grand-total {
    margin-top: 30px;
}
.control-sheet-grand-total .gt-first-heading {
    text-align: center;
    font-size: 18px;
    background-color: #ddebf7;
    border: 2px solid #000;
}
.control-sheet-grand-total .gt-second-heading {
    text-align: center;
    font-size: 18px;
    color: #c00000;
    border: 2px solid #000;
}
.control-sheet-grand-total .text-bold { 
    font-weight: bold;
}

.border-none { 
    border: none !important;
}
.align-right {
    text-align: right;
}
#add_new_record {
    padding: 15px 25px;
    margin: 10px 0;
    background: #12627B;
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    line-height: 1.7;
    border: none;
}
#add_new_record:hover {
    background: #B9500B;
}
input.btn, .btn-transfer, .span-btn {
    padding: 10px 30px;
    margin: 10px 0px;
    background: #B9500B;
    display: inline-block;
    cursor: pointer;
    width: auto;
    color: #fff;
    border: none;
    line-height: 1.8;
}
.btn-transfer {
    background: #fff;
    color: #12627B;
    border: 1px solid #12627B;
    font-size: 12px;
    padding: 5px;
    margin: 0;
}
input.btn:hover, .btn-transfer:hover, .span-btn:hover {
    background: #12627B;
    color: #fff;
}

#host_reconcile {
    padding: 14px;
    margin: 10px 0;
    cursor: pointer;
}

.notification {
    font-style: italic;
    color: #c00000;
    font-size: 15px;
}
.reconcile-btn {
    text-decoration: none;
    border: 2px solid #12627B;
    padding: 15px 25px;
}
.reconcile-btn:hover {
    background: #12627B;
    color: #fff;
}
.flex-button-body {
    display: flex;
    align-items: center;
}
.flex-button-body .flex-col-form {
    flex-grow: 1;
}
.has-padding {
    padding: 0 15px;
}
.overlay {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #12627B;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }
  
  input.blue-bg-btn {
      background: #12627B;
  }
  input.blue-bg-btn:hover {
      background: #B9500B;
  }

  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }

#old_sheet_ids {
    margin-bottom: 20px;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.mw-70 {
    max-width: 150px;
}
.mw-100 {
    max-width: 180px;
}

@media screen and (max-width:1080px) {
    .mw-70 {
        max-width: 70px;
    }
    .mw-100 {
        max-width: 100px;
    }
}
/*  CONTROL SHEET END   */

.hero.hero-home .hero-content h1 span, .hero.hero-home .hero-content .error404 main .l-wrapper p span, .error404 main .l-wrapper .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .blog .stories-filter ul p span, .error404 main .blog .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .blog .stories-filter .error404 main ul p span, .blog .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .archive .stories-filter ul p span, .error404 main .archive .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .archive .stories-filter .error404 main ul p span, .archive .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .error404 main .template-stories .stories-filter ul p span, .error404 main .template-stories .stories-filter ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .template-stories .stories-filter .error404 main ul p span, .template-stories .stories-filter .error404 main ul .hero.hero-home .hero-content p span, .hero.hero-home .hero-content .large-text p span, .large-text .hero.hero-home .hero-content p span {
    font-family: "monsal-gothic",sans-serif;
}