/*
Theme Name: Southbendnc
Description: This is a child theme for Flatsome Theme
Author: WiserSites
Template: flatsome
Version: 1.0.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html body {
    font-family: 'Roboto', sans-serif;; /*Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, 'Roboto', Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;

}
/* convection ovens */
.quicklink-series {
    color: #fe9703;
    cursor: pointer;
}
/* ticker */
.ticker-container {
    background-color: #e9962d;
    width: 100%;
    height: 2.9%;
    border: 1px solid;
    overflow: hidden;
}
.ticker-text {
    color: #fff;
    font-weight: bold;
    height: 150%;
    width: 100%;
    margin-left: 100px;
    white-space:nowrap;
    display:inline-block;
}
.ticker-text span {
    color: #fff;
    margin-right: 50px;
}
/* ticker */
.single_product_banner .right_side{
    padding: 20px 0 !important;
}
body .nav > li > a {
    font-family: inherit;
}
.button.icon,
.button.icon.is-outline {
    padding: 0;
}

.home_section_5 img{
    max-width: 100%;
    height: auto !important;
}
.button.secondary {
    background: #FFFFFF;
    color: #E9962D;
}
a {
    color: #0274be;
}
.hidden_text {
    opacity: 0;
}
.text_align_center {
    text-align: center;
}
body .heading-font,
body .off-canvas-center .nav-sidebar.nav-vertical > li > a,
a.button,
body .nav > li > a.button {
    font-family: 'Roboto', sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    cursor: default;
    font-family: "Open Sans", sans-serif;
}
.header-wrapper,
.header-wrapper.stuck {
    background: #fff;
}
p {
    color: #353535;
}
.i_hidden {
    display: none !important;
}

.col_pb0 > .col {
    padding-bottom: 0;
}
.button, button, input[type='submit'], input[type='reset'], input[type='button'] {
    transition: none;
    line-height: normal;
}
.row .banner-grid.row:not(.row-collapse) {
    margin: auto;
}
body .row,
body .container {
    /*max-width: 1236px;*/
    max-width: 1560px;
}

body .row.row-small {
    max-width: 1236px;
}

body .is-divider {
    height: 0.1px;
    display: block;
    background-color: #3a3a3a;
    margin: 20px auto;
    width: 100%;
    max-width: 80px;
}

.cool_title {

}

.cool_title {
    color: #54595f;
    overflow: hidden;
}

.cool_title h1,
.cool_title h2 {
    color: #54595f;
    font-size: 105px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -3.8px;
}

.cool_title h1 div,
.cool_title h2 div {
    color: #E9962D;
    font-size: 103px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -3.8px;
}

.cool_form_title h2 {
    color: #484848;
    font-size: 5.7vw;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    line-height: 1;
    margin: 0 auto 2px -6px;
}
.cool_form_title h3 {
    color: #353535;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}


.cool_form_section .section-content {
    background: #F0F0F0;
}
.cool_form_section .left_col {
    padding: 0;
}
.cool_form_section .banner {
    height: 100%;
}
.cool_form_section .right_col {
    padding: 20px 40px;
}

.with_overlay .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(
            180deg, rgba(2, 1, 1, 0) 80%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.fixed_banner.banner .bg {
    background-attachment: fixed;
}

.large_text {
    font-size: 22px;
    line-height: 41px;
    color: #353535;
}

.ul_dollar ul {
    list-style: none;
    padding: 0;
    margin: auto;
    color: #000000;
    font-size: 21px;
    font-weight: 500;
}

.ul_dollar ul li {
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;

}

.ul_dollar ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f155";
    margin-right: 10px;
    color: #712F3D;
}

.banner {
    background-color: transparent;
}

a.button.primary {
    background-color: #E9962D;
    color: #fff;
    box-shadow: none;
}

a.button {
    /*background-image: linear-gradient(to right, #E9962D 50%, #712F3D 50%);
    background-size: 250% 100%;
    background-position: 2% 0;
    background-color: transparent;
    */
    background: #E9962D;
    transition: background-position 0.5s;
    border: none;
    padding: 10px 18px;
    line-height: normal;
}
a.button.is-outline {
    background: transparent;
    color: #712F3D;
    padding: 5px 18px;
}

a.button:hover,
.header-button a.button.primary:hover {
    background: #712F3D;
    box-shadow: none;
    color: #FFFFFF;
    /*background-position: 90% 100%;*/
}
.is-outline:hover, .primary.is-outline:hover {
    border-color: inherit;
}

a.button.dark:hover {
    background: #E9962D;
}

a.button.dark {
    background: #712F3D;
    /*background-image: linear-gradient(to right, #712F3D 50%, #E9962D 50%);*/
}

.img.width_auto {
    text-align: center;
}

.img.width_auto img {
    width: auto;
    height: auto;
}

.box.width_auto {
    width: auto;
    margin: auto;
    display: table;
    clear: both;
}

.box.width_auto img {
    width: auto;
    height: auto;
}

.box.width_auto .box-text.text-center {
    width: auto;
    display: table;
    margin: auto;
}

#top-bar > .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.large_container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}

.header-top {
    font-family: 'Open Sans', sans-serif;;
    background-color: #712f3d;
    padding: 10px 0;
}

#top-bar.header-top .nav > li > a {
    color: #f0f0f0;
    font-size: 13px;
    font-weight: 700;
}

#top-bar.header-top .icon.button {
    color: #712F3D;
    background: #fff;
}

#top-bar.header-top .social-icons.follow-icons .button i {
    vertical-align: middle;
    top: 0;
}

#top-bar.header-top .nav > li.html_topbar_left {
    color: #F0F0F0;
    font-size: 13px;
    font-weight: 700;
    cursor: default;
    margin-right: 10px;
}

#masthead .container {
    max-width: 100%;
    padding: 0;
}

#masthead .logo-left .logo {
    margin-left: 30px;
    margin-right: 30px;
}

.header-nav li.html {
    padding-right: 20px;
}

.header-button a.button.primary {
    background-color: #e9962d;
    font-size: 13px;
    line-height: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
}

.header-button a.button.primary span {
    line-height: 1;
}

li.header-search.has-icon {
    background-color: #353535;
}


.nav > li.header-search.has-icon > a,
.nav > li.header-search.has-icon > a > i {
    min-width: 1em;
    color: #ffffff;
    padding: 18px 18px;
}
.header-wrapper.stuck .nav > li.header-search.has-icon > a{
    padding: 8px 13px;
}

.nav-dropdown-has-arrow li.header-search.has-dropdown:after {
    opacity: 0;
    content: none;
}

.header-search .searchform-wrapper {
    width: 649px;
}

.header-search form.searchform {
    font-size: 15px;
    font-weight: 400;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(58, 58, 58);
    padding: 29px 20px;
}

.header-search form.searchform input[type='search'] {
    font-size: 1em;
    background-color: #000000;
    color: rgb(255, 255, 255);
    border: 1px solid #353535;
    border-radius: 9px 9px 9px 9px;
    padding: 11.25px;
    height: auto;
}

.searchform .button.icon {
    margin: 0 0 0 10px;
    line-height: 1;
    background-color: rgb(233, 150, 45);
    box-shadow: none;
    border-radius: 2px !important;
    padding: 10px 40px;
    border: none;
}

.searchform .button.secondary.submit-button {
    background-color: rgb(233, 150, 45);
    color: #ffffff;
}

.searchform .button.icon i {
    font-size: 1em;
}

.header .search-form .live-search-results {
    color: #fafafa;
}


.header-main ul.nav.nav-left {
    display: block;
    text-align: center;
    width: auto;
}

.header-main .nav.nav-left > li {
    margin: 0 20px;
}

.header-main .nav.nav-left > li > a {
    color: #000;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 600;
    display: block;
}

.has-dropdown .icon-angle-down {
    font-size: inherit;
    opacity: 1;
    color: #E9962D;
    margin-left: 10px;
    font-weight: 900 !important;
}

.header-nav .nav-dropdown-default,
.header-nav .nav-dropdown {
    padding: 0;
}

.header-nav .nav-dropdown-default .nav-column li > a,
.header-nav .nav-dropdown.nav-dropdown-default > li > a {
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 7px 20px 7px 20px;
    font-weight: 700;
    font-size: 15px;
    border-style: solid;
    border-color: rgba(230, 230, 230, 0.42);
    border-width: 0;
    border-bottom-width: 1px;
    line-height: 1.85;
    white-space: nowrap;
}

.header-nav .nav-dropdown-default .nav-column li > a:hover,
.header-nav .nav-dropdown.nav-dropdown-default > li > a:hover {
    color: #E9962D;
}

.header-nav .nav-dropdown li.active.current-menu-item > a,
.header-nav .nav-dropdown.nav-dropdown-default li.active.current-menu-item > a {
    background-color: #E9962D;
    color: #F0F0F0;
}


body .footer-1,
body .footer-2 {
    padding: 70px 0;
    border-top: none;
    background: transparent;
}

body .footer-1 {
    /*padding-right: 30px*/
}

body .footer-2 {
    /*padding-left: 30px*/
}
.footer-steam-brands-header {
    height: 0;
}
.footer-steam-brands-header h2 {
    color: #979797;
    margin-top: 10px;
}
.footer-1 .widget_custom_html img {
    margin-bottom: 20px;
}
.footer-1 .widget_custom_html {
    font-size: 14px;
    line-height: 1.2rem;
}
.footer-1 .widget_custom_html h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.footer-middleby img {
    filter: grayscale(1);
}
#menu-footer-menu-1 {
    column-count: 2;

}
#menu-footer-menu-1 li {
    padding-top: 0;
    padding-bottom: 0;
}
#menu-footer-menu-1 li a,
#footer .custom-html-widget {
    font-weight: 600;
}
.footer-1 > .row,
.row .footer-1 > .row {
    margin: auto;
    /*border-right: 1px solid #fff;
    padding-right: 40px;*/
}

.footer-2 > .row,
.row .footer-2 > .row {
    /*padding-left: 20px;*/
}

.footer_widgets_div .menu > li {
    /*background: url(./assets/img/menu-arrow-right.svg) no-repeat 94% center;
    background-size: 1.8%;*/
    padding-bottom: 2px;
    padding-top: 2px;
    /*text-align: center;*/
}

.footer_widgets_div {
    background: #441B24;
    color: #ffffff;
}

.footer-widgets .is-divider {
    display: none;
}
.footer-widgets .widget {
    margin-bottom: 0;
}
.footer_widgets_div .menu a {
    color: #fff;
    display: block;
    padding: 0;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}
.footer_widgets_div .menu a:hover {
    color: #fafafa;
}

.footer_widgets_div ul.menu > li + li,
.footer_widgets_div .widget > ul > li + li {
    border: none;
    /*border-top: 1px solid #fff;*/
}

.footer_widgets_div .widget-title {
    display: block;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-transform: none;
    cursor: default;
    text-transform: uppercase;
    /*text-align: center*/;
}

section.footer_brand_list_section {
    background-color: #EAEAEA;
}

.footer_brand_list {

}

.footer_brand_list > .col {
    padding: 25px 10px;
    text-align: center;
}

.footer_brand_list .img {
    max-width: 252px;
    margin: auto;
}

body .absolute-footer {
    background-color: #EAEAEA;
    color: #7A7A7A;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 0;
}

.row.footer_row {
    max-width: 700px;
    padding: 0;
}
.footer_row > .col {
    padding: 0 6px;
}

.footer_row > .col {
    text-align: center;
}

