/*
Theme Name: Blue Frog Theme
Theme URI: http://bluefrogdm.com
Author: Blue Frog
Author URI: http://bluefrogdm.com
Description: Blue Frog WordPress Theme
Version: 1.1.0
Text Domain: bluefrog
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/*=======================================================
      COLORS & FONTS
========================================================*/

:root {
    /* --header-font: 'Oswald', sans-serif; */
    --header-font: 'industry', sans-serif;
    --text-font: "Montserrat", sans-serif;

    --primary-color: #3D413C;
    --secondary-color: #47553E;
    --section-bg-color: #263321;
    
  }


/*=======================================================
      MAIN
========================================================*/

.pageWrap {
    background-color: #fff;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}
/* #wpadminbar {
    display: none!important;
} */
/* html {
    margin-top: 0 !important;
} */
/*=======================================================
    OVERALL FIXES
========================================================*/
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}


body {
    overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}


.nfd-site-preview-warning {
    display: none;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

a {
    text-decoration: none !important;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1, h2, h3, h4, h5 {
    text-transform: none;
    font-family: var( --header-font);
    font-weight: bold;
}

html, body {
    max-width: 100vw;
    overflow-x: hidden;
    display: block;
    float: left;
    width: 100%;
}

h1 {
    font-size: 58px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
p {
    font-size: 18px;
    font-family: var(--text-font);
}
a {
    font-size: 18px;
}
li {
    font-size: 18px;
}

@media (max-width: 768px) {
    h1 {
        font-size: calc(58px * 0.725)!important;
    }

    h2 {
        font-size: calc(36px * 0.725)!important;
        line-height: 1.136 !important;
    }

    h3 {
        font-size: calc(28px * 0.725)!important;
    }

    h4 {
        font-size: calc(20px * 0.725)!important;
    }
}

/*=======================================================
      JS CLASSES
========================================================*/

.hide {
    display: none!important;
    visibility: hidden!important;
}

.show {
    display: block!important;
    visibility: visible!important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.color-white * {
    color: #fff !important;
}

.no-padding * {
    padding: 0!important;
    margin: 0!important;
}

.btn2 {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid #fff;
    background: transparent;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3sease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3sease;
}

.btn2 a {
    color: #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: industry, sans-serif;
    -webkit-transition: all .3sease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3sease;
}

.btn2:hover {
    background: #fff;
}

.btn2:hover a {
    color: #47553e;
}

.btn3 {
    display: inline-block;
    padding: 12px 20px;
    border: 2px solid #fff;
    background: #fff;
    position: relative;
    -webkit-transition: all .3sease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3sease;
}

.btn3 a {
    color: #47553e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: industry, sans-serif;
    -webkit-transition: all .3sease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3sease;
}

.btn3:hover {
    background: transparent;
}

.btn3:hover a {
    color: #fff;
}

/*=======================================================
    HEADER NEW
========================================================*/
header#masthead {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 88px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 8px 12px #2633211A;
}

.bf-build #nav {
    /* width: 100%;
    height: 88px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999; */
    justify-content: center;
}
.custom-logo {
    float: left;
    display: inline-block;
    margin: 10px 0;
    width: 150px;
    height: auto;
    z-index: 999;
}

.bf-build #nav .main-menu li a {
    display: block;
    margin: 0 25px;
}
.bf-build #nav .main-menu ul ul li a {
    color: #fff;
}
#nav .main-menu ul li:hover>ul {
    display: block;
    background: #3d413c;
    width: 200px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

body {
    padding-top: 0;
}

.bf-build #nav {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: 88px;
}

.bf-build #nav .main-menu li a {
    color: #000;
}

.site-header {
    padding: 35px 0
}

.site-header .row {
    display: flex;
    align-items: center
}

.site-header .mobile-nav-toggle {
    width: auto
}

.site-header .mobile-nav-toggle {
    flex: 1
}

