/*
	Colors should be prefixed with a c- to easily distinguish it's a color
 */
/*
	Define font related variables here
 */
/*
	Defining Shadows
 */
/*
	Transition to use
 */
/*--------------------------------------------------------------
# Core Typography
--------------------------------------------------------------*/
h1, .h1 {
  margin-top: 0;
  font-family: "muli", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 42px;
  }
}

h2, .h2 {
  margin-top: 0;
  font-family: "muli", sans-serif;
  font-size: 52px;
}
@media screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  margin-top: 0;
  font-family: "muli", sans-serif;
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  margin-top: 0;
  font-family: "muli", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5 {
  margin-top: 0;
  font-family: "muli", sans-serif;
  font-size: 20px;
}

h6, .h6 {
  margin-top: 0;
  letter-spacing: 3px;
  font-family: "muli", sans-serif;
  font-size: 16px;
}

a {
  color: #f36e26;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img {
  border-style: none;
}
a:hover {
  fill: #f36e26;
  color: #f58b51;
}

html {
  font-size: 10px;
}

body,
.bc-product-quick-view__wrapper {
  color: #1A1919;
  line-height: 1.4;
  font-family: "muli", sans-serif;
  font-size: 1.6rem;
}

.underlined {
  margin: 0;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #f36e26;
}

.upper {
  text-transform: uppercase;
}

mark {
  background: rgba(243, 110, 38, 0.2);
}

@media (max-width: 320px) {
  html {
    font-size: 8px;
  }
}
.wp-block-cover.min-height-zero {
  min-height: auto;
}

.wp-block-cover.p-t-65 {
  padding-top: 65px;
}

.wp-block-cover.text-black h1,
.wp-block-cover.text-black h2,
.wp-block-cover.text-black h3,
.wp-block-cover.text-black h4,
.wp-block-cover.text-black h5,
.wp-block-cover.text-black h6 {
  color: #1A1919 !important;
}

.custom--heading {
  font-size: 3.6rem;
  color: #fff;
  margin: 0;
}
.custom--heading span {
  color: #f36e26;
}

.big-font {
  font-size: 3.6rem;
}

.no-white-color.wp-block-cover .wp-block-cover__inner-container {
  color: inherit;
}

/*--------------------------------------------------------------
# General Site Elements
	- Miscellaneous
	- Header
	- Footer
	- Form Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Miscellaneous core items
--------------------------------------------------------------*/
/* Normalize
========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  background: #FFF;
  font-size: 15px;
}
body.over {
  overflow: hidden;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

img {
  height: auto;
  max-width: 100%;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}

.slider {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.slider::-webkit-scrollbar {
  display: none;
}

/* Gutenberg classes for predefined items
========================================================================== */
.has-white-to-light-gray-gradient-background {
  background: #f2f2f2 !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(white)) !important;
  background: linear-gradient(0deg, #f2f2f2 0%, white 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#ffffff",GradientType=1) !important;
}

.has-black-to-transparent-gradient-background {
  background: black !important;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1) !important;
}

.has-low-alpha-black-to-transparent-gradient-background {
  background: black !important;
  background: rgba(0, 0, 0, 0.65) !important;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1) !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-black-color {
  color: #000000 !important;
}

.has-extra-large-font-size {
  font-size: 20px !important;
}

.has-large-font-size {
  font-size: 18px !important;
}

.strip-bar {
  background-image: url(../img/strip.jpg);
  height: 20px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
}
@media screen and (max-width: 991px) {
  .strip-bar {
    height: 10px;
  }
}

/* Helper classes
========================================================================== */
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  margin: 0 -1%;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .row {
    display: block !important;
  }
}

.row-no-margin {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  margin: 0 0;
  flex-wrap: wrap;
}

.col-auto {
  box-sizing: border-box;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.col-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 6.3333333333%;
  max-width: 6.3333333333%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-1 {
    max-width: 100%;
  }
}

.col-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 14.6666666667%;
  max-width: 14.6666666667%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-2 {
    max-width: 100%;
  }
}

.col-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 23%;
  max-width: 23%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-3 {
    max-width: 100%;
  }
}

.col-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 31.3333333333%;
  max-width: 31.3333333333%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-4 {
    max-width: 100%;
  }
}

.col-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 39.6666666667%;
  max-width: 39.6666666667%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-5 {
    max-width: 100%;
  }
}

.col-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 48%;
  max-width: 48%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-6 {
    max-width: 100%;
  }
}

.col-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 56.3333333333%;
  max-width: 56.3333333333%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-7 {
    max-width: 100%;
  }
}

.col-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 64.6666666667%;
  max-width: 64.6666666667%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-8 {
    max-width: 100%;
  }
}

.col-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 73%;
  max-width: 73%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-9 {
    max-width: 100%;
  }
}

.col-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 81.3333333333%;
  max-width: 81.3333333333%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-10 {
    max-width: 100%;
  }
}

.col-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 89.6666666667%;
  max-width: 89.6666666667%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-11 {
    max-width: 100%;
  }
}

.col-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 98%;
  max-width: 98%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 575px) {
  .col-12 {
    max-width: 100%;
  }
}

.col-no-gutter-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-no-gutter-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-no-gutter-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-no-gutter-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-no-gutter-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-no-gutter-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-no-gutter-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-no-gutter-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-no-gutter-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-no-gutter-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-no-gutter-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-no-gutter-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