.footer_row > .col.footer_left_text {
    cursor: default;
}

.footer_contact_us_row {

}

.footer_contact_us_row > .col {
    font-family: "Open Sans", sans-serif;
    color: #F0F0F0;
    padding: 30px 10px 30px 0;
    font-weight: 700;
}

.footer_contact_us_row p {
    color: #AB9499;
    margin-bottom: 0;
}

.footer_contact_us_row h3 {
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.footer_contact_us_row .button,
.footer_contact_us_row .button.primary {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0;
    color: #712F3D;
    padding: 16px 21px;
    margin: 0 auto;
}

.footer_contact_us_row .button:hover {
    color: #FFFFFF;
    background: #E9962D;
    box-shadow: none;
}

.footer_contact_us_row .button span {
    display: inline;
    line-height: normal;
}

.footer_socials {

}
.footer_socials .social-icons a.button {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 16px;
    /* border: none; */
    background-color: rgb(98, 57, 66);
    color: rgb(68, 27, 36);
    padding: 0;
}
.footer_socials .social-icons a.button i {
    top: 1px;
}
.row.footer_widgets_wrapper {
    max-width: 1550px;
    padding-left:20px;
}
.row.footer_contact_us_row {
    max-width: 1050px;
}
body .row.footer_brand_list {
    max-width: 700px;
}
.footer_contact_us_section {

}
.footer_contact_us_section .section-content {
    padding: 58px 0px;
}


.i_newsletter_signup_div {
    max-width: 94%;
    margin: 40px auto;
    background: #fff;
    padding: 30px 30px 20px;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 10px;
}
.i_newsletter_signup_div h3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #3B3B3B;
    font-weight: 700;
}

/*
** Home page
*/
.home_section_1 {

}

.home_section_1 a.button.primary {
    padding: 10px 30px;
}

.home_section_1 h2 {
    color: #FFFFFF;
    font-size: 2.9rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: -2.1px;
}

.home_section_1 h3 {
    color: #FFFFFF;
    font-size: 1.7vw;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: -2.1px;
    margin-bottom: 20px;
}

.home_section_2 {
    background-color: #F0F0F0;
}

.home_section_2 .section-content {
    padding: 50px 0;
}

.home_section_2 h2 {
    color: #712F3D;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.9em;
    text-align: center;
    margin-bottom: 50px;
}

.i_product_cats_carousel {
    padding: 0 30px;
}

.i_product_cats_carousel h3.i_cat_title {
    color: #712F3D;
    margin: 4px 4px 4px 4px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.i_product_cats_carousel h3.i_cat_title a {
    color: inherit;
    font-size: inherit;
}

.home_section_3 {
    font-size: 18px;
    line-height: 33px;
    color: #353535;
}

.home_section_3 .section-content {
    padding: 130px 0;
}

.home_section_3 .cool_title h2 {
    color: #484848;
    font-size: 113px;
    text-align: center;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -3.8px;
}

.home_section_3 .cool_title h2 div {
    font-size: 125px;
    color: #E9962D;
}

.home_section_3 p {
    margin-bottom: 0;
    text-align: justify;
}

.home_section_4 {
    background-color: #EFEFEF;
    color: #353535;
    font-size: 18px;
    line-height: 33px;
}

.home_section_4 .section-content {
    padding: 50px 0;
}

.home_section_4 .row-full-width > .col:first-child > .col-inner {
    /*padding-right: 20px;*/
}

.home_section_4 .row-full-width > .col:last-child > .col-inner {
    /*padding-left: 20px;*/
}
.home_section_4 .left_side .banner {
    height: 100%;
}
.i_title_row > .col {
    padding: 0;
}

.i_title_row > .col > .col-inner {
    /*padding: 0 50px;*/
}

.home_section_4 .i_title_row h2 {
    font-size: 8.1vw;
    font-weight: 900;
    line-height: 1;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    text-align: center;
    margin-bottom: 10px;
}

.home_section_4 .i_title_row h3 {
    font-size: 4.1vw;
    font-weight: 800;
    line-height: 1;
    color: #712F3D;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: center;
}

.home_section_4 .i_title_row h4 {
    font-size: 22.5px;
    font-weight: 400;
    line-height: 1;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    text-align: center;
    margin-left: 14px;
}

.home_section_4 .right_side a.button.primary {
    padding: 10px 30px;
    margin-bottom: 30px;
}


.home_section_5 .section-content {
    padding: 140px 0;
}

.home_section_5 .i_title_row h2 {
    font-size: 8.1vw;
    font-weight: 900;
    line-height: 1;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    text-align: left;
    margin-bottom: 10px;
}

.home_section_5 .i_title_row h3 {
    font-size: 4.1vw;
    font-weight: 800;
    line-height: 1;
    color: #712F3D;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: left;
}

.home_section_5 .i_title_row h4 {
    font-size: 22.5px;
    font-weight: 400;
    line-height: 1;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    text-align: left;
    margin-left: 14px;
}

.home_section_5 .left_side {
    font-weight: 400;
    font-size: 18.2px;
    line-height: 33px;
    color: #353535;
}

.home_section_5 .right_side .button {
    width: 100%;
    padding: 10px 30px;
}

.home_section_6 .section-content {
    padding: 60px 0;
    background: #EAEAEA;
}

.home_section_6 .i_title_row h2 {
    font-size: 8.1vw;
    font-weight: 900;
    line-height: 1;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    text-align: left;
    margin-bottom: 10px;
}

.home_section_6 .i_title_row h3 {
    font-size: 4.1vw;
    font-weight: 800;
    line-height: 1;
    color: #712F3D;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: left;
}

.home_section_6 .i_title_row h4 {
    font-size: 22.5px;
    font-weight: 400;
    line-height: 1;
    color: #353535;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    text-align: left;
    margin-left: 14px;
}

.home_section_6 .top_side {
    font-weight: 400;
    font-size: 18.2px;
    line-height: 33px;
    color: #353535;
}

.home_section_6 .left_side .col-inner {
    padding: 0 30px 0 0;
    text-align: right;
    position: static;
    height: 100%;
}

.home_section_6 .left_side .button {
    min-width: 67%;
    padding: 10px 30px;
    clear: both;
    margin: 0 0 1em;
}

.home_section_6 .left_side .img {
    position: absolute;
    bottom: 0;
    right: 30px;
}
.home_section_6 .a.button {
    padding: 10px 30px;
    display: block;
}


.home_section_7 .section-content {
    padding: 100px 0;
}

.home_section_7 .like_banner {
    text-align: center;
}

.home_section_7 .like_banner h4 {
    text-align: center;
    color: #712F3D;
    font-size: 2.3vw;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.4px;
    margin-bottom: 0;
    line-height: 1.3;
}

.home_section_7 .like_banner h2 {
    text-align: center;
    color: #712F3D;
    font-size: 3.9vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 2px;
    line-height: 1.3;
}

.home_section_7 .like_banner p {
    text-align: center;
    color: #353535;
    /*font-size: 30px;
    font-weight: 400;
    font-family: "Open Sans Condensed", sans-serif;*/
    margin-bottom: 20px;
}

.home_section_7 .like_banner .button {
    padding: 10px 30px;
    min-width: 57%;
}

.home_section_7 .like_banner.dark_txt h4,
.home_section_7 .like_banner.dark_txt h2 {
    color: #712F3D;
}

.home_section_7 .like_banner.dark_txt .button {

}


.home_section_8 .section-content {
    padding: 60px 0 30px;
    background-color: #EAEAEA;
}

.home_section_8 .i_title_row h2 {
    font-size: 6.9vw;
    font-weight: 900;
    line-height: 1;
    color: #484848;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    text-align: left;
    margin-bottom: 10px;
}

.home_section_8 .i_title_row h3 {
    font-size: 4.1vw;
    font-weight: 800;
    line-height: 1;
    color: #712F3D;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    margin-bottom: 10px;
    margin-left: 4px;
    text-align: left;
}
.home_section_8 .i_title_row h3 span {
    color: #484848;
}

.home_section_8 .i_title_row h4 {
    font-size: 22.5px;
    line-height: 29.5px;
    font-weight: 400;
    color: #353535;
    font-family: "Work Sans", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 5.2px;
    text-align: left;
    margin-left: 6px;
}
.home_section_8 .i_videos_div {
    margin-top: 30px;
}
.i_videos_div .slick-prev,
.i_videos_div .slick-next {
    font-size: 30px;
}



.home_section_9 .section-content {
    padding: 50px 0 30px;
}
.home_section_9 h2 {
    color: #712F3D;
    font-size: 2.9vw;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    margin-bottom: 30px;
}
.home_section_9 .left_side {
    border-right: 1px solid #000;
    padding-right: 50px;
}
.home_section_9 .right_side {
    padding-left: 50px;
}
.home_section_9 .right_side h2 {
    color: #712F3D;
}


/*
** Price list
*/
.price_list_section_1 {

}
.price_list_section_2 .section-content {
    padding: 40px 0;
}
.price_list_section_2 .cool_title h1 {
    color: #484848;
    font-size: 105px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3.8px;
}
.price_list_section_2 .cool_title h1 div {
    font-size: 103px;
}

/*
** Limited warranty
*/
.limited_warranty_section_1 {

}
.limited_warranty_section_2 .section-content {
    padding: 40px 0;
}
.limited_warranty_section_2 .cool_title h2 {
    color: #484848;
    font-size: 105px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3.8px;
}
.limited_warranty_section_2 .cool_title h2 div {
    font-size: 103px;
}

/*
** financing
*/
.financing_section_1 .banner .bg {
    background-attachment: fixed;
}

.financing_section_1 .banner .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(
            180deg, rgba(2, 1, 1, 0) 80%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.financing_section_2 .section-content {
    padding: 40px 0;
}

.financing_section_2 .cool_title h2 {
    color: #484848;
    font-size: 105px;
    text-align: center;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3.8px;
}

.financing_section_2 .cool_title h2 div {
    font-size: 103px;
    color: #712F3D;
}

.financing_section_2 p {
    text-align: center;
    font-size: 22px;
    line-height: 41px;
    color: #353535;
}


.financing_section_3 .section-content {
    padding: 50px 0;

}
.financing_section_3 h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.8;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.financing_section_3 .img {
    max-width: 548px;
    margin: 10px auto 30px;
}
.financing_section_3 .top_txt p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #353535;
    text-transform: none;
    max-width: 880px;
    margin: auto;
}
.financing_section_3 .bottom_txt p {
    font-family: "Open Sans", sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
    max-width: 780px;
    margin: 60px auto 30px auto;
    text-align: center;
}

.financing_section_3 h2 {
    color: #712F3D;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.financing_section_3 .ul_dollar ul {
    font-size: 21px;
}
.financing_section_3 a.button {
    min-width: 280px;
    font-weight: 300;
}
.financing_section_3 a.button span {
    font-weight: inherit;
}



.financing_section_4 .section-content {
    padding: 60px 0 60px;
}
.financing_section_4 .col {
    padding-bottom: 0;
}
.financing_section_4 h2 {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}
.financing_section_4 h3 {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 900;
}
.financing_section_4 p {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
    color: #777777;
}
.financing_section_4 p:last-child {
    margin-bottom: 0;
}



.financing_section_5 {

}
.financing_section_5 .section-content {
    padding: 80px 0 60px;
}
.financing_section_5 h2 {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.financing_boxes {
    cursor: default;
}
.financing_boxes .col-inner:before {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content: "\f105";
    position: absolute;
    right: -24px;
    top: 50%;
    font-size: 46px;
    font-weight: bold;
    transform: translate(0, -50%);
    color: #712F3D;
}
.financing_boxes .col:last-child .col-inner:before {
    content: none;
}
.financing_boxes .box {
    width: 90%;
    background: #808080;
    color: #FFFFFF;
    min-height: 266px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
}
.financing_boxes .box img {
    margin-top: 40px;
    width: auto;
    height: auto;
}

.financing_boxes .box p,
.financing_boxes .box h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.hide_img .box-image {
    display: none;
}
.financing_boxes .hide_img .box-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.financing_section_6 {

}
.financing_section_6 .section-content {
    padding: 80px 0;
}
.financing_section_6 .col {
    padding-bottom: 0;
}
.financing_section_6 h2 {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
}
.financing_section_6 p,
.financing_section_6 a {
    font-family: "Open Sans", sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 1.6px;
}
.financing_section_6 p:last-child {
    margin-bottom: 0;
}


.financing_section_7 .section-content {
    padding: 40px 0;
}

.financing_section_7 .left_side {
}
.financing_section_7 .left_side p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #777777;
}
.financing_section_7 .right_side .img {
    max-width: 334px;
    margin: auto;
}
.financing_section_7 h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}

