/*------------------------------------*\
    Box Sizing
\*------------------------------------*/

* { box-sizing: border-box; }

/*------------------------------------*\
    Icons
\*------------------------------------*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-facebook:before { content: "\f100"; }
.flaticon-instagram:before { content: "\f101"; }
.flaticon-linkedin-logo:before { content: "\f102"; }

/*------------------------------------*\
    Fonts
\*------------------------------------*/

@font-face {
    font-family: 'ringside-semibold';
    src: url('../fonts/RingsideWide-Semibold.eot');
    src: url('../fonts/RingsideWide-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RingsideWide-Semibold.woff2') format('woff2'),
         url('../fonts/RingsideWide-Semibold.woff') format('woff'),
         url('../fonts/RingsideWide-Semibold.ttf') format('truetype'),
         url('../fonts/RingsideWide-Semibold.svg#RingsideWide-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'brown-light';
    src: url('../fonts/Brown-Light.eot');
    src: url('../fonts/Brown-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Brown-Light.woff2') format('woff2'),
         url('../fonts/Brown-Light.woff') format('woff'),
         url('../fonts/Brown-Light.ttf') format('truetype'),
         url('../fonts/Brown-Light.svg#Brown-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ringside-book';
    src: url('../fonts/RingsideWide-Book.eot');
    src: url('../fonts/RingsideWide-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RingsideWide-Book.woff2') format('woff2'),
         url('../fonts/RingsideWide-Book.woff') format('woff'),
         url('../fonts/RingsideWide-Book.ttf') format('truetype'),
         url('../fonts/RingsideWide-Book.svg#RingsideWide-Book') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    font-family: 'brown-light';
    text-align: left !important;
    background: #fff !important;
}

body.blur {
    position: relative;
    overflow-y: hidden;
}

body.stop-scroll {
    height: 100vh;
    overflow-y: hidden;
    background: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    margin: 0;
    font-weight: normal;
}

h1, .h1 {
}
h2, .h2 {
}
h3, .h3 {
}
h4, .h4 {
}
p,
ol {
    font-family: 'brown-light';
}
ol li strong {
    font-family: "ringside-book";
    font-weight: normal;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
hr {
}
a {
    outline: none !important;
    text-decoration: none;
}

* { outline: none; }

@media(min-width: 1025px) {
}

@media(min-width: 1200px) {

}

/*------------------------------------*\
    Effects
\*------------------------------------*/

a,
a:after,
a:before,

.btns,
.btns:after,
.btns:before,

input,
button,
select,
textarea,
.brands-info,
.btns span,
.experience-btn,
.remember-btn:before,
.feel-item .slick-current,
.fi2.slick-current,
.feel-item .slick-slide span,
.fi2 .slick-slide span,
.page-header,
.masthead p {
    -webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}

.menu-equal span,
.menu-close,
.half-icons-item,
.half-circle {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
         -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.main-menu li a,
.products-list-container,
.product-info,
.products-list-container h4 a span,
.rightside-menu-container .phone span,
.header-social-container a,
#menu-secondary-menu li a {
    -webkit-transition: all 600ms ease-in-out;
       -moz-transition: all 600ms ease-in-out;
        -ms-transition: all 600ms ease-in-out;
         -o-transition: all 600ms ease-in-out;
            transition: all 600ms ease-in-out;
}

.letter {
    opacity: 0;
    -webkit-transform: translate(10px, 0);
       -moz-transform: translate(10px, 0);
        -ms-transform: translate(10px, 0);
         -o-transform: translate(10px, 0);
            transform: translate(10px, 0);
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    bottom: -15px;
    position: relative;
}

    .active .letter {
        transform: translate(0, 0);
        opacity: 1;
        bottom: 0;
    }
    .active .letter:nth-child(1) { transition-delay: 0.4s; }
    .active .letter:nth-child(2) { transition-delay: 0.5s; }
    .active .letter:nth-child(3) { transition-delay: 0.6s; }
    .active .letter:nth-child(4) { transition-delay: 0.7s; }
    .active .letter:nth-child(5) { transition-delay: 0.8s; }
    .active .letter:nth-child(6) { transition-delay: 0.9s; }
    .active .letter:nth-child(7) { transition-delay: 1s; }
    .active .letter:nth-child(8) { transition-delay: 1.1s; }
    .active .letter:nth-child(9) { transition-delay: 1.2s; }
    .active .letter:nth-child(10) { transition-delay: 1.3s; }
    .active .letter:nth-child(11) { transition-delay: 1.4s; }
    .active .letter:nth-child(12) { transition-delay: 1.5s; }
    .active .letter:nth-child(13) { transition-delay: 1.6s; }
    .active .letter:nth-child(14) { transition-delay: 1.7s; }
    .active .letter:nth-child(15) { transition-delay: 1.8s; }
    .active .letter:nth-child(16) { transition-delay: 1.9s; }
    .active .letter:nth-child(17) { transition-delay: 2s;}
    .active .letter:nth-child(18) { transition-delay: 2.1s; }
    .active .letter:nth-child(19) { transition-delay: 2.2s; }
    .active .letter:nth-child(20) { transition-delay: 2.3s; }
    .active .letter:nth-child(21) { transition-delay: 2.4s; }
    .active .letter:nth-child(22) { transition-delay: 2.5s; }
    .active .letter:nth-child(23) { transition-delay: 2.6s; }
    .active .letter:nth-child(24) { transition-delay: 2.7s; }
    .active .letter:nth-child(25) { transition-delay: 2.8s; }
    .active .letter:nth-child(26) { transition-delay: 2.9s; }
    .active .letter:nth-child(27) { transition-delay: 3s; }
    .active .letter:nth-child(28) { transition-delay: 3.1s; }
    .active .letter:nth-child(29) { transition-delay: 3.2s; }
    .active .letter:nth-child(30) { transition-delay: 3.3s; }

/*------------------------------------*\
    Wrappers
\*------------------------------------*/

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px; 
    padding-right: 20px;
}

.container { max-width: 1400px; width: 100%; }

/*------------------------------------*\
    Tables
\*------------------------------------*/

table {
    border-collapse: collapse;
}
td {
}
tr {
}
th {
}
thead {
}
tbody {
}
tfoot {
}

/*------------------------------------*\
    Responsive Table
\*------------------------------------*/

.table-wrap-outer { position: relative; }

.table-wrap-inner { overflow: auto; }

.table-wrap-outer table { margin: 0; }

@media (min-width: 600px) {
    .table-wrap-outer:after { display: none; }
    .table-wrap-inner { overflow: visible !important; }
}

/*------------------------------------*\
    Forms
\*------------------------------------*/

label {
}
select {
}
textarea {
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"],
textarea {
    outline: none !important;
}

/* Default Submit Button Style */
[type="submit"] {
    outline: none !important;
}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding:0;
}

@media(min-width: 1025px) {
    label { font-size: 20px; }
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/*------------------------------------*\
    Global Style
\*------------------------------------*/

.page-header,
.masthead,
.page-body,
.page-content,
.page-footer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.btns {
    color: #fff;
    background-color: #74bc1f;
    position: relative;
    text-transform: uppercase;
    font-family: "ringside-semibold";
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    padding: 0 51px 0 15px;
    line-height: 36px;
}
.btn-gray {
    color: #3a3c3e;
    background-color: #fff;
}
	.btns:hover { background-color: #3a3d3e; }
	.btns:hover span { background-color: #74bc1f; }
    .btns span {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        text-align: center;
        background-color: #3a3d3e;
        font-size: 25px;
        line-height: 35px;
    }
    .btn-gray:hover { background-color: #75bd43; color: #fff; }
    .btn-gray:hover span { background-color: #fff; color: #3a3c3e; }
    .btn-gray span {
        background-color: #75bd43;
        color: #fff;
    }

body.blur .page-header,
body.blur .page-body,
body.blur .page-footer,
body.blur .subscribe-section { filter: blur(4px); }

.page-body { margin-top: 72.25px; }

@media(min-width: 1025px) {
    .btns {
        font-size: 17px;
        padding: 0 70px 0 20px;
        line-height: 50px;
    }
        .btns span {
            width: 50px;
            height: 50px;
            font-size: 30px;
            line-height: 48px;
        }

    .page-body { 
        position: static;
        margin-top: 500px;
    }
    body.home .page-body { 
        margin-top: 100vh;
    }
    .post-21.page-body,
    .post-15.page-body { margin-top: 0; }

    .page-id-22 .page-body { margin-top: 585px; }
}
@media(min-width: 1500px) {
    .page-body { margin-top: 600px; }
    body.blog .page-body,
    body.page-id-17 .page-body { margin-top: 700px; }

    .page-id-22 .page-body { margin-top: 704px; }
}

@media(min-width: 2560px) {
    .btns { font-size: 20px; }
    .page-id-22 .page-body { margin-top: 955px; }
}

.follower {
	position: absolute;
	z-index: 999999999999999999999999999999999999;
	border: 2px solid #f4f4f5;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	top: 0;
	left: 0;
	pointer-events: none;
}

/*------------------------------------*\
    Header
\*------------------------------------*/

body.admin-bar .page-header { top:32px; }
.page-header {
    padding: 20px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: none;
}
.stickyheader { box-shadow: 0 4px 6px -6px black; }
    .logo {
        width: 180px;
        float: left;
    }
    .menu-icon {
        float: right;
        width: 30px;
        cursor: pointer;
        margin-top: 9px;
        position: relative;
    }
        .menu-equal span {
            display: block;
            width: 100%;
            height: 2px;
            background-color: #75bd43;
            position: relative;
            left: 0;
        }
        .menu-equal { width: 30px; position: relative; overflow: hidden; }
        .menu-equal span:nth-child(1) {
            margin-bottom: 7px;
        }
        .menu-close {
            position: absolute;
            top: -6px;
            left: 0;
            width: 0;
            padding: 6px 0;
            overflow: hidden;
        }
        .menu-close.active { width: 30px; }
        .menu-equal.active span { left: 30px; }
            .menu-close span {
                display: block;
                width: 30px;
                height: 2px;
                background-color: #75bd43;
            }
            .menu-close span:nth-child(1) {
                margin-bottom: 7px;
                -webkit-transform: rotate(-45deg) translate(-3px, 3px);
                transform: rotate(-45deg) translate(-3px, 3px);
            }
            .menu-close span:nth-child(2) {
                -webkit-transform: rotate(45deg) translate(-3px, -4px);
                transform: rotate(45deg) translate(-3px, -4px);
            }


    .rightside-menu-container { padding: 30px 20px; }
        .rightside-menu-container .phone {
            color: #75bd43;
            font-family: "ringside-semibold";
            position: relative;
            overflow: hidden;
        }
        .rightside-menu-container .phone span {
            position: relative;
            top: 19px;
        }
        .header-social-container {
            padding: 20px 0;
            margin: 20px 0;
            border-top: 1px solid #c4c4c5;
            border-bottom: 1px solid #c4c4c5;
            position: relative;
            overflow: hidden;
        }
            .header-social-container a {
                width: 35px;
                height: 35px;
                background-color: #75bd43;
                color: #fff;
                border-radius: 50%;
                display: inline-block;
                text-align: center;
            }
            .header-social-container a {
                position: relative;
                top: 60px;
            }
            .header-social-container a:not(:last-child) {
                margin-right: 10px;
            }
                .header-social-container a:before {
                    font-size: 16px;
                    line-height: 16px;
                    padding-top: 9px;
                    display: inline-block;
                }
                    .rightside-menu-container li { line-height: 30px; }
                    .rightside-menu-container li a {
                        color: #323436;
                        text-transform: uppercase;
                        font-family: "ringside-book";
                        font-size: 14px;
                    }

.nav-primary.active .rightside-menu-container .phone span,
.nav-primary.active .header-social-container a { top: 0; }

.page-id-9 .page-header { margin-bottom: -8px; }

@media(min-width: 600px) {
    .page-header { padding: 30px 0; }
    .rightside-menu-container {
        float: right;
        padding: 0;
        width: 30%;
        max-width: 490px;
    }
    .page-id-9 .page-header { margin-bottom: -14px; }
}

@media(min-width: 768px) {
	.page-id-9 .page-header { margin-bottom: -17px; }
}

@media(min-width: 1025px) {
    .page-id-9 {margin-top: 420px;}
    .post-517 { margin-top: 507.25px; }
    .page-header {
        padding: 0;
        height: 85px;
        z-index: 88;
        box-shadow: none;
        background-color: transparent;
    }
    .rightside-menu-container .phone { font-size: 18px; }
    .rightside-menu-container { width: 33%; }
    .header-social-container {
        padding: 25px 0;
        margin: 25px 0;
    }
        .header-social-container a {
            width: 45px;
            height: 45px;
        }
        .header-social-container a:not(:last-child) { margin-right: 30px; }
        .header-social-container a:before {
            font-size: 20px;
            padding-top: 14px;
        }
        .rightside-menu-container ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }
            .rightside-menu-container li { line-height: auto; }
            .rightside-menu-container li:not(:first-child) { margin-top: 10px; }
            .rightside-menu-container li a { font-size: 16px; }

    .nav-logo {
        float: left;
        position: fixed;
        top: 20px;
        left: 20px;
        width: 270px;
    }
    .logo {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 270px;
    }
    body.home .logo {
        top: 20px;
        width: 120px;
    }
        .logo img:nth-child(1) { display: none; }
        .logo img:nth-child(2) { display: block; }
        .logo img:nth-child(3) { display: none; }
        body.home .logo img:nth-child(1),
        body.blog .logo img:nth-child(2) { display: block; }
        body.home .logo img:nth-child(2),
        body.home .logo img:nth-child(3),
        body.blog .logo img:nth-child(1),
        body.blog .logo img:nth-child(3){ display: none; }

        .white-logo img:nth-child(1) { display: none; }
        .white-logo img:nth-child(2) { display: none; }
        .white-logo img:nth-child(3) { display: block; }

    .post-template-default .white-logo img:nth-child(2) { display: block !important; }
    .post-template-default .white-logo img:nth-child(3) { display: none !important; }










    .menu-icon {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        background-color: #75bd43;
        width: 85px;
        height: 85px;
        margin-top: 0;
        padding: 36px 27.5px;
    }
        .menu-equal span,
        .menu-close span { background-color: #daedcd; }
        .menu-close {
            top: 30px;
            left: 27.5px;
        }

    .page-id-9 .page-header { margin-bottom: -24px; }

    .stickyheader {
        background-color: #fff !important;
        box-shadow: 0 4px 6px -6px black;
    }
    .stickyheader .logo { width: 270px !important; }
    .stickyheader .logo img:nth-child(1) { display: none !important; }
    .stickyheader .logo img:nth-child(2) { display: block !important; }
    .stickyheader .logo img:nth-child(3) { display: none !important; }
}

@media(min-width: 1200) {
	.page-id-9 .page-header { margin-bottom: -28px; }
}

@media(min-width: 1500px) {
    .page-id-9 {
        margin-top: 35px;
    }    
    .page-header { height: 105px; }
    .rightside-menu-container .phone {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .header-social-container {
        padding: 70px 0;
        margin: 70px 0 50px;
    }
    .rightside-menu-container { width: 26%; }
    .rightside-menu-container ul { max-width: 485px; }
    .rightside-menu-container li:not(:first-child) { margin-top: 25px; }
    .rightside-menu-container li a { font-size: 19px; }
    .nav-logo {
        width: 385px;
        top: 30px;
        left: 4.4%;
    }
    .menu-icon {
        width: 105px;
        height: 105px;
        padding: 45px 37.5px;
    }
    .logo {
        top: 30px;
        left: 4.4%;
        width: 315px;
    }
    body.home .logo {
        top: 30px;
        left: 4.4%;
        width: 180px;
    }
    .menu-close {
        top: 39px;
        left: 37.5px;
    }
    .page-id-9 .page-header { margin-bottom: -35px; }
    .stickyheader .logo { width: 315px !important; }
}

@media(min-width: 1800px) {
    .rightside-menu-container { width: 33%; }
}

@media(min-width: 1900px) {
	.page-id-9 .page-header { margin-bottom: -44px; }
}

@media(min-width: 2560px) {
    .rightside-menu-container .phone { font-size: 42.67px; }
    .rightside-menu-container li a { font-size: 27px; }
    .rightside-menu-container { max-width: 600px; }
    .rightside-menu-container ul { max-width: 520px; }
}
 
@media all and (max-width:782px) {
    body.admin-bar .page-header { top:46px; }
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/

.nav-primary {
    position: fixed;
    top: 72px;
    left: 0;
    background-color: #fff;
    z-index: 999;
    display: none;
    padding-top: 10px;
}
.main-menu li {
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}
.main-menu li:not(:first-child) { margin-top: 10px; }
.main-menu li a {
    color: #323436;
    font-weight: 400;
    font-size: 20px;
    font-family: "ringside-book";
    position: relative;
    top: 24px;
}
.main-menu li.current-menu-ancestor > a,
.main-menu li.current-menu-parent > a,
.main-menu li.current-menu-item > a,
.main-menu li a:hover,
#menu-secondary-menu li a:hover { color: #75bd43; }

.menugray li a { color: #ccc; }

.main-menu,
.rightside-menu-container,
#menu-secondary-menu { text-align: center; }

#menu-secondary-menu li {
    position: relative;
    overflow: hidden;
}
    #menu-secondary-menu li a {
        position: relative;
        top: 30px;
    }

.nav-primary.active .main-menu li a,
.nav-primary.active #menu-secondary-menu li a { top: 0; }

@media(min-width: 600px) {
    .main-menu { display: inline-block; }
    .nav-primary { top: 92px; }
    .main-menu,
    .rightside-menu-container,
    #menu-secondary-menu { text-align: left; }
    .nav-primary {
        padding-top: 0;
        padding-bottom: 15px;
    }
}
@media(min-width: 1025px) {
    .nav-primary {
        position: fixed;
        height: 100vh;
        top: 0;
    }
        .nav-flex {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
        }
        .nav-center { width: 100%; }
        .main-menu {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
            margin-left: 5%;
        }
            .main-menu li { padding: 0; }
            .main-menu li:not(:first-child) { margin-top: 20px; }
            .main-menu li a {
                font-size: 25px;
                top: 30px;
            }

    .nav-primary .bg {
        position: absolute;
        z-index: -1;
        bottom: -10%;
        left: -12%;
        opacity: .15;
        width: 60%;
        -webkit-animation: spin 20000ms linear infinite;
        -moz-animation: spin 20000ms linear infinite;
        -ms-animation: spin 20000ms linear infinite;
        animation: spin 20000ms linear infinite;
    }
}

@media(min-width: 1500px) {
    .main-menu { margin-left: 6%; }
    .main-menu li a {
        font-size: 45px;
        top: 49px;
    }
    .main-menu li:not(:first-child) { margin-top: 40px; }
    .nav-primary .bg {
        width: auto;
        left: -7%;
        bottom: -9.5%;
    }
}

@media(min-width: 1800px) {
    .main-menu { margin-left: 10%; }
}

@media(min-width: 2560px) {
    .main-menu li a { font-size: 64px; }
}

/*------------------------------------*\
    Stickyheader
\*------------------------------------*/


/*------------------------------------*\
    Masthead
\*------------------------------------*/

.masthead {
    width: 100%;
    height: calc(100vh - 72px);
}
    .masthead img {
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0;
        max-width: 500px;
    }
    .masthead-flex {
        width: 100%;
        height: calc(100vh - 72px);
        padding: 50px 20px;
    }
    .masthead-flex > div {
        width: 300px;
        margin: 20% auto 0;
    }
    .masthead h3{
        color: #75bd43;
        text-transform: uppercase;
        font-family: "ringside-semibold";
        font-size: 20px;
    }
    .masthead h1 {
        font-family: "ringside-semibold";
        color: #3a3d3e;
        font-size: 54px;
        line-height: 54px;
    }
    .masthead p {
        color: #535455;
        width: 80%;
        opacity: 0;
        padding-top: 50px; 
        font-size: 17px;
        font-family: 'brown-light';
    }
    .masthead_active p {
        opacity: 1;
        padding-top: 0px; 
    }

@media(min-width: 600px) {
    .masthead,
    .masthead-flex {
        height: calc(100vh - 92px);
    }
}

@media(min-width: 768px) {
    .masthead-flex > div {
        width: auto;
        margin: 20% 0 0;
    }
    .masthead p { width: 60%; }
}

@media(max-width: 1024px) {
    .masthead img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media(min-width: 1025px) {
    .masthead { 
        top: 120px; 
        position: fixed;
        z-index: 1;
    }
    .masthead,
    .masthead-flex {
        height: calc(100vh - 120px);
    }
    .masthead-flex {
        display: flex;
        align-items: center;
        padding: 0;
        padding-left: 15%;
    }
        .masthead-flex > div { margin: 0; }
        .masthead img { max-width: 80%; }
        .masthead.masthead-full img {
            max-width: 100%;
            top: 0px;
            left: 0px;
            object-fit: cover;
            height: 100%;
            width: 100%;
        }
        .masthead h3 { font-size: 30px; }
        .masthead h1 {
            font-size: 90px;
            line-height: 90px;
            margin-top: 15px;
        }
        .masthead p {
            font-size: 20px;
            line-height: 35px;
            margin: 25px 0 35px;
        }
}

@media(min-width: 1500px) {
    .masthead,
    .masthead-flex {
        height: calc(100vh - 230px);
    }
    .masthead { margin-top: 120px; }
    .masthead img { max-width: 70%; }
    .masthead-flex { padding-left: 15%; }
        .masthead h3 {
            font-size: 45px;
            letter-spacing: 3px;
        }
        .masthead h1 {
            font-size: 126px;
			line-height: 100px;
        }
        .masthead p {
            font-size: 26px;
            line-height: 32px;
            margin: 30px 0 50px;
        }
}

@media(min-width: 1800px) {
    .masthead img { max-width: 100%; }
        .masthead h3 {
            font-size: 55px;
            letter-spacing: 3px;
        }
        .masthead h1 {
            font-size: 186px;
            line-height: 160px;
        }
        .masthead p {
            font-size: 31px;
            line-height: 42px;
            margin: 30px 0 60px;
        }
}

@media(min-width: 2560px) {
    .masthead,
    .masthead-flex {
        height: calc(100vh - 230px);
    }
    .masthead h3 { font-size: 78.22px; }
    .masthead h1 {
        font-size: 265px;
        line-height: 240px;
    }
    .masthead p {
        font-size: 44px;
        line-height: 60px;
        margin: 50px 0 60px;
    }
}

/*------------------------------------*\
    Global Masthead
\*------------------------------------*/

.global-masthead .bg {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
    z-index: 3;
}
    .brand-logo {
        position: absolute;
        top: -60px;
        left: 20px;
        z-index: 2;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #f6f6f7;
        display: flex;
        align-items: center;
        text-align: center;
    }
        .brand-logo img {
            margin: 0 auto;
            max-width: 80%;
            max-height: 80%;
        }

   	.globalmasthead-flex {
   		display: flex;
   		align-items: center;
   		width: 100%;
   		position: absolute;
   		height: 100%;
   		top: 0;
   		left: 0;
   		padding: 0 20px;
   	}
   		.globalmasthead-flex h1 {
   			color: #fff;
   			font-family: "ringside-semibold";
   			font-size: 35px;
   		}
   		.globalmasthead-flex h3 {
   			color: #75bd43;
			text-transform: uppercase;
			font-family: "ringside-semibold";
			font-size: 18px;
   		}

   	/*.page-id-9 .global-masthead .bg { height: auto !important; }*/
   	.page-id-9 .global-masthead { z-index: 9; }

@media(min-width: 768px) {
    .global-masthead .bg { height: 400px; }
}

@media(min-width: 1025px) {
    .global-masthead {
        top: 0px; 
        position: fixed;
        z-index: 3;
    }
    .single-brand .global-masthead,
    .page-id-22 .global-masthead { top: 85px; }
    .global-masthead.gmhide { z-index: 1; }
    .global-masthead .bg { height: 500px; }
    .brand-logo {
        width: 220px;
        height: 220px;
        top: -110px;
        left: 45px;
    }
    .globalmasthead-flex { padding: 0 5%; }
    .globalmasthead-flex h1 {
    	font-size: 70px
    	line-height: 70px;
    	margin-top: 15px;
    }
    .globalmasthead-flex h3 { font-size: 30px; }
}

@media(min-width: 1500px) {
    .global-masthead .bg { height: 600px; }
    body.blog .global-masthead .bg,
    body.page-id-17 .global-masthead .bg { height: 700px; }
    .brand-logo {
        width: 380px;
        height: 380px;
        top: -190px;
        left: 90px;
    }
    .globalmasthead-flex { padding: 0 13%; }
    .globalmasthead-flex h1 {
    	font-size: 127.6px;
    	line-height: 101.6px;
    }
    .globalmasthead-flex h3 { 
    	font-size: 55px;
		letter-spacing: 3px;
    }
    .single-brand .global-masthead,
    .page-id-22 .global-masthead { top: 105px; }
}

@media(min-width: 1920px) {
    .page-id-9 .page-body { margin-top: 742px; }
}
@media(min-width: 2200px) {
    .page-id-9 .page-body { margin-top: 838px; }
}
@media(min-width: 2560px) {
	.globalmasthead-flex h3 { font-size: 78px; }
    .globalmasthead-flex h1 {
    	font-size: 181px;
    	line-height: 150px;
    	margin-top: 0;
    }

    .page-id-9 .page-body { margin-top: 968px; }
    .global-masthead .bg { height: 850px; }
    body.single-brand .page-body { margin-top: 850px; }

    body.page-id-17 .global-masthead .bg,
    body.blog .global-masthead .bg { height: 1000px; }
    body.page-id-17 .page-body,
    body.blog .page-body { margin-top: 1000px; }
}
@media(min-width: 2900px) {
    .page-id-9 .page-body { margin-top: 1073px; }
}
@media(min-width: 3200px) {
    .page-id-9 .page-body { margin-top: 1170px; }
}
@media(min-width: 3600px) {
    .page-id-9 .page-body { margin-top: 1297px; }
}

.the_content { padding: 50px 20px; }
.the_content p a { color: #75bd43; }
.the_content h2:not(:first-child) { margin-top: 40px; }
.the_content p strong { 
    font-weight: normal;
    font-family: "ringside-semibold";
}
.the_content ul {
    font-family: "brown-light";
    margin: 20px 0;
}

@media(min-width: 768px) {
    .the_content { padding: 70px 0; }
}
@media(min-width: 1025px) {
    .the_content { padding: 100px 0; }
}

/*------------------------------------*\
    Inner Brand
\*------------------------------------*/

.inner-brand-section {
    padding: 60px 0 0;
    background-color: #f6f6f7;
}
    .inner-brand-info { padding: 0 20px; }
    .inner-brand-info h2 {
        font-family: "ringside-semibold";
        text-transform: uppercase;
        color: #75bd43;
        font-size: 19px;
        line-height: 27px;
    }
    .inner-brand-info p { 
        color: #4a4a40;
        line-height: 22px;
        margin: 20px 0 0;
    }
    .inner-right img {
        margin-top: 30px;
        width: 100%; 
    }
    .inner-left {
        margin-top: 30px;
        width: 100%;
    }

@media(min-width: 1025px) {
    .inner-brand-section { padding: 195px 0 0; z-index: 3; }
    .inner-left {
        float: left;
        width: 45%;
        margin-top: 0;
        margin-right: 5%;
    }
    .inner-right {
        float: right;
        width: 45%;
        margin-right: 5%;
    }
        .inner-brand-info { padding: 0; }
            .inner-brand-info h2 {
                font-size: 20px;
                line-height: 28px;
            }
            .inner-brand-info p {
                font-size: 17px;
                line-height: 23px;
            }
            .inner-right img {
                margin-top: 0;
                position: relative;
                bottom: -50px;
            }
}

@media(min-width: 1500px) {
    .inner-brand-section { padding: 220px 0 0; }
    .inner-left,
    .inner-right {
        width: 43%;
        margin-right: 7%;
    }
        .inner-brand-info h2 {
            font-size: 38px;
            line-height: 50px;
        }
        .inner-brand-info p {
            font-size: 18px;
            line-height: 28px;
            margin-top: 50px;
            width: 85%;
        }
        .inner-right img { bottom: -100px; }
}

@media(min-width: 2560px) {
	.inner-left,
    .inner-right {
        width: 40%;
        margin-right: 10%;
    }
	.inner-brand-info h2 {
		font-size: 54px;
		line-height: 71px;
	}
	.inner-brand-info p {
		font-size: 25px;
		line-height: 40px;
		width: 88%;
	}
}

.inner-product-section { padding: 50px 20px; text-align: center; }
    .inner-product-section h3 {
        color: #d8d8de;
        text-transform: uppercase;
        font-family: "ringside-semibold";
        font-size: 20px;
        text-align: center;
    }
    .inner-product-item {
        text-align: center;
        margin-top: 30px;
    }
        .inner-product-item img { margin: 0 auto; }
        .inner-product-item span {
            font-family: "ringside-semibold";
            text-transform: uppercase;
            color: #3a3d3e;
            font-size: 15px;
            letter-spacing: 1px;
        }
        .inner-product-section .btns { margin-top: 40px; }

@media(min-width: 768px) {
    .inner-product-section { padding: 70px 0; }
    .inner-product-item { display: inline-block; }
    .inner-product-item:not(:last-child) { margin-right: 15px; }
}

@media(min-width: 1025px) {
    .inner-product-container {
        width: 81%;
        margin: 0 auto;
    }
    .inner-product-section h3 {
        position: absolute;
        left: 0;
        top: calc(50% - 90px);
        writing-mode: vertical-rl;
        transform: rotate(-180deg);
        font-size: 30px;
        padding: 0 50px;
    }
    .inner-product-section { padding: 70px 0; }
    .inner-product-item:not(:last-child) { margin-right: 45px; }
    .inner-product-section .btns { margin-top: 55px; }

    .bottom-btn-container {
        float: left;
        width: 100%;
        text-align: center;
    }
}

@media(min-width: 1500px) {
    /*.inner-product-container { width: calc(100% - 252px); }*/
    .inner-product-section h3 {
        font-size: 43px;
        padding: 0 100px;
        top: calc(50% - 132px);
    }
    .inner-product-section { padding: 120px 0 100px; }
    .inner-product-item:not(:last-child) { margin-right: 95px; }
    .inner-product-section .btns { margin-top: 70px; }
}

@media(min-width: 2560px) {
	.inner-product-section { padding: 150px 0 120px; }
	.inner-product-item span { font-size: 21px; }
}

/*------------------------------------*\
    Home - Delivery
\*------------------------------------*/

.delivery-section { padding: 80px 0; }
    .delivery-section .bg {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        top: 0;
        left: 0;
    }
    .delivery-section h3 {
        color: #75bd43;
        text-transform: uppercase;
        font-family: "ringside-semibold";
        font-size: 18px;
    }
    .delivery-section h2 {
        font-family: "ringside-semibold";
        color: #fff;
        font-size: 40px;
        line-height: 40px;
        margin: 10px 0 30px;
    }
    .delivery-form {
        max-width: 510px;
        margin: 0 auto;
    }
        .delivery-form input[type="text"] {
            font-family: "ringside-semibold";
            font-size: 13px;
            color: #fff;
            background-color: transparent;
            border: 1px solid #fff;
            text-transform: uppercase;
            padding: 9px 15px;
            width: calc(100% - 130px);
            margin-right: 5px;
        }
        .delivery-form input[type="text"]::placeholder { opacity: 1; }
        .delivery-section p a {
            font-family: "ringside-semibold";
            font-size: 13px;
            color: #fff;
            background-color: #75bd43;
            border: 1px solid #75bd43;
            border: none;
            text-transform: uppercase;
            width: 120px;
            padding: 10px 0;
            display: inline-block;
        }
        .delivery-section p a:not(:first-child) { margin-left: 20px; }
		.delivery-section p a:hover { background-color: #3a3d3e; }


@media(min-width: 1025px) {
    .delivery-section { padding: 150px 0; }
        .delivery-section h3 { font-size: 30px; }
        .delivery-section h2 {
            font-size: 80px;
            line-height: 80px;
            margin: 10px 0 40px;
        }
        .delivery-form input[type="text"] {
            padding: 14px 20px;
            width: calc(100% - 185px);
            margin-right: 10px;
        }
        .delivery-section p a {
            padding: 15px 0;
            width: 170px;
        }
}

@media(min-width: 1500px) {
    .delivery-section { padding: 240px 0; }
        .delivery-section h3 {
            font-size: 55px;
            letter-spacing: 3px;
        }
        .delivery-section h2 {
            font-size: 134px;
            line-height: 134px;
            margin: 10px 0 80px;
        }
}

@media(min-width: 2560px) {
    .delivery-form { max-width: 760px; }
    .delivery-section h3 { font-size: 69px; }
    .delivery-section h2 {
        font-size: 180px;
        line-height: 180px;
    }
    .delivery-form input[type="text"] {
        font-size: 19.78px;
        width: calc(100% - 255px);
    }
    .delivery-section p a {
        font-size: 19.78px;
        width: 240px;
    }

}

/*------------------------------------*\
    Home - Product
\*------------------------------------*/

.product-section { padding: 50px 0 50px 20px; }
    .product-section h3 {
        color: #75bd43;
        text-transform: uppercase;
        font-family: "ringside-semibold";
        font-size: 20px;
        text-align: center;
    }
    .product-section strong {
        font-weight: normal;
        color: #3a3c3e;
    }
    .product-slider { margin-top: 30px; }
        .product-item { position: relative; }
        /*.product-item:hover .products-list-container { opacity: 1; }
        .product-item:hover .product-info { opacity: 0; }*/
            .product-item .bg {
                width: 100%;
                height: 400px;
                object-fit: cover;
                object-position: center;
            }
            .product-info,
            .products-list-container {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                opacity: 1;
            }
                .product-info h4,
                .products-list-container h4 {
                    text-transform: uppercase;
                    text-align: center;
                    color: #fff;
                    font-family: "ringside-semibold";
                    font-size: 18px;
                    width: 100%;
                }
                    .products-list-container h4 a {
                        color: #75bd43;
                        padding: 10px 20px;
                        background-color: #fff;
                        display: inline-block;
                        position: relative;
                        overflow: hidden;
                        /*height: 66px;*/
                    }
                    .products-list-container h4 a span {
                        position: relative;
                        top: 41px;
                    }

                    .product-item:hover .products-list-container h4 a span { top: 0; }
                    .products-list-container h4 a:hover {
                        color: #fff;
                        background-color: #75bd43;
                    }
                    .products-list-container h4:not(:first-child) { margin-top: 15px; }

            .products-list-container {
                z-index: 2;
                opacity: 0;
            }
                .products-list-container div { width: 100%; }

                .product-slider .slick-slide:not(:last-child) { margin-right: 20px; }
                .product-slider .slick-slide { width: 60vw; }

.slider-arrow {
    text-align: center;
    margin-top: 20px;
}
    .slider-arrow img {
        width: 40px;
        cursor: pointer;
    }
    .slider-arrow img:nth-child(1) {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-right: 15px;
    }

@media(min-width: 600px) {
    .product-item .bg { height: 450px; }
}

@media(min-width: 768px) {
    .product-section { padding: 70px 0; }
        .product-section h3 {
            writing-mode: vertical-rl;
            transform: rotate(-180deg);
            float: left;
            padding: 0 25px;
        }
        .product-slider {
            margin-top: 0;
            float: left;
            width: calc(100% - 74px);
        }
            .product-slider .slick-slide:not(:last-child) { margin-right: 30px; }
            .product-slider .slick-slide { width: 33vw; }

    .slider-arrow {
        position: absolute;
        top: 23px;
        right: 25px;
        margin-top: 0;
    }
}

@media(min-width: 1025px) {
    .product-section { padding: 100px 0; }
        .product-section h3 {
            font-size: 30px;
            padding: 0 50px;
            height: 350px;
            text-align: right;
        }

        .product-slider { width: calc(100% - 137px); }
        .product-item .bg { height: 500px; }
        .product-info h4,
        .products-list-container h4 { font-size: 20px; }
        .product-slider .slick-slide { width: 23.5vw; }
        .slider-arrow {
            right: 50px;
            top: 37px;
        }
            .slider-arrow img { width: 54px; }
            .slider-arrow img:nth-child(1) { margin-right: 40px; }
}

@media(min-width: 1500px) {
    .product-section { padding: 135px 0; }
        .product-section h3 {
            font-size: 43px;
            padding: 0 100px;
            letter-spacing: 1px;
            height: 500px;
        }
        .product-slider { width: calc(100% - 252px); }
        .product-item .bg { height: 615px; }
        .product-slider .slick-slide { width: 24.2vw; }
        .product-info h4,
        .products-list-container h4 {
            font-size: 28px;
            letter-spacing: 2px;
        }
        .slider-arrow {
            right: 60px;
            top: 50px;
        }
}

@media(min-width: 2560px) {
    .product-section { padding: 195px 0; }
        .product-section h3 {
            font-size: 61px;
            padding: 0 145px;
        }
        .product-slider { width: calc(100% - 365px); }
        .product-item .bg { height: 875px; }
        .product-slider .slick-slide { width: 24.2vw; }
        .product-slider .slick-slide:not(:last-child) { margin-right: 50px; }
        .product-info h4,
        .products-list-container h4 {
            font-size: 45px;
            letter-spacing: 2px;
        }
        .slider-arrow {
            right: 100px;
            top: 80px;
        }
}

/*------------------------------------*\
    Home - Feel
\*------------------------------------*/

.feel-section {
    background-color: #f5f5f5;
    padding: 40px 20px;
    text-align: center;
}
    .feel-section h3 {
        font-family: "ringside-semibold";
        color: #3a3c3e;
        font-size: 40px;
    }
    .feel-item,
    .fi2 {
        font-family: "ringside-semibold";
        font-size: 28px;
        margin: 50px 0;
    }
    .fi2 {
        margin: 50px 0 30px 0;
    }
    .feel-item-img {
        max-width: 90%;
        margin: 0 auto;
    }
        .feel-item-img img {
            max-width: 100%;
            -webkit-animation: spin 10000ms linear infinite;
            -moz-animation: spin 10000ms linear infinite;
            -ms-animation: spin 10000ms linear infinite;
            animation: spin 10000ms linear infinite;
        }

        .feel-item .slick-slide span,
        .fi2 .slick-slide span { 
            color: #797c7f; 
            position: relative;
            float: left;            
            transform-origin: 0 0;
            width: 100%;
            text-align: center;
        }

        .feel-item,
        .fi2 {
            position: relative;
            /*top: 0;
            left: 37%;
            width: 43%;
            margin: 0;
            font-size: 30px;
            line-height: 30px;
            top: calc(50% - 180px);*/
            height: 300px !important;
            text-align: center;
            overflow: hidden;
        }
        .feel-item .slick-list,
        .fi2 .slick-list { height: 300px !important; }
        .feel-item .next1,
        .feel-item .prev1,
        .feel-item .next2,
        .feel-item .prev2,
        .fi2 .next1,
        .fi2 .prev1,
        .fi2 .next2,
        .fi2 .prev2 { line-height: normal; }
        .feel-item .next1,
        .fi2 .next1 { margin-top: 0; }
        .feel-item .prev1,
        .fi2 .prev1 { margin-bottom: 0; }
        .feel-item .next2,
        .feel-item .prev2,
        .fi2 .next2,
        .fi2 .prev2 { margin: 0; }
        .feel-item .slick-slide,
        .fi2 .slick-slide {
            height: 50px;
            line-height: 40px;
        }

        .feel-item .slick-slide.prev1 span,
        .feel-item .slick-slide.next1 span,
        .fi2 .slick-slide.prev1 span,
        .fi2 .slick-slide.next1 span {
            color: #afb0b2;
            margin-top: 10px;
            font-size: 25px;
        }
        .feel-item .slick-slide.next1 span,
        .fi2 .slick-slide.next1 span {
            margin-top: -10px;
        }
        .feel-item .slick-slide.prev2 span,
        .feel-item .slick-slide.next2 span,
        .fi2 .slick-slide.prev2 span,
        .fi2 .slick-slide.next2 span {
            color: #d5d5d6;
            margin-top: 20px;
            font-size: 20px;
        }
        .feel-item .slick-slide.next2 span,
        .fi2 .slick-slide.next2 span {
            margin-top: -20px;
        }
        .feel-item .slick-track,
        .fi2 .slick-track { top: 80px !important; }
        .feel-item .slick-current,
        .fi2 .slick-current  { font-size: 40px; margin: 0; }

    /*.feel-item,
    .feel-item .slick-list { height: 350px !important; }

    .feel-item .slick-track { top: 48px !important; }

    .feel-item .slick-slide { line-height: 31px; }
    .feel-item .slick-current {
        font-size: 50px;
        line-height: 40px;
        margin: 12px 0 15px;
    }
    .feel-item .next1,
    .feel-item .prev1 {
        font-size: 25px;
    }
    .feel-item .next1 { margin-top: 12px; }
    .feel-item .prev1 { margin-bottom: 12px; }
        .feel-item .next1 span,
        .feel-item .prev1 span { color: #afb0b2; }

    .feel-item .next2,
    .feel-item .prev2 {
        font-size: 20px;
    }
    .feel-item .next2,
    .feel-item .prev2 { margin: 12px 0; }
        .feel-item .next2 span,
        .feel-item .prev2 span { color: #d5d5d6; }*/

@media(min-width: 768px) {
    .feel-section {
        padding: 50px 0;
    }
        .feel-section h3 {
            position: absolute;
            top: calc(50% - 10.5px);
            left: 9%;
            font-size: 28px;
            line-height: 28px;
        }
        .feel-item {
            position: absolute;
            top: 0;
            left: 37%;
            width: 43%;
            margin: 0;
            font-size: 30px;
            line-height: 30px;
            top: calc(50% - 180px);
            height: 360px !important;
            text-align: left;
            overflow: hidden;
        }
        .feel-item .slick-list { height: 360px !important; }
        .feel-item .next1,
        .feel-item .prev1,
        .feel-item .next2,
        .feel-item .prev2 { line-height: normal; }
        .feel-item .next1 { margin-top: 0; }
        .feel-item .prev1 { margin-bottom: 0; }
        .feel-item .next2,
        .feel-item .prev2 { margin: 0; }
        .feel-item .slick-slide {
            height: 50px;
            line-height: 40px;
        }
        .feel-item .slick-slide span { text-align: left; }

        .feel-item .slick-slide.prev1 span,
        .feel-item .slick-slide.next1 span {
            color: #afb0b2;
            margin-top: 10px;
            font-size: 25px;
        }
        .feel-item .slick-slide.next1 span {
            margin-top: -10px;
        }
        .feel-item .slick-slide.prev2 span,
        .feel-item .slick-slide.next2 span {
            color: #d5d5d6;
            margin-top: 20px;
            font-size: 20px;
        }
        .feel-item .slick-slide.next2 span {
            margin-top: -20px;
        }

        .feel-item .slick-current  { font-size: 40px; margin: 0; }
        .feel-item .slick-track { top: 105px !important; }

        .feel-item-img {
            margin: 0;
            float: right;
            width: 400px;
            position: relative;
            right: -200px;
        }
}

@media(min-width: 1025px) {
    .feel-section {
        padding: 90px 0;
    }
        .feel-item-img {
            width: 600px;
            right: -300px;
        }
        .feel-item {
            font-size: 50px;
            line-height: 50px;
            top: calc(50% - 250px);
            height: 500px !important;
            left: 35%;
        }
        .feel-item .slick-list { height: 500px !important; }
        .feel-item .slick-slide {
            height: 70px;
            line-height: 60px;
        }

        .feel-item .slick-slide.prev1 span,
        .feel-item .slick-slide.next1 span {
            margin-top: 10px;
            font-size: 40px;
        }
        .feel-item .slick-slide.next1 span {
            margin-top: -10px;
        }
        .feel-item .slick-slide.prev2 span,
        .feel-item .slick-slide.next2 span {
            margin-top: 20px;
            font-size: 30px;
        }
        .feel-item .slick-slide.next2 span {
            margin-top: -20px;
        }
        .feel-item .slick-current  { font-size: 70px; }
        .feel-section h3 {
            font-size: 40px;
            line-height: 40px;
            top: calc(50% - 13.5px);
            left: 6%;
        }

        .feel-item .slick-track { top: 145px !important; }
}

@media(min-width: 1500px) {
    .feel-item-img {
        width: 800px;
        right: -400px;
    }
        .feel-item {
            font-size: 65px;
            line-height: 65px;
            top: calc(50% - 300px);
            left: 33%;
            height: 600px !important;
        }
        .feel-item .slick-list { height: 600px !important; }
        .feel-item .slick-slide {
            height: 90px;
            line-height: 70px;
        }
        .feel-item .slick-current  { 
            font-size: 100px;
            height: 90px;
            line-height: 70px;
        }

        .feel-item .slick-slide.prev1 span,
        .feel-item .slick-slide.next1 span {
            margin-top: 10px;
            font-size: 55px;
        }
        .feel-item .slick-slide.next1 span {
            margin-top: -10px;
        }
        .feel-item .slick-slide.prev2 span,
        .feel-item .slick-slide.next2 span {
            margin-top: 30px;
            font-size: 45px;
        }
        .feel-item .slick-slide.next2 span {
            margin-top: -30px;
        }
        .feel-section h3 {
            font-size: 65px;
            line-height: 65px;
            top: calc(50% - 23.5px);
            left: 2%;
        }
        .feel-item .slick-track { top: 171px !important; }
}

@media(min-width: 1700px) {

    .feel-item {
        font-size: 75px;
        line-height: 75px;
        top: calc(50% - 350px);
        left: 35%;
        height: 700px !important;
    }
    .feel-item .slick-list { height: 700px !important; }
        .feel-item .slick-slide {
            height: 120px;
            line-height: 100px;
        }
        .feel-item .slick-current  { 
            font-size: 130px;
            height: 120px;
            line-height: 100px;
        }

        .feel-item .slick-slide.prev1 span,
        .feel-item .slick-slide.next1 span {
            margin-top: 30px;
            font-size: 65px;
        }
        .feel-item .slick-slide.next1 span {
            margin-top: -30px;
        }
        .feel-item .slick-slide.prev2 span,
        .feel-item .slick-slide.next2 span {
            margin-top: 50px;
            font-size: 55px;
        }
        .feel-item .slick-slide.next2 span {
            margin-top: -50px;
        }
        /*.feel-item .slick-track { top: 325px !important; }*/

    .feel-section h3 {
        font-size: 75px;
        line-height: 75px;
        top: calc(50% - 30.5px);
        left: 3.5%;
    }
}

@media(min-width: 1900px) {
    .feel-item { left: 40%; }
    .feel-section h3 { left: 10%; }
}

/*@media(min-width: 2560px) {
    .feel-item {
        font-size: 106px;
        line-height: 106px;
        top: calc(50% - 350px);
        left: 35%;
        height: 700px;
    }
    .feel-item-img {
        width: 1160px;
        right: -580px;
    }
    .feel-section h3 {
        font-size: 106px;
        line-height: 106px;
        top: calc(50% - 50px);
        left: 9%;
    }
    .feel-item .slick-slide {
        height: 176px;
        line-height: 156px;
    }
    .feel-item .slick-current  { 
        font-size: 186px;
        height: 176px;
        line-height: 156px;
    }
    .feel-item .slick-slide.prev1 span,
    .feel-item .slick-slide.next1 span {
        margin-top: 70px;
        font-size: 92px;
    }
    .feel-item .slick-slide.next1 span {
        margin-top: -70px;
    }
    .feel-item .slick-slide.prev2 span,
    .feel-item .slick-slide.next2 span {
        margin-top: 90px;
        font-size: 78px;
    }
    .feel-item .slick-slide.next2 span {
        margin-top: -90px;
    }
}*/

/*------------------------------------*\
    Home - Number
\*------------------------------------*/

.number-section { padding: 50px 20px; }
    .number-item:not(:first-child) { margin-top: 50px; }
    .number-item { position: relative; }
	    .number-item h2 {
	        color: #75bd43;
	        font-family: "ringside-semibold";
	        font-size: 45px;
	        line-height: 45px;
	        letter-spacing: 1px;
	    }
	        .number-item h2 i { font-style: normal; }
	    .number-item span {
	        color: #3a3c3e;
	        text-transform: uppercase;
	        font-family: "ringside-semibold";
	        font-size: 17px;
	        float: left;
	        width: 100%;
	        padding-top: 5px;
	    }

.number-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.number-hidden { opacity: 0; }

@media(min-width: 768px) {
    .number-section { padding: 70px 0; }
        .number-item:not(:first-child) { margin-top: 0; margin-left: 50px; }
        .number-item { display: inline-block; }
}

@media(min-width: 1025px) {
    .number-section { padding: 100px 0; }
    .number-item { min-width: 300px; }
        .number-item:not(:first-child) { margin-left: 55px; }
        .number-item h2 {
            font-size: 100px;
            line-height: 100px;
        }
        .number-item span {
            font-size: 20px;
            padding-top: 10px;
            /*position: absolute;*/
			text-align: center;
			left: 0;
        }
}

@media(min-width: 1500px) {
    .number-section { padding: 130px 0; }
        .number-item:not(:first-child) { margin-left: 150px; }
        .number-item h2 {
            font-size: 186px;
            line-height: 186px;
        }
        .number-item span {
            font-size: 27px;
        }
}

@media(min-width: 2560px) {
    .number-section { padding: 210px 0 250px; }
        .number-item:not(:first-child) { margin-left: 210px; }
        .number-item h2 {
            font-size: 265px;
            line-height: 265px;
        }
        .number-item span { font-size: 38px; }
}

/*------------------------------------*\
    Home - Half Section
\*------------------------------------*/

.half-section .bg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.half-text-container {
    padding: 40px 20px;
    background-color: #f5f5f5;
    float: left;
    width: 100%;
}
    .half-text-container h3 {
        font-family: "ringside-semibold";
        text-transform: uppercase;
        color: #75bd43;
        letter-spacing: 1px;
        float: left;
        width: 100%;
    }
    .half-text-container h2 {
        font-family: "ringside-semibold";
        color: #3a3c3e;
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
        float: left;
        width: 100%;
    }
    .half-text-container p {
        color: #757569;
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }
    .half-text-container .btns { float: right; }


[data-fancybox="gallery"] {
    height: 150px;
    position: absolute;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 35%;
}
@media(min-width: 1025px) {
    .half-section .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }
    .half-text-container {
        float: right;
        width: 50%;
        padding: 70px 40px;
    }
        .half-text-container h3 { font-size: 20px; }
        .half-text-container h2 {
            font-size: 45px;
            line-height: 45px;
            margin-top: 15px;
        }
        .half-text-container p {
            font-size: 18px;
            margin: 20px 0 50px;
        }
}

@media(min-width: 1500px) {
    .half-text-container { padding: 100px 8%; }
        .half-text-container h3 { font-size: 30px; }
        .half-text-container h2 {
            font-size: 63px;
            line-height: 63px;
        }
        .half-text-container p {
            font-size: 20px;
            line-height: 28px;
            margin: 30px 0 50px;
        }
        .half-slider-item p:nth-child(3) { width: 85%; }
}

@media(min-width: 2560px) {
    .half-text-container { padding: 140px 8%; }
        .half-text-container h3 { font-size: 43px; }
        .half-text-container h2 {
            font-size: 89px;
            line-height: 89px;
        }
        .half-text-container p {
            font-size: 27px;
            margin: 30px 0 50px;
            line-height: 35px;
        }
}

/*------------------------------------*\
    Additional Half
\*------------------------------------*/

.half-icons-container { margin-bottom: 40px; text-align: center; }
    .half-icons-container li { display: inline-block; }
    .half-icons-container li:not(:last-child) { margin-right: 10px; }
        .half-icons-item {
            position: relative;
            z-index: 1;
            opacity: .3;
        }
        .half-icons-item.active { opacity: 1; }
            .half-circle {
                position: absolute;
                z-index: -1;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background-color: #b9dba1;
                top: -15px;
                /*left: calc(50% - 30px);*/
                left: 11px;
                opacity: 0;
            }
            .half-icons-item.active .half-circle { opacity: 1; }
            .half-flex {
                display: flex;
                align-items: center;
                cursor: pointer;
            }
                .half-flex img { height: 30px; }
                .half-flex span {
                    color: #386a15;
                    text-transform: uppercase;
                    font-size: 13px;
                    font-family: "ringside-semibold";
                    display: inline-block;
                    margin-left: 15px;
                }

@media(min-width: 600px) {
    .half-icons-container li:not(:last-child) { margin-right: 30px; }
}
@media(min-width: 1025px) {
    .half-icons-container { text-align: left; }
}
@media(min-width: 1500px) {
    .half-icons-container { margin-bottom: 60px; }
        .half-icons-container li:not(:last-child) { margin-right: 45px; }
            .half-circle {
                width: 106px;
                height: 106px;
                top: -32px;
                /*left: calc(50% - 53px);*/
                left: 15px;
            }
            .half-flex img { height: 42px; }
            .half-flex span {
                font-size: 22.5px;
                margin-left: 23px;
            }
}
@media(min-width: 1700px) {
    .half-icons-container li:not(:last-child) { margin-right: 80px; }
}
@media(min-width: 2560px) {
    .half-icons-container { margin-bottom: 100px; }
        .half-icons-container li:not(:last-child) { margin-right: 70px; }
            .half-circle {
                width: 150px;
                height: 150px;
                top: -53px;
                /*left: calc(50% - 75px);*/
                left: 15px;
            }
            .half-flex img { height: 42px; }
            .half-flex span {
                font-size: 32px;
                margin-left: 32px;
            }
}

/*------------------------------------*\
    Home - Happenings
\*------------------------------------*/

.happenings-slider { margin-top: 30px; }
    .happenings-item { position: relative; }
        .happenings-item .blur {
            position: absolute;
            bottom: 36px;
            left: 0;
            width: 100%;
            z-index: 1;
        }
        .happenings-item .bg {
            width: 100%;
            height: 350px;
            object-fit: cover;
            object-position: center;
        }
        .happenings-plus {
            width: 36px;
            height: 36px;
            display: inline-block;
            text-align: center;
            background-color: #75bd43;
            font-size: 25px;
            line-height: 35px;
            color: #3a3c3e;
            font-family: "ringside-semibold";
            cursor: pointer;
            z-index: 4;
            float: right;
            position: relative;
            right: 20px;
            top: -20px;
        }
        .happenings-info {
            position: absolute;
            top: 0;
            left: 0;
            padding: 49% 20px 0;
            z-index: 2;
        }
            .happenings-info h2 {
                font-size: 16px;
                line-height: 16px;
                font-family: "ringside-semibold";
                color: #fff;
            }
            .happenings-info h4 {
                font-family: "ringside-semibold";
                text-transform: uppercase;
                color: #74bc1f;
                font-size: 14px;
                margin-top: 10px;
            }
            .happenings-info p {
                font-size: 14px;
                color: #fff;
                margin-top: 25px;
            }
            .happenings-slider .slick-slide:not(:last-child) { margin-right: 20px; }
            .happenings-slider .slick-slide { width: 70vw; }

@media(min-width: 600px) {
    .happenings-info { padding: 40% 20px 0; }
    .happenings-info h2 {
    	font-size: 18px;
        line-height: 18px;
    }
}

@media(min-width: 768px) {
    .happenings-slider {
        margin-top: 0;
        float: left;
        width: calc(100% - 74px);
    }
        .happenings-slider .slick-slide:not(:last-child) { margin-right: 30px; }
        .happenings-slider .slick-slide { width: 34vw; }
        .happenings-info { padding: 53% 20px 0; }
        .happenings-info h2 {
        	font-size: 16px;
            line-height: 16px;
        }
}

@media(min-width: 1025px) {
    .happenings-section { padding: 100px 0 67px; }
    .happenings-slider { width: calc(100% - 137px); }
    .product-slider .slick-slide { width: 23.5vw; }
    .happenings-info { padding: 48% 20px 0; }
        .happenings-info h2 {
            font-size: 25px;
            line-height: 25px;
            /*padding-right: 20px;*/
        }
        .happenings-info h4,
        .happenings-info p { font-size: 15px; }

    .happenings-item .bg { height: 415px !important; }
}

@media(min-width: 1500px) {
    .happenings-section { padding: 135px 0 85px; }
    .happenings-slider { width: calc(100% - 252px); }
    .happenings-slider .slick-slide { width: 29vw; }
    .happenings-slider .slick-slide:not(:last-child) { margin-right: 100px; }
    .happenings-item .blur { bottom: 50px; }
    .happenings-info { padding: 65% 30px 0; }
        .happenings-info h2 {
            font-size: 30px;
            line-height: 30px;
        }
        .happenings-info h4 {
            font-size: 17px;
            margin-top: 15px;
        }
        .happenings-info p {
            font-size: 17px;
            line-height: 26px;
            margin-top: 35px;
        }
        .happenings-plus {
            width: 50px;
            height: 50px;
            font-size: 30px;
            line-height: 48px;
            right: 25px;
            top: -30px;
        }

    .happenings-item .bg { height: 600px !important; }
}

@media(min-width: 1700px) {
    .happenings-info { padding: 53% 30px 0; }
    .happenings-info h2 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media(min-width: 1900px) {
    .happenings-info { padding: 55% 30px 0; }
    .happenings-item .bg { height: 680px !important; }
}

@media(min-width: 2560px) {
    .happenings-section { padding: 195px 0 130px; }
    .happenings-slider { width: calc(100% - 365px); }
    .happenings-slider .slick-slide { width: 29vw; }
    .happenings-slider .slick-slide:not(:last-child) { margin-right: 145px; }
    .happenings-item .blur { bottom: 77px; }
    .happenings-info { padding: 60% 35px 0; }
        .happenings-info h2 {
            font-size: 60px;
            line-height: 60px;
        }
        .happenings-info h4 {
            font-size: 24px;
            margin-top: 15px;
        }
        .happenings-info p {
            font-size: 23px;
            line-height: 31px;
            margin-top: 35px;
        }
        .happenings-plus {
            width: 78px;
            height: 78px;
            font-size: 46px;
            line-height: 72px;
            right: 25px;
            top: -40px;
        }

    .happenings-item .bg { height: 900px !important; }
}

/*------------------------------------*\
    Home - Brands
\*------------------------------------*/

.brands-section {
    background-color: #f5f5f5;
    padding: 50px 20px;
}
.brands-list-container {
    float: left;
    width: calc(100% + 20px);
    padding-top: 20px;
    margin: 0 -10px;
}
    .brands-item {
        float: left;
        width: calc(50% - 20px);
        background-color: #e2e2e2;
        margin: 10px;
        position: relative;
    }
    .brands-item:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    .brands-item:hover .brands-info { opacity: 1; }
        .brands-logo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            z-index: 1;
            text-align: center;
        }
            .brands-logo img {
                margin: 0 auto;
                max-width: 80%;
                max-height: 70%;
            }

        .brands-info {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            z-index: 2;
            text-align: center;
            background-color: #e2e2e2;
            padding: 20px;
            opacity: 0;
        }
            .brands-info h4 {
                font-family: "ringside-semibold";
                text-transform: uppercase;
                color: #74bc1f;
                font-size: 13px;
            }
            .brands-info p {
                color: #4a4a40;
                font-size: 11px;
                margin: 10px 0 0;
            }

@media(min-width: 768px) {
    .brands-section { padding: 70px 0 50px; }
    .brands-section h3 { margin-right: 10px; }
    .brands-list-container{
        padding-top: 0;
        float: left;
        width: calc(100% - 99px);
    }
        .brands-item {
            margin: 0 10px 20px;
            width: calc(33.33333333% - 20px);
        }
            .brands-info h4 { font-size: 17px; }
            .brands-info p { font-size: 15px; }
}

@media(min-width: 1025px) {
    .brands-section { padding: 100px 0 80px; }
    .brands-list-container{ width: calc(100% - 187px); }
        .brands-item {
            margin: 0 10px 20px;
            width: calc(33.33333333% - 20px);
        }
}

@media(min-width: 1500px) {
    .brands-section { padding: 135px 0 105px; }
    .brands-section h3 { margin-right: 15px; }
    .brands-list-container{
        width: calc(92% - 252px);
        margin: 0 -15px;
    }
        .brands-item {
            margin: 0 15px 30px;
            width: calc(20% - 30px);
        }
}

@media(min-width: 1700px) {
    .brands-info { padding: 30px; }
}

@media(min-width: 1900px) {
    .brands-info { padding: 40px; }
}

@media(min-width: 2560px) {
    .brands-section { padding: 135px 0 105px; }
    .brands-section h3 { margin-right: 15px; }
    .brands-list-container{
        width: calc(92% - 365px);
        margin: 0 -15px;
    }
        .brands-item {
            margin: 0 15px 30px;
            width: calc(20% - 30px);
        }
            .brands-info h4 { font-size: 24px; }
            .brands-info p { font-size: 21px; }
}

/*------------------------------------*\
    Home - Location
\*------------------------------------*/

.location-container,
.location-item,
.location-img {
    float: left;
    width: 100%;
}
    .location-item {
        margin-top: 30px;
        text-align: center;
    }
    .location-img { position: relative; }
    .location-img:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
        .location-img img {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

    .location-item a { display: block; }
    .location-item h4 {
        color: #535859;
        text-transform: uppercase;
        font-family: "ringside-semibold";
        font-size: 18px;
        margin-top: 30px;
        float: left;
        width: 100%;
    }
    .location-item p {
        float: left;
        width: 100%;
        margin: 10px 0 0;
        color: #979797;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 24px;
        font-family: "ringside-book";
    }
    .location-item p.green {
        font-family: "ringside-semibold";
        color: #74bc1f;
    }
        .location-item p a { color: #979797; }

.location-section { padding: 50px 20px; }

@media(min-width: 768px) {
    .location-container {
        width: calc(95.5% - 74px);
    }
        .location-item:nth-child(1) { margin-top: 0; }
}

@media(min-width: 1025px) {
    .location-container { width: calc(100% - 196px); }
        .location-item {
            margin-top: 0;
            width: calc(33.33333333% - 20px);
        }
        .location-item:not(:last-child) { margin-right: 30px; }
}

@media(min-width: 1500px) {
    .location-container { width: calc(91.2% - 252px); }
    .location-item { width: calc(33.33333333% - 53.33333333px); }
    .location-item:not(:last-child) { margin-right: 80px; }
        .location-item h4 {
            margin-top: 50px;
            font-size: 23px;
        }
        .location-item p {
            font-size: 18px;
            line-height: 30px;
            margin-top: 15px;
        }
}

@media(min-width: 2560px) {
    .location-container { width: calc(91.2% - 365px); }
    .location-item { width: calc(33.33333333% - 83.33333333px); }
    .location-item:not(:last-child) { margin-right: 125px; }
        .location-item h4 {
            margin-top: 50px;
            font-size: 33px;
        }
        .location-item p {
            font-size: 25px;
            line-height: 45px;
            margin-top: 15px;
        }
}

/*------------------------------------*\
    Subscribe
\*------------------------------------*/

.subscribe-section {
    padding: 40px 20px;
    border-bottom: 5px solid #d3d3d3;
    background-image: linear-gradient(#f5f5f5, #dedede);
    overflow: hidden;
    z-index: 3;
}
    .subscribe-section h2 {
        font-family: "ringside-semibold";
        color: #535859;
        font-size: 22px;
        line-height: 22px;
        text-align: center;
    }
    .subscribe-section p {
        text-align: center;
        font-family: "ringside-semibold";
        text-transform: uppercase;
        color: #535859;
        font-size: 13px;
        margin: 20px 0 30px;
    }
    .single-btn {
        font-size: 11px;
        font-family: "ringside-semibold";
        color: #fff;
        text-transform: uppercase;
        border: none;
        background-color: #535859;
        padding: 13px 0;
        min-width: 100px;
        display: inline-block;
    }
    .single-btn:hover { background-color: #74bc1f; }
    .subscribe-form {
        max-width: 500px;
        margin: 40px auto 0;
    }
        .subscribe-form h2 { margin-bottom: 30px; }
        .subscribe-form input[type="text"],
        .subscribe-form input[type="email"] {
            background-color: #fff;
            border: none;
            font-size: 15px;
            font-family: "brown-light";
            color: #644a32;
            width: 100%;
            padding: 10px 10px;
            margin-bottom: 15px;
        }
        .subscribe-form input[type="text"]::placeholder,
        .subscribe-form input[type="email"]::placeholder { opacity: 1; }

@media(min-width: 1025px) {
    .subscribe-section {
        padding: 80px 0;
    }
        .subscribe-section img {
        	height: 140%;
            top: -20%;
	        position: absolute;
	        left: -20%;
	        z-index: 1;
        }
        .subscribe-container {
            width: 600px;
            display: inline-block;
            margin-left: 24%;
	        position: relative;
	        z-index: 2;
        }
        .subscribe-section h2 {
            font-size: 35px;
            line-height: 35px;
        }
        .subscribe-section p {
            font-size: 16px;
            margin: 20px 0 30px;
        }
        .single-btn {
            padding: 18px 0;
            min-width: 120px;
        }
        .subscribe-form { max-width: 100%; width: 100%; }
        .subscribe-form input[type="text"],
        .subscribe-form input[type="email"] {
            width: calc(50% - 80px);
            margin-right: 15px;
            padding: 15px 15px;
            margin-bottom: 0;
        }
        .subscribe-form input[type="submit"]{
            position: relative;
            top: -2px;
        }

    
}

@media(min-width: 1500px) {
    .subscribe-section img {
        width: 850px;
        top: -20%;
        left: -17%;
        height: auto;
    }
    .subscribe-container { 
    	width: 980px; 
    	margin-left: 14%;
    } 
        .subscribe-section h2 {
            font-size: 60px;
            line-height: 60px;
        }
        .subscribe-section p {
            font-size: 20px;
            margin: 20px 0 50px;
        }
        .subscribe-form { margin: 50px auto 0; }
            .subscribe-form h2 { margin-bottom: 50px; }
}

@media(min-width: 1900px) {
    .subscribe-section img {
        top: -23%;
        left: -8%;
    }
}

@media(min-width: 2560px) {
    .subscribe-section img {
        width: 1000px;
        top: -23%;
        left: -8%;
    }
    .subscribe-container { 
        width: 1400px; 
        margin-left: 14%;
    } 
        .subscribe-section h2 {
            font-size: 85px;
            line-height: 85px;
        }
        .subscribe-section p {
            font-size: 28px;
            margin: 20px 0 50px;
        }
        .subscribe-form { margin: 100px auto 0; }
            .subscribe-form h2 { margin-bottom: 70px; }
            .single-btn {
                padding: 18px 0;
                min-width: 170px;
                font-size: 17px;
            }
            .subscribe-form input[type="text"],
            .subscribe-form input[type="email"] {
                width: calc(50% - 105px);
                font-size: 21px;
            }
            .subscribe-form input[type="submit"]{
                position: relative;
                top: -2px;
            }
}

/*------------------------------------*\
    Brands
\*------------------------------------*/

.mainbrands-section { background-color: #fff; }
    .mainbrands-section h2 {
        font-family: "ringside-semibold";
        color: #535859;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .mainbrands-section .brands-list-container { padding-top: 30px; }

@media(min-width: 768px) {
    .mainbrands-section .brands-list-container {
        padding-top: 50px;
        float: none;
        width: 90%;
        margin: 0 5%;
    }
}

@media(min-width: 1025px) {
    .mainbrands-section h2 {
        font-size: 35px;
        line-height: 41px;
        max-width: 600px;
        margin: 0 auto;
    }
    .mainbrands-section .brands-list-container {
        padding-top: 70px;
        float: none;
        width: 90%;
        margin: 0 5%;
    }

    .page-header.inner-page-def {
        background-color: #fff !important;
        box-shadow: 0 4px 6px -6px black;
    }
}

@media(min-width: 1200px) {
}
@media(min-width: 1280px) {
}

@media(min-width: 1500px) {
    .mainbrands-section h2 {
        font-size: 60px;
        line-height: 75px;
        max-width: 1000px;
        margin: 0 auto;
    }
    .mainbrands-section .brands-list-container {
        padding-top: 90px;
        width: 74%;
        margin: 0 13%;
    }
    .page-id-9 .global-masthead { top: 70px; }
}

@media(min-width: 1700px) {
    .page-id-9 .global-masthead { top: 65px; }
}

@media(min-width: 1920px) {
    .page-id-9 .global-masthead { top: 61px; }
}

@media(min-width: 2560px) {
    .page-id-9 .global-masthead { top: 45px; }
    .mainbrands-section h2 {
    	font-size: 88px;
        line-height: 110px;
        max-width: 1500px;
    }
}

@media(min-width: 3000px) {
    .page-id-9 .global-masthead { top: 35px; }
}

@media(min-width: 3600px) {
    .page-id-9 .global-masthead { top: 21px; }
}

/*------------------------------------*\
    About
\*------------------------------------*/

.about-intro { padding: 50px 0; }
    .about-intro h2 {
        font-family: "ringside-semibold";
        color: #3a3b3a;
        font-size: 22px;
        line-height: 28px;
    }
    .about-intro p {
        line-height: 22px;
        color: #4a4a40;
        margin: 20px 0 0;
    }
    .title-container {
        display: inline-block;
        position: relative;
    }
        .title-container img {
            position: absolute;
            top: -27px;
            left: -32px;
            z-index: -1;
            width: 100px;            
            -webkit-animation: spin 20000ms linear infinite;
            -moz-animation: spin 20000ms linear infinite;
            -ms-animation: spin 20000ms linear infinite;
            animation: spin 20000ms linear infinite;
        }

@media(min-width: 768px) {
    .about-intro { padding: 70px 0; }
}

@media(min-width: 1025px) {
    .about-intro { padding: 100px 0; }
        .about-intro h2 {
            font-size: 35px;
            line-height: 41px;
        }
        .title-container img {
            width: 170px;
            top: -43px;
            left: -55px;
        }
        .about-intro p {
            font-size: 17px;
            line-height: 23px;
            margin: 60px 0 0;
        }
}

@media(min-width: 1500px) {
    .about-intro { padding: 140px 0; }
        .about-intro h2 {
            font-size: 70px;
            line-height: 85px;
        }
        .about-intro p {
            font-size: 18px;
            line-height: 28px;
            margin: 90px auto 0;
            width: 65%;
        }
        .title-container img {
            width: 284px;
            top: -75px;
            left: -75px;
        }
}

@media(min-width: 2560px) {
    .about-intro { padding: 200px 0; }
    .about-intro h2 {
        font-size: 85px;
        line-height: 105px;
    }
    .title-container img {
        width: 400px;
        top: -100px;
        left: -100px;
    }
    .about-intro p {
        font-size: 25px;
        line-height: 39px;
        margin: 90px auto 0;
        width: 85%;
    }
}

.about-items-section {
    background-color: #f6f6f7;
    padding: 50px 20px;
}
    .about-items:not(:first-child) { margin-top: 50px; display: block; }
    .about-items img { margin: 0 auto; }
    .about-items h3 {
        font-family: "ringside-semibold";
        text-transform: uppercase;
        color: #3a3b3a;
        font-size: 19px;
        line-height: 26px;
        margin-top: 20px;
    }
    .about-items p {
        line-height: 22px;
        color: #4a4a40;
        margin: 20px 0 0;
        font-family: 'brown-light';
    }

@media(min-width: 768px) {
    .about-items-section { padding: 70px 40px; }
}

@media(min-width: 1025px) {
    .about-items-section { padding: 100px 0; }
        .about-items-container {
            width: 90%;
            margin: 0 auto;
        }
        .about-items:not(:first-child) { margin-top: 0; margin-left: 5%; }
        .about-items {
            width: 30%;
            float: left;
        }
        .about-items h3 {
            font-size: 21px;
            line-height: 30px;
            margin-top: 30px;
            padding: 0 30px;
        }
        .about-items p {
            font-size: 17px;
            line-height: 23px;
            margin: 30px 0 0;
        }
        .about-items-container .about-items:nth-child(2) h3 { padding: 0; }
}

@media(min-width: 1500px) {
    .about-items-section { padding: 140px 0; }
    .about-items-container { width: 1400px; }
    .about-items:not(:first-child) { margin-left: 70px; }
    .about-items { width: calc(33.33333333% - 47px); }
        .about-items h3,
        .about-items-container .about-items:nth-child(2) h3 {
            font-size: 25px;
            line-height: 37px;
            margin-top: 40px;
            padding: 0 70px;
        }
        .about-items p {
            font-size: 18px;
            line-height: 28px;
            margin: 40px 0 0;
        }
}

@media(min-width: 2560px) {
    .about-items-container { width: 2050px; }
    .about-items:not(:first-child) { margin-left: 100px; }
    .about-items { width: calc(33.33333333% - 66.66666667px); }
        .about-items h3,
        .about-items-container .about-items:nth-child(2) h3 {
            font-size: 35px;
            line-height: 52px;
            margin-top: 40px;
            padding: 0 120px;
        }
        .about-items p {
            font-size: 25px;
            line-height: 39px;
            margin: 50px 0 0;
        }
}

/*------------------------------------*\
    News
\*------------------------------------*/

.news-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
}
    .news-info {
        background-color: #fff;
        padding: 25px 20px 30px;
    }
        .news-item:not(:first-child) { margin-top: 50px; }
        .news-item img { width: 100%; }
        .news-info h3 {
            font-family: "ringside-semibold";
            text-transform: uppercase;
            color: #3a3b3a;
            font-size: 19px;
            line-height: 26px;
        }
        .news-info p {
            line-height: 22px;
            color: #4a4a40;
            margin: 10px 0 15px;
        }
        .news-info span {
            font-family: "ringside-semibold";
            text-transform: uppercase;
            color: #75bd43;
            font-size: 15px;
            letter-spacing: 1px;
        }
        .news-div-third video {
            width: 100%;
            pointer-events: none;
        }

.wp-pagenavi {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #75bd43;
    padding: 10px 15px;
    margin: 5px;
    display: inline-block;
    color: #3a3b3a;
    font-family: "ringside-semibold";
}
.wp-pagenavi span.current {
    border: 1px solid #75bd43;
    background: #75bd43; 
    color: #fff;
}

@media(min-width: 768px) {
    .news-section { padding: 70px 0 50px; }
        .news-list-container {
            width: 90%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        .news-item:not(:first-child) { margin-top: 0; }
        .news-item {
            float: left;
            width: calc(50% - 20px);
            margin: 0 10px 20px;
            display: flex;
            flex-flow: column;
        }
            .news-div {
                display: flex;
                align-items: center;
                flex-direction: column;
                height: calc(100% - 36px);
                background-color: #fff;
            }
            .news-div-second,
            .news-div-third {
            	height: 100%;
            	width: 100%;
            }
}

@media(min-width: 1025px) {
    .news-section { padding: 100px 0 80px; }
    .news-item { width: calc(33.33333333% - 20px); }
    .news-info h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .news-info p {
        font-size: 17px;
        line-height: 23px;
    }
}

@media(min-width: 1500px) {
    .news-section { padding: 135px 0 115px; }
    .news-list-container { width: 80%; }
    .news-item {
        width: calc(33.33333333% - 40px);
        margin: 0 20px 20px;
    }
    .news-info { padding: 30px 30px 30px; }
        .news-info h3 {
            font-size: 25px;
            line-height: 37px;
        }
        .news-info p {
            font-size: 18px;
            line-height: 28px;
            margin: 15px 0 20px;
        }
}

@media(min-width: 2560px) {
	.news-section { padding: 200px 0 140px; }
	.news-list-container { width: 77%; }
	.news-item {
        width: calc(33.33333333% - 60px);
        margin: 0 30px 20px;
    }
    	.news-info { padding: 40px 55px 30px; }
    	.news-info h3 {
    		font-size: 34px;
    		line-height: 42px;
    	}
    	.news-info p {
	        font-size: 25px;
	        line-height: 38px;
	    }
	    .news-info span { font-size: 21px; }
}

/*------------------------------------*\
    Contact
\*------------------------------------*/

.contact-section { padding: 50px 20px; }
.contact-section h2 {
    color: #75bd43;
    text-transform: uppercase;
    font-family: "ringside-semibold";
    font-size: 25px;
    margin-bottom: 40px;
}
.input-container {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="email"],
    .gform_wrapper textarea,
    .input-container input[type="text"],
    .input-container input[type="email"] {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        width: 100%;
        padding: 5px 0
    }
    .gform_wrapper textarea.large {
	    height: 120px !important;
	}
    .gform_wrapper label,
    .gform_wrapper .field_description_below .gfield_description,
    .input-container label {
        display: block;
        padding-top: 10px !important;
        font-size: 13px;
        text-transform: uppercase;
        color: #53585a;
        font-family: "ringside-semibold";
        text-align: left;
    }
    /*.contact-section input[type="submit"] {
        position: absolute;
        z-index: -1111;
        left: -3000%;
    }*/
    .contact-section .btns { 
    	padding: 0px 20px; 
    	border: none;
    }

.contact-section .wpcf7-response-output { display: none !important; }
.contact-section .wpcf7-not-valid-tip {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: -31px;
    font-size: 14px;
}

.contact-section form { text-align: center; }

@media(min-width: 768px) {
    .contact-section { text-align: center; }
    .contact-section form {
        width: 90%;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
    }
    .input-container:nth-child(3),
    .input-container:nth-child(4),
    .input-container:nth-child(5),
    .input-container:nth-child(6) {
        width: calc(50% - 10px);
    }
    .input-container:nth-child(3),
    .input-container:nth-child(5) { margin-right: 20px; }
    .contact-section .btns { float: right; }
}

@media(min-width: 1025px) {
    .contact-section {
        padding: 185px 5% 100px;
        z-index: 3;
    }
    .contact-section h2 { font-size: 40px; }
    .gform_wrapper label,
    .gform_wrapper .field_description_below .gfield_description,
    .input-container label { padding-top: 15px; }
    .input-container:nth-child(3),
    .input-container:nth-child(4),
    .input-container:nth-child(5),
    .input-container:nth-child(6),
    .half_field  {
        width: calc(50% - 15px);
    }
    .input-container:nth-child(3),
    .input-container:nth-child(5) { margin-right: 30px; }
    .contact-section form {
        float: left;
        margin: 0 0 0 5%;
        width: 59%;
    }
    .contact-section img {
        position: absolute;
        z-index: -1;
        top: 0;
        right: -57%;
        max-width: 970px;
    }
    .contact-section .wpcf7-not-valid-tip { bottom: -37px; }


    body .gform_wrapper ul li.half_field  {
        width: 50%;
        float: left;
        margin-top: -12px !important;
        clear: none;
    }
}

@media(min-width: 1200px) {
    .contact-section img { right: -44%; }
}

@media(min-width: 1500px) {
    .contact-section { padding: 205px 5% 100px; }
    .contact-section h2 {
        font-size: 55px;
        margin-bottom: 70px;
    }
    .input-container:nth-child(3),
    .input-container:nth-child(4),
    .input-container:nth-child(5),
    .input-container:nth-child(6) {
        width: calc(50% - 20px);
    }
    .input-container:nth-child(3),
    .input-container:nth-child(5) { margin-right: 40px; }
    .contact-section form {
        margin: 0 0 0 10%;
        width: 45%;
    }
    .contact-section img {
        right: -25%;
        max-width: 1040px;
    }
}

@media(min-width: 1700px) {
    .contact-section img { right: -17%; }
}

@media(min-width: 2560px) {
    .contact-section { padding: 320px 5% 145px; }
    .contact-section h2 {
        font-size: 78px;
        margin-bottom: 120px;
    }
    .input-container { margin-bottom: 45px; }
    .gform_wrapper label,
    .gform_wrapper .field_description_below .gfield_description,
    .input-container label { font-size: 18px; }
    .gform_wrapper input[type="text"],
    .gform_wrapper input[type="email"],
    .gform_wrapper textarea,
    .input-container input[type="text"],
    .input-container input[type="email"] { font-size: 20px; }
    .input-container:nth-child(3),
    .input-container:nth-child(4),
    .input-container:nth-child(5),
    .input-container:nth-child(6) {
        width: calc(50% - 20px);
    }
    .input-container:nth-child(3),
    .input-container:nth-child(5) { margin-right: 40px; }
    .contact-section form {
        margin: 0 0 0 10%;
        width: 1120px;
    }
    .contact-section img {
        right: -17%;
        max-width: 100%;
        width: 1400px;
    }
}

.connect-section {
    background-color: #3a3d3e;
    padding: 30px 0;
    text-align: center;
}
    .connect-section h4 {
        color: #fff;
        text-transform: uppercase;
        font-family: "ringside-semibold";
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .connect-icons { text-align: center; }
        .connect-icons a { display: inline-block; }
        .connect-icons a:not(:last-child) { margin-right: 5px; }
        .connect-icons .phone {
            color: #75bd43;
            font-family: "ringside-semibold";
            position: relative;
            top: -11px;
        }

@media(min-width: 768px) {
    .connect-icons { display: inline-block; }
    .connect-section h4 {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        top: -9px;
        margin-right: 30px;
    }
}

@media(min-width: 1025px) {
    .connect-section {
        text-align: left;
        padding: 40px 0;
    }
    .connect-section h4 {
        margin-left: 5%;
        font-size: 21px;
        line-height: 30px;
        margin-right: 40px;
    }
    .connect-icons .phone {
        font-size: 18px;
        top: -12px;
    }
}

@media(min-width: 1500px) {
    .connect-section h4 {
        margin-left: 10%;
        font-size: 25px;
        line-height: 37px;
        margin-right: 60px;
    }
    .connect-icons a:not(:last-child) { margin-right: 12px; }
    .connect-icons .phone {
        font-size: 23px;
        top: -9px;
        margin-left: 7px;
    }
}

@media(min-width: 2560px) {
    .connect-section h4 {
        margin-left: 10%;
        font-size: 36px;
        line-height: 48px;
        margin-right: 60px;
        position: relative;
        top: -6px;
    }
    .connect-icons a:not(:last-child) { margin-right: 12px; }
    .connect-icons .phone {
        font-size: 33px;
        top: -7px;
        margin-left: 15px;
    }
}

/*------------------------------------*\
    Experience
\*------------------------------------*/

.experience-section { padding: 50px 20px; }
    .experience-section h1 {
        text-align: center;
        font-family: "ringside-semibold";
        color: #373737;
        font-size: 25px;
        line-height: 25px;
    }
    .experience-item { text-align: center; }
        .experience-item .main-img {
            width: 300px;
            margin: 30px auto;
            -webkit-animation: spin 10000ms linear infinite;
            -moz-animation: spin 10000ms linear infinite;
            -ms-animation: spin 10000ms linear infinite;
            animation: spin 10000ms linear infinite;
        }
        .right-colored-title {
            position: relative;
            margin: 0 0 5px !important;
        }
            .right-colored-title img {
                display: inline-block;
                width: 25px;
            }
            .right-colored-title span {
                display: inline-block;
                position: relative;
                text-transform: uppercase;
                font-family: "ringside-semibold";
                top: -6px;
                margin-left: 5px;
                font-size: 17px;
            }

        .right-info-container h2 {
            font-size: 25px;
            line-height: 25px;
            font-family: "ringside-semibold";
            color: #292929;
        }
        .right-info-container h4 {
            font-family: "ringside-semibold";
            font-size: 17px;
            color: #172322;
            margin: 20px 0 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .right-info-container ul {
            line-height: 22px;
            color: #3f3f3f;
            font-family: "ringside-book";
            font-size: 15px;
        }
        .bottom-info-container {
            margin-top: 30px;
            line-height: 22px;
            color: #757569;
        }
            .bottom-info-container p { margin-bottom: 0; }

.experience-btn { cursor: pointer; }

@media(min-width: 768px) {
    .experience-relative-container { 
        position: relative;
        text-align: center;
    }
        .right-info-container {
            position: absolute;
            top: 0;
            right: 0;
            text-align: left;
            width: 22%;
        }
        .experience-item .main-img {
            width: 400px;
            margin: 50px auto 40px;
        }
        .bottom-info-container {
            margin: 0 auto;
            width: 75%;
        }
        .right-info-container h2 {
            font-size: 20px;
            line-height: 20px;
        }
        .right-info-container h4 { font-size: 15px; }

    .experience-left-list {
        position: absolute;
        top: 125px;
        left: 6%;
    }
        .experience-left-list span {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            position: relative;
            top: 4px;
            margin-right: 15px;
        }
        .right-info-container ul {
            line-height: 20px;
            font-size: 14px;
        }
        .experience-left-list li {
            font-family: "ringside-semibold";
            color: #959595;
            letter-spacing: 1px;
        }
        .experience-left-list li:not(:first-child) { margin-top: 20px; }
        .experience-left-list span.blue { background-color: #555195; }
        .experience-left-list span.lightblue { background-color: #47c2e1; }
        .experience-left-list span.green { background-color: #74bc41; }
        .experience-left-list span.yellow { background-color: #f0c318; }
        .experience-left-list span.red { background-color: #ef4028; }
        .experience-left-list span.pink { background-color: #d562a4; }

    .experience-left-list li.active { color: #172322; font-size: 18px; }
}

@media(min-width: 1025px) {
    .experience-section { padding: 70px 0; }
    .experience-item .main-img {
        width: 500px;
        margin: 90px auto 50px;
    }
    .right-info-container { width: 25.5%; }
    .experience-section h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 50px;
    }
    .right-info-container h2 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 30px;
    }
    .right-info-container h4 {
        font-size: 21px;
        margin: 30px 0 10px;
    }
    .right-colored-title img { width: 30px; }
    .right-colored-title span {
        font-size: 21px;
        top: -8px;
    }
    .right-info-container ul {
        font-size: 16px;
        line-height: 23px;
    }
    .bottom-info-container {
        font-size: 17px;
        line-height: 23px;
    }

    .experience-left-list {
        top: 245px;
        left: 8%;
    }
    .experience-left-list span {
        width: 25px;
        height: 25px;
        top: 6px;
    }
    .experience-left-list li { font-size: 17px; }
    .experience-left-list li:not(:first-child) { margin-top: 40px; }
    .experience-left-list li.active { color: #172322; font-size: 21px; }
}

@media(min-width: 1500px) {
    .experience-section { padding: 100px 0 70px; }
    .experience-item .main-img {
        width: 660px;
        margin: 140px auto 50px;
    }
    .right-info-container { width: 27%; }
    .experience-section h1 {
        font-size: 73px;
        line-height: 73px;
    }
    .right-info-container h2 {
        font-size: 55px;
        line-height: 55px;
    }
    .right-colored-title img { width: 35px; }
    .right-colored-title span {
        font-size: 27px;
        top: -9px;
    }
    .right-info-container h4 {
        font-size: 24px;
        margin: 40px 0 10px;
    }
    .right-info-container ul {
        font-size: 17px;
        line-height: 28px;
    }
    .bottom-info-container {
        font-size: 18px;
        line-height: 28px;
        width: 55%;
    }

    .experience-left-list {
        top: 355px;
        left: 15%;
    }
    .experience-left-list span {
        width: 30px;
        height: 30px;
        top: 8px;
        margin-right: 40px;
    }
    .experience-left-list li { font-size: 18px; }
    .experience-left-list li:not(:first-child) { margin-top: 60px; }
    .experience-left-list li.active { color: #172322; font-size: 24px; }
}

@media(min-width: 2560px) {
    .experience-section { padding: 100px 0 70px; }
    .experience-item .main-img {
        width: 950px;
        margin: 200px auto 50px;
    }
    .right-info-container { width: 27%; }
    .experience-section h1 {
        font-size: 108px;
        line-height: 125px;
        margin-top: 100px;
    }
    .right-info-container h2 {
        font-size: 95px;
        line-height: 95px;
        margin-top: 0;
    }
    .right-colored-title img { width: 50px; }
    .right-colored-title span {
        font-size: 38px;
        top: -13px;
        margin-left: 10px;
    }
    .right-info-container h4 {
        font-size: 35px;
        margin: 60px 0 20px;
    }
    .right-info-container ul {
        font-size: 26px;
        line-height: 40px;
    }
    .bottom-info-container {
        font-size: 27px;
        line-height: 40px;
        width: 61%;
        padding-top: 30px;
    }

    .experience-left-list {
        top: 525px;
        left: 15%;
    }
    .experience-left-list span {
        width: 50px;
        height: 50px;
        top: 16px;
        margin-right: 40px;
    }
    .experience-left-list li { font-size: 25px; }
    .experience-left-list li:not(:first-child) { margin-top: 80px; }
    .experience-left-list li.active { color: #172322; font-size: 35px; }
}

/*------------------------------------*\
    Age Verification
\*------------------------------------*/

.age-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999999999999999;
	display: flex;
	align-items: center;
    background: transparent !important;
}
.oldenough { display: none; }
	.age-container {
		background-color: #75bd43;
		width: 80%;
		height: 50vh;
		margin: 0 auto;
		max-width: 1470px;
		max-height: 820px;
		position: relative;
	}
		.age-container .img1 {
			max-width: 2000px;
			margin: 0 auto;
			width: 80%;
			position: relative;
			top: 10%;
			z-index: 2;
		}
		.age-info-container {
			position: absolute;
			top: 12%;
			left: 0;
			color: #fff;
			width: 100%;
			z-index: 3;
			padding: 0 30px;
		}
			.age-info-container h3 {
				font-family: "ringside-semibold";
				font-size: 20px;
			}
			.age-info-container p {
                text-transform: uppercase;
                font-family: "ringside-semibold";
            }
            .age-info-container p:nth-child(2) {
				font-size: 13px;
				margin: 10px 0 20px;
                text-transform: uppercase;            
			}
			.age-info-container p:nth-child(3) {
				text-transform: uppercase;
				font-size: 13px;
			}
			.age-info-container { text-align: center; }
				.age-info-container li { display: inline-block; }
				.age-info-container li span {
					font-size: 13px;
					cursor: pointer;
					text-transform: uppercase;
					position: relative;
					padding-left: 25px;
					font-family: 'ringside-semibold';
				}
				.age-info-container li:nth-child(2) { margin-left: 20px; }
				.age-info-container li span:before {
					content: "";
					position: absolute;
					top: 1px;
					left: 0;
					width: 9px;
					height: 9px;
					border-radius: 50%;
					border: 2px solid #fff;
					background-color: transparent;
				}
				.remember-container li span { font-size: 11px; font-family: 'ringside-book'; }
				.remember-container { margin-top: 10px; }
				.remember-container li span:before {
					width: 7px;
					height: 7px;
				}
				.remember-btn.active:before,
				.age-info-container li span.sactive:before { background-color: #fff; }
				.age-container .img2 {
					position: absolute;
					top: 35vh;
					left: -8vw;
					width: 100vw;
					z-index: -1;
					max-width: none;
					-webkit-animation: spin 15000ms linear infinite;
        			-moz-animation: spin 15000ms linear infinite;
        			-ms-animation: spin 15000ms linear infinite;
        			animation: spin 15000ms linear infinite;
				}

@media(min-width: 600px) {
	.age-container .img2 {
		top: 33vh;
		left: 2vw;
		width: 80vw;
	}
}

@media(min-width: 768px) {
	.age-container { height: 60vh; }
	.age-container .img2 {
		top: 35vh;
		left: 7vw;
		width: 70vw;
	}
}

@media(min-width: 1025px) {
	.age-container { height: 45vh; }
	.age-container .img1 { width: 70%; }
	.age-info-container { top: 16%; }
	.age-info-container h3 { font-size: 30px; }
	.age-info-container p:nth-child(2) {
		font-size: 17px;
		margin: 15px 0 30px;
	}
	.age-info-container p:nth-child(3) { font-size: 15px; }
	.age-info-container li span { font-size: 14px; }
	.remember-container li span { font-size: 12px; }
	.age-info-container li:nth-child(2) { margin-left: 50px; }
	.yesno-container { padding-top: 20px; }
	.age-container .img2 {
		top: 41vh;
		left: 12vw;
		width: 60vw;
	}
}

@media(min-width: 1500px) {
	.age-container .img1 { width: 75%; }
	.age-info-container h3 { font-size: 48px; }
	.age-info-container { top: 20%; }
	.age-info-container p:nth-child(2) { font-size: 17px; }
	.age-info-container p:nth-child(3) { font-size: 15px; }
	.age-info-container li span { font-size: 18px; }
	.remember-container li span { font-size: 16px; }
	.age-info-container li:nth-child(2) { margin-left: 80px; }
	.age-info-container li span:before {
		top: 1px;
		width: 14px;
    	height: 14px;
    	left: -10px;
	}
	.remember-container { padding-top: 10px; }
	.remember-container li span:before {
		width: 9px;
		height: 9px;
		top: 4px;
	}
	.age-container .img2 {
		top: 35vh;
		left: 18%;
		width: 70%;
	}
}
/*------------------------------------*\
    Page-Deals
\*------------------------------------*/

.page-template-page-deals .globalmasthead-flex {
    justify-content: center;
}
.page-template-page-deals .globalmasthead-flex h1 {
     font-size: 60px;
    font-weight: 500;
    letter-spacing: 3px;
}
.page-template-page-deals .page-body {
    margin-top: 72.25px;
}
.page-deals-discount {
    padding: 50px 0px 0px 0px;
}

.page-deals-discount .left-content {
    text-align: center;
}
.page-deals-discount .right-content {
    padding-bottom: 50px;
}


.page-deals-discount .left-content img {
    width: 250px;
}
.page-deals-discount h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "ringside-semibold";
    margin-bottom: 20px;
}
.page-deals-discount ul li {
    font-family: "brown-light";
    list-style: none;
    margin-top: 20px;
}
@media(min-width: 500px) {
    .page-template-page-deals .globalmasthead-flex h1 {
        font-size: 80px;
    }
}
@media(min-width: 768px) {
    .page-template-page-deals .globalmasthead-flex h1 {
        font-size: 100px;
    }
    .page-deals-discount .left-content {
        text-align: right;
    }

    .page-deals-discount .right-content h2 {
        font-size: 20px;
    }
    .page-deals-discount .right-content p {
        font-size: 16px;
    }
}

@media(min-width: 1025px) {
    .page-template-page-deals .globalmasthead-flex h1 {
        font-size: 130px;
    }
    .page-template-page-deals .page-body {
        margin-top: 500px;
    }
    .page-deals-discount .container .left-content {
   }
   .page-deals-discount .left-content img {
      width: 400px;
      margin-top: -50px;
  }
    .page-deals-discount {
        padding-top: 135px;
        padding-bottom: 200px;
    }
    .page-deals-discount .right-content h2 {
        font-size: 25px;
    }
    .page-deals-discount .right-content p {
        font-size: 18px;
        margin-top: 40px; 
    }
    .page-deals-discount .right-content p ul li {
        font-size: 38px;
        margin-top: 40px;
    }
}

@media(min-width: 1366px) {
     .page-template-page-deals .globalmasthead-flex h1 {
        font-size: 200px;
    }
}
@media(min-width: 1500px) {
    .page-template-page-deals .page-body {
        margin-top: 600px;
    }
}
@media(min-width: 2560px) {
    .page-template-page-deals .page-body {
        margin-top: 852px;
    }
}
/*------------------------------------*\
    Page-Deals
\*------------------------------------*/

/*------------------------------------*\
    Page-Divider
\*------------------------------------*/
.divider {
    margin: 2rem 0 2rem;
    display: block;
}
/*------------------------------------*\
    Page-Divider
\*------------------------------------*/

/*------------------------------------*\
    FAQ
\*------------------------------------*/

.faq-section { padding: 25px 0; }
    .faq-item {
        float: left;
        width: 100%;
        text-align: center;
        padding: 25px 0;
        color: #3a3b3a;
    }
    .faq-item:not(:first-child) { border-top: 1px solid #d3d3d3; }
        .faq-item h2 {
            font-family: "ringside-semibold";
            font-size: 25px;
            line-height: 25px;
            cursor: pointer;
        }
        .faq-item p { margin: 0; }
            .faq-info { display: none; }
            .faq-item.active .faq-info { display: block; }
            .faq-info h4 {
                font-family: "ringside-semibold";
                color: #3a3c3e;
                font-size: 18px;
                line-height: 18px;
                text-transform: uppercase;
                margin-top: 25px;
            }
            .faq-info p {
                text-transform: uppercase;
                font-size: 14px;
                line-height: 22px;
                font-family: "ringside-book";
                margin-top: 25px;
            }
            .faq-info p strong {
                font-weight: normal;
                color: #75bd43;
                font-family: "ringside-semibold";
            }

@media(min-width: 768px) {
    .faq-section { padding: 45px 0; }
}

@media(min-width: 1025px) {
    .page-id-25 main { margin-top: 499px; }
    .faq-section { padding: 75px 0; }
        .faq-item h2 {
            font-size: 30px;
            line-height: 30px;
        }
        .faq-info h4 {
            font-size: 22px;
            line-height: 22px;
            margin-top: 30px;
        }
        .faq-info p {
            font-size: 15px;
            line-height: 23px;
            margin-top: 30px;
        }
}

@media(min-width: 1500px) {
    .page-id-25 main { margin-top: 600px; }
        .faq-item { padding: 35px 0; }
        .faq-item h2 {
            font-size: 45px;
            line-height: 45px;
        }
        .faq-info h4 {
            font-size: 25px;
            line-height: 25px;
            margin-top: 40px;
        }
        .faq-info p {
            font-size: 18px;
            line-height: 30px;
            margin-top: 40px;
        }
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

.post-password-form p { color: #757569; }
.post-password-form label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #53585a;
    font-family: "ringside-semibold";
}
.post-password-form label input {
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-family: "brown-light";
    color: #644a32;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 15px;
    border: 1px solid #644a32;
    margin-top: 10px;
}
.post-password-form input[type="submit"] {
    font-size: 11px;
    font-family: "ringside-semibold";
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #535859;
    padding: 13px 0;
    min-width: 100px;
    display: inline-block;
    margin-top: 5px;
    float: right;
}
.post-password-form input[type="submit"]:hover { background-color: #74bc1f; }

@media(min-width: 600px) {
    .post-password-form label {
        float: left;
        width: calc(100% - 115px);
        margin-right: 15px;
    }
    .post-password-form input[type="submit"] {
        display: inline-block;
        margin-top: 25px;
        padding: 14px 0;
        float: left;
    }
}

@media(min-width: 1025px) {
    .post-password-form {
        max-width: 700px;
        margin: 0 auto;
    }
    .post-password-form label input {  padding: 15px 15px; }
    .post-password-form label { width: calc(100% - 135px); }
    .post-password-form input[type="submit"] {
        padding: 19px 0;
        min-width: 120px;
    }
}


/*------------------------------------*\
    Footer
\*------------------------------------*/

.page-footer {
    background-color: #dcdcdc;
    border-top: 2px solid #e9e9e9;
    text-align: center;
    padding: 40px 30px;
}
.first-list {
    margin: 30px auto;
    display: block;
}
    .first-list li,
    .second-list li { display: inline-block; }

    .first-list li:not(:last-child),
    .second-list li:not(:last-child) { margin-right: 10px; }
    .first-list li a,
    .second-list li a {
        font-family: "ringside-semibold";
        text-transform: uppercase;
        color: #535859;
        font-size: 10px;
    }
    .first-list li a:hover,
    .second-list li a:hover { color: #74bc1f; }

.second-list { display: block; }
.designed-section {
    font-family: "ringside-semibold";
    text-transform: uppercase;
    color: #535859;
    font-size: 10px;
    padding-top: 30px;
}
    .designed-section a { color: #535859; }

@media(min-width: 600px) {
    .first-list li a,
    .second-list li a { font-size: 11px; }
    .first-list li,
    .second-list li { line-height: 20px; }
    .first-list li:not(:last-child),
    .second-list li:not(:last-child) { margin-right: 15px; }
}

@media(min-width: 1025px) {
    .page-footer { padding: 40px 20px; }
    .first-list li:not(:last-child),
    .second-list li:not(:last-child) { margin-right: 15px; float: left; }
    .page-footer img {
        float: left;
        width: 150px;
        position: relative;
        top: 5px;
    }
    .first-list li,
    .second-list li { line-height: 18px; }
    .first-list li a,
    .second-list li a { font-size: 10px; }
    .first-list {
        float: left;
        text-align: left;
        width: 50%;
        margin: 0 0 0 40px;
        position: relative;
        top: -5px;
    }
    .first-list li { width: auto; }
/*        .first-list li:nth-child(1),
        .first-list li:nth-child(7) { width: 56px; }
        .first-list li:nth-child(2),
        .first-list li:nth-child(8) { width: 49.5px; }
        .first-list li:nth-child(3),
        .first-list li:nth-child(9) { width: 60.1px; }
        .first-list li:nth-child(4),
        .first-list li:nth-child(10) { width: 109.5px; }
        .first-list li:nth-child(5),
        .first-list li:nth-child(11) { width: 53px; }
        .first-list li:nth-child(6),
        .first-list li:nth-child(12) { width: 61px; margin-right: 0; }*/

    .second-list {
        float: right;
        text-align: left;
        width: 209px;
        margin: 0;
        position: relative;
        top: -5px;
    }
        .second-list li:nth-child(1),
        .second-list li:nth-child(3) { width: auto; }
        .second-list li:nth-child(2),
        .second-list li:nth-child(4) { width: auto; }
        .second-list li:last-child { margin-right: 0 !important; float: left; }

    .designed-section {
        padding-top: 0;
        font-size: 8px;
        position: absolute;
        bottom: 49px;
        right: 20px;
        font-size: 10px;
    }
}

@media(min-width: 1200px) {
    .first-list li a { font-size: 12px; }
    .first-list li { margin-right: 20px; }
}

@media(min-width: 1350px) {
    .page-footer { padding: 40px 30px; }
    .first-list li:not(:last-child),
    .second-list li:not(:last-child) { margin-right: 25px; }
    .page-footer img {
        float: left;
        width: 251px;
    }
    .first-list li,
    .second-list li { line-height: 20px; }
    .first-list li a,
    .second-list li a { font-size: 11px; }
    .first-list {
        width: 655px;
        margin: 0 0 0 70px;
    }
        .first-list li:nth-child(1),
        .first-list li:nth-child(7) { width: 77px; }
        .first-list li:nth-child(2),
        .first-list li:nth-child(8) { width: 68px; }
        .first-list li:nth-child(3),
        .first-list li:nth-child(9) { width: 81.5px; }
        .first-list li:nth-child(4),
        .first-list li:nth-child(10) { width: 148px; }
        .first-list li:nth-child(5),
        .first-list li:nth-child(11) { width: 71.5px; }
        .first-list li:nth-child(6),
        .first-list li:nth-child(12) { width: 80px; margin-right: 0; }

    .second-list { width: auto; }
        .second-list li:nth-child(1),
        .second-list li:nth-child(3) { width: auto; }
        .second-list li:nth-child(2) { width: auto; margin-right: 25px; }
        .second-list li:nth-child(4) { width: auto; margin-right: 0; }

    .designed-section {
        font-size: 11px;
        bottom: 50px;
        right: 30px;
    }
}

@media(min-width: 1800px) {
    .page-footer { padding: 40px 60px; }
    .designed-section { right: 60px; }
}

@media(min-width: 2560px) {
    .page-footer { padding: 70px 90px; }
    .first-list li:not(:last-child),
    .second-list li:not(:last-child) { margin-right: 40px; }
    .page-footer img {
        float: left;
        width: 350px;
    }
    .first-list li,
    .second-list li { line-height: 29px; }
    .first-list li a,
    .second-list li a { font-size: 16px; }
    .first-list {
        width: 1000px;
        margin: 0 0 0 85px;
    }
        .first-list li:nth-child(1),
        .first-list li:nth-child(7) { width: 113px; }
        .first-list li:nth-child(2),
        .first-list li:nth-child(8) { width: 100px; }
        .first-list li:nth-child(3),
        .first-list li:nth-child(9) { width: 119px; }
        .first-list li:nth-child(4),
        .first-list li:nth-child(10) { width: 216px; }
        .first-list li:nth-child(5),
        .first-list li:nth-child(11) { width: 106px; }
        .first-list li:nth-child(6),
        .first-list li:nth-child(12) { width: 118px; margin-right: 0; }

    .second-list { width: auto; }
        .second-list li:nth-child(1),
        .second-list li:nth-child(3) { width: auto; }
        .second-list li:nth-child(2) { width: auto; margin-right: 25px; }
        .second-list li:nth-child(4) { width: auto; margin-right: 0; }

    .designed-section {
        font-size: 16px;
        bottom: 85px;
        right: 90px;
    }
}


/* Spinning the sphere using key frames */
@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

.loading-flex img {
    -webkit-transition: all 1000ms ease-in-out;
       -moz-transition: all 1000ms ease-in-out;
        -ms-transition: all 1000ms ease-in-out;
         -o-transition: all 1000ms ease-in-out;
            transition: all 1000ms ease-in-out;
}
.loading-text span {
    -webkit-transition: all 250ms ease-in-out;
       -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
         -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
}


.loading-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 9999999999999999999999999999999999;
}
    .loading-flex {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
    }
        .loading-flex > div {
            width: 100%;
            text-align: center;
        }
        .loading-flex img {
            width: 80px;
            margin: 0 auto 20px;
            opacity: 0;
            transform: scale(1);
            position: relative;
            z-index: 9999999999;
            top: -100px;
        }
        .loading-flex img.active { 
            opacity: 1; 
            top: 0;
        }
        .loading-flex img.zoom { width: 150%; }
        .loading-text {
            position: relative;
            overflow: hidden;
            font-family: "ringside-semibold";
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #3A3C3E;
            font-size: 18px;
        }
            .loading-text span {
                position: relative;
                bottom: -50px;
            }
            .loading-text span.active { bottom: 0; }

.blocker { z-index: 9999 !important; }

.404page { padding: 80px 0; }
.404page li a { color: #3A3C3E !important; }