/*
Theme Name: Green Mountain Grills
Theme URI:
Author: Net-Craft
Author URI: https://net-craft.com/
Description: Theme for https://greenmountaingrills.com/
Template:     strollik
Version: 1.0
License:
License URI:
Tags:
Text Domain: gmg
*/
#gmg.home .topbar-mobile {
  display: none;
}

#gmg del span.woocommerce-Price-amount.amount:after {
  display: none !important;
}
span.woocommerce-Price-amount.amount:after {
  display: none;
  color: black;
  content: ' sale';
  text-transform: uppercase;
  font-size: 12px;
}
#versatility {
  display: none;
}


/* WP STYLES */
  .alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;;
  margin-left: auto;
}

.wp-caption {
  padding: 5px 3px 10px;
  max-width: 96%;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: 98.5%;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}


  /*  Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

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


/* GLOBAL */
html {
  font-size: 14px;
}
img {
  height: auto;
  max-width: 100%;
}
.clr {
  clear: both;
}
.center *,
.center {
  text-align: center;
}
.bolder *,
.bolder {
  font-weight: 900;
}
#watch-learn h3,
.bold *,
.bold {
  font-weight: 600;
}
#watch-learn h3 {
  border-bottom: 2px solid #ededed;
}
.counters h5,
.lighter *,
.lighter {
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
.upper *,
.upper {
  text-transform: uppercase;
}
#gmg #page {
  max-width: 100%;
}
#gmg #main h1 {
  display: block;
  font-weight: normal;
}
.padded-section {
  padding: 60px 30px;
}
#gmg .vc_parallax-inner {
  opacity: .64;
}
.content-area ul {
  padding: 10px 30px 0 30px;
}
.content-area ul li {
  margin: 5px;
  line-height: 1.6;
}
.z-index {
  z-index: 3;
}
.nomarg {
  margin: 0;
}


@media (min-width: 992px) {
  .padded-section {
    padding: 100px 30px;
  }
  .content-area ul li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .padded-section {
    padding: 160px 30px;
  }
}


/* FONTS */
  h1,
.chunk, h2.chunk {
  font-weight: normal;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}
h2.chunk{
  font-size: 39px;
}
h3.name,
#gmg .btn-default,
.arial *,
.arial,
body {
  font-family: 'Arial';
}
.duo-title small {
  font-family: 'Arial' !important;
}


/* TITLES */
  .duo-title {
  margin-top: 0;
}
h2.duo-title {
  text-transform: none;
  font-weight: 900;
  font-family: 'Arial';
}
.duo-title small {
  display: block;
  text-transform: uppercase;
}
.lrg-title h1, .grill_smarter h2, .taste_flavor h2 {
  margin: 0;
  padding: 15px 0 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: 'GMGPrime', serif;
  font-weight: normal;
  text-transform: uppercase;
}

@media (max-width: 767px) and (min-width: 576px) {
  .app_row_setting .vc_col-sm-6
  {
width: 50%;
float: left;
  }
 
}


@media (max-width: 767px) {
  .app_row_setting .vc_col-sm-6 img{
    width: 100%;
    display: block;
  }
  .lrg-title h1, .grill_smarter h2, .taste_flavor h2 {
    font-size: 3rem;
  }
  h2.duo-title {
    text-align: center;
    font-size: 22px;
  }
  .duo-title small {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .lrg-title h1, .grill_smarter h2, .taste_flavor h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .lrg-title h1, .grill_smarter h2, .taste_flavor h2 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}


/* COLORS */
  .cook-type,
#gmg .vc_parallax *,
#gmg .white {
  color: white;
}
.duo-title h5 {
  color: #808083;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
#gmg .product-block .price > *,
#server-stats .fa,
.green {
  color: #007141;
}


/* BUTTONS */
#gmg .btn-default,
#gmg .vc_btn3-style-flat {
  padding: 15px 50px !important;
  border-radius: 5px;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 16px !important;
  font-family: 'Arial';
  line-height: initial !important;
}
#gmg .btn-default,
#gmg .vc_btn3.vc_btn3-color-danger,
#gmg .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
  background: #d81c24;
}
#gmg .vc_btn3.vc_btn3-color-green,
#gmg .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
  background: #007141;
}

/* HEADER */
#header {
  background: #1e1c1d;
}
#pbr-masthead {
  padding: 20px 0;
}

/* ---------- NAV */
@media (min-width: 992px) {
  #gmg .navbar-nav > li > a {
    font-size: 11px;
  }
  li.button {
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 3px;
    background: rgba(255,255,255,.2);
  }
  #gmg li.button > a {
    padding: 5px 15px;
  }
}
@media (min-width: 1200px) {
  #gmg .navbar-nav > li > a {
    font-size: 13px;
  }
}
/* HOMEPAGE

/* ---------- SLIDER */
#gmg .vc_parallax {
  background: #232323;
}
.duo-title small {
  font-size: 13px ;
  line-height: 1 ;
}

@media (min-width: 1200px) {
  h1.duo-title small {
    text-transform: uppercase;
    font-size: 21px ;
    line-height: 25px;
  }
}


/* ---------- GMG DIFFERENCE */
#gmg-diff {
  padding: 30px 15px !important;
}
#gmg-diff .xray {
  margin: 0 0 -100px 0;
}
#gmg-diff .xray img {
  width: 100%;
}

@media (min-width: 576px) {
  #gmg-diff .xray {
    margin: -60px 0 -180px 0;
  }
}
@media (min-width: 768px) {
  #gmg-diff .xray {
    margin: 10px 0 -180px 0;
  }
}
@media (min-width: 992px) {
  #gmg-diff .xray {
    margin: -60px 0 -180px 0;
  }
}
@media (min-width:1200px) {
  #gmg-diff .z-index {
    padding-top: 30px;
  }
}


/* ---------- VERSATILITY */
  #versatility .vc_column-inner,
#versatility .vc_column_container {
  padding: 0;
}
#versatility .container {
  width: 100%;
}
.cook-type h1 {
  padding: 70px 10px;
}
.cook-type {
  border-top: 5px solid white;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  border-left: 5px solid white;
  text-transform: uppercase;
}
#cook-row-1 .cook-type {
  border-top: 0 solid white;
}
#cook-row-2 .cook-type:first-of-type,
#cook-row-1 .cook-type:first-of-type {
  border-left: 0 solid white;
}
#cook-row-2 .cook-type:last-of-type,
#cook-row-1 .cook-type:last-of-type {
  border-right: 0 solid white;
}
#gmg .cook-type .vc_column-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  margin: 0;
  background: #232323;
  opacity: .36;
}
#gmg .cook-type .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.cook-type .wpb_content_element,
.cook-type h1 {
  margin: 0;
}
.cook-type {
  float: left;
  width: 50%;
}
.cook-type h1 {
  font-size: 24px;
}


@media (min-width: 768px) {
  .cook-type {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .cook-type h1 {
    padding: 110px 10px;
    font-size: 32px;
  }
}


/* ---------- GRILL SMARTER */
#smart-grilling h4 {
  line-height: 2.25rem;
}
#smart-grilling .wpb_single_image,
#smart-grilling .lrg-title,
#smart-grilling h2,
#smart-grilling .wpb_text_column {
  margin: 0;
}
#smart-grilling .wifi {
  position: absolute;
  bottom: -25%;
  left: -45%;
  width: 330px;
  text-transform: uppercase;
}
#smart-grilling .wifi img {
  margin-top: -10px;
  width: 100px;
}


/* ---------- SERVER MODE */
@media (min-width: 992px) {
  #server-stats .duo-title {
    margin-top: 30px;
  }
}


/* ---------- SHOP */
#home-shop .nav-tabs li {
  display: inline-block;
  float: none;
}
#gmg .product-block .price {
  margin-top: 0;
}
#gmg .product-block .price > * {
  font-weight: 600;
  font-size: 28px;
}
#gmg .button-groups.add-button {
  margin-top: 30px;
}
#gmg .product-block .name {
  font-weight: 600;
  font-size: 18px;
}
.custom_new_pro_two .product-block .name {
  font-size: 26px !important;
}

/* FOOTER */
  #gmg footer * {
  text-transform: none;
  letter-spacing: 0;
}
#gmg footer p,
#gmg footer a {
  color: #808080;
}
.widget-footer h4,
.widget-footer .widget-title {
  padding: 0;
  border: 0;
  text-align: center;
  font-weight: 500;
}
.widget-footer .widget-title span {
  letter-spacing: 0;
}
.pbr-footer .footer-top {
  background: #232323;
}
.pbr-copyright {
  margin-top: 0 !important;
  border-top: 1px solid #333;
  background: none !important;
  text-align: center;
}
.widget-footer {
  position: relative;
}
.widget-footer .widget-title span:after {
  display: none;
}
.widget-title:after {
  position: absolute;
  top: 40px;
  z-index: 0;
  display: block;
  margin: auto;
  width: 100%;
  border-top: 1px solid #808080;
  content: '';
}
.widget-title span {
  position: relative;
  z-index: 2;
}
.widget-title span:before {
  display: block;
  margin-bottom: 0;
  width: 100%;
  content: '';
  font-family: 'FontAwesome';
}
#gmg-support .widget-title span:before {
  content: '\f0ad';
}
#dealer-center .widget-title span:before {
  content: '\f291';
}
#external-links .widget-title span:before {
  content: '\f164';
}
.footer-topper {
  background: #383838;
}


/* GRILLS CSS */
  img.wifi-logo {
  display: inline;
  margin-right: 10px;
  width: 75px !important;
  vertical-align: bottom;
}

.smart-control h2 {
  display: inline-block;
}

.smart-control {
  text-align: center;
}

.single-shop-gmg .product {
  width: 100% !important;
}
#home-shop .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
  margin-bottom: 0;
  border-bottom: none;
}
#home-shop .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: transparent;
  color: #666;
  font-weight: 300 !important;
}
#home-shop .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-bottom: none !important;
  background-color: transparent;
  color: #007141;
}
#home-shop .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  border-bottom: none !important;
}
#home-shop .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  margin-right: 20px;
  margin-left: 20px;
}
#home-shop .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  right: initial;
  margin: 1px 0 0 1px;
}
/*#home-shop .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  margin-right: 0 !important;
}
*/

#gmg .product_cat-new-parts .vc_btn3 {
  border-color: #007141 !important;
  background-color: #007141 !important;
}

#gmg .product_cat-new-parts .product_cat-pellets .vc_btn3 {
  border-color: #f38019 !important;
  background-color: #f38019 !important;
}

#gmg .widget-footer {
  position: relative;
  min-width: 280px;
}




/* cart/menu */
.cart-nav {
  position: relative;
  display: inline-flex;
}
#menu-holder {
  display: inline-block;
  float: right;
}
a.cart-contents {
  position: relative;
  padding: 2px 15px;
  height: 100%;
  vertical-align: text-bottom;
}
.cart-contents:before {
  margin-top: 10px;
  color: #007141;
  content: '\f07a';
  vertical-align: bottom;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: FontAwesome;
}
.cart-contents-count {
  padding: 2px 7px;
  /*font-weight: bold;*/
  border-radius: 10px;
  background-color: #545454;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
li#menu-item-19603 {
  margin-left: 0;
}


/* CHASE CSS */

/* ZAC */
p {
  font-size: 16px;
}
p a {
  color: #007141;
}


/* GMG ICONS */
[data-gmg-icon]:before {
  content: attr(data-gmg-icon);
  margin-right: .3em;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-family: 'gmg-icon' !important;
  line-height: 1;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  margin-right: .2em;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-family: 'gmg-icon' !important;
  line-height: 1;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3:before { content: '\41'; } /* 'A' */
.icon-2:before { content: '\42'; } /* 'B' */
.icon-1:before { content: '\43'; } /* 'C' */
.icon-8:before { content: '\44'; } /* 'D' */
.icon-appetizers:before { content: '\61'; } /* 'a' */
.icon-baking:before { content: '\62'; } /* 'b' */
.icon-beef:before { content: '\63'; } /* 'c' */
.icon-breakfast:before { content: '\64'; } /* 'd' */
.icon-support-02:before { content: '\65'; } /* 'e' */
.icon-sendemail:before { content: '\66'; } /* 'f' */
.icon-watchlearn:before { content: '\67'; } /* 'g' */
.icon-thumb:before { content: '\68'; } /* 'h' */
.icon-recipes:before { content: '\69'; } /* 'i' */
.icon-gmg-logo:before { content: '\6a'; } /* 'j' */
.icon-dealercenter:before { content: '\6b'; } /* 'k' */
.icon-apple:before { content: '\6c'; } /* 'l' */
.icon-android:before { content: '\6d'; } /* 'm' */
.icon-hearfrompros:before { content: '\6e'; } /* 'n' */
.icon-dessert:before { content: '\6f'; } /* 'o' */
.icon-lamb:before { content: '\70'; } /* 'p' */
.icon-pizza:before { content: '\71'; } /* 'q' */
.icon-pork:before { content: '\72'; } /* 'r' */
.icon-poultry:before { content: '\73'; } /* 's' */
.icon-seafood:before { content: '\74'; } /* 't' */
.icon-sides:before { content: '\75'; } /* 'u' */
.icon-veggies:before { content: '\76'; } /* 'v' */
.icon-6:before { content: '\77'; } /* 'w' */
.icon-7:before { content: '\78'; } /* 'x' */
.icon-5:before { content: '\79'; } /* 'y' */
.icon-4:before { content: '\7a'; } /* 'z' */
.icon-location:before { content: '📌'; } /* '\1f4cc' */
.icon-phone-outline:before { content: '📞'; } /* '\1f4de' */

/* FONT CSS & HEADERS */
#pbr-topbar .col-xs-12 {
  padding: 0;
}
li#menu-item-19195 {
  margin-right: 0;
}

h1.header, h2.header {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 6rem;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: normal;
}
.header-sub {
  font-size: 21px;
  font-family: 'Arial' !important;
}
.inner-header h1,
.inner-header h2 {
  margin: 0;
}
.dotted-header:after {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 50px;
  background-color: #007141;
  content: '';
  vertical-align: middle;
}
.dotted-header {
  font-weight: 700 !important;
  font-family: 'Arial' !important;
}
.dotted-header:before {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 6px;
  padding: 6px;
  border-radius: 50px;
  background-color: #007141;
  content: '';
  vertical-align: middle;
}
.dotted-header.orange:before,
.dotted-header.orange:after {
  background-color: #007141;
}

.dotted-header.red:before,
.dotted-header.red:after {
  background-color: #007141;
}

.dotted-header.drk-red:before,
.dotted-header.drk-red:after {
  background-color: #007141;
}



/* HEADER SOCIALS */
#gmg .top-socials li {
  padding: 0 0 0 2px;
  color: #575757;
  vertical-align: middle;
}
.top-socials li a{
  padding: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #575757;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
}
#gmg #pbr-topbar .list-inline.top-socials {
  margin: 0 15px;
}
#gmg .top-socials a {
  display: inline-block;
}
#gmg .top-socials li a:hover{
  color: #ababab !important;
    border: 1px solid #ababab;
}


/* new owner btn */
/* .new-user-btn a {
  display: table;
  padding: 2px 7px;
  border: 1px solid #007141;
  border-radius: 3px;
  color: #007141 !important;
  text-align: center;
  font-size: 12px;
} */
.new-user-btn a {
  display: table;
  padding: 2px 7px;
  border: 1px solid #00B368;
  border-radius: 3px;
  color: #00B368 !important;
  text-align: center;
  font-size: 12px;
  background: #000000;
}
.new-user-btn a:hover {
  border: 1px solid !important;
  color: #ababab !important;
}


/* FOOTER & FOOTER SOCIALS */
#gmg footer ul {
  padding: initial !important;
}

#gmg footer ul li {
  margin: auto !important;
  padding: 10px 0;
  font-size: inherit;
  line-height: 1.16em;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #gmg footer ul li {
    font-size: 14px;
  }
}

#gmg .widget-title span:before {
  position: relative;
  top: 5px;
  z-index: 999;
  display: block;
  margin: 0 auto;
  width: 80px;
  background-color: #212121;
  text-transform: none;
  font: 80px/.7em 'gmg-icon';

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#gmg-recipes .widget-title span:before {
  content: '\69';
}
#external-links .widget-title span:before {
  content: '\68';
}
#gmg-pros .widget-title span:before {
  content: '\6e';
}
#everything-gmg .widget-title span:before {
  width: 80px;
  height: 56px;
  background: url('images/logo-white.svg') 50% 50% / cover no-repeat;
  content: '';
}
#gmg-support .widget-title span:before {
  content: '\65';
}
#dealer-center .widget-title span:before {
  content: '\6b';
}

#gmg .footer-topper .widget-title span:before {
  background-color: #282828;
}
.footer-topper,
.footer-top {
  border-top: 1px solid #333;
}
#gmg section.footer-top {
  background-color: #212121 !important;
}
#gmg .footer-topper {
  padding: 50px 0 30px;
  background-color: #282828;
}
#gmg .widget-title {
  margin: 8px 0;
}