figure {
  margin: 0;
}
figure *[data-object-fit],
figure *[data-object-position] {
  width: 100%;
  display: block;
  height: 100% !important;
}

[data-object-fit=cover] {
  -o-object-fit: cover;
     object-fit: cover;
}

[data-object-fit=fill] {
  -o-object-fit: fill;
     object-fit: fill;
}

[data-object-fit=contain] {
  -o-object-fit: contain;
     object-fit: contain;
}

[data-object-fit=scale-down] {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

[data-object-fit=none] {
  -o-object-fit: none;
     object-fit: none;
}

[data-object-position="top left"],
[data-object-position="left top"] {
  -o-object-position: top left;
     object-position: top left;
}

[data-object-position="top center"],
[data-object-position="center top"] {
  -o-object-position: top center;
     object-position: top center;
}

[data-object-position="top right"],
[data-object-position="right top"] {
  -o-object-position: top right;
     object-position: top right;
}

[data-object-position="center right"],
[data-object-position="right center"] {
  -o-object-position: center right;
     object-position: center right;
}

[data-object-position=center],
[data-object-position="center center"] {
  -o-object-position: center center;
     object-position: center center;
}

[data-object-position="center left"],
[data-object-position="left center"] {
  -o-object-position: center left;
     object-position: center left;
}

[data-object-position="bottom left"],
[data-object-position="left bottom"] {
  -o-object-position: bottom left;
     object-position: bottom left;
}

[data-object-position="bottom center"],
[data-object-position="center bottom"] {
  -o-object-position: bottom center;
     object-position: bottom center;
}

[data-object-position="bottom right"],
[data-object-position="right bottom"] {
  -o-object-position: bottom right;
     object-position: bottom right;
}

.align-full,
.alignfull,
.breakout {
  left: 50%;
  right: 50%;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
}

.site-content {
  margin-top: 80px;
}

.alignwide,
.container,
.wp-block-group__inner-container {
  *zoom: 1;
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.alignwide::before, .alignwide::after,
.container::before,
.container::after,
.wp-block-group__inner-container::before,
.wp-block-group__inner-container::after {
  content: "";
  display: table;
  table-layout: fixed;
}
.alignwide::after,
.container::after,
.wp-block-group__inner-container::after {
  clear: both;
}
@media screen and (max-width: 1199px) {
  .alignwide,
.container,
.wp-block-group__inner-container {
    *zoom: 1;
    width: auto;
    max-width: 992px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .alignwide::before, .alignwide::after,
.container::before,
.container::after,
.wp-block-group__inner-container::before,
.wp-block-group__inner-container::after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  .alignwide::after,
.container::after,
.wp-block-group__inner-container::after {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .alignwide,
.container,
.wp-block-group__inner-container {
    *zoom: 1;
    width: auto;
    max-width: 768px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .alignwide::before, .alignwide::after,
.container::before,
.container::after,
.wp-block-group__inner-container::before,
.wp-block-group__inner-container::after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  .alignwide::after,
.container::after,
.wp-block-group__inner-container::after {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .alignwide,
.container,
.wp-block-group__inner-container {
    *zoom: 1;
    width: auto;
    max-width: 576px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .alignwide::before, .alignwide::after,
.container::before,
.container::after,
.wp-block-group__inner-container::before,
.wp-block-group__inner-container::after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  .alignwide::after,
.container::after,
.wp-block-group__inner-container::after {
    clear: both;
  }
}
@media screen and (max-width: 575px) {
  .alignwide,
.container,
.wp-block-group__inner-container {
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .alignwide::before, .alignwide::after,
.container::before,
.container::after,
.wp-block-group__inner-container::before,
.wp-block-group__inner-container::after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  .alignwide::after,
.container::after,
.wp-block-group__inner-container::after {
    clear: both;
  }
}

.cf {
  *zoom: 1;
}
.cf::before, .cf::after {
  content: "";
  display: table;
  table-layout: fixed;
}
.cf::after {
  clear: both;
}

.inline-svg {
  display: inline-block;
  vertical-align: middle;
}
.inline-svg svg {
  width: 1em;
  height: 1em;
}

.divider-text.style-1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}
.divider-text.style-1::before, .divider-text.style-1::after {
  content: "";
  -webkit-box-flex: 1;
          flex: 1;
  border-bottom: 1px solid #CCCCCC;
}
.divider-text.style-1::before {
  margin-right: 10px;
}
.divider-text.style-1::after {
  margin-left: 10px;
}
.divider-text.style-2 {
  position: relative;
}
.divider-text.style-2 > *:last-child {
  margin-bottom: 0;
}
.divider-text.style-2::after {
  height: 4px;
  content: " ";
  width: 4.8rem;
  margin: 0 auto;
  margin-top: 15px;
  background: #f36e26;
  display: inline-block;
}

body .searchwp-live-search-results {
  z-index: 10;
}
body .searchwp-live-search-results p > a {
  border-bottom: none;
}
body .searchwp-live-search-results[data-engine-used=default] {
  margin-top: 15px;
}
body .searchwp-live-search-results .results[data-engine-source=default] a {
  font-size: 1.6rem;
}
body .searchwp-live-search-results .results[data-engine-source=default] a img {
  max-width: 30px;
}
body .searchwp-live-search-results[data-extraclass-used=mobile-search-results-list] {
  z-index: 10000;
  margin-top: 0;
}

.searchwp-revised-search-notice:first-child {
  display: none;
}

.searchwp-live-search-result img {
  width: 72px;
  vertical-align: middle;
}
.searchwp-live-search-result mark {
  color: #000;
  background: none;
  font-weight: 700;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.searchwp-live-search-result a {
  font-size: 2rem;
  color: #666666;
}
.searchwp-live-search-result a:hover, .searchwp-live-search-result a:hover mark {
  color: #f36e26;
}

.lyte-wrapper .tC {
  display: none;
}
.lyte-wrapper div.play {
  width: 88px;
  height: 63px !important;
  background-position: top center !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cfilter id='a' width='176.4%25' height='176.4%25' x='-38.2%25' y='-22.9%25' filterUnits='objectBoundingBox'%3E%3CfeMorphology in='SourceAlpha' radius='1' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='5' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='3.5'/%3E%3CfeColorMatrix in='shadowBlurOuter1' result='shadowMatrixOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeMorphology in='SourceAlpha' radius='1.5' result='shadowSpreadOuter2'/%3E%3CfeOffset dy='11' in='shadowSpreadOuter2' result='shadowOffsetOuter2'/%3E%3CfeGaussianBlur in='shadowOffsetOuter2' result='shadowBlurOuter2' stdDeviation='8.5'/%3E%3CfeColorMatrix in='shadowBlurOuter2' result='shadowMatrixOuter2' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeMerge%3E%3CfeMergeNode in='shadowMatrixOuter1'/%3E%3CfeMergeNode in='shadowMatrixOuter2'/%3E%3C/feMerge%3E%3C/filter%3E%3Cfilter id='c' width='294.5%25' height='294.5%25' x='-101.9%25' y='-56.5%25' filterUnits='objectBoundingBox'%3E%3CfeMorphology in='SourceAlpha' radius='1' result='shadowSpreadOuter1'/%3E%3CfeOffset dy='5' in='shadowSpreadOuter1' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur in='shadowOffsetOuter1' result='shadowBlurOuter1' stdDeviation='3.5'/%3E%3CfeColorMatrix in='shadowBlurOuter1' result='shadowMatrixOuter1' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeMorphology in='SourceAlpha' radius='1.5' result='shadowSpreadOuter2'/%3E%3CfeOffset dy='11' in='shadowSpreadOuter2' result='shadowOffsetOuter2'/%3E%3CfeGaussianBlur in='shadowOffsetOuter2' result='shadowBlurOuter2' stdDeviation='8.5'/%3E%3CfeColorMatrix in='shadowBlurOuter2' result='shadowMatrixOuter2' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeMerge%3E%3CfeMergeNode in='shadowMatrixOuter1'/%3E%3CfeMergeNode in='shadowMatrixOuter2'/%3E%3C/feMerge%3E%3C/filter%3E%3Ccircle id='b' cx='50' cy='39' r='36'/%3E%3Cpath id='d' d='M68 39L41 52.5v-27z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3Cuse fill='%23000' filter='url(%23c)' xlink:href='%23d'/%3E%3Cuse fill='%23FEA536' xlink:href='%23d'/%3E%3C/g%3E%3C/svg%3E");
}

.wp-block-separator {
  height: 1px;
  border: none !important;
}

#breadcrumbs a, #breadcrumbs strong {
  font-size: 14px;
  color: #414141;
}
#breadcrumbs a:hover {
  color: #f36e26;
}
#breadcrumbs .separator svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.accordion-container > ul {
  margin: 0;
  padding: 0;
}
.accordion-container .accordion-item {
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-bottom: 1px solid #E6E6E6;
}
.accordion-container .accordion-item:last-of-type.accordion-opened {
  border-bottom-color: transparent;
}
.accordion-container .accordion-content {
  display: none;
  padding-top: 15px;
  padding-bottom: 60px;
}
.accordion-container .accordion-toggler {
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: calc(100% - 15px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='gray' d='M.558.558a.625.625 0 01.797-.072l.087.072L5 4.117 8.558.558a.625.625 0 01.797-.072l.087.072a.625.625 0 01.072.797l-.072.087-4 4a.625.625 0 01-.797.072l-.087-.072-4-4a.625.625 0 010-.884z'/%3E%3C/svg%3E");
}
.accordion-container .accordion-toggler * {
  margin: 0;
  display: block;
}
.accordion-container .accordion-opened .accordion-content {
  display: block;
}
.accordion-container .accordion-opened .accordion-toggler {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%231A1A1A' d='M.558 5.442a.625.625 0 00.797.072l.087-.072L5 1.883l3.558 3.559a.625.625 0 00.797.072l.087-.072a.625.625 0 00.072-.797l-.072-.087-4-4a.625.625 0 00-.797-.072l-.087.072-4 4a.625.625 0 000 .884z'/%3E%3C/svg%3E");
}

.tabs .tab-nav {
  border-bottom: 1px solid #E6E6E6;
}
.tabs .tab-header-item {
  cursor: pointer;
  color: #808080;
  margin-right: 2.4rem;
  display: inline-block;
  vertical-align: baseline;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tabs .tab-header-item.active {
  color: #000;
  font-weight: 700;
  border-bottom-color: #f36e26;
}
.tabs .tab-header-item.last-of-type {
  margin-right: 0;
}
.tabs .tab-content-item {
  display: none;
  padding-top: 30px;
}
.tabs .tab-content-item.active {
  display: block;
}

.mini-breadcrumbs {
  padding: 20px 0;
}
.mini-breadcrumbs svg {
  margin-right: 1rem;
  vertical-align: middle;
}
.mini-breadcrumbs a {
  font-weight: 700;
  font-size: 1.5rem;
}

.ct-freeflow-slider {
  margin: 0;
  padding: 0;
  position: relative;
}
.ct-freeflow-slider .ct-track {
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: visible;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: calc(100% - 100px);
}
.ct-freeflow-slider .ct-track::-webkit-scrollbar {
  display: none;
}
.ct-freeflow-slider .ct-track > * {
  display: inline-block;
}
.ct-freeflow-slider .ct-arrow {
  top: 0;
  width: 50px;
  height: 100%;
  display: block;
  cursor: pointer;
  background: #FFF;
  position: absolute;
}
.ct-freeflow-slider .ct-arrow svg {
  top: 50%;
  left: 50%;
  height: 18px;
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct-freeflow-slider .ct-arrow[disabled] {
  pointer-events: none;
}
.ct-freeflow-slider .ct-arrow[disabled] svg {
  opacity: 0.2;
}
.ct-freeflow-slider .ct-arrow.ct-prev-arrow {
  left: 0;
  border-right: 1px solid #CCCCCC;
}
.ct-freeflow-slider .ct-arrow.ct-next-arrow {
  right: 0;
  border-left: 1px solid #CCCCCC;
}

.collaborator-grid {
  margin-top: 40px;
  margin-bottom: 82px;
}

.collaborator-grid + .pagination {
  margin-bottom: 82px;
}

.collaborator-card {
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.collaborator-card .card-bg {
  color: #FFF;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.65);
}
.collaborator-card .card-bg * {
  z-index: 2;
  position: relative;
}
.collaborator-card .card-bg *:first-child {
  margin-top: 0;
}
.collaborator-card .card-bg *:last-child {
  margin-bottom: 0;
}
.collaborator-card .card-bg::before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.65);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.collaborator-card .collaboration-profile {
  z-index: 3;
  overflow: hidden;
  position: relative;
  border: 4px solid white;
  border-radius: 100%;
}
.collaborator-card.full {
  width: 100%;
  margin-bottom: 2%;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1), 0 1px 2px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  .collaborator-card.full {
    margin-bottom: 5%;
  }
}
.collaborator-card.full .card-bg {
  min-height: 230px;
  padding-bottom: 55px;
}
.collaborator-card.full .collaboration-profile {
  margin-top: -43px;
}
.collaborator-card.full .card-description {
  background: #FFF;
  padding: 0 24px 12px;
}
.collaborator-card.full .card-description svg {
  width: 32px;
  display: block;
  margin: 15px auto 0;
}
.collaborator-card.compact {
  min-width: 280px;
}
.collaborator-card.compact .card-bg {
  min-height: 280px;
  padding-bottom: 25px;
}
.collaborator-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.search-no-results #content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.button-outline-gray .wp-block-button__link {
  border-color: #CCCCCC !important;
}

.video-overlay .wp-block-embed-youtube {
  position: relative;
}

.video-overlay .wp-block-embed-youtube:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
  z-index: 1;
}

.video-overlay .wp-block-embed-youtube .lyte.hidef.lP,
.video-overlay .wp-block-embed-youtube .lyte-wrapper div.play {
  position: relative;
  z-index: 2;
}

.entry-footer {
  display: none;
}

/*--------------------------------------------------------------
# Site's header navigation
--------------------------------------------------------------*/
#masthead {
  z-index: 999;
  position: relative;
  background: #ffffff;
}
#masthead #top-bar .hello-bar {
  background: #f36e26;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 6px 0;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .hello-bar {
    font-size: 12px;
    line-height: 14px;
  }
}
#masthead #top-bar .hello-bar a {
  color: #fff200;
}
#masthead #top-bar .hello-bar a:hover {
  color: #292627;
}
#masthead #top-bar .info-bar {
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .info-bar .row {
    display: block !important;
  }
}
#masthead #top-bar .info-bar .row .left-bar {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .info-bar .row .left-bar {
    border-bottom: 1px solid #F2F2F2;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .info-bar .row .left-bar .social {
    text-align: center;
  }
}
#masthead #top-bar .info-bar .row .left-bar .social .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead #top-bar .info-bar .row .left-bar .social .social-list li {
  display: inline-block;
  margin-right: 10px;
}
#masthead #top-bar .info-bar .row .left-bar .social .social-list li a {
  font-size: 13px;
  color: #414141;
  font-weight: 700;
  line-height: 40px;
}
#masthead #top-bar .info-bar .row .left-bar .social .social-list li a:hover {
  color: #f36e26;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .info-bar .row .left-bar .social .social-list li a {
    line-height: 25px;
  }
}
#masthead #top-bar .info-bar .row .left-bar .social .social-list li a .svg-icon {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  margin-left: 1px;
  float: left;
  background: #414141;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .info-bar .row .left-bar .social .social-list li a .svg-icon {
    margin-top: 5px;
  }
}
#masthead #top-bar .info-bar .row .left-bar .social .social-list li a .svg-icon path {
  fill: #ffffff;
}
#masthead #top-bar .info-bar .row .right-bar {
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .info-bar .row .right-bar {
    text-align: center;
  }
}
#masthead #top-bar .info-bar .row .right-bar a {
  font-size: 13px;
  color: #414141;
  display: inline-block;
  line-height: 40px;
  font-weight: 700;
}
#masthead #top-bar .info-bar .row .right-bar a:hover {
  color: #f36e26;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .info-bar .row .right-bar a {
    line-height: 25px;
  }
}
@media screen and (max-width: 349px) {
  #masthead #top-bar .info-bar .row .right-bar a {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .info-bar .row .right-bar a {
    font-size: 12px;
  }
}
#masthead #top-bar .info-bar .row .right-bar a svg {
  margin-top: 14px;
  float: left;
  display: block;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .info-bar .row .right-bar a svg {
    margin-top: 8px;
  }
}
@media screen and (max-width: 349px) {
  #masthead #top-bar .info-bar .row .right-bar a svg {
    float: none;
    display: inline-block;
  }
}
#masthead #top-bar .info-bar .row .right-bar .mail {
  border-left: 1px solid #f0f0f0;
  margin-left: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 349px) {
  #masthead #top-bar .info-bar .row .right-bar .mail {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
#masthead #top-bar .main-bar {
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar {
    padding: 10px 0;
  }
}
#masthead #top-bar .main-bar .container {
  position: relative;
}
#masthead #top-bar .main-bar .container .site-branding {
  margin-bottom: 0;
  float: left;
}
#masthead #top-bar .main-bar .container .site-branding a {
  display: block;
}
#masthead #top-bar .main-bar .container .site-branding img {
  width: 160px;
  height: 76.63px;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar .container .site-branding img {
    max-width: 100px;
    height: 47.91px;
  }
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar .container .site-branding {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
#masthead #top-bar .main-bar .container .search {
  margin-bottom: 0;
  width: 42%;
  float: left;
  margin-left: 15%;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar .container .search {
    display: none;
  }
}
#masthead #top-bar .main-bar .container .search .search-input {
  text-align: center;
  margin-top: 12px;
  position: relative;
}
#masthead #top-bar .main-bar .container .search .search-input input {
  width: 100%;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  line-height: 56px;
  padding: 0 15px;
  background: #fbfbfb;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .main-bar .container .search .search-input input {
    line-height: 35px;
  }
}
#masthead #top-bar .main-bar .container .search .search-input button {
  border: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 0px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .main-bar .container .search .search-input button {
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 0px;
    height: 38px;
    line-height: 38px;
    width: 40px;
  }
}
#masthead #top-bar .main-bar .container .search .search-input button svg {
  width: 20px;
  height: 20px;
  margin-top: 19px;
}
@media screen and (max-width: 575px) {
  #masthead #top-bar .main-bar .container .search .search-input button svg {
    margin-top: 10px;
  }
}
#masthead #top-bar .main-bar .container .cta-buttom {
  margin-bottom: 0;
  text-align: right;
  float: right;
}
#masthead #top-bar .main-bar .container .cta-buttom .cta-link {
  background: #f36e26;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  padding: 0 25px;
  margin-top: 12px;
}
#masthead #top-bar .main-bar .container .cta-buttom .cta-link:hover {
  background: #f58b51;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar .container .cta-buttom .cta-link {
    display: none;
  }
}
#masthead #top-bar .main-bar .container .menu-icon {
  position: absolute;
  top: 14px;
  right: 0;
  display: none;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar .container .menu-icon {
    top: 5px;
    right: 10px;
  }
}
#masthead #top-bar .main-bar .container .menu-icon.close .icon-close {
  display: block;
}
#masthead #top-bar .main-bar .container .menu-icon.close .icon-menu {
  display: none;
}
#masthead #top-bar .main-bar .container .menu-icon .icon-close {
  display: none;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar .container .menu-icon {
    display: block;
  }
}
#masthead #top-bar .main-bar .container .search-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
}
@media screen and (max-width: 991px) {
  #masthead #top-bar .main-bar .container .search-icon {
    display: block;
  }
}
#masthead #main-nav {
  background: #414141;
  text-align: center;
}
#masthead #main-nav #site-navigation #primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item {
  display: inline-block;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.featured {
  display: none;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 30px;
  display: block;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item a:hover {
  color: #fff200;
}
@media screen and (max-width: 1199px) {
  #masthead #main-nav #site-navigation #primary-menu .menu-item a {
    padding: 0 12px;
  }
}
#masthead #main-nav #site-navigation #primary-menu .menu-item:first-child {
  padding-left: 0;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item:last-child {
  padding-right: 0;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #a09fa0;
  display: inline-block;
  margin-left: 5px;
  top: -1px;
  position: relative;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children a:hover:after {
  border-top: 5px solid #fff200;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 100;
  margin-left: -15px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  #masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children .sub-menu {
    margin-left: -28px;
  }
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children .sub-menu li {
  display: block;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children .sub-menu li a {
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #000;
  line-height: 40px;
  padding: 0 15px;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children .sub-menu li a:hover {
  background-color: #E6E6E6;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children .sub-menu li a:after {
  content: none;
}
#masthead #main-nav #site-navigation #primary-menu .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #masthead #main-nav #site-navigation {
    display: none;
  }
}
#masthead #mobile-navigation {
  position: fixed;
  overflow-y: auto;
  background: #fff;
  z-index: 200;
  height: 100%;
  width: 100%;
  display: none;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item {
  display: block;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.featured a {
  background: #f36e26;
  color: #ffffff;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item a {
  text-align: center;
  font-size: 1.5em;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  line-height: 2.8em;
  text-align: center;
  color: #000000;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  #masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item a {
    font-size: 1em;
  }
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item a:hover {
  color: #f36e26;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children a {
  position: relative;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children a #menu-arrow {
  border-left: 1px solid #CCCCCC;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  border-bottom: 0;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children a #menu-arrow:after {
  content: "";
  border: solid #000000;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 8px;
  vertical-align: middle;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 0px;
  margin-top: -45px;
}
@media screen and (max-width: 575px) {
  #masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children a #menu-arrow:after {
    border-width: 0 3px 3px 0;
    padding: 6px;
    margin-top: -12px;
  }
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children a #menu-arrow.open:after {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-top: -30px;
}
@media screen and (max-width: 575px) {
  #masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children a #menu-arrow.open:after {
    margin-top: 0px;
  }
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children a:hover:after {
  border-color: #f36e26;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children .sub-menu {
  margin: 0;
  padding: 0;
  display: none;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children .sub-menu li a {
  font-weight: normal;
  background-color: #E6E6E6;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children .sub-menu li a:after {
  content: none;
}
#masthead #mobile-navigation .menu-menu-container #primary-menu .menu-item.menu-item-has-children .sub-menu.show {
  display: block;
}
#masthead #mobile-navigation.show {
  display: block;
}
@media screen and (min-width: 991px) {
  #masthead #mobile-navigation {
    display: none !important;
  }
}
#masthead .header-sticky {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  opacity: 0;
  background: #ffffff;
  border-bottom: 2px solid #fff200;
  top: -120px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#masthead .header-sticky .menu-bar-fixed .main-bar {
  padding: 5px 0;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container {
  position: relative;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .site-branding {
  margin-bottom: 0;
  float: left;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .site-branding a {
  max-width: 100px;
  display: block;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .site-branding img {
  width: 100px;
  height: 48;
}
@media screen and (max-width: 991px) {
  #masthead .header-sticky .menu-bar-fixed .main-bar .container .site-branding {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .search {
  margin-bottom: 0;
  width: 42%;
  float: left;
  margin-left: 15%;
}
@media screen and (max-width: 991px) {
  #masthead .header-sticky .menu-bar-fixed .main-bar .container .search {
    display: none;
  }
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .search .search-input {
  text-align: center;
  margin-top: 7px;
  position: relative;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .search .search-input input {
  width: 100%;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  line-height: 35px;
  padding: 0 15px;
  background: #fbfbfb;
  font-weight: 600;
  font-size: 15px;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .search .search-input button {
  border: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 0px;
  height: 38px;
  line-height: 38px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  #masthead .header-sticky .menu-bar-fixed .main-bar .container .search .search-input button {
    right: 0px;
  }
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .search .search-input button svg {
  width: 20px;
  height: 20px;
  margin-top: 9px;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .cta-buttom {
  margin-bottom: 0;
  text-align: right;
  float: right;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .cta-buttom .cta-link {
  background: #f36e26;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  padding: 0 25px;
  margin-top: 7px;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .cta-buttom .cta-link:hover {
  background: #f58b51;
}
@media screen and (max-width: 991px) {
  #masthead .header-sticky .menu-bar-fixed .main-bar .container .cta-buttom .cta-link {
    display: none;
  }
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .menu-icon {
  position: absolute;
  top: 6px;
  right: 10px;
  display: none;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .menu-icon.close .icon-close {
  display: block;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .menu-icon.close .icon-menu {
  display: none;
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .menu-icon .icon-close {
  display: none;
}
@media screen and (max-width: 991px) {
  #masthead .header-sticky .menu-bar-fixed .main-bar .container .menu-icon {
    display: block;
  }
}
#masthead .header-sticky .menu-bar-fixed .main-bar .container .search-icon {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
}
@media screen and (max-width: 991px) {
  #masthead .header-sticky .menu-bar-fixed .main-bar .container .search-icon {
    display: block;
  }
}
#masthead .header-sticky #site-navigation #primary-menu .menu-item {
  display: inline-block;
}
#masthead .header-sticky #site-navigation #primary-menu .menu-item a {
  line-height: 38px !important;
}
#masthead .header-sticky.sticky {
  top: 0;
  opacity: 1;
  z-index: 1000;
}

.home .site-content {
  margin-top: 0;
}

#search-mobile {
  position: fixed;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  padding: 10px;
  opacity: 0;
  margin-top: -120px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#search-mobile.show {
  opacity: 1;
  margin-top: 0;
}
#search-mobile .search-input {
  position: relative;
}
#search-mobile .search-input input {
  width: 100%;
  border: 2px solid #d9d9d9;
  border-radius: 0;
  line-height: 35px;
  padding: 0 15px;
  background: #fbfbfb;
  font-weight: 600;
  font-size: 15px;
}
#search-mobile .search-input button {
  border: 0;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 0px;
  height: 38px;
  line-height: 38px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  #search-mobile .search-input button {
    right: 0px;
  }
}
#search-mobile .search-input button svg {
  width: 20px;
  height: 20px;
  margin-top: 9px;
}

