/*
Theme Name: Modern Flames
Theme URI:
Author: Fyresite
Author URI: fyresite.com
Template: fyrestarter
Description: Custom Wordpress Theme for Modern Flames
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Tags:
Text Domain: fyrestarter
*/


/* MAIN */

#wpadminbar {
    position: fixed !important;
}
#body-contents {
    overflow: hidden;
}
body {
    background-color: #0E0E0E;
}

/* SECTION */

@media(min-width: 992px) {
    section {
        padding: 100px 0;
        overflow: hidden;
    }
}
@media(max-width: 991px) {
    section {
        padding: 60px 0;
    }
}

/* SECTION HEADER */

.section-header {
    padding-bottom: 45px;
    text-align: center;
}
.section-header h2 {
    margin-bottom: 0 !important;
}
.section-header p {
    margin-top: 20px !important;
	margin-bottom: 0;
}

@media(min-width: 768px) {
    .section-header p {
        font-size: 20px;
    }
}
@media(min-width: 767px) {
    .section-header p {
        font-size: 18px;
    }
}

/* HELPERS */

.row-reverse {
	flex-direction: row-reverse;
}
.middle-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btm-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
main img {
  width: auto !important;
}
.cover-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.overlay-container {
    z-index: 1;
    position: relative;
}
.unstyled-list {
    list-style: none;
}
.visible {
    visibility: visible !important;
}
.pointer-none {
    pointer-events: none;
}
.rec-ratio-img {
	padding-top: 63%;
}
.square-ratio-img {
	padding-top: 100%;	
}
.ylw-border,
.ember-border {
    border: 1px solid #F5B00C;
}
.video-iframe {
  position: relative;
  padding-top: 61%;
}
.video-iframe > iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.z-1 {
	z-index: 1 !important;
}
.z-2 {
	z-index: 2 !important;
}
.z-3 {
	z-index: 3 !important;
}
.ylw-shine {
	position: relative;
}
.ylw-shine::after {
  content: '';
  position: absolute;
  width: calc(100% - 25%);
  height: 25%;
  background: #C88F21;
  filter: blur(62.9792px);
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  z-index: -1;
}

/* BACKGROUND COLORS */

.wht-bg {
    background-color: var(--wht-color);
}
.drk-blk-bg,
.blk-blk-bg {
    background-color: var(--blk-color);
}
.ylw-bg {
	background-color: var(--ylw-color);
}
.red-bg {
	background-color: var(--red-color);
}
.blk-bg {
    background-color: #151515;
}
.charcol-bg {
    background-color: #1C1C1C;
}
.drk-gry-bg {
    background-color: #202020;
}
.body-bg {
    background-color: #0E0E0E;
}

/* CONTAINERS */

.container.w-100 {
    max-width: unset !important;
}
#fyre .container {
    padding-left: 30px;
    padding-right: 30px;
} 
#fyre .row {
    margin-left: -15px;
    margin-right: -15px;
}
#fyre .row > * {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
#fyre .row.slim-row {
    margin-left: -5px;
    margin-right: -5px;  
}
#fyre .row.slim-row > * {
    padding-left: 5px;
    padding-right: 5px;
}
#fyre .row.wide-row {
    margin-left: -30px;
    margin-right: -30px;
}
#fyre .row.wide-row > * {
    padding-left: 30px;
    padding-right: 30px;
}
.container {
	position: relative;
	z-index: 1;
}
@media (min-width: 1200px) {
    #navigation .container,
    #top-nav .container,
    #main .container.widest-container {
        max-width: 1500px;
    }
    footer .container,
    #main .container.wide-container {
        max-width: 1360px;
    }
    #main .container {
        max-width: 1300px;
    }
	#main .container.slim-container {
        max-width: 1260px;
    }
  }
@media (max-width: 1199px) {
    #navigation .container,
    #top-nav .container,
    footer .container,
    #main .container.wide-container {
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #main .container {
        max-width: calc(100% - 60px);
    }
}
@media(max-width: 991px) {
    #main .container {
        max-width: 100%;
    }
}