.financing_section_7 .img_center {
    margin: auto;
}

.financing_section_7 .black_text p {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 16px;
}

.financing_section_7 .small_text p {
    font-family: "Open Sans", sans-serif;
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.4px;
}




/*
** service_first
*/
.service_first_1 .banner .bg {
    background-attachment: fixed;
}

.service_first_1 .banner .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(
            180deg, rgba(2, 1, 1, 0) 80%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.service_first_2 .section-content {
    padding: 40px 0 0;
}

.service_first_2 .cool_title h2 {
    color: #484848;
    font-size: 105px;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -3.8px;
    text-align: center;
    font-weight: 900;
}

.service_first_2 .cool_title h2 div {
    color: #712F3D;
    font-size: 85px;
}

.service_first_2 p {
    text-align: center;
    font-size: 22px;
    line-height: 41px;
    color: #353535;
}

.service_first_3 .section-content {
    padding: 50px 0 4px;
}

.service_first_3 h2 {
    color: #712F3D;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.service_first_3 .ul_dollar ul {
    font-size: 21px;
}

.service_first_4 h2 {
    color: #712F3D;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.service_first_4 h3 {
    color: #F0F0F0;
    font-size: 22px;
    line-height: 1.7;
    font-weight: 900;
    margin: 0 auto 16px 0;
}

.service_first_4 .banner .text-box {
    color: #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.service_first_4 .banner .text-box li {
    color: #F0F0F0;
}

.service_first_4 .right_side .banner .text-box h3,
.service_first_4 .right_side .banner .text-box li {
    color: #333333;
}

.service_first_4 .right_side .banner .text-box ul {
    padding-left: 30px;
    padding-right: 20px;
    font-weight: 400;
}

.service_first_4 .right_side .banner .text-box p {
    color: #333333;
}

.service_first_4 .i_banners_row .col {
    padding: 0;
}

.service_first_4 .i_banners_row .text-inner .text {
    min-height: 156px;
}

.service_first_4 .i_banners_row .button {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    color: #fff;
    border: none;
}

.service_first_4 .i_banners_row .button span {
    line-height: 1;
}

.service_first_5 .section-content {
    padding: 40px 0;
}

.service_first_5 h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    color: #712F3D;
    text-align: center;
    margin-bottom: 24px;
}

.service_first_5 .img_center {
    margin: auto;
}

.service_first_5 .black_text p {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 16px;
}

.service_first_5 .small_text p {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.service_first_5 h4 {
    font-size: 19.5px;
    font-weight: 400;
    color: #353535;
}

.service_first_5 a {
    font-size: 19.5px;
    font-weight: 400;
    color: #0274be;
}

/*
** warranty-service-request
*/
.warranty_service_1 {

}

.warranty_service_2 {

}

.warranty_service_2 .section-content {
    padding: 40px 0;
}

.warranty_service_2 .cool_title h2 {
    text-align: center;
}

.warranty_service_2 .cool_title h2 div {

}

.warranty_service_2 p {
    text-align: center;
    font-size: 22px;
    line-height: 41px;
    color: #353535;
}

.warranty_service_3 h2 {
    color: #484848;
    font-size: 5.7vw;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    line-height: 1;
    margin: 0 auto 2px;
}

.warranty_service_3 {
}


.bg_fixed .bg {
    background-attachment: fixed;
}

.find_service_section1 {

}

.find_service_section2 {

}

.find_service_section2 .section-content {
    padding: 50px 0;
}

.find_service_section2 .row.row-small {
    max-width: 964px;
}

.find_service_section2 h2 {
    font-size: 105px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: -3.8px;
    color: #484848;
    margin-bottom: 10px;
    margin-top: 44px;
}

.find_service_section2 h2 div {
    font-size: 103px;
    line-height: 1.7em;
    color: #E9962D;
}

.find_service_section2 p {
    font-size: 22px;
    line-height: 41px;
    color: #353535;
    text-align: center;
}

.find_service_section3 {
    background-color: #F0F0F0;
}

.find_service_section3 .section-content {
    padding: 30px 0;
}

.find_service_section3 h2 {
    color: #712F3D;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

/*
** Single product
*/
.ventless-catalyst h2 {
    font-size: 1.3rem;
    color: #daab65;
}
.ventless-catalyst .catalyst-hdr h2,
.ventless-hdr h2 {
    color: #712F3D;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}
.ventless-header h3 {
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: normal;
    line-height: .9;
    color: #fff;
    margin-bottom: 0;
}
.ventless-header h2 {
    text-transform: uppercase;
    font-size: 8rem;
    color: #231f20;
    margin-bottom: 0;
}
.benefits-image {
    height: 120px;
}
.ventless-benefits-section {
    margin-bottom: 0;
}
.why-ventless {
    max-width: 650px;
    margin: 0 auto;
}
.why-ventless h2 {
    font-size: 5rem;
    text-transform: uppercase;
    color: #000;
}
.how-ventless h2 {
    font-size: 4rem;
    text-transform: uppercase;
    color: #000;
}
.why-ventless ul li {
    list-style-image: url('assets/img/ventless-blt.png');
}
section.section.ventless-best {
    margin-top: -70px;
}
/*.ventless-benefits-section h2 {*/
/*    color: #712F3D;*/
/*    font-size: 50px;*/
/*    font-weight: 800;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    margin-bottom: 80px;*/
/*}*/
.ventless-benefits-section h3 {
    font-size: 1.5rem;
    font-weight: normal;
    width: 80%;
    margin: 0 auto;
}
.ventless-benefits-section .icon-box-img svg path {
    fill: #fe9703;
}
.i_product_single_content {

}
.prod_item_headside {
    margin-bottom: 70px;
}

.product_item_head_top {
    padding-top: 50px;
    background-color: #712F3D;
}
.product_item_head_bottom {
    padding-top: 50px;
    background-color: #353535;
}

.i_head_row .product_single_img {
    margin-bottom: -50%;
}

.product_item_head_image {
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
}

.i_product_single_content .row.i_head_row {
    margin: auto;
    height: 100%;
    color: #fff;
}
.product_item_head_image .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(
            180deg
            , rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.78;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.i_product_single_content .row.i_head_row h1 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}
.i_product_single_content .row.i_head_row .product_sku {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    line-height: normal;
    border-top: 1px solid #ffffff;
    padding: 18px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.i_certification {
    float: right;
    height: 40px;
    mix-blend-mode: luminosity;
    opacity: 0.3;
    transition: all 0.3s ease;
    margin-left: 5px;
}

.i_certification:hover {
    mix-blend-mode: normal;
    filter: none;
    opacity: 1;
}
.single_product_head_name,
.single_product_head_overview {
    max-width: 490px;
}
.head_overview_content {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 42px;
    cursor: default;
    letter-spacing: 1.6px;
}
.head_overview_content > p {
    color: #F0F0F0;
}

.prod_side_left .warranty_row {
    padding-top: 30px;
}
.prod_side_left .warranty_row .img {
    max-width: 250px;
}
.product_side_bar {

}
.product_side_bar a.button {
    display: block;
    padding: 10px 10px;
    margin: 0 auto;
    font-size: 13px;
}
.prod_side_left .product_single_img {
    margin-top: -300px;
}
div#i_sticky_sidebar_container {
    min-height: 93%;
}

.product_single_img_inner {
    position: relative;
}
.product_single_img_inner .non_img_txt_wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
    cursor: default;
    display: none;
}
.product_single_img_inner .non_img_txt {
    font-size: 15px;
    color: #BEBEBE;
    background: #F0F0F0;
    border-radius: 4px;
    padding: 11px 22px;
    display: table;
    margin: auto;
}
.product_single_img_inner:hover .non_img_txt_wrapper,
.wiser_product_item .col-inner:hover .non_img_txt_wrapper {
    display: block;
}

#downloads_div {
    font-family: "Open Sans", sans-serif;
    color: #777777;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
    margin-top: 50px;
}
#downloads_div a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
    color: #E9962D;
    text-transform: capitalize;
    display: block;
    margin-bottom: 14px;
}

.prod_cat_image_div {
    box-shadow: 0px 0px 20px #00000042;
    border-radius: 100%;
    overflow: hidden;
    max-width: 100%;
    width: 271px;
    height: 271px;
    margin-bottom: 30px;
}
.prod_cat_image_div img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
    /* max-width: unset; */
    max-height: unset;
}


.single_product_banner {
    background: #E9962D;
    margin: 0 auto 0;
}
.single_product_banner .section-content {

}
.single_product_banner .left_side  {
    overflow: hidden;
}
.single_product_banner .img {
    margin-top: 20px;
    margin-left: -12%;
}
.single_product_banner h3 {
    color: #353535;
    font-size: 25px;
    font-weight: 800;
}
.single_product_banner p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}
.single_product_banner .button {
    font-size: 16px;
    min-width: 200px;
    margin-bottom: 0;
}

.single_product_footer {

}

.single_product_footer > .col {
    padding: 30px 0 0;
    margin-top: 20px;
}
.overview_h {
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 36px;
}
.i_primary_content {
    font-size: 17px;
    color: #353535;
}
.product_gallery {
    padding: 30px 0;
}
.product_gallery > .row {
    max-width: 1184px;
}
.product_gallery h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0;
    margin: 20px auto 80px;
    text-align: center;
}
.product_gallery .gallery-col.product_gallery_item {
    margin-bottom: 20px;
}
.product_gallery_item a.image-lightbox {
    display: block;
    height: 100%;
}

.product_gallery_item a.image-lightbox div {
    height: 100%;
}
.product_gallery_item .box-image {
    /*box-shadow: 1px 5px 21px rgb(0 0 0 / 10%);
    border: 1px solid #dbdbdb;*/
    overflow: hidden;
    max-height: 350px;
    height: 100%;
}
.product_gallery_item .box-image img {
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    display: table;
    object-fit: cover;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90vh;
}

.i_product_information_div {
    margin-top: 30px;
}
.i_product_information_div .wiser_tab_h {
    color: #000000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
    margin-top: 16px;
    margin-bottom: 30px;
}
.i_product_information_div,
.i_product_information_div p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1.6px;
    color: #777777;
}

.i_product_information_div #features_tab {
    padding-right: 50px;
}
.i_product_information_div ol, .i_product_information_div ul {
    padding-left: 20px;
}
.i_product_information_div ul {
    list-style: disc;
}