#gmg-recipes {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  #gmg .foot-1 {
    padding-right: 40px;
  }
  #gmg .foot-2 {
    padding: 0 40px;
  }
  #gmg .foot-3 {
    padding-left: 40px;
  }
}

@media screen and (min-width: 0) and (max-width: 426px) {
  #gmg-support,
  #dealer-center,
  #external-links,
  #gmg-pros {
    border-top: 1px solid #383838;
  }
}


#dealer-center p {
  margin-bottom: 15px;
  line-height: normal;
}

#gmg .foot-socials li {
  padding: 0 0 0 2px;
  color: #575757;
}
#gmg .foot-socials li a{
  margin: 0 4px;
  padding: 7px;
  width: 40px;
  height: 40px;
  border: 1px solid #575757;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  line-height: initial;
}
#gmg .list-inline.foot-socials {
  margin: 0 15px;
  padding: 0;
  text-align: center;
}
#gmg .foot-socials a {
  display: inline-block;
}
#gmg .foot-socials li a:hover {
  color: #ababab !important;
  border: 1px solid !important;
}


#gmg .pros-say img {
  height: 60px;
}
.pros-say li {
  margin-right: 8px;
}

.pros-say li:first-child {
  margin-right: 0;
}
.list-inline.pros-say {
  padding: 0;
  text-align: center;
}


section.footer-top ul {
  list-style: none !important;
}


/* NAV */
section#pbr-topbar {
  background-color: #1c1c1c !important;
}
header#pbr-masthead {
  background-color: #212121 !important;
}
.navbar-mega .navbar-nav > li > a:before {
  display: none;
}
.navbar-mega .navbar-nav li.active a {
  color: #007141 !important;
}
.navbar-mega .navbar-nav .dropdown-menu li a {
  margin-top: 10px;
  color: initial !important;
}
#gmg.tax-meal-type li#menu-item-19320 a {
  color: #007141;
}
#gmg.single-product li#menu-item-19256 a {
  color: #007141;
}

#pbr-masthead.sticky {
  position: fixed;
  top: 0;
  z-index: 999999;
  display: block;
  padding: 15px 0;
  width: 100%;
  border: none;
}
#main.sticky-content {
  margin-top: 77px;
}
#pbr-masthead {
  transition: all .3s;
}
.btn-toggle-canvas {
  background-color: transparent;
  color: #575757;
  font-size: 22px;
}


  /* mobile nav */
#gmg .navbar-offcanvas ul#main-menu-offcanvas > li .caret {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  border: transparent;
  background: transparent;
}
.navbar-offcanvas ul#main-menu-offcanvas > li .caret:after {
  display: none;
}


button.btn.btn-offcanvas.btn-toggle-canvas.btn-default {
  margin-right: 20px;
  border-color: #007141;
  border-radius: 0 5px 0 0 !important;
  background: #007141 !important;
}
button.btn.btn-offcanvas.btn-toggle-canvas.btn-default:hover {
  color: #fff;
}
.offcanvas-head.bg-primary {
  background-color: #282828 !important;
  color: #575757;
}
.navbar-offcanvas ul#main-menu-offcanvas > li a:hover {
  color: #007141 !important;
}
.navbar-offcanvas ul#main-menu-offcanvas li.active > a {
  color: #007141 !important;
}

@media screen and (min-width: 1201px) {
  .active-mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #gmg .sidebar-offcanvas.active {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block !important;
  }
  #gmg .hidden-md {
    display: block !important;
  }
  ul#primary-menu {
    display: none;
  }
  #gmg #pbr-topbar .list-inline.top-socials {
    margin: 0;
  }
}
#gmg .active-mobile {
  width: initial;
  height: initial;
  line-height: initial;
}
#gmg button.btn.btn-offcanvas.btn-toggle-canvas.offcanvas {
  letter-spacing: normal;
  font-size: 18px;
}
#gmg button.btn.btn-offcanvas.btn-toggle-canvas.offcanvas:hover {
  color: #ababab;
}
#gmg ul#main-menu-offcanvas li a {
  font-size: 18px;
}
.sidebar-offcanvas.active {
  width: 65% !important;
}


/* GMG PRODUCT */
  .gmg-product-prices {
  margin-bottom: 0 !important;
}
.gmg-product-price {
  color: #007141;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Arial' !important;
  line-height: initial;
}
span.price-slash {
  color: #808083;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 15px;
}

#gmg .gmg-product .vc_btn3 {
  padding: 10px 54px;
  font-family: 'Arial' !important;
}


.gmg-product-name.wpb_content_element {
  margin-bottom: 0;
}
.gmg-product-name p {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.gmg-product-name h3 {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  font-weight: 600;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: normal;
}

.sale-tag.vc_separator h4 {
  margin: 0;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  font-size: 12px;
}
.sale-tag.vc_separator.vc_separator_align_center h4 {
  padding: 4px .8em;
}
.vc_separator.sale-tag {
  margin-bottom: 20px;
}


/* BTNS */
.vc_btn3.-style_upper {
  text-transform: uppercase !important;
}

/* SAUCES */
.sauce .vc_btn3 {
  border-color: #007141 !important;
  background: #007141 !important;
}
#gmg .gmg-product.sauce .vc_btn3 {
  border-color: #007141;
  background: #007141;
}
.gmg-product.sauce .gmg-product-price {
  color: #007141;
}
#gmg .product_cat-sauce .btn.btn-default {
  border-color: #007141 !important;
  background: #007141 !important;
}


/* RUBS */
.rub .vc_btn3 {
  border-color: #007141 !important;
  background: #007141 !important;
}
.gmg-product.rub .gmg-product-price {
  color: #007141 !important;
}
#gmg .gmg-product.rub .vc_btn3 {
  border-color: #007141 !important;
  background: #007141 !important;
}
#gmg .product_cat-dry-rub .btn {
  border-color: #007141 !important;
  background: #007141 !important;
}
#gmg .rubs .product_cat-dry-rub .btn {
  border-color: #007141 !important;
  background: #007141 !important;
}

.orange-2:before,
.orange-2:after {
  background-color: #007141 !important;
}

/* ACCESSORY */
#gmg .gmg-product.accessory .vc_btn3 {
  border-color: #007141 !important;
  background: #007141 !important;
}

#gmg .grid.product_cat-accessories .btn {
  border-color: #007141 !important;
  background: #007141 !important;
}
#gmg .product_cat-accessories .btn.btn-default {
  border-color: #007141;
  background: #007141;
}
.gmg-product-page-info.accessories .vc_btn3 {
  border-color: #007141 !important;
  background-color: #007141 !important;
  text-decoration: none !important;
}


/* PELLETS */
.pellets .vc_btn3 {
  border-color: #007141 !important;
  background: #007141 !important;
}

#gmg .product_cat-pellets .btn {
  border-color: #007141 !important;
  background: #007141 !important;
}

#gmg .gmg-product-page-info.pellets .vc_btn3 {
  border-color: #007141;
  background: #007141;
}
#gmg .gmg-product.pellets .vc_btn3 {
  border-color: #007141;
  background: #007141;
}

.tabs.woocommerce-tabs
{
  clear: both;
}

/* GRILLS */
.grills .vc_btn3 {
  border-color: #007141 !important;
  background: #007141 !important;
  text-decoration: none !important;
}


.find-btn .vc_btn3 {
  border-color: #007141 !important;
  background: #007141 !important;
  text-decoration: none !important;
}

#gmg .product_cat-grills .btn {
  border-color: #007141 !important;
  background: #007141 !important;
}

#gmg .gmg-product-page-info.grills .vc_btn3 {
  border-color: #007141;
  background: #007141;
}
#gmg .gmg-product.grills .vc_btn3 {
  border-color: #007141;
  background: #007141;
}

/* PARTS */
#gmg .product_cat-parts .btn.btn-default {
  border-color: #007141;
  background: #007141;
}



/* SUPPORT */
div.new-own-linked {
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  .embed-container iframe {
    width: 100% !important;
  }
  .embed-container {
    width: 100% !important;
  }
}

p.video-tab:after {
  color: #000;
  content: '\67';
  vertical-align: middle;
  font-size: 45px;
  font-family: 'gmg-icon' !important;
  line-height: 0;
  position: relative;
  top: 3px;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion-inner a {
  color: #007141;
}

.support-grill img:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.1);
}
.support-grill img {
  opacity: .4;
  transition: all .55s ease-in-out !important;
}
.support-grill.active-support img {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .support-grill.active-support img {
    transform: scale(1);
  }
	.home_column_area3 p br {
		display: none;
	}
}
#gmg .support-grill.non-active-support img:hover .support-grill.active-support img {
  opacity: .4 !important;
  transform: scale(1) !important;
}


#tabbed-info ul.nav.nav-tabs {
  display: table;
  margin: auto;
  margin-bottom: 60px;
}

#tabbed-info ul.nav.nav-tabs.tabs-inner {
  margin-bottom: 0;
  padding-top: 0;
}
#tabbed-info ul.nav.nav-tabs.tabs-inner li a {
  padding-top: 0;
  color: #000 !important;
  line-height: 0;
}
#tabbed-info ul.nav.nav-tabs.tabs-inner li.active {
  border-bottom: 4px solid #007141;
}
#tabbed-info ul.nav.nav-tabs.tabs-inner li {
  display: inline-block;
  margin: 0 auto -1px auto !important;
  width: 85px !important;
  line-height: 0 !important;
}
#tabbed-info ul.nav.nav-tabs.tabs-inner li {
  transition: all 0s ease-in-out;
}

.inner-tab-contain {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #dfdfdf;
}

.support-grill h3 {
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}

.vc_parallax-inner.skrollable.skrollable-between {
  background-position: 50% 50%;
}

.accordion-heading {
  margin-bottom: 15px;
  padding: 8px 12px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
}
#gmg .nav-tabs > li.active > a {
  border-bottom: none;
  border-bottom-color: none;
  background-color: transparent!important;
  color: #007141;
  cursor: default;
}
#tabbed-info .nav-tabs > li > a {
  padding: 10px 5px;
  text-align: center;
}
#tab-info .nav > li > a > img {
  margin-bottom: 12px;
  width: 100%;
  max-width: 240px;
}
#tabbed-info ul.nav.nav-tabs li {
  opacity: .4;
  transition: all .44s ease-in-out;
}
#tabbed-info ul.nav.nav-tabs li:hover {
  opacity: 1;
}
#tabbed-info ul.nav.nav-tabs li.active {
  opacity: 1;
}
.accordion-inner {
  margin-bottom: 20px;
  padding: 0 20px;
}
a.accordion-toggle.collapsed:before {
  margin-right: 10px;
  color: #a2a2a2;
  content: '\f067' !important;
  font-family: FontAwesome !important;
}
a.accordion-toggle:before {
  margin-right: 10px;
  color: #a2a2a2;
  content: '\f068';
  font-family: FontAwesome !important;
}
#tab-info .tab-content {
  margin: auto;
  padding: 0 90px 60px 90px;
}
#tab-info .tab-content.inner-tabbed-content {
  padding: 0;
}
a.accordion-toggle p {
  display: inherit !important;
  margin-bottom: 0 !important;
}
a.accordion-toggle {
  display: inline-block;
  width: 100% !important;
}
.accordion-inner ul {
  padding: 0 10px !important;
}

ul.nav.nav-tabs {
  padding: inherit !important;
}


/* GRILLS */
  #gmg img.wifi-logo {
  display: inline;
  margin-right: 10px;
  width: 75px;
  vertical-align: bottom;
  vertical-align: middle;
}
.wpb_raw_html.grill-headers {
  margin-bottom: 0;
}
#gmg .smart-control h2 {
  display: inline-block !important;
  margin-top: 10px;
  vertical-align: middle;
}
.grill-headers h2 {
  font-weight: 700 !important;
  font-family: 'Arial' !important;
}
#gmg .smart-control {
  text-align: center;
}
.gmg-product img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.gmg-product img {
  transition: all .55s ease-in-out !important;
}


/* PARALLAX  AREA*/
.para-row h1,
.para-row h2 {
  margin: 0;
}


/* PELLETS */
  .camp-fire {
  display: inline-block;
  margin-right: 12px;
  height: 90px;
  vertical-align: baseline;
}
.pellet-usage-h2 {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700 !important;
  font-family: 'Arial' !important;
}
.pellet-img {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  vertical-align: text-top;
}
.pellet-info {
  display: inline-block;
  width: 76%;
  vertical-align: text-top;
  /*font-size: 12px;*/
}
.pellet-info strong {
  display: block;
}

.full-width .pellet-vid .vc_column-inner {
  padding: 0 !important;
}
.checked-list li {
  list-style: none;
}
.checked-list li:before {
  position: inherit;
  margin: auto;
  margin-right: 16px;
  margin-bottom: 0;
  width: 100%;
  content: '\f046';
  font-size: 26px;
  font-family: 'FontAwesome';
}
#gmg .checked-list li {
  margin-bottom: 10px;
  list-style: none;
  font-weight: 700;
  font-size: 26px;
}
#gmg .why-hardwood {
  margin-bottom: 0;
}


/* RUBS & SAUCES */
.rub-name {
  text-align: center;
}
.full-width .container {
  width: 100%;
  /*padding: 0;*/
}
.full-width .vc_column-inner {
  padding: 0;
}


/* GRILL PAGE */
#gmg .gmg-product-page-info .vc_btn3.vc_btn3-color-danger {
  margin-top: 20px;
  padding: 10px 54px;
  font-family: 'Arial' !important;
}
.gmg-product-page-name img {
  display: inline;
  margin-left: 20px;
  width: 60px;
  vertical-align: bottom;
}
.gmg-product-page-name h1 {
  display: inline-block !important;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: normal;
}
.gmg-product-page-name {
  margin-bottom: 0 !important;
}
.grill-product-page-price {
  margin-bottom: 0 !important;
}

.grill-desc-title {
  font-weight: 700;
  font-family: 'Arial' !important;
}
.grill-desc-title:before {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 6px;
  border-radius: 50px;
  background-color: #007141;
  content: '';
  vertical-align: middle;
}
.grill-tech-specs {
  width: 100%;
}
.grill-tech-specs td {
  padding: 0 8px;
  border: 1px solid rgb(243, 243, 243);
  font-size: 13px;
}
.tech-bold {
  color: #666;
  font-weight: 600;
}
.grill-tabs.vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-bottom: 5px solid #007141 !important;
}
.grill-tabs.vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
  border-bottom: 5px solid #007141 !important;
}
p.smart-features {
  margin: 0 !important;
  width: 85%;
  font-size: 12px;
  line-height: normal;
}
.smart-control-features p {
  margin: 0;
}
.col-sm-6.grill-feature {
  margin-bottom: 25px;
  padding: 0 !important;
}
.col-sm-6.grill-feature p {
  display: inline-block !important;
}
.feature-text {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.grill-feature img {
  display: inline-block;
  margin-right: 20px;
  width: 65px;
  vertical-align: text-top;
}
.smart-control-features .wpb_raw_code.wpb_content_element.wpb_raw_html {
  margin: 0;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  position: relative;
  right: 65px;
  margin: 1px 0 0 1px;
}
.wpb_image_grid .wpb_image_grid_ul a {
  display: block;
  margin: 0 6% 0 3%;
  border: 1px solid #ededed;
  background-color: transparent !important;
}
.wpb_image_grid .isotope-item img {
  opacity: 1 !important;
}
.wpb_image_grid .isotope-item {
  background-color: transparent !important;
}
.grill-components p {
  margin-bottom: 0;
}
.grill-components p.component {
  color: #616161;
}
p.component {
  width: 80%;
  font-size: 15px;
  line-height: normal;
}


/* WOO - Pages */
@media (max-width: 480px) {
  #gmg .product-block {
    margin-bottom: 20px;
  }
}

#gmg .viewpart.vc_btn3-container a {
  display: block;
  margin-top: 0;
  padding: 10px 54px;
  border: 1px !important;
  border-color: #007141 !important;
  border-radius: 5px;
  background: #007141 !important;
  box-shadow: none !important;
  color: #f7f7f7;
  font-size: 14px;
  font-size: 16px;
  font-family: 'Arial' !important;
  line-height: inherit !important;
  opacity: 1;
}

/* image flipped */
.pif-has-gallery .secondary-image:hover {
  z-index: 999;
  opacity: 1 !important;
}
.product_cat-grills .product-block .image img {
  transition: all .55s ease-in-out !important;
}
.product_cat-grills .product-block .image img:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
#gmg .button-action {
  height: 0 !important;
}


.single-product #main-content {
  padding-top: 80px;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #gmg.single-product #main-content {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 766px) and (max-width: 991px) {
  #gmg.single-product #main-content {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 765px) {
  #gmg.single-product #main-content {
    padding-top: 20px !important;
  }
}