#top-header {
  height: 500px;
  width: 100%;
  background-color: #414141;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes slideInFromBottom {
  0% {
    opacity: 0;
    top: 100%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    top: 100%;
  }
  100% {
    top: 50%;
  }
}
#top-header .heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  padding: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-animation: 1s ease-out 0s 1 slideInFromBottom;
          animation: 1s ease-out 0s 1 slideInFromBottom;
}
#top-header .heading h1 {
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-header .heading .slide-caption {
    padding: 0 20%;
  }
}
@media screen and (max-width: 575px) {
  #top-header .heading .slide-caption {
    padding: 0 25%;
    font-size: 12px;
  }
}
#top-header .heading .subtitle {
  padding: 0 10%;
}
@media screen and (max-width: 575px) {
  #top-header .heading .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  #top-header .heading .subtitle {
    font-size: 12px;
  }
}
#top-header .breadcrumb {
  z-index: 2;
  position: absolute;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  width: 100%;
  font-size: 0.92em;
}
#top-header .breadcrumb a {
  color: #fff200;
}
#top-header .slide-overlay {
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #top-header {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #top-header {
    height: 250px;
  }
}

/*--------------------------------------------------------------
# Site's footer
--------------------------------------------------------------*/
footer .main-footer {
  background: #292627;
  color: #ffffff;
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 767px) {
  footer .main-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .main-footer .row {
    display: block;
    margin: 0;
  }
}
footer .main-footer .row h6 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  footer .main-footer .row .footer {
    border-bottom: 1px solid #414141;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .main-footer .row .footer.footer1 {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  footer .main-footer .row .footer.footer1 #media_image-5 {
    display: none;
  }
}
footer .main-footer .row .footer.footer1 #media_image-5 img {
  width: 150px;
}
footer .main-footer .row .footer.footer1 a {
  color: #fff200;
  border-bottom: 0;
  word-break: break-all;
}
footer .main-footer .row .footer.footer1 a:hover {
  color: #f36e26;
}
footer .main-footer .row .footer.footer1 .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .main-footer .row .footer.footer1 .social-list li {
  display: inline-block;
  margin-right: 10px;
}
footer .main-footer .row .footer.footer1 .social-list li a {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
}
footer .main-footer .row .footer.footer1 .social-list li a:hover {
  color: #f36e26;
}
footer .main-footer .row .footer.footer1 .social-list li a .svg-icon {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  margin-left: 1px;
  float: left;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
}
footer .main-footer .row .footer.footer1 .social-list li a .svg-icon path {
  fill: #414141;
}
footer .main-footer .row .footer.footer2 #woocommerce_product_categories-2 {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .main-footer .row .footer.footer2 #woocommerce_product_categories-2 {
    display: none;
  }
}
footer .main-footer .row .footer.footer2 #woocommerce_product_categories-3 {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .main-footer .row .footer.footer2 #woocommerce_product_categories-3 {
    display: block;
  }
}
footer .main-footer .row .footer.footer2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .main-footer .row .footer.footer2 ul li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
}
footer .main-footer .row .footer.footer2 ul li a:hover {
  color: #fff200;
}
@media screen and (max-width: 767px) {
  footer .main-footer .row .footer.footer3 {
    display: none;
  }
}
footer .main-footer .row .footer.footer3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .main-footer .row .footer.footer3 ul li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
}
footer .main-footer .row .footer.footer3 ul li a:hover {
  color: #fff200;
}
footer .main-footer .row .footer.footer4 input[type=text] {
  width: 100%;
  border-radius: 0;
  line-height: 55px;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 0;
}
footer .main-footer .row .footer.footer4 input[type=submit] {
  width: 100%;
  border-radius: 0;
  line-height: 55px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 15px;
  background: #f36e26;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 800;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .main-footer .row .footer.footer4 input[type=submit]:hover {
  background: #f58b51;
}
footer .copyright {
  line-height: 70px;
  color: #ffffff;
  background: #414141;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  footer .copyright {
    font-size: 12px;
  }
}
footer .copyright span {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  footer .copyright span {
    margin-bottom: 10px;
  }
}
footer .copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer .copyright ul li {
  display: inline-block;
}
footer .copyright ul li a {
  color: #fff;
}
footer .copyright ul li a:hover {
  color: #f36e26;
}
footer .copyright ul li a:hover:before {
  color: #ffffff;
}
footer .copyright ul li a:before {
  content: "-";
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  footer .copyright ul li:first-child a:before {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  footer .copyright {
    line-height: 1.2;
    padding: 20px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Form elements
--------------------------------------------------------------*/
/*
	Colors should be prefixed with a c- to easily distinguish it's a color
 */
/*
	Define font related variables here
 */
/*
	Defining Shadows
 */
/*
	Transition to use
 */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea.medium {
  border-radius: 5px;
  border: 1px solid #444;
  padding: 15px !important;
  margin: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #f36e26;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  padding: 0 25px;
  margin-top: 7px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #f58b51;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
  border-radius: 5px;
  border: 1px solid #444;
  padding: 15px;
}

.gform_confirmation_wrapper {
  margin-bottom: 40px;
}

.gfield_select {
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #292627 50%), linear-gradient(135deg, #292627 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), 100% 0;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.pattern {
  position: relative;
  overflow: hidden;
}

.pattern div {
  z-index: 100;
  position: relative;
}

.pattern:after {
  content: "";
  background-image: radial-gradient(#000 40%, transparent 40%), radial-gradient(#000 40%, transparent 40%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0.02;
}

.title-line-center {
  position: relative;
  margin-bottom: 40px;
  font-size: 28px;
}
.title-line-center:after {
  width: 50px;
  height: 3px;
  content: "";
  font-size: 28px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
  background: #000000;
}

.title-line-left {
  position: relative;
  margin-bottom: 40px;
}
.title-line-left:after {
  width: 50px;
  height: 3px;
  content: "";
  font-size: 28px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #292627;
}
@media screen and (max-width: 767px) {
  .title-line-left:after {
    left: calc(50% - 25px);
  }
}

.has-white-color:after {
  background: #ffffff;
}

.to-top {
  position: fixed;
  bottom: -40px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  width: 46px;
  padding: 15px 10px 0 10px;
  border-radius: 5px 5px 0 0;
  z-index: 9999;
}
.to-top:after {
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  vertical-align: middle;
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-left: 6px;
  margin-top: -7px;
}
.to-top.show {
  bottom: 0;
}

.cache-table td {
  padding: 10px;
}

.page-template-page-sitemap #content {
  padding-bottom: 60px;
}
.page-template-page-sitemap #content ul {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
}
.page-template-page-sitemap #content ul li {
  padding: 5px;
}
.page-template-page-sitemap #content ul li:nth-child(even) {
  background: #F2F2F2;
}