/* HIDE */

@media(min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media(max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media(min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media(max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media(min-width: 1200px) {
	.hidden-xl-up {
		display: none;
	}
}
@media(max-width: 1199px) {
	.hidden-lg-down {
		display: none;
	}
}

/* PADDINGS & MARGINS */

.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-neg-10 {
    margin-bottom: -10px !important;
}
.mb-neg-30 {
    margin-bottom: -30px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.px-20 {
    padding: 20px;
}
.px-30 {
    padding: 30px;
}


/* BTNS */

/** PRIMARY BTN */

.btn:focus,
.btn:active,
.btn:visited,
.btn:target {
	outline: none !important;
}
.btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    letter-spacing: var(--button-letter-spacing);
    text-transform: uppercase;
    font-weight: 700;
	font-family: var(--font-family-button);
}
.btn.primary-btn,
.btn.ylw-btn {
    color: var(--blk-color);
    background: linear-gradient(0deg, #F5B00C 0%, #FFD572 100%);
    padding: var(--button-padding);
    font-size: var(--button);
    border: none;
    border-radius: 0;
}
.btn.primary-btn.ylw-bg,
.btn.ylw-btn.ylw-bg {
	background: var(--ylw-color);
}
.btn.primary-btn i,
.btn.ylw-btn i {
    margin-right: 15px;
}

/** SEC BTN */

.btn.secondary-btn,
.btn.border-btn {
    color: var(--wht-color);
    font-size: var(--sm-button);
    border: var(--border-width) solid var(--border-color);
    padding: var(--sm-button-padding);
    border-radius: 0;
}
.btn.secondary-btn.ylw-icon i,
.btn.border-btn.ylw-icon i {
    color: var(--ylw-color);
}
.btn.secondary-btn i,
.btn.border-btn i {
    font-size: 10.5px;
    margin-right: 12px;
}
.btn.secondary-btn.btm-lft-rnd,
.btn.border-btn.btm-lft-rnd {
    border-bottom-left-radius: 16px;
}
.btn.secondary-btn.btm-rt-rnd,
.btn.border-btn.btm-rt-rnd {
    border-bottom-right-radius: 16px;
}


/* PAGE */


#page-header h1 {
    margin: 0;
}
.page-header-content.lrgr-content-txt > * {
	font-size: 18px;
}
.page-header-content {
    max-width: 833px;
}
.page-header-overlay-btm {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E0E0E 100%);
  max-height: 150px;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-header-overlay-top {
  max-height: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #0E0E0E 0%, rgba(0, 0, 0, 0) 100%);
}

.first-section {
  margin-top: -130px;
	padding-top: 0;
}
@media(min-width: 768px) {
    #page-header {
        padding: 165px 0 210px;
    }
}
@media(max-width: 767px) {
    #page-header {
        padding: 135px 0 200px;
    }
}

/* g form */

#fyre .gform_wrapper {
    margin: 0;
    font-family: 'Lexend', sans-serif;
}
.gsection_title {
    margin: 5px 0 !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    margin-right: 5px;
}

#fyre .gform-theme--foundation .gform_fields {
    gap: 12px;
}
.gform_footer {
    margin-top: 5px !important;
}
.gsection_title {
    font-size: 24px;
}
#fyre .gform_wrapper input[type="text"], 
#fyre .gform_wrapper input[type="password"], 
#fyre .gform_wrapper input[type="email"], 
#fyre .gform_wrapper input[type="tel"], 
#fyre .gform_wrapper input[type="date"], 
#fyre .gform_wrapper input[type="month"], 
#fyre .gform_wrapper input[type="week"], 
#fyre .gform_wrapper input[type="time"], 
#fyre .gform_wrapper input[type="number"], 
#fyre .gform_wrapper input[type="search"], 
#fyre .gform_wrapper input[type="url"] {
    height: auto;
}
#fyre .gform_wrapper input[type="text"], 
#fyre .gform_wrapper input[type="password"], 
#fyre .gform_wrapper input[type="email"], 
#fyre .gform_wrapper input[type="tel"], 
#fyre .gform_wrapper input[type="date"], 
#fyre .gform_wrapper input[type="month"], 
#fyre .gform_wrapper input[type="week"], 
#fyre .gform_wrapper input[type="time"], 
#fyre .gform_wrapper input[type="number"], 
#fyre .gform_wrapper input[type="search"], 
#fyre .gform_wrapper input[type="url"], 
#fyre .gform_wrapper textarea {
	display: block;
	width: 100%;
	padding: 12px;
    font-family: 'Manrope-Regular';
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #fff;
	vertical-align: middle;
	background-color: #000000;
    border: 1px solid #B3B3B3;
	background-image: none;
	-moz-transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
    border-radius: 0px;
}
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox, 
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 8px !important;
}
#fyre .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px;
    height: auto;
    font-family: 'Manrope-Regular';
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1em;
    color: #ffffff !important;
    border: 1px solid #b3b3b3;
    background: #000000;
    border-radius: 0;
}
#fyre .gform_wrapper .ginput_container input::placeholder, 
#fyre .gform_wrapper textarea::placeholder,
#fyre .gform_wrapper select::placeholder {
    opacity: 1;
    font-family: 'Manrope-Regular';
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.1em;
    color: #ffffff !important;
}
.gform_wrapper .gfield_label {
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 5px;
}
.gform_confirmation_message {
  font-size: 16px;
}
.gform_footer.top_label {
    text-align: center;
}
.gform_fields li:nth-child(1),
.gform_fields li:nth-child(1) .ginput_container {
    margin: 0;
}
#fyre #main .gform_button {
    padding: 14px 28px;
    text-align: center;
    outline: none !important;
    font-family: 'Manrope-Bold';
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    background: #EC3407;
    border: none !important;
}
@media (max-width: 767px) {
    #fyre #main .gform_button {
        padding: 20.5px 35px;
    }
}