.related.products .widget-title {
  display: none;
}

.para-row.para-row-with-text {
  padding: 160px 0 120px 0;
}

.dotted-header-contain {
  display: block;
  clear: both;
  padding: 40px 0;
  width: 100%;
}

.yith-compare {
  display: none !important;
}

#image-additional-carousel img {
  margin: 0 !important;
  margin-right: 15px !important;
  max-width: 92px;
  border: 1px solid #ededed;
  background-color: transparent !important;
}
#image-additional-carousel .owl-carousel-play {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
#image-additional-carousel .owl-item {
  width: auto !important;
}
.product-block .image img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.product-block .image img {
  transition: all .55s ease-in-out !important;
}
.single-product.woocommerce div.product form.cart .variations .label {
  display: none !important;
}
.single-product.woocommerce div.product form.cart div.quantity {
  margin-right: 40px;
  margin-bottom: 15px;
  padding: 0 10px 10px 0 !important;
  background-color: transparent !important;
}
#gmg #main .gmg-product-page-name h1.product_title.entry-title {
  display: inline-block !important;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: normal;
}
#gmg #main .gmg-product-page-name p {
  text-transform: uppercase !important;
  font-size: 14px;
}
.grill-product-page-excerpt {
  font-size: 14px;
}
.single-product.woocommerce div.product .variations_form.cart {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  border: none !important;
}
.single-product.woocommerce div.product form.cart {
  margin-top: 0 !important;
  margin-bottom: 10px;
  padding-top: 0 !important;
  border: none !important;
}
.single-product.woocommerce div.product form.cart .variations {
  margin-top: 0 !important;
}
.gmg-product-price-descript {
  padding: 0 0 20px 0;
}
#gmg .grill-product-page-price p.price {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Arial' !important;
  line-height: initial;
}
#gmg .gmg-product-page-info .btn-default {
  border-color: #007141;
  background: #007141;
}
#gmg .btn-default {
  margin-top: 0;
}
.product-block .model {
  margin: 0;
  text-transform: uppercase !important;
  letter-spacing: initial;
  font-size: 14px;
  font-family: 'Arial';
}
#gmg del {
  display: block;
  text-decoration: none;
}
#gmg del:after {
  color: #808083 !important;
  content: ' msrp';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
#gmg del span.woocommerce-Price-amount.amount {
  color: #808083 !important;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 15px;
}

.add-cart .btn.btn-lg.btn-default {
  margin-top: 25px;
  padding: 10px 54px !important;
  font-size: 14px !important;
}
#gmg li.reviews_tab {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs .vc_col-sm-4 h2 {
  display: block;
}

.product-block .image a,
.product-block .image .product-image {
  overflow: visible !important;
}

.woocommerce div.product .woocommerce-tabs ul.nav-tabs li.active:before {
  background-color: #007141 !important;
}
ul.nav.nav-tabs.wc-tabs.tabs li {
  position: relative;
  margin: 1px 0 0 1px;
}


/* PELLETS */
.full-width.pellet-vid-section {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  background-color: #d1d1d1 !important;
}
.wpb_video_widget {
  margin-bottom: 0 !important;
}
.pellet-vid-txt {
  padding-top: 1% !important;
  padding-bottom: 1% !important;
  padding-left: 3% !important;
}
.gmg-product-page-info button.gmg-add-to-cart {
  margin-top: 0 !important;
}


/* GRILL */
.grill-components-header,
.grill-components {
  background-color: #000 !important;
  color: #fff;
}
#gmg span.woocommerce-Price-amount.amount {
  color: #007141 !important;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Arial' !important;
  line-height: initial;
}
.product_cat-grills.sale .image {
  margin-bottom: 0 !important;
  border: none !important;
}


/* ACCESSORIES */
.vc_btn3-container.wpb_animate_when_almost_visible.wpb_fadeInUp.fadeInUp.vc_btn3-inline.wpb_start_animation.animated a {
  line-height: inherit;
}
#gmg .gmg-add-to-cart {
  display: block;
  margin-top: 25px;
  padding: 10px 54px;
  border: 1px !important;
  border-color: #007141 !important;
  border-radius: 5px;
  background: #007141 !important;
  box-shadow: none !important;
  color: #f7f7f7;
  font-size: 16px !important;
  font-size: 14px;
  font-family: 'Arial' !important;
  opacity: 1;
}
#gmg .grill-product-page-price.accessories p.price {
  color: #007141 !important;
}
#gmg .accessories-list .grill-product-page-price.accessories p.price {
  color: #007141 !important;
}
#gmg .woocommerce div.product span.price {
  color: #007141 !important;
  line-height: normal;
}
#gmg .product_cat-accessories .product-block .price {
  color: #007141 !important;
}

/* RUBS */

#gmg .grill-product-page-price.rub p.price {
  color: #007141 !important;
}
#gmg .rubs .product_cat-dry-rub span.woocommerce-Price-amount.amount {
  color: #007141 !important;
}
#gmg .product_cat-dry-rub span.woocommerce-Price-amount.amount {
  color: #007141 !important;
}


/* SAUCES */
#gmg .grill-product-page-price.sauce p.price {
  color: #007141 !important;
}
#gmg .product_cat-sauce span.woocommerce-Price-amount.amount {
  color: #007141 !important;
}


/* RECIPES MAIN */
.recipe-blocks .recipe-block {
  overflow: hidden;
  padding: 80px 40px;;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 801px) {
  section#recipe-type-header {
    display: none !important;
  }
  .recipe-img {
    background-attachment: initial !important;
  }
}

@media screen and (min-width: 1199px) {
  .recipe-blocks .recipe-block {
    margin: 0 1.5% 3%;
    width: 22.5%;
  }
  .recipe-blocks .recipe-block:last-child {
    margin-right: 0;
  }
  .recipe-blocks .recipe-block:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1198px) {
  .recipe-blocks .recipe-block {
    margin: 0 1.5% 3%;
    width: 47%;
  }
  .recipe-blocks .recipe-block {
    padding: 160px 40px;
  }
}
@media screen and (min-width: 450px) and (max-width: 819px) {
  .recipe-blocks .recipe-block {
    display: inline-block;
    margin: 0 1% 1%;
    width: 48%;
  }
  .recipe-blocks .recipe-block {
    padding: 120px 40px;
  }
}
@media screen and (min-width: 0) and (max-width: 449px) {
  .recipe-blocks .recipe-block {
    margin-bottom: 15px;
    width: 100%;
  }
  .recipe-blocks .recipe-block {
    padding: 120px 40px;
  }
  .recipe-blocks {
    margin: auto !important;
  }
}

.recipe-block .wpb_raw_code.wpb_content_element.wpb_raw_html {
  margin: 0;
}
.recipe-block h3 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}
.recipe-blocks .vc_column-inner {
  padding: 60px 40px;
}
.recipe-block .wpb_text_column {
  margin: 0;
}
#gmg .recipe-block .vc_column-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  margin: 0;
  background: #232323;
  opacity: .36;
}
span.dot {
  margin: 0 16px !important;
  color: #007045 !important;
  vertical-align: middle;
  font-size: 38px !important;
}
.dots-txt h3 {
  color: #bfbfbf;
  letter-spacing: 1px;
  font-weight: 100;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}

.recipe-block:hover .recipe-link {
  background-color: rgba(0, 0, 0, 0);
}

.recipe-block.beef-box:hover .recipe-link {
  background-color: rgba(184, 32, 44, .55);
}
.recipe-block.poultry-box:hover .recipe-link {
  background-color: rgba(240, 90, 40, .55);
}

.recipe-block.seafood-box:hover .recipe-link {
  background-color: rgba(102, 205, 245, .72);
}

.recipe-block.pizza-box:hover .recipe-link {
  background-color: rgba(245, 2, 0, .55);
}

.recipe-block.lamb-box:hover .recipe-link {
  background-color: rgba(228, 200, 90, .55);
}

.recipe-block.dessert-box:hover .recipe-link {
  background-color: rgba(146, 40, 140, .55);
}

.recipe-block.pork-box:hover .recipe-link {
  background-color: rgba(249, 145, 30, .55);
}

.recipe-block.veggies-box:hover .recipe-link {
  background-color: rgba(0, 146, 71, .55);
}

.recipe-block.sides-box:hover .recipe-link {
  background-color: rgba(8, 116, 189, .55);
}

.recipe-block.appet-box:hover .recipe-link {
  background-color: rgba(132, 195, 62, .55);
}

.recipe-block.baking-box:hover .recipe-link {
  background-color: rgba(117, 76, 40, .55);
}

.recipe-block.breakfast-box:hover .recipe-link {
  background-color: rgba(198, 155, 110, .55);
}

a.recipe-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  cursor: pointer;
  transition: all .8s ease-in-out;
}

.recipe-block img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .8s ease-in-out;
}
.recipe-block:hover img {
  transform: scale(1.2);
}
.recipe-block h3:before {
  display: block;
  font-size: 50px;
}
ul.recipe-side-list li a:before {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 22px;
}


/* RECIPE SINGLE */
.recipe-share {
  border-top: 2px solid #ebebeb;
}
.summary-block.col-lg-3 {
  width: 20%;
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .summary-block:nth-child(5n) {
    border-right: 2px solid #ebebeb;
  }

  .summary-block:nth-child(3n) {
    border-right: none !important;
  }
  .summary-block.col-lg-3 {
    margin-bottom: 15px;
    width: 33.33%;
  }
}
@media screen and (max-width: 499px) {
  .summary-block {
    border-right: none !important;
    border-bottom: 2px solid #ebebeb;
  }
  .summary-block:last-child {
    border-right: none !important;
    border-bottom: none !important;
  }
  .summary-block.col-lg-3 {
    margin-bottom: 15px;
    width: 100%;
  }
}

#main.recipes {
  padding: 80px 15px;
}
.recipe-img {
  background-attachment: fixed;
  background-position: 50% 50% !important;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.recipe-heads h1 {
  margin-top: auto;
}
.recipe-heads h2 {
  margin-bottom: auto;
  font-size: 21px;
  font-family: 'Arial' !important;
}
.overlay {
  padding: 160px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}
.summary-block:last-child {
  border: none;
}
.summary-block {
  padding: 10px;
  border-right: 2px solid #ebebeb;
  text-align: center;
}
.recipe-meta-custom {
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.recipe-side-list a:after {
  float: right;
  color: #b5b0af;
  content: '\f105';
  font-size: 10px;
  font-family: FontAwesome;
  line-height: 14px;
}
.recipe-side-list {
  padding: 0;
}
.recipe-side-list li {
  clear: both;
  margin: 0;
  width: 100%;
  border-top: 1px solid #afafaf;
  list-style: none;
  font-size: 15px;
  line-height: 16px;
}
.recipe-side-list li a {
  display: block;
  width: 100%;
  color: #afafaf;
}
.sidebar-title {
  margin-top: 0;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: initial;
}
.upper-txt {
  margin-bottom: 0;
  color: #b0b5bc;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
}
.middle-txt {
  margin: 0;
  font-size: 42px;
  line-height: 48px;
}
.lower-txt {
  margin-top: 0;
  line-height: normal;
}
.recipe-meta-custom ul {
  margin-bottom: 0;
  margin-left: 1.5px;
  padding: 0;
}
.recipe-meta-custom h3 {
  margin-top: 0;
}
.recipe-meta-custom {
  margin: 20px 0;
  padding: 20px 0;
}
.recipe-meta-custom li {
  list-style: none;
}
.recipe-meta-custom li:before {
  position: relative;
  margin-right: 10px;
  color: #000;
  content: '•';
  vertical-align: top;
}
.col-xs-12.recipe-heads {
  float: none;
}

.recipe-post:nth-child(3n+1) {
  margin-right: 0;
}
#gmg .recipe-post {
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 3%;
  padding: 0;
  width: 30.3%;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
}

#gmg .recipe-post-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all .8s ease-in-out;
}
#gmg .recipe-post:hover .recipe-post-img {
  transform: scale(1.2);
}
#gmg .recipe-post:hover {
  cursor: pointer !important;
}
.recipe-post-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 5px 10px;
  height: 42%;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}
.recipe-title {
  margin: 0;
  font-size: 18px;
  line-height: normal;
}
.recipe-prep-cook {
  position: absolute;
  bottom: 0;
  font-size: 13px;
}
.tax-meal-type #main.taxonomy {
  padding-top: 80px;
  padding-bottom: 60px;
}

.recipe-side-list li:hover a {
  left: 9px;
}
.recipe-side-list li a {
  position: relative;
  left: calc(60% - 100px);
  padding: 10px;
  transition: .4s ease-in-out;
}

.recipe-post-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  transition: all .8s ease-in-out;
}
#gmg .recipe-post:hover .recipe-post-overlay {
  background-color: rgba(0, 0, 0, 0);
}


  /* SIDE MENU & CONTENT AREA COLORS */
.term-beef a.icon-beef,
.meal-type-beef a.icon-beef {
  color: #b8202c;
}
a.icon-beef:hover {
  color: #b8202c;
}
.term-beef .recipe-post-info {
  background-color: rgba(184, 32, 44, .55);
}

.term-poultry a.icon-poultry,
.meal-type-poultry a.icon-poultry {
  color: #f05a28;
}
a.icon-poultry:hover {
  color: #f05a28;
}
.term-poultry .recipe-post-info {
  background-color: rgba(240, 90, 40, .55);
}

.term-pork a.icon-pork,
.meal-type-pork a.icon-pork {
  color: #f9911e;
}
a.icon-pork:hover {
  color: #f9911e;
}
.term-pork .recipe-post-info {
  background-color: rgba(249, 145, 30, .55);
}


.term-seafood a.icon-seafood,
.meal-type-seafood a.icon-seafood {
  color: #66cdf5;
}
a.icon-seafood:hover {
  color: #66cdf5;
}
.term-seafood .recipe-post-info {
  background-color: rgba(102, 205, 245, .72);
}

.term-lamb a.icon-lamb,
.meal-type-lamb a.icon-lamb {
  color: #e4c85a;
}
a.icon-lamb:hover {
  color: #e4c85a;
}
.term-lamb .recipe-post-info {
  background-color: rgba(228, 200, 90, .55);
}


.term-pizza a.icon-pizza,
.meal-type-pizza a.icon-pizza {
  color: #f50200;
}
a.icon-pizza:hover {
  color: #f50200;
}
.term-pizza .recipe-post-info {
  background-color: rgba(245, 2, 0, .55);
}


.term-vegetables a.icon-veggies,
.meal-type-vegetables a.icon-veggies {
  color: #009247;
}
a.icon-veggies:hover {
  color: #009247;
}
.term-vegetables .recipe-post-info {
  background-color: rgba(0, 146, 71, .55);
}


.term-bread a.icon-baking,
.meal-type-bread a.icon-baking {
  color: #754c28;
}
a.icon-baking:hover {
  color: #754c28;
}
.term-bread .recipe-post-info {
  background-color: rgba(117, 76, 40, .55);
}

.term-breakfast a.icon-breakfast,
.meal-type-breakfast a.icon-breakfast {
  color: #c69b6e;
}
a.icon-breakfast:hover {
  color: #c69b6e;
}
.term-breakfast .recipe-post-info {
  background-color: rgba(198, 155, 110, .55);
}

.term-appetizers a.icon-appetizers,
.meal-type-appetizers a.icon-appetizers {
  color: #84c33e;
}
a.icon-appetizers:hover {
  color: #84c33e;
}
.term-appetizers .recipe-post-info {
  background-color: rgba(132, 195, 62, .55);
}


.term-side-dish a.icon-sides,
.meal-type-side-dish a.icon-sides {
  color: #0874bd;
}
a.icon-sides:hover {
  color: #0874bd;
}
.term-side-dish .recipe-post-info {
  background-color: rgba(8, 116, 189, .55);
}


.term-dessert a.icon-dessert,
.meal-type-dessert a.icon-dessert {
  color: #92288c;
}
a.icon-dessert:hover {
  color: #92288c;
}
.term-dessert .recipe-post-info {
  background-color: rgba(146, 40, 140, .55);
}



/* SMART CONTROL */
  #gmg #main h1.mobile-app, #gmg #main h2.mobile-app {
  display: inline;
  vertical-align: -webkit-baseline-middle;
  font-weight: normal;
}
#gmg #main h2.mobile-app {
  font-size: 39px;
  font-family: 'GMGPrime', serif;
    text-transform: uppercase;
}
img.app-img {
  display: inline;
  margin-right: 15px;
  width: 70px;
  border-radius: 20px;
  vertical-align: middle;
}
.mobile-app-header {
  text-align: center;
}