.dark-hover.home-but a {
  font-size: 13px;
  font-weight: 900;
}
.dark-hover a:hover {
  background-color: #353334 !important;
}

@media (max-width: 768px) and (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (max-width: 781px) and (min-width: 768px) {
  .wp-block-column {
    flex-basis: 0 !important;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
@media (max-width: 781px) and (min-width: 768px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .why-boxes .wp-block-column {
    text-align: center;
  }
  .why-boxes .wp-block-column .wp-block-image {
    margin-bottom: 15px !important;
    float: none !important;
    margin: 0 auto;
    margin-right: auto !important;
  }
  .why-boxes .wp-block-group {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .break-100-md {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .entry-content figure {
    width: 100%;
  }
  .entry-content figure img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .wp-block-table tr:first-child {
    display: none;
  }
  .wp-block-table tr td {
    display: block;
  }
}
.error-404 {
  text-align: center;
  padding-bottom: 120px;
}
.error-404 input[type=search] {
  border: 1px solid #292627;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}
.error-404 input[type=submit] {
  background: #f36e26;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  margin-top: 12px;
  border: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.error-404 input[type=submit]:hover {
  background: #f58b51;
}

.no-results {
  text-align: center;
  padding-bottom: 120px;
}
.no-results input[type=search] {
  border: 1px solid #292627;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  margin-bottom: 20px;
}
.no-results input[type=submit] {
  background: #f36e26;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 25px;
  margin-top: 12px;
  border: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.no-results input[type=submit]:hover {
  background: #f58b51;
}

.search-results .site-content {
  padding-bottom: 60px;
}
.search-results .site-content #top-header {
  display: none;
}
.search-results .site-content .products {
  margin: 0;
  list-style: none;
  padding: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .search-results .site-content .products {
    margin-top: 25px;
  }
}
.search-results .site-content .products .cat-product {
  position: relative;
}
.search-results .site-content .products .cat-product:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
.search-results .site-content .products .cat-product:nth-child(even) .row .cat-product__photo--bg {
  right: 0 !important;
  left: auto !important;
}
.search-results .site-content .products .cat-product .row .col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
}
.search-results .site-content .products .cat-product .row .cat-product__photo {
  background: #F2F2F2;
  padding: 50px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 767px) {
  .search-results .site-content .products .cat-product .row .cat-product__photo {
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .search-results .site-content .products .cat-product .row .cat-product__photo {
    padding: 20px;
  }
}
.search-results .site-content .products .cat-product .row .cat-product__photo .cat-product__photo--bg {
  background: #F2F2F2;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .search-results .site-content .products .cat-product .row .cat-product__photo .cat-product__photo--bg {
    width: 100%;
  }
}
.search-results .site-content .products .cat-product .row .cat-product__photo .cat-product__photo--bg.pattern:after {
  opacity: 0.04;
}
.search-results .site-content .products .cat-product .row .cat-product__photo img {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .search-results .site-content .products .cat-product .row {
    display: block;
  }
}
.search-results .site-content .products .cat-product .cat-product__info {
  margin: 0;
  padding: 50px;
}
.search-results .site-content .products .cat-product .cat-product__info .cat-product__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .search-results .site-content .products .cat-product .cat-product__info {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .search-results .site-content .products .cat-product .cat-product__info {
    padding: 20px;
  }
}
.search-results .site-content .products .cat-product .cat-product__info .cat-product__title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  color: #292627;
}
.search-results .site-content .products .cat-product .cat-product__info .cat-product__link {
  background: #f36e26;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 38px;
  margin-top: 15px !important;
}
@media screen and (max-width: 575px) {
  .search-results .site-content .products .cat-product .cat-product__info .cat-product__link {
    margin: 0 auto;
    display: table;
  }
}
.search-results .site-content .products .cat-product .cat-product__info .cat-product__link:hover {
  background: #f58b51;
}

.nav-links {
  overflow: hidden;
  margin-top: 20px;
}
.nav-links .nav-previous {
  float: right;
}
.nav-links .nav-next {
  float: left;
}

@media screen and (max-width: 991px) {
  .cont-box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cont-box {
    padding-right: 0px;
  }
}

.ct-navigation {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.ct-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
.ct-navigation ul li {
  display: inline-block;
}
.ct-navigation ul li a {
  border: 1px solid #f36e26;
  padding: 5px;
  margin: 5px;
}
.ct-navigation ul li.active a {
  color: #ccc;
  border: 1px solid #ccc;
}
.ct-navigation .prev {
  float: left;
}
.ct-navigation .next {
  float: right;
}