/*
** About page
*/
.about_section_2 {

}
.about_section_2 .section-content {
    padding: 60px 0 0;
}
.about_section_2 .section-content h2 {
    color: #712F3D;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.about_section_2 .section-content h2 div {
    color: #54595F;
    text-align: center;
    font-size: 109px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
}


.about_section_3 {
    margin-bottom: 40px;
}
.about_section_3 .section-content{

}

.like_story_row {
    padding: 80px 0 30px;
    background-image: url('assets/img/bg/dot.svg');
    background-position: center;
    background-size: 7px 24px;
    background-repeat: repeat-y;
}
.like_story_row .like_story_item.row {
    text-align: left;
    margin-bottom: 70px;
}
.like_story_row .like_story_item.row:last-child {
    margin-bottom: 10px;
}
.like_story_row .like_story_item.row.story_content_left {
    text-align: right;
}
.like_story_row .like_story_item.row > .col .col-inner {
    padding: 0 60px;
}
.like_story_row .like_story_item.row p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
    color: #777777;
}
.like_story_row .like_story_item.row h2 {
    position: relative;
    padding-left: 0;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.like_story_row .like_story_item.row h2:before {
    content: " ";
    position: absolute;
    left: -50px;
    top: -2px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 25px solid #E9962D;
}
.like_story_row .like_story_item.story_content_left.row h2:before {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: none;
    border-right: 25px solid #E9962D;
    left: unset;
    right: -50px;
}


/*
** Configurator page
*/

.configurator_section_1 {

}
.configurator_section_1 .section-content {
    padding: 60px 0 0;
}
.configurator_section_1 .section-content h1 {
    color: #54595F;
    text-align: center;
    font-size: 105px;
    font-weight: 800;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.configurator_section_1 .section-content h1 div {
    color: #E9962D;
    text-align: center;
    font-size: 109px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.configurator_section_1 .content_text {
    max-width: 90%;
    margin: auto;
}
.configurator_section_1 .content_text p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #000000;
}

.configurator_section_2 {

}
.configurator_section_2 .section-content {

}
.configurator_section_2 h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
}
.configurator_section_2 .img img,
.configurator_section_2 .img.width_auto img {
    max-width: 180px;
}
.configurator_section_2 .configurator_steps_col  {
    margin-bottom: 60px;
}
.configurator_section_2 .steps_text {
    margin: 60px auto 50px;
}
.configurator_section_2 .steps_text h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    color: #e9962d;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.configurator_section_2 .steps_text h3 strong {
    color: #020202;
}

.configurator_products_previews h3 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}
.configurator_products_previews li {
    margin-bottom: 2px;
}
.configurator_products_previews li a {
    font-family: "Open Sans", sans-serif;
    color: #e89d2c;
    font-weight: bold;
}


/*
** Innovation page
*/
.innovation_section_1 {

}

.innovation_section_2 .section-content {
    padding: 60px 0 10px;
}
.innovation_section_2 h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 102px;
    text-align: center;
    font-weight: bold;
    color: #54595F;
    margin-bottom: 50px;
}
.innovation_section_2 h1 div {
    font-size: 80px;
    color: #712F3D;
}
.innovation_section_2 h3 {
    font-size: 33px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.innovation_section_2 .content_text {
    max-width: 80%;
    margin: auto;
}
.innovation_section_2 .content_text p {
    font-size: 28px;
    color: #000000;
    text-align: center;
}

.innovation_section_3 .section-content {
    padding: 30px 0 10px;
}
.innovation_section_3 .section-content > .row {
    margin-bottom: 40px;
}
.innovation_section_3 h3 {
    color: #000000;
    font-size: 30px;
}
.innovation_section_3 .text_overlay .text_side > .col-inner {
    position: relative;
    left: -20%;
    background: rgba(0,0,0,0.75);
    padding: 40px;
    color: #fff;
    width: 120%;
}
.innovation_section_3 .text_overlay .text_side h3 {
    color: #fff;
}
.innovation_section_3 .text_overlay .text_side p {
    color: #fff;
}
.innovation_section_3 .text_side .button {
    margin-bottom: 0;
}

.innovation_section_3 .text_side_small .text_side .col-inner,
.innovation_section_3 .text_side_small.col:first-child .text_side .col-inner {
    max-width: 70%;
    margin: auto auto auto 0;
}

.innovation_section_4 .section-content {
    padding: 60px 0;
    background: #56595e;
    color: #fff;
}
.innovation_section_4 h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.innovation_section_4 .row.row-small {
    max-width: 1024px;
}
.innovation_section_4 .row.row-small > .col {
    margin-bottom: 0;
    padding-bottom: 0;
}
.innovation_section_4 .box {
    text-align: center;
}
.innovation_section_4 .box-image {
    max-width: 200px;
}
.innovation_section_4 .box h4 {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
}


/*
** Search page
*/
.search {

}
.search main#main {
    padding: 40px;
}
.search header.archive-page-header {
    padding: 0 0 40px;
}
.search h1.page-title {
    color: #54595f;
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    line-height: 1.5;
    margin-bottom: 0;
}
.search h1.page-title span {
    color: #712F3D;
}
/*Tabs*/

.wiser_tabs {
    margin: 50px auto 30px;
}

.wiser_tabs_head {
    display: flex;
    overflow: hidden;
    z-index: 1;
    align-self: flex-start;
    background-color: rgba(15, 15, 15, 0);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 36px 0px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px 1px 0 1px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.wiser_tab_head {
    outline: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: transparent;
}
.wiser_tab_head.active_tab {
    border-color: #DBDBDB;
}
.wiser_tab_head_inner {
    padding: 14px 14px 14px 14px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.wiser_tab_head.active_tab .wiser_tab_head_inner {
    box-shadow: 1px 5px 21px rgb(0 0 0 / 10%);
}
h3.wiser_tab_title {
    color: #353535;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    margin: 0 auto;
}
.wiser_tab_head h3.wiser_tab_title:hover {
    color: #712F3D;
}
.wiser_tab_head.active_tab h3.wiser_tab_title {
    color: #E9962D;
}

.wiser_tab_body {
    display: none;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    padding: 20px 40px 50px 19px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DBDBDB;
    box-shadow: 1px 5px 21px rgb(0 0 0 / 10%);
    -webkit-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
    -o-transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
    transition: height 0.25s cubic-bezier(0.44, 0.96, 0.5, 0.98);
}
.wiser_tab_body h3.wiser_tab_h {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
}
.i_btn_div {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #F0F0F0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0px 20px 0px;
}
.side_banner_row {
    background-color: #F0F0F0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DBDBDB;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px 30px 20px 0px;
}
.side_banner_row h3 {
    color: #712F3D;
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
}
.side_banner_row a.button {
    display: block;
    padding: 7px 10px;
}

/*
** Sales Traning
*/

.sales_traning_section_1 {

}

.sales_traning_section_2 {
    text-align: center;
}
.sales_traning_section_2 .section-content {
    padding: 30px 0;
}
.sales_traning_section_2 h2 {
}
.sales_traning_section_2 .large_text {
    max-width: 800px;
    margin: auto;
}
.sales_traning_section_2 .large_text p {
    margin: auto;
}

.sales_traning_section_3 .section-content{
}

/*
** Service training
*/

.service_training_section_2 {
    text-align: center;
}
.service_training_section_2 .section-content {
    padding: 30px 0;
}
.service_training_section_2 h2 {
}
.service_training_section_2 .large_text {
    max-width: 800px;
    margin: auto;
}
.service_training_section_2 .large_text p {
    margin: auto;
}

/*
** Product archive
*/
.products_section_1 {

}
.products_section_2 {
    text-align: center;
}
.products_section_2 .section-content {
    padding: 30px 0;
}
.products_section_2 h1 {
}
.products_section_2 .large_text {
    max-width: 900px;
    margin: auto;
}
.products_section_2 .large_text p {
    margin-bottom: 0;
}
.i_product_cat_item_row {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.i_product_cat_item_row:last-child {
    border-bottom: none;
}
.i_product_cat_item_row > .col {
    padding-bottom: 0;
}
.i_product_cat_item_row .i_product_cat_item_inner {
    padding: 0 40px 0 0;
}
.i_product_cat_item_row h2 {
    color: #712F3D;
    font-size: 31px;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: -0.9px;
}
.i_product_cat_item_row .prod_cat_description {
    font-size: 18px;
    color: #353535;
    line-height: 1.85;
    margin: 10px auto 30px;
}
.i_product_cat_item_row .i_product_cat_image {
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
}

.i_product_cat_item_row .i_product_cat_child_item_inner {
    margin-top: 10px;
}
.i_product_cat_item_row .i_product_cat_child_item_inner h3 {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.i_product_cat_item_row .i_product_cat_child_item_inner h3 a {
    color: inherit;
}

/*
** Single product category
*/
.tax-product_cat h1 {
    color: #000000;
    font-size: 63px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 40px 0 20px;
}

.tax-product_cat .prod_description {
    color: #353535;
    font-size: 18px;
    font-weight: 400;
    line-height: 33.8px;
}

.prod_cat_headside {
    margin-bottom: 70px;
}

.product_cat_head_image {
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
}

.product_cat_head_image .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(
            180deg, rgba(2, 1, 1, 0) 80%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.single_product_category_footer {

}

.single_product_category_footer > .col {
    padding: 30px 30px;
    margin-top: 20px;
}
.page-template-page-compare-php .single_product_category_footer > .col,
.page-template-page-compare-php .single_product_category_footer > .col > .compare_product .section {
    padding: 30px 0;
}

.prod_cat_headside_left {

}

.prod_cat_headside_left img.i_prod_cat_image {
    margin-top: -400px;
}

.i_prod_cat_buttons {
    text-align: center;
    margin-top: 30px;
}

.i_prod_cat_buttons a.button {
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 20px;
    min-width: 60%;
    line-height: 1;
    margin: 0 auto 20px;
}
.bottom_section_2 .quicklink-series,
.bottom_section .quicklink-series{
    background-color: #e9962d;
    color: #fff;
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 20px;
    min-width: 100%;
    line-height: 1;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}
.bottom_section_2 .quicklink-series:hover,
.bottom_section .quicklink-series:hover{
    background: #712f3d;
    box-shadow: none;
    color: #fff;
}


.category_block_tpl .section-content {
    padding: 40px 0 0;
}
.category_block_tpl .icon-box {
    text-align: center;
}
.category_block_tpl h2 {
    color: #712F3D;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}
.category_block_tpl h3 {
    color: #712F3D;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
.category_block_tpl .icon-box .icon-box-img {
    margin: 0 auto 20px;
}
.category_block_tpl .icon-box .icon-box-text {
    padding: 0 36px;
    font-size: 18px;
    color: #353535;
    line-height: 1.8;
}
.category_block_tpl .icon-box-img svg path {
    fill: #fe9703;
}
.category_block_tpl .bottom_section .section-content {
    background-color: #F0F0F0;
    padding: 80px 0;
}
.category_block_tpl .bottom_section h2,
.category_block_tpl .bottom_section_2 h2 {
    font-size: 34px;
    margin-bottom: 40px;
}
.category_block_tpl .bottom_section_2 .section-content {
    padding: 80px 0 40px;
}
.category_block_tpl .bottom_section p,
.category_block_tpl .bottom_section_2 p {
    text-align: center;
    font-size: 18px;
    line-height: 1.85;
}
.category_block_tpl .bottom_section h3,
.category_block_tpl .bottom_section_2 h3 {
    font-size: 18px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    margin: 10px auto;
}
.category_block_tpl .box-text {
    font-size: 18px;
    line-height: 1.85;
    padding: 10px 20px;
}

/*
** Filters
*/
#wiser_category_products {
    margin-top: 36px;
    margin-bottom: 10px;
}

#wiser_category_products .row.i_head_row {
    margin-bottom: 30px;
}

#wiser_category_products .row.i_head_row .col {
    margin-top: 36px;
    margin-bottom: 10px;
    padding: 0 40px 0;
}

#wiser_category_products h2 {
    color: #712F3D;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.wiser_products_loading {
    opacity: 0.6 !important;
    pointer-events: none !important;
}

.product_filters_div {
    margin: 0;
    padding: 60px 40px 10px 40px;
    background-color: #F0F0F0;
    min-height: 100%;
}

.product_filters_div h3 {
    position: relative;
    font-family: "Work Sans", Sans-serif;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    color: #712F3D;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(72, 72, 72, 0.19);
    cursor: pointer;
    padding-right: 26px;
}

.product_filters_div h3 i {
    font-size: 16px;
    float: right;
    text-align: revert;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

body .pum-theme-20858 .pum-content + .pum-close,
body .pum-theme-default-theme .pum-content + .pum-close {
    padding: 1px 4px;
    margin-right: 0px;
    border-top-right-radius: 10px;
    ine-height: 24px;
}

.wiser_prod_filter_div {
    margin-bottom: 24px;
}

.wiser_prod_filter_choices {
    display: none;
    padding-top: 6px;
}

.wiser_prod_filter_choices label {
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
    margin-top: 4px;
}

.wiser_product_items_col {

}
.wiser_product_items,
.wiser_product_items.row {
    margin: 0;
    padding: 0 30px 0 30px !important;
    background-color: transparent;
}

.wiser_product_item {
    text-align: center;
}

.wiser_product_item .col-inner {
    border: none;
    background-color: #F0F0F0;
    padding: 20px 20px 20px 20px;
}

.wiser_product_item .col-inner:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
}

.wiser_product_item .i_preview_img {
    min-height: 300px;
}

.wiser_product_item h3.i_prod_title {
    font-family: "Work Sans", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    color: #712F3D;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0px 15px 0px;
    order: 3;
    min-height: 88px;
}

.wiser_product_item h3.i_prod_title a {
    color: inherit;
}

.wiser_product_item .i_product_sku {
    font-family: "Work Sans", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7A7A7A;
    text-align: left;
    cursor: default;
}

.wiser_product_pagination {
    background-color: #F0F0F0;
    padding: 10px 10px 10px 13px;
    margin: 0px 15px;
    text-align: left;
}

.wiser_product_pagination .page-numbers,
.wiser_product_pagination a.page-numbers {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #712F3D;
    font-size: 17px;
    line-height: 31px;
    font-weight: 500;
    text-transform: uppercase;
}

.wiser_product_pagination .page-numbers.current {
    color: #000000;
}

/*
** Compare
*/
div#compare_items_count_div {
    text-align: right;
    color: #333333;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

div#compare_items_count_div a {
    color: inherit;
}

#compare_items_count_div .compare_items_count_txt {
    color: #E9962D;
}
.remove_compare_items {
    font-size: 80%;
    text-transform: none;
}
.i_actions_btns {
    text-align: right;
    padding: 10px 0 10px;
}
.i_actions_btns a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    color: #E9962D;
    display: block;
    margin-bottom: 14px;
}
.compare_section_1 {

}