#main.sidebar.wpautop .wpb_single_image .description
{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide_row
{
  display: none !important;
}

.b-shopLocal.js-shopLocal__trigger:focus{
  outline-color: #fff;
  outline-offset: 2px;
  outline: 2px solid;
}

.b-shopLocal.js-shopLocal__trigger:focus-visible{
  outline-color: #fff;
  outline-offset: 2px;
  outline: 2px solid;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recipe-post:nth-child(2n) {
    margin-right: 0 !important;
  }
  #gmg .recipe-post {
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 0;
    width: 48.5%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 669px) and (max-width: 767px) {
  .recipe-post:nth-child(2n) {
    margin-right: 0 !important;
  }
  #gmg .recipe-post {
    display: inline-block !important;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 1.5%;
    padding: 0;
    width: 48.7%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 0) and (max-width: 668px) {
  .recipe-post:nth-child(2n) {
    margin-right: 0 !important;
  }
  #gmg .recipe-post {
    display: inline-block !important;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 1.5%;
    padding: 0;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .recipe-side-list li:hover a {
    left: 7px;
  }
  .tax-meal-type aside {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recipe-side-list li a {
    left: calc(42% - 100px);
  }
}

@media screen and (min-width: 689px) and (max-width: 767px) {
  .recipe-side-list li a {
    left: calc(14% - 100px);
  }
}

@media screen and (min-width: 668px) and (max-width: 688px) {
  .recipe-side-list li a {
    position: relative;
    left: calc(16% - 100px) !important;
    padding: 10px;
  }
}
@media screen and (min-width: 376px) and (max-width: 667px) {
  .recipe-side-list li a {
    position: relative;
    left: calc(26% - 100px) !important;
    padding: 10px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .recipe-side-list li a {
    position: relative;
    left: calc(28% - 100px) !important;
    padding: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 320px) {
  .recipe-side-list li a {
    position: relative;
    left: calc(33% - 100px) !important;
    padding: 10px;
  }
}


/* find a dealer */
#gmg div#map {
  border: none !important;
  box-shadow: none !important;
}
#gmg #addy_in_radius {
  display: none !important;
}
#gmg label.text.length_112 {
  display: none !important;
}
#gmg div#addy_in_address {
  width: 95%;
}
#gmg .search_item {
  display: inline-block;
}
#gmg label.text.length_112 {
  display: none !important;
}
#gmg div#addy_in_address input {
  margin: 0 !important;
  padding: 10px 20px;
  width: 100%;
  height: 60px;
}
#gmg .search_item:last-child {
  position: absolute;
  right: 0;
  width: 10%;
}
#gmg #addy_in_radius {
  display: none !important;
}
#gmg div#radius_in_submit {
  /* width: 10%; */
  /* display: inline; */
  position: absolute;
  right: 0;
}
#gmg input#addressSubmit {
  padding: 10px 50px;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #007141;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}
/* input#addressSubmit:focus {
  outline: none !important;
}
#gmg input#addressInput:focus {
  outline: none !important;
} */
#gmg span.location_name {
  color: #007141;
  font-size: 16px;
}
span.slp_result_contact.slp_result_directions a {
  position: relative;
  display: inline-block;
  padding: 10px 35px;
  width: inherit;
  border: none;
  border-radius: 5px;
  background-color: #007141;
  color: #fff;
  vertical-align: bottom;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Arial';
  cursor: pointer !important;
}
span#slp_bubble_directions a {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px !important;
  padding: 8px 24px;
  width: inherit;
  border: none;
  border-radius: 5px;
  background-color: #007141;
  color: #fff;
  vertical-align: bottom;
  letter-spacing: 0;
  font-weight: 100;
  font-family: 'Arial';
}
span.location_detail_label {
  color: #007141;
  font-weight: 500;
}
.dealer-vid:hover {
  opacity: .8;
}
span#slp_bubble_name {
  margin-bottom: 5px;
  color: #007141;
  font-size: 16px;
}
span.slp_result_address.slp_result_phone {
  color: #007141;
}

@media screen and (min-width: 0) and (max-width: 668px) {
  #gmg .search_item {
    display: block;
  }
  #gmg .search_item:last-child {
    position: initial !important;
    right: 0;
    width: 100%;
  }
  #gmg div#radius_in_submit {
    position: initial !important;
  }
  #gmg div#addy_in_address {
    width: 100%;
  }
}


@media screen and (min-width: 887px) and (max-width: 1160px) {
  .jquery-lightbox-html iframe {
    width: 776px !important;
    height: 459px !important;
  }
  .jquery-lightbox-html {
    height: 461px !important;
  }
  .jquery-lightbox-background {
    width: 808px !important;
    height: 485px !important;
  }
  .jquery-lightbox.jquery-lightbox-mode-html {
    width: 820px !important;
    height: 460px !important;
  }
}


@media screen and (min-width: 756px) and (max-width: 886px) {
  .jquery-lightbox-html iframe {
    width: 657px !important;
    height: 409px !important;
  }
  .jquery-lightbox-html {
    height: 418px !important;
  }
  .jquery-lightbox-background {
    width: 689px !important;
    height: 435px !important;
  }
  .jquery-lightbox.jquery-lightbox-mode-html {
    width: 700px !important;
    height: 410px !important;
  }
}

@media screen and (min-width: 669px) and (max-width: 755px) {
  .jquery-lightbox-html iframe {
    width: 568px !important;
    height: 327px !important;
  }
  .jquery-lightbox-html {
    height: 335px !important;
  }
  .jquery-lightbox-background {
    width: 602px !important;
    height: 348px !important;
  }
  .jquery-lightbox.jquery-lightbox-mode-html {
    width: 612px !important;
    height: 327px !important;
  }
}


@media screen and (min-width: 461px) and (max-width: 668px) {
  .jquery-lightbox-html iframe {
    width: 356px !important;
    height: 200px !important;
  }
  .jquery-lightbox-html {
    height: 200px !important;
  }
  .jquery-lightbox-background {
    width: 387px !important;
    height: 225px !important;
  }
  .jquery-lightbox.jquery-lightbox-mode-html {
    width: 400px !important;
    height: 200px !important;
  }
}

@media screen and (min-width: 401px) and (max-width: 460px) {
  .jquery-lightbox-html iframe {
    width: 315px !important;
    height: 200px !important;
  }
  .jquery-lightbox-html {
    height: 200px !important;
  }
  .jquery-lightbox-background {
    width: 347px !important;
    height: 225px !important;
  }
  .jquery-lightbox.jquery-lightbox-mode-html {
    width: 360px !important;
    height: 200px !important;
  }
}

@media screen and (min-width: 0) and (max-width: 400px) {
  .jquery-lightbox-html iframe {
    width: 237px !important;
    height: 200px !important;
  }
  .jquery-lightbox-html {
    height: 200px !important;
  }
  .jquery-lightbox-background {
    width: 267px !important;
    height: 225px !important;
  }
  .jquery-lightbox.jquery-lightbox-mode-html {
    width: 280px !important;
    height: 200px !important;
  }
}



/* WARRANTY */
.warranty-notes {
  font-weight: bold;
  font-size: 12px;
}
.warranty-notes img {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  vertical-align: middle;
}
input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin-top: 20px;
  padding: 10px 50px;
  width: inherit;
  border: none;
  border-radius: 5px;
  background-color: #007141;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Arial';
  cursor: pointer !important;
}
#warranty-form .wpcf7-text {
  padding: 10px 10px;
  width: 100%;
  border-width: 1px !important;
  border-style: solid;
  border-color: #dfdfdf;
}
.wpcf7-select {
  height: 49px;
  border-color: #dfdfdf;
  background-color: #fff;
}
span.wpcf7-list-item.first.last {
  margin-left: 0;
}
/* .wpcf7-select:focus {
  outline: none !important;
}
input.wpcf7-form-control.wpcf7-submit:focus {
  outline: none !important;
}
#warranty-form .wpcf7-text:focus {
  outline: none !important;
} */


/* NEW OWNER */
h3.chunky {
  margin: 0;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: normal;
}

.manual-txt h3,
.new-txt h3 {
  margin: 0;
  color: #007141;
  letter-spacing: 1px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: normal;
}
.new-content-right h3 {
  margin: 0;
  letter-spacing: 1px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: normal;
}
p.sub-head {
  margin-bottom: 10px;
  color: #616161;
  font-size: 16px;
}
.manual-txt a,
.new-txt a,
.new-content-right a {
  color: #007141;
}
#gmg .new-owner-section {
  padding: 40px 15px;
}

/* row heights */
#watch-learn.new-owner-section {
  min-height: 400px;
}

.manual .wpb_single_image.wpb_content_element.vc_align_center {
  margin-bottom: 0;
}
.new-txt .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.new-txt1 {
  margin-bottom: 30px;
}


#gmg .new-txt-block {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
}
.new-txt-contain {
  display: table;
  width: 100%;
  height: 100%;
}
.new-txt {
  position: relative;
  top: 0;
  bottom: 0;
  padding-right: 60px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center !important;
}
#gmg .new-content-right {
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding-right: 8.33333%;
  height: 100%;
}
ol.new-user-list li p {
  color: initial !important;
  font-weight: initial !important;
}
ol.new-user-list li {
  color: #027141;
  font-weight: 800;
}
ol.new-user-list {
  padding-left: 10px;
}
.tray-img p {
  margin-top: 10px;
  text-align: center;
}
.time-heat h2 {
  margin-top: 0;
  margin-right: 40px;
  margin-bottom: 0;
}
.time-heat {
  margin-bottom: 30px;
}
.time-heat h2,
.time-heat img {
  display: inline-block;
  vertical-align: bottom;
}
img.burn-cau {
  margin-right: 20px;
  max-width: 50px;
  vertical-align: middle;
}
.time-heat img {
  margin-right: 16px;
  max-width: 50px;
}

.bag-lb-cln img {
  margin-right: 12px;
  max-height: 120px;
}
.bag-lb-cln img,
.bag-lb-cln p {
  display: inline-block;
  color: #027141;
  vertical-align: text-top;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.bag-lb-cln p span {
  font-weight: 100;
  font-style: italic;
  font-size: 14px;
}

.safety-first p {
  font-size: 19px;
}
.heat-dist {
  padding-top: 140px;
}
#smart-control .new-txt {
  padding: 140px 0;
}
.smrt-dnld img {
  margin: 20px 20px 0 0;
  max-width: 220px !important;
}
div#smart-control {
  padding-bottom: 0 !important;
}

.owner-left .wpb_raw_html {
  margin-bottom: 0;
}
.grill-assem {
  padding: 90px 0;
}
.airtemp {
  padding: 40px 0;
}
.grillclean {
  padding: 180px 0;
}
.initialburn {
  padding: 35px 0;
}
.smartcontrol {
  padding: 240px 0;
}
.chimneycap {
  padding: 60px 0;
}
.greasetray {
  padding: 220px 0;
}
.heatshield {
  padding-top: 20px;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .new-txt {
    padding-right: 0;
  }
  .page-id-19557 .wpb_single_image.vc_align_left,
  .page-id-19412 .wpb_single_image.vc_align_left,
  .page-id-19556 .wpb_single_image.vc_align_left {
    text-align: center;
  }
  .grill-assem {
    padding: 40px 0;
  }
  .airtemp {
    padding: 40px 0;
  }
  .grillclean {
    padding: 40px 0;
  }
  .initialburn {
    padding: 40px 0;
  }
  .smartcontrol {
    padding: 40px 0;
  }
  .chimneycap {
    padding: 40px 0;
  }
  .greasetray {
    padding: 40px 0;
  }
}


@media screen and (min-width: 0) and (max-width: 991px) {
  #gmg .new-content-right {
    left: initial !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #gmg .new-txt-block {
    position: relative;
    display: block;
    margin-bottom: 35px;
  }
  #gmg .new-content-right {
    position: relative;
    display: block;
    padding: 0 15px;
  }
  #gmg .new-owner-section {
    min-height: 0;
  }
}

.new-content-contain {
  display: table;
  width: 100%;
  height: 100%;
}
.new-content-inner {
  position: relative;
  top: 0;
  bottom: 0;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.new-owner-section:nth-child(odd) {
  background-color: #f2f2f2 !important;
}
img.new-txt-img {
  margin-bottom: 6px;
  max-height: 100px;
}
img.new-txt-img.warranty {
  max-height: 280px;
}



/* GMG EXP */
  .gmg-company {
  padding: 40px 0;
}
.gmg-company h2 {
  margin-top: 0;
  letter-spacing: 1px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: normal;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  padding: 15px 50px;
  border-color: #007141 !important;
  border-radius: 5px;
  background: #007141 !important;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Arial';
  line-height: 16px;
}
.company-desc h2 {
  margin-top: -10px;
}
#gmg .company-desc img {
  width: 70px;
  vertical-align: text-top;
}



/* why pellets */
.col-bg .vc_column-inner {
  padding: 400px 0;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#gmg .why-icon img {
  max-width: 70px;
  vertical-align: middle;
}
.why-wood-list h3 {
  margin: auto;
  margin-left: 10px !important;
}



/* contact */
.contact-form input,
.contact-form textarea {
  padding: 10px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.contact-info h2 {
  margin-top: 0;
  line-height: normal;
}
.contact-info a {
  color: #007141;
}



/* how it works */
#gmg .vc_custom_1493330621225 {
  position: relative;
  left: 100px;
  margin-top: -45px !important;
  margin-bottom: -250px !important;
  transform: scale(1.3);
}

#gmg .vc_custom_1493330628848 {
  position: relative;
  right: 75px;
  margin-top: -40px !important;
  margin-bottom: -250px !important;
  transform: scale(1.3);
}
#gmg .company-desc .vc_col-sm-2 .vc_column-inner {
  padding-right: 0;
}
#gmg .company-desc .vc_col-sm-8 .vc_column-inner {
  padding-left: 0;
}
#gmg #main .firewood-anatomy h1, #gmg #main .firewood-anatomy h2 {
  display: inline-block;
  margin-top: 0;
  color: #fff;
  vertical-align: text-top;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 66px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: normal;
}
.gt_started{
  font-size: 39px;
  font-weight: normal;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: 1.3;
}
.firewood-anatomy-imgs img {
  margin-right: 12px;
  max-width: 76px;
  vertical-align: baseline;
}
.firewood-anatomy-imgs {
  text-align: right;
}
.firewood-anatomy-imgs img:last-child {
  margin-right: 0;
}


.anatomy-ol ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.anatomy-ol ol li {
  margin-bottom: 10px;
}

.anatomy-ol ol li span {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  border-radius: 50%;
  background-color: rgb(0, 113, 65);
  color: white;
  font-size: 15px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #gmg .how-works-list .vc_column-inner,
  #gmg .anatomy-right .vc_column-inner {
    padding: inherit !important;
  }
}
#gmg .how-works-list {
  padding-left: 6px;
}
#gmg .anatomy-name {
  margin-bottom: 20px;
}
.anatomy-name h2 {
  vertical-align: middle;
}
.anatomy-name p img {
  margin-right: 12px;
  max-width: 60px;
  vertical-align: text-top;
}
.anatomy-name p,
.anatomy-name h2 {
  display: inline-block;
}


/* product navigation */
#primary-menu .dropdown-menu li {
  position: relative;
  display: inline-block !important;
  overflow: hidden;
  margin-right: 2%;
  padding: 10px 0 0;
  padding: 0;
  width: 14.78%;
  text-align: center;
  vertical-align: top;
}
#primary-menu .dropdown-menu li:last-child {
  margin-right: 0;
}
.grill-smart-single h2 {
  font-size: 18px;
}
#primary-menu .dropdown-menu li a {
  padding: inherit;
  width: 100%;
  text-align: center;
  white-space: inherit;
  font-size: 22px;
  line-height: 1em;
  color: #000 !important;
}
#pbr-masthead.sticky #primary-menu .dropdown-menu {
  top: 133%;
}
#primary-menu .dropdown-menu {
  top: 144%;
  left: 50%;
  z-index: 99999;
  margin-left: -800px;
  padding: 30px 40px 20px 40px;
  width: 1600px;
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .5);
}

#primary-menu #menu-item-19256 .dropdown-menu {
  margin-left: -670px;
  width: 1340px;
}
#primary-menu #menu-item-19256 .dropdown-menu li {
  width: 18.1%;
}


#primary-menu #menu-item-19603 .dropdown-menu {
  margin-left: -670px;
  width: 1340px;
}
#primary-menu #menu-item-19603 .dropdown-menu li {
  width: 18.1%;
}

.dropdown-menu .menu-item-image {
  display: block;
  margin: 0 0 7px;
  width: 100%;
  min-height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}



@media screen and (min-width: 1601px) and (max-width: 1640px) {
  #primary-menu .dropdown-menu {
    margin-left: -700px;
    width: 1400px;
  }
}
@media screen and (min-width: 1350px) and (max-width: 1460px) {
  #primary-menu .dropdown-menu {
    margin-left: -650px;
    width: 1300px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1351px) {
  #primary-menu .dropdown-menu {
    margin-left: -622px;
    width: 1240px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
  #primary-menu .dropdown-menu {
    margin-left: -600px;
    width: 1200px;
  }
}



