/*
 * 0: Custom styles for AWD Digital
 * sass --watch style.scss:style.css
 * @package awddigital
 */
/*
 * 0: Mixins
 * 
 * @package awddigital
 */
.layout.subheader .has-overlay {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .layout.subheader .has-overlay {
    clip-path: none;
  }
}
.layout.herobanners .has-ctas .each:hover, .layout.herobanners .has-ctas .each:hover h4, .layout.herobanners .has-ctas .each:hover p.readmore, .layout.carousel .has-slick.testimo .each > div, .layout.carousel .has-slick.testimo .each.slick-current, .layout .su-spoiler.su-spoiler-style-default .su-spoiler-title, .layout .su-spoiler.su-spoiler-style-default.su-spoiler-closed .su-spoiler-title {
  transition: all 0.3s ease;
}
.layout.testimonials .has-isotope .grid-item > div, .layout.calltoactions a.each > div, .layout.showsingrid .filters button {
  border-radius: 10px;
}
header#primary .has-nav nav ul.navbar-nav li.menu-item a.dropdown-toggle::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.layout .has-slick .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/* @include box-shadow(0,0,21px,0, rgba($dark, .1), false); */
/*
 * 0: Colours
 * 
 * @package awddigital
 */
/*** -1 Color Scheme ***/
.t-primary {
  color: #ff4a31;
}
.t-secondary {
  color: #ebf1f4;
}
.t-dark {
  color: #252428;
}
.t-white {
  color: #fff;
}
.t-grey {
  color: #f8f9fa;
}
.b-primary {
  background-color: #ff4a31;
}
.b-secondary {
  background-color: #ebf1f4;
}
.b-dark {
  background-color: #252428;
}
.b-white {
  background-color: #fff;
}
.b-grey {
  background-color: #f8f9fa;
}
@font-face {
  font-family: 'MontL';
  src: url("../fonts/Mont-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontR';
  src: url("../fonts/Mont-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MontB';
  src: url("../fonts/Mont-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'MontR', sans-serif;
  font-family: 'MontR', sans-serif;
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'MontB', sans-serif;
}
/*
 * 0: Classes
 * 
 */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
section, main, footer {
  position: relative;
  width: 100%;
  float: left;
}
.site-content {
  margin-top: 80px;
}
a {
  display: inline-block;
  color: #252428;
}
a:hover, a:focus {
  color: #ff4a31;
}
a, a:hover, a:focus, input, input:hover, input:focus {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:focus {
  outline: 0;
}
form#search .input-group .form-control, form#search .input-group .btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #ff4a31;
  font-size: 12px;
}
form#search .input-group .form-control:focus, form#search .input-group .btn:focus, form#search .input-group .form-control:hover, form#search .input-group .btn:hover {
  box-shadow: none;
}
form#search .input-group .form-control {
  padding-left: 0;
}
form#search .input-group span button {
  padding-right: 0;
}
form#search .input-group span button i {
  color: #ff4a31;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form#search .input-group span:hover i, form#search .input-group span:focus i {
  color: #ebf1f4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*** -3 Classes ***/