.header-transparent .site-header {
    transition: background .5s, transform .2s linear;
    position: absolute;
    top: var(--header-offset);
    width: 100%;
    z-index: 999;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

.header-transparent.header-hoverable .site-header:hover {
    box-shadow: 0 1px 0 0 rgba(241, 242, 244, 0);
    background-color: #fff
}

.no-site-header .site-header {
    display: none !important
}

.header-text-light .site-header .nav-menu>li>a,
.header-text-light .site-header .list-dropdown .current,
.header-text-light .site-header .toggle-nav,
.header-text-light .site-header .menu-item-socials {
    color: #fff
}

.header-text-light .site-header svg {
    fill: #fff;
    stroke: #fff
}

.header-text-light .site-header li.menu-item-cart span.count,
.header-text-light .site-header li.menu-item-wishlist span.count,
.header-text-light .site-header .menu-item-mobile-cart span.count {
    color: #23232c;
    background-color: #fff
}

.header-transparent.header-hoverable.header-text-light .site-header:hover .logo,
.header-transparent.header-hoverable.header-text-light .site-header:hover .list-dropdown a,
.header-transparent.header-hoverable.header-text-light .site-header:hover .list-dropdown .current,
.header-transparent.header-hoverable.header-text-light .site-header:hover .toggle-nav,
.header-transparent.header-hoverable.header-text-light .site-header:hover .menu-item-socials {
    color: #23232c
}

.header-transparent.header-hoverable.header-text-light .site-header:hover .logo-dark {
    opacity: 1
}

.header-transparent.header-hoverable.header-text-light .site-header:hover .logo-light {
    opacity: 0
}

.header-transparent.header-hoverable.header-text-light .site-header:hover svg {
    fill: #23232c;
    stroke: #23232c
}

.header-transparent.header-hoverable.header-text-light .site-header:hover li.menu-item-cart span.count,
.header-transparent.header-hoverable.header-text-light .site-header:hover li.menu-item-wishlist span.count,
.header-transparent.header-hoverable.header-text-light .site-header:hover .menu-item-mobile-cart span.count {
    color: #fff;
    background-color: #23232c
}

.header-transparent.header-hoverable.header-text-light .site-header:hover .shopping-cart-icon .icon-dark {
    opacity: 1
}

.header-transparent.header-hoverable.header-text-light .site-header:hover .shopping-cart-icon .icon-light {
    opacity: 0
}

.header-transparent.header-hoverable.header-text-light .site-header:hover .nav-menu>li>a {
    color: #23232c
}

.header-transparent.header-hoverable.header-text-light .site-header:hover .nav-menu>li>a:after {
    background-color: #23232c
}

.no-page-header .site-header {
    border-bottom: 1px solid #f1f2f4
}

.no-page-header.header-dark .site-header {
    border-bottom-color: #333
}

.no-page-header.page-template-homepage .site-header,
.no-page-header.home .site-header,
.no-page-header.header-transparent .site-header {
    border-bottom: 0
}

.single-product.product-style-4 .site-header {
    border-bottom: 0
}

.header-white .site-header {
    background-color: #fff
}

.header-dark .site-header {
    background-color: #23232c
}

.header-transparent {
    --header-offset: 0
}

.header-transparent.topbar-enabled {
    --header-offset: var(--topbar-height, 40px)
}

.header-sticky {
    --header-offset: 0;
    --header-sticky-offset: 0
}

.header-sticky.admin-bar {
    --header-sticky-offset: 32px
}

.header-sticky.header-white .site-header,
.header-sticky.header-dark .site-header,
.header-sticky.header-custom .site-header {
    position: absolute;
    top: var(--header-offset);
    width: 100%;
    z-index: 1500
}

.header-sticky.header-white.topbar-enabled,
.header-sticky.header-dark.topbar-enabled,
.header-sticky.header-custom.topbar-enabled {
    --header-offset: var(--topbar-height, 40px)
}

.header-sticky.header-transparent .site-header.sticky,
.header-sticky.header-transparent .site-header.headroom--not-top {
    color: #23232c;
    background: #fff
}

.header-sticky.header-transparent .site-header.sticky .logo,
.header-sticky.header-transparent .site-header.sticky .list-dropdown a,
.header-sticky.header-transparent .site-header.sticky .list-dropdown .current,
.header-sticky.header-transparent .site-header.sticky .toggle-nav,
.header-sticky.header-transparent .site-header.headroom--not-top .logo,
.header-sticky.header-transparent .site-header.headroom--not-top .list-dropdown a,
.header-sticky.header-transparent .site-header.headroom--not-top .list-dropdown .current,
.header-sticky.header-transparent .site-header.headroom--not-top .toggle-nav {
    color: #23232c
}

.header-sticky.header-transparent .site-header.sticky .logo-dark,
.header-sticky.header-transparent .site-header.headroom--not-top .logo-dark {
    opacity: 1
}

.header-sticky.header-transparent .site-header.sticky .logo-light,
.header-sticky.header-transparent .site-header.headroom--not-top .logo-light {
    opacity: 0
}

.header-sticky.header-transparent .site-header.sticky svg,
.header-sticky.header-transparent .site-header.headroom--not-top svg {
    fill: #23232c;
    stroke: #23232c
}

.header-sticky.header-transparent .site-header.sticky li.menu-item-cart span.count,
.header-sticky.header-transparent .site-header.sticky li.menu-item-wishlist span.count,
.header-sticky.header-transparent .site-header.sticky .menu-item-mobile-cart span.count,
.header-sticky.header-transparent .site-header.headroom--not-top li.menu-item-cart span.count,
.header-sticky.header-transparent .site-header.headroom--not-top li.menu-item-wishlist span.count,
.header-sticky.header-transparent .site-header.headroom--not-top .menu-item-mobile-cart span.count {
    color: #fff;
    background-color: #23232c
}

.header-sticky.header-transparent .site-header.sticky .shopping-cart-icon .icon-dark,
.header-sticky.header-transparent .site-header.headroom--not-top .shopping-cart-icon .icon-dark {
    opacity: 1
}

.header-sticky.header-transparent .site-header.sticky .shopping-cart-icon .icon-light,
.header-sticky.header-transparent .site-header.headroom--not-top .shopping-cart-icon .icon-light {
    opacity: 0
}

.header-sticky.header-transparent .site-header.sticky .nav-menu>li>a,
.header-sticky.header-transparent .site-header.headroom--not-top .nav-menu>li>a {
    color: #23232c
}

.header-sticky.header-transparent .site-header.sticky .nav-menu>li>a:after,
.header-sticky.header-transparent .site-header.headroom--not-top .nav-menu>li>a:after {
    background-color: #23232c
}

.header-sticky-normal .site-header.sticky {
    position: fixed !important;
    top: var(--header-sticky-offset) !important;
    width: 100%
}

.header-sticky-smart .site-header.headroom--not-top {
    position: fixed !important;
    top: var(--header-sticky-offset) !important
}

.header-text-light .site-header .nav-menu>li>a, .header-text-light .site-header .list-dropdown .current, .header-text-light .site-header .toggle-nav, .header-text-light .site-header .menu-item-socials {
    color: #fff;
    font: normal normal 400 16px / 24px Montserrat;
    letter-spacing: 0px;
    text-transform: none;
    color: #FFFFFF;
}

.nav-menu li {
    margin-right: 0px;
    display: inline-block;
    position: relative;
}

.site-header {
    padding: 0;
}

.site-header .mobile-nav-toggle {
    display: none;
}

nav#site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#nav .main-menu ul#menu-main-menu > li {
    display: inline-block;
    margin-bottom: 0;
    list-style: none;
    padding-top: 32.5px;
    padding-bottom: 32.5px;
}