@media screen and (min-width: 1461px) and (max-width: 1640px) {
  #gmg .dropdown-menu li {
    margin-right: 2%;
    width: 18.1%;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1460px) {
  #gmg .dropdown-menu li {
    margin-right: 2%;
    width: 18.1%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
  #gmg .dropdown-menu li {
    margin-right: 2%;
    width: 18.1%;
  }
}



/* home  */
#gmg .counters .counter-wrap {
  font-size: 28px;
  display: flex;
  flex-direction: column;
}

@media screen and  (max-width: 1199px) {
  .counters .counter-body {
    display: inline-block;
  }
}

@media screen and (max-width: 742px) {
  .counters .counter-wrap .space-top-25 {
    margin: 10px 0 !important;
  }
}
#gmg.home h3.duo-title
{
  margin-bottom: 0;
  padding: 15px 0 0 0;
}
#gmg.home h1.duo-title small, #gmg.home h3.duo-title small {
  color: #fff;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: normal !important;
}
@media (max-width: 767px) {
  #gmg.home h1.duo-title small, #gmg.home h3.duo-title small {
    font-size: 13px !important;
  }
}

.home h2.icon-watchlearn:before {
  position: relative;
  top: 16px;
  color: #007141;
  content: '\67';
  vertical-align: bottom;
  font-size: 85px;
}
@media screen and (max-width: 767px) {
  .home h2.icon-watchlearn,
  .l-body.-page_inner h2.icon-dealercenter {
    margin-top: 52px;
    font-size: 32px;
    line-height: 1.4em;
  }

  .home h2.icon-watchlearn:before,
  .l-body.-page_inner h2.icon-dealercenter:before {
    position: static;
    top: auto;
    display: block;
    margin: -30px 0;
    vertical-align: baseline;
  }
}

.home h2.icon-dealercenter:before {
    position: relative;
    top: 4px;
    color: #007141;
    vertical-align: middle;
    font-size: 82px;
    line-height: 1;
}
.l-body.-page_inner h2.icon-dealercenter {
  font: 60px/1em 'GMGPrime', serif;
  text-transform: uppercase;
}
.l-body.-page_inner h2.icon-dealercenter:before {
  position: relative;
  top: 28px;
  margin-right: 0;
  color: #000;
  vertical-align: bottom;
  font-size: 110px;
}
@media screen and (max-width: 767px) {
  .home h2.icon-dealercenter,
  .l-body.-page_inner h2.icon-dealercenter {
    font-size: 32px;
    line-height: 1.4em;
  }

  .home h2.icon-dealercenter:before,
  .l-body.-page_inner h2.icon-dealercenter:before {
    position: static;
    top: auto;
    display: block;
    margin: -30px 0;
    vertical-align: baseline;
  }
}
#home-shop figure.image {
  margin-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
#gmg #home-shop .nav-tabs > li > a {
  color: #575757;
  text-transform: uppercase !important;
}
#gmg #home-shop .nav-tabs > li.active > a {
  color: #007141;
}
.icon-4.versaltiliy:before {
  position: relative;
  color: #007141;
  content: '\7a';
  /* top: 18px; */
  vertical-align: sub;
  font-size: 93px;
  line-height: 0;
}
@media screen and (min-width: 714px) and (max-width: 991px) {
  .icon-4.versaltiliy:before {
    position: relative;
    color: #007141;
    content: '\7a';
    /* top: 18px; */
    vertical-align: sub;
    font-size: 58px;
    line-height: 0;
  }
}
@media screen and (max-width: 713px) {
  .icon-4.versaltiliy:before {
    position: relative;
    color: #007141;
    content: ' ';
    /* top: 18px; */
    vertical-align: sub;
    font-size: 58px;
    line-height: 0;
  }
}
#gmg-diff .xray {
  margin: 0 0 0 0 !important;
}

.video-contain .vc_btn3-container {
  margin-top: 20px;
}
.overlay-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, .35);
}
div#video-content {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}
.video-contain {
  display: table-cell;
  margin: auto;
  padding: 0 30px;
  width: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 0) and (max-width: 550px) {
  #video-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
  }
}

@media (max-width: 500px) {
  .hesperiden.tparrows {
    display: none !important;
  }
}
h1.duo-title small {
  color: #fff;
}
.ls-l.ls-video-layer.ls-videohack {
  width: 100% !important;
}
.wpb_layerslider_element.wpb_content_element {
  margin-bottom: 0 !important;
}
.owl-item {
  padding: 15px;
}
.icon-img-left img {
  width: 70px;
}
#gmg .counter-wrap.media i {
    font-size: 85px;
    display: inline-block;
    line-height: 1;
    color: #007A47;
}
.vc_separator.phone-sep,
.vc_separator.fire-sep {
  margin-bottom: 10px;
  height: 15px;
}

@media screen and (max-width: 991px) {
  .vc_separator.phone-sep,
  .vc_separator.fire-sep {
    margin-bottom: 5px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gmg-diff-left {
    margin-top: 40px;
  }
}

.join-server .icon-phone:before {
  position: relative;
  top: -15px;
  right: -10px;
  display: inline-block;
  float: left;
  color: #007141;
  content: '\78' !important;
  font-size: 80px;
}
.phone-sep .fa-adjust:before {
  content: '\78' !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 45px !important;
  font-family: 'gmg-icon' !important;
  line-height: 3 !important;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fire-sep .fa-adjust:before {
  content: '\7a' !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 45px !important;
  font-family: 'gmg-icon' !important;
  line-height: 3 !important;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.app-store .icon-android:before {
  position: relative;
  top: 32px;
  left: 25px;
  content: '\6d';
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 94px;
  line-height: 0;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.app-store .icon-apple:before {
  position: relative;
  top: 32px;
  left: 25px;
  content: '\6c';
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 94px;
  line-height: 0;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* firmware */
.firmware h2 {
  color: #007141;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}


/* responsive */

/* fonts header */

@media screen and (min-width: 769px) and (max-width: 1001px) {
  #gmg h1.header, #gmg h2.header {
    font-size: 5rem;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  #gmg h1.header, #gmg h2.header {
    font-size: 4rem;
  }
  div#header {
    padding: 120px 0 !important;
  }
}

@media screen and (max-width: 500px) {
  #gmg h1.header, #gmg h2.header {
    font-size: 3rem;
  }
  div#header {
    padding: 100px 0 !important;
  }
}


/* home */
@media screen and (min-width: 515px) and (max-width: 767px) {
  #gmg .app-store {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 0) and (max-width: 514px) {
  #gmg .app-store {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  #gmg .app-store .wpb_single_image.vc_align_right {
    text-align: center;
  }
  #gmg .app-store .wpb_single_image.vc_align_left {
    text-align: center;
  }
}

@media screen and (min-width: 743px) and (max-width: 991px) {
  #server-stats .join-server {
    display: block;
    width: 100%;
  }
  #server-stats .vc_col-sm-8 {
    width: 100%;
  }
  #server-stats .vc_col-sm-8 .vc_col-sm-4 {
    display: inline-block;
    width: 33.33%;
  }
}
@media screen and (min-width: 0) and (max-width: 742px) {
  #server-stats .vc_col-sm-8 .vc_col-sm-4 {
    margin-bottom: 15px;
  }
  .space-top-25 {
    min-width: 62px;
    text-align: center;
  }
  #server-stats .media-body {
    display: block;
  }
}


/* Company */


/* Smart Control */

.grill-smart .vc_parallax-inner.skrollable.skrollable-between {
  background-position: left;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .app-smart .vc_col-sm-4,
  .app-smart .vc_col-sm-8 {
    width: 50%;
  }
}
@media screen and (min-width: 0) and (max-width: 991px) {
  #gmg .vc_custom_1490750954173 {
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #gmg .mobile-app {
    display: inline-block;
    width: 50%;
  }
  .watch-learn .vc_column-inner {
    padding: 0 15px !important;
  }
  .watch-learn {
    margin-bottom: 15px;
  }
}

#gmg .start-grilling-smarter {
  padding: 0 55px;
}
.grill-smart-single p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.grill-smart-single h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: normal;
}
.grill-smart-single img {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
}

.grill-smart-list .wpb_wrapper
{
  margin: auto;
    display: table;
}

@media screen and (min-width: 1199px) {
  .wpb_raw_code.wpb_content_element.wpb_raw_html.grill-smart-list {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .grill-smart .vc_parallax-inner.skrollable.skrollable-between {
    background-position: -320px center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 0) and (max-width: 615px) {
  #gmg ul.grill-smart-ul {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1999px) {
  #gmg .start-grilling-smarter {
    margin-left: 25%;
    white-space: nowrap;
  }
  #gmg .start-grilling-smarter {
    padding: initial;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  #gmg .start-grilling-smarter {
    margin-left: 5%;
  }
  #gmg .start-grilling-smarter {
    padding: initial;
  }
}
@media screen and (min-width: 0) and (max-width: 549px) {
  #gmg .start-grilling-smarter {
    margin-left: auto;
  }
  #gmg .start-grilling-smarter {
    padding: initial;
  }
}
@media screen and (min-width: 0) and (max-width: 450px) {
  .grill-smart-single {
    display: table;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .grill-smart-single img {
    display: table-cell;
    margin: auto;
  }
  .grill-smart-single p {
    display: block;
  }
  .grill-smart-single h2 {
    display: block;
  }
}


  /* why pellets */

@media screen and (min-width: 1075px) and (max-width: 1560px) {
  .pellet-vid iframe {
    min-height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1074px) {
  #gmg .pellet-vid iframe {
    min-height: 512px;
  }
}
@media screen and (min-width: 0) and (max-width: 1174px) {
  #gmg .why-wood-list img {
    width: 60px;
  }
  #gmg .why-wood-list h3 {
    font-size: 20px;
  }
  #gmg .checked-list li {
    list-style: none;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .taste-dif-bg {
    display: none !important;
  }
}
@media screen and (min-width: 999px) and (max-width: 1200px) {
  #gmg .why-wood-list h3 {
    margin: auto;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 998px) {
  #gmg .why-wood-list h3 {
    margin: auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .why-wood-list .wpb_column.vc_column_container.vc_col-sm-10 {
    display: inline-block;
    width: 85%;
    vertical-align: text-top;
  }
  .why-icon.wpb_column.vc_column_container.vc_col-sm-2 {
    display: inline-block;
    width: 15%;
    text-align: initial;
  }
  #gmg .why-wood-list h3 {
    margin: auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 0) and (max-width: 449px) {
  .why-wood-list .wpb_column.vc_column_container.vc_col-sm-10 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .why-icon.wpb_column.vc_column_container.vc_col-sm-2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .why-icon  .wpb_single_image.vc_align_right {
    text-align: center;
  }
  #gmg .why-wood-list h3 {
    margin: auto;
    font-size: 18px;
  }
}



/* dealer locator */
@media screen and (min-width: 601px) and (max-width: 760px) {
  #gmg #map_sidebar .results_row_center_column {
    width: 35%;
  }
}
@media screen and (min-width: 420px) and (max-width: 600px) {
  #gmg #map_sidebar .results_row_center_column {
    width: 49%;
  }
  #gmg #map_sidebar .results_row_left_column {
    width: 50%;
  }
  div#map_sidebar .results_row_right_column,
  div#slpw_resultsbox .results_row_right_column {
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 0) and (max-width: 419px) {
  #gmg #map_sidebar .results_row_center_column {
    width: 100%;
  }
  #gmg #map_sidebar .results_row_left_column {
    width: 100%;
  }
  div#map_sidebar .results_row_right_column,
  div#slpw_resultsbox .results_row_right_column {
    width: 100%;
    text-align: left;
  }
}


/* how */
@media screen and (min-width: 992px) and (max-width: 1999px) {
  #gmg .vc_custom_1493330621225 {
    left: 75px;
    margin-top: -22px !important;
  }
  #gmg .vc_custom_1493330628848 {
    right: 15px;
    margin-top: -6px !important;
  }
  #gmg #main .firewood-anatomy h1, #gmg #main .firewood-anatomy h2 {
    font-size: 54px;
    line-height: normal;
  }
  .firewood-anatomy-imgs img {
    max-width: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #gmg .vc_custom_1493330621225 {
    left: 47px;
    margin-top: 63px !important;
  }
  #gmg .vc_custom_1493330628848 {
    right: 15px;
    margin-top: 109px !important;
  }
  .firewood-anatomy-imgs img {
    margin-right: 8px;
    max-width: 48px;
  }
  #gmg #main .firewood-anatomy h1, #gmg #main .firewood-anatomy h2 {
    font-size: 40px;
    line-height: normal;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #gmg .vc_custom_1493330621225 {
    position: relative;
    left: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: initial;
  }
  .product-block {
    padding: 15px;
  }
  #gmg .vc_custom_1493330628848 {
    position: relative;
    left: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: initial;
  }
  .vc_custom_1493338808133 {
    padding-bottom: 0 !important;
  }
  .vc_column-inner.vc_custom_1493330628848 {
    padding-top: 40px !important;
  }
  .firewood-anatomy-imgs {
    text-align: center;
  }
  #gmg #main .firewood-anatomy h1, #gmg #main .firewood-anatomy h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #gmg .anatomy-left,
  .anatomy-right {
    width: 50% !important;
  }
}

@media screen and (min-width: 460px) and (max-width: 767px) {
  #gmg .how-works-list {
    display: inline-block;
    width: 50%;
    vertical-align: text-top;
  }
}
@media screen and (min-width: 0) and (max-width: 459px) {
  #gmg .list1 {
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  #tab-info .tab-content {
    margin: auto;
    padding: 0 30px 60px 30px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1199px) {
  #gmg #tabbed-info ul.nav.nav-tabs li {
    margin: .2% !important;
    width: 32.93% !important;
  }
}
@media screen and (min-width: 0) and (max-width: 499px) {
  #gmg #tabbed-info ul.nav.nav-tabs li {
    margin: .2% !important;
    width: 49.6% !important;
  }
}
#tabbed-info ul.nav.nav-tabs li {
  margin: .2% !important;
  width: 16.27% !important;
}
@media screen and (min-width: 0) and (max-width: 575px) {
  a.accordion-toggle:before {
    width: 5%;
    vertical-align: top;
  }
  a.accordion-toggle p {
    display: inline-block !important;
    width: 85%;
  }
}

@media screen and (max-width: 1200px) {
  .dropdown-menu .menu-item-image {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #gmg-pros,
  #dealer-center {
    clear: both;
  }
}


@media screen and (min-width: 550px) and (max-width: 767px) {
  #gmg .footer-topper,
  #gmg .footer-top {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 0) and (max-width: 551px) {
  #gmg .footer-topper,
  #gmg .footer-top {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/* videos */
.page-id-19614 .recipe-block h3 {
  min-height: 94px;
}
ul.video-nav .btn {
  margin: 0 2px 4px 2px;
  padding: 8px 16px;
  width: auto;
  border-radius: 3px;
  background-color: #067242;
  color: white;
  text-align: center;
  text-transform: initial !important;
  letter-spacing: .7px;
  font-size: 16px;
  transition: all .3s ease ease-in-out;
}
ul.video-nav li {
  display: inline-block;
}
ul.video-nav {
  display: table;
  margin: auto;
  padding: 0;
}
ul.video-nav .btn:hover {
  transform: scale(1.03);
}

/* wifi support */

#wifi-support {
  padding-top: 40px;
  padding-bottom: 60px;
}


/* sale btn */
@media (min-width: 860px) {
  #gmg .modal-dialog {
    width: 780px;
  }
}

@media screen and (max-width: 600px) {
  #sale-btn img {
    height: 45px !important;
  }
  #sale-btn {
    right: -17px !important;
  }
}
@media screen (min-width: 601px) and (max-width: 800px) {
  #sale-btn img {
    height: 60px !important;
  }
}

@media (max-width: 480px) {
  #gmg .modal-dialog {
    margin: 30% auto;
  }
}

@media (min-width: 480px) and (max-width: 1400px) {
  #gmg .modal-dialog {
    margin: 20% auto;
  }
}
@media (min-width: 1401px) {
  #gmg .modal-dialog {
    margin: 15% auto;
  }
}

#sale-btn img {
  height: 90px;
  border-right: 5px solid #d71c24;
}
#sale-btn {
  position: fixed;
  top: 60%;
  right: -6px;
  z-index: 99;
  /* outline: none !important; */
  border: none;
  background-color: transparent;
}

.modal-body {
  padding: 0 !important;
}
.modal-content {
  border: none;
  background-color: transparent !important;
}
button.close {
  position: absolute;
  padding: 4px 10px;
  /* outline: none; */
  border: none;
  background-color: #007141 !important;
  color: #fff;
  font-size: 12px;
}
button.close-directions {
  right: 15px;
}


/* gmgnation */
#gmg li.dcsns-li {
  margin-right: 7.5px !important;
  margin-left: 7.5px !important;
  box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, .47);
}