.has-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 36, 40, 0.8);
}
.has-absolute {
  position: relative;
}
.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.table-div {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.has-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.has-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.has-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 32px;
}
.has-video:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: rgba(255, 74, 49, 0.8);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.has-video:hover:before {
  bottom: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.has-square {
  position: relative;
  width: 100%;
}
.has-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.has-square.pb-five:after {
  padding-bottom: 50%;
}
.has-square.pb-seven:after {
  padding-bottom: 70%;
}
.has-square.pb-eight:after {
  padding-bottom: 80%;
}
.has-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
/* ---- isotope ---- */
.has-isotope {
  width: 100%;
}
.has-isotope.grid:after {
  content: '';
  display: block;
  clear: both;
  /* ---- .grid-item ---- */
}
.has-isotope .grid-sizer, .has-isotope .grid-item {
  width: 33.333%;
}
@media (max-width: 991px) {
  .has-isotope .grid-sizer, .has-isotope .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .has-isotope .grid-sizer, .has-isotope .grid-item {
    width: 100%;
  }
}
.has-isotope .grid-item {
  float: left;
}
.has-isotope .grid-item img {
  display: block;
  max-width: 100%;
}
/*
 * 0: Spacers
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * It will generate several classes such as:
 * .m-r-10 which gives margin-right 10 pixels.
 * .m-r-15 gives MARGIN to the RIGHT 15 pixels.
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * The first letter is "m" or "p" for MARGIN or PADDING
 * Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
 * Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
 * 
 */
.m5t {
  margin-top: 5px;
}
.p5t {
  padding-top: 5px;
}
.m5b {
  margin-bottom: 5px;
}
.p5b {
  padding-bottom: 5px;
}
.m5l {
  margin-left: 5px;
}
.p5l {
  padding-left: 5px;
}
.m5r {
  margin-right: 5px;
}
.p5r {
  padding-right: 5px;
}
.m10t {
  margin-top: 10px;
}
.p10t {
  padding-top: 10px;
}
.m10b {
  margin-bottom: 10px;
}
.p10b {
  padding-bottom: 10px;
}
.m10l {
  margin-left: 10px;
}
.p10l {
  padding-left: 10px;
}
.m10r {
  margin-right: 10px;
}
.p10r {
  padding-right: 10px;
}
.m15t {
  margin-top: 15px;
}
.p15t {
  padding-top: 15px;
}
.m15b {
  margin-bottom: 15px;
}
.p15b {
  padding-bottom: 15px;
}
.m15l {
  margin-left: 15px;
}
.p15l {
  padding-left: 15px;
}
.m15r {
  margin-right: 15px;
}
.p15r {
  padding-right: 15px;
}
.m20t {
  margin-top: 20px;
}
.p20t {
  padding-top: 20px;
}
.m20b {
  margin-bottom: 20px;
}
.p20b {
  padding-bottom: 20px;
}
.m20l {
  margin-left: 20px;
}
.p20l {
  padding-left: 20px;
}
.m20r {
  margin-right: 20px;
}
.p20r {
  padding-right: 20px;
}
.m25t {
  margin-top: 25px;
}
.p25t {
  padding-top: 25px;
}
.m25b {
  margin-bottom: 25px;
}
.p25b {
  padding-bottom: 25px;
}
.m25l {
  margin-left: 25px;
}
.p25l {
  padding-left: 25px;
}
.m25r {
  margin-right: 25px;
}
.p25r {
  padding-right: 25px;
}
.m30t {
  margin-top: 30px;
}
.p30t {
  padding-top: 30px;
}
.m30b {
  margin-bottom: 30px;
}
.p30b {
  padding-bottom: 30px;
}
.m30l {
  margin-left: 30px;
}
.p30l {
  padding-left: 30px;
}
.m30r {
  margin-right: 30px;
}
.p30r {
  padding-right: 30px;
}
.m35t {
  margin-top: 35px;
}
.p35t {
  padding-top: 35px;
}
.m35b {
  margin-bottom: 35px;
}
.p35b {
  padding-bottom: 35px;
}
.m35l {
  margin-left: 35px;
}
.p35l {
  padding-left: 35px;
}
.m35r {
  margin-right: 35px;
}
.p35r {
  padding-right: 35px;
}
.m40t {
  margin-top: 40px;
}
.p40t {
  padding-top: 40px;
}
.m40b {
  margin-bottom: 40px;
}
.p40b {
  padding-bottom: 40px;
}
.m40l {
  margin-left: 40px;
}
.p40l {
  padding-left: 40px;
}
.m40r {
  margin-right: 40px;
}
.p40r {
  padding-right: 40px;
}
.m45t {
  margin-top: 45px;
}
.p45t {
  padding-top: 45px;
}
.m45b {
  margin-bottom: 45px;
}
.p45b {
  padding-bottom: 45px;
}
.m45l {
  margin-left: 45px;
}
.p45l {
  padding-left: 45px;
}
.m45r {
  margin-right: 45px;
}
.p45r {
  padding-right: 45px;
}
.m50t {
  margin-top: 50px;
}
.p50t {
  padding-top: 50px;
}
.m50b {
  margin-bottom: 50px;
}
.p50b {
  padding-bottom: 50px;
}
.m50l {
  margin-left: 50px;
}
.p50l {
  padding-left: 50px;
}
.m50r {
  margin-right: 50px;
}
.p50r {
  padding-right: 50px;
}
.m80t {
  margin-top: 80px;
}
.p80t {
  padding-top: 80px;
}
.m80b {
  margin-bottom: 80px;
}
.p80b {
  padding-bottom: 80px;
}
.m80l {
  margin-left: 80px;
}
.p80l {
  padding-left: 80px;
}
.m80r {
  margin-right: 80px;
}
.p80r {
  padding-right: 80px;
}
.m100t {
  margin-top: 100px;
}
.p100t {
  padding-top: 100px;
}
.m100b {
  margin-bottom: 100px;
}
.p100b {
  padding-bottom: 100px;
}
.m100l {
  margin-left: 100px;
}
.p100l {
  padding-left: 100px;
}
.m100r {
  margin-right: 100px;
}
.p100r {
  padding-right: 100px;
}
.m150t {
  margin-top: 150px;
}
.p150t {
  padding-top: 150px;
}
.m150b {
  margin-bottom: 150px;
}
.p150b {
  padding-bottom: 150px;
}
.m150l {
  margin-left: 150px;
}
.p150l {
  padding-left: 150px;
}
.m150r {
  margin-right: 150px;
}
.p150r {
  padding-right: 150px;
}
.m200t {
  margin-top: 200px;
}
.p200t {
  padding-top: 200px;
}
.m200b {
  margin-bottom: 200px;
}
.p200b {
  padding-bottom: 200px;
}
.m200l {
  margin-left: 200px;
}
.p200l {
  padding-left: 200px;
}
.m200r {
  margin-right: 200px;
}
.p200r {
  padding-right: 200px;
}
.m250t {
  margin-top: 250px;
}
.p250t {
  padding-top: 250px;
}
.m250b {
  margin-bottom: 250px;
}
.p250b {
  padding-bottom: 250px;
}
.m250l {
  margin-left: 250px;
}
.p250l {
  padding-left: 250px;
}
.m250r {
  margin-right: 250px;
}
.p250r {
  padding-right: 250px;
}
/*
 * 0: Styles for buttons and links
 *
 */
.ahref {
  position: relative;
  border-radius: 5px;
  border: 0;
  display: inline-block;
  padding: 10px 50px;
  max-width: 100%;
  font-family: 'MontB', sans-serif;
  text-transform: uppercase;
}
.ahref.solid {
  background-color: #252428;
  color: #252428;
}
.ahref.solid:hover {
  background-color: #ff4a31;
  color: #fff;
  text-decoration: none;
}
.ahref.solid.primary {
  background-color: #ff4a31;
  color: #fff;
}
.ahref.solid.primary:hover {
  background-color: #ff4a31;
  color: #fff;
}
.ahref.solid.secondary {
  background-color: #ebf1f4;
  color: #fff;
}
.ahref.solid.secondary:hover {
  background-color: #ff4a31;
  color: #fff;
}
.ahref.solid.white {
  background-color: #fff;
  color: #ff4a31;
}
.ahref.solid.white:hover {
  background-color: #ff4a31;
  color: #fff;
}
.ahref.bordered {
  border: 2px solid #ff4a31;
  background-color: transparent;
  color: #ff4a31;
  box-sizing: content-box;
}
.ahref.bordered:hover {
  background-color: #ff4a31;
  color: #fff;
}
.ahref.bordered.secondary {
  border-color: #ebf1f4;
  color: #ebf1f4;
}
.ahref.bordered.secondary:hover {
  background-color: #ebf1f4;
  color: #fff;
}
.ahref.bordered.white {
  border-color: #fff;
  color: #fff;
}
.ahref.bordered.white:hover {
  background-color: #fff;
  color: #ff4a31;
}
.ahref.bordered.dark {
  border-color: #252428;
  color: #252428;
}
.ahref.bordered.dark:hover {
  background-color: #252428;
  color: #fff;
}
.ahref.line {
  color: #ff4a31;
  padding: 0;
}
.ahref.line:hover {
  text-decoration: none;
  color: #ebf1f4;
}
.ahref.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff4a31;
  color: #ff4a31;
}
.ahref.boxedarrow {
  position: relative;
  left: 40px;
  background-color: #ff4a31;
  color: #fff;
  padding: 10px 25px;
}
.ahref.boxedarrow:before {
  content: '>';
  position: absolute;
  left: -40px;
  top: 0;
  background-color: #ebf1f4;
  width: 40px;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
}
.ahref.boxedarrow:hover {
  color: #fff;
}
.ahref.boxedarrow:hover:before {
  width: 50px;
}
.ahref:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
}
header#primary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 30px 0 rgba(37, 36, 40, 0.1);
}
header#primary > #bot {
  height: 100%;
}
@media (max-width: 991px) {
  header#primary {
    max-height: none;
  }
}
header#primary .has-brand a img {
  width: 100%;
}
@media (max-width: 991px) {
  header#primary .has-brand a img {
    width: 180px;
  }
}
header#primary .has-nav nav {
  width: 100%;
}
@media (max-width: 991px) {
  header#primary .has-nav nav ul.navbar-nav {
    margin-top: 25px;
  }
}
header#primary .has-nav nav ul.navbar-nav li.menu-item a {
  color: #252428;
  text-transform: uppercase;
  text-decoration: none;
}
header#primary .has-nav nav ul.navbar-nav li.menu-item a.dropdown-toggle::after {
  border: none;
  vertical-align: 0;
  content: '\f078';
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#primary .has-nav nav ul.navbar-nav li.menu-item a:hover, header#primary .has-nav nav ul.navbar-nav li.menu-item a:focus {
  color: #ff4a31;
}
header#primary .has-nav nav ul.navbar-nav li.menu-item a:hover.dropdown-toggle::after, header#primary .has-nav nav ul.navbar-nav li.menu-item a:focus.dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header#primary .has-nav nav ul.navbar-nav li.menu-item.current-menu-item a, header#primary .has-nav nav ul.navbar-nav li.menu-item.current-page-item a, header#primary .has-nav nav ul.navbar-nav li.menu-item.active a {
  color: #ff4a31;
}
header#primary .has-nav nav ul.navbar-nav li.menu-item .dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
header#primary .has-nav nav ul.navbar-nav li.menu-item .dropdown-menu a {
  background-color: #fff;
  color: #252428;
}
header#primary .has-nav nav ul.navbar-nav li.menu-item .dropdown-menu a.active, header#primary .has-nav nav ul.navbar-nav li.menu-item .dropdown-menu a:hover {
  color: #ff4a31;
}
@media (max-width: 767px) {
  header#primary .has-nav nav ul.navbar-nav li.menu-item .dropdown-menu {
    border-top: 1px solid #f8f9fa;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
header#primary .has-nav nav ul.navbar-nav li.menu-item.current-page-parent > a, header#primary .has-nav nav ul.navbar-nav li.menu-item.current_page_parent > a {
  color: #ff4a31;
}
header#primary .has-cta i {
  color: #252428;
}
header#primary .has-cta .widget_shopping_cart_content {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  padding: 25px 15px 15px;
  transition: all 0.3s ease;
  display: none;
  z-index: 10;
  max-height: 400px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 30px 20px 15px rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 30px 20px 15px rgba(37, 36, 40, 0.1);
  box-shadow: 0 30px 20px 15px rgba(37, 36, 40, 0.1);
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li {
  position: relative;
  list-style-type: none;
  padding: 0 0 4px 2em;
  margin: 0;
  font-size: 14px;
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
  font-size: 14px;
  color: #252428;
  display: block;
  font-family: 'MontB', sans-serif;
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li dl dd {
  padding: 0 0 0.25em;
}
header#primary .has-cta .widget_shopping_cart_content ul.woocommerce-mini-cart li dl dd p:last-child {
  margin-bottom: 0;
}
header#primary .has-cta .widget_shopping_cart_content .total {
  border-top: 3px double #ebe9eb;
  padding: 15px 0;
  font-size: 14px;
}
header#primary .has-cta .widget_shopping_cart_content .total strong {
  float: left;
  min-width: 40px;
  display: inline-block;
}
header#primary .has-cta .widget_shopping_cart_content .total span.amount {
  float: right;
}
header#primary .has-cta .widget_shopping_cart_content .buttons {
  margin-bottom: 0;
}
header#primary .has-cta .widget_shopping_cart_content .buttons a {
  border: 0;
  display: inline-block;
  font-size: 14px;
  font-family: 'MontB', sans-serif;
  padding: 0.618em 1em;
  border-radius: 5px;
  width: 49%;
  float: left;
  text-align: center;
  background-color: #ebf1f4;
  color: #252428;
}
header#primary .has-cta .widget_shopping_cart_content .buttons a:last-child {
  background-color: #ff4a31;
  color: #fff;
  float: right;
}
header#primary .has-cta .widget_shopping_cart_content .buttons a:hover, header#primary .has-cta .widget_shopping_cart_content .buttons a:focus {
  background-color: #252428;
  color: #fff;
}
header#primary .has-cta:hover i {
  color: #ff4a31;
}
header#primary .has-cta:hover .widget_shopping_cart_content {
  display: block;
}
@media (max-width: 991px) {
  header#primary .has-cta:hover .widget_shopping_cart_content {
    max-width: 100%;
  }
}
#burger {
  position: relative;
}
#burger i {
  color: #252428;
}
header .popup {
  position: fixed;
  top: 0;
  opacity: 0;
  width: 70vw;
  height: 100vh;
  max-width: 300px;
  background: rgba(255, 255, 255, 1);
  min-height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  z-index: 6;
}
header .popup#menu {
  right: -100vw;
}
header .popup#menu ul li {
  list-style: none;
}
header .popup#menu ul li a {
  color: #252428;
}
header .popup#menu ul li a:hover {
  color: #ff4a31;
}
@media (max-width: 767px) {
  header .popup#menu ul li a {
    font-size: 18px;
    padding: 5px;
  }
}
header .popup#menu ul li .dropdown-menu {
  border: 0;
  position: relative !important;
  border-top: 1px solid #252428;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
