/*!
Theme Name: WJ Bootstrap Custom
Theme URI: https://bootstrap-wp.com
Author: WebJeneration
Author URI:
Description: Built on "WP Bootstrap 4"
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

bootstrap ref
sm 576
md  768
lg  992
xl  1200

*/
@font-face {
  font-family: Brixton;
  src: url(/Brixton_Lead-Vector.otf);
}

@font-face {
  font-family: 'Nord';
  src: url('/Nord-Regular.eot'); /* IE9 Compat Modes */
  src: url('/Nord-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Nord-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Nord-Regular.woff') format('woff') /* Pretty Modern Browsers */
}
body {
/*
	background-color: #CD3626;
	background: url(images/bg-red-tlc.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background:#ffffff;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.1rem;
	color:#221E1F;
}

/*
body.page-id-12
{
	background: url(/wp-content/uploads/tlc-bg-aqua.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#tempbgblock
{
	background: url(/wp-content/uploads/bg-green-tlc.jpg) no-repeat -9999px -9999px;
}
*/

body.bgvegan
{
/*
	background: url(/wp-content/uploads/bg-green-tlc.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	background:#e1f0da;
}

.bg-light
{
	background-color: #969392;
}

.bg-white,
.bg-light
{
	color:#161616;
}

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

table { margin: 0 0 1.5em; width: 100%; }

a {
    text-decoration: none;
}

a:hover {
    color: #bdbcbc;
    text-decoration: none;
}

/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.alignleft,
.alignright,
.aligncenter
{
	margin-bottom:28px;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.site-content
{
	min-height:400px;
	padding-top:80px;
}

.home .site-content
{
	padding-top:0px;
}

.site-content a,
.site-content tel
{
	color:#221E1F;
}

.site-content li
{
	margin-bottom:7px;
}

.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.updated:not(.published) { display: none; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { -ms-word-wrap: break-word; word-wrap: break-word; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility !important; -moz-osx-font-smoothing: grayscale; font-smoothing: auto; }

a, button, input { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

blockquote { font-size: 1rem; padding: 1.25rem 1.75rem; }

table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

table th, table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

table tbody + tbody { border-top: 2px solid #dee2e6; }

table table { background-color: #fff; }

figcaption { padding-top: 0; padding-bottom: .75rem; color: #6c757d; text-align: left; }

input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #007bff; border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #495057; background-color: #fff; border-color: #161616; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }

blockquote p { font-size: 1rem; }

blockquote p:last-child { margin-bottom: 0; }

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu
{
    margin: -0.5rem 0 0;
    color: #ffffff;
    background-color: #161616;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.0rem;
	padding:0;
}

.navbar-dark .navbar-nav .dropdown-menu a {
	display: block; width: 100%;
	padding: .3rem 1.5rem .1rem;
	clear: both;
	font-weight: 400;
	color: #ffffff;
	font-size:1.2rem;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent; border: 0;
	border-top:1px solid #333333;
}

.navbar-dark .navbar-nav .dropdown-menu a:hover
{
	color: #ffffff;
}


.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }

.post-thumbnail { margin-top: 1.5em; display: inline-block; }

.card-deck .card
{
	background:transparent;
    border: 1px solid rgba(255,255,255, 0.65);
    border-radius:0;
	margin-bottom:1.24rem;
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);   /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:   0 4px 6px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);   /* Firefox 3.5 - 3.6 */
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.card-deck .card.empty
{
    border: 0px solid rgba(255,255,255, 0.65);
	box-shadow:none;
}

.card-img-top {
    width: 100%;
    height: 70vw;
    object-fit: cover;
}

.card-body
{
	background:transparent;
	color:#221E1F;
	padding: 1.24rem 0.24rem 1.24rem;
}


.entry-meta { font-size: .9rem; }

.entry-footer { font-size: .9rem; margin-top: 1rem; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }

.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; border: 1px solid rgba(0, 0, 0, 0.125); margin: 4px 10px 4px 0; padding: 0.4em .9em; }

.cat-links a, .tags-links a { color: #6c757d; }

.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a, .edit-link a { color: #6c757d; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #007bff; }

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }

.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 2rem; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 20px; color: #6c757d; margin-bottom: 0; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 3px; padding-bottom: 3px; list-style: square; }

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a { color: #6c757d; }

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.footer-widgets .widget { padding: 0.5rem; }

#wp-calendar #next { text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover { text-decoration: none; }

.mt-3r { margin-top: 3rem; }

.wp-bs-4-jumbotron { margin-bottom: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron {
/*
    background-image: url(/wp-content/uploads/64886295_s.jpg);
*/
    background-image: url(/wp-content/uploads/slide-tacos.jpg);
}




.wp-bp-jumbo-overlay {
/*
    background: rgba(33,37,41, 0.7);
*/
}

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding: 2.5rem 4rem; }

.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }

.comments-area .comment-list ul.children li { padding: 2.5rem 0 0; }

.comments-area .comment-list .comment-respond { padding: 2.5rem 4rem; }

.comments-area .comments-title { padding: 2.5rem 4rem; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form { padding: 2.5rem 4rem; }

.comments-area .wb-cancel-reply { margin-left: 2rem; }

.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }

.comments-area .logged-in-as a { color: #6c757d; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: .9rem; }

.comments-area .no-comments { padding: 1rem 4rem; }

.comments-area small { font-size: .9rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link { margin-right: 1rem; color: #6c757d; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }

.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }

.single .post-navigation .nav-links a { color: #6c757d; margin-bottom: 2rem; display: inline-block; }

.single .post-navigation .nav-links a:hover { color: #212529; text-decoration: none; }

.site-header {
	background:#ffffff;
	height:84px;
}

.site-header .container
{
	position:relative;
}

.container
{
	width:980px;
	max-width:90%;
}

.container.slides
{
	width:900px;
	max-width:90%;
}

.container.narrow
{
	width:800px;
	max-width:90%;
}

.container.headerbar
{
	width:980px;
	max-width:98%;
}

.logo
{
	position:absolute;
	top:8px;
	left:2px;
	width:80px;
	z-index:9999;
}

.site-branding
{
/*
	background:url(/wp-content/uploads/bg-logo-140.png) top center no-repeat;
	min-height:140px;
*/
	text-align:center;
	margin:0px auto 0px;
	line-height:1;
	padding:2px 0 8px;
	color:#ffffff;
	color:#161616;
	line-height:1.25;
}

.navbar {
	padding: 0.7rem .25rem 0.55rem;
	background:transparent;
	font-family:Nord;
	font-size:1.1rem;
}

.site-header ul li.nav-item
{
	margin-left:5px;
	margin-right:5px;
	padding-bottom:0.75rem;
}

.site-header ul.dropdown-menu li.nav-item {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0.5rem;
}

.navbar-dark .navbar-nav .btn-nav .nav-link
{
	line-height:1;
}

.navbar-dark .navbar-nav .btn-nav .nav-link
{
    background-color: #CD3626;
	color:#ffffff;
    border:1px solid #ffffff;
    padding-right:1.2rem;
    padding-left:1.2rem;
    padding-top:0.65rem
    padding-bottom:0.65rem
}

.navbar-dark .navbar-nav .btn-nav .nav-link:hover
{
    background-color: rgb(205,53,39,0.7);
    color: #fff;
    opacity: 1.0;
}

.boxout
{
    background-color:transparent;
	border:1px solid #CD3626;
    padding-right:1.2rem;
    padding-left:1.2rem;
    padding-top:0.65rem
    padding-bottom:0.65rem
}


.mobile-link
{
    background-color: #CD3626;
	color:#ffffff;
    border:1px solid #ffffff;
    padding-right:1.2rem;
    padding-left:1.2rem;
    padding-top:0.65rem
    padding-bottom:0.65rem
}

/*
*  responsive menu stuff
*/
@media (max-width: 979px)
{
	.navbar-toggler, .navbar
	{
		display:none;
	}
}

/*
*  smaller menu headings for one line
*/
@media (max-width: 600px)
{
	h3, .h3
	{
		font-size: 1.6rem;
	}
}

.rmp-menu-item,
.rmp-menu-title,
.responsive-menu-item,
#responsive-menu-title
{
	font-family:Nord;
}

.rmp-container .rmp-menu li.responsive-menu-item .rmp-menu-item-link,
#rmp-menu-wrap-373 .rmp-submenu .rmp-menu-item-link,
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link
{
	font-size:1.5rem !important;
}

/*
*  additional content with order online button
*/
.rmp-container .rmp-menu-additional-content,
#responsive-menu-container #responsive-menu-additional-content
{
    padding: 0px 0% !important;
}

#rmp-menu-custom,
#rmp-menu-item-custom
{
	list-style:none;
	width:100%;
	margin:0;
}

#responsive-menu-container #responsive-menu-additional-content li.responsive-menu-item a
{
    border-bottom: 1px solid #212121;
    background-color: #CD3626;
	font-size:1.5rem !important;
    line-height: 54px;
    color: #ffffff;
    background-color: #CD3626;
    height: 54px;
	padding: 0 5%;
}

#rmp-menu-additional-content-373
{
	padding:0 !important;
}

#rmp-menu-additional-content-373 ul
{
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.rmp-menu-additional-content .rmp-menu-item-link
{
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    border-bottom: 1px solid #212121;
    font-family: Nord;
    color: #ffffff;
    text-align: left;
    background-color: #CD3626;
    font-weight: normal;
    letter-spacing: 0px;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s, border-color 0.5s, 0.5s;
    padding: 0 5%;
}

#wp-bp-posts-slider { border: 1px solid rgba(0, 0, 0, 0.125); }

#wp-bp-posts-slider .carousel-item img { width: auto; height: 400px; -o-object-fit: cover; object-fit: cover; }

#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

.custom-logo-link { margin-right: 1rem; }

.navbar-brand { font-size: 1.5rem; }

.navbar-dark .navbar-nav .nav-link { color:#CD3626; opacity: 1.0; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus
{ color: #CD3626; opacity: 0.75; }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #CD3626; opacity: 1; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #CD3626; }

.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: none; }

.navbar-toggler { background-color: #161616; }

.site-footer a:hover { text-decoration: none; }

.admin-bar .site-header.sticky-top { top: 32px; }

.wb-bp-front-page .site-header { border-bottom: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron { padding: 0; background-size: cover; background-position: center; background-color: #161616; border-radius: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay { padding: 9rem 0; /* background: rgba(#212529, 0.7); */ }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead
{
	opacity: .75;
    font-size: 2.5rem;
    line-height:1.5;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .quote,
.quote
{
	opacity: .95;
    font-size: 1.5rem;
    line-height:1.5;
}

.bigger
{
    font-size: 1.25rem;

}

.locations-section
{
	background:#fff;
	color:#000;
	padding:4rem 0;
}

.directions
{
	font-size:0.9rem;
}

.phone
{
	white-space:nowrap;
}

.site-footer .phone,
.site-footer a.phone,
.site-footer a,
.site-footer tel
{
	color:#ffffff;
}

.site-footer {
	background:#16767E;
	color:#ffffff;
	padding-top: 0rem;
	padding-bottom: 0rem;
	line-height:1.5;
}

.site-footer a
{
	color:#ffffff;
}

.site-footer a:hover
{
	color:#ffffff;
}
.social
{
	color:#221E1F;
	font-size:2.4rem;
}

.social a,
.social a i
{
	color:#221E1F;
}

.social i
{
	margin:0 9px;
}

.site-info,
.site-info a,
.site-info a:hover
{
	color:#221E1F;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading { font-weight: 500; font-size: 4rem; margin-bottom: 1rem; }

.wb-bp-front-page .wp-bp-main-content { padding: 3rem 0; }

.wb-bp-front-page .wp-bp-main-content p { font-size: 1.25rem; font-weight: 300; }

.wb-bp-front-page .wp-bp-main-content blockquote { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content blockquote p { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content .post-thumbnail { margin-bottom: 1rem; margin-top: 0.5rem; }

.wb-bp-front-page .wp-bp-feat-card-img { -o-object-fit: cover; object-fit: cover; height: 200px; width: 100%; }

.wp-caption .wp-caption-text { font-size: 0.95rem; }

.gform_wrapper {
    margin: 0px 0 !important;
}

.skull
{
	max-width:60px;
}

.jumbotron-heading,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: 'Nord';
	font-weight:regular;
	margin-bottom:0.9rem;
	color:#16767E;
}

h4 a, h5 a
{
	color:inherit;
}

.site-footer h4
{
	color:#ffffff;
}

.widget-title
{
	color:#000000;
}

.type-post .entry-footer
{
	display:none;
}

p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4
{
	padding-top:14px;
}

.site-branding h1
{
	text-transform:uppercase;
	font-weight:regular;
	font-size:26px;
	line-height:1;
	margin-bottom:2px;
}

.site-branding h1,
.site-branding h1 a
{
	color:#FFFFFF;
	color:#CD3626;
	color:#161616;
	text-decoration:none;
}

.nowrap
{
	white-space:nowrap;
}

.li
{
	margin:0 0 18px 0px;
}

.shade1
{
	background:#161616;
	color:#FFFFFF;
}

.shade2
{
	background:#CD3626;
	color:#FFFFFF;
}

.shade3
{
	background:#E8E8E8;
	color:#161616;
}

.shade4
{
	background:#CF6766;
	color:#FFFFFF;
}

.color1,
.color-red
{
	color:#CD3626;
}

.color2,
.color-black
{
	color:#000000;
}

.btn-primary, input[type="button"], input[type="reset"], input[type="submit"], .sp-services-section .sp-single-service .sp-service-icon, .button.add_to_cart_button, .wc-proceed-to-checkout .checkout-button.button, .price_slider_amount button[type="submit"]
{
	border-radius:0;
    background-color: #CD3626;
    border-color: #CD3626;
	font-family:Nord;
	font-size:2rem;
	color:#ffffff !important;
}

.btn-slider-wrap
{
	margin:1.2rem auto 0;
	text-align:center;
}

@media (min-width: 767px)
{
	.btn-slider-wrap
	{
		margin:2.4rem auto 0;
	}
}

.btn-slider,
.btn-ordering
{
	border-radius:0;
    background-color: #CD3626;
    border-color: #CD3626;
	font-family:Nord;
	font-size:1.3rem;
	color:#ffffff !important;
	width:160px;
	text-align:center;
}

.btn-slider
{
	line-height:1.0;
	font-size:inherit;
	padding:5px 24px;
	width:auto;
}

.site-footer a.btn-primary,
.site-footer a.btn-ordering
{
	color:#ffffff !important;
}

.site-footer a.btn-primary:hover
{
    background-color: rgb(205,53,39,0.7);
    color: #fff;
    opacity: 1.0;
}


.gform_footer input[type="submit"]
{
	color: #CD3626 !important;
	border-color: #CD3626;
	font-family:Nord;
	font-size:1.4rem !important;
	line-height:1.1;
	background-color:#ffffff !important;
}

.btn-primary:hover
{
	color:#ffffff;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.4rem 2rem 0.5rem;
    font-size: 2.4rem;
    line-height: 1.0;
    border-radius: 0.0rem;
}

.btn-primary:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .sp-services-section .sp-single-service .sp-service-icon:hover, .button.add_to_cart_button:hover, .wc-proceed-to-checkout .checkout-button.button:hover, .price_slider_amount button[type="submit"]:hover {
    background-color: #000000;
    border-color: #000000;
}

.btn:focus,
.btn:active,
.btn-lg:focus,
.btn-lg:active
{
    background-color: #161616 !important;
	outline:none !important;
	box-shadow: none!important;
}

.list-section
{
	margin-top:32px;
	padding-top:18px;
	text-align:center;
	position:relative;
}

.list-section .skull
{
	max-width:30px;
}

#post-261 /* menu page */
{
	text-align:center;
}

.list-section
{
	text-align:left;
}

.classico
{
	background:#e1f0da;
}

body.bgvegan .classico
{
	background:#ffffff;
}


/*
#list-section-0
{
	text-align:center;
	display:inline-block;
	margin:0 auto;
	border:2px solid #ffffff;
	padding:24px 48px;
}
*/

#list-section-0
{
	margin-top:0;
}

.list-section h3 {
  display: flex;
  flex-direction: row;
}

.list-section h3:before,
.list-section h3:after{
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #ffffff;
  margin: auto;
}

.list-section h3:before {
  margin-right: 10px
}
.list-section h3:after {
  margin-left: 10px
}

.menu-subcat
{
	margin-bottom:28px;
}

.item-wrapper
{
	font-size:1.1rem;
}

.item-title
{
	font-family: 'Nord';
	font-weight:regular;
	font-size: 1.2rem;
}

.item-price,
.price
{
	font-family: 'Nord';
	font-weight:regular;
	color:#79c35c;
	font-size: 1.2rem;
}

.item-description
{
}

.vegan-info
{
	display:none;
}

.blue
{
	color:#16767E;
}

.menu-subnav,
.menu-subnav a
{
	font-family: 'Nord';
	font-weight:regular;
	font-size: 1.1rem;
	color:#16767E;
	line-height:1;
}

.item-title.blue
{
	font-size: 1rem;
	white-space:nowrap;
}

.toggle-btn {
  width: 60px;
  height: 30px;
  margin: 5px;
  display: inline-block;
  position: relative;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center transparent;
  cursor: pointer;
  -webkit-transition: background-color .40s ease-in-out;
  -moz-transition: background-color .40s ease-in-out;
  -o-transition: background-color .40s ease-in-out;
  border:2px solid #221E1F;
  border-radius: 50px;
  transition: background-color .40s ease-in-out;
  cursor: pointer;
}
.toggle-btn.active {
/*
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #7ec403;
*/
background:transparent;

}
.toggle-btn.active .round-btn {
  left: 25px;
}
.toggle-btn .round-btn {
  width: 25px;
  height: 25px;
  background-color: #221E1F;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.slide-h1
{
	color:#000000;
	font-family: 'Nord';
	font-weight:regular;
	font-size:4rem;
	line-height:0.9;
	margin-bottom:0.8rem;
}
.slide-h2
{
	color:#ffffff;
	font-family: 'Nord';
	font-weight:regular;
	font-size:2.2rem;
	line-height:1;
	margin-bottom:1.5rem;
}

.slide-cta a
{
	margin-top:1.5rem;
	padding:0.2rem 1.5rem 0.3rem;
	line-height:1.2rem;
	border-radius:0;
    background-color: #000000;
    border:1px solid #ffffff;
	font-family:Nord;
	font-size:1.5rem;
	color:#ffffff !important;
}
.slide-cta a:hover
{
    background-color: #000000;
    border-color: #ffffff;
	color:#ffffff !important;
}
.slide-img
{
	max-width:60%;
}

.about
{
/*
	background-image: url("/wp-content/uploads/ghetto-bg.jpg");
	background-size: cover;
	color:#ffffff;
*/
	background:#ffffff;
	padding:32px 0 24px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999992;
  cursor: pointer;
}

#overlay-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 18px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align:center;
	border:6px solid #ce3628;
	border-radius:4px;
	background:#FFFFFF;
	color:#000000;
	width:98%;
	padding:40px 1%;
	max-width:360px;
  z-index: 999995;
}

.orderlocs a
{
	text-decoration:none;
	color:#CD3626;
}



/*
Extra styles
*/
.wdi_feed_thumbnail_1 .wdi_feed_container,
.wdi_feed_theme_1 .wdi_feed_wrapper,
.wdi_feed_thumbnail_1 .wdi_load_more, .wdi_feed_thumbnail_1 .wdi_spinner,
.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner
{
    background: transparent !important;
	border:0 !important;
}

.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner
{
	border:5px solid transparent !important;
}

.nord
{
	font-family: 'Nord';
	font-weight:regular;
}

.caption
{
	position:absolute;
	bottom:16px;
	right:11px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 576px) {
	.slide-img
	{
		width:450px;
		max-width:100%;
	}

	.slide-h1
	{
		font-size:3rem;
	}
	.slide-h2
	{
		font-size:1.5rem;
	}

	.card-img-top {
		height: 30vw;
	}

/*
	.slide-content
	{
		font-size:24px;
		line-height:34px;
	}

	.slide-content .larger
	{
		font-size:48px;
		line-height:60px;
		margin:0 auto 1.5rem auto;
	}
*/

}

@media (min-width: 767px) {

	.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
		display: block;
	}

	.logo
	{
		width:140px;
	}

	.site-header
	{
		height:auto;
		min-height:84px;
	}
	.slide-h1
	{
		font-size:4rem;
	}
	.slide-h2
	{
		font-size:2rem;
	}

	.caption
	{
		bottom:44px;
		font-size:18px;
	}

}

@media (min-width: 992px) {
	.navbar {
		font-size:1.05rem;
	}

	.slide-h1
	{
		font-size:5rem;
	}
	.slide-h2
	{
		font-size:2.5rem;
	}

/*
	.slide-content
	{
		font-size:42px;
		line-height:52px;
	}

	.slide-content .larger
	{
		font-size:66px;
		line-height:80px;
		margin:0 auto 1.8rem auto;
	}
*/
}

@media (min-width: 1100px)
{
	.navbar {
		font-size:1.2rem;
	}
}

@media (min-width: 1200px) {
	.container
	{
		max-width:1140px;
	}

/*
	.slide-content
	{
		font-size:64px;
		line-height:74px;
	}

	.slide-content .larger
	{
		font-size:98px;
		line-height:112px;
		margin:0 auto 3rem auto;
	}
*/

}


/*--------------------------------------------------------------
# Media Queries - opposite / desktop first style
--------------------------------------------------------------*/

.bg-viva
{
	background-image: url("/wp-content/uploads/viva-mexico-clean.jpg");
	min-height: 44vw;
	position: relative;
	opacity: 1.0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff;
}

.bg-viva
{
	background-attachment: scroll;
}

.no-touchevents .bg-viva
{
	background-attachment: fixed;
}

