@import "nice.css";
@import "select2.css";
header.header {
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1900;
  background: #fff;
  border-bottom: 1px solid #eee;
}
header.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 !important;
}
header.header .logo {
  width: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 3px 0 3px 0;
}
header.header .logo a {
  display: block;
}
header.header .top-row {
  justify-content: center;
}
@media (min-width: 760px) {
  header.header .top-row {
    margin-bottom: 15px;
  }
  header.header .top-row .column {
    width: 28%;
  }
}
header.header .top-row .search {
  font-family: 'Lato', sans-serif;
}
header.header .top-row .search input {
  height: 35px;
  line-height: 35px;
  padding-left: 8px;
  vertical-align: middle;
}
header.header .top-row .search button {
  height: 39px;
  line-height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: none;
  background: #5c8727;
  color: #fff;
}
@media (max-width: 759px) {
  header.header .top-row .logo {
    order: 0;
    width: 200px;
    margin: 0 auto 5px;
  }
  header.header .top-row div.column:first-of-type {
    margin-top: 10px;
    order: 1;
  }
  header.header .top-row div.column:last-of-type {
    order: 2;
    display: none;
  }
}
header.header .menu-toggle {
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  font-family: 'Lora', serif;
  margin: 0 10px;
  color: #475b22;
  display: none;
  font-weight: bold;
  text-transform: uppercase;
}
header.header .menu-toggle span {
  vertical-align: middle;
}
header.header .menu-toggle span.icon-menu {
  display: inline-block;
  font-size: 0.75em;
  margin-right: 4px;
}
header.header .main-head {
  justify-content: space-between;
  position: relative;
  z-index: 1600;
  padding: 0 2%;
}
@media (min-width: 760px) {
  header.header div.column {
    text-align: right;
    min-width: 190px;
  }
}
header.header div.column .extra-menu {
  position: absolute;
}
header.header .phone,
header.header .head-link {
  color: #475b22;
  font-size: 22px;
  text-align: center;
  display: block;
  display: flex;
  flex-direction: row;
  font-family: 'Lora', serif;
}
header.header .phone.full-row,
header.header .head-link.full-row {
  justify-content: space-between;
}
header.header .phone.center-row,
header.header .head-link.center-row {
  justify-content: center;
}
header.header .phone span,
header.header .head-link span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .phone span[class*="icon"]:before,
header.header .head-link span[class*="icon"]:before {
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
}
header.header .phone.email span[class*="icon"]:before,
header.header .head-link.email span[class*="icon"]:before {
  vertical-align: middle;
  position: relative;
  bottom: -2px;
  margin-right: 9px;
  font-size: 0.85em;
}
@media (max-width: 759px) {
  header.header .phone,
  header.header .head-link {
    text-align: center;
    justify-content: center;
    font-size: 18px;
  }
}
header.header .nav {
  z-index: 1100;
  width: 100%;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
}
header.header .nav.full-row {
  justify-content: space-between;
}
header.header .nav.center-row {
  justify-content: center;
}
header.header .nav ul.header-menu {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1100;
  justify-content: center;
  padding: 0px 0;
}
header.header .nav ul.header-menu > li.menu-item {
  padding: 10px 10px;
  font-size: 16px;
  margin: 0 10px;
  text-align: center;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .nav ul.header-menu > li.menu-item.menu-item-has-children > a:after {
  font-size: 0.85em;
  margin-left: 7px;
  font-family: 'naeti-icons';
  content: "\e908";
  display: inline-block;
}
header.header .nav ul.header-menu > li.menu-item:last-child {
  border: none;
}
header.header .nav ul.header-menu > li.menu-item a {
  display: block;
  padding: 0px 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  line-height: 1.1em;
  letter-spacing: 1.5px;
}
header.header .nav ul.header-menu > li.menu-item > a:hover:before {
  content: '';
  height: 2px;
  width: 80%;
  background: #ccd2c5;
  position: absolute;
  bottom: -20px;
  left: 10%;
}
header.header .nav ul.header-menu ul.sub-menu {
  display: none;
  position: absolute;
  top: -900px;
  padding: 0px;
  background: #ccd2c5;
  border-bottom: 4px solid #5c8727;
  transition: top 0.26s ease-in;
  transition: opacity 0.26s ease-in 0.24s;
  z-index: 900;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item {
  line-height: 45px;
  position: relative;
  min-width: 150px;
  border: 0;
  padding: 0;
  margin: 0 4px;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item:after {
  display: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a {
  line-height: 1.2em;
  font-size: 12px;
  padding: 11px 15px;
  color: #58595f;
  text-align: center;
  margin: 0px;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a:hover {
  text-decoration: underline;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a:hover:before {
  display: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a .menu-image-title {
  float: left;
  width: 75%;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item a:after {
  display: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item-has-children > a:after {
  font-size: 0.5em;
  margin-left: 7px;
  font-family: 'tla';
  content: ">";
  transform: none;
}
header.header .nav ul.header-menu ul.sub-menu li.menu-item-has-children:nth-child( n+4 ) li a {
  text-align: right;
}
header.header .nav ul.header-menu ul.sub-menu li:hover ul.sub-menu {
  display: block;
  right: -170px;
  position: absolute;
  background: red;
  top: 0;
  width: 170px;
}
header.header .nav ul.header-menu ul.sub-menu li:hover ul.sub-menu li {
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}
header.header li.menu-item:hover {
  background: #ccd2c5;
}
header.header li.menu-item:hover > ul.sub-menu {
  top: 39px;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 5%;
  flex-wrap: wrap;
}
header.header li.menu-item:hover > ul.sub-menu li {
  line-height: 45px;
  position: relative;
  min-width: 150px;
}
header.header li.menu-item:hover > ul.sub-menu li.menu-item-has-children > a:after {
  font-size: 0.5em;
  margin-left: 2px;
  font-family: '';
  content: ">";
  transform: none;
}
header.header li.menu-item:hover > ul.sub-menu li:hover ul.sub-menu {
  display: block;
  right: -170px;
  position: absolute;
  background: #172c52;
  top: 0;
  width: 170px;
}
header.header li.menu-item:hover > ul.sub-menu li:hover ul.sub-menu li {
  line-height: 30px;
  font-size: 14px;
}
#slide-nav {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 320px;
  background: #5398a0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2000;
  left: -1000px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media only screen and (min-width: 950px) {
  #slide-nav {
    width: 400px;
  }
}
#slide-nav:after {
  content: '';
  position: absolute;
  background: #ccd2c5;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
#slide-nav.open {
  left: 0;
}
#slide-nav .logo {
  width: 90%;
  margin: 10px auto;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
}
#slide-nav .logo img {
  max-width: 80%;
}
#slide-nav h2 {
  width: 100%;
  padding: 10px 20px;
  font-size: 2.35em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  color: #24242b;
}
#slide-nav .menu-toggle {
  position: absolute;
  font-size: 35px;
  font-weight: bold;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: block;
  right: 5px;
  top: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#slide-nav .menu-toggle:hover {
  color: #ddba01;
}
#slide-nav ul {
  margin-top: 0px;
  justify-content: space-between;
}
#slide-nav ul:before {
  display: none;
}
#slide-nav ul li {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  width: 100%;
  padding: 0px 00px;
}
#slide-nav ul li.menu-item-has-children > a:after {
  font-family: 'naeti-icons';
  content: "\e908";
  font-size: 0.75em;
  left: 4px;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: rotate(-90deg);
  display: inline-block;
}
#slide-nav ul li:hover > a:after {
  left: 20px;
}
#slide-nav ul li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #24242b;
  padding: 10px 10px;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}