.compare_section_2 {

}

.compare_section_2 .section-content {
    padding-top: 30px;
}

.compare_section_2 .section-content .col {
    padding-bottom: 0;
}

.compare_section_2 h1 {
    color: #000000;
    font-size: 63px;
    font-weight: 900;
    text-transform: uppercase;
}

.compare_section_2 p {
    color: #353535;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 19.5px;
    font-style: normal;
    font-weight: 400;
}

.i_comparison _row.row,
body .i_comparison _row.row:not(.row-collapse) {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.i_comparrasion_table {
    font-size: 15px;
}

.i_comparrasion_table .i_preview_img {
    text-align: center;
}

.i_comparrasion_table h3 {
    margin: 0;
    color: #712F3D;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.7em;
}

.i_comparrasion_table h3 a {
    color: inherit;
}

.i_comparrasion_table h4 {
    margin: 0;
    font-weight: 700;
}

.i_comparrasion_table tr th {
    width: 280px;
}

.i_comparrasion_table tr td,
.i_comparrasion_table tr th {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D2D2D2;
}

.i_comparrasion_table tr:nth-child(even) td,
.i_comparrasion_table tr:nth-child(even) th {
    background-color: #F0F0F0;
}

.i_comparrasion_table td {

}

.i_compare_btn_div {
    margin-top: 24px;
}
.i_compare_btn_div input[type='checkbox'] {
    margin: 0 10px 0 auto;
    width: 20px;
    height: 20px;
}
.i_compare_btn_div label {
    cursor: pointer;
}
.i_compare_btn_div label > * {
    vertical-align: middle;
}

a.wiser_item_compare {
    font-size: 15px;
    font-weight: 700;
    color: #E9962D; /*#353535*/
    margin-top: 10px;
    display: block;
    visibility: hidden;
}
.item_in_compare a.wiser_item_compare {
    visibility: visible;
}

a.wiser_item_compare span {
    text-decoration: underline;
}

a.wiser_item_compare i {
    display: none;
    margin-right: 10px;
}

a.wiser_item_compare.item_in_compare i {
    display: unset;
}

a.wiser_item_compare.item_in_compare {
    color: #E9962D;
}

span.wiser_compare_item_remove {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    /*background-color: #712F3D;*/
    background-color: #54595f;
    padding: 8px 15px 3px 15px;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

span.wiser_compare_item_remove:hover {
    color: #F0F0F0;
    background-color: #E9962D;
    box-shadow: none;
    text-shadow: none;
}

/*
** Find dealer
*/

.find_dealer_section_2 {
    text-align: center;
}

.find_dealer_section_2 .section-content {
    padding: 30px 0 0;
}

.find_dealer_section_2 .i_title_row h1 {
    color: #712F3D;
    font-size: 79px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.71px;
    text-align: center;
    margin-bottom: 20px;
}

.find_dealer_section_2 .i_title_row h1 div {
    font-size: 105px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #54595F;
    text-transform: uppercase;
}
.find_dealer_section_2 .section_text {
    max-width: 580px;
    margin: 10px auto 10px;
}
.find_dealer_section_2 .section_text p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #777777;
    margin: auto;
}
.dealers_carousel_row {
    border-top: 1px solid #777777;
    padding-top: 30px;
    margin: 30px auto;
}


.find_dealer_section_3 {
    background-color: #F0F0F0;
}

.find_dealer_section_3 .section-content {
    padding: 60px 0 30px;
}

.find_dealer_section_3 h3 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}
.find_dealer_section_3 p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1.6px;
    color: #777777;
}

.find_dealer_section_4 {

}
.find_dealer_section_4 .content_side_image .content_side > .col-inner {
    max-width: 512px;
    margin: auto;
    text-align: center;
}
.find_dealer_section_4 .content_side_image .content_side a.button {
    margin-top: 20px;
    padding: 10px 40px;
}
.find_dealer_section_4 .content_side_image h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: #712F3D;
}
.find_dealer_section_4 .content_side_image p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #777777;
}

.find_dealer_section_banner {

}
.find_dealer_section_banner .section-content > .row > .col {
    padding-bottom: 0;
}
.find_dealer_section_banner h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*
**
*/
.order_status_section2 .section-content {
    padding-top: 30px;
}
.order_status_section2 h1 {
    text-align: center;
    color: #712F3D;
    font-size: 57px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 50px;
}
/*
** Video custom preview
*/
.i_videos_section2 .cool_title h1 {
    text-align: center;
}
.i_videos_section2 .cool_title h1 div {
    color: #712F3D;
}
.i_videos_section2 p {

}
.i_videos_section2 .large_text {
    text-align: justify;
}
.i_videos_section3 {

}
.i_videos_section2 .cool_title h3 {
    color: #712F3D;
    font-family: "Open Sans", Sans-serif;
    font-size: 63px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    line-height: 1.5;
    margin-bottom: 0;
}
.i_videos_section2 .cool_title h2 {
    font-size: 106px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: -3.8px;
}
.i_videos_section2 .cool_title h2 div {
    color: #353535;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 30px;
}
.i_videos_div {

}
.i_video_carousel_item {
    outline: none;
}
.i_video_carousel_item_inner {
    padding: 0 20px;
}
.i_video_preview {
    position: relative;
}
.i_video_preview img {
    width: 100%;
    height: auto;
}
.i_video_preview i {
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 1px black;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.i_video_texts {
    padding-top: 14px;
}
.i_video_texts h2.i_video_name,
.i_video_texts h2.i_person_name {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: -0.6px;
    color: #484848;
    margin: 3px auto 0;
    min-height: 50px;
}
.i_video_texts .i_job_title {
    font-family: "Open Sans", sans-serif;
    color: #484848;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.i_video_texts a.button {
    padding: 8px 20px;
    margin: 0 auto 0 0;
    font-size: 17px;
    line-height: unset;
    display: inline-block;
    margin-top: 12px;
}
.i_video_texts .i_txt_content {
    padding: 0 6px;
    color: #353535;
    font-size: 18px;
    line-height: 1.85;
}


/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
ul.slick-dots {
    position: relative;
    top: 0;
    margin: 10px auto 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    width: 11px;
    height: 11px;
    background: #000000;
    border-radius: 100%;
    margin: 0 auto;
}
.slick-dots li.slick-active button {
    background: #E9962D;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 20px;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    margin: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    opacity: .75;
    color: #712F3D;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: "\f053";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f054";
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: "\f054";
}
[dir='rtl'] .slick-next:before
{
    content: "\f053";
}

/*
** News and Events
*/
.i_news_item,
.i_event_item {
    margin-bottom: 30px;
    cursor: default;
}
.i_news_item:last-child,
.i_event_item:last-child {
    margin-bottom: 0;
}
.i_news_title,
.i_event_title {
    font-size: 1.1vw;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.i_news_date {
    color: #7A7A7A;
    font-size: 1vw;
    font-weight: 600;
    font-style: italic;
}
.i_news_item a,
.i_event_item a {
    color: #E9962D;
    font-size: inherit;
}
.i_news_item hr,
.i_event_item hr {
    margin: 10px 0 6px;
}


/*
** Energy savings
*/
.energysaving_section_1 {

}

.energysaving_section_2 {
    font-family: "Open Sans", Sans-serif;
}
.energysaving_section_2 .section-content {
    padding: 40px 0;
}
.energysaving_section_2 .row.row-small {
    max-width: 1000px;
}
.energysaving_section_2 h1 {
    font-family: "Open Sans", Sans-serif;
    text-align: center;
    font-size: 66px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #20bbed;
    text-transform: uppercase;
}
.energysaving_section_2 .left_side .img {

}
.energysaving_section_2 .right_side .col-inner {
    padding-left: 30px;
}
.energysaving_section_2 .right_side p {
    font-family: "Open Sans Condensed", sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0;
}
.energysaving_section_2 .right_side h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
}

.energysaving_section_3 {
    font-family: "Open Sans", Sans-serif;
}
.energysaving_section_3 .section-content {
    padding: 60px 0;
}
.energysaving_section_3 .section-content > .row {
    margin-bottom: 40px;
}
.energysaving_section_3 .section-content > .row > .col {
    padding: 0 40px;
}
.energysaving_section_3 .graphs_row {

}
.energysaving_section_3 h2 {
    font-family: "Open Sans", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #20bbed;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}
.energysaving_section_3 .text_side p {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 20px;
}
.energysaving_section_3 a.button {
    padding: 10px 40px;
}

.energysaving_section_products {
    font-family: "Open Sans", Sans-serif;
}
.energysaving_section_products .section-content {
    background: #F0F0F0;
    padding: 60px 0;
}
.energysaving_section_products .cool_title {
    color: #54595f;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto 0 0;
}
.energysaving_section_products .cool_title h2 {
    color: #20bbed;
    font-size: 80px;
}
.energysaving_section_products .cool_title h2 div {
    color: #000000;
    text-align: right;
    font-size: inherit;
}
.energysaving_section_products .img {
    max-width: 90%;
    margin: 0 auto;
}
.energysaving_section_products h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
}
.energysaving_section_products p {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    color: #777777;
}
.energysaving_section_products h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 2px;
}
.energy_star_products_div ul {
    list-style: none;
}
.energy_star_products_div ul li {
    margin: 0 auto 4px 0;
    padding-left: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.energy_star_products_div ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #20bbed; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 14px;
    margin-left: 0;
    position: absolute;
    left: 0;
}
.energy_star_products_div a {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    color: #20bbed;
    text-decoration: underline;
}
.energysaving_section_products .small_text {
    padding-bottom: 0;
    cursor: default;
}
.energysaving_section_products .small_text p {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 0;
}