div#content {
    margin-top: 88px;
}

.bf-build #nav .main-menu #menu-sub-menu > li {
    list-style: none;
}
.bf-build #nav .main-menu #menu-sub-menu > li > a {
    display: block;
    margin: 25px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    font-family: industry, sans-serif;
    -webkit-transition: all .3sease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3sease;
    border: 2px solid #47553E;
    padding: 12px 20px;
    list-style: none;
}

.side-menu {
    box-shadow: -3px 0 30px 0 rgba(3, 3, 3, .2);
    transform: translateX(-110%);
    transition: transform .7s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    width: 330px;
    height: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 1600;
    overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.side-menu .toggle-nav {
    color: #23232c !important;
    float: none;
    position: absolute;
    left: 40px;
    top: 40px
}

.side-menu .side-menu__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 90px 20px 20px 40px
}

.side-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none
}

.side-menu ul>li:before {
    transition: .5s;
    content: "";
    position: absolute;
    left: -40px;
    top: 2px;
    bottom: 0;
    border-left: 2px solid rgba(0, 0, 0, 0)
}

.side-menu ul>li.current-menu-ancestor:before,
.side-menu ul>li.current-menu-item:before {
    border-color: #23232c
}

.side-menu ul>li.current-menu-ancestor ul,
.side-menu ul>li.current-menu-item ul {
    display: block
}

.side-menu ul>li.menu-item-has-children>.toggle {
    display: block
}