header .popup#menu ul li.current-menu-item a {
  color: rgba(255, 74, 49, 1);
}
header .popup.popped {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
header .popup.popped#menu {
  right: 0;
}
@media (max-width: 767px) {
  header .popup {
    width: 100vw;
    padding: 80px 0 80px !important;
    overflow: scroll;
  }
}
#contactform {
  margin-top: -50px;
  top: 100px;
  z-index: 1;
}
#contactform .left {
  background-color: #ff4a31;
  color: #fff;
  padding: 80px 25px;
  -webkit-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
}
#contactform .left a {
  color: #fff;
  text-decoration: underline;
}
#contactform .left a:hover {
  color: #252428;
}
#contactform .right {
  background-color: #ebf1f4;
}
#contactform .right:before {
  content: '';
  position: absolute;
  top: 0;
  left: -25%;
  width: 50%;
  height: 100%;
  background-color: #ebf1f4;
  z-index: -1;
}
footer {
  color: rgba(255, 255, 255, 0.7);
  background-color: #252428;
}
footer svg {
  fill: #fff;
  height: 25px;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.5);
}
footer a {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}
footer a:hover {
  color: rgba(255, 74, 49, 1);
}
footer #logo {
  width: 100%;
  max-width: 250px;
  margin-bottom: 25px;
}
footer .top {
  padding: 180px 0 100px;
  background-color: #252428;
}
footer .has-sitemap ul {
  padding-left: 0;
}
footer .has-sitemap ul li {
  list-style-type: none;
}
footer .has-sitemap ul li a {
  padding: 5px 0 0;
  font-size: 14px;
}
footer .has-copyright {
  padding: 10px 0;
  font-size: 14px;
  font-family: 'MontR', sans-serif;
  background-color: #ff4a31;
}
footer .byawddigital a svg {
  height: 12px;
}
.gform_wrapper form {
  padding: 15px 50px;
}
.gform_wrapper form .gform_heading {
  text-align: left;
  color: #252428;
}
@media (max-width: 767px) {
  .gform_wrapper form .gform_heading {
    text-align: left;
  }
}
.gform_wrapper form .gform_heading .gform_title {
  padding: 25px 0 15px;
  font-size: 20px;
  font-family: 'MontB', sans-serif;
}
@media (max-width: 991px) {
  .gform_wrapper form .gform_heading .gform_title {
    font-size: 18px;
  }
}
.gform_wrapper form .gform_heading .gform_description {
  padding: 0 25px;
  font-size: 14px;
}
.gform_wrapper form .gform_body {
  padding: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield {
  border: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  border: 1px solid #d5caca;
  background-color: #fff;
  margin-top: 0;
  color: #252428;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield input:hover, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:hover, .gform_wrapper form .gform_body ul.gform_fields li.gfield input:focus, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:focus {
  border: 1px solid #ff4a31;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  height: 100px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield select {
  display: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield label {
  margin: 0 !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown {
  position: relative;
  width: 100%;
  border: 0;
  padding: 5px;
  background-color: #fff;
  color: #252428;
  cursor: pointer;
  -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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  outline: none;
  border: 1px solid #d5caca;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 0px;
  -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;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  pointer-events: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #252428;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 999;
  box-sizing: border-box;
  -webkit-transition: all 0.15s, opacity 0.1s linear;
  -moz-transition: all 0.15s, opacity 0.1s linear;
  -ms-transition: all 0.15s, opacity 0.1s linear;
  -o-transition: all 0.15s, opacity 0.1s linear;
  transition: all 0.15s, opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);*/
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list ul {
  padding-left: 0;
  margin: 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list ul .option {
  color: #fff;
  list-style-type: none;
  text-align: left;
  cursor: default;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list ul .option:hover, .gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list ul .option:focus {
  background-color: #ff4a31 !important;
  color: #fff;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list ul .option:first-child {
  display: none;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown .list ul .option.selected:focus {
  background: #f6f6f6;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown.open:after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -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;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown.open .list {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown.open .list .option {
  cursor: pointer;
  border-bottom: 1px solid #aaa;
  padding: 5px 8px;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown.wide {
  width: 100%;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield .dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield#field_1_7 {
  padding: 50px;
  border: 1px solid #fff;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
  padding-right: 0;
  max-width: 100% !important;
  background-color: transparent;
  color: #fff;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
  padding-top: 5px;
}
.gform_wrapper form .gform_footer {
  padding: 0 0 25px;
}
.gform_wrapper form .gform_footer input[type="submit"] {
  background: none;
  background-color: #252428;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.gform_wrapper form .gform_footer input[type="submit"]:hover, .gform_wrapper form .gform_footer input[type="submit"]:focus {
  background-color: #ff4a31;
}
@media (max-width: 767px) {
  .gform_wrapper form {
    padding: 25px;
  }
}
.gform_wrapper form .validation_error {
  display: none;
}
/* ---- page builder ---- */
.layout {
  overflow: hidden;
  margin-top: 80px;
}
.layout:first-child {
  margin-top: 0;
}
.layout.b-dark h1, .layout.has-image h1, .layout.b-dark h2, .layout.has-image h2, .layout.b-dark h3, .layout.has-image h3, .layout.b-dark h4, .layout.has-image h4, .layout.b-dark h5, .layout.has-image h5, .layout.b-dark h6, .layout.has-image h6, .layout.b-dark p, .layout.has-image p, .layout.b-dark span, .layout.has-image span, .layout.b-dark a, .layout.has-image a, .layout.b-dark li, .layout.has-image li {
  color: #fff;
}
.layout.b-white {
  margin-top: 80px;
}
.layout .layout--content {
  text-align: left;
  margin-bottom: 0;
}
.layout .layout--heading {
  font-size: 30px;
  font-family: 'MontB', sans-serif;
  position: relative;
  color: #252428;
}
@media (max-width: 991px) {
  .layout .layout--heading {
    font-size: 24px;
  }
}
.layout .layout--heading span {
  color: #ff4a31;
}
.layout .layout--heading small {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 16px;
  color: #ff4a31;
  margin-bottom: 25px;
  font-family: 'MontB', sans-serif;
}
@media (max-width: 767px) {
  .layout .layout--heading {
    font-size: 2rem;
  }
}
.layout .layout--subheading {
  font-size: 30px;
  font-family: 'MontB', sans-serif;
}
@media (max-width: 991px) {
  .layout .layout--subheading {
    font-size: 24px;
  }
}
.layout ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.layout ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.layout ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.layout li ol > li {
  margin: 0;
}
.layout li ol > li:before {
  content: counters(item, ".") " ";
}
.layout .listing .each > div {
  padding: 25px;
}
@media (max-width: 991px) {
  .layout .listing .each {
    margin-bottom: 25px;
  }
  .layout .listing .each:last-child {
    margin-bottom: 0;
  }
}
.layout .listing .each .has-svg {
  margin-bottom: 25px;
  max-width: 100px;
}
.layout .listing .each .has-svg img {
  width: 100%;
}
@media (max-width: 767px) {
  .layout .listing .each .has-svg .has-svg {
    max-width: 80px;
  }
}
.layout .listing .each h4 {
  color: #252428;
}
.layout .listing .each h4 span {
  color: #ff4a31;
}
.layout .listing.simple .each > a {
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(37, 36, 40, 0.2);
  text-align: center;
  padding: 100px 50px;
}
.layout .listing.simple .each > a:hover {
  border-color: #ff4a31;
  background-color: #ff4a31;
  color: #fff;
  text-decoration: none;
}
.layout .listing.simple .each > a:hover h4 {
  color: #ff4a31;
}
@media (max-width: 767px) {
  .layout .listing.simple .each > a {
    padding: 25px;
  }
}
.layout .listing.text-center .has-svg {
  margin: 0 auto 25px;
}
.layout .listing.blogs .each {
  position: relative;
  padding-bottom: 50px;
  color: #252428;
  text-decoration: none;
}
.layout .listing.blogs .each > div {
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
}
.layout .listing.blogs .each > div .has-content {
  padding: 25px;
}
.layout .listing.blogs .each > div .has-content .title {
  font-size: 20px;
  font-family: 'MontB', sans-serif;
}
@media (max-width: 991px) {
  .layout .listing.blogs .each > div .has-content .title {
    font-size: 18px;
  }
}
.layout .listing.blogs .each > div .has-content .excerpt {
  color: rgba(37, 36, 40, 0.8);
}
.layout .listing.blogs .each > div .has-content .readmore {
  width: calc(100% - 30px);
  padding-top: 10px;
  color: #252428;
}
.layout .listing.blogs .each:hover > div {
  border-color: #ff4a31;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout .listing.blogs .each:hover > div .has-content .title, .layout .listing.blogs .each:hover > div .has-content .readmore {
  color: #ff4a31;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout.herobanners {
  padding: 0;
}
.layout.herobanners .has-overlay {
  width: 60%;
  background-color: #252428;
}
.layout.herobanners .has-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 70% auto;
  background-position: center right;
}
@media (max-width: 767px) {
  .layout.herobanners .has-image {
    position: relative;
    background-size: cover;
    margin-bottom: 50px;
  }
}
.layout.herobanners h1 {
  font-size: 30px;
  font-family: 'MontB', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .layout.herobanners h1 {
    font-size: 24px;
  }
}
.layout.herobanners h1:before {
  background-color: #ff4a31;
}
.layout.herobanners h1, .layout.herobanners p {
  color: #fff;
}
.layout.herobanners .has-slick {
  background-color: #252428;
  height: calc(80vh - 85px) !important;
  min-height: 500px;
}
.layout.herobanners .has-slick .slick-track, .layout.herobanners .has-slick .slick-list {
  height: 100%;
}
@media (max-width: 767px) {
  .layout.herobanners .has-slick {
    height: auto !important;
  }
  .layout.herobanners .has-slick .slick-track, .layout.herobanners .has-slick .slick-list {
    height: auto !important;
  }
}
.layout.herobanners .has-ctas {
  position: relative;
  margin-top: -100px;
  top: -20px;
}
@media (max-width: 767px) {
  .layout.herobanners .has-ctas {
    margin-top: 0;
  }
}
.layout.herobanners .has-ctas .each {
  padding: 35px;
  background-color: #fff;
  border-top: 2px solid transparent;
  -webkit-box-shadow: 0 0 25px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 25px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 25px 0 rgba(37, 36, 40, 0.1);
}
.layout.herobanners .has-ctas .each a {
  display: block;
  text-decoration: none;
}
.layout.herobanners .has-ctas .each a h4, .layout.herobanners .has-ctas .each a p {
  color: #252428;
}
.layout.herobanners .has-ctas .each a p.readmore {
  opacity: 0;
}
.layout.herobanners .has-ctas .each:hover {
  border-color: #ff4a31;
  background-color: #ebf1f4;
  text-decoration: none;
}
.layout.herobanners .has-ctas .each:hover h4, .layout.herobanners .has-ctas .each:hover p.readmore {
  color: #ff4a31;
  opacity: 1;
}
.layout.subheader {
  padding: 100px 0;
  background-size: 60% auto;
  background-position: center right;
}
.layout.subheader .has-overlay {
  width: 60%;
  background-color: #252428;
}
.layout.subheader h1 {
  position: relative;
  font-family: 'MontB', sans-serif;
  text-transform: uppercase;
  color: #ff4a31;
  font-size: 42px;
  display: inline-block;
  z-index: 2;
  color: #fff;
}
@media (max-width: 991px) {
  .layout.subheader h1 {
    font-size: 40px;
  }
}
.layout.subheader p {
  margin-bottom: 0;
}
.layout.subheader.wbreadcrumb {
  background-color: #ebf1f4;
  color: #252428;
  padding: 25px 0;
  font-size: 14px;
}
.layout.subheader.wbreadcrumb .breadseparator {
  padding: 0 25px;
  display: inline-block;
}
.layout.subheader.wbreadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0;
  color: #252428;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 991px) {
  .layout.subheader {
    background-image: none !important;
    padding: 0;
  }
  .layout.subheader .bottom {
    padding: 25px 15px;
  }
}
.layout.halftexthalfmedia {
  padding: 80px 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.layout.halftexthalfmedia .has-image.enlarge {
  background-size: contain;
  padding: 100px 0;
}
.layout.halftexthalfmedia .has-icons {
  margin-top: 25px;
  margin-bottom: 85px;
}
.layout.halftexthalfmedia .has-icons .each {
  position: relative;
  text-align: center;
}
.layout.halftexthalfmedia .has-icons .each img {
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
}
.layout.halftexthalfmedia .has-icons .each:nth-child(even) {
  top: 25px;
}
.layout.halftexthalfmedia.b-primary, .layout.halftexthalfmedia.b-secondary, .layout.halftexthalfmedia.b-white {
  margin-top: 0;
}
@media (max-width: 767px) {
  .layout.halftexthalfmedia {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }
  .layout.halftexthalfmedia .has-image {
    margin-bottom: 35px;
  }
}
.layout.quote {
  overflow: visible;
}
.layout.quote h2 {
  font-size: 30px;
  font-family: 'MontB', sans-serif;
  padding: 45px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .layout.quote h2 {
    font-size: 24px;
  }
}
.layout.quote h2 span {
  color: #ff4a31;
}
.layout.quote img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: 150%;
}
.layout.faqs {
  padding: 80px 0;
}
.layout.faqs .has-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout.faqs.b-white {
  padding-top: 0;
}
.layout.testimonials .has-isotope .grid-item {
  padding: 0 5px 15px;
}
.layout.testimonials .has-isotope .grid-item > div {
  text-align: left;
  padding: 25px;
  background-color: rgba(248, 249, 250, 0.2);
}
.layout.testimonials .has-isotope .grid-item > div h4 small {
  font-size: 70%;
}
.layout.testimonials .has-isotope .grid-item > div .has-circle {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}
.layout.testimonials .has-isotope .grid-item:nth-child(odd) div {
  background-color: rgba(255, 74, 49, 0.1);
}
.layout.testimonials .has-isotope .grid-item:nth-child(odd) div h4 {
  color: #ebf1f4;
}
.layout.testimonials .has-isotope .grid-item:nth-child(even) div {
  background-color: rgba(235, 241, 244, 0.1);
}
.layout.testimonials .has-isotope .grid-item:nth-child(even) div h4 {
  color: #ff4a31;
}
.layout.carousel .has-slick.gallery .each {
  border: 5px solid #fff;
}
.layout.carousel .has-slick.testimo {
  margin-top: 25px;
}
.layout.carousel .has-slick.testimo .each {
  padding: 35px;
}
.layout.carousel .has-slick.testimo .each > div {
  background-color: #fff;
  min-height: 280px;
  border: 1px solid #ebf1f4;
  padding: 25px 15px;
}
.layout.carousel .has-slick.testimo .each > div h5 {
  color: #ff4a31;
}
.layout.carousel .has-slick.testimo .each > div h5 small {
  color: #252428;
}
.layout.carousel .has-slick.testimo .each > div i {
  color: #fbb136;
}
.layout.carousel .has-slick.testimo .each.slick-current {
  padding: 0 35px;
  opacity: 1;
}
.layout.carousel .has-slick.testimo .each.slick-current > div {
  -webkit-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
}
.layout.onecol-textonlythreeicons {
  padding-bottom: 50px;
}
.layout.onecol-textonlythreeicons .has-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361fa9+0,212121+100&0.67+0,0.36+100 */
  background: -moz-linear-gradient(top, rgba(54, 31, 169, 0.67) 0%, rgba(33, 33, 33, 0.36) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(54, 31, 169, 0.67) 0%, rgba(33, 33, 33, 0.36) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(54, 31, 169, 0.67) 0%, rgba(33, 33, 33, 0.36) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab361fa9', endColorstr='#5c212121',GradientType=0);
  /* IE6-9 */
  height: 100%;
}
.layout.calltoactions {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.layout.calltoactions a.each {
  height: 150px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .layout.calltoactions a.each {
    margin-bottom: 25px;
  }
  .layout.calltoactions a.each:last-child {
    margin-bottom: 0;
  }
}
.layout.calltoactions a.each > div {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.layout.calltoactions a.each > div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 36, 40, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout.calltoactions a.each > div:hover:before {
  background-color: rgba(255, 74, 49, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout.calltoactions a.each > div span {
  font-size: 21px;
  color: #fff;
}
.layout.listings .each h2 {
  margin-bottom: 25px;
}
.layout.showsingrid {
  margin-bottom: 100px;
}
.layout.showsingrid .filters button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 5px 25px;
  color: #ff4a31;
}
.layout.showsingrid .filters button.is-checked {
  color: #ebf1f4;
  border-color: #ebf1f4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout.showsingrid .gridd .gridd-item {
  margin-top: 35px;
}
.layout.b-primary {
  background-color: rgba(255, 74, 49, 0.2);
}
.layout.b-primary .layout--heading {
  color: #ebf1f4;
}
.layout.b-primary .layout--heading span {
  color: #ebf1f4;
}
#sidebar-left aside.widget {
  border: 0;
  border: 2px solid #ebf1f4;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
#sidebar-left aside.widget ul {
  padding-left: 0;
}
#sidebar-left aside.widget ul li {
  list-style-type: none;
  border-top: 1px solid #ebf1f4;
}
#sidebar-left aside.widget ul li a {
  padding: 10px 0;
  text-decoration: none;
  font-family: 'MontB', sans-serif;
}
#sidebar-left aside.widget ul li.current-cat {
  border-color: #ff4a31;
}
#sidebar-left aside.widget ul li.current-cat a {
  color: #ff4a31;
}
#sidebar-left aside.widget ul li.cat-item-15 {
  display: none;
}
#sidebar-left aside.widget ul li:first-child {
  border-top: 0;
}
#sidebar-left aside.widget.widget_search {
  background-color: #ebf1f4;
  margin-bottom: 0;
}
.woocommerce-store-notice {
  background-color: #ff4a31 !important;
}
#sidebar-left, #sidebar-woocomm {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #sidebar-left {
    display: none;
  }
}
#sidebar-woocomm .woocommerce div[class^='col'] {
  max-width: none;
  padding: 0;
}
#sidebar-woocomm .woocommerce ul.products li.product-category a {
  display: block;
  width: 100%;
}
#sidebar-woocomm .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
  padding: 0 15px;
  text-align: center;
  font-size: 30px;
  font-family: 'MontB', sans-serif;
  color: #252428;
}
@media (max-width: 991px) {
  #sidebar-woocomm .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title {
    font-size: 24px;
  }
}
#sidebar-woocomm .woocommerce ul.products li.product-category a h2.woocommerce-loop-category__title .count {
  display: none;
}
#sidebar-woocomm .woocommerce ul.products li.product-category a .woocommerce-loop-product__title, #sidebar-woocomm .woocommerce ul.products li.product-category a .price, #sidebar-woocomm .woocommerce ul.products li.product-category a .attribute-fileformat {
  padding: 0 25px;
}
#sidebar-woocomm .woocommerce ul.products li.product-category a:hover h2.woocommerce-loop-category__title {
  color: #ebf1f4;
  transition: all 0.3s ease;
}
#sidebar-woocomm .woocommerce ul.products li.product {
  position: relative;
}
#sidebar-woocomm .woocommerce ul.products li.product a.woocommerce-loop-product__link {
  cursor: pointer;
  border: 1px solid #ebf1f4;
}
#sidebar-woocomm .woocommerce ul.products li.product a.woocommerce-loop-product__link .onsale {
  padding: 0;
  background-color: #252428;
}
#sidebar-woocomm .woocommerce ul.products li.product a.woocommerce-loop-product__link .price {
  color: #ff4a31;
  font-family: 'MontB', sans-serif;
}
#sidebar-woocomm .woocommerce ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #252428;
  font-family: 'MontB', sans-serif;
  min-height: 75px;
}
#sidebar-woocomm .woocommerce ul.products li.product a.woocommerce-loop-product__link:hover {
  -webkit-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  -moz-box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
  box-shadow: 0 0 21px 0 rgba(37, 36, 40, 0.1);
}
#sidebar-woocomm .woocommerce ul.products li.product a.add_to_cart_button {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  opacity: 0;
  background-color: #ff4a31;
  color: #fff;
}
@media (max-width: 991px) {
  #sidebar-woocomm .woocommerce ul.products li.product a.add_to_cart_button {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: 100%;
    background-color: #252428;
    opacity: 1;
  }
}
#sidebar-woocomm .woocommerce ul.products li.product a.added_to_cart {
  text-transform: uppercase;
  text-transform: uppercase;
}
#sidebar-woocomm .woocommerce ul.products li.product:hover a.add_to_cart_button {
  bottom: 30px;
  opacity: 1;
}
@media (max-width: 991px) {
  #sidebar-woocomm .woocommerce ul.products li.product:hover a.add_to_cart_button {
    top: 0;
  }
}
#sidebar-woocomm .woocommerce ul.products li.products .woocommerce-loop-product__title, #sidebar-woocomm .woocommerce ul.products li.product .woocommerce-loop-product__title, #sidebar-woocomm .woocommerce ul.products li.products .price, #sidebar-woocomm .woocommerce ul.products li.product .price {
  font-size: 18px;
  font-family: 'MontR', sans-serif;
}
#sidebar-woocomm .woocommerce ul.products li.products .attribute-fileformat, #sidebar-woocomm .woocommerce ul.products li.product .attribute-fileformat {
  display: block;
  color: #252428;
  border-top: 1px solid #ebf1f4;
}
#sidebar-woocomm .woocommerce ul.products li.products .onsale, #sidebar-woocomm .woocommerce ul.products li.product .onsale, #sidebar-woocomm .woocommerce ul.products li.products .price, #sidebar-woocomm .woocommerce ul.products li.product .price, #sidebar-woocomm .woocommerce ul.products li.products .attribute-fileformat, #sidebar-woocomm .woocommerce ul.products li.product .attribute-fileformat, #sidebar-woocomm .woocommerce ul.products li.products .woocommerce-loop-product__title, #sidebar-woocomm .woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 15px;
}
#sidebar-woocomm .woocommerce ul.products li.products a.button, #sidebar-woocomm .woocommerce ul.products li.product a.button {
  padding: 0;
  height: 40px;
  line-height: 40px;
}
#sidebar-woocomm .woocommerce .single-product > .product label {
  font-family: 'MontB', sans-serif;
}
#sidebar-woocomm .woocommerce .single-product > .product .summary {
  margin-bottom: 0;
}
#sidebar-woocomm .woocommerce .single-product > .product .product_meta {
  margin-bottom: 25px;
}
#sidebar-woocomm .woocommerce .single-product > .product .product_meta > span {
  display: block;
}
#sidebar-woocomm .woocommerce .single-product > .product .product_meta > span.sku_wrapper {
  font-size: 12px;
  color: rgba(37, 36, 40, 0.3);
}
#sidebar-woocomm .woocommerce .single-product > .product .price {
  font-size: 18px;
  font-family: 'MontR', sans-serif;
  color: #ff4a31;
}
#sidebar-woocomm .woocommerce .single-product > .product .woocommerce-variation-price .price {
  font-size: 20px;
  font-family: 'MontB', sans-serif;
  color: #ff4a31;
}
@media (max-width: 991px) {
  #sidebar-woocomm .woocommerce .single-product > .product .woocommerce-variation-price .price {
    font-size: 18px;
  }
}
#sidebar-woocomm .woocommerce .single-product > .product .variations .value select {
  outline: none;
  border: 1px solid #252428;
  padding: 5px;
}
#sidebar-woocomm .woocommerce .single-product > .product .variations .reset_variations {
  display: block;
  padding: 5px;
  color: #252428;
}
#sidebar-woocomm .woocommerce .single-product > .product button[type='submit'] {
  border-radius: 0;
  background-color: #ff4a31;
  padding: 15px 40px;
  max-width: 100%;
  display: block;
  clear: both;
  font-family: 'MontB', sans-serif;
  text-transform: uppercase;
}
#sidebar-woocomm .woocommerce .single-product > .product .needhelp div {
  border: 1px solid #ebf1f4;
  background-color: #ebf1f4;
  padding: 25px;
}
#sidebar-woocomm .woocommerce .single-product > .product .needhelp div a {
  text-decoration: underline;
}
#sidebar-woocomm .woocommerce .single-product > .product .left, #sidebar-woocomm .woocommerce .single-product > .product .right {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  #sidebar-woocomm .woocommerce .single-product > .product .left, #sidebar-woocomm .woocommerce .single-product > .product .right {
    height: auto;
  }
}
#sidebar-woocomm .woocommerce .single-product > .product .left .images {
  width: 100% !important;
  height: 100%;
}
#sidebar-woocomm .woocommerce .single-product > .product .left .images div, #sidebar-woocomm .woocommerce .single-product > .product .left .images figure {
  height: 100% !important;
}
#sidebar-woocomm .woocommerce .single-product > .product .right {
  overflow-y: scroll;
  padding: 50px 80px;
  margin-bottom: 0;
}
#sidebar-woocomm .woocommerce .woocommerce-ordering select {
  border-radius: 0;
  padding: 5px;
}
#sidebar-woocomm .woocommerce .woocommerce-message, #sidebar-woocomm .woocommerce .woocommerce-info {
  border-top-color: #252428;
  background-color: #ebf1f4;
}
#sidebar-woocomm .woocommerce .woocommerce-message:before, #sidebar-woocomm .woocommerce .woocommerce-info:before {
  color: #ff4a31;
}
#sidebar-woocomm .woocommerce .woocommerce-message a, #sidebar-woocomm .woocommerce .woocommerce-info a {
  color: #252428;
  text-decoration: underline;
}
#sidebar-woocomm .woocommerce #respond input#submit.alt, #sidebar-woocomm .woocommerce a.button.alt, #sidebar-woocomm .woocommerce button.button.alt, #sidebar-woocomm .woocommerce input.button.alt {
  background-color: #252428;
  border-radius: 25px;
}
#sidebar-woocomm .woocommerce #respond input#submit.alt:hover, #sidebar-woocomm .woocommerce a.button.alt:hover, #sidebar-woocomm .woocommerce button.button.alt:hover, #sidebar-woocomm .woocommerce input.button.alt:hover {
  background-color: #ff4a31;
}
#sidebar-woocomm .woocommerce form .form-row {
  display: block;
}
#sidebar-woocomm .woocommerce form .form-row input, #sidebar-woocomm .woocommerce form .form-row textarea {
  border: 1px solid #252428;
  padding: 5px;
}
#sidebar-woocomm .woocommerce form.checkout #customer_details {
  margin-bottom: 50px;
}
#sidebar-woocomm .woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper, #sidebar-woocomm .woocommerce form.checkout #customer_details .woocommerce-additional-fields__field-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
}
#sidebar-woocomm .woocommerce .woocommerce-order h2 {
  color: #ff4a31;
}
#sidebar-woocomm .woocommerce .woocommerce-order .woocommerce-notice {
  font-size: 20px;
  font-family: 'MontB', sans-serif;
}
@media (max-width: 991px) {
  #sidebar-woocomm .woocommerce .woocommerce-order .woocommerce-notice {
    font-size: 18px;
  }
}
#sidebar-woocomm .woocommerce .woocommerce-order .woocommerce-order-overview {
  background-color: rgba(235, 241, 244, 0.2);
  padding: 15px;
}
/*
 * LAYOUT PARTIALS
 * - elements / slick
 *	
 */