#fyre .gform_wrapper li.gfield {
    margin-top: 0;
    width: 100%;
    display: inline-block;
}
.google-disclaimer {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
}
.gfield.gfield--type-captcha label {
    display: none !important;
}
.gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
}
.gfield_radio > div {
  white-space: nowrap;
}
/* #fyre .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 5px;
    grid-column-gap: 5px;
} */
/* .ginput_container label {
    font-weight: 700;
}

@media(max-width: 575px) {
	#fyre .gform_wrapper input[type="text"], 
	#fyre .gform_wrapper input[type="password"], 
	#fyre .gform_wrapper input[type="email"], 
	#fyre .gform_wrapper input[type="tel"], 
	#fyre .gform_wrapper input[type="date"], 
	#fyre .gform_wrapper input[type="month"], 
	#fyre .gform_wrapper input[type="week"], 
	#fyre .gform_wrapper input[type="time"], 
	#fyre .gform_wrapper input[type="number"], 
	#fyre .gform_wrapper input[type="search"], 
	#fyre .gform_wrapper input[type="url"], 
	#fyre .gform_wrapper textarea,
	#fyre .gform_wrapper select,
	#fyre .gform_wrapper .gfield_label {
		font-size: 18px !important;
	}	
} */

/* responsive */


@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
@media (max-width: 340px) {

}


/* FOOTER BOXES GLOBAL */

