:root {
 /* Site Colors are HSL values */
 --siteColor1: 0, 100%, 28%; /* Orange - #db6211*/
 --siteColor2: 14, 88%, 55%; /* Orange 2 - #f1592a */
 --siteColor3: 200, 13%, 13%; /* Darker Gray - #1d2326 */
 --siteColor4: 0, 0%, 27%; /* Dark Gray - #454545 */
 --siteColor5: 200, 21%, 89%; /* Off White - #dce4e8 */
 --siteColor6: 0, 0%, 64%; /* Lighter Gray - #a3a3a3 */
 --siteFont1: 'Avenir Medium'; /* sans-serif */
 --siteFont2: 'Avenir Next Heavy'; /* cursive */
 --siteFont3: 'Alegreya SC'; /* serif */ 
 --siteFont4: 'PT Sans Narrow'; /* sans-serif */
 --white: 0, 100%, 100%; /* White */
 --gray: 0, 0%, 50%; /* Gray */
 --black: 0, 0%, 0%; /* Black */
}

@font-face {
  font-family: Bradley Hand;
  src: url("/stylesheets/fonts/BRADHI.ttf");
}

.site-color-1, .site-color-1-hover:hover { color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten, .site-color-1-lighten-hover:hover { color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-1-bg, .site-color-1-bg-hover:hover { background-color: hsl(var(--siteColor1)) !important; }
.site-color-1-lighten-bg, .site-color-1-lighten-bg-hover:hover { background-color: hsla(var(--siteColor1), 0.75) !important; }
.site-color-2, .site-color-2-hover:hover { color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten, .site-color-2-lighten-hover:hover { color: hsla(var(--siteColor2), 0.75) !important; }
.site-color-2-bg, .site-color-2-bg-hover:hover { background-color: hsl(var(--siteColor2)) !important; }
.site-color-2-lighten-bg, .site-color-2-lighten-bg-hover:hover { background-color: hsla(var(--siteColor2), 0.75) !important; }
.site-color-3, .site-color-3-hover:hover { color: hsl(var(--siteColor3)) !important; }
.site-color-3-lighten, .site-color-3-lighten-hover:hover { color: hsla(var(--siteColor3), 0.75) !important; }
.site-color-3-bg, .site-color-3-bg-hover:hover { background-color: hsl(var(--siteColor3)) !important; }
.site-color-3-lighten-bg, .site-color-3-lighten-bg-hover:hover { background-color: hsla(var(--siteColor3), 0.75) !important; }
.site-color-4, .site-color-4-hover:hover { color: hsl(var(--siteColor4)) !important; }
.site-color-4-lighten, .site-color-4-lighten-hover:hover { color: hsla(var(--siteColor4), 0.75) !important; }
.site-color-4-bg, .site-color-4-bg-hover:hover { background-color: hsl(var(--siteColor4)) !important; }
.site-color-4-lighten-bg, .site-color-4-lighten-bg-hover:hover { background-color: hsla(var(--siteColor4), 0.75) !important; }
.site-color-5, .site-color-5-hover:hover { color: hsl(var(--siteColor5)) !important; }
.site-color-5-lighten, .site-color-5-lighten-hover:hover { color: hsla(var(--siteColor5), 0.75) !important; }
.site-color-5-bg, .site-color-5-bg-hover:hover { background-color: hsl(var(--siteColor5)) !important; }
.site-color-5-lighten-bg, .site-color-5-lighten-bg-hover:hover { background-color: hsla(var(--siteColor5), 0.75) !important; }
.site-color-6, .site-color-6-hover:hover { color: hsl(var(--siteColor6)) !important; }
.site-color-6-lighten, .site-color-6-lighten-hover:hover { color: hsla(var(--siteColor6), 0.75) !important; }
.site-color-6-bg, .site-color-6-bg-hover:hover { background-color: hsl(var(--siteColor6)) !important; }
.site-color-6-lighten-bg, .site-color-6-lighten-bg-hover:hover { background-color: hsla(var(--siteColor6), 0.75) !important; }
/* Black and White Background */
.white-bg, .white-bg-hover:hover { background-color: hsl(var(--white)) !important; }
.gray-bg, .gray-bg-hover:hover { background-color: hsl(var(--gray)) !important; }
.black-bg, .black-bg-hover:hover { background-color: hsl(var(--black)) !important; }
/* Black and White Text */
.text-white, .text-white-hover:hover { color: hsl(var(--white)) !important; }
.text-gray, .text-gray-hover:hover { color: hsl(var(--gray)) !important; }
.text-black, .text-black-hover:hover { color: hsl(var(--black)) !important; }
/* Text Transformation */
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-cap { text-transform: capitalize !important; }
.text-norm { text-transform: none !important; }
.text-center { text-align: center !important; }

/* BASE SETTINGS */
html { width: 100%; overflow-x: hidden; font-size: 16px; }
body { font: 16px/1.75 var(--siteFont1), sans-serif; color: hsl(var(--siteColor4)); background: url('/images/layout/Main-BG.png') no-repeat; background-position: 0% -150%; object-fit: cover; }
body.mce-content-body { color: hsl(var(--black)); }
.container { width: 100%; max-width: 1400px; }
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 { font-family: var(--siteFont2), cursive; color: hsl(var(--black)); line-height: 1.25; text-transform: uppercase; letter-spacing: 1px; }
.content h1,.content .h1,.content h2,.content .h2,.content h3,.content .h3,.content h4,.content .h4,.content h5,.content .h5,.content h6,.content .h6, .content p { color: hsl(var(--siteColor5)); }
.content.int h1,.content.int .h1,.content.int h2,.content.int .h2,.content.int h3,.content.int .h3,.content.int h4,.content.int .h4,.content.int h5,.content.int .h5,.content.int h6,.content.int .h6, .size-21, .is-info2 { color: hsl(var(--black)); line-height: 1.25; }
.content.int p { color: hsl(var(--black)); }
.content.int h1.title { color: hsl(var(--siteColor1)); letter-spacing: 4px; }
.content:not(.int) h1, .content:not(.int) .h1 { letter-spacing: 4px; }
h1, .h1 { font-size: 46px; }
h2, .h2 { font-size: 38px; }
h3, .h3 { font-size: 32px; }
h4, .h4 { font-size: 28px; font-weight: 700; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 18px; font-weight: 700; text-decoration: underline;}
.title-tagline,
.sub-title { margin: 5px 0; font-family: var(--siteFont3), serif; font-size: 1.25rem; color: hsl(var(--white)); font-weight: 700; line-height: 1.15; text-transform: uppercase; letter-spacing: 2px; }
.content .sub-title a { color: hsl(var(--white)); font-weight: 700; }
.content.int .title-tagline,
.content.int .sub-title { color: hsl(var(--siteColor1)); }
p, .content.int ul { margin-bottom: 1.25rem; }
iframe, img { max-width: 100%; }
a { color: hsl(var(--siteColor1)); transition: all 0.3s; }
a:hover, a:focus { text-decoration: none; color: hsl(var(--siteColor2)); }
li { list-style: none; }
img[align=left] { margin: 0 20px 20px 0; }
img[align=right] { margin: 0 0 20px 20px; }
img[align=left], img[align=right] { max-width: 50%; }
.bootstrap-select, .bootstrap-select button { width: 100% !important; }
.bootstrap-select .dropdown-menu li a { font-family: var(--siteFont1), sans-serif; }
.modal { color: hsl(0,0%,20%); }
.modal-title { color: hsl(0,0%,20%); }
.hidden { display: none !important; }

.btn { display: inline-block; padding: .85rem 1.75rem; border: none; border-radius: 0px; font-family: var(--siteFont2), cursive; font-size: 1rem; color: hsl(var(--white)); line-height: 1; text-transform: uppercase; transition: all 0.3s; }
.btn:hover, .btn:focus, .btn:focus-visible { color: hsl(var(--white)); outline: none; box-shadow: none; border: none; }
.btn-primary { background-color: hsl(var(--siteColor1)); }
.btn-secondary { background-color: hsla(var(--siteColor3), .77); border: 2px solid hsl(var(--white)); }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active { background-color: hsla(var(--siteColor2), .77); border: 2px solid hsl(var(--white)); }
.btn-primary:hover { background-color: hsl(var(--siteColor2)); }
.btn-sm { padding: 10px 25px; font-size: 15px; letter-spacing: 0px; }
/* Button w/Loading Icons */
.btn-loader, button[type=submit] { position: relative; }
.btn-loader .btn-loading-text, button[type=submit] .btn-loading-text { display: none; }
.btn-loader .btn-loading-text .loading-icon, button[type=submit] .btn-loading-text .loading-icon { vertical-align: middle; font-size: 100%; line-height: 1; }
.btn .icon { position: relative; top: -1px; font-size: 75%; }
.is-btn { padding: 15px 30px; background: hsl(var(--siteColor2)); border-radius: 0; outline: 2px solid transparent; font-family: var(--siteFont1), sans-serif; font-size: 16px; color: hsl(var(--white)); line-height: 1; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; transition: all 0.3s; }
.is-btn:hover { background: hsl(var(--siteColor1)); color: hsl(var(--white)); outline-color: hsla(var(--white),75%); }

/* Style Checkboxes with Custom look
  THE LABEL for ATTRIBUTE VALUE MUST MATCH THE INPUT id FOR THIS TO WORK
*/
input[type=checkbox] { display: none; }
input[type=checkbox] + label { cursor: pointer; position: relative; padding-left: 36px; }
input[type=checkbox] + label:before { content: ""; display: block; width: 24px; height: 24px; position: absolute; top: 0; left: 0; background: hsl(var(--white)); border: 1px solid #666; }
input[type=checkbox]:checked + label:before { content: "\f00c"; padding-left: 2px; box-shadow: inset 0 0 6px -2px hsl(var(--black)); font-family: "FontAwesome"; font-size: 24px; color: hsl(var(--siteColor1)); line-height: 0.75; text-align: center; }
input[type=checkbox] + label.select-all:before { width: 18px; height: 18px; font-size: 18px; line-height: 0.85; }
.input-well { display: block; padding: 15px !important; background: hsl(var(--white)); }
.input-well label { display: block; font-size: 12px; color: #666; line-height: 1.25; text-align: left !important; font-weight: 400 !important; }
.input-well input[type=checkbox] + label:before { top: 2px; }

.width-50 { width: 50%; margin: 0 auto; border: none; border-top: 2px solid white; }

/* SITE STYLES */
.wrapper { position: relative; min-height: 100vh; background: url('/images/layout/Main-BG.png') no-repeat; background-position: 0% 25%; object-fit: cover; }

.header { width: 100%; position: relative; top: 0; z-index: 999; padding: 15px 0; font-family: var(--siteFont2), cursive; color: hsl(var(--white)); }
.header .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
/* .header .container > div { flex: 1; } */
.header-logo-wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 100%; width: 350px; height: 225px; position: relative; margin: 0 auto; }
.header-logo-wrap .header-logo { display: block; max-width: 100%; width: 100%; height: 100%; position: relative; background: url("/images/layout/Handyman-Header-Logo.png") no-repeat center center; background-size: contain; text-indent: -99999px; }
.header .header-info { font-family: var(--siteFont3), serif; font-weight: 700; display: flex; }
.header-phone { color: hsl(var(--white)); }
.header-phone:hover { color: hsl(var(--siteColor1)); }
.header-hours { color: hsl(var(--siteColor6)); font-size: .85rem; text-transform: uppercase;  }
.header-info .icon { margin-right: 1rem; font-size: 3rem; }
.header .header-social { display: flex; align-items: center; justify-content: flex-end; }
.header .header-phone-number { padding: 0 8px;  }
.header .header-phone-number .fa { margin-right: 4px; }
.header .header-phone-number:hover { color: hsl(var(--white));}
.header ul.social { height: 32px; text-align: right; }
.header .container > .header-main { flex: 3; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.header-graphic { max-width: 100%; height: auto; }

.header-qs-scroller,
.header-mobileToggle,
.close-nav { display: none; }
.header-nav-bar { position: relative; top: 0; right: 0; left: 0; z-index: 3; font-family: var(--siteFont2), cursive; text-transform: uppercase; }
.navigation ul { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; margin: 0; padding: 0; }
.navigation ul li { display: block; padding: 0; position: relative; }
.navigation ul li a { display: block; position: relative; margin: 0; padding: .75rem 1.25rem; font-size: 1.125rem; color: hsl(var(--white)); line-height: 1.5; }
.navigation ul li a:hover, .navigation ul li a:active, .navigation ul li a:focus { background: none; color: hsl(var(--siteColor1));  text-decoration: none; }
.header .header-nav-bar .navigation ul li.sub i { display: none; }
.header .header-nav-bar .navigation ul li.sub ul { display: none; position: absolute; width: 220px; background: hsl(var(--black)); box-shadow: 0 0 8px -4px #333; border-radius: 2px; color: hsl(var(--white)); transition: all,ease-in-out .2s; z-index: 1; }
.header .header-nav-bar .navigation ul li.sub ul a { padding: 1rem 1.25rem; border-bottom: 1px solid hsla(var(--white), 0.25); }
.header .header-nav-bar .navigation ul li.sub ul li:last-child a { border-bottom: 0px; }
.header .header-nav-bar .navigation ul li.sub:hover ul { display: block; }
.header .oifc-logo {position: absolute;bottom: -15vw;right: -30px;z-index: 1;	width: 30%; min-width: 135px;}

/* SPLIT NAV STYLES
.header-nav-bar .nav-wrap { display: grid; grid-template-columns: 1fr auto 1fr; }
.header-nav-bar .nav-group { display: flex; align-items: center; margin: 0; padding: 0; position: relative; z-index: 2; text-align: right; }
.header-nav-bar .nav-group.left-nav { justify-content: flex-end; padding-right: 20px; }
.header-nav-bar .nav-group.right-nav { justify-content: flex-start; padding-left: 20px; }
.header-nav-bar .nav-group .nav-item-wrap { list-style: none; display: inline-block; position: relative; line-height: 1; }
.header-nav-bar .nav-group .nav-item-wrap > a { display: block; margin-top: 0; padding: 15px; font-size: 16px; color: hsl(var(--black)); line-height: 1; font-weight: 600; text-align: center; text-transform: uppercase; }
.header-nav-bar .nav-group .nav-item-wrap > a:hover, .header-nav-bar ul li a:active, .header-nav-bar ul li a:focus, .header-nav-bar ul li:hover > a { background: none; color: hsl(var(--siteColor1)); text-decoration: none; }
.header-nav-bar .nav-group .nav-item-wrap > a[href="javascript:;"] {cursor: default;}
.header-nav-bar .nav-group .nav-item-wrap > a[href="javascript:;"]:hover {color: var(--siteColor1) !important;}
.header-nav-bar .nav-group .nav-item-wrap.active > a { color: hsl(var(--siteColor1)) !important; }
.header-nav-bar .nav-group .nav-item-wrap i { display: none; }
.header-nav-bar .nav-group .nav-item-wrap:hover > ul { opacity: 1; visibility: visible; top: 100%; }
.header-nav-bar .nav-group ul { min-width: 160px; opacity: 0; visibility: hidden; margin: 0; padding: 5px 0; position: absolute; top: 80%; left: 50%; transform: translate(-50%, 0); background: hsl(var(--white)); border-radius: 2px; box-shadow: 0 2px 4px -2px #333; line-height: normal; text-align: left; transition: all, ease-in-out 0.2s; }
.header-nav-bar .nav-group ul:after { content: ""; width: 0; height: 0; position: absolute; top: -10px; right: 0; left: 0; margin: auto; border-width: 0 10px 10px 10px; border-color: transparent transparent hsl(var(--white))FFF transparent; border-style: solid; }
.header-nav-bar .nav-group ul li { display: block; padding: 0; position: relative; }
.header-nav-bar .nav-group ul li.sub:after { content: "\f054"; display: block; position: absolute; top: 0; right: 0; padding: 7px 10px; font-family: 'FontAwesome'; font-size: 12px; }
.header-nav-bar .nav-group ul li.sub > a { padding: 3px 30px 3px 20px; }
.header-nav-bar .nav-group ul li a { display: block; margin: 0; padding: 5px 15px; font-size: 16px; color: hsl(var(--siteColor1)); line-height: 1.5; font-weight: 600; text-transform: uppercase; white-space: nowrap; }
.header-nav-bar .nav-group ul li a:hover, .header-nav-bar .nav-group ul li a:active, .header-nav-bar .nav-group ul li a:focus { background: #eee; text-decoration: none; }
.header-nav-bar .nav-group ul ul { opacity: 0; visibility: hidden; top: 0; left: 100%; transform: none; }
.header-nav-bar .nav-group ul li:hover ul { opacity: 1; visibility: visible; }
.header-nav-bar .nav-group.left-nav .nav-item-wrap:first-child ul { left: 0; right: auto; transform: none; }
.header-nav-bar .nav-group.left-nav .nav-item-wrap:first-child ul:after { content: ""; width: 0; height: 0; position: absolute; top: -10px; right: auto; left: 25px; }
.header-nav-bar .nav-group.left-nav .nav-item-wrap:first-child ul ul { left: 100%; right: auto; transform: none; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul { right: 0; left: auto; transform: none; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul:after { content: ""; width: 0; height: 0; position: absolute; top: -10px; right: 25px; left: auto; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul li.sub:after { content: "\f053"; right: auto; left: 0; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul li > a { padding: 3px 20px 3px 30px; }
.header-nav-bar .nav-group.right-nav .nav-item-wrap:last-child ul ul { right: 100%; left: auto; transform: none; }
*/

.banner { width: 100%; position: relative; z-index: 1; }
.banner-info { width: 100%; max-width: 1400px; padding: 0 15px; position: absolute; top: 45%; right: 0; left: 0; z-index: 4; transform: translate(0, -30%); margin: auto; text-align: center; }
.banner-text { display: flex; flex-direction: column; margin-bottom: 2rem; font-family: var(--siteFont2), cursive; font-size: 4rem; color: hsl(var(--white)); line-height: 1; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; text-shadow: 0px 2px 41.86px rgba(0, 0, 0, 0.91); }
.banner-text small { margin-top: 1rem; font-size: 1.4rem; letter-spacing: 4px; font-style: italic; }
.banner .banner-image { position: relative; padding-bottom: 42%; }
.banner .banner-image:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; inset: 0; z-index: 2; background: hsla(var(--gray),10%); }
.banner .banner-image > div { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background-size: cover !important; background-position: center center !important; }
.banner .banner-image.int { padding-bottom: 0; height: 250px; }

.content { position: relative; line-height: 1.75; font-style: inherit; }
.content.int { padding: 3rem 0; font-family: var(--siteFont1), sans-serif; font-size: 1rem; color: hsl(var(--black)); line-height: 1.75; text-align: left; }
.content ul li { list-style: disc; }
.content ol li { list-style: decimal; }
.content form { padding: 15px 0; background: hsl(var(--white)); border: 1px solid #ddd; }
.form-control:focus { box-shadow: 0 0 0 0.2rem rgb(219 98 17 / 25%); border-color: hsl(var(--siteColor2)); }
.content .btn-wrap { display: flex; flex-wrap: wrap; }
.content .btn-wrap .btn { margin-bottom: 5px; margin-right: 5px; }

.callouts-wrap { margin-top: 1rem; }
.callout { text-align: center; }
.callout-img-wrap { margin-bottom: 1.25rem;}
.callout-img { width: 100%; height: auto; max-height: 350px; object-fit: cover; transition: all 0.3s; }
.callout-img-wrap:hover .callout-img { opacity: .75; }
.callout-title { color: hsl(var(--siteColor5)); }
.callout-desc, .callout-desc a { font-family: var(--siteFont3), serif; font-size: .9rem; color: hsl(var(--siteColor5)); font-weight: 700; text-transform: uppercase;}
.callout-desc a:hover { color: hsl(var(--siteColor1)); }
.callout-link { width: 100%;  background-color: hsl(var(--siteColor1)); display: inline-block; padding: 0; margin: 0; }
.callouts.int { margin-left: 2rem; }
.callouts.int .col-12:not(:last-child) .callout { margin-bottom: 2rem; }
.callouts.int .callout-desc, .callouts.int .callout-desc a { color: hsl(var(--siteColor1)); }
.callouts.int .callout-desc a:hover { color: hsl(var(--siteColor2)); }
.callouts-wide .callouts.int { margin-left: 0px; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid hsl(var(--black)); }

.welcome { padding: 0; color: hsl(var(--siteColor5)); }
.welcome h1 { color: hsl(var(--white)); }

.order-now { padding: 4rem 0; color: hsl(var(--white)); }
.order-now img { max-width: 300px; width: 100%; height: auto; object-fit: cover; }
.order-now .h2, .order-now .sub-title { color: hsl(var(--white)); }

.gallery-wrap { padding: 3rem 0; color: hsl(var(--white)); }
.gallery-inner {  display: flex; flex-wrap: wrap; }
.gallery-inner .item { width: calc(100% / 4); padding: 1rem; }
.gallery-inner .gallery-image { width: 100%; height: 300px; object-fit: cover; }

.events-map-wrap .events-wrap { min-height: 300px; background: url("/images/layout/events-bg.jpg") no-repeat center center; background-size: cover; }
.events-map-wrap .map-wrap { min-height: 300px; background: url("/images/layout/map.jpg") no-repeat center center; background-size: cover; }
.events-map-wrap .events-inner { padding: 3rem; }
.events-map-wrap .events-inner img { max-width: 100%; width: 70px; height:auto; object-fit: cover; }
.events-map-wrap .events-inner .sub-title { font-size: .9rem; font-weight: 500; }
.events-map-wrap .events-inner .event-details { margin-bottom: 1.5rem; font-family: var(--siteFont4), sans-serif; font-size: .9rem; color: hsl(var(--white)); font-weight: 400; text-transform: uppercase; letter-spacing: 3px; }
.events-map-wrap .events-inner .event:last-child .event-details { margin-bottom: 0px; }

.event-calendar form.select-month, .event-calendar form.select-year { background-color: hsl(var(--siteColor1)); padding: 0px; border: 0px; }
.event-calendar td.hdnvc:hover { background-color: hsla(var(--siteColor1), 0.15); }

.cms-events-option-1 { margin: 25px 0; }
.cms-events-option-1 ul { margin: 0; padding: 0; }
.cms-events-option-1 ul li { list-style: none; margin: 0 0 25px; }
.cms-events-option-1 ul li:last-child { border: none; }
.cms-events-option-1 .media-img-link { width: 200px; display: block; position: relative; margin-bottom: 10px; border-radius: 5px; }
.cms-events-option-1 .media-img-link.no-photo { min-height: 150px; }
.cms-events-option-1 .media-img-link.no-photo:hover .date { background: rgba(0,0,0,0.8); }
.cms-events-option-1 .media-img-link:hover .date { background: rgba(0,0,0,0.0); }
.cms-events-option-1 .media-img-link .event-img-wrap { width: 200px; position: relative; z-index: 1; padding-bottom: 60%; border-radius: 5px; }
.cms-events-option-1 .media-img-link .event-img-wrap > div { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.cms-events-option-1 .date { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: rgba(0,0,0,0.4); transition: all .25s ease-in-out; border-radius: 5px; font-size: 18px; color: hsl(var(--white)); line-height: normal; text-align: center; }
.cms-events-option-1 .date .date-wrap { display: flex; border-radius: 5px; text-align: center; }
.cms-events-option-1 .date em { font-size: 30px; display: block; font-style: normal; }
.cms-events-option-1 .start-date, .cms-events-option-1 .end-date { display: inline-block; }
.cms-events-option-1 .end-date b { position: relative; top: 17px; left: -6px; }
.cms-events-option-1 .end-date { padding-left: 10px; text-align: right; }
.cms-events-option-1 .media-body { width: 100%; padding-left: 10px; }
.cms-events-option-1 .event-info { font-size: 16px; padding: 3px 0; margin: 0 0 10px; border-top: 1px rgba(0,0,0,0.1) solid; border-bottom: 1px rgba(0,0,0,0.1) solid; }

.cms-faqs-option-1 { margin: 25px 0; }
.cms-faqs-option-1 .card > .card-header { padding: 0; }
.cms-faqs-option-1 .card > .card-header > p { margin: 0; }
.cms-faqs-option-1 .card-title > button { display: block; width: 100%; padding: 10px 40px 10px 10px; border: none; outline: none; font-size: 20px; text-align: left; }
.cms-faqs-option-1 .card-title > button:hover, .cms-faqs-option-1 .card-title > button:active, .cms-faqs-option-1 .card-title > button:focus { text-decoration: none; background: #eee; }
.cms-faqs-option-1 .card-title > button .fa { border-right: 1px rgba(0,0,0,0.2) solid; padding: 0 13px 0 5px; margin: 0 10px 0 0; }
.cms-faqs-option-1 .card-body p:last-child { margin: 0; }

/* Menu Layout */
.menu-layout .menu-navigation { padding: 0; }
.menu-layout .menu-navigation-list, .menu-layout .menu-navigation-item { list-style-type: none; margin: 0; padding: 0; }
.menu-layout .menu-navigation-list { display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; text-align: center; }
.menu-layout .menu-navigation-item { padding: 0 1rem; }
.menu-layout .menu-navigation-item:last-child { border-right: 0px solid hsl(var(--black)); }
.menu-layout .menu-navigation-link { padding: 0.5rem 0; border-bottom: 2px solid transparent; font-family: var(--siteFont3), serif; font-size: 1.25rem; color: hsl(var(--black)); text-transform: uppercase; transition: all ease-in-out 0.4s; text-align: center; }
.menu-layout .menu-navigation-link:hover { border-bottom: 2px solid hsl(var(--siteColor1)); }
.menu-layout .menu-section-wrap .container { max-width: 1250px; }
.menu-layout .menu-section-wrap .menu-section-banner { position: relative; }
.menu-layout .menu-section-wrap .menu-img { position: relative; width: 100%; height: auto; min-height: 11.25rem; max-height: 500px; object-fit: cover; }
.menu-layout .menu-section-wrap .menu-tagline { width: 100%; max-width: 1250px; padding: 0 15px; margin-left: auto; margin-right: auto; position: absolute; bottom: 1.5rem; right: 0px; left: 0px; font-family: var(--siteFont3), serif; font-size: 1.25rem; color: hsl(var(--white)); text-transform: uppercase; letter-spacing: 0.0625rem; text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%); line-height: 1.5;  }
.menu-layout .menu-section-wrap .menu-section { padding: 3rem 0 2.5rem; }
.menu-layout .menu-section-wrap .menu-section .row { margin-left: -20px; margin-right: -20px; }
.menu-layout .menu-section-wrap .menu-section .col-12 { padding-left: 20px; padding-right: 20px; }
.menu-layout .menu-section-wrap .menu-section .bbq-wrap .row { margin-left: -15px; margin-right: -15px; }
.menu-layout .menu-section-header { margin-bottom: 1.75rem; }
.menu-layout .menu-section-title { margin-bottom: 0rem; }
.menu-layout .menu-section-desc { margin-top: 1rem; font-size: 0.9375rem; line-height: 1.7; }
.menu-layout .menu-section-subtitle { margin-top: 0.5rem; margin-bottom: 1.25rem; font-family: var(--siteFont4), sans-serif; }
.menu-layout .menu-item { margin-bottom: 1.25rem; }
.menu-layout .menu-item.chefs-choice { padding: 1rem 1rem 1.125rem;
  background: -moz-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -moz-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -moz-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -moz-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #f5f0db 15px);
  background: -o-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -o-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -o-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -o-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #f5f0db 15px);
  background: -webkit-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -webkit-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -webkit-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #f5f0db 15px), -webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #f5f0db 15px);
  background-position: bottom left, bottom right, top right, top left; -moz-background-size: 50% 50%; -webkit-background-size: 50% 50%; background-size: 50% 50%; background-repeat: no-repeat;
}
.menu-layout .menu-item.menu-highlight { padding: 0.875rem 0.875rem 1rem; border: 2px solid hsl(var(--black)); }
.menu-layout .menu-item-title-wrap { margin-bottom: 0.25rem; font-family: var(--siteFont3), serif; display: flex; justify-content: space-between; }
.menu-layout .menu-item-title, .menu-layout .menu-item.menu-highlight span.menu-item-title-inline { font-family: var(--siteFont3), serif; font-size: 1.25rem; font-weight: 400; text-transform: uppercase; }
.menu-layout .menu-item-desc p { margin-bottom: 0px; font-size: 0.9375rem; line-height: 1.7; }
.menu-layout .bbq-wrap .menu-item.menu-highlight { padding-bottom: 8px; }
.menu-layout .bbq-sauce { margin-bottom: 16px; display: flex; align-items: center; }
.menu-layout .bbq-icon { margin-right: 8px; box-shadow: 0 1px 2px 1px rgb(0 0 0 / 15%); border-radius: 50%;  }
@media (min-width: 768px) {
  .menu-layout .menu-section-wrap .menu-section { padding: 5rem 0 4.5rem; }
  .menu-layout .menu-navigation { padding: 2rem 0 1rem; }
  .menu-layout .menu-navigation-list { flex-direction: row; }
  .menu-layout .menu-navigation-item { border-right: 1px solid hsl(var(--black)); }
  .menu-layout .menu-navigation-link { font-size: 1.5rem;  }
  .menu-layout .menu-section-wrap .menu-tagline { font-size: 1.875rem; bottom: 3.125rem; }
  .menu-layout .menu-section-header { margin-bottom: 2.25rem; }
  .menu-layout .menu-section-desc { max-width: 50%; }
  .menu-layout .menu-section-subtitle { margin-bottom: 1.5rem;  }
  .menu-layout .menu-item { margin-bottom: 1.5rem; }
  .bbq-wrap, .pepsi-logo { margin-top: 1rem; }
}

.footer { position: relative; padding: 3rem 0; background: hsl(var(--siteColor1)); box-shadow: 0 -5px 6px -5px hsla(var(--black),50%); font-size: 1rem; color: hsl(var(--siteColor6)); line-height: 1.25; }
.footer-logo-wrap { display: block; max-width: 100%; width: 350px; height: 90px; margin: 0 auto 20px; }
.footer-logo-wrap .footer-logo { display: block; width: 100%; height: 100%; position: relative; background: url("/images/layout/smoked-logo.png") no-repeat center center; background-size: contain !important; text-indent: -99999px; }
.footer .navigation ul li a { font-family: var(--siteFont2), cursive; font-size: 1rem; color: hsl(var(--white)); text-transform: uppercase; }
.footer .navigation ul li a:hover, .footer a:hover { color: hsl(var(--siteColor1)); }
.footer .navigation ul ul, .footer .navigation ul li i { display: none; }
.footer-contact-info { margin-top: 0.5rem; font-family: var(--siteFont3), serif; font-size: .9rem; font-weight: 700; color: hsl(var(--siteColor6)); text-align: center; letter-spacing: 1px; }
.footer-contact-info address { display: inline; }
.footer-contact-info a, .footer a { color: hsl(var(--siteColor6)); }
.footer-contact-info a.footer-email { text-decoration: underline;}
.baseline { margin-top: 0; font-family: var(--siteFont1), sans-serif; font-size: .8rem; line-height: 1.5; font-weight: 400; text-align: center; text-transform: capitalize; color: hsl(var(--white)); }

.social { margin: 0; padding: 0; }
.social-item { list-style: none; display: inline-block; padding: 0 5px; }
.social-item a { cursor: pointer; display: block; width: 2rem; height: 2rem; position: relative; background: hsl(var(--siteColor2)); border-radius: 50vw; font-size: 1.25rem; text-decoration: none; }
.social-item a .fa { font: normal normal normal 14px/1 FontAwesome; font-size: inherit; color: hsl(var(--black)); display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.social-item a:hover .fa { color: hsl(var(--white)); }
/* .social-link-facebookURL { background: hsl(221, 44%, 41%); } */
.social-link-facebookURL:hover { background: hsl(221, 44%, 61%); }
/* .social-link-twitterURL { background: hsl(196, 100%, 46%); } */
.social-link-twitterURL:hover { background: hsl(196, 100%, 66%); }
/* .social-link-pinterestURL { background: hsl(358, 73%, 46%); } */
.social-link-pinterestURL:hover { background: hsl(358, 73%, 66%); }
/* .social-link-youtubeURL { background: hsl(0, 100%, 37%); } */
.social-link-youtubeURL:hover { background: hsl(0, 100%, 57%); }
/* .social-link-linkedinURL { background: hsl(201, 100%, 35%); } */
.social-link-linkedinURL:hover { background: hsl(201, 100%, 55%); }
/* .social-link-instagramURL { background: hsl(230, 77%, 58%); } */
.social-link-instagramURL:hover { background: hsl(230, 77%, 78%); }
/* .social-link-yelpURL { background: hsl(0, 93%, 35%); } */
.social-link-yelpURL:hover { background: hsl(0, 93%, 55%); }
/* .social-link-blogURL { background: hsl(31, 100%, 48%); } */
.social-link-blogURL:hover { background: hsl(31, 100%, 68%); }
/* .social-link-flickrURL { background: hsl(213, 100%, 43%); } */
.social-link-flickrURL:hover { background: hsl(213, 100%, 63%); }
.social-link-text { display: none; }

/* Owl Gallery */
.owl-gallery-loader-container { width: 101%; text-align: center; background: #f8f8f8; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.owl-gallery-loader-tube-tunnel { width: 49px; height: 49px; margin: 0 auto; border: 4px solid; border-radius: 50%; border-color: rgba(0,0,0,0.5); animation: owl-gallery-loader-scale 1035ms infinite linear; position: absolute; top: 45%; left: 49%; transform: translate(-50%,-50%); }
@keyframes owl-gallery-loader-scale { 0% { transform: scale(0); transform: scale(0); } 90% { transform: scale(0.7); transform: scale(0.7); } 100% { transform: scale(1); transform: scale(1); } }
.owl-gallery-wrap { position: relative; z-index: 1; overflow: hidden; background: #333; /* padding-bottom: 10px; */ }
.owl-gallery { position: relative; z-index: 1; }
.owl-gallery .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; position: relative; z-index: 2; }
.owl-gallery .item:before { content: ""; display: block; width: 49px; height: 49px; margin: 0 auto; border: 4px solid; border-radius: 50%; border-color: rgba(255,255,255,0.5); animation: owl-gallery-loader-scale 1035ms infinite linear; position: absolute; z-index: 1; top: calc(50% - calc(49px / 2)); left: calc(50% - calc(49px / 2)); transform: translate(-50%,-50%); }
.owl-gallery .item img.owl-lazy { padding: 0; }
.owl-gallery-thumbs { max-height: 80px; padding: 0 10px; position: relative; z-index: 1; }
.owl-gallery-thumbs .item { cursor: pointer; opacity: 0.5; }
.owl-gallery-thumbs .item:hover { opacity: 1; }
.owl-gallery-thumbs .item .owl-lazy { display: block; border-radius: 0; padding-bottom: 60%; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; }
.owl-gallery-thumbs .current .item { opacity: 1; }
.owl-theme .owl-.navigation [class*=owl-] { margin: 0 !important; }
.owl-theme .owl-.navigation [class*=owl-], .owl-gallery-thumbs .item { transition: all, ease-in-out 0.3s; }
.owl-theme .owl-.navigation [class*=owl-].disabled:hover { background-color: rgba(0,0,0,0.5); }
.owl-gallery.owl-theme { position: relative; }
.owl-gallery .owl-.navigation .owl-prev, .owl-gallery .owl-.navigation .owl-next, .owl-gallery-thumbs .owl-.navigation .owl-prev, .owl-gallery-thumbs .owl-.navigation .owl-next { font-size: 30px !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: rgba(0,0,0,0.75) !important; border: none; border-radius: 0 5px 5px 0 !important; width: 60px; height: 60px; padding: 0 !important; position: absolute; top: 50%; transform: translate(0,-50%); animation: fadein 1.5s; }
.owl-gallery .owl-.navigation .owl-prev:hover, .owl-gallery .owl-.navigation .owl-next:hover, .owl-gallery-thumbs .owl-.navigation .owl-prev:hover, .owl-gallery-thumbs .owl-.navigation .owl-next:hover { opacity: 1; background: rgba(0,0,0,0.75) !important; }
.owl-gallery .owl-.navigation .owl-prev, .owl-gallery-thumbs .owl-.navigation .owl-prev { left: 0; opacity: 0.75; }
.owl-gallery .owl-.navigation .owl-next, .owl-gallery-thumbs .owl-.navigation .owl-next { right: 0; opacity: 0.75; border-radius: 5px 0 0 5px !important; }
.owl-gallery .owl-.navigation .owl-prev:before, .owl-gallery .owl-.navigation .owl-next:before, .owl-gallery-thumbs .owl-.navigation .owl-prev:before, .owl-gallery-thumbs .owl-.navigation .owl-next:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: "FontAwesome"; color: hsl(var(--white)); }
.owl-gallery .owl-.navigation .owl-prev:before, .owl-gallery-thumbs .owl-.navigation .owl-prev:before { content: "\f053"; left: 46%; }
.owl-gallery .owl-.navigation .owl-next:before, .owl-gallery-thumbs .owl-.navigation .owl-next:before { content: "\f054"; left: 56%; }
.owl-gallery-thumbs .owl-.navigation .owl-prev, .owl-gallery-thumbs .owl-.navigation .owl-next { font-size: 20px !important; width: 40px !important; height: 40px !important; top: 50%; }
.owl-gallery .owl-.navigation .owl-prev span, .owl-gallery .owl-.navigation .owl-next span, .owl-gallery-thumbs .owl-.navigation .owl-prev span, .owl-gallery-thumbs .owl-.navigation .owl-next span { display: none; }
.owl-gallery .owl-dots { counter-reset: slides-num; position: absolute; z-index: 2; top: 0; left: 0; color: hsl(var(--white)); background: rgba(0,0,0,0.5); padding: 7px 16px; font-size: 16px; border-radius: 0 0 4px 0; }
.owl-gallery .owl-dots:after { content: counter(slides-num); }
.owl-gallery .owl-dot { display: inline-block; counter-increment: slides-num; padding: 0; background: none; border: none; }
.owl-gallery .owl-dot button, .owl-gallery .owl-dot span { display: none !important; }
.owl-gallery .owl-dot.active:before { content: "Slide " counter(slides-num) " of"; margin-right: 5px; }
.owl-gallery .owl-caption { position: absolute; z-index: 2; bottom: 0; left: 0; padding: 5px 10px; display: block; background: rgba(0,0,0,0.5); border-radius: 0 4px 0 0; color: hsl(var(--white)); }
@media (max-width: 768px) {
  .owl-gallery .owl-dots { top: 20px; }
}

@media (max-width: 1600px) {
  .header .oifc-logo{bottom:-12vw;}
}
@media (max-width: 1200px) {
  body { padding-top: 50px; overflow-x: hidden; }
  html.nav-open, body.nav-open { overflow: hidden !important; }
	.wrapper { position: relative; right: 0%; transition: right 500ms; transition-delay: 350ms; }
  .header { position: relative; }
  .header-qs-scroller { display: block; width: 60px; height: 50px; position: fixed; top: 0; right: 0; z-index: 999999; text-align: right; }
  .header-qs-scroller:hover, .header-mobileToggle:active, .header-mobileToggle:focus { color: hsl(var(--white)); }
  .header-qs-scroller span { display: block; width: 100%; height: 100%; color: hsl(var(--white)); line-height: normal; font-size: 32px; }
  .header-qs-scroller span .fa { position: relative; top: 2px; right: 12px; }
  .header-mobileToggle { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 99999; box-shadow: 0 0 5px -2px hsla(var(--black),50%); text-align: left; }
  .header-mobileToggle:hover, .header-mobileToggle:active, .header-mobileToggle:focus { color: hsl(var(--white)); }
  .header-mobileToggle span { background: hsl(var(--siteColor1)); display: block; color: hsl(var(--white)); line-height: normal; font-size: 32px; height: 50px; }
  .header-mobileToggle span .fa { position: relative; top: 2px; left: 12px; }
  .header-nav-bar { margin: 0; padding: 0; z-index: 99999; }
  .header-nav-bar .container { width: auto; padding: 0; margin: 0; }
  .header-nav-bar .navigation {width: 100%; display: block; position: fixed; top: 50px; bottom: 0; z-index: 9999; background: hsl(var(--white)); text-align: left; margin: 0; transform: translate(-100%,0); transition: transform 0.35s; }
  .header-nav-bar .navigation.open { transform: translate(0,0); left: 0; }
  .header-nav-bar .navigation > ul { flex-direction: column; }
  .header-nav-bar ul li { width: 100%; display: block; border-top: 1px rgba(0,0,0,0.15) solid; }
  .header-nav-bar ul li a { padding: 15px; color: hsl(var(--black)); font-size: 1rem; }
  .header-nav-bar > .container > ul > li.sub { padding-right: 0; }
  .header-nav-bar > .container > ul > li.sub > a { padding-right: 60px; }
  .header-nav-bar ul li i {display: block; height: 54px; padding: 1rem; position: absolute; top: 0; right: 0; background: hsl(var(--siteColor1)) !important; color: hsl(var(--white)); }
  .header-nav-bar ul ul { display: none; visibility: visible; opacity: 1; position: relative; top: auto; left: auto; right: auto; width: 100%; box-shadow: none; transition: none; transform: translate(0, 0); }
  .header-nav-bar ul ul li a { padding: 15px 30px; }
  .callouts .container,
  .callouts-wide .callouts .container { width: 100%; }
}
@media (max-width: 1199px) {
  .order-now { text-align: center; }
  .order-now .col-12 { margin-bottom: 1.25rem; }
  .banner-text { font-size: 3rem; }
  .banner-text small { font-size: 1rem; }
}
@media (max-width: 991px) {
  .header .container { justify-content: center; }
  /* .header .container > .header-info { flex: 0; } */
  .header .container > .header-main { flex: 1; }
  .header-graphic { width: 150px; position: absolute; left: 15px; top: 50%; transform: translate(0, -50%); }
  .container { width: 100%; }
  .header-logo-wrap { width: 250px; height: 300px; }
  .header .header-social ul.social { display: none; }
  .banner-info { top: 50%; transform: translate(0, -50%); }
  .banner-text { font-size: 2.5rem; } 
  .banner-text small { letter-spacing: 2px; }
  .callouts.int { margin-left: 0px; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid hsl(var(--black));  }
  .callouts.int .col-12:not(:last-child) .callout { margin-bottom: 0rem; }
  .footer-logo-wrap { width: 250px; height: 64px; }
}
@media (max-width: 767px) {
  h1, .h1 { font-size: 36px; }
  h2, .h2 { font-size: 32px; }
  h3, .h3 { font-size: 28px; }
  h4, .h4 { font-size: 24px; }
  h5, .h5 { font-size: 21px; }
  h6, .h6 { font-size: 18px; }
  .banner .banner-image { height: 350px; padding: 0; }
  .banner .banner-image.int { height: 180px; }
  .banner-text { font-size: 2.25rem; line-height: 1.2;  } 
  .banner-text small { letter-spacing: 1px; line-height: 1.3; }
  .footer-contact-info { flex-direction: column; }
  .events-info-grid [class^=col] { margin-bottom: 10px; }
  .callouts-wrap .callouts .col-12:not(:last-child) .callout, .callouts.int .col-12:not(:last-child) .callout { margin-bottom: 2rem; }
  .order-now { padding: 3rem 0; }
  .gallery-inner .item { width: calc(100% / 2); }
  .gallery-inner .gallery-image { height: 250px; }
  .events-map-wrap .events-inner { padding: 3rem 15px; }
}
@media (max-width: 700px) {
  .header-graphic { width: 125px; }
}
@media (max-width: 568px) {
  img[align=left], img[align=right] { display: block; width: 100%; max-width: 100%; float: none; margin: 0 0 20px; }
  .header-nav-bar .container { padding: 0 15px; }
  .footer { text-align: center; }
}
@media (max-width: 575px) {
  .footer .navigation ul, .header .container { flex-direction: column; }
  .header .header-info { order: 2; margin-right: auto; }
  .header-graphic { width: 100px; position: relative; left: auto; top: auto; transform: translate(0,0); }
  /* .header .header-info { margin: 0 auto; width: auto; order: 2; } */
  .banner-text small { font-size: .9rem; letter-spacing: 2px; }
  .header .oifc-logo{bottom:0;right:0;}
}
@media (max-width: 480px) {
  .event-info { text-align: center; }
  .event-info .event-time,
  .event-info .event-location { display: block; margin: 0; }
  .cms-events-option-1 .media { display: block; }
  .cms-events-option-1 .media-left { display: block; }
  .cms-events-option-1 .media-img-link { width: 100%; margin: 0 0 20px; }
  .cms-events-option-1 .media-img-link .event-img-wrap { width: 100%; }
  .cms-events-option-1 .media-body { padding: 0; }
  .gallery-inner .item { width: 100%; padding: 1rem 0; }
}
@media (max-width: 414px) {
}

/* To Do List Section */
.toDoList { width: 60%; margin: 0 auto; text-align: center; }
.toDoList .title { font-family: Bradley Hand; font-size :2.25rem; text-transform: capitalize; }

/* Services Provided */

.services-provided { width: 60%; margin: 0 auto; text-align: center; }

/*  Closing Div */

.closing-div {  width: 60%; margin: 0 auto; text-align: center; }

@media (max-width: 1024px) {
  .toDoList, .services-provided, .closing-div { width: 90%;}
}

@media (max-width: 450px) {
  .wrapper { position: relative; min-height: 100vh; background: url('/images/layout/Main-BG.png') no-repeat; background-position: 0% 50%; object-fit: cover; }
}