.layout .has-slick .slick-arrow {
  left: 50% !important;
  -webkit-transform: translate(-50%, -60%) !important;
  -moz-transform: translate(-50%, -60%) !important;
  -ms-transform: translate(-50%, -60%) !important;
  -o-transform: translate(-50%, -60%) !important;
  transform: translate(-50%, -60%) !important;
  width: 100%;
  max-width: calc(1170px - 30px);
  margin: 0 auto;
  transform: none;
  z-index: 2;
}
.layout .has-slick .slick-arrow:before {
  font-size: 2.3rem;
  color: #ff4a31;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.layout .has-slick .slick-arrow.slick-prev:before {
  content: '\f060';
  position: absolute;
  right: 70px;
}
.layout .has-slick .slick-arrow.slick-next:before {
  content: '\f061';
  position: absolute;
  right: 0;
}
.layout .has-slick.has-slick--arrowin .slick-arrow.slick-prev {
  left: 25px;
}
.layout .has-slick.has-slick--arrowin .slick-arrow.slick-next {
  right: 25px;
}
.layout .has-slick.has-slick--dark .slick-arrow:before {
  color: #252428;
}
.layout .has-slick .slick-slide {
  outline: none;
}
.layout .has-slick .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 25px;
}
.layout .has-slick .slick-dots li button:before {
  font-size: 10px;
  color: #252428;
}
.layout .has-slick .slick-dots li.slick-active button:before {
  color: #ff4a31;
}
/*
 * LAYOUT PARTIALS
 * - elements / shortcode ultimate
 *	
 */
