/*
Theme Name: BlueStar Menus
Author: BoulderInternetMarketing
Author URI: https://www.boulderinternetmarketing.com
Description: WordPress theme build by BIMCOM based off Materialize CSS framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bsrgmenus

This theme, like WordPress, is licensed under the GPL.
*/


/*////////////////////////
PUT CUSTOM CSS AFTER THIS COMMENT, BUT BEFORE THE MEDIA QUERIES
///////////////////////*/

::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
input::placeholder {
  color: #999;
}
textarea::placeholder {
  color: #999;
}


body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

h1 {
	font-size: 3.65rem;
	font-weight: 400;
	margin: 0.5em 0;
	text-transform: uppercase;
}
h1 strong {
	font-weight: 700;
}

a {
	color: #000;
}

a[href^="tel"] {
	text-decoration: none;
}
a[href^="tel"]:hover,
a[href^="tel"]:focus,
a[href^="tel"]:active {
	text-decoration: underline;
}


b, strong {
    font-weight: 600;
}

p {
	font-size: 1rem;
/*	margin-bottom: 2em; */
}

main a {
	text-decoration: underline;
}
main a:hover,
main a:focus {
	text-decoration: none;
}

.wp-caption, .wp-caption-text, .screen-reader-text,.gallery-caption,.bypostauthor,.sticky  {
	font-size: inherit;
}

