@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//firemagicgrills.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.1.4") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:rgb(0,0,0);
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right top;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#6e6e6e;
--wd-text-font-size:18px;
}
:root{
--wd-title-font:Arial, Helvetica, sans-serif;
--wd-title-font-weight:700;
--wd-title-color:#2d2a2a;
}
:root{
--wd-entities-title-font:"Proxima Nova", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Proxima Nova", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Proxima Nova", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:700;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:24px;
}
:root{
--wd-header-el-font:"Proxima Nova", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:16px;
}
:root{
--wd-primary-color:#ce4734;
}
:root{
--wd-alternative-color:#a73828;
}
:root{
--wd-link-color:#ce4734;
--wd-link-color-hover:#a73828;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:#bea163;
}
:root{
--btn-accented-bgcolor-hover:#ad8d4a;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
									--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
				--btn-accented-box-shadow-active: none;
				--btn-accented-bottom: 0px;
			
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1570px;
			}
		}

		.container {
			max-width: 1600px;
		}

		:root{
			--wd-container-width: 1600px;
		}
	
			@media (min-width: 1600px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 280px;
		}
	
					rs-slides [data-type=text],
		rs-slides [data-type=button] {
			font-family: Arial, Helvetica, sans-serif !important;
		}
		
					rs-slides h1[data-type=text],
			rs-slides h2[data-type=text],
			rs-slides h3[data-type=text],
			rs-slides h4[data-type=text],
			rs-slides h5[data-type=text],
			rs-slides h6[data-type=text] {
				font-family: Arial, Helvetica, sans-serif !important;
			}
			
/**
 * Remove date from features pages
 */
.woodmart-post-date {
   display:none;
}
/**
 * Remove subnav on Category Title block
 */
.meta-location-add_to_cart .product_meta, .popup-quick-view .entry-summary .product_meta {
    display: none;
}
/**
 * Change font size on Category Grid
 */
.product-grid-item .product-title a {
	font-size: 14px;
}
span.price span.amount:first-child,
span.price span.amount {
    font-size: 14px!important;
}
/**
 * Center Product Description Vertically
 */
.summary-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**
 * Change font for H's
 */
h1 {
font-weight: 700;
text-transform: uppercase;
}
h5 {
font-size: 36px;
line-height: 36px;
font-weight: 700;
text-transform: uppercase;
}
h6 {
font-size: 14px;
line-height: 18px;
font-weight: 700;
text-transform: uppercase;
}
/**
 * Hide Woodmart Video Play Button
 */
div.button-play {
    display: none;
}
/**
 * Hide breadcrumbs on PDP
 */
.woocommerce-breadcrumb{
display:none;
}
/**
 * Footer 2 Columns on Mobile
 */
@media (max-width: 767.9px) {
.vc_col-sm-2:nth-child(2), .vc_col-sm-2:nth-child(3), .vc_col-sm-2:nth-child(4), .vc_col-sm-2:nth-child(5) {
    width: 50%;
}
}
@media (max-width: 812px) and (max-height: 375px) {
.vc_col-sm-2 {
    width: 50%;
}
}

/**
 * Home Titles Alignment
 */

@media (max-width: 480px) {
	.title-wrapper.text-center .title {
		text-align: center;
	}
}

/**
 * custom-list style
 */
.custom-list ul{
list-style: unset;
}
.custom-list ul li {
display: list-item;
}

/**
 * Color of newsletter
 */
#my_popup {
background: #0c0c0c;
}

/**
 * Turn off Woo
 */
.woocommerce-ordering {
display:none;
}

/**
 * Bump up content to header
 */
.whb-header {
    margin-bottom: 0px;
}

/**
 * Make FourTouts text visible
 */
.fmg-fourtouts {
	0% {
    opacity: 1;
	}
	100% {
    opacity: 1;
	}
}

/**
 * Adjust Homepage Text
 */
.fmg-homepage-tout-headline {
    margin-top: -30px;
}

/**
 * Page Title min height on mobile
 */
.page-title {
    min-height: 50px;
		margin-top: 0px;
}

/**
 * Disable Gallery Clicks on mobile
 */
@media only screen and (max-width: 767px) {
.vc_grid.vc_row  {
    pointer-events: none;
	}
}

/**
 * Add drop shadow to banner title on home page
 */
.woodmart-text-block * {
	text-shadow: 1.5px 1.5px 8px #000000;
}

/**
 * Add spacing in between grills on mobile devices
 */