/*
** Olark
*/
body #olark-wrapper .olark-launch-button,
body #olark-wrapper button,
body #olark-wrapper button:active,
body #olark-wrapper button:focus,
body #olark-wrapper input[type=button]:active,
body #olark-wrapper input[type=button]:focus,
body #olark-wrapper input[type=submit]:active,
body #olark-wrapper input[type=submit]:focus {
    color: #ffffff !important;
    clip-path: none !important;
    background-color: #e9962d !important;
    outline: none !important;
}
body .olark-launch-button-wrapper.olark-text-button .olark-button-focus-wrapper:focus-within,
body .olark-launch-button-wrapper .olark-button-focus-wrapper:focus-within {
    clip-path: none !important;
    outline: none !important;
}
body #olark-wrapper .olark-button-focus-wrapper:focus-within {
    background-color: transparent !important;
}
body #olark-container,
body #olark-container .olark-top-bar {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
body #olark-wrapper #olark-container:focus:not(.olark-inline) {
    border: none !important;
}
body #olark-container .olark-survey-form .olark-button {
    background-color: #61d286 !important;
    border-radius: 0 !important;
    background-color: #712F3D !important;
    color: #ffffff !important;
}
/*
** Downloads
*/
.downloads_section_1 {

}

.downloads_section_2 {

}
.downloads_section_2 .section-content {
    padding: 40px 0;
}
.downloads_section_2 .col {
    margin-bottom: 0;
    padding-bottom: 0;
}
.downloads_section_2 h1 {
    text-align: center;
    font-size: 105px;
}
.downloads_section_2 h1 div {
    font-size: 103px;
    color: #712F3D;
}
.downloads_section_2 .divider {
    margin: 40px auto;
}
.downloads_row h2 {
    color: #712F3D;
    font-size: 3.1vw;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    text-align: center;
    margin-bottom: 34px;
}


.downloads_section_3 {

}
.downloads_section_3 .section-content {
    padding: 20px 0 40px;
}
.pdf_links {

}
.pdf_links ul,
.zip_links ul {
    list-style: none;
}
.pdf_links ul li,
.zip_links ul li {
    padding: 7px 4px 7px 0;
    margin: 0 auto 4px 0;
    border-bottom: 1px solid #ddd;
}
.pdf_links a,
.zip_links a {
    display: block;
    padding-left: 24px;
    position: relative;
    color: #E9962D;
}
.pdf_links a:after,
.zip_links a:after {
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    color: #6B6B6B;
}
.pdf_links a:after {
    content: "\f1c1";
}
.zip_links a:after {
    content: "\f1c6";
}

/*
** Resources Section
*/
.breadcrumb_container {
    margin-bottom: 5px !important;
}
.breadcrumb_item {
    cursor: pointer;
    font-family: 'Opens Sans', sans-serif;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 31.2px;
    color: #111;
}
.resource_card {
    max-width: 100%;
}
.resource_card h3 {
    font-size: .90rem !important;
    word-break: break-word;
}
.resource_header h3 {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #111;
    font-size: 1.5rem;
}
.resources_section_1 {

}
.resources_section_1 .section-content {
    padding: 20px 0 30px;
}
.resources_section_1 .cool_title h1 {
    text-align: center;
    font-size: 93px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #54595F;
    text-transform: uppercase;
    margin-bottom: 49px;
}
.icon_boxes .icon-box {
    background: #F0F0F0;
    padding: 20px;
    text-align: center;
    height: 100%;
    max-width: 240px;
    margin: auto;
}
.icon_boxes .icon-box .icon-box-img {
    margin: 30px auto 20px;
}

.icon-box h3 {
    cursor: inherit;
}

.resources_boxes_col {
    padding: 0;
    background: #F0F0F0;
}
.resources_boxes_col > .col-inner {
}
.resources_boxes_row .icon-box {
    padding: 25px 25px;
}
.resources_boxes_row .icon-box-img {
    width: 30px !important;
}
.resources_boxes_row .icon-box-img svg path {
    fill: #54595F;
}
.resources_boxes_col .col-inner {

}
.contact_us_col {
    text-align: center;
}
.contact_us_col > .col-inner,
.col+.col .contact_us_col > .col-inner,
.contact_us_col.col:first-child .col-inner {
    max-width: 485px;
    margin: auto;
}
.contact_us_col p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #777777;
}
.contact_us_col .img,
.contact_us_col .img:not(:last-child) {
    margin-bottom: 30px;
}
.contact_us_col .button {
    margin-top: 30px;
    padding: 15px 70px;
}

.resources_section_1 .i_open_sections_row > .col {
    /* display: none; */
}
.resources_section_1 .i_open_sections_row > .col:first-child {
    display: block;
}
.i_videos_div > .col,
.i_videos_div.row-collapse>.col {
    margin-bottom: 60px;
}

/*
** Service and parts
*/
.i_services_section_1 {

}

.i_services_section_2 {

}
.i_services_section_2 .section-content {
    padding: 60px 0 40px;
}
.i_services_section_2 .cool_title h1 {
    color: #712F3D;
    text-align: center;
    font-size: 79px;
    font-weight: 800;
    letter-spacing: 0.71px;
    text-transform: uppercase;
}
.i_services_section_2 .cool_title h1 div {
    color: #54595F;
    font-size: 96px;
}
.i_services_section_2 .section_text {
    max-width: 580px;
    margin: 10px auto 10px;
}
.i_services_section_2 .section_text p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #777777;
    margin: auto;
}
.i_services_section_2 .i_map_row {
    margin-top: 30px;
    min-height: 440px;
}
.i_services_section_2 .i_map_row .col {
    padding-bottom: 0;
}

.i_services_section_3 {

}
.i_services_section_3 .section-content {
    padding: 100px 0 80px;
    background: #353535;
}