main ul:not(.browser-default) {
	padding-left: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
main ul:not(.browser-default) li {
	list-style-type: initial;
}


.navbar-fixed nav {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.footer-fixed footer {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.noPadBtm {
	padding-bottom: 0;
}
.noMarBtm {
	margin-bottom: 0;
}

/*////////////////////////
LOGO
///////////////////////*/
nav .brand-logo {
	padding: 20px 0;
	display: inline-flex;
}
nav .brand-logo img {
	height: 60px;
}


/*////////////////////////
NAVIGATION
///////////////////////*/
nav {
	box-shadow: none;
}

nav ul a {
	font-weight: 600;
	padding: 20px;
}

nav ul a:hover,
nav ul a:focus,
nav ul a:active {
	color: rgba(0,0,0,0.5);
	background: 0 0;
}

nav ul a,
nav ul a span {
	color: #000;
}
nav ul a:hover,
nav ul a:focus,
nav ul a:active {
	color: #000000;
	background: 0 0;
}

nav ul.sub-menu a,
nav ul.sub-menu a span {
	color: #000000;
}

nav ul li.active {
    background-color: rgba(0, 0, 0, 0);
}

nav.nav-center ul.dropdown-content li > a,
nav.nav-center ul.dropdown-content li > span {
	display: block;
}

.current-menu-item a,
.current-menu-ancestor a,
.current_page_parent a {
    background: rgba(0,0,0,0);
	color: #000;
}

.main-menu li {
	position: relative;
	white-space: nowrap;
}
.main-menu a {
	display: block;
	zoom: 1;
    cursor: pointer;
    transition-duration: 250ms;
    transition-property: padding-top,padding-bottom,color,background-color,width;
    transition-timing-function: ease-in-out;
}


/*////////////////////////
	BODY
///////////////////////*/

.top-brand {
	margin-top: -64px;
    top: 0;
}

.home-logo img {
	height: 94px;
}
.whiteBG {
	background-color: #ffffff;
}
.greyBG {
    background-color: #f1f1f1;
}
.brandBG {
    background-color: #000;
}

.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6,
.invert h7,
.invert p,
.invert li,
.invert a {
    color: #ffffff !important;
}

.section {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.noPad {
    padding-top: 0;
    padding-bottom: 0;
}
.padTop {
    padding-top: 1.5em !important;
}
.padTop2x {
    padding-top: 2rem !important;
}
.padTop3x {
    padding-top: 3rem !important;
}
.padTop4x {
    padding-top: 4rem !important;
}
.padBtm2x {
    padding-bottom: 2rem !important;
}
.padBtm3x {
    padding-bottom: 3rem !important;
}
.padBtm4x {
    padding-bottom: 4rem !important;
}
.noPadLeftRight {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.padNO {
    padding: 0 !important;
}
.padNO .row {
    margin-bottom: 0 !important;
}
.padLeft2x {
	padding-left: 2rem !important;
}
.padLeft3x {
	padding-left: 3rem !important;
}
.padLeft4x {
	padding-left: 4rem !important;
}
.padRight2x {
	padding-right: 2rem !important;
}
.padRight3x {
	padding-right: 3rem !important;
}
.padRight4x {
	padding-right: 4rem !important;
}
.parallax-container .parallax {
    z-index: 0;
}


/*	HOME PAGE */
.outlet .card {
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 0;
}
.outlet .card:hover {
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14),
		0 3px 14px 2px rgba(0,0,0,0.12),
		0 5px 5px -3px rgba(0,0,0,0.3);
}
.outlet a {
	text-decoration: none;
}
.outlet .card-image {
	min-height: 200px;
}
.outlet .card .card-image img {
	max-height: 200px;
	max-width: 300px;
	width: auto;
	margin: 0 auto;
	padding: 2em;
}
.outlet .card .card-content {
    padding: 24px;
	background-color: #f5f6f7;
}
.outlet h4 {
    font-size: 1.5rem;
	text-transform: uppercase;
	margin: 0.2em 0 0.2em;
}



/*	MENU PAGE	*/
img.logo {
	max-width: 250px;
}

.section.menus {
/*	background-color: #f0f1f1; */
}

.all-menus,
.online-ordering {
	margin-top: 3rem;
}

.row .col.legend {
	padding-left: 3rem;
	padding-right: 3rem;
}

.collapsible {
	box-shadow: none;
}
ul.collapsible {
	padding-left: 0 !important;
	margin-top: 3em !important;
	border-top: 1px solid #000;
	border-right: 0px solid #000;
    border-left: 0px solid #000;
}
ul.collapsible .collapsible,
ul.collapsible.specials .collapsible-body {
	margin-top: 0 !important;
	border-right: 1px solid #000;
    border-left: 1px solid #000;
}
ul.collapsible li {
	list-style-type: none !important;
}

ul.collapsible.inner li {
	
}

ul.collapsible li.active .collapsible-header.top-level {
	font-weight: 500;
}
li.active .collapsible-header .faq-question {
	font-weight: 600;
}
ul.top .collapsible-body {
	padding-right: 0;
}
ul.inner .collapsible-body {
	padding-right: 2rem;
	padding-top: 1rem;
}

.collapsible-header {
	-webkit-tap-highlight-color: #f5f5f5;
	position: relative;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
}
.collapsible-header.top-level {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.top .collapsible-body {
	background-color: rgba(255,255,255,0);
	border-bottom: 0px solid #000;
}
.inner .collapsible-body {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #000;
}

.collapsible-body p {
	margin-top: 0;
}

.menu-title {
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 1px;
    padding: 0.5rem;
	width: 100%;
}

#menus.top li.active .collapsible-header.top-level,
#menus .inner li.active .collapsible-header.next-level {
	background-color: #f5f5f5;
}
#menus.top li.active .collapsible-header.top-level .menu-title,
#menus .inner li.active .collapsible-header.next-level .menu-title {
    font-weight: 700;
}

#menus .collapsible-header.top-level i,
#menus .collapsible-header.top-level svg,
#menus .collapsible-header.next-level i,
#menus .collapsible-header.next-level svg {
	font-size: 1rem;
	margin-top: 0.3rem;
    margin-right: 0;
    float: right;
}
#menus.top li.active .collapsible-header.top-level i.menu-name,
#menus.top li.active .collapsible-header.top-level svg.menu-name,
#menus .inner li.active .collapsible-header.next-level i.menu-name,
#menus .inner li.active .collapsible-header.next-level svg.menu-name {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	transition: transform 200ms;
}

main .legend ul:not(.browser-default),
main .legend ul:not(.browser-default) li {
	list-style-type: none;
	line-height: 2rem;
}

main .legend ul:not(.browser-default) {
	margin-top: 3rem;
}


ul.collapsible li .collapsible-body .menu-section-description ul li {
	list-style-type: disc !important;
}


.legend li i,
.legend li svg {
	margin-right: 10px;
	width: 15px;
	text-align: center;
}

i.gluten-free,
svg.gluten-free {
	color: #a46f3c;
}

i.vegetarian,
svg.vegetarian {
	color: #6fb07f;
}

i.vegan,
svg.vegan {
	color: #6c8f3c;
}

i.heart-healthy,
svg.heart-healthy {
	color: #8f182c;
}

i.spicy,
svg.spicy {
	color: #c54940;
}

i.new,
svg.new {
	color: #f7bf18;
}

i.chefs-favorite,
svg.chefs-favorite {
	color: #bbbdbf;
}

i.trilogy-signature,
svg.trilogy-signature {
	color: #12284b;
}

i.undercooked,
svg.undercooked {
	color: #d7212f;
}

i.kimalexis,
svg.kimalexis {
	color: #000000;
}

a.main-menus,
a.online-order {
	text-decoration: none;
	font-weight: 600;
}

a.main-menus:hover {
/*	text-decoration: underline; */
}
.main-menus i,
.main-menus svg {
	padding-right: 10px;
	transition: all 300ms ease-out;
}
a.main-menus:hover i,
a.main-menus:hover svg {
	padding-right: 1em;
}

.online-order i,
.online-order svg {
	padding-left: 10px;
	transition: all 300ms ease-out;
}
a.online-order:hover i,
a.online-order:hover svg {
	padding-left: 1em;
}


span.menu-item,
span.menu-section-description {
	margin-top: 15px;
}

span.menu-item,
span.price {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
    letter-spacing: 1px;
	display: block;
}
span.menu-section-description,
span.item-description {
	text-transform: lowercase;
	display: block;
}
.specials .collapsible-body span.menu-section-description {
	margin-bottom: -1em;
}

span.price {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

span.sub,
span.choice {
	text-transform: lowercase;
	display: block;
}

.menu-item i,
.menu-item svg {
	margin-left: 3px;
	margin-right: 3px;
}

.menu-item svg.fa-kimalexis {
	margin-left: 0;
	margin-right: 5px;
}

.card.feat-item {
	float: right;
	max-width: 250px;
	box-shadow: none;
}
.card.feat-item .card-content {
	padding: 15px;
	text-align: center;
	line-height: 18px;
}

span.menu-section-description.w-feat-image {
	width: 80%;
	vertical-align: top;
	display: inline-block;
}

span.menu-section-description.feat-image {
	width: 18%;
	display: inline-block;
}
span.menu-section-items {
	width: 80%;
	vertical-align: top;
	display: inline-block;	
}

/*////////////////////////
		BUTTONS
///////////////////////*/

.btn-large {
    font-weight: 500;
	font-size: 15px !important;
	line-height: 54px !important;
	padding: 0 28px !important;
	position: relative;
    overflow: hidden;
    background-color: transparent;
    box-shadow: none;
    border: 2px solid #000;
    box-sizing: content-box;
    color: #000;
    transition: color .3s, background-color .3s;
}
.btn-large:focus {
    background-color: rgba(255,255,255,0.2);
	border: 2px solid #000;
}
.btn-large:hover,
.btn-large:active {
    border: 2px solid #000;
	box-shadow: none;
    background-color: #000;
    color: #fff;
}
.btn-large::before {
    width: calc(100% + 60px);
    transform: skewX(-45deg) translateX(calc(-100% - 30px));
}
.btn-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    transition: transform .3s;
    z-index: -1;
}
.btn-large:hover::before {
    transform: skewX(-45deg) translateX(-30px);
}

.invert .btn-large {
	color: #ffffff;
	border: 2px solid #ffffff;
}
.invert .btn-large:hover,
.invert .btn-large:active {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000 !important;
}
.invert .btn-large::before {
    background-color: #ffffff;
}

.tooltip-content {
	color: #fff;
}


/*////////////////////////
MATERIAL DESIGN ELEMENTS
///////////////////////*/
.demo-card-square.mdl-card {
  width: 320px;
  height: 320px;
}
.demo-card-square > .mdl-card__title {
  color: #fff;
  background:rgb(83, 109, 254);
}


/*////////////////////////
	FOOTER
///////////////////////*/

.footer-widgets {
    background-color: #fff;
    border-top: 0px solid #eee;
    margin-top: 60px;
    padding-top: 30px;
}
.footer-widgets p,
.footer-widgets a {
	color: #fff;
}

.widget ul.menu {
    margin: 0.5em 1em;
    padding: 0;
}

.widget ul.menu li a {
	color: #fff;
	display: block;
	padding: 0.75em 1em;
}

.footer {
    background-color: #00225d;
    padding-top: 1rem;
	padding-bottom: 0.75rem;
}

.page-footer {
    padding-top: 0;
}

.copyright {
	font-size: 0.875rem;
	color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}
.copyright a:hover {
    color: #fff;
	text-decoration: none;
}

.ftr-nav {
	padding-top: 2rem;
	margin-bottom: 2rem;
}

.ftr-nav ul {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}

.ftr-nav ul li {
	display: inline-block;
    padding-left: 1em;
    border-left: 1px solid #000;
    margin-left: 1em;
}

.ftr-nav ul a {
    color: #000;
	font-size: 0.875rem;
    text-decoration: none;
    transition: all .5s;
}
.ftr-nav ul a:hover,
.ftr-nav ul a:focus {
    color: #000;
	text-decoration: underline;	
}

.ftr-nav ul li:first-child {
	padding-left: 0;
    border-left: 0 solid #000;
    margin-left: 0;
}

.footer .row.legal {
	margin-bottom: 2rem;
}
.footer-widgets i,
.footer-widgets svg {
	margin-right: 0.5em;
}



/*////////////////////////
MEDIA QUERIES BELOW HERE
- default widths are set here
- use the following to add specific CSS for the various widths
///////////////////////*/
@media (max-width: 1199px) {
.sidenav-trigger {
	display: none;
}
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
h1 {
    font-size: 3rem;
}
h3 {
	font-size: 2rem;
}
img.logo {
	max-width: 150px;
}
.row .col.legend {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
ul.collapsible {
    margin-top: 2em !important;
}
ul.top .collapsible-body {
	padding-left: 0;
}

ul.inner .collapsible-body {
	padding-left: 1rem;
	padding-right: 1rem;
}
.top-brand .row {
	margin-bottom: 0;
}
.all-menus {
    margin-top: 1rem;
	margin-bottom: 2rem;
}
.online-ordering {
    margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}

}

@media (max-width: 559px) {
span.menu-section-description.feat-image {
	display: none;
}
span.menu-section-items,
span.menu-section-description.w-feat-image {
	width: auto;
	display: block;
}

}

@media (max-width: 479px) {

}




@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
 
}
@media (min-width: 560px) {
  
}
@media (min-width: 768px) {
 
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}