.layout .su-spoiler {
  width: 100%;
}
.layout .su-spoiler.su-spoiler-style-default .su-spoiler-title {
  background-color: transparent;
  color: #252428;
  padding: 15px 0;
  outline: none;
  border-bottom: 1px solid #ff4a31;
  font-size: 20px;
  font-family: 'MontB', sans-serif;
}
@media (max-width: 991px) {
  .layout .su-spoiler.su-spoiler-style-default .su-spoiler-title {
    font-size: 18px;
  }
}
.layout .su-spoiler.su-spoiler-style-default .su-spoiler-title .su-spoiler-icon {
  left: initial;
  right: 15px;
  line-height: 37px;
}
.layout .su-spoiler.su-spoiler-style-default .su-spoiler-content {
  padding: 15px 0 30px;
}
.layout .su-spoiler.su-spoiler-style-default.su-spoiler-closed .su-spoiler-title {
  background-color: transparent;
  border-color: #252428;
}
.layout .su-spoiler.su-spoiler-style-default.su-spoiler-closed .su-spoiler-content {
  padding: 0;
}
.layout.b-dark .su-spoiler.su-spoiler-style-default .su-spoiler-title, .layout.b-primary .su-spoiler.su-spoiler-style-default .su-spoiler-title, .layout.b-dark .su-spoiler.su-spoiler-style-default .su-spoiler-content, .layout.b-primary .su-spoiler.su-spoiler-style-default .su-spoiler-content {
  color: #fff;
}
.layout.b-dark .su-spoiler.su-spoiler-style-default.su-spoiler-closed .su-spoiler-title, .layout.b-primary .su-spoiler.su-spoiler-style-default.su-spoiler-closed .su-spoiler-title {
  border-color: #fff;
}