.footer-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.footer-box-inner {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}
.footer-box .color-overlay.overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E0E0E 100%);
}
.footer-box .box-link .btn {
  font-size: 12px;
}
.footer-box .box-link .btn i {
  font-size: 11px;
  margin-right: 10px;
}
.box-link-overlay.overlay {
  z-index: 1;
}
.footer-box:hover .overlay.cover-bg {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.footer-box .overlay.cover-bg {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media(min-width: 768px) {
    .footer-box {
        padding-top: 145%;
    }
    .footer-box1, 
    .footer-box3 {
        padding-top: calc(145% - 40px);
    }
    .footer-box1 .footer-box-content, 
    .footer-box3 .footer-box-content {
        margin-bottom: 40px;
    }
}
@media(max-width: 767px) {
    .footer-box {
        padding-top: 115%;
    }
}

/* MAILING LIST GLOBAL */

#mailing-list {
    padding-bottom: 50px;
}
.mailing-list-flame {
  max-width: 132px;
  margin-right: 100px;
}
.mailing-list-main {
  max-width: 925px;
  margin: auto;
}
#mailing-list .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0E0E0E 100%);
  max-height: 200px;
  top: auto;
  height: 100%;
}
.mailing-list-form-content > p {
	font-size: 20px;
}
#gform_fields_2 {
    gap: 0;
}
#gform_2 {
  display: flex;
}
#gform_2 > div {
  margin-top: 0 !important;
	padding: 0 !important;
  flex: auto;
}
#gform_2 > div.gform-body.gform_body {
  flex: 100% !important;
  margin-right: 10px;
}
#fyre .btn.newsletter-btn {
	background-color: var(--red-color) !important;
	font-size: 12px !important;
	letter-spacing: var(--button-letter-spacing) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
	font-family: var(--font-family-button) !important;
	min-width: 165px;
	border-radius: 0 !important;
	color: var(--wht-color);
	height: 100%;
	max-height: 51px;
}
#fyre .btn.newsletter-btn i {
  font-family: 'Font Awesome 6 Pro';
  margin-right: 7px;
	position: relative;
  top: -1px;
	color: var(--wht-color);
}
#fyre #input_2_1 {
    background-color: #DDD !important;
    color: #1C1C1C !important;
}
#fyre #input_2_1::placeholder {
    color: #1C1C1C !important;
}
@media (max-width: 767px) {
    .mailing-list-flame {
        position: absolute;
        z-index: -1;
        opacity: 0.5;
    }
    #gform_2 > div.gform-body.gform_body {
        margin: 0 0 10px 0;
    }
    #gform_2 {
        flex-direction: column;
    }
    #gform_fields_2 {
        max-height: 51px;
    }
    #fyre .btn.newsletter-btn {
        min-width: 100%;
        min-height: 51px;
    }
    .mailing-list-form-content > p {
        font-size: 18px;
    }
}

/*404 */

.error-card {
  border-top: 1px solid var(--border-color);
  background-color: #131313;
  padding: 45px 30px;
  display: inline-block;
  max-width: 500px;
  width: 100%;
}

/* LOCATIONS */

#fyre .slp_results_container .results_wrapper {
  background-color: #1c1c1c;
}
#map_sidebar {
  background-color: #0e0e0e;
}
#map_sidebar a.storelocatorlink {
  border: 2px solid rgba(255,255,255,0.7) !important;
  border-radius: 2px;
  color: #fff !important;
  cursor: auto;
  display: inline-block;
  font-family: Lovelo, sans-serif;
  letter-spacing: 0px;
  padding: 5px 20px;
  margin: 5px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto !important;
}
.slp_result_table_tags {
  display: none !important;
}
.location_name {
  color: var(--red-color) !important;
  font-family: 'Josefin-Sans-Bold', Arial, sans-serif;
  text-transform: uppercase;
}
div.results_entry {
  padding: 2% !important;
}
.slp_result_contact.slp_result_hours {
  display: block;
}

.results_row_right_column {
  margin-top: 5px;
}


/* CTA ELEVATE */

#elevate-environment .overlay {
    background-color: #000;
    opacity: 0.8;
}
.elevate-environment-content {
    max-width: 1000px;
    margin: auto;
}
.elevate-environment-content div.h5 > * {
    line-height: 1.6;
}
#elevate-environment .flex-btns > .flex-btn {
    padding: 5.5px;
}
#elevate-environment .flex-btns {
    margin: -5.5px;
}

@media(min-width: 768px) {
    #elevate-environment {
        padding: 115px 0;
    }
}
@media(max-width: 767px) {
    #elevate-environment .flex-btns {
        flex-direction: column;
    }
}




/* MAP */

.results-desc {
    margin: 10px 0;
    opacity: 0.5;
}
.slp_info_bubble > *:not(a) {
    color: #000 !important;
}