#gmg .dcwss.dc-wall.modern.light .stream li .section-intro {
  background: #007141!important;
}
.dcwss.dc-wall.modern.light .stream li .section-intro a,
#gmg .dcwss.dc-wall.modern.light .stream li .socicon {
  color: #fff !important;
}
#gmg .dcwss.dc-wall.modern.light .stream li .section-intro span {
  color: #fff !important;
}

#gmg ul.stream {
  padding: 0;
}

@media screen and (max-width: 481px) {
  li.dcsns-li.dcsns-facebook.dcsns-feed-0 {
    margin: auto !important;
    width: 100% !important;
  }
}


.video-recipess .icon-watchlearn:before {
  color: #007141;
  content: '\67';
  vertical-align: middle;
  font-size: 75px;
}
#gmg .company-desc h2 {
  margin-top: -10px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: normal;
}

.video-recipess a {
  color: #007141;
}

@media screen and (max-width: 481px) {
  #gmg input#mce-EMAIL {
    width: 80% !important;
  }
  #gmg #mc_embed_signup .button {
    width: 20%;
  }
}


#gmg input#mce-EMAIL {
  display: inline !important;
  margin-bottom: 0;
  padding: 10px;
  width: 85% !important;
  height: 40px;
  /* outline: none !important; */
  border: none !important;
  border-radius: 0 !important;
  background-color: #575757 !important;
  color: #808080 !important;
}

#gmg #mc_embed_signup .button {
  display: inline !important;
  float: right;
  padding: 0 !important;
  width: 15%;
  height: 40px;
  /* outline: none !important; */
  border: none !important;
  border-radius: 0 !important;
  background-color: #575757 !important;
  color: #2d2d2d !important;
  text-align: center;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 42px;
  font-family: 'gmg-icon' !important;
  line-height: 1;
  cursor: pointer;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mc_embed_signup .button::placeholder {
  position: relative;
  top: 21px;
  color: #2d2d2d !important;
  font-size: 52px;
  cursor: pointer;
}
#gmg div#mc_embed_signup_scroll {
  border: 1px solid #7b7b7b;
}
#gmg #mc_embed_signup .clear {
  display: none;
}


/* cart/checkout */
tr.shipping {
  background-color: #f2f2f2;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th {
  border: none !important;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading {
  letter-spacing: 1.1px;
  font-weight: 700;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}

.woocommerce-billing-fields h2,
.woocommerce-shipping-fields h2,
h3#order_review_heading {
  letter-spacing: 1.1px;
  font-weight: 700;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #gmg .woocommerce .col2-set .col-1,
  #gmg .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
  }
  .quantity {
    float: none !important;
  }
  #gmg .woocommerce table.shop_table_responsive tr td,
  #gmg .woocommerce-page table.shop_table_responsive tr td {
    text-align: initial !important;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    content: none !important;
  }
  #gmg td.product-price:before,
  #gmg td.product-subtotal.price:before {
    margin-right: 6px;
    content: attr(data-title) ': ' !important;
    font-size: 19px;
  }
  #fyre .woocommerce-cart table.cart .product-thumbnail img {
    width: 90px !important;
  }
  #gmg .actions .pull-right {
    float: left !important;
    margin-top: 12px;
  }
  #gmg .actions .pull-left {
    width: 100%;
  }
  .woocommerce a.remove {
    float: right !important;
  }
}

@media screen and (max-width: 468px) {
  input#coupon_code {
    margin-bottom: 12px;
    width: 100% !important;
  }
  .coupon input.btn.btn-default {
    display: block;
    clear: left;
  }
}

tr.cart_item:nth-child(odd) {
  background-color: #fff !important;
}

tr.cart_item:nth-child(even) {
  background-color: #f2f2f2 !important;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: none !important;
}
.woocommerce table.shop_table thead {
  border-radius: 5px 5px 0 0;
  background-color: #007141;
  color: #fff;
  letter-spacing: 1.1px;
  font-size: 20px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}
#gmg td.actions {
  padding: 10px 12px;
  border-top: 1px solid #f2f2f2 !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 10px !important;
  min-width: 200px !important;
  min-height: 48px;
  border: 1px solid #dfdbdf !important;
}

.cart_totals.calculated_shipping h2 {
  margin: auto;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  background-color: #007141;
  color: #fff;
  letter-spacing: 1.1px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
}
.woocommerce table.shop_table {
  border-radius: 0 0 5px 5px !important;
}
a.checkout-button.alt.wc-forward.btn.btn-trans,
input#place_order,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce a.btn {
  display: inline-block !important;
  margin-bottom: 0;
  padding: 15px 50px !important;
  /* outline: none; */
  border-radius: 5px !important;
  background: #007141 !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: initial !important;
  letter-spacing: 0 !important;
  font-weight: 100 !important;
  font-size: 16px !important;
  font-family: 'Arial';
  line-height: 16px;
}
#gmg .table-responsive {
  border: 0 !important;
}



@media screen and (max-width: 376px) {
  #pbr-logo {
    width: 100px;
  }
  #home-shop .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .vc_tta-tabs-container {
    display: block !important;
  }
  .vc_tta-panel-heading {
    display: none;
  }
  .vc_tta-panel-body {
    border: none !important;
  }
}


@media screen and (min-width: 300px) and (max-width: 340px) {
  a.cart-contents {
    padding: 7px 8px !important;
  }
  button.btn.btn-offcanvas.btn-toggle-canvas.offcanvas {
    padding: 9px 15px !important;
  }
}


/* Dealer Center */
.dealer-row img {
  transition: all .55s ease-in-out !important;
}
.dealer-row img:hover {
  transform: scale(1.08);
}

h2.brand:before {
  position: relative;
  top: 15px;
  color: #007141;
  content: '\6a' !important;
  vertical-align: bottom;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 85px;
  font-family: 'gmg-icon' !important;
  line-height: normal;
}
h2.grillsicon:before {
  position: relative;
  top: 10px;
  color: #007141;
  content: '\79' !important;
  vertical-align: bottom;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 85px;
  font-family: 'gmg-icon' !important;
  line-height: normal;
}
h2.backyard:before {
  position: relative;
  top: 10px;
  color: #007141;
  content: '\7a' !important;
  vertical-align: bottom;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 85px;
  font-family: 'gmg-icon' !important;
  line-height: normal;
}


/* event */
#evcal_list {
  border-radius: 0 !important;
}
#evcal_list .eventon_list_event .evcal_cblock {
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid #4f4f4f;
  color: #fff !important;
  text-align: center;
}
#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
  color: #fff !important;
}
.evcal_list_a {
  background-color: #282828 !important;
}
.evcal_list_a:after {
  background-color: transparent !important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured {
  position: relative;
  padding-right: 17px;
  border-radius: 0 !important;
  background-color: #037445 !important;
  font-weight: 400 !important;
  line-height: 20px;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  border: 13px solid transparent;
  border-right: 8px solid #282828;
  content: '';
}
.evopop_top {
  border-left: 3px solid #007142 !important;
}
.eventon_fullcal .eventon_fc_days .evo_fc_day.on_focus {
  background-color: rgb(2, 115, 68) !important;
  color: #fff !important;
}
.eventon_fc_days .evo_fc_day.has_events {
  color: #027344 !important;
}
.eventon_fc_days .evo_fc_day.today:before {
  background-color: #077546 !important;
}
.evo_cal_above span.evo-gototoday-btn {
  background-color: #d71b24 !important;
  color: #fff !important;
  opacity: 1 !important;
}

ul.list-inline.foot-socials li {
  display: inline-block;
}

.sale-banner {
  padding: 20px 0 12px 0;
  text-align: center;
}

.sale-banner-btn,
.sale-banner .wpb_raw_code {
  display: inline;
}

.sale-banner-btn {
  vertical-align: text-bottom !important;
}

#gmg .sale-banner-btn a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-green {
  padding: 10px 20px !important;
  font-size: 12px !important;
}

.sale-banner .wpb_wrapper {
  display: inline;
}

.sale-banner h2 span {
  color: #b0b0b0 !important;
  font-size: 20px !important;
  font-family: 'Arial' !important;
}

.sale-banner h2 {
  display: inline;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  border-width: 0;
  color: #fff;
  text-align: inherit;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 50px;
  font-family: 'GMGPrime', serif;
  text-transform: uppercase;
  line-height: normal;
  transition: none;
}



@media screen and (max-width: 991px) and (min-width: 712px) {
  .sale-banner h2 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 711px) and (min-width: 550px) {
  .sale-banner h2 {
    font-size: 36px !important;
  }
  .sale-banner h2 span {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 549px) and (min-width: 0) {
  .sale-banner h2 {
    font-size: 22px !important;
    line-height: 0;
  }
  .sale-banner h2 span {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 595px) and (min-width: 550px) {
  .sale-banner .wpb_raw_code {
    height: 100px;
  }
}


@media screen and (max-width: 595px) and (min-width: 0) {
  .sale-banner h2 span {
    display: block !important;
    margin-top: 15px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 650px) {
  .sale-banner-btn,
  .sale-banner .wpb_raw_code {
    display: block;
  }
  .sale-banner .wpb_wrapper {
    display: block;
  }
}


/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */
#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
  #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
  #mc_embed_signup .clear {display: block; width: 100% }
  #mc_embed_signup .button {width: 100%; margin:0; }
}
/* @media(min-width: 1201px){
  .header_custom_for_desktop .container{
    width: 100%;
  }
  .gmg-nav-container
  {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  #primary-menu .dropdown-menu {
    left: 0;
    margin-left: 0;
    width: 100%;
}
#primary-menu .dropdown-menu li {
    width: 18.1%;
}
  #primary-menu #menu-item-19256 .dropdown-menu {
    margin-left: 0;
    width: 100%;
    left: 0;
}
#primary-menu #menu-item-19256 .dropdown-menu li {
    width: 18.1%;
}
} */


/**** New Css ****/
.main_banner_section
{
  position: relative;
}

.main_banner_section .b-slider
{
  display: none !important;
}

.main_banner_section .b-slider__content_hero
{
  position: absolute;
  top: 25%;
  color: #fff;
  left: 10%;
}

.b-slider__content_hero h1{
  margin-top: 0;
  text-transform: uppercase;
  font-size: 82px;
  line-height: 1em;
  font-weight: normal !important;
  font-family: 'GMGPrime', serif !important;
}
.b-slider__content_hero a.video_link_btn {
  padding: 18px 30px 15px;
  border-radius: 5px;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Arial';
  line-height: initial;
  background: #007141;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 40px;
  display: table;
}


.main_banner_section .wpb_wrapper, .main_banner_section .vc_single_image-wrapper
{
  display: block !important;
}

.main_banner_section img{
  width: 100%;
  display: block;
}

.b-slider__content_hero .arrow-right_video {
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

video{
  max-width: 100%;
}

@keyframes fadein{0%{opacity:0}to{opacity:1}}
.modal_video_stack.fade.active{opacity:1;animation:fadein .2s}
.modal_video_stack video{background:#fff;padding:5px;display:block;width: 100%;}
.button_close_mdl {
  border: 0;
  color: #000;
  position: absolute;
  top: -28px;
  z-index: 99;
  right: 0;
  font-size: 17px;
  cursor: pointer;
  animation: fadein .2s;
  font-family: arial;
  background: #fff;
  border-radius: 0;
  width: 33px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

.modal_video_stack{
  background-color:#000;border:0;border-radius:0;box-shadow:none;display:none;max-width:100%;padding:0;visibility:hidden;z-index:99999999;
  overflow:visible;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
   max-width:93%; 
/*  max-width:350px;*/
  animation:fadein .2s;
  width:850px
}
@media (min-width: 1920px){
  .modal_video_stack{
    max-width:93%;
    animation:fadein .2s;
    width:1024px
  }
}
  .modal_video_stack.active{display:block;visibility:visible;-webkit-overflow-scrolling:touch;animation:fadein .2s}
  .modal_video_stack:focus{outline:none}.modal_video_stack-bg:empty{display:block!important}
  .modal_video_stack-bg{background: rgba(0,0,0,0.8);
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: fadein .2s;
  z-index: 999999;}
/**** New Css End ****/



.home_column_area3 h2 {
  font-size: 5.5rem;
  line-height: 6rem;
  font-family: 'GMGPrime', serif !important;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.home_column_area3 .pro_column_home .wpb_column.vc_column_container
{
  position: relative;
}

.home_column_area3 .pro_column_home .wpb_column.vc_column_container:after{
  background: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.home_column_area3
{
  padding-bottom: 80px;
}

.home_column_area3 .vc_column-inner .wpb_wrapper
{
  position: relative;
  z-index: 99;
}

@media (min-width: 768px){
  .home_column_area3 .vc_row.wpb_row.vc_inner.vc_row-fluid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .home_column_area3 .vc_col-sm-4 {
    width: 30.333333%;
  }
}


.home_column_area3 .container
{
  width: 1380px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.home_column_area3 .wpb_text_column
{
  margin-bottom: 10px;
}

.home_column_area3 .pro_column_home .vc_column_container .vc_column-inner {
  padding: 50% 40px 30px;
  background-repeat: no-repeat;
}

.home_column_area3 h3{
    font-family: 'GMGPrime', serif !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
    position: relative;
    margin-bottom: 40px;
}

.home_column_area3 sup{
  font-family: arial;
  font-size: 17px;
  position: relative;
  top: -10px;
  left: -5px;
}


.home_column_area3 h3:after {
  position: absolute;
  bottom: -16px;
  content: "";
  width: 60px;
  height: 3px;
  left: 0;
  display: block;
  background-color: #fff;
  
}

.home_column_area3 p{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}

.home_column_area3 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey{
  color: #fff !important;
  background: transparent !important;
  padding: 10px 30px 8px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin-top: 10px !important;
  border: 1px solid #fff !important;
  border-color: #fff !important;
  line-height: 24px;
}

.home_column_area3 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover{
  border-color: #009247 !important;
}

@media (max-width: 1330px){
  .home_column_area3 .pro_column_home .vc_column_container .vc_column-inner {
    padding-top: 40%;
}
  .b-slider__content_hero h1 {
    font-size: 80px;
}
.home_column_area3 .pro_column_home .vc_column_container .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
  background-size: cover;
  height: 400px;
}
.home_column_area3 h2 {
  font-size: 3.6rem;
  margin-top: 0;
}
.home_column_area3 p {
  font-size: 14px;
}
.home_column_area3 h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.b-slider__content_hero h1 {
  max-width: 100%;
}
.main_banner_section .b-slider__content_hero {
  left: 0;
  width: 100%;
  padding: 0 35px;
  margin: 0;
}
}

@media (max-width: 1023px){
  .home_column_area3 p {
    font-size: 15px;
}
.home_column_area3 .pro_column_home .vc_column_container .vc_column-inner {
  padding-top: 35%;
}


}
@media (max-width: 767px){
.home_column_area3 .vc_row.wpb_row
{
  margin: 0;
    padding: 0 15px;
}
.home_column_area3 .vc_row.wpb_row.vc_inner.vc_row-fluid .wpb_column.vc_column_container {
  margin-bottom: 15px;
}
.home_column_area3 .pro_column_home .vc_column_container .vc_column-inner {
  padding: 60% 20px 4%;
  height: auto;
}

.home_column_area3 h2 {
  font-size: 47px;
  margin-top: 0;
  line-height: 55px;
  margin-bottom: 0;
}
.home_column_area3 {
  padding-bottom: 15px;
}
.main_banner_section .b-slider__content_hero {
  top: 11%;
}
.b-slider__content_hero a.video_link_btn {
  margin-top: 20px;
}
.home_column_area3 h3 {
  font-size: 44px;
  line-height: 47px;
}
.home_column_area3 p {
  font-size: 17px;
}
.site-content .home_column_area3 .wpb_text_column
{
  padding: 0;
}

}
@media (max-width: 639px){
.b-slider__content_hero h1 {
  font-size: 40px;
  line-height: 63px;
}
.b-slider__content_hero a.video_link_btn {
  padding: 12px 16px 10px;
  font-size: 14px;
}

}
@media (max-width: 575px){
.b-slider__content_hero h1 {
  font-size: 33px;
    line-height: 43px;
}
.home_column_area3 h3 {
  font-size: 27px;
  line-height: 35px;
}
.home_column_area3 p {
  font-size: 14px;
}
.main_banner_section .b-slider__content_hero {
  top: 19%;
}
}
[tabindex]:not([tabindex="-1"]):focus, a:focus, button:focus, input:focus, select:focus:focus, textarea:focus {
  outline-offset: 2px;
  outline: 2px solid;
}
.sllv-video__link:focus, .sllv-video__link:focus-visible
{
  outline-offset: 2px !important;
  outline: 2px solid !important;
}

.sllv-video {
  background: #fff !important;
}
.sllv-video:focus, .sllv-video:focus-visible{
  outline-offset: 2px !important;
  outline: 2px solid !important;
}

:focus-visible {
  outline-offset: 2px !important;
  outline: 2px solid !important;
}
.vc_general.vc_btn3.active, .vc_general.vc_btn3:active, .vc_general.vc_btn3:focus {
  outline-offset: 2px !important;
  outline: 2px solid !important;
}

.woocommerce-billing-fields h3, .woocommerce-billing-fields h2, .woocommerce-shipping-fields h3, .woocommerce-shipping-fields h2{
  font-weight: normal;
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last{
  margin-top: 0;
}
.woocommerce table.shop_table th {
  font-weight: normal;
}

h1#order_review_heading{
  line-height: 45px;
}

.custom_new_pro_two .products.products-grid
{
  max-width: 1000px;
  margin: auto;
}

.custom_new_pro_two .product-block .model {
  color: #000;
}

.home_column_area3 .pro_column_home .vc_column_container .vc_column-inner>.wpb_wrapper{
  background: rgba(0,0,0,0.5);
  padding: 10px;
}


:focus {
  outline: 2px solid #000 !important;
  outline-offset: 4px !important; /* Adjust the offset as needed */
}

.b-form__label
{
  font-weight: normal !important;
}

.b-videoSlider__wrapper .b-playlist button{
  display: none;
}

.single.single-product #main.sticky-content {
  margin-top: 0;
}

.visibility_hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.accordion-inner a{
  text-decoration: underline !important;
}

.grill_smarter_section{
  width: 100% !important;
}

/* #primary-menu  {
  &:not(:hover, :focus, :active, :focus-visible, :focus-within) {
    .dropdown-menu {
      visibility: hidden;
    }
  }
} */

@media (min-width: 768px) {
.navbar-mega .navbar-nav > li:focus > .dropdown-menu, .navbar-mega .navbar-nav > li:focus-within > .dropdown-menu {
  opacity: 1;
  right: 0px;
  transform: translate(0px, 0px);
  visibility: visible;
}


}


.why-hardwood a{
  text-decoration: underline;
}

.sllv-video{
  box-shadow: none !important;
}
.content a{
  text-decoration: underline;
}

.vc_btn3-container a.vc_btn3, .products.products-grid .product-block a{
  text-decoration: none !important;
}

.centre_apple{
  text-align: center;
}

.b-slider__content_hero a.video_link_btn{
  text-decoration: none !important;
}

.wpb_wrapper a, .summary.entry-summary .gmg-product-price-descript a, #woo-btm-section a {
  text-decoration: underline !important;
}

#gmg .grid.product_cat-accessories .btn {
  text-decoration: none !important;
}

#woo-btm-section .product-block a{
  text-decoration: none !important;
}

/*** Contrast error style Start **/
.join-server h2 small {
  color: #6B6B6B !important;
}
.counters h5{
  color: #6B6B6B !important;
}
#gmg footer p, #gmg footer a {
  color: #B0B0B0 !important;
}
#gmg #mc_embed_signup .button {
  color: #D1D1D1 !important;
}
.new-user-btn a {
  border: 1px solid #00B86B;
  color: #00B86B !important;
}
.navbar-mega .navbar-nav li.active a {
  color: #00B86B !important;
}
.b-videoLinkList__link {
  color: #000000 !important;
}

#gmg.single-product li#menu-item-19256 a {
  color: #00B86B;
}