@media only screen and (max-width: 767px) {
  .grill-container>.vc_column-inner {
    padding-bottom: 5%
  }
	
	/**
 * Add margin under the "view more products" button the grills page
 */
	.viewprod-btn {
	margin-bottom: 2rem;
	}
}
/**
 * Add space between the recipe images
 */
@media only screen and (max-width: 768px){
		.recipe-inner-text {
		margin-bottom: 2rem;
	}
}


/**
 * Change the scaling of the recipe names 
 */

.recipe-inner-text .banner-title {
    margin-top: 40% !important;
/*     font-size: 130% !important; */
    text-shadow: 2px 2px 4px #000000;
}

@media only screen and (min-width: 768px) {
    .recipe-inner-text .banner-title {
        font-size: 100% !important;
        color: #ffffff;
    }
}
@media only screen and (max-width: 1032px) {
    .recipe-inner-text .banner-title {
        font-size: 50% !important;
        color: #ffffff;
    }
}
@media only screen and (max-width: 767px) {
    .recipe-inner-text .banner-title {
        font-size: 100% !important;
        color: #ffffff;
    }
}


/**
 * Convert footer (only bottom links) to flexbox (basically just align them and space it properly)
 */
.col-right.reset-mb-10 > small {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: .5rem;
}
/**
 * Make footer (only bottom links) responsive
 */
@media only screen and (max-width: 1030px) {
    .col-right.reset-mb-10 > small {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: .5rem;
    }
}


/**
 * Change footer width
 */
.min-footer .col-right {
    max-width: 100% !important;
}

/**
 * Center the copyright portion of the footer
 */
.min-footer .col-left {
    display: flex;
    line-height: 1.2;
		max-width: 100% !important;
    justify-content: space-evenly;
}
/**
 * Change the color and font weight of the footer links at the bottom only
 */

.col-right.reset-mb-10 > small > a > strong {
    color: #777777;
    font-weight: 400 !important;
}


/**
 * Hide separator betwen team-fire recipes to make page more responsive
 */
@media only screen and (max-width: 768px) {
  .team-fire-recipe-separator {
    display: none;
  }
}

/**
 * Add space between the button from the previous recipe and the image below it
 */
.team-fire-recipe-image {
  margin-top: 2rem;
}

/**
 * Disable some of the animations on mobile, there is still a transform animation which I cannot seem to remove
 */

@media only screen and (max-width: 768px) {
    .banner-mask .wrapper-content-banner {
       transition: none !important;
       transform: none !important;
       }
   }
   
   @media only screen and (max-width: 768px) {
   [class*="banner-hover-zoom"] .banner-image {
       transition: none !important;
       transform: none !important;
       } 
   }
   
   @media only screen and (max-width: 768px) {
    img.promo-banner-image { {
       transform: none !important;
       } 
   }@media (min-width: 577px) and (max-width: 767px) {
	@media only screen and (max-width: 480px) {
  img {
    width: 100%;
  }
}

}

@media (max-width: 576px) {
	@media only screen and (max-width: 480px) {
  img {
    width: 100%;
  }
}

/* SET THE MINIMUM HEIGHT FOR SLIDER IMAGES ON MOBILE DEVICES. DELETE OR COMMENT OUT IF SLIDER HAS ISSUES */

@media only screen and (max-width: 767px) {
        .flickity-viewport {
        max-height: 339.8px !important; 
        min-height: 339.8px !important;
        height: 339.8px !important;
    }
    
    /* .flickity-slider {
        max-height: 339.8px !important; 
        min-height: 339.8px !important;
        height: 339.8px !important;
    } */
    
    .wd-slider-wrapper.wd-full-width-content .wd-slide-container {
        max-height: 339.8px !important; 
        min-height: 339.8px !important;
        height: 339.8px !important;
    }
    
    #slide-10768.woodmart-loaded .wd-slide-bg {
            height: 339.8px !important;
            min-height: 339.8px !important; 
            max-height: 339.8px !important;
    }
}


@media only screen and (max-width: 767px){
        #slide-10768.woodmart-loaded .wd-slide-bg {
        background-size: contain;
        background-position: center top;
        background-color: white;
    }
}

/* @media only screen and (max-width: 767px) {
    .wd-enabled-flex>.vc_column-inner>.wpb_wrapper {
        justify-content: center;
    }
} */


/* CHANGE THE SCALING ON THE BLACK FRIDAY IMAGE */

@media only screen and (max-width: 767px) {
    #slide-10768.woodmart-loaded .wd-slide-bg {
        background-size: contain;
        background-position: center top;
        background-color: white;
    }
    
    #slide-10768  .wd-enabled-flex>.vc_column-inner>.wpb_wrapper {
        justify-content: center;
    }
}

}