.i_services_section_3 h2 {
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.i_services_section_3 .box {
    text-align: center;
    cursor: default;
}
.i_services_section_3 .box .box-text,
.i_services_section_3 .box.width_auto .box-text.text-center {
    margin-top: 40px;
    padding: 0;
}
.i_services_section_3 .box .box-text p {
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
}


.i_services_section_4 {
    font-family: "Open Sans", Sans-serif;
    box-shadow: 0px 10px 10px #00000029;
}
.i_services_section_4 .section-bg.bg-fill {
    background-size: auto 100% !important;
    background-position: right center;
}
.i_services_section_4 .section-content {
    padding: 100px 0 80px;
}
.i_services_section_4 .img {
    max-width: 592px;
    margin: auto auto 10px;
}
.i_services_section_4 .left_side h3 {
    text-align: left;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin: 20px auto 20px 0;
}
.i_services_section_4 .left_side p {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin: 20px auto 20px 0;
    letter-spacing: 1.6px;
    color: #777777;
}


.i_services_section_5 {

}
.i_services_section_5 .section-content {
    padding: 84px 0 50px;
}
.i_services_section_5 h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.i_service_boxes .icon-box {
    padding: 20px;
    text-align: center;
    height: 100%;
    max-width: 240px;
    margin: auto;
}
.i_service_boxes .icon-box .icon-box-img {
    margin: 0 auto 25px;
}
.i_service_boxes .icon-box-img svg {
    color: #E9962D;
    fill: #E9962D;
    height: 80px;
    width: auto;
}
.i_service_boxes .icon-box-img svg path,
.i_service_boxes .icon-box-img svg .a {
    fill: #E9962D;
}
.i_service_boxes .icon-box .icon-box-text h3 {
    color: #555555;
    font-size: 20px;
}

.i_service_and_parts {

}

.i_service_and_parts_section .section-content{
    padding-top: 30px;
}
.service_icon_boxes .icon-box {
    background: #F0F0F0;
    padding: 20px;
    text-align: center;
    height: 100%;
    max-width: 240px;
    margin: auto;
}
.service_icon_boxes .icon-box .icon-box-img {
    margin: 0 auto 10px;
}
.i_service_row {
    display: none;
}

.service_icon_boxes .icon-box.i_active {
    background: #712F3D;
    color: #ffffff;
}

.service_icon_boxes .icon-box.i_active h3 {
    color: inherit;
}

.service_icon_boxes .icon-box.i_active .a {
    fill: #ffffff;
}

/*
** Reps
*/
.section_rep_head h1 {
    color: #000000;
    font-size: 63px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0 20px;
}
/*
** Find Sales
*/
.price_list_section_1 {

}
.price_list_section_2 .section-content {
    padding: 40px;
    text-align: center;
}
.price_list_section_2 h1 {
    font-size: 105px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -3.8px;
}
.price_list_section_2 h1 div {
    color: #712F3D;
    font-size: 103px;
}

.price_list_section_3 {

}
.price_list_section_3 .section-content {
    text-align: center;
    padding: 40px;
    background-color: #F0F0F0;
}
.price_list_section_3 h2 {
    color: #712F3D;
    font-size: 27px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*
** Chefs Corner
*/
.chef-social-wrapper {
    width: 100%;
    height: 80px;
}
.chef-social {
    width: 30%;
    float: right;
}
.chefs_corner_content,
.chefs_corner_content.page-wrapper {
    padding: 0;
}

.chefs_corner_content .row .row:not(.row-collapse),
.chefs_corner_content .row .row-small:not(.row-collapse) {
    margin: auto;
}
.row.chefs_corner_row .section {
    padding: 0;
}
.chefs_corner_section_1 .bg.bg-loaded {
    background-position: center -100px;
}

.chefs_corner_section_2 {
    text-align: center;
}
.chefs_corner_section_2 .section-content {
    padding: 30px 0;
}
.chefs_corner_section_2 h2 {
    font-size: 7vw;
    text-transform: uppercase;
    letter-spacing: -3.8px;
}
.chefs_corner_section_2 h2 div {
    color: #712F3D;
    font-size: 74px;
}
.chefs_corner_section_2 .large_text {
    max-width: 90%;
    margin: auto;
}
.chefs_corner_section_2 .large_text p {
    margin: auto;
}

.chefs_corner_section_3 {

}
.chefs_corner_section_3 h2 {
    font-size: 30px;
    font-weight: 900;
    color: rgb(72, 72, 72);
}
.chefs_corner_section_3 p {
    font-size: 18px;
}
.chefs_corner_section_3 .right_side {
    padding-right: 0;
}
.chefs_corner_section_3 .banner {
    height: 100%;
}
.chefs_corner_section_3 .banner .bg.bg-loaded {
    background-attachment: fixed;
    background-position: 514px 0px;
}

.chefs_corner_section_4 {

}
.chefs_corner_section_4 > .bg {
    background: #F0F0F0;
}
.chefs_corner_section_4 .section-content {
    padding: 30px 0;
}
.chefs_corner_section_4 .col {
    padding: 0;
}
.chefs_corner_section_4 p {
    font-size: 18px;
}

.chefs_corner_section_5 .section-content {
    padding: 60px 0 20px;
}
.chefs_corner_section_5 .cool_title h2 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}
.chefs_corner_section_5 .cool_title h2 div {
    color: #712F3D;
    margin-top: 20px;
    font-size: 70px;
    letter-spacing: -2.9px;
}

.chefs_corner_posts_row {
    padding-bottom: 40px;
}
.chefs_corner_posts_row .chefs_corner_post_col {
    margin-bottom: 14px;
}
.chefs_corner_posts_row .post_preview_img_div {

}
.chefs_corner_posts_row h3.post_title {
    color: #712F3D;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 14px auto;
    min-height: 72px;
}
.chefs_corner_posts_row h3.post_title a {
    color: inherit;
}
.chefs_corner_posts_row .post_intro_div {
    color: #3A3A3A;
    font-size: 19px;
    line-height: 1.85;
    margin: 14px auto 30px;
}
.chefs_corner_posts_row .post_read_more_div {

}
.chefs_corner_posts_row .post_read_more_div > a {
    margin: 0 auto 0 0;
}

.single_post_head_image {
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
}

.i_recipes_div {

}
.i_recipes_div .left_col  {
    padding: 0;
}
.i_recipes_div .banner {
    height: 100%;
}
.i_recipes_div .right_col {

}
.i_recipes_div .right_col > .col-inner {
    padding: 30px 20px;
}
.i_recipes_div .right_col h2 {
    color: #E9962D;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 900;
}

.ul_word_docs ul {
    list-style: none;
    padding: 0;
    margin: auto;
    color: #000000;
    font-size: 21px;
    font-weight: 500;
}
.ul_word_docs ul li {
    padding: 10px 0 10px 30px;
    margin: 0 auto 0px;
    color: #333333;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.ul_word_docs ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c2";
    color: #1A75CE;
    position: absolute;
    left: 0;
}

.ul_word_docs ul li a {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    display: block;
}

.single-chefs-corner {

}
.single-chefs-corner h1 {
    color: #712F3D;
    font-size: 5.7vw;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -3.8px;
    text-align: center;
}
.single_post_row {

}
.single_post_row article.chefs-corner {
    padding: 20px 0;
    margin: 20px auto;
}
.single_post_row p {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    color: #353535;
    line-height: 1.85
}
.next-prev-nav .nav-previous a,
.next-prev-nav .nav-next a {
    color: #353535;
}
.next-prev-nav i {
    color: #d4d4d4;
}
/*
** Part Inquiry
*/

.part_inquiry_section_1 {

}
.part_inquiry_section_2 {

}
.part_inquiry_section_2 .section-content {
    padding: 40px;
    text-align: center;
}
.part_inquiry_section_2 h1 {
    text-align: center;
}
/*
** Find Sales
*/
.find_sales_section_1 {

}
.find_sales_section_2 {

}
.find_sales_section_2 .section-content {
    padding: 40px;
    text-align: center;
}
.find_sales_section_2 h1 {
    text-align: center;
}
.find_sales_section_2 p {
    font-family: "Open Sans Condensed", sans-serif;
    text-align: center;
}
.find_sales_section_2 .is-divider {
    margin: 80px auto 20px;
}

.find_sales_section_3 {
    background-color: #F0F0F0;
}
.find_sales_section_3 .section-content {
    padding: 40px;
}
.find_sales_section_3 h2 {
    color: #712F3D;
    font-size: 1.7vw;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}
.find_sales_section_3 h3 {
    color: #353535;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}
.i_maps_col {

}
.i_maps_col h3 {
    color: #3a3a3a;
    font-size: 25px;
    font-weight: 400;
}


/*
** MBDE re-style
*/
.find_dealer_btn_div {
    text-align: center;
}
a.find_dealer_btn.mbde_btn,
.find_dealer_btn_div > a.i_scroll_to {
    padding: 10px 50px;
    font-size: 15px;
    width: 100%;
}
.find_dealer_btn_div > a.i_scroll_to {
    margin-top: 15px;
}
a.find_dealer_btn,
.mbde_btn,
a.mbde_btn {
    border-radius: 0;
    line-height: normal;
}
.find_dealer_actions_div {
    border-top: 1px solid #ffffff;
}
.find_dealer_action_items .mbde_btn {
    font-size: 12px;
}
.click_brick_div p {
    color: #ffffff;
}
/*
** Forms
*/
body .section_product_request_quote .gform_wrapper.gravity-theme select {
    padding: 4px 8px;
    border: 1px solid #DEDEDF;
    border-radius: 4px;
}

body .section_product_request_quote .ginput_container.ginput_container_text.i_state_text_div {
    margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #484848;
}


.section_product_request_quote .row-large .large-12 {
    background-color: #fff;
    padding: 10px 30px 30px;
}

.section_product_request_quote .gform_required_legend {
    display: none;
}
.section_product_request_quote {
    padding: 105px 0 !important;
}

.section_product_request_quote .row ,
.section_product_request_quote .row.row-large {
    max-width: 1150px;
    margin: auto;
}

.section_product_request_quote form {
    padding-bottom: 0;
    margin-bottom: 0;
}

.section_product_request_quote .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0;
}

.section_product_request_quote .large-12 {
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 10px;
}

.section_product_request_quote h2 {
    font-size: 35px;
    letter-spacing: 7px;
    line-height: 46px;
    color: #712F3D;
    font-weight: 900;
    text-align: center;
    margin: 22px 0;
    text-transform: uppercase;
}

.section_product_request_quote .gform_validation_errors h2 {
    letter-spacing: normal;
    text-align: left;
}
/*
** Contact Us
*/
.contact_section_1 {

}
.contact_section_2 {

}
.contact_section_2 .section-content {
    padding: 30px 0;
    text-align: center;
}
.contact_section_2 .cool_title h1 div,
.contact_section_2 .cool_title h2 div {
    font-size: 83px;
}
.contact_section_3 {

}
.contact_section_3 .section-content {
    padding: 40px 0;
    background: #F6F6F6;
}
.contact_section_3 h2 {
    color: #484848;
    font-size: 3vw;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -3.8px;
}
.contact_section_3 .banner {
    height: 97%;
}
.contact_section_3 .gform_wrapper .gform_footer input.button[type=submit] {
    width: 100%;
    padding: 10px 45px;
}

body.page-id-323 .footer_contact_us_section {
    display: none;
}


.gform_wrapper ul li.gfield.col-md-6 {
    clear: none;
    padding-left: 0;
}
.gform_wrapper ul label {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #484848;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    margin-bottom: 4px;
}
.gform_wrapper input[type='submit'],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit]{
    background-color: #712F3D;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    min-height: 59px;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 45px;
    min-width: 30%;
    width: 100%;
    margin: auto;
}
.gform_wrapper input[type='submit']:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #E9962D;
    color: #ffffff;
    box-shadow: none;
}
.gform_footer {
    text-align: center;
}


.contact_section_today {

}
.contact_section_today .section-content {
    padding: 40px 0;
    background: #F6F6F6;
}
.contact_section_today h2 {
    color: #484848;
    font-size: 3vw;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -3.8px;
}
.contact_section_today .banner {
    height: 97%;
}
.contact_section_today .gform_wrapper .gform_footer input.button[type=submit] {
    width: 100%;
    padding: 10px 45px;
}

.buttons_row {

}
.buttons_row a.button {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    font-size: 14px;
}
.buttons_row .button span {
    display: table-cell;
    vertical-align: middle;
}


/* product search plugin */
.sbp-product-search-btn, #part_search, #clear_part_search {
    background-color: #6F2D3D !important;
    font-size: 13px;
    line-height: 1;
    padding: 12px 24px !important;
    border: none;
    border-radius: 0;
}
.sbp-product-search-btn:hover, #part_search:hover, #clear_part_search:hover {
    background-color: #e9962d !important;
}
/* product search plugin */

/* Constant Contact Form */
form.ctct-form.ctct-form-20838 {
    margin-bottom: 0 !important;
}
/*div.pum-content form.ctct-form.ctct-form-20838 {*/
/*    margin-bottom: revert;*/
/*}*/
.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content {
    outline: none !important;
}
p.ctct-form-field.ctct-form-field-email {
    width: 60%;
    margin: 0;
    padding: 0 20px;
    float: left;
}
p.ctct-form-field.ctct-form-field-submit {
    width: 40%;
    margin: 0;
    padding: 0 20px;
    float: right;
}
.popmake p.ctct-form-field.ctct-form-field-submit,
.popmake p.ctct-form-field.ctct-form-field-email {
    width: 100% !important;
    border-radius: unset !important;
    /*margin: 10px;*/
    float: none;
}
div.ctct-disclosure {
    display: none !important;
}
p.ctct-form-field input[type=submit] {
    border-radius: 20px;
    width: 80%;
    text-transform: capitalize;
}
p.ctct-form-field input[type=email] {
    border: 1px solid #000;
    border-radius: 20px;
    width: 80%;
}
.popmake form.ctct-form {
    padding: 0 20px;
}
p.ctct-form-field input[type=email],
p.ctct-form-field input[type=submit] {
    border: 1px solid #000;
    border-radius: 0;
}
.popmake p.ctct-form-field input[type=email],
.popmake p.ctct-form-field input[type=submit] {
    width: 100%;
}
/*.popmake p.ctct-form-field input[type=submit] {*/
/*    background-color: #712F3D !important;*/
/*}*/
a.button.ctct-button {
    display: none;
}
span.ctct-form-description h2, span.ctct-form-description p {
    color: #fff;
    text-align: center;
}
.popmake span.ctct-form-description h2 {
    font-size: 1.3em;
}
/* Constant Contact Form */

@media screen and (min-width: 1200px) {

    #nav_menu-4 {
        /* margin-left: -150px; */
    }
    #custom_html-8 {
        /* margin-left: 150px; */
    }
    .footer-middleby img {
        width: 65%;
        margin-top: -20px;
    }
}
@media screen and (min-width: 1560px) {
    .financing_section_1 .banner .bg {
        background-position: 0px -336px !important;
    }
}
@media screen and (min-width: 641px) {
    .gform_wrapper .gform_footer {
        padding-right: 16px;
    }
}
@media screen and (min-width: 550px) {
    .footer_row > .col.footer_left_text {
        /*text-align: left;*/
        padding-left: 14px;
        /*padding-right: 20px;*/
    }
    .footer_row .footer_socials.col {
        text-align: right;
        /*padding-left: 20px;*/
    }
}