.woocommerce div.product .tabs.woocommerce-tabs ul.nav-tabs li a {
  color: #6B6B6B;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, #gmg .product-block .price > *, #server-stats .fa, .green {
  color: #00B86B;
}
.grill-components p.component {
  color: #787878;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, #gmg .product-block .price > *, #server-stats .fa, .green {
  color: #007A47;
}

#gmg.tax-meal-type li#menu-item-19320 a{
  color: #00B86B;
}

.why-hardwood p.green{
  color: #005C36;
}
.ajde_evcal_calendar .eventon_fullcal .evo_fc_day {
  color: #000 !important;
}

.navbar-mega .navbar-nav ul.dropdown-menu li.active a
{
  color: #000 !important;
}

/*** Contrast error style End **/


.recipe-block a, .cart_item a{
  text-decoration: none !important;
}

.fancybox-container.fancybox-is-open .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.contact-info .vc_btn3-container.vc_btn3-inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

#gmg .grid.product_cat-accessories .btn:focus, #gmg .gmg-product-page-info.grills .vc_btn3:focus, .gmg-product-page-info a.vc_btn3:focus, .products-grid.product .button-groups a.vc_btn3:focus, #gmg .viewpart.vc_btn3-container a:focus, .purchasable .product-block a.vc_btn3:focus, .the-recipe img:focus, .recipes-content .the-recipe a:focus, .contact-info .vc_btn3-container.vc_btn3-inline:focus, #watch-learn a.vc_btn3:focus {
  outline-offset: 2px !important;
  outline: 2px solid #000 !important;
}

.recipe-post:has(.single-recipe-link:focus) {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

button.sllv-video__button:focus{
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
}

.products-grid.product .wp-post-image--secondary
{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.products-grid.product .secondary-image:hover {
  z-index: 999;
  opacity: 1 !important;
}
.products-grid.product .secondary-image:hover {
  z-index: 999;
  opacity: 1 !important;
}
.pad_accessibility{
  padding: 100px 15px;
  max-width: 900px;
  margin: auto;
  width: 100%;
}
.hideprogress {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.woocommerce-input-wrapper input#human_check{
  width: 150px!important;
}
    .skip-link {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    .skip-link:focus {
      position: static;
      width: auto;
      height: auto;
      overflow: visible;
    }

    #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc .sl-logo-cont:before {
      display: none !important;
  }
  #asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns .s-direction {
    text-align: left;
    background: transparent;
    color: #7a7a7a;
    letter-spacing: 0;
    padding: 0 !important;
    border: 0;
    text-transform: none !important;
}
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter label {
  font-size: 22px !important;
  color: #000 !important;
  margin-bottom: 10px !important;
}
#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns {
  margin-top: 0 !important;
}
.vc_tta-panels-container .vc_general.vc_pagination.vc_pagination-style-outline.vc_pagination-shape-round{
  display: none;
}


.app_row_setting
{
  padding: 40px 0 60px;
}

.app_row_setting .container{
  max-width: 800px;
}

.new_grll_row .container{
  max-width: 800px;
  margin: auto;
}

.new_grll_row .vc_row.wpb_row
{
  margin-bottom: 80px;
}
.new_grll_row .vc_row.wpb_row:last-of-type{
  margin-bottom: 0;
}

.new_grll_row img.alignnone
{
  margin-top: 0;
}
.cnnctn_mdd
{
  margin-bottom: 10px !important;
}
.new_grll_row h3{
  margin-top: 0 !important;
}
.new_grll_row h3{
  font-family: 'GMGPrime', serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 25px;
}
.new_grll_row .vc_row.wpb_row.vc_inner.vc_row-fluid
{
  display: flex;
  align-items: center;
}

.mobile-app-txt-app-v{
  padding-left: 70px !important;
  padding-right: 20px !important;
}

@media (max-width: 767px) {
  .mobile-app-txt-app-v{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .new_grll_row .vc_row.wpb_row.vc_inner.vc_row-fluid
  {
    flex-direction: column;
  }

  .new_grll_row .vc_row.wpb_row:nth-child(odd) .wpb_column.vc_column_container:nth-child(odd)
{
  order: 1;
}
.vc_custom_1709669284144, .vc_custom_1715671922814
{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

}

@media (min-width: 1201px){
  
  .small_nav_submenu.menu-item-has-children
  {
    position: relative !important;
  }

  #primary-menu .small_nav_submenu .dropdown-menu {
    padding: 20px 20px 20px !important;
}

.small_nav_submenu ul.dropdown-menu li a
{
  padding-bottom: 20px !important;
  font-size: 18px !important;
  margin: 0 !important;
}

#primary-menu .small_nav_submenu ul.dropdown-menu li a:hover{
  color: #007141 !important;
}

.small_nav_submenu ul.dropdown-menu li:last-of-type a
{
  padding-bottom: 0 !important;
}

  .small_nav_submenu
  {
    position: relative !important;
  }
  .small_nav_submenu ul.dropdown-menu{
    width: 250px !important;
      margin: 0 !important;
      top: 40px !important;
      left: 0 !important;
  }
  .small_nav_submenu .dropdown-menu li a {
    text-align: left !important;
}
.small_nav_submenu li {
  margin-right: 0 !important;
  width: 100% !important;
}
}

@media (max-width: 1200px){
#gmg .sidebar-offcanvas .navbar-offcanvas ul#main-menu-offcanvas > li .caret {
  position: absolute !important;
  top: 21px !important;
  right: 12px !important;
  z-index: 99 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  border-top: 4px dashed !important;
}
}
.woocommerce-checkout .radio input[type="radio"], .woocommerce-checkout .radio-inline input[type="radio"], .woocommerce-checkout .checkbox input[type="checkbox"], .woocommerce-checkout .checkbox-inline input[type="checkbox"]
{
  position: static !important;
}
.woocommerce-checkout #add_payment_method #payment div.form-row, .woocommerce-checkout .woocommerce-cart #payment div.form-row, .woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  padding: 0 !important;
}
.woocommerce-checkout input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"]{
  padding: 5px 10px !important;
}

#gmg-recipes .klaviyo-form form {padding: 15px 0 0 0 !important; background-color: transparent !important;}
#gmg-recipes .klaviyo-form .kl-private-reset-css-Xuajs1 {min-height: auto !important;}
#gmg-recipes .klaviyo-form form input[type=email] {background: #575757 !important; border: solid 1px #7b7b7b !important; border-right: 0 !important; border-radius: 0 !important; letter-spacing: 0 !important; color: #fff !important; font-size: 14px !important;}
#gmg-recipes .klaviyo-form form input[type=email]:focus {outline: none !important;}
#gmg-recipes .klaviyo-form form div > div > div.kl-private-reset-css-Xuajs1:nth-child(2) {padding: 0 !important;}
#gmg-recipes .klaviyo-form form div > div > div.kl-private-reset-css-Xuajs1:nth-child(2) button {border-radius: 0 !important; letter-spacing: 0 !important; border: solid 1px #7b7b7b !important; font-weight: normal !important; font-size: 12px !important; height: 38px !important;}
#gmg-recipes .klaviyo-form form h1 span {color: #fff !important; font-size: 18px !important; font-family: Helvetica, Arial, sans-serif !important; font-weight: bold !important;}
.warranty_heading h2{
  font-size: 3.5rem;
line-height: 4rem;
margin-bottom: 0;
margin-top: 50px;
}


.btn_warranty a.vc_general:hover{
background: #0a9c5e;
}

.btn_warranty a.vc_general{
  font-family: GMGPrime, serif;
  text-transform: uppercase;
  font-size: 24px;
  padding: 19px 40px;
}

.pro_row_warranty .products-grid div.product .product-block {
  margin-bottom: 0;
}


.form_wrnty .form-group {
            margin-bottom: 15px;
        }
        .form_wrnty label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .form_wrnty input[type="text"],
        .form_wrnty input[type="email"],
        .form_wrnty input[type="tel"],
        .form_wrnty input[type="file"] {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .form_wrnty input[type="checkbox"] {
          margin-top: 0;
          position: relative;
          top: 1px;
          margin-right: 2px !important;
      }

        .form_wrnty .checkbox-group {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .form_wrnty .checkbox-group input {
            margin-right: 8px;
        }
        .form_wrnty .error {
            color: red;
            font-size: 12px;
            display: none;
        }
        .form_wrnty button, .form_wrnty input[type="submit"]{
          width: 100%;
          background: #007141;
          color: white;
          padding: 10px;
          border: none;
          border-radius: 5px;
          cursor: pointer;
          font-size: 26px;
          font-family: 'GMGPrime', serif;
          text-transform: uppercase;
          letter-spacing: 1px;
          line-height: 32px;
        }
        .form_wrnty button:hover {
            background: #028c52;
        }

        .lft_col_wr h1{
          display: block;
          font-weight: normal;
          font-size: 40px;
          line-height: 44px;
        }
        .lft_col_wr p{
          font-size: 18px;
          font-weight: bold;
          line-height: 29px;
          margin-top: 27px !important;
        }

        .font_nrml label{
          font-weight: normal;
        }
       
        @media (max-width: 767px) {
          .ttl_row_wrnty .wpb_text_column {
             padding: 0 !important;
          }
          .grill-headers h2 {
            font-size: 22px;
        }

        .btn_warranty a.vc_general {
          margin-left: 20px;
          margin-right: 20px;
      }
      .warranty_heading h2 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 0;
        margin-top: 40px;
    }
      }

      @media (min-width: 768px) {
        .container {
            max-width: 100%;
        }
    }

    .icon_sec_area .vc_column-inner > .wpb_wrapper {
      padding: 30px;
      background: #f5f5f5;
      border-radius: 10px;
  }

  .icon_sec_area .wpb_single_image.wpb_content_element
  {
    margin-bottom: 15px;
  }

    .icon_sec_area .wpb_text_column{
      margin-bottom: 0px;
    }
    .icon_sec_area figure
    {
      margin-bottom: 10px !important;
    }
    

    .icon_sec_area figure img{
      height: 60px !important;
      width: auto !important;
  }
    .icon_sec_area p, .icon_sec_area p span{
      font-size: 22px;
      font-weight: bold !important;
      line-height: 1.5;
    }
    .b-form__item.lbl_flx{
      display: flex;
      align-items: center;
      gap: 10px;
    }
  
    .b-form__row.nomarge{
      margin-bottom: 7px;
    }
    .lbl_flx span
    {
      width: 17%;
    }
    .lbl_flx span.wpcf7-not-valid-tip {
      width: 100%;
      position: absolute;
      bottom: -22px;
      left: 0;
  }
  .b-form span.wpcf7-not-valid-tip{
    font-size: 12px;
  }
  

    .lbl_flx span.wpcf7-form-control-wrap {
      width: 70%;
  }
    @media(max-width: 1100px){
    .icon_sec_area p, .icon_sec_area p span {
      font-size: 15px;
  }
}

  @media(max-width: 767px){
    .icon_sec_area .vc_column-inner > .wpb_wrapper
    {
      margin: 20px;
    }
    .icon_sec_area p, .icon_sec_area p span {
      font-size: 20px;
  }
  .b-form__item.lbl_flx {
    display: block;
  }
  .lbl_flx span
  {
    width: 100%;
  }
  .lbl_flx span.wpcf7-form-control-wrap {
    width: 100%;
}
  }
    
  .para_area p{
    margin: 0;
    line-height: 25px;
  }
  .para_area h2{
    margin-bottom: 30px;
  }


.b-form__item:has(#mfcf7_zl_multifilecontainer)
{
  width: auto !important;
}
.item_gdpr
{
  display: none !important;
}


.icon_sec_area .vc_column-inner > .wpb_wrapper {
  min-height: 195px;
}
@media(max-width:1100px){
.icon_sec_area .vc_column-inner > .wpb_wrapper {
  min-height: 220px;
}
}

.txt_link a{
text-decoration:none!important;
}
.rw_para p{
font-size:16px;
line-height:23px;
}
.rw_para h2 {
  font-size: 30px;
  line-height: 40px!important;
}
.icon_sec_area .wpb_single_image.wpb_content_element {
  margin-bottom: 0px!important;
}
.rw_cntr .rw_clm{
display:flex;
align-items:center;
}
.icon_sec_area2 .vc_column-inner > .wpb_wrapper {
  min-height: 222px;
}
#gmg-diff.wrty_diff h2 {
  font-size: 38px;
}
.singll_wrrp .wpb_single_image.wpb_content_element
{
  margin-bottom: 0px;
}
.singll_wrrp .vc_column-gap-30 .wpb_column.vc_column_container:first-of-type
{
  padding-bottom: 0;
  padding-top: 70px;
}


.icon_sec_area2 p, .icon_sec_area2 p span{
  font-size: 20px !important;
}


@media(max-width:1100px){
.icon_sec_area2 .vc_column-inner > .wpb_wrapper {
  min-height: 262px;
}
}
@media(max-width:767px){
.icon_sec_area2 .vc_column-inner > .wpb_wrapper {
  min-height: auto;
}
}

@media (min-width: 1200px) {
  .big_wrnty_bnr.padded-section {
      padding: 180px 30px;
  }
}

.find_dealer_btn_hide a.fb_dealer_search_px {
  display: none !important;
}

.icn_wrap p{
font-size:17px;
line-height:25px;
}
.sub_hdng p{
font-size:20px;}
.heading_2 h1
{
  position: relative;
}
.heading_2 h1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95px;
  height: 3px;
  background-color: #008000;
}
.heading_3 h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #008000;
}

@media (min-width: 1200px) {
  .access_banner.padded-section {
      padding: 80px 30px;
  }
}

.no_decor a{
  text-decoration: none !important;
  color: #000;
}


.no_decor p{
  line-height: 24px;
  font-size: 15px;
}
@media(min-width: 768px){
  .no_decor .vc_row.wpb_row.vc_inner
  {
    display: flex;
    align-items: center;
  }
}