.side-menu li {
    position: relative;
    margin-bottom: 15px
}

.side-menu li:last-child {
    margin-bottom: 0
}

.side-menu li ul {
    padding: 15px 0 5px 20px;
    display: none
}

.side-menu li ul ul {
    display: block
}

.side-menu li li {
    line-height: 1.3
}

.side-menu li li:before {
    display: none
}

.side-menu li li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #909097;
    font-weight: 400;
    text-transform: none
}

.side-menu .sub-menu .menu-item-has-children>.toggle {
    display: none
}

.side-menu a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #23232c;
    font-weight: 600;
    text-transform: uppercase;
    display: block
}

.side-menu a>i {
    margin-right: 10px
}

.side-menu button.toggle {
    color: #909097;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 10px;
    background: #fff0;
    transform: translateY(-50%) rotate(-90deg);
    display: none
}

.side-menu li.open button.toggle {
    right: 0;
    top: 15px;
    transform: rotate(0);
}

.side-menu button.toggle:hover {
    color: #23232c
}

.side-menu .open>button.toggle {
    color: #23232c;
    transform: rotate(0)
}

.side-menu .caret {
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-width: 6px;
    margin-left: 0
}

.side-menu .current-menu-item>a,
.side-menu a:hover {
    color: #23232c
}

.side-menu.open {
    transform: translateX(0)
}
.side-menu a.logo {
    width: fit-content;
}
.side-menu a {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 600;
    display: block;
    font-size: var(--body-font);
    text-transform: none;
}
img.logo-light.logo.colored {
    display: none;
}
.header::before {
    content: '';
    background: rgba(61, 65, 60, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: contrast(1.5);
}
.mobile-menu .search-form {
    display: none;
}

.mobile-menu nav {
    padding-top: 40px;
}

.mobile-menu nav {
    flex: unset;
}

.mobile-menu .mobile-menu-bottom {
    margin-bottom: -20px;
    margin-top: 50px;
}

.mobile-menu .mobile-menu-top {
    /* margin: 0 -20px 0 -20px; */
    padding: 13px 20px;
    background-color: #f8f8f8;
}

.mobile-menu .toggle-nav {
    color: var(--primary-color)!important;
    top: 0px;
}

.side-menu a {
    font-size: 20px !important;
    line-height: 1.5;
    color: var(--secondary-color);
    font-weight: 600;
    display: block;
    font-size: var(--body-font);
    text-transform: none;
}

.mobile-menu .toggle-nav {
    /* margin-top: -5px; */
    /* margin-bottom: 30px; */
    left: unset;
    right: 0;
    top: 0;
    margin: 0;
    color: #fff !important;
}

.mobile-menu .mobile-menu-top {
    padding: 13px 20px;
    background-color: #f8f8f8;
}

.mobile-menu .toggle-nav {
    color: var(--primary-color) !important;
}

@media (max-width: 767px) {
    .mobile-menu .mobile-menu-top {
        padding-top: 40px;
    }
}
body.side-menu-opened {
    height: 100%;
    overflow-y: hidden;
    position: fixed;
}

.side-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1550;
    display: none;
    background: rgba(35, 35, 44, .5);
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M19 2.414L17.586 1 10 8.586 2.414 1 1 2.414 8.586 10 1 17.586 2.414 19 10 11.414 17.586 19 19 17.586 11.414 10'/%3E%3C/svg%3E"), pointer;
}
.side-menu-opened .side-menu-backdrop {
    display: block;
}
.side-menu ul>li.current-menu-ancestor:before,.side-menu ul>li.current-menu-item:before {
    border-color: #23232c
}

.side-menu ul>li.current-menu-ancestor ul,.side-menu ul>li.current-menu-item ul {
    display: block
}

.side-menu ul>li.menu-item-has-children>.toggle {
    display: block
}

.side-menu li {
    position: relative;
    margin-bottom: 15px
}

.side-menu li:last-child {
    margin-bottom: 0
}

.side-menu li ul {
    padding: 15px 0 5px 20px;
    display: none
}

.side-menu li ul ul {
    display: block
}

.side-menu li li {
    line-height: 1.3
}

.side-menu li li:before {
    display: none
}

.side-menu li li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #909097;
    font-weight: 400;
    text-transform: none
}

.side-menu .sub-menu .menu-item-has-children>.toggle {
    display: none
}