@media only screen and (max-width: 1560px) {
    body .row, body .container {
        max-width: 1236px;
    }
    body #logo {
        width: 240px;
    }
    .header-main .nav.nav-left > li > a,
    .header-nav .nav-dropdown-default .nav-column li > a,
    .header-nav .nav-dropdown.nav-dropdown-default > li > a {
        font-size: 13px;
    }
    .header-button a.button.primary {
        font-size: 12px;
    }
    body .row.row-small {
        max-width: 1136px;
    }

    .home_section_2 h2 {
        font-size: 38px;
    }

    .i_product_cats_carousel h3.i_cat_title {
        font-size: 16px;
    }

    .prod_cat_image_div {
        width: 230px;
        height: 230px;
    }

    .i_services_section_3 .box {
        max-width: 280px;
    }
    .i_services_section_3 .box.width_auto img {
        width: auto;
        height: auto;
        max-width: 220px;
    }
    .i_services_section_3 .box .box-text p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1370px) {
    .home_section_5 .banner-grid-wrapper .banner-grid {
        /*height:400px !important;*/
    }
    body .row, body .container {
        max-width: 1236px;
    }

    body .row.row-small {
        max-width: 1036px;
    }
    .wiser_product_item .i_preview_img {
        min-height: 260px;
    }
    .chefs_corner_section_1 .overlay{
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .header-main .nav.nav-left > li > a {
        font-size: 13px;
    }

    body .row, body .container {
        max-width: 1020px;
    }

    body #logo img {
        max-height: 50px;
    }
    .row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse){
        margin: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .header-main .nav.nav-left > li > a {
        font-size: 12px;
    }

    body .row, body .container {
        max-width: 100%;
    }

    .section-content > .row, .section-content > .container {
        max-width: 96%;
    }
    body .row .row, body .container .container {
        max-width: 100%;
    }

    .header-button a.button.primary {
        font-size: 11px;
        padding: 10px 16px;
    }

    .tax-product_cat h1 {
        font-size: 46px;
    }

    .wiser_product_items, .wiser_product_items.row:not(.row-collapse) {
        margin: 0 auto;
    }
    .wiser_product_item .i_preview_img {
        min-height: 180px;
    }
    .wiser_product_item h3.i_prod_title {
        font-size: 16px;
    }
    .wiser_product_item .col-inner {
        padding: 20px 20px 0 20px;
    }
}

@media only screen and (max-width: 900px) {
    .prod_cat_image_div {
        width: 220px;
        height: 220px;
    }
    .home_section_5 .banner-grid-wrapper .banner-grid {
        /*height: 300px !important;*/
    }
}

@media only screen and (max-width: 850px) {
    .ventless-header h2 {
        font-size: 4rem;
    }
    .ventless-header h3 {
        font-size: 3rem;
    }
    .why-ventless h2, .how-ventless h2 {
        font-size: 3rem;
    }
    .single-chefs-corner h1 {
        letter-spacing: normal;
    }
    #menu-footer-menu-1 {
        column-count: 1;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home_section_1 h2 {
        font-size: 36px;
    }

    .home_section_1 h3 {
        font-size: 24px;
    }

    .home_section_3 .section-content {
        padding: 70px 0;
    }

    .home_section_3 .cool_title h2 {
        font-size: 50px;
        line-height: 1.1;
    }

    .home_section_3 .cool_title h2 div {
        font-size: 65px;
    }
    .section-content .i_title_row h3,
    .section-content .i_title_row h4 {
        margin: auto;
    }

    .home_section_5 .section-content {
        padding: 70px 0;
    }

    .footer_contact_us_row h3 {
        font-size: 30px;
    }

    .footer_contact_us_row .button, .footer_contact_us_row .button.primary {
        font-size: 13px;
        padding: 12px;
    }
    .wiser_product_item .i_preview_img {
        min-height: 160px;
    }

    .footer_widgets_div > .row {
        max-width: 94%;
    }

    .prod_cat_image_div {
        width: 190px;
        height: 190px;
    }

    .financing_section_3 h1 {
        font-size: 36px;
        line-height: 1.4;
    }
    .financing_section_3 a.button {
        min-width: 200px;
    }
    .financing_section_4 h2 {
        font-size: 20px;
    }
    .financing_section_4 p {
        font-size: 14px;
    }
    .financing_boxes .box p, .financing_boxes .box h4 {
        font-size: 20px;
    }
    .financing_section_6 h2 {
        font-size: 20px;
    }
    .financing_section_6 p, .financing_section_6 a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 650px) { /* Mobile Media Queries */
    .chef-social {
        width: 100%;
        float: none;
    }
    .i_head_row .product_single_img {
        margin-bottom: 0;
    }
    p.ctct-form-field.ctct-form-field-submit,
    p.ctct-form-field.ctct-form-field-email {
        width: 100%;
        margin: 10px;
        float: none;
    }
    .home_section_9 .right_side {
        padding-left: 15px;
        margin-top: 10px;
    }
    .warranty_service_2 .cool_title h2 div,
    .cool_title h1, .cool_title h2,
    #content .find_dealer_section_2 .i_title_row h1, #content .i_services_section_2 .cool_title h1{
        font-size: 2rem;
    }
    .cool_title h1 div, .cool_title h2 div,
    .i_services_section_2 .cool_title h1 div{
        font-size: 40px;
    }
    .product_cat_head_image{
        background-attachment: inherit;
    }
    .i_product_single_content .row.i_head_row h1 {
        font-size: 20px;
    }
    .i_product_cat_item_row .i_product_cat_image {
        height: auto;
    }
    #content .prod_cat_headside_right {
        padding: 0 15px !important;
    }
    #content .right_side {
        padding: 0 15px !important;
    }
    #content .single_product_banner .right_side{
        padding: 20px 15px !important;
    }
    #content .find_dealer_section_2 .i_title_row h1,
    #content .i_services_section_2 .cool_title h1 {
        font-size: 3rem;
    }
    #content .find_dealer_section_2 .i_title_row h1 div {
        font-size: 2.5rem;
    }
    #content .i_services_section_4 .section-bg.bg-loaded {
        background-image: unset;
    }
    #content .i_services_section_4 {
        box-shadow: unset;
    }
    .like_story_row {
        background-image: unset;
    }
    .row.chefs_corner_row .section {
        padding: 0 15px;
    }
    .configurator_section_1 .section-content h1 {
        font-size: 4rem;
    }
    .configurator_section_1 .section-content h1 div {
        font-size: 2.5rem;
    }
    .home_section_4 h2,
    .home_section_5 h2,
    .home_section_6 h2,
    .home_section_7 h2,
    .home_section_8 h2,
    .home_section_9 h2 {
        font-size: 1.6em !important;
        letter-spacing: normal !important;
    }
    .home_section_4 h3,
    .home_section_5 h3,
    .home_section_6 h3,
    .home_section_7 h3,
    .home_section_8 h3,
    .home_section_9 h3 {
        font-size: 1.25em !important;
        letter-spacing: normal !important;
    }
    .home_section_4 h4,
    .home_section_5 h4,
    .home_section_6 h4,
    .home_section_7 h4,
    .home_section_8 h4,
    .home_section_9 h4 {
        font-size: 1em !important;
        letter-spacing: normal !important;
    }
    .home_section_7 .like_banner h4 {
        font-size: 16px !important;
    }
    .home_section_7 .like_banner h2 {
        font-size: 20px !important;
    }
    .home_section_7 .like_banner p {
        font-size: 19px;
        line-height: 1.8;
        margin-top: 10px;
    }
    .i_news_date {
        font-size: 1rem;
    }
    .prod_cat_image_div {
        width: 140px;
        height: 140px;
    }
}

@media only screen and (max-width: 550px) {
    .single_post_head_image {
        background-size: auto;
        background-position: top center;
        background-repeat: no-repeat;
        background-color: white;
    }
    .home_section_7 .like_banner h4 {
        font-size: 1em !important;
    }
    .home_section_7 .like_banner h2 {
        font-size: 1.6em !important;
    }
    .home_section_7 .like_banner p {
        font-size: 19px;
        line-height: 1.8;
        margin-top: 10px;
    }

    .wiser_product_items_col {
        margin-top: 40px;
    }
    .footer-get-social {
        text-align: center;
        margin: 0 auto;
    }
    .prod_cat_image_div {
        width: 271px;
        height: 271px;
        margin: 0 auto 30px;
    }
    .footer_widgets_div > .row {
        text-align: center;
    }
    .footer_widgets_div .menu > li {
        text-align: center;
    }
    .footer_copyright_div {
        margin: 0 auto 30px;
    }

    .financing_section_3 .left_side .text-right,
    .financing_section_3 .right_side .text-left {
        text-align: center;
    }
    .financing_section_3 .button {
        margin: 0 auto;
    }

    .footer-widgets .widget_nav_menu:not(:first-child) .widget-title{
        display: none;
    }
    body .row.footer_brand_list {
        padding-top: 20px;
    }
    .footer_brand_list > .col {
        padding: 10px 10px;
    }
    .footer_brand_list .img {
        max-width: 150px;
    }
}
@media only screen and (max-width: 549px) {
    /*    .home_section_5 .banner-grid-wrapper .col {
            height:300px !important;
            text-align:center;
        }
        .home_section_5 img {
        max-height: 300px;
        display:inline-block;
        width: auto !important;
    }*/
}

@media only screen and (min-width: 850px) and (max-width: 1262px){
    #masthead {
        height: 136px !important;
    }
    .stuck .header-main .nav > li > a {
        line-height: 100% !important;
    }
}

@media (min-width: 800px) and (max-width: 1300px) {
    .header-main .nav.nav-left > li {
        margin: 0 10px;
    }
}

/*
* Bootstrap
*/
.i_row .col-xs-1, .i_row .col-sm-1, .i_row .col-md-1, .i_row .col-lg-1, .i_row .col-xs-2, .i_row .col-sm-2, .i_row .col-md-2,
.i_row .col-lg-2, .i_row .col-xs-3, .i_row .col-sm-3, .i_row .col-md-3, .i_row .col-lg-3, .i_row .col-xs-4, .i_row .col-sm-4,
.i_row .col-md-4, .i_row .col-lg-4, .i_row .col-xs-5, .i_row .col-sm-5, .i_row .col-md-5, .i_row .col-lg-5, .i_row .col-xs-6,
.i_row .col-sm-6, .i_row .col-md-6, .i_row .col-lg-6, .i_row .col-xs-7, .i_row .col-sm-7, .i_row .col-md-7, .i_row .col-lg-7,
.i_row .col-xs-8, .i_row .col-sm-8, .i_row .col-md-8, .i_row .col-lg-8, .i_row .col-xs-9, .i_row .col-sm-9, .i_row .col-md-9,
.i_row .col-lg-9, .i_row .col-xs-10, .i_row .col-sm-10, .i_row .col-md-10, .i_row .col-lg-10, .i_row .col-xs-11, .i_row .col-sm-11,
.i_row .col-md-11, .i_row .col-lg-11, .i_row .col-xs-12, .i_row .col-sm-12, .i_row .col-md-12, .i_row .col-lg-12 {
    padding: 0;
}
.i_row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 700px) {
    .single_post_head_image{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 350px;
        background-attachment: initial;
    }
}
@media (max-width: 549px) {
    .single-chefs-corner .hide-for-small{
        display: inline-block !important;
    }
    .single-chefs-corner .next-prev-nav .nav-previous a, .single-chefs-corner .next-prev-nav .nav-next a{
        font-size: 10px;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}