#gmg-diff.wrty_diff
{
  padding: 0px 15px !important;
}

#gmg-diff.wrty_diff h2 {
  position: relative;
  margin-bottom: 40px;
}

#gmg-diff.wrty_diff h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  width: 95px;
  height: 3px;
  background-color: #008000;
}
.no_decor h1{
  position: relative;
}
.no_decor h1 small{
  color: #000;
}
@media(max-width: 1300px){
.icon_sec_area .vc_column-inner > .wpb_wrapper {
  padding: 20px;
}
}

@media(min-width: 768px){
  #gmg-diff.wrty_diff > .container > .row{
    display: flex;
    align-items: center;
  }
#gmg-diff.wrty_diff
{
  padding: 0 !important;
}
#gmg-diff.wrty_diff .container{
  width: 100% !important;
  padding: 0 !important;
}

.gmg_col_wrnty_col img{
  width: 100%;
  display: block;
}
#gmg-diff.wrty_diff .container .lft_desc_wrnty
{
  padding-left: 10%;
  padding-right: 1%;
  padding-top: 80px;
  padding-bottom: 80px;
}

#gmg-diff.wrty_diff .wpb_raw_code.wpb_content_element
{
  margin-bottom: 0 !important;
}
#gmg-diff.wrty_diff .rw_para p {
  font-size: 14px;
  line-height: 21px;
}
}
@media(max-width:767px){
  .icon_sec_area figure img {
    height: auto !important;
    width: auto !important;
    max-width: 90px;
}
  .how_does_wrnty.wpb-container.vc_row.wpb_row
  {
    padding-top: 50px !important;
  }
  .how_does_wrnty h3{
    font-size: 30px !important;
  }
  .icon_sec_area.wpb-container.vc_row{
    padding-bottom: 40px !important;
  }
  .singll_wrrp .vc_column-gap-30 .wpb_column.vc_column_container:first-of-type {
    padding-bottom: 40px !important;
    padding-top: 0 !important;
}
  #gmg-diff.wrty_diff {
    padding: 40px 0px !important;
}
.icon_sec_area .vc_column-inner > .wpb_wrapper {
  min-height: auto;
}
.access_wrnty h2.duo-title {
  text-align: center;
  font-size: 40px;
}
}

.g-recaptcha{
  justify-content: flex-start !important;
}
.woocommerce-checkout .woocommerce-checkout #payment .form-row.place-order {
    padding-inline: 15px !important;
    padding-bottom: 20px !important;
}
.woocommerce-checkout .woocommerce-checkout #payment .form-row.place-order button{
  margin-bottom: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding-right: 15px;
  padding-left: 3rem;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: 1em;
}
.woocommerce-notices-wrapper .woocommerce-message .button{
  padding: 10px 15px !important;
  flex-shrink: 0;
  margin-left: 1rem;
}
.shop_table .product-quantity .quantity{
  display: flex;
  align-items: center;
}

@media (max-width: 1200px){
  .wl-section .wpb_text_column.wpb_content_element {
    min-height: 145px;
  }
}
@media (max-width: 991px){
  .wl-section .wpb_text_column.wpb_content_element {
    min-height: 180px;
  }
  #gmg span.woocommerce-Price-amount.amount{
    font-size: 17px;
  }
  .woocommerce .quantity .qty{
    width: 3.631em !important;
  }
  p#wc-cybersource-credit-card-expiry_field,
  p#wc-cybersource-credit-card-expiry_field + .form-row-last,
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order  {
    width: 100%;
  }
  #gmg .viewpart.vc_btn3-container a,
  #gmg .btn-default, #gmg .vc_btn3-style-flat{
    padding: 8px 15px !important;
  }

  .footer-top .foot-1,
  .footer-top .foot-2,
  .footer-top .foot-3,
  .footer-topper .foot-1,
  .footer-topper .foot-2,
  .footer-topper .foot-3{
    width: 100%;
  }
  .footer-top .foot-1 ul,
  .footer-top .foot-2 ul,
  .footer-top .foot-3 ul{
    column-count: 2;
  }
  .footer-topper .foot-1 ul,
  .footer-topper .foot-2 ul,
  .footer-topper .foot-3 ul{
    column-count: 1;
  }
  .footer-topper .foot-1 .widget-title:after,
  .footer-topper .foot-2 .widget-title:after,
  .footer-topper .foot-3 .widget-title:after,
  .footer-top .foot-1 .widget-title:after,
  .footer-top .foot-2 .widget-title:after,
  .footer-top .foot-3 .widget-title:after{
    border-top: 0;
  }
  .pbr-footer .widget-footer .widget-title{
    padding: 0 0 15px;
    margin-bottom: 20px !important;
  }

}

@media (max-width: 767px){
  .wl-section .wpb_text_column.wpb_content_element {
    min-height: auto;
  }
}
@media (max-width: 640px){
  .footer-top .foot-1 ul,
  .footer-top .foot-2 ul,
  .footer-top .foot-3 ul,
  .footer-topper .foot-1 ul,
  .footer-topper .foot-2 ul,
  .footer-topper .foot-3 ul{
    column-count: 1;
  }
}


.b-videoSlider .b-playlist__list{
  height: auto !important;
}

.pbr-breadscrumb {
    display: none;
}

.post-single .row > .col-md-3.col-sm-4 {
    display: none !important;
}

.single-shop-gmg .products .product-block{
  margin-bottom: 0 !important;
}
.findyourdealer-hdng h2.icon-dealercenter:before{
  top: 4px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-shop-gmg .products .product-block {
        margin-bottom: 0 !important;
    }
    .findyourdealer-hdng h2.icon-dealercenter{
      font-size: 45px !important;
    }
    .findyourdealer-hdng h2.icon-dealercenter:before{
      position: static;
          top: -5px !important;
      display: block;
      margin: -30px 0;
      vertical-align: baseline;
    }
    .b-slider__content_hero h1{
      font-size: 52px;
    }
}
.chooseyourmodel-sec .container .row {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.chooseyourmodel-sec .container .row:after,.chooseyourmodel-sec .container .row:before{
  display: none;
}
.chooseyourmodel-sec .container .row .vc_col-sm-4 {
    width: 100%;
}
@media (max-width: 860px){
  .chooseyourmodel-sec .container .row {
    grid-template-columns: repeat(2, 1fr);
  }
  .pbr-footer #text-20 .textwidget{
    max-width: 60%;
    margin-inline: auto;
  }
  .manual-section .wpb_single_image,.manual-section .wpb_wrapper p{
    text-align: center !important;
  }

}
@media (max-width: 768px){
  .b-slider__content_hero h1 {
    font-size: 49px;
    line-height: 64px;
}
}
@media (max-width: 540px){
  .chooseyourmodel-sec .container .row {
    grid-template-columns: repeat(1, 1fr);
  }

}
@media(max-width:575px){
  .b-slider__content_hero h1 {
    font-size: 23px;
    line-height: 39px;
}
}

#asl-storelocator.asl-cont .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .btn-group button.adropdown-toggle{
      padding: 5px 25px 5px 10px !important;
}


















/* custom tab css */
.custom-tab-section >h2{
text-align: center;
margin-bottom: 2rem;
font-weight: normal;
font-size: 39px;
font-family: 'GMGPrime', serif;
text-transform: uppercase;
margin-top: 2rem;
}

.custom-tab-section >p{
margin-bottom: 1rem;
}


.wpb-content-wrapper{
  margin-bottom: 2rem !important;
}

@media (max-width: 767px) {
  .custom-tab-section >h2 {
    font-size: 28px;
margin-bottom: 1rem;
  }
}
div.custom-tab-section {
    padding-top: 30px;
}
.accessories{
    padding-bottom: 40px;
}
.review-section {
     margin-left: calc(-50vw + 50%) !important;
     width: 100vw !important;
  background-color: rgba(27, 31, 32, 255) !important;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 0 150px !important;
}
.review-title{
  color: #fff;
  padding-bottom: 30px;
  font-size: 48px;
}

.review-content{
  max-width: 1000px;
}
.wpac{
background-color: #292929 !important;
padding: 40px 50px 20px !important;
}
.wp-gr .wp-google-text {
color: #ffff !important;
}
.wp-google-name span{
  font-size: 24px !important;
}

@media (max-width: 1024px){
  .review-content{
  max-width:750px;
}
}

@media (max-width: 768px){
  .review-content{
  max-width:100%;
  width: 100%;
}
}



/* side cart*/
.xoo-wsc-basket{
display:none !important;
}


.xoo-wsc-basket[style*='block'] {
display:none !important;
}



.xoo-wsc-ft-btn-checkout{
    background: #007141 !important;
}
.xoo-wsc-ft-btn-checkout:hover{
  background: #fff !important;
}

 #woo-btm-section{
max-width: 100% !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.xoo-wsc-footer-txt{
  display: none !important;
}

.grill-desc-title{
  text-align: left;
  line-height: 30px !important;
}

.wpb_content_element .grill-desc-title:before{
  display: none;
}

#woo-btm-section .dotted-header{
  font-family: 'Arial' !important;
  font-weight: 800 !important;
}

#woo-btm-section .dotted-header{
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 800 !important;
    font-size: 39px;
    /* font-family: 'GMGPrime', serif !important; */
    font-family: 'Arial' !important;
    text-transform: uppercase;
    margin-top: 3rem;
}

#woo-btm-section .dotted-header:before, .dotted-header:after{
  display: none !important;
}

.custom-tab-section .yikes-custom-woo-tab-title {
    font-family: 'Arial' !important;
    font-weight: 800 !important;
      /* text-align: left !important; */
      margin-bottom: 75px;
    margin-top: 20px;
}

.yikes-custom-woo-tab-title{
  font-family: 'Arial' !important;
  font-weight: 800 !important;
}
/*#gmg #main .gmg-product-page-name h1.product_title.entry-title{
  font-family: 'Arial' !important;
  font-weight: 800 !important;
}*/
#gmg #main h1{
  /* font-family: 'Arial' !important; */
  /*font-weight: 800 !important;*/
}

.related-products-section{
  margin-top: 100px;
}
.pellet-grills-2-section{
  /* padding: 115px 0 0px !important; */
}
.pellet-grills-2-title,
.related-products-title,
.product-faqs h2.faq-title{
  font-family: 'Arial' !important;
  font-weight: 800 !important;
  font-size: 39px !important;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
   margin-bottom: 50px;

}

/* Neeraj css /////////////////////////////////////////// */
.yikes-custom-woo-tab-title {
    text-align: center !important;
}
.yikes-custom-woo-tab-title-features-specs {
    text-align: left !important;
}
.custom-tab-section h2.grill-desc-title {
    margin-top: 0;
}
section.pellet-grills-sections {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 7px;
}
.pellet-grills-sections .pellet-grills-content {
    padding: 0 50px;
    flex: 1 !important;
}
.related-products-list h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    border-top: 1px solid #ddd !important;
    padding-top: 30px;
}
.related-products-list a.button.add_to_cart_button.ajax_add_to_cart {
    margin-top: 30px;
}
.related-products-list span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 22px;
    color: #007141 !important;
    display: grid;
}
.wpb_wrapper a, .summary.entry-summary .gmg-product-price-descript a, #woo-btm-section a {
    text-decoration: none !important;
}
.related-products-list #gmg del:after {
    color: #222 !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px !important;
}

.pellet-grills-sections ul{
	list-style-position: inside;
  margin: 0;
  padding-left: 0;
}
.pellet-grills-sections .pellet-grills-box:last-of-type .pellet-grills-content h2,
.pellet-grills-sections .pellet-grills-box:last-of-type .pellet-grills-content p,
.pellet-grills-sections .pellet-grills-box:last-of-type .pellet-grills-content li {
  text-align: left !important;
}
.related-product-item {
    border: none !important;
}

.pellet-grills-sections .pellet-grills-box {
  margin-bottom: 150px;
  padding-bottom: 0 !important;
  margin-top: 150px;
}

.product-faqs{
  margin-top: 150px;
}
.faq-accordion {
    border-radius: 6px;
    overflow: hidden;
}
.product-faqs .faq-item {
    border: none !important;
    padding: 0px !important;
}
.faq-question {
    width: 100%;
    text-align: left;
    background: #f9f9f9;
    border: none;
    padding: 12px 15px;
    font-size: 16px;
    cursor: pointer;
    padding-right: 50px;
    position: relative;
}
.faq-question:after{
  content: "\f055";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
    top: 10px;
    right: 5px;
}
.faq-question.active { 
  background: #eee; 
}
.faq-question.active:after{
  content: "\f056";
}
.faq-answer {
    display: none;
    padding: 12px 15px;
    background: #fff;
}
.owl-carousel-play:hover .carousel-control.left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel-play:hover .carousel-control.right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pellet-grills-img img{
  width: 100%;
  /* height: 400px !important; */
}
.pellet-grills-img{
  margin-right: 0px !important;
}


h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-pellet-grill-review {
    background: #000;
    color: #fff;
    text-align: center !important;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.pellet-grills-sections .pellet-grills-content > h2:first-of-type {
    font-family: 'Arial' !important;
    font-weight: 800 !important;
    font-size: 39px !important;
    line-height: 50px;
    text-transform: uppercase;
}
.pellet-grills-sections .pellet-grills-box:nth-child(even) .pellet-grills-content > h2:first-of-type{
  margin-left: auto;
}
.pellet-grills-sections .pellet-grills-box:nth-child(even) .pellet-grills-content ul{
  padding-right: 0;
}
/* Tablet and above: side by side */
@media (min-width: 768px) {
    .pellet-grills-sections .pellet-grills-box {
        display: flex;
        align-items: center;
    }
	.pellet-grills-sections .pellet-grills-box:last-of-type .pellet-grills-content h2,
  .pellet-grills-sections .pellet-grills-box:last-of-type .pellet-grills-content p,
  .pellet-grills-sections .pellet-grills-box:last-of-type .pellet-grills-content li {
    text-align: right !important;
  }
}

/* End neeraj css/////////////////////////////////////////// */

@media only screen and (max-width: 770px){
  .pellet-grills-2-section {
    padding: 0 100px !important;
}
.pellet-grills-box{
  flex-direction: column !important;
  align-items: unset !important;
}
#image-additional-carousel .owl-carousel-play {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
}

@media only screen and (max-width: 767px){
  .pellet-grills-2-section {
      padding: 50px 15px !important;
  }
  .custom-tab-section .yikes-custom-woo-tab-title,
  #woo-btm-section .dotted-header,
  .review-title,.pellet-grills-2-title, .related-products-title, .product-faqs h2.faq-title,
  .pellet-grills-sections .pellet-grills-content > h2:first-of-type{
      font-size: 30px !important;
      line-height: 40px;
      margin-bottom: 30px;
      margin-top: 0;
      text-align: center;
  }
  .pellet-grills-sections .pellet-grills-content > h2:first-of-type{
    margin-top: 25px;
  }
  .pellet-grills-sections .pellet-grills-box:last-of-type .pellet-grills-content h2{
    text-align: center !important;
  }
  .review-section{
        padding: 50px 0 70px !important;
  }
  .pellet-grills-sections .pellet-grills-box,.product-faqs,.related-products-section{
    margin-top: 50px;
  }
  .pellet-grills-sections .pellet-grills-content{
        padding: 0 15px;
  }
  .grill-components-header {
      padding-top: 30px;
  }
  .grill-components-header h1[role="heading"]{
        font-size: 34px;
  }
  .grill-components .wpb_single_image.vc_align_left{
    text-align: center;
  }
  .grill-components p, .grill-components p.component{
    width: 100%;
    text-align: center;
  }
}




h2.yikes-custom-woo-tab-title {
  display: none !important;
}





.faq-question{
  font-weight: bold;
}



.faq-question,
.faq-question:focus,
.faq-question:active,
.faq-question:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}


.faq-heading{
font-size: 33px;
 padding-top: 15px !important;
text-align: center;
font-weight: 800 !important;
}


.wpb_wrapper h2  {
text-align: center;
text-transform: uppercase;
    font-size: 30px;

}

.wpb_wrapper h2 b {
font-weight: 800 !important;
}


.vc_custom_1496784770374 {
    padding-bottom: 30px !important;
}
.wpb-container.vc_row.wpb_row.vc_row-fluid.grills.vc_custom_1496784770374{
  padding-bottom: 0 !important;
}

@media (max-width: 767px){
  .wpb-container.vc_row.wpb_row.vc_row-fluid.vc_custom_1488416731776{
        padding-top: 30px !important;
  }
  .wpb-container.vc_row.wpb_row.vc_row-fluid.vc_custom_1488416731776 h2,.vc_custom_1488236411442 h2,article#post-144723 h2{
    line-height: 1.2;
  }
  div#home-shop.vc_custom_1488236411442 {
    padding-bottom: 0 !important;
  }
}
.woo-btm-section .related-products-section{
  margin-bottom: 80px;
}