.side-menu a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #23232c;
    font-weight: 600;
    text-transform: uppercase;
    display: block
}

.side-menu a>i {
    margin-right: 10px
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid #fff0;
    border-left: 4px solid #fff0;
}

.side-menu .caret {
    border-right-width: 6px;
    border-left-width: 6px;
    border-top-width: 6px;
    margin-left: 0
}

.side-menu .current-menu-item>a,.side-menu a:hover {
    color: #23232c
}

.side-menu.open {
    transform: translateX(0)
}

nav#mobile-nav {
    padding: 40px 0 40px 0;
    overflow-y: scroll;
    /* margin-top: 20px; */
    max-height: 540px;
    border-bottom: 2px solid #efefef;
}
.side-menu li {
    position: relative;
    margin-bottom: 15px;
    margin: 0;
    padding: 15px 12px;
}
.side-menu li:not(:first-child) {
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

#nav .main-menu ul ul li {
    padding: 10px 0;
}

#nav .main-menu ul ul {
    top: 88px;
}
/*=======================================================
    SMART SLIDER
========================================================*/

div#n2-ss-3 .n2-ss-slide-active::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent linear-gradient(90deg, #263321 0%, #26332100 100%) 0% 0% no-repeat padding-box;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
}


/*=======================================================
    REGULAR PAGES
========================================================*/

.bf-build .btn {
    border-radius: 0;
    padding: 12px 20px;
}

.sisu-video-lightbox-wrapper a.sisu-video-popup {
    height: 100%;
    width: 100%;
}

.special h2 {
    font: normal normal bold 48px/72px Industry;
    letter-spacing: 0px;
    color: #3D413C;
}
.sisu-schedule-wrapper .col-lg-3.col-md-3.col-xs-12.text-right a {
    float: right;
}
.sisu-schedule-wrapper .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.sisu-schedule-wrapper {
    margin-bottom: 30px;
}
.sisu-schedule-header {
    padding: 40px 15px;
}
.sisu-schedule-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.sisu-schedule-description p {
    margin: 0;
}
.sisu-schedule-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #333333;
    transition: all 0.3s ease;
}
.sisu-schedule-button:hover {
    background-color: #333333;
    color: #ffffff;
}
.sisu-schedule-grid {
    padding: 25px 10px;
    margin-right: -15px;
    margin-left: -15px;
}
.sisu-schedule-day-col {
    border-right: 2px solid #C6C6C6;
}
.sisu-schedule-day-col:last-child {
    border-right: none;
}
.sisu-schedule-day {
    /* background-color: #ffffff; */
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 100%;
    /* border-right: 1px solid #eaeaea; */
}
.sisu-schedule-day-col:last-child .sisu-schedule-day {
    border-right: none;
}
.sisu-day-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
}
.sisu-day-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    font: normal normal bold 16px / 28px Industry;
    letter-spacing: 0px;
    color: #47553E;
    text-transform: none;
    white-space: break-spaces;
}
.sisu-day-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.sisu-day-list li {
    margin-bottom: 8px;
    font: normal normal bold 15px/24px Montserrat;
    letter-spacing: 0px;

}

@media (max-width: 991px) {
    .sisu-schedule-header {
        padding: 30px 15px;
    }
    .sisu-schedule-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .sisu-schedule-description {
        margin-bottom: 15px;
    }
    .text-right {
        text-align: left !important;
    }
    nav#mobile-nav {
        max-height: 740px;
    }
}

@media (max-width: 767px) {
    .sisu-schedule-day {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
    }
    .sisu-schedule-day-col:last-child .sisu-schedule-day {
        border-bottom: none;
    }
    nav#mobile-nav {
        max-height: 540px;
    }
    .wpb_text_column.wpb_content_element.special h2 {
        text-align: left !important;
    }
    a.team-modal-trigger,
    .tm-card  {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}


/*=======================================================
   TEAM MEMBER LIGHTBOX
========================================================*/

.vc_row.tm-lightbox-super {
	margin-left:unset !important;
}
.tm-lightbox-super {
	background:rgba(71, 85, 62, 0.7);
	width:100% !important;
	height:100% !important;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;

	justify-content:center;
	align-items:center;
	z-index:9999999999999999999999999999;
	display:none;
}

.tm-lightbox-super > div > .vc_column-inner {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100% !important;
	height:100% !important;
}