#slide-nav ul li a:hover {
  color: #fff;
}
#slide-nav ul li.order a {
  background: #475b22;
}
#slide-nav ul.sub-menu {
  background: #58595f;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100px;
  left: -500px;
  min-width: 240px;
  height: 100%;
  transition: opacity 0.01s ease-in, left 0.35s ease-in 0.1s;
  z-index: -1;
  padding-top: 20px;
}
#slide-nav ul.sub-menu.open {
  opacity: 1;
  left: 100%;
}
#slide-nav ul.sub-menu li {
  margin-bottom: 10px;
}
#slide-nav ul.sub-menu li a {
  background-color: #58595f !important;
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
}
@media (max-width: 759px) {
  #slide-nav {
    width: 200px;
  }
  #slide-nav ul li.menu-item a {
    font-size: 18px;
  }
  #slide-nav ul.sub-menu {
    min-width: 170px;
  }
  #slide-nav ul.sub-menu li {
    width: 85%;
    margin: 0 auto;
  }
  #slide-nav ul.sub-menu li a {
    font-size: 13px !important;
    line-height: 20px;
    width: 100%;
  }
}
.slide-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.slide-bg.open {
  right: 0;
  opacity: 0.97;
}
.slide-bg .modal-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #444;
  font-size: 32px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: none;
}
.slide-bg .modal-toggle:hover {
  color: #475b22;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QI6MX1D_JOuGQbT0gvTJPa787weuyJG.ttf) format('truetype');
}
.lato {
  font-family: 'Lato', sans-serif;
}
.lora {
  font-family: 'Lora', serif;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
}
.source {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
.futura {
  font-family: futura-pt, sans-serif;
}
.riffic {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
.source-bold {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
}
.nexa-bold {
  font-family: 'Nexa Bold', 'arial';
}
.nexa-light {
  font-family: 'Nexa Light', 'arial';
}
.brush {
  font-family: 'BlowBrush', 'cursive';
}
@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/Nexa_Free_Bold-webfont.woff2') format('woff2'), url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa Light';
  src: url('../fonts/Nexa_Free_Light-webfont.woff2') format('woff2'), url('../fonts/Nexa_Free_Light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlowBrush';
  src: url('../fonts/BlowBrush.woff2') format('woff2'), url('../fonts/BlowBrush.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ralli {
  font-family: 'Rallifornia';
}
@font-face {
  font-family: 'Rallifornia';
  src: url('../fonts/Rallifornia.woff2') format('woff2'), url('../fonts/Rallifornia.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.swash {
  font-family: 'Rallifornia Swash';
}
@font-face {
  font-family: 'Rallifornia Swash';
  src: url('../fonts/RalliforniaSwash.woff2') format('woff2'), url('../fonts/RalliforniaSwash.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'naeti-icons';
  src: url('../fonts/naeti-icons.eot?lzf249');
  src: url('..fonts/naeti-icons.eot?lzf249#iefix') format('embedded-opentype'), url('../fonts/naeti-icons.ttf?lzf249') format('truetype'), url('../fonts/naeti-icons.woff?lzf249') format('woff'), url('../fonts/naeti-icons.svg?lzf249#naeti-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'naeti-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-houseplan:before {
  content: "\e90d";
}
.icon-blueprint:before {
  content: "\e90e";
}
.icon-info:before {
  content: "\e90f";
}
.icon-book:before {
  content: "\e910";
}
.icon-tools:before {
  content: "\e911";
}
.icon-hardhat:before {
  content: "\e912";
}
.icon-crane:before {
  content: "\e913";
}
.icon-school:before {
  content: "\e914";
}
.icon-building:before {
  content: "\e915";
}
.icon-chevron-right:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
  color: #1877f2;
}
.icon-instagram:before {
  content: "\e904";
  color: #e4405f;
}
.icon-linkedin:before {
  content: "\e903";
  color: #0077b5;
}
.icon-twitter:before {
  content: "\e90c";
  color: #1da1f2;
}
.icon-home:before {
  content: "\e905";
}
.icon-house:before {
  content: "\e905";
}
.icon-x-square:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-chevron-down:before {
  content: "\e908";
}
.icon-envelope:before {
  content: "\e909";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-phone:before {
  content: "\e90b";
}
.icon-cellular-phone:before {
  content: "\e90b";
}
.icon-mobile:before {
  content: "\e90b";
}
body {
  overflow: hidden;
  height: 100%;
  overflow: auto;
}
body.fixedBody {
  overflow: hidden;
  height: 100%;
}
body.overflowAuto {
  overflow: auto;
}
#welcome {
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
#welcome.active {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
}
article.page div.loader.open {
  right: 0;
}
article.page div.loader .messages {
  text-align: center;
}
article.page div.loader .messages h4 {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}
article.page div.loader a.reset {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  background: #028fbf;
}
article.page div.loader a.reset:hover {
  border-color: #475b22;
  background-color: #475b22;
}
article.page div.loader a.reset span {
  font-size: 0.75em;
  margin-left: 5px;
}
article.page .info-panel {
  display: none;
}
article.page .info-panel h2 {
  font-size: 24px;
}
article.page .info-panel img {
  max-width: 80%;
  height: auto;
}
article.page .info-panel button {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  background: #028fbf;
  font-size: 30px;
}
article.page .info-panel button:hover {
  border-color: #475b22;
  background-color: #475b22;
}
article.page .info-panel button span {
  font-size: 0.75em;
  margin-left: 5px;
}
article.page .info-panel p {
  text-align: center;
}
article.page .info-panel.active {
  display: block;
}
article.page .provider-select {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  justify-content: space-around;
  margin-top: 40px;
  flex-wrap: wrap;
}
article.page .provider-select.full-row {
  justify-content: space-between;
}
article.page .provider-select.center-row {
  justify-content: center;
}
article.page .provider-select li {
  width: 31%;
  margin-bottom: 15px;
  min-width: 200px;
  height: 250px;
  border: 1px solid #58595f;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #f7fafb;
  padding: 0 10px;
}
article.page .provider-select li h3 {
  font-size: 20px;
  margin: 0;
}
article.page .provider-select li p {
  font-style: italic;
}
article.page .provider-select li.selected {
  background-color: #74b2c7;
  color: #fff;
}
article.page .progress {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: space-between;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  max-width: 480px;
  margin-bottom: 40px;
}
article.page .progress.full-row {
  justify-content: space-between;
}
article.page .progress.center-row {
  justify-content: center;
}
article.page .progress li {
  width: 32%;
  background-color: #ddd;
  height: 8px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
article.page .progress li.valid {
  background-color: #74b2c7;
}
article.page #user-input h2 {
  font-weight: normal;
  margin: 0;
}
article.page form.user-form {
  height: 60vh;
  min-height: 400px;
}
article.page form.user-form .provider-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
article.page form.user-form .provider-info.full-row {
  justify-content: space-between;
}
article.page form.user-form .provider-info.center-row {
  justify-content: center;
}
article.page form.user-form .provider-info h3 {
  width: 100%;
  margin-bottom: 10px;
}
article.page form.user-form .provider-info p {
  margin: 0 10px;
  opacity: 0;
}
article.page form.user-form fieldset {
  display: block;
  border: none;
  text-align: center;
  display: none;
}
article.page form.user-form fieldset.active {
  display: block;
}
article.page form.user-form fieldset label {
  display: block;
}
article.page form.user-form fieldset input {
  border: none;
  width: 50%;
  min-width: 475px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 40px;
  margin-top: 8px;
  background-color: #fcfcfc;
  display: inline-block;
}
article.page form.user-form fieldset input::placeholder {
  opacity: 0.6;
}
article.page form.user-form fieldset button {
  display: block;
  margin: 40px auto;
}
article.page form.user-form fieldset .contact-provider.disabled {
  background-color: #eee;
}
article.page form.user-form fieldset .contact-provider.enabled {
  background-color: #028fbf;
}
article.page form.user-form .field-nav {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  max-width: 640px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}
article.page form.user-form .field-nav.full-row {
  justify-content: space-between;
}
article.page form.user-form .field-nav.center-row {
  justify-content: center;
}
article.page form.user-form .field-nav a {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
  margin: 0 4px;
}
article.page form.user-form .field-nav a.enabled {
  background-color: #028fbf;
  color: #fff;
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.94);
  top: 0;
  right: -150%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader h3 {
  margin: 0;
  color: #028fbf;
}
.loader.loading {
  right: 0;
}
.panel-nav {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  max-width: 60%;
  min-width: 475px;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  justify-content: space-between;
}
.panel-nav.full-row {
  justify-content: space-between;
}
.panel-nav.center-row {
  justify-content: center;
}
.panel-nav a {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
}
.panel-nav a.enabled {
  background-color: #028fbf;
  color: #fff;
}
.border-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 4em 3em;
}
.notifications {
  background: #475b22;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 900;
  padding: 10px;
}
.notifications a {
  color: #ffc107;
  text-decoration: none;
}
.notifications .notice-toggle {
  position: absolute;
  top: 5px;
  right: 1%;
  font-weight: normal;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
@media (max-width: 770px) {
  .notifications {
    top: 0;
  }
  .notifications .notice-toggle {
    top: 1px;
  }
}
@media (max-width: 759px) {
  .notifications {
    position: relative;
  }
}
.row {
  display: flex;
  flex-direction: row;
}
.row.full-row {
  justify-content: space-between;
}
.row.center-row {
  justify-content: center;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper {
  overflow: hidden;
}
.topfix {
  margin-top: 191px;
}
@media (max-width: 1199px) {
  .topfix {
    margin-top: 220px;
  }
}
.menu-toggle {
  display: none;
}
.contain {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.wide-contain {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.panel,
.info-panel {
  padding: 5vh 0 10vh;
  position: relative;
  border: none;
}
.panel.center-align,
.info-panel.center-align {
  text-align: center;
}
.panel.background-image,
.info-panel.background-image {
  background-position: center center;
  background-size: cover;
}
.panel.intro,
.info-panel.intro {
  padding: 4em 0;
}
@media (max-width: 759px) {
  .panel,
  .info-panel {
    padding: 7em 0;
  }
}
.info-panel {
  min-height: 100vh;
}
.info-panel h2,
.info-panel h3 {
  text-align: center;
}
.hidden {
  opacity: 0;
}
.delay {
  animation-delay: .75s;
}
.slow {
  animation-duration: 2.75s;
}
iframe {
  max-width: 100%;
}
p {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.65em;
}
.grecaptcha-badge {
  display: none !important;
}
.page-content {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.page-template-default article.page {
  padding-top: 20px;
}
h1,
h2,
h3,
h4 {
  font-family: 'Lato', sans-serif;
}
h1.page-title {
  font-family: 'Lato', sans-serif;
}
@media (max-width: 759px) {
  h1 {
    font-size: 1.65em;
  }
}
article.page h3 {
  font-size: 2.25em;
  margin: 12px 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
article.page ul,
article.post ul {
  list-style-type: disc;
  padding: initial;
  margin: inherit;
}
article.page ul li,
article.post ul li {
  font-size: 16px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
.block {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .block {
    width: 100%;
  }
}
.page-content .block.image-block {
  background-size: cover;
  background-position: center;
}
.page-content .block.text {
  padding: 40px 40px;
}
.page-content .block.text > :first-child {
  margin-top: 0;
}
article.page h2,
article.post h2,
article.tribe_events h2 {
  font-size: 3.026em;
}
article.page h2:first-child,
article.post h2:first-child,
article.tribe_events h2:first-child {
  margin-top: 0;
}
article.page h3,
article.post h3,
article.tribe_events h3 {
  font-size: 2.76em;
}
article.page h3:first-child,
article.post h3:first-child,
article.tribe_events h3:first-child {
  margin-top: 0;
}
article.page h4,
article.post h4,
article.tribe_events h4 {
  font-size: 2.256em;
  margin-bottom: 5px;
}
.block-link {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  background: #028fbf;
}
.block-link:hover {
  border-color: #475b22;
  background-color: #475b22;
}
.block-link span {
  font-size: 0.75em;
  margin-left: 5px;
}
.view-more {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  background: #028fbf;
}
.view-more:hover {
  border-color: #475b22;
  background-color: #475b22;
}
.view-more span {
  font-size: 0.75em;
  margin-left: 5px;
}
p a {
  text-decoration: underline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
section.content .product-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
section.content .product-list > li {
  margin-top: 40px;
}
@media (min-width: 1100px) {
  section.content .product-list > li {
    width: 45%;
  }
}
section.content .product-list > li:first-child {
  margin-top: 0;
  width: 100%;
}
section.content .product-list > li:first-child article.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.content .product-list > li:first-child article.product.full-row {
  justify-content: space-between;
}
section.content .product-list > li:first-child article.product.center-row {
  justify-content: center;
}
section.content .product-list > li:first-child article.product > div {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  section.content .product-list > li:first-child article.product > div {
    width: 100%;
  }
}
section.content .product-list > li:first-child article.product .images {
  width: 60%;
}
section.content .product-list > li:first-child article.product .prod-info {
  width: 35%;
}
section.content .product-list > li:first-child article.product .prod-info h3 {
  font-size: 42px;
}
section.content .product-list > li h3 {
  font-size: 38px;
}
li.service .view-article {
  display: none !important;
}
li.service .loop-link {
  text-decoration: none;
}
li.service .loop-link p {
  text-decoration: none;
}
@media (min-width: 760px) {
  .item-row.half > li {
    width: 48%;
  }
}
@media (min-width: 760px) {
  .item-row.third > li {
    width: 30%;
  }
}
@media (min-width: 760px) {
  .item-row.quarter > li {
    width: 20%;
  }
}
article.page ul.info-list,
article.post ul.info-list,
section.panel ul.info-list {
  margin-top: 20px;
  padding: 0 0 0 0;
  justify-content: center;
}
article.page ul.info-list li,
article.post ul.info-list li,
section.panel ul.info-list li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
  margin-bottom: 5px;
  width: 40%;
  margin: 0 2% 20px;
  text-align: left;
}
article.page ul.info-list li .item-image,
article.post ul.info-list li .item-image,
section.panel ul.info-list li .item-image {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 759px) {
  article.page ul.info-list li,
  article.post ul.info-list li,
  section.panel ul.info-list li {
    width: 100%;
  }
}
article.page ul.info-list li span,
article.post ul.info-list li span,
section.panel ul.info-list li span {
  margin-right: 10px;
}
article.page ul.info-list li .text,
article.post ul.info-list li .text,
section.panel ul.info-list li .text {
  margin-top: 10px;
  text-align: left;
}
article.page ul.info-list li .text h3,
article.post ul.info-list li .text h3,
section.panel ul.info-list li .text h3 {
  margin: 0;
  font-size: 1.45em;
  font-weight: 400;
}
article.page .children,
article.post .children,
section.panel .children {
  margin-top: 2em;
}
article.page .children h2,
article.post .children h2,
section.panel .children h2 {
  margin-bottom: 0px;
}
article.page .children ul,
article.post .children ul,
section.panel .children ul {
  margin: 0;
  list-style-type: none;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
article.page .children ul.full-row,
article.post .children ul.full-row,
section.panel .children ul.full-row {
  justify-content: space-between;
}
article.page .children ul.center-row,
article.post .children ul.center-row,
section.panel .children ul.center-row {
  justify-content: center;
}
article.page .children ul li,
article.post .children ul li,
section.panel .children ul li {
  margin: 5px 5px 5px 0;
}
article.page .children ul a,
article.post .children ul a,
section.panel .children ul a {
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 14px;
}
article.page ul.row,
article.post ul.row,
section.panel ul.row {
  list-style-type: none !important;
}
.content-header {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto 40px;
}
@media (min-width: 760px) {
  .content-header {
    margin: 0 auto 90px;
  }
}
.item-image {
  min-height: 100px;
  min-width: 100px;
  background-size: cover;
}
.content-list {
  list-style-type: none;
  padding: 0;
}
.content-list {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content-list.full-row {
  justify-content: space-between;
}
.content-list.center-row {
  justify-content: center;
}
.content-list li {
  width: 20%;
  text-align: center;
}
.list-item.icon span[class*="icon"] {
  font-size: 6.45em;
}
.tab-content {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tab-content.current {
  display: block;
  opacity: 1;
}
.tab-contain {
  min-height: 20vh;
}
.award-item .award-image {
  width: 170px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.award-list ul {
  flex-wrap: wrap;
}
.award-list ul li {
  width: 16.56%;
  text-align: center;
  margin-bottom: 4em;
}
.award-list ul li h3 {
  display: none;
}
body.woocommerce .accordion-content,
body.page .accordion-content {
  display: none;
}
.testimonials {
  padding: 5vh 0 10vh;
  position: relative;
  border: none;
}
.testimonials.center-align {
  text-align: center;
}
.testimonials.background-image {
  background-position: center center;
  background-size: cover;
}
.testimonials.intro {
  padding: 4em 0;
}
@media (max-width: 759px) {
  .testimonials {
    padding: 7em 0;
  }
}
.testimonials .text {
  font-style: italic;
  width: 70%;
  margin: 20px auto;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 1.46em;
}
.testimonials .customer-info {
  margin-top: 4em;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.testimonials .customer-info.full-row {
  justify-content: space-between;
}
.testimonials .customer-info.center-row {
  justify-content: center;
}
.testimonials .customer-info span {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.testimonials .customer-info h4 {
  margin: 0 8px 0 0;
}
body.photo-gallery .page-title,
body.video-gallery .page-title {
  text-align: center;
}
body.photo-gallery article.gallery-content,
body.video-gallery article.gallery-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.photo-gallery article.gallery-content.full-row,
body.video-gallery article.gallery-content.full-row {
  justify-content: space-between;
}
body.photo-gallery article.gallery-content.center-row,
body.video-gallery article.gallery-content.center-row {
  justify-content: center;
}
div.fancybox-caption {
  font-size: 25px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  padding-top: 15px;
}
div.fancybox-caption a.caption-link {
  background: #fff;
  color: #444;
  display: inline-block;
  padding: 5px 8px;
  font-family: 'Oswald', sans-serif;
  margin-top: 5px;
  margin-left: 15px;
}
.sl9-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sl9-gallery.full-row {
  justify-content: space-between;
}
.sl9-gallery.center-row {
  justify-content: center;
}
.sl9-gallery br {
  display: none;
}
.sl9-gallery a {
  padding: 8px;
  min-width: 120px;
}
.sl9-gallery a img {
  margin: 0;
}
article.page ul.gallery-list {
  list-style-type: none;
  margin-top: 4em;
}
article.page ul.gallery-list li {
  display: flex;
  width: 30%;
  margin-bottom: 40px;
}
article.page ul.gallery-list li a {
  margin-left: 10px;
}
.call-to-action {
  background: #e4e4e4;
  margin-top: 6em;
}
@media (max-width: 759px) {
  .call-to-action {
    margin-top: 0;
  }
}
.call-to-action div.flake-contain .flake svg {
  fill: rgba(134, 134, 140, 0.59);
}
.call-to-action article.contain {
  justify-content: space-around;
}
.call-to-action article.contain h2 {
  font-size: 2.5em;
  color: #24242b;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
}
.call-to-action article.contain p {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 760px) {
  .call-to-action article.contain .block:first-child {
    width: 40%;
  }
  .call-to-action article.contain .menu.block {
    width: 30%;
  }
}
.call-to-action article.contain div.row {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 30px;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.call-to-action article.contain ul.service-row {
  justify-content: center;
  margin: 40px auto 0;
  flex-wrap: wrap;
  max-width: 1040px;
}
.call-to-action article.contain ul.service-row li {
  margin: 0 15px 20px;
}
.call-to-action article.contain ul.service-row li a {
  display: block;
  padding: 20px 20px;
  background: #58595f;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  letter-spacing: 1px;
  box-shadow: 0px 1px 7px -1px rgba(132, 128, 128, 0.72);
  text-transform: uppercase;
}
.call-to-action article.contain ul.service-row li a:hover {
  background: #74b2c7;
  color: #fff;
}
article.form-contain header h2 {
  font-size: 2em;
}
article.form-contain header p {
  font-size: 1.45em;
}
article.form-contain div.wpcf7 {
  flex-grow: 1;
}
article.form-contain div.wpcf7 br {
  display: none;
}
article.form-contain div.wpcf7 ul {
  margin-top: 20px;
}
article.form-contain div.wpcf7 li {
  margin-bottom: 15px;
}
article.form-contain div.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  font-size: 12px;
}
article.form-contain div.wpcf7 input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
article.form-contain div.wpcf7 input[type="submit"] {
  margin-top: 15px;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding: 5px 0;
  height: auto;
  background: #172c52;
  color: #fff;
  text-transform: uppercase;
}
.question {
  display: block;
  overflow: auto;
  border-bottom: 1px solid #eee;
  max-width: 760px;
}
.question h3 {
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #172c52;
}
.question .answer {
  display: none;
}
body.error404 article[id*="post"] {
  min-height: 60vh;
}
body[class*="contact"] .call-to-action {
  opacity: 0;
  height: 60px;
}
body[class*="contact"] article.page form.wpcf7-form {
  background: #eee;
  padding: 10px 20px;
  margin-top: 20px;
}
body[class*="contact"] article.page form.wpcf7-form ul {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 760px) {
  body[class*="contact"] article.page form.wpcf7-form ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body[class*="contact"] article.page form.wpcf7-form ul.full-row {
    justify-content: space-between;
  }
  body[class*="contact"] article.page form.wpcf7-form ul.center-row {
    justify-content: center;
  }
}
body[class*="contact"] article.page form.wpcf7-form ul li {
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  body[class*="contact"] article.page form.wpcf7-form ul li {
    width: 100%;
  }
  body[class*="contact"] article.page form.wpcf7-form ul li:nth-last-child(2 ),
  body[class*="contact"] article.page form.wpcf7-form ul li:last-child {
    width: 100%;
  }
}
body[class*="contact"] article.page form.wpcf7-form ul li textarea {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
}
body[class*="contact"] article.page form.wpcf7-form input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 8px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
body[class*="contact"] article.page form.wpcf7-form input[type="submit"] {
  background: #028fbf;
  color: #fff;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  font-size: 16px;
  font-weight: bold;
  border: none;
}
body.locations ul.item-row {
  justify-content: space-between;
  margin: 40px auto;
}
body.locations ul.item-row li {
  text-align: center;
}
body.locations ul.item-row li .the-date,
body.locations ul.item-row li .block-link {
  display: none;
}
body.locations ul.item-row li .loop-image {
  min-height: 250px;
  background-size: cover;
}
body[class*="blog"] article.post,
.tax-page article.post,
body[class*="blog"] article.page,
.tax-page article.page,
body[class*="blog"] article.tribe_events,
.tax-page article.tribe_events,
body[class*="blog"] article[class*="post"],
.tax-page article[class*="post"] {
  margin-bottom: 4em;
  width: 90%;
  max-width: 840px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}
body[class*="blog"] article.post img,
.tax-page article.post img,
body[class*="blog"] article.page img,
.tax-page article.page img,
body[class*="blog"] article.tribe_events img,
.tax-page article.tribe_events img,
body[class*="blog"] article[class*="post"] img,
.tax-page article[class*="post"] img {
  margin-bottom: 15px;
}
body.page-template-blog .posts-loop .posts,
.blog-page .posts-loop .posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto 10px;
}
body.page-template-blog .posts-loop .posts li,
.blog-page .posts-loop .posts li {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0;
  background: #fff;
}
@media (max-width: 759px) {
  body.page-template-blog .posts-loop .posts li,
  .blog-page .posts-loop .posts li {
    width: 100%;
  }
  body.page-template-blog .posts-loop .posts li .thumb,
  .blog-page .posts-loop .posts li .thumb {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 760px) {
  body.page-template-blog .posts-loop .posts li div.column,
  .blog-page .posts-loop .posts li div.column {
    width: 70%;
  }
}
body.page-template-blog .posts-loop .posts li .loop-image,
.blog-page .posts-loop .posts li .loop-image {
  background-size: cover;
  width: 100%;
  height: 150px;
  display: block;
}
body.page-template-blog .posts-loop .posts li .thumb,
.blog-page .posts-loop .posts li .thumb {
  margin-right: 20px;
  width: 30%;
}
body.page-template-blog .posts-loop .posts li p,
.blog-page .posts-loop .posts li p {
  font-size: 14px;
}
body.page-template-blog .posts-loop .posts li .view-article,
.blog-page .posts-loop .posts li .view-article {
  display: block;
  max-width: 175px;
  text-align: center;
  color: #fff;
  margin-top: 8px;
  text-decoration: none;
}
body.page-template-blog .posts-loop .posts h3,
.blog-page .posts-loop .posts h3 {
  margin: 0;
  font-size: 20px;
  color: #172c52;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-blog .posts-loop .posts h3 a,
.blog-page .posts-loop .posts h3 a {
  text-decoration: none;
}
a.placeholder {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #ccd2c5;
  min-height: 175px;
  text-transform: uppercase;
  font-size: 15px;
}
body.single main {
  padding-top: 20px;
  border-top: 1px solid #ccd2c5;
}
body.single .page-title {
  margin-bottom: 0.45em;
  margin-top: 0;
}
body.single .content-row {
  justify-content: space-between;
}
@media (min-width: 770px) {
  body.single .content-row aside.sidebar {
    order: 0;
  }
  body.single .content-row aside.sidebar .side-container {
    margin-top: 0;
  }
  body.single .content-row article.post {
    order: 1;
    margin-left: 5%;
    width: 70%;
  }
}
body.single .content-row article.post {
  padding-right: 5%;
}
@media (min-width: 770px) {
  body.single .content-row article.post {
    width: 75%;
  }
}
article.post .date,
article.page .date,
article.tribe_events .date,
article[class*="post"] .date {
  margin-top: 10px;
  display: block;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 14px;
}
article.post .view-more,
article.page .view-more,
article.tribe_events .view-more,
article[class*="post"] .view-more {
  clear: both;
  display: block;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}
.pagination {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.pagination .page-numbers {
  margin-right: 5px;
  background: #475b22;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  padding: 5px 14px;
  display: inline-block;
}
.pagination .page-numbers:hover {
  background: #777;
}
.pagination span.page-numbers {
  background: #ccd2c5;
}
body.single-portfolio .content-row {
  flex-direction: column;
}
body.single-portfolio .content-row .sl9-gallery {
  justify-content: flex-start;
}
body.single-portfolio .sidebar {
  width: 100%;
  margin-top: 6em;
}
body.single-portfolio .sidebar:before {
  width: 100%;
  height: 1px;
  top: -3em;
}
body.single-portfolio .sidebar .side-product-cats {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}
body.single-portfolio .sidebar .side-product-cats.full-row {
  justify-content: space-between;
}
body.single-portfolio .sidebar .side-product-cats.center-row {
  justify-content: center;
}
body.single-portfolio .sidebar .side-product-cats li {
  width: 30%;
}
div.fancybox-container .fancybox-bg {
  background: #fbf7f7;
}
div.fancybox-container .fancybox-bg:after {
  content: '';
  background: url(../img/sheds_for_sale.png);
  width: 200px;
  display: block;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 10px;
}
.select2 {
  border-radius: 0;
}
body.page .select2-dropdown,
body.page .select2-results {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
body.page .select2-selection {
  border-radius: 0;
}
body.page {
  /* Date Picker Default Styles */
  /* Default Color Scheme */
}
body.page .ui-datepicker {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  min-width: 17em;
  width: auto;
  z-index: 1000 !important;
}
body.page body.wp-admin:not(.rtl) .ui-datepicker {
  margin-left: -1px;
}
body.page body.wp-admin.rtl .ui-datepicker {
  margin-right: -1px;
}
body.page .ui-datepicker * {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body.page .ui-datepicker table {
  font-size: 13px;
  margin: 0;
  border: none;
  border-collapse: collapse;
}
body.page .ui-datepicker .ui-widget-header,
body.page .ui-datepicker .ui-datepicker-header {
  background-image: none;
  border: none;
  color: #fff;
  font-weight: normal;
}
body.page .ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
body.page .ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: 'Nexa Bold', 'arial';
}
body.page .ui-datepicker .ui-datepicker-prev,
body.page .ui-datepicker .ui-datepicker-next {
  position: relative;
  top: 0;
  height: 34px;
  width: 34px;
}
body.page .ui-datepicker .ui-state-hover.ui-datepicker-prev,
body.page .ui-datepicker .ui-state-hover.ui-datepicker-next {
  border: none;
}
body.page .ui-datepicker .ui-datepicker-prev,
body.page .ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}
body.page .ui-datepicker .ui-datepicker-next,
body.page .ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}
body.page .ui-datepicker .ui-datepicker-next span,
body.page .ui-datepicker .ui-datepicker-prev span {
  display: none;
}
body.page .ui-datepicker .ui-datepicker-prev {
  float: left;
}
body.page .ui-datepicker .ui-datepicker-next {
  float: right;
}
body.page .ui-datepicker .ui-datepicker-prev:before,
body.page .ui-datepicker .ui-datepicker-next:before {
  font: normal 20px/34px 'cryo-icons';
  padding-left: 7px;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 34px;
  height: 34px;
}
body.page .ui-datepicker .ui-datepicker-prev:before {
  content: '\e923';
}
body.page .ui-datepicker .ui-datepicker-next:before {
  content: '\e91f';
}
body.page .ui-datepicker .ui-datepicker-prev-hover:before,
body.page .ui-datepicker .ui-datepicker-next-hover:before {
  opacity: 0.7;
}
body.page .ui-datepicker select.ui-datepicker-month,
body.page .ui-datepicker select.ui-datepicker-year {
  width: 33%;
}
body.page .ui-datepicker thead {
  color: #fff;
  font-weight: 600;
}
body.page .ui-datepicker th {
  padding: 10px;
}
body.page .ui-datepicker th span {
  font-family: 'Nexa Bold', 'arial';
}
body.page .ui-datepicker td {
  padding: 0 !important;
  border: 1px solid #f4f4f4;
  font-family: 'Nexa Light', 'arial';
}
body.page .ui-datepicker td a {
  text-align: center;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  padding: 15px 0;
  font-size: 19px;
}
body.page .ui-datepicker td span {
  font-size: 19px;
  padding: 15px 0;
}
body.page .ui-datepicker td .ui-state-active {
  background: initial;
  border: none;
}
body.page .ui-datepicker td.ui-datepicker-other-month {
  border: transparent;
}
body.page .ui-datepicker tr:first-of-type td {
  border-top: 1px solid #f0f0f0;
}
body.page .ui-datepicker td.ui-datepicker-week-end {
  background-color: #f4f4f4;
  border: 1px solid #f0f0f0;
}
body.page .ui-datepicker td.ui-datepicker-today {
  background-color: #9a99a2;
}
body.page .ui-datepicker td.ui-datepicker-today a {
  color: #dedede;
}
body.page .ui-datepicker td.ui-datepicker-current-day {
  background: #158f9e;
  color: #fff;
}
body.page .ui-datepicker td.ui-datepicker-current-day a {
  color: #fff;
}
body.page .ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  text-decoration: none;
  width: auto;
  display: block;
  font-weight: normal;
  color: #444;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
body.page .ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 0.5;
}
body.page .ui-datepicker .ui-widget-header,
body.page .ui-datepicker .ui-datepicker-header {
  background: #24242b;
}
body.page .ui-datepicker thead {
  background: rgba(15, 13, 27, 0.81);
}
body.page .ui-datepicker td .ui-state-hover {
  background: #dedede;
  color: #fff;
  border: none;
}
body.page div.healcode a.hc-button {
  background: #58595f;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 18px 24px;
  display: inline-block;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  box-shadow: 0px 1px 7px -1px rgba(132, 128, 128, 0.72);
}
body.page div.healcode a.hc-button:hover {
  background: #74b2c7;
}
/* WordPress Color Schemes */
/* Fresh */
.admin-color-fresh .ui-datepicker .ui-widget-header,
.admin-color-fresh .ui-datepicker .ui-datepicker-header {
  background: #00a0d2;
}
.admin-color-fresh .ui-datepicker thead {
  background: #32373c;
}
.admin-color-fresh .ui-datepicker td .ui-state-hover {
  background: #0073aa;
  color: #fff;
}
/* Blue */
.admin-color-blue .ui-datepicker .ui-widget-header,
.admin-color-blue .ui-datepicker .ui-datepicker-header {
  background: #52accc;
}
.admin-color-blue .ui-datepicker thead {
  background: #4796b3;
}
.admin-color-blue .ui-datepicker td .ui-state-hover {
  background: #096484;
  color: #fff;
}
/* Coffee */
.admin-color-coffee .ui-datepicker .ui-widget-header,
.admin-color-coffee .ui-datepicker .ui-datepicker-header {
  background: #59524c;
}
.admin-color-coffee .ui-datepicker thead {
  background: #46403c;
}
.admin-color-coffee .ui-datepicker td .ui-state-hover {
  background: #c7a589;
  color: #fff;
}
/* Ectoplasm */
.admin-color-ectoplasm .ui-datepicker .ui-widget-header,
.admin-color-ectoplasm .ui-datepicker .ui-datepicker-header {
  background: #523f6d;
}
.admin-color-ectoplasm .ui-datepicker thead {
  background: #413256;
}
.admin-color-ectoplasm .ui-datepicker td .ui-state-hover {
  background: #a3b745;
  color: #fff;
}
/* Midnight */
.admin-color-midnight .ui-datepicker .ui-widget-header,
.admin-color-midnight .ui-datepicker .ui-datepicker-header {
  background: #363b3f;
}
.admin-color-midnight .ui-datepicker thead {
  background: #26292c;
}
.admin-color-midnight .ui-datepicker td .ui-state-hover {
  background: #e14d43;
  color: #fff;
}
/* Ocean */
.admin-color-ocean .ui-datepicker .ui-widget-header,
.admin-color-ocean .ui-datepicker .ui-datepicker-header {
  background: #738e96;
}
.admin-color-ocean .ui-datepicker thead {
  background: #627c83;
}
.admin-color-ocean .ui-datepicker td .ui-state-hover {
  background: #9ebaa0;
  color: #fff;
}
/* Sunrise */
.admin-color-sunrise .ui-datepicker .ui-widget-header,
.admin-color-sunrise .ui-datepicker .ui-datepicker-header,
.admin-color-sunrise .ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #cf4944;
}
.admin-color-sunrise .ui-datepicker th {
  border-color: #be3631;
  background: #be3631;
}
.admin-color-sunrise .ui-datepicker td .ui-state-hover {
  background: #dd823b;
  color: #fff;
}
/* Light */
.admin-color-light .ui-datepicker .ui-widget-header,
.admin-color-light .ui-datepicker .ui-datepicker-header {
  background: #e5e5e5;
}
.admin-color-light .ui-datepicker thead {
  background: #888;
}
.admin-color-light .ui-datepicker .ui-datepicker-title,
.admin-color-light .ui-datepicker td .ui-state-default,
.admin-color-light .ui-datepicker .ui-datepicker-prev:before,
.admin-color-light .ui-datepicker .ui-datepicker-next:before {
  color: #555;
}
.admin-color-light .ui-datepicker td .ui-state-hover {
  background: #e5e5e5;
}
/* bbPress Color Schemes */
/* Evergreen */
.admin-color-bbp-evergreen .ui-datepicker .ui-widget-header,
.admin-color-bbp-evergreen .ui-datepicker .ui-datepicker-header {
  background: #56b274;
}
.admin-color-bbp-evergreen .ui-datepicker thead {
  background: #36533f;
}
.admin-color-bbp-evergreen .ui-datepicker td .ui-state-hover {
  background: #446950;
  color: #fff;
}
/* Mint */
.admin-color-bbp-mint .ui-datepicker .ui-widget-header,
.admin-color-bbp-mint .ui-datepicker .ui-datepicker-header {
  background: #4ca26a;
}
.admin-color-bbp-mint .ui-datepicker thead {
  background: #4f6d59;
}
.admin-color-bbp-mint .ui-datepicker td .ui-state-hover {
  background: #5fb37c;
  color: #fff;
}
.course-results.loading > * {
  opacity: 0.2;
}
.course-results.loading:before {
  content: "Loading Results";
  padding: 22px;
  background: #5c8727;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  display: block;
  top: 60px;
  text-align: center;
  text-transform: uppercase;
}
.results-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.results-bg.open {
  right: 0;
  opacity: 0.97;
}
.results-bg .modal-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #444;
  font-size: 32px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border: none;
}
.results-bg .modal-toggle:hover {
  color: #475b22;
}
.head-results {
  position: fixed;
  width: 70%;
  right: -2000px;
  top: 10%;
  height: 80%;
  background-color: #fff;
  z-index: 2000;
  color: #24242b;
  min-width: 300px;
  overflow: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.head-results > * {
  z-index: 4;
  position: relative;
}
@media (min-width: 950px) {
  .head-results {
    min-width: 500px;
    width: 70%;
  }
}
@media (max-width: 759px) {
  .head-results {
    width: 85%;
  }
  .head-results h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.head-results.open {
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
}
body.post-type-archive-courses .search-banner {
  background: #475b22;
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
}
body.post-type-archive-courses .search-banner h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
body.post-type-archive-courses .search-banner input {
  height: 40px;
  line-height: 40px;
  border: none;
  padding: 0;
  padding-left: 8px;
  vertical-align: middle;
  min-width: 200px;
  border-radius: 0;
  -webkit-appearance: none;
}
body.post-type-archive-courses .search-banner button {
  line-height: 40px;
  height: 40px;
  border: none;
  vertical-align: middle;
  background: #5c8727;
  color: #fff;
}
body.post-type-archive-courses .course-results {
  max-width: 1040px;
  margin-bottom: 4em;
  position: relative;
}
body.post-type-archive-courses .pagination {
  margin-top: 20px;
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%;
}
@media (max-width: 759px) {
  div.table-contain {
    overflow-y: auto;
  }
}
table.class-list {
  width: 100%;
  background: #eee;
}
table.class-list thead {
  background: #475b22;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lora', serif;
}
table.class-list .overlay {
  max-height: 250px;
}
table.class-list tbody tr {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
table.class-list tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.16);
}
table.class-list tbody tr:hover {
  background: #475b22;
  color: #fff;
}
table.class-list tbody tr:hover a {
  color: #fff !important;
  font-weight: bold;
}
table.class-list td,
table.class-list th {
  padding: 8px 8px;
  max-width: 40%;
  font-family: 'Lato', sans-serif;
}
table.class-list td span,
table.class-list th span {
  font-size: 14px;
}
table.class-list td span a:hover,
table.class-list th span a:hover {
  text-decoration: underline;
}
table.class-list td span.course-name,
table.class-list th span.course-name {
  max-width: 650px;
  display: block;
}
table.class-list td a.bold-link,
table.class-list th a.bold-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #475b22;
}
table.class-list td span.credits-cell,
table.class-list th span.credits-cell {
  max-width: 150px;
  display: block;
}
table.class-list th {
  text-align: left;
}
table.class-list .course-name {
  font-size: 14px;
}
@media (max-width: 759px) {
  table.class-list {
    min-width: 600px;
  }
  table.class-list td span.course-name {
    max-width: 200px;
  }
}
aside.sidebar .page-section {
  position: relative;
  z-index: 40;
}
.sidebar-icon {
  display: block;
  text-align: center;
  font-size: 8.5em;
}
aside.sidebar {
  overflow: visible;
  background: #eee;
}
aside.sidebar .side-container {
  padding-right: 20px;
  padding: 20px;
  z-index: 200;
  position: relative;
  overflow: hidden;
  background: #eee;
  min-height: 50vh;
}
aside.sidebar .side-container ul.form-row li {
  width: 100%;
}
aside.sidebar .side-container div.sidebar-widget {
  z-index: 20;
  position: relative;
}
@media (min-width: 760px) {
  aside.sidebar .side-container {
    margin-top: -55px;
  }
}
@media (max-width: 770px) {
  aside.sidebar .side-container {
    margin-top: 0px;
    min-height: auto;
  }
}
@media (max-width: 759px) {
  aside.sidebar {
    margin-top: 40px;
    padding: 0;
  }
  aside.sidebar .side-container {
    margin-bottom: 0;
    margin-top: 0;
    min-height: initial;
  }
}
aside.sidebar h3 {
  font-size: 1.75em;
  margin-bottom: 5px;
}
aside.sidebar h3:first-of-type {
  margin-top: 0;
}
aside.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 760px) {
  aside.sidebar:before {
    right: 0;
    left: initial !important;
  }
}
aside.sidebar .widget_nav_menu {
  background: #ecdfd9;
  margin-bottom: 20px;
  padding: 5px;
}
@media (max-width: 759px) {
  aside.sidebar .widget_nav_menu {
    margin-bottom: 0;
  }
}
aside.sidebar ul {
  padding: 0;
  list-style-type: none;
}
aside.sidebar ul > li {
  font-size: 16px;
  border-bottom: 1px solid rgba(29, 27, 27, 0.33);
  padding: 7px;
}
aside.sidebar ul > li:last-child {
  border: none;
}
aside.sidebar ul > li a {
  padding: 0px 0;
  display: inline-block;
  font-weight: normal;
}
aside.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  font-family: 'fire-icons';
  content: "\e911";
  transform: rotate(90deg);
  display: inline-block;
}
aside.sidebar ul li {
  color: #24242b;
}
aside.sidebar ul li a {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  color: #24242b;
}
aside.sidebar ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.65em;
  margin-left: 4px;
}
aside.sidebar ul .sub-menu {
  display: none;
}
aside.sidebar iframe {
  max-width: 100%;
}
aside.sidebar .search {
  margin-top: 20px;
  font-size: 16px;
}
aside.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}
aside.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border: 1px solid;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
aside.sidebar .courses {
  margin-bottom: 20px;
}
aside.sidebar .courses ul.item-row {
  display: block;
}
aside.sidebar .courses ul.item-row h3 {
  font-size: 14px;
}
aside.sidebar .courses ul.item-row .the-date {
  display: none;
}
aside.sidebar .courses ul.item-row .block-link {
  display: none;
}
aside.sidebar .sidebar-widget.contact {
  padding: 10px;
  background: #ccd2c5;
}
aside.sidebar .sidebar-widget.contact ul li {
  padding: 0;
  border: none;
  margin-bottom: 8px;
}
aside.sidebar .sidebar-widget.contact ul li label {
  text-transform: uppercase;
  font-size: 14px;
}
aside.sidebar .sidebar-widget.contact ul li input {
  max-width: 100%;
  border: none;
}
aside.sidebar .sidebar-widget.contact textarea {
  max-height: 85px;
}
aside.sidebar .sidebar-widget.contact input[type="submit"] {
  background: #716f77;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Nexa Bold', 'arial';
  font-size: 16px;
}
aside.sidebar .sidebar-widget.contact p {
  margin-top: 0;
  border-top: 1px solid #444;
  padding-top: 5px;
}
.sidebar {
  position: relative;
  width: 25%;
}
@media (min-width: 770px) {
  .sidebar {
    padding-bottom: 2em;
  }
}
.sidebar h3 {
  font-size: 2.25em;
  margin-bottom: 5px;
}
.sidebar h3:first-of-type {
  margin-top: 0;
}
.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
}
.sidebar ul {
  list-style-type: square;
}
.sidebar ul > li {
  font-size: 16px;
  color: #475b22;
}
.sidebar ul > li a {
  padding: 0px 0;
  display: inline-block;
  color: #475b22;
}
.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  transform: rotate(90deg);
  display: inline-block;
}
.sidebar ul .sub-menu {
  display: none;
}
.sidebar .search {
  margin-top: 20px;
  font-size: 16px;
}
.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
}
.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 4px;
  background: #172c52;
  color: #fff;
}
.side-product-cats li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
.side-product-cats li.full-row {
  justify-content: space-between;
}
.side-product-cats li.center-row {
  justify-content: center;
}
.side-product-cats .cat-image {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  border: 1px solid #eee;
  margin-right: 10px;
}
body aside.email-form {
  background: #475b22;
  text-align: center;
  padding: 10px;
  color: #fff;
}
body aside.email-form h3 {
  margin: 0 0 5px;
}
body aside.email-form div.row {
  justify-content: center;
  margin: 0 auto;
}
body aside.email-form div.ctct-inline-form div.ctct-form-defaults {
  background: #475b22;
  max-width: 650px;
  margin: 0 auto;
}
body aside.email-form div.ctct-inline-form div.ctct-form-defaults .ctct-form-header {
  color: #fff;
  font-family: 'Lora', serif;
}
body aside.email-form div.ctct-inline-form div.ctct-form-defaults .ctct-form-text {
  color: #fff;
  font-family: 'Lato', sans-serif;
}
body aside.email-form div.ctct-inline-form div.ctct-form-defaults .ctct-form-label,
body aside.email-form div.ctct-inline-form div.ctct-form-defaults .ctct-gdpr-text {
  color: #fff;
  font-family: 'Lato', sans-serif;
}
body aside.email-form div.ctct-inline-form div.ctct-form-defaults .ctct-form-button {
  background: #5c8727;
  border: none;
}
footer.footer {
  background: #eee;
  text-align: center;
  color: #24242b;
  font-family: 'Lato', sans-serif;
  padding: 2em 0;
}
footer.footer .contain {
  width: 90%;
}
footer.footer .foot-logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
footer.footer .copyright {
  text-align: center;
  margin: 3em 0 0;
}
footer.footer .copyright a {
  color: #475b22;
}
footer.footer .contact a {
  display: block;
}
footer.footer a {
  color: #5c8727;
}
footer.footer ul.foot-social {
  justify-content: flex-start;
  display: block;
  text-align: left;
}
footer.footer ul.foot-social li {
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  position: relative;
}
footer.footer ul.foot-social li a {
  position: relative;
  z-index: 200;
  text-align: center;
  display: block;
  font-size: 40px;
}
footer.footer ul.foot-social li span:before {
  color: #5c8727;
}
footer.footer .foot-menu {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer.footer .foot-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer.footer .foot-menu li {
  display: inline-block;
  margin: 0 0px;
}
footer.footer .info {
  padding: 10px 10px;
  justify-content: space-between;
}
@media (max-width: 770px) {
  footer.footer .info {
    flex-wrap: wrap;
  }
}
footer.footer .info .foot-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  text-align: left;
}
@media (min-width: 760px) {
  footer.footer .info .foot-block {
    min-width: 25%;
  }
}
@media (max-width: 770px) {
  footer.footer .info .foot-block {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media (max-width: 759px) {
  footer.footer .info .foot-block {
    margin-bottom: 10px;
    width: 100%;
  }
}
footer.footer .info .foot-block h3 {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  color: #5c8727;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 8px;
}
footer.footer .info .foot-block.address {
  text-align: left;
}
footer.footer .info li {
  text-align: left;
}
footer.footer .info li ul.sub-menu {
  display: none;
}
footer.footer .info li h3 {
  margin-top: 0;
  font-size: 2em;
  font-style: normal;
  margin-bottom: 10px;
}
footer.footer .info li a {
  font-size: 16px;
  font-weight: bold;
}
footer.footer .info > li {
  width: 30%;
  text-align: left;
}
@media (max-width: 759px) {
  footer.footer .info > li {
    margin: 0;
  }
}
.call-toggle {
  transform: rotate(90deg);
  display: inline-block;
  display: none;
  position: fixed;
  width: 140px;
  right: -44px;
  top: 50%;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #74b2c7;
  padding: 15px 10px 10px;
  z-index: 1000;
  font-weight: bold;
  font-size: 22px;
  color: #eee;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.call-toggle:hover {
  background: #ddba01;
  color: #eee;
}
.call-toggle a {
  color: #eee;
}
.modal-form {
  position: fixed;
  width: 70%;
  right: -1000px;
  top: 0;
  height: 100%;
  background-color: #028fbf;
  padding: 20px;
  z-index: 2000;
  color: #24242b;
  min-width: 300px;
  box-shadow: 0px -5px 7px 2px rgba(62, 60, 60, 0.72);
  overflow: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form > * {
  z-index: 4;
  position: relative;
}
@media (min-width: 950px) {
  .modal-form {
    min-width: 500px;
    width: 30%;
  }
}
@media (max-width: 759px) {
  .modal-form {
    width: 85%;
  }
  .modal-form h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.modal-form.open {
  right: 0;
}
.modal-form .modal-toggle {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #ddd;
  font-size: 32px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form .modal-toggle:hover {
  color: #028fbf;
}
.modal-form h2 {
  color: #fff;
  margin: 0 auto 10px;
  text-align: center;
}
.modal-form input,
.modal-form select {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 0 0 8px;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
}
.modal-form input[type="submit"],
.modal-form select[type="submit"] {
  border: transparent;
  background: #ddba01;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.45em;
}
.modal-form textarea {
  width: 100%;
  padding: 8px 8px 0;
  max-height: 80px;
  font-size: 14px;
}
.modal-form ul {
  justify-content: space-between;
}
.modal-form ul:before {
  display: none;
}
.modal-form ul li {
  margin-bottom: 5px;
}
.modal-form h3 {
  margin: 10px 0 0;
}
.modal-form p {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 2px 10px;
}
.modal-form .call-us {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.modal-form .call-us h3 {
  margin: 0;
}
.modal-form .call-us a {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.45em;
  color: #fff;
}
.modal-form .healcode h1 {
  display: none;
}
.modal-form select[id*="staff"] {
  display: none;
}
.modal-form a.action_icon.my_account_version,
.modal-form a.action_icon.cart_version {
  display: none;
}
.form-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.form-bg.open {
  right: 0;
  opacity: 0.85;
}
.wpcf7 p:last-of-type {
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  margin-top: 0px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: red;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #f7e700;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
  margin-right: 16px;
  vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
  content: ":)";
}
div.wpcf7-validation-errors:before {
  content: "!";
}
form.wpcf7-form ul.form-row {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 760px) {
  form.wpcf7-form ul.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  form.wpcf7-form ul.form-row.full-row {
    justify-content: space-between;
  }
  form.wpcf7-form ul.form-row.center-row {
    justify-content: center;
  }
}
form.wpcf7-form ul.form-row li {
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  form.wpcf7-form ul.form-row li {
    width: 48%;
  }
  form.wpcf7-form ul.form-row li:nth-last-child(2 ),
  form.wpcf7-form ul.form-row li:last-child {
    width: 100%;
  }
}
form.wpcf7-form li {
  padding: 0;
}
form.wpcf7-form li input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 8px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
form.wpcf7-form li input[type="submit"] {
  background: #475b22;
  color: #fff;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  font-size: 16px;
  font-weight: bold;
  border: none;
}
form.wpcf7-form li textarea {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
}
div.mb-form {
  display: none;
}
.centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.mobile-only {
  display: none;
}
@media (max-width: 759px) {
  .mobile-only {
    display: block;
  }
}
.desktop-only {
  display: none;
}
@media (min-width: 1100px) {
  .desktop-only {
    display: block;
  }
}
.shadow {
  box-shadow: 0px 1px 7px -1px rgba(132, 128, 128, 0.72);
}
.filter {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.grayscale {
  filter: grayscale(0.64);
}
.grayscale.brighten {
  filter: grayscale(0.14);
}
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+14,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.white-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.blue-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfedf8+0,000000+100&0.65+0,0+69 */
  background: -moz-linear-gradient(top, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cfedf8', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.kalam {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.montserrat-bold {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.source-serif {
  font-family: 'Source Serif Pro', 'arial';
  font-style: normal !important;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.lora {
  font-family: 'Lora', serif;
}
.playfair {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: normal !important;
}
.playfair-bold {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: bold !important;
}
.playfair-fancy {
  font-family: 'Playfair Display SC', 'Georgia';
  font-style: italic;
  font-weight: bold !important;
}
.ikaros {
  font-family: 'ikaros_sansregular', sans-serif;
  font-weight: normal !important;
}
.ikaroslight {
  font-family: 'ikaros_sanslight', sans-serif;
  font-weight: normal !important;
}
.fast {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.icon-text {
  padding-bottom: 40px;
  position: relative;
}
.icon-text:after {
  font-family: 'bakery-icons';
  content: '\e911';
  font-weight: normal !important;
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 110px;
  line-height: 20px;
  transform: translate(-50%, 0%);
  color: #444;
}
.fancy-title {
  text-align: center;
  font-family: 'Rallifornia';
  font-weight: normal !important;
  position: relative;
  padding-bottom: 25px;
}
.fancy-title:after {
  content: "G";
  font-family: 'Rallifornia Swash';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -10px;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  font-size: 0.9em;
}
.dark-mask {
  position: relative;
}
.dark-mask > * {
  z-index: 2;
}
.dark-mask:before {
  top: 0;
  content: '';
  background: #24242b;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.border-title {
  position: relative;
  padding: 20px 20px;
  text-align: center;
  font-family: 'Lora', serif;
}
@media (max-width: 759px) {
  .border-title {
    padding: 20px 10px;
  }
}
.border-title:before {
  content: '';
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  border-color: inherit;
  border-style: solid;
  border-width: 2px 0px 0 0px;
}
.border-title:after {
  content: '';
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: inherit;
  border-style: solid;
  border-width: 0 0px 2px 0px;
}
.skew {
  transform: rotate(4deg);
}
.skew-reverse {
  transform: rotate(-4deg);
}
.ice-bg {
  background-image: url('../img/ice.png');
  background-repeat: repeat;
}
.snow-bg {
  background-image: url('../img/snow.png');
  background-repeat: repeat;
}
.angled {
  overflow: visible;
}
.angled:after {
  content: '';
  width: 105%;
  height: 60px;
  background: #fff;
  position: absolute;
  bottom: -30px;
  transform: rotate(2deg);
  left: -2.5%;
  z-index: 6;
}
.border-after {
  text-align: center;
}
.border-after:after {
  content: '';
  position: relative;
  display: block;
  width: 250px;
  height: 10px;
  margin: 20px auto 20px;
  background-image: url('../img/natural_wood.jpg');
}
.in-quotes:before {
  content: '\201c';
}
.in-quotes:after {
  content: '\201d';
}
.panel.flakes .page-section {
  position: relative;
  z-index: 40;
}
.panel.flakes .flake-contain {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}
.panel.flakes .flake {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
}
.panel.flakes .flake svg {
  max-width: 100%;
  height: auto;
  fill: #a4c3ce;
  opacity: 0.4;
}
.panel.flakes .flake.flake-1 {
  top: 2%;
  left: 34vh;
}
.panel.flakes .flake.flake-2 {
  top: 11.5%;
  left: 4vh;
}
.panel.flakes .flake.flake-3 {
  top: 16%;
  left: 53vh;
}
.panel.flakes .flake.flake-4 {
  top: 70%;
  left: 5vh;
}
.panel.flakes .flake.flake-5 {
  right: 5vh;
  top: 38%;
  left: initial;
}
.panel.flakes .flake.flake-6 {
  right: 12vh;
  top: 4%;
  left: initial;
}
.panel.flakes .flake.flake-7 {
  left: 15vh;
  top: 52%;
}
.panel.flakes .flake.flake-8 {
  right: 51vh;
  top: 59%;
  left: initial;
}
.triangle-panel {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -50px;
}
.triangle-panel .pane {
  width: 47.85%;
  background: #fff;
  height: 50px;
  position: relative;
  display: block;
}
.triangle-panel .pane.right {
  float: right;
}
.triangle-panel .pane.right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
}
.triangle-panel .pane.left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
  position: absolute;
  right: -50px;
}
.triangle-left {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
}
.triangle-right {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
}
@media only screen and (max-width: 1350px) {
  header.header .nav ul > li.menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content-list li {
    min-width: 280px;
  }
  .location-list li {
    min-width: 0;
  }
}
@media only screen and (max-width: 1199px) {
  header.header {
    border-bottom: 1px solid #eee;
  }
  header.header nav.nav {
    width: 100%;
    justify-content: center;
  }
  header.header nav.nav ul.header-menu {
    display: none;
  }
  header.header .extra-menu {
    display: none;
  }
  header.header .main-head .nav {
    order: 2;
    flex-grow: 0;
  }
  header.header .main-head .column {
    order: 0;
  }
  .desktop-only {
    display: none !important;
  }
  .menu-toggle {
    display: block !important;
  }
  body.home .home-slide article div.row {
    width: 85%;
    margin: 0 auto;
  }
  body.home .home-slide article div.row nav {
    flex-direction: column;
  }
  body.home .home-slide article div.row nav a {
    height: inherit;
    line-height: 1.1em;
    padding: 10px;
  }
  .award-list ul {
    justify-content: space-between;
  }
  .award-list ul li {
    padding: 0 10px;
    width: 24.65%;
  }
  .award-list ul li .award-image {
    max-width: 100%;
  }
  body.woocommerce .call-toggle {
    display: none;
  }
  .shop-row .product-cats {
    width: 20%;
  }
  #cat-images li {
    width: 48%;
    margin-bottom: 1em;
  }
  footer.footer ul.foot-social li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .row {
    flex-wrap: wrap;
  }
  .row .block {
    width: 100% !important;
  }
  body.home .home-slide article.slide-text {
    margin-top: 20px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
  }
  body.home .panel.welcome .page-section {
    margin-top: -35px;
    padding: 10px 20px 0;
  }
  body.home .info-list .big-image {
    order: -1;
    margin: 0;
  }
  body.home .info-list .big-image .item-image {
    min-height: 200px;
    background-size: cover;
  }
  header.header {
    background: #fff;
  }
  header.header .phone {
    margin: 10px auto;
    font-size: 20px;
    justify-content: center;
  }
  header.header .main-head {
    width: 100%;
  }
  header.header .main-head .logo {
    display: block;
    margin: 5px auto 0px;
  }
  header.header .main-head .logo:after {
    left: 27px;
  }
  header.header .main-head .menu-toggle {
    line-height: 30px;
    text-align: center;
  }
  header.header .column {
    width: 100%;
    display: block;
    text-align: center;
  }
  header.header#header-2 .main-head {
    flex-direction: row;
    width: 100%;
    padding: 5px 10px;
    flex-wrap: nowrap;
  }
  header.header#header-2 .main-head .logo {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  header.header#header-2 .main-head .nav {
    width: 50%;
  }
  header.header#header-2 .main-head .column {
    display: none;
  }
  header.header#header-2 .phone {
    min-width: 0;
    font-size: 35px;
    margin-right: 15px;
  }
  header.header#header-2 .phone span[class*="icon"] {
    display: block;
    line-height: 50px;
  }
  header.header#header-2 .menu-toggle {
    line-height: 50px;
    font-size: 35px;
  }
  header.header#header-2 .second-nav {
    flex-direction: row;
    width: 50%;
  }
  header.header#header-2 .second-nav a {
    text-align: center;
  }
  .content-row article.page {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }
  .content-row aside.sidebar {
    width: 100%;
    border: none;
  }
  .content-row aside.sidebar:before {
    width: 100%;
    height: 1px;
  }
  #slide-nav .logo img {
    max-width: 80%;
  }
  #slide-nav ul li a {
    font-size: 26px;
    padding: 5px 10px;
  }
  body.home .call-toggle {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  body.home .call-toggle.active {
    opacity: 1;
  }
  body.home .slick-prev {
    left: 8px;
  }
  body.home .slick-next {
    right: 8px;
  }
  body.home .home-slide {
    background-position: center center;
  }
  body.home .home-slide article {
    width: 100%;
  }
  body.home .home-slide article h2 {
    font-size: 2.25em;
  }
  body.home .home-slide article p {
    font-size: 2em;
  }
  body.home .home-slide .extra-banner {
    display: none;
  }
  body.home .content-list,
  body.home .award-list {
    flex-direction: column;
  }
  body.home .content-list li,
  body.home .award-list li {
    width: 85%;
    margin: 0 auto 40px;
  }
  body.home iframe {
    max-width: 100%;
  }
  .row {
    flex-direction: column;
  }
  .row.foot-social {
    flex-direction: row;
  }
  body.woocommerce .woocommerce-products-header h1.page-title,
  body.woocommerce-page .woocommerce-products-header h1.page-title {
    width: 80%;
    font-size: 3.5em;
  }
  .shop-results {
    padding: 0;
    flex-direction: column;
    text-align: center;
  }
  .shop-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .shop-row ul.product-cats,
  .shop-row ul.products {
    width: 100%;
  }
  .shop-row ul.product-cats {
    margin-top: 20px;
  }
  .promotion h2 {
    font-size: 24px;
  }
  .woocommerce-pagination {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .woocommerce-pagination li {
    margin-bottom: 2px !important;
  }
  footer.footer .info > li {
    width: 100%;
  }
  footer.footer .info > li .foot-social li {
    margin: 10px 5%;
  }
  .page-section h2 {
    font-size: 1.85em;
  }
  .call-to-action {
    padding: 4em 0;
  }
  article.form-contain {
    width: 90% !important;
  }
  article.form-contain header,
  article.form-contain div.wpcf7 {
    width: 100%;
    padding-top: 0;
  }
}
