/* cmsms stylesheet: KELLS Main modified: Monday, August 4, 2025 6:21:03 PM */
/* MAIN */

/*
font-family:"futura-pt"; 350
font-family:"scriptorama-tradeshow-jf"; 400
font-family:"din-condensed"; 400
font-family:"columbia-titling"; 700
*/

body {
    font-family:"futura-pt";
    color: #000;
    background-color: #fff;
    font-size: 18px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    background-color: rgb(184,35,47);
    text-align: center;
    border-bottom: 1px solid #fff;
    background-image: url("/images/red-wood.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.HeaderLeft {
    text-align: center;
}

.ABQsFavorite {
    margin: 45px auto;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .ABQsFavorite {
    margin: 20px auto;
}
}

.HeaderLefSpan {
    font-family:"futura-pt";
}

.LogoShell {
    text-align: center;
}

.TheLogo {
    margin: 45px auto;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
    margin: 20px auto;
}
}

.HeaderRight {
    text-align: center;
}

.ZiaLogo {

}

.TheNav {
    color: #fff;
    background-color: rgb(35,31,32);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.UnderNav {
    color: #fff;
    background-color: rgb(184,35,47);
    text-align: center;
    line-height: 0;
    height: 20px;
    border-bottom: 1px solid #fff;
}

.Slider {
    background-color: rgb(35,31,32);
    text-align: center;
    border-bottom: 1px solid #fff;
}

.Tagline {
    background-color: rgb(184,35,47);
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-image: url("/images/red-wood.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.HomeMainBack {
    background-color: #fff;
    /*background-image: url("/images/subway-light.png");*/
    background-image: url("/images/woodback.jpg");
    background-repeat: repeat;
}

.MainContent {
    background-color: rgba(255,255,255,0.8);
}

.HomeCont {
    padding: 35px 20px 35px 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeCont {
        padding: 20px;
    }
}

.HomeContRight {
    padding: 35px 35px 35px 20px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeContRight {
        padding: 20px;
    }
}

.HomeBlocks {
}

.Footer {
    background-color: rgb(35,31,32);
    background-image: url("/images/dark-corrugated.png");
    background-repeat: repeat;
    font-size: 14px;
    color: #fff;
}

.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: none; color: rgb(184,35,47);}

h2.QuickLinks {
    overflow: hidden;
    text-align: left;
    color: #fff;
    font-size: 18px;
  }
  
  .QlinkFoot {
      padding-bottom: 15px;
  }

h2.LocHeader {
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  
  h2.LocHeader:before,
  h2.LocHeader:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
  h2.LocHeader:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  h2.LocHeader:after {
    left: 0.5em;
    margin-right: -50%;
  }
  
  .LocationsFoot {
      text-align: center;
  }

  .HoursFoot {
    color: #fff;
    text-align: center;
  }

  .HoursHead {
    font-family:"columbia-titling";
    color: #fff;
  }

  .CCs {
      margin: 5px;
      padding-bottom: 20px;
  }

.Copyr {
    background-color: rgb(184,35,47);
    background-image: url("/images/red-corrugated.png");
    background-repeat: repeat;
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 14px;
    color: #fff;
}

.SubLeft {
    padding-bottom: 35px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubeLeft {
        /*padding: 20px;*/
    }    
}

.SubRight {
    padding: 35px 20px;
    background-color: #333;
    color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubRight {
        padding: 20px;
    }
}

.TopContent {
    padding: 35px 35px 0px 35px;
}

.LefBox {
    padding: 25px;
}

.RighBox {
    padding: 25px;
}

.BottomContent {
    padding: 0px 35px 0px 35px;
}


/* RANDOMNESS */

A:link {text-decoration: none; color: rgb(184,35,47);}
A:visited {text-decoration: none; color: rgb(184,35,47);}
A:active {text-decoration: none; color: rgb(184,35,47);}
A:hover {text-decoration: underline; color: rgb(184,35,47);}

A.button:link {text-decoration: none; color: #fff}
A.button:visited {text-decoration: none; color: #fff}
A.button:active {text-decoration: none; color: #fff}
A.button:hover {text-decoration: none; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family:"columbia-titling";
    font-size: 24px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family:"columbia-titling";
    font-size: 22px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family:"columbia-titling";
    font-size: 20px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family:"columbia-titling";
    font-size: 24px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family:"columbia-titling";
    font-size: 22px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family:"columbia-titling";
    font-size: 20px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}

/* DINNERS MODULE*/

.SummRow {
    border: 1px solid #cdcdcd;
    display: block;
    margin-bottom: 5px;
}

.SummRow:hover {
    background-color: #e4e4e4;
}

.SummDinnerRows {
    padding: 10px;
}

.SummDinnerTitle {
    font-size: 20px;
    font-weight: bold;
    color: rgb(184,35,47);
}

.SummDinnerServes {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.SummDinnerMore {
    font-size: 18px;
    color: #4a4a4a;
}

.DetDinnerTitle {
    font-size: 24px;
    font-weight: bold;
    color: rgb(184,35,47);
    text-align: center;
}

.DetDinnerServes {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-bottom: 15px;
}

.DetPhoto {
    margin-bottom: 15px;
}

.return-link {
    font-weight: bold;
}

/* RIGHT BAR MENU */

ul.RighBarMenu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.RighBarMenu li {
    border: 1px solid #ff969e;
    padding: 7px;
    margin: 0px 0px 3px 0px;
    background-color: rgb(184,35,47);
}

ul.RighBarMenu li:hover {
    background-color: rgb(143,4,8);
}

ul.RighBarMenu li a {
    color: #fff;
    display: block;
}

ul.RighBarMenu li a:hover {
    text-decoration: none;
}

ul.RighBarMenu li li {
    border: 1px solid #fff;
    padding: 7px;
    margin: 0px 0px 3px 0px;
    background-color: rgb(184,35,47);
}

ul.RighBarMenu li li:hover {
    background-color: rgb(143,4,8);
}

ul.RighBarMenu li li a {
    color: #fff;
}

ul.RighBarMenu li li a:hover {
    text-decoration: none;
}

/* JOB OPPORTUNITY MODULE */

.JobItem {
    border: 1px solid #ccc;
    margin: 6px 15px;
    padding: 10px;
    font-size: 16px;
}

.JobTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 50px 20px 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
  	font-family: 'Playfair Display', serif;
}

.JobPDF {
    border-top: 1px dotted #ccc;
    padding: 10px 5px 5px 5px;
}

.JobDeadline {
    border-top: 1px dotted #ccc;
    padding: 10px 5px 5px 5px;
}

.JobDescription {
    
}


/* GROCERY PAGE LIST */

ul.ColumnList {
   column-count: 4;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    ul.ColumnList {
   column-count: 2;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
        ul.ColumnList {
   column-count: 2;
    }
}

}
/* cmsms stylesheet: KELLS Nav modified: Thursday, March 24, 2022 3:09:38 PM */
.title-bar {
    background-color: rgb(35,31,32);
    padding: 5px 10px;
}

.top-bar {
    background-color: rgb(35,31,32);
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.drilldown a {
    background: rgb(184,35,47);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background-color: rgb(35,31,32);
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background-color: rgb(35,31,32);
    padding: 7px 0px 8px 0px;
        text-transform: uppercase;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
    .top-bar ul li {
    padding: 0px;
}
}

.top-bar ul li a {
    color: #fff;
}

.top-bar ul li:hover {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li.navactive {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li ul li {
    padding: 2px 0px;
text-transform: none;
}

.top-bar ul li ul li:hover {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li ul li.navactive {
    background-color: rgb(184,35,47);
    color: #fff;
}

.top-bar ul li a:hover {
    text-decoration: none;
}

.menu-text {
    color: #fff;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
/*        border-left: 1px solid #666; */
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
/*        border-right: 1px solid #666; */
    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #fff;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-top-style: solid;
    border-color: #fff transparent transparent;
}