.tm-lightbox-super > div > .vc_column-inner > div {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100% !important;
	height:100% !important;
	position:relative;
}

.tm-lightbox-hs {
	margin-bottom:20px !important;
}

.tm-lightbox-hs img {
		border-radius:10px;
	}

.tm-lightbox-inner {
	width:80%;
	max-height: auto;
	border:1px gray;
	background:white;
	position:relative;
	padding:40px;
	border-radius:10px;	
}

.lb-content-scroll {
	overflow:scroll;
	margin-top:20px;
	max-height:540px;
	padding-left:20px !important;
}
.tm-lightbox-inner .wpb_single_image img {
    max-height: 450px;
    object-fit: contain;
}

@media screen and (max-width:768px) {
	.tm-lightbox-hs img {
		height:200px !important;
		object-fit:cover;
		object-position:center top;
	}
	
}

.lb-image-column {
    display:block;
}

.lb-open {
	display:flex;
}

.lb-closer {
	position:absolute;
	top:-10px;
	right:-10px;
	width:30px;
	height:30px;
	
}

.lb-closer:hover {
	cursor:pointer;
}

.mobile-closer {
	display:none;
}

.lb-content-aboutbox {
	background:#f7f7f7;
	padding:20px;
}


.lb-content-aboutbox h2 {
	font-weight:unset;
}

.lb-title {
	text-transform:unset;
	font-size:30px;
}

.mobile-expand {
	border:2px solid #D65F25;
	border-radius: 3px;
	color:#00416b;
	background:transparent;
	margin-top:4px;
	transition:300ms ease all;
}


.mobile-expand:hover {
	background:#D65F25;
	transition:300ms ease all;
}

.tm-card .wpb_single_image {
    width: auto;
    max-width: 288px;
    max-height: 288px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

/*=======================================================
    BASIC BUTTON
========================================================*/

.text-right .regular-btn {
    float: right;
}

.text-left .regular-btn {
    float: left;
}

/*=======================================================
    FOOTER NEW
========================================================*/
footer.footer.bg-dark.text-white.py-5 {
    background: #3D413C!important;
}

footer.footer ul.list-unstyled li a {
    text-align: left;
    font: normal normal bold 18px / 24px Industry;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.footer-address.mb-4 p {
    text-align: left;
    font: normal normal bold 18px / 24px Industry;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 48px;
    margin-top: 32px;
}

footer.footer ul.list-unstyled {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.footer-logo.mb-3 img {
    object-fit: contain;
    width: 176px;
    height: 57px;
}

.buttoncombo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 24px;
}

.buttoncombo .btn2 {
    width: 224px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    display: flex;
    background: #fff;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

.footer-social svg {
    width: 23px;
    height: 23px;
}

.footer-social {
    display: flex;
    margin-top: 34px;
}

.toggle-nav {
    color: #000;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 40px 0 0;
    vertical-align: top
}

.toggle-nav .icon-nav {
    position: absolute;
    border-bottom: 2px solid;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    transition: .5s
}

.toggle-nav .icon-nav:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid;
    transition: transform .5s
}

.toggle-nav .icon-nav:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid;
    transition: transform .5s
}

.toggle-nav.active .icon-nav {
    transform: rotate(45deg)
}

.toggle-nav.active .icon-nav:before {
    opacity: 0
}

.toggle-nav.active .icon-nav:after {
    transform: rotate(90deg);
    top: 0
}
.divider-element {
    margin-bottom: -40px;
}
.divider-element:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: block;
    clip-path: polygon(0 0, 50% 50px, 100% 0, 100% 100%, 0 100%);
    /* box-shadow: 1px 10px 0 #000; */
}

.sisu-video-thumbnail {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services-template-default .wpb_text_column ul {
    padding-left: 2rem;
}

.services-template-default .wpb_text_column ul li {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: var(--text-font);
    line-height: 1.8;
    font-weight: normal;
}

.bg-primary p,
.bg-white p,
.bg-secondary p,
.bg-grey p {
    margin: 0;
}

.bg-primary,
.bg-white,
.bg-secondary,
.bg-grey {
    padding: 24px 36px;
}

.bg-primary {
    background: var(--primary-color)!important;
}

.bg-white {
    background: #fff!important;
}

.bg-grey {
    background: #f4f4f4!important;
}

.bg-secondary {
    background: var(--secondary-color)!important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0!important;
}

.bf-build #nav {
	background: #fff!important;
}