@charset "UTF-8";
/*
Theme Name: Gandy Custom Theme
Theme URI: #
Description: Custom WordPress Theme
Version: 1.0.7
Author: Luca Chagay
Author URI: #
License: GPL
License URI: License.txt
Tags: responsive-layout, post-formats
*/
/* mixin for multiline */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}
/*----------------------------
#Font
-------------------------------*/

@font-face {
    font-family: Helvetica;
    src: url(./assets/fonts/HelveticaNeue.woff);
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../assets/fonts/HelveticaNeueLTStd-MdCn.woff2') format('woff2'),
        url('../assets/fonts/HelveticaNeueLTStd-MdCn.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../assets/fonts/HelveticaNeueLTStd-XBlkCn.woff2') format('woff2'),
        url('../assets/fonts/HelveticaNeueLTStd-XBlkCn.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../assets/fonts/HelveticaNeueLTStd-HvCn.woff2') format('woff2'),
        url('../assets/fonts/HelveticaNeueLTStd-HvCn.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #666;
  font-family: "Helvetica", "Open Sans", "Helvetica", monospace;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 25.6px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

h2 {
  font-size: 22.4px;
}

h3 {
  font-size: 19.2px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #ffffff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: "Open Sans", "Helvetica", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

mark, ins {
  background: #ffffff;
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  font-weight: bold;
}

@font-face {
  font-family: "icomoon";
  src: url('assets/fonts/icomoon.ttf?1490989064') format('truetype'), url('assets/fonts/icomoon.eot?1490989064') format('embedded-opentype'), url('assets/fonts/icomoon.woff?1490989064') format('woff'), url('assets/fonts/icomoon.svg?1490989064') format('svg');
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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-all:before {
  content: "\e900";
}

.icon-civic:before {
  content: "\e901";
}

.icon-commercial:before {
  content: "\e902";
}

.icon-education:before {
  content: "\e903";
}

.icon-health-care:before {
  content: "\e904";
}

.icon-industrial:before {
  content: "\e905";
}

.icon-planning:before {
  content: "\e906";
}

.icon-residential:before {
  content: "\e907";
}

.icon-sports:before {
  content: "\e908";
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  width: 100%;
  min-width: 320px;
  background-color: #ffffff;
}

h1, h2, h3, h4 {
  background: transparent;
  color: #000;
}

h1, h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

#page-wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

#page-card {
  width: 100%;
  margin: 0px auto 40px auto;
  position: relative;
}

#primary {
  position: relative;
}
#primary .top-banner {
  height: 20%;
  min-height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#primary main {
  position: relative;
}

a {
  text-decoration: none;
}

.no-padding {
  padding: 0px;
}

header, footer, #primary, #no-lines {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

div.entry-header {
  min-height: 50px;
  width: 100%;
}
div.entry-header h1 {
  color: #000;
  text-align: center;
  font-size: 20px;
}

.entry-content ul li {
  list-style: disc;
  margin-left: 30px;
}

.content-area {
  max-width: 1500px;
  margin: 0px auto;
}


@media screen and (max-width: 1023px) {
  .one-half,
  .one-third,
  .two-third {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .one-half {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
  }

  .one-third {
    position: relative;
    width: 33.3%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
	float:right;
  }

  .two-third {
    position: relative;
    width: 66.4%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
	float:right;
  }
}
/*Make sure images aren't bigger than their columns*/
.one-half img,
.one-third img,
.two-third img {
  max-width: 100%;
  object-fit: contain;
}

/*.right {
  float: right;
  width: 50% !important;
}

.left {
  float: left;
  width: 50% !important;
}*/
/***Adjustments needs to be moved***/
.accordion h3 {
  padding: 10px 20px;
  background: #009ada;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-top: 2px solid #ffffff;
}
.accordion .ui-accordion-content {
  padding: 20px;
  background: #d9f0f9;
}

.image-row {
  vertical-align: middle;
  margin: 10px;
}
.image-row img {
  margin: 10px 20px;
}

.red {
  color: #ee3a43;
}

.blue {
  color: #009ada;
}

.fa {
  font-size: 2.5em;
  margin: 0px 20px;
}
.fa :hover {
  color: #ee3a43;
}

.feeder_table {
  background: #ffffff;
  color: #000000;
  text-align: left;
  padding: 15px;
  margin-bottom: 10px;
}
.feeder_table h3.feeder_table_date {
  margin-bottom: 1em;
  font-weight: 100;
}

/**FORMS***/
/*****REVIEW PLUGINS****/
div.wpcr3_dotline,
.wpcr3_aggregateRating {
  display: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header #header-content {
  background: transparent;
  height: 105px;
  position: relative;
  overflow: visible;
}
header #header-content #logo {
  width: 243px;
  height: 71px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 1000;
}
header #header-content #logo a img {
  width: 100%;
  padding: 0 0px;
}
@media screen and (max-width: 720px) {
  header #header-content #logo {
    width: 250px;
    height: 85px;
  }
}
header #header-content #menu-content {
  width: 95%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
}
header #header-content #menu-content .top-menu-wrapper {
  background: transparent;
  padding: 0 10px;
}
header #header-content #menu-content .top-menu-wrapper #top-menu {
  display: block;
  font-size: 14.4px;
  text-align: right;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul {
  padding: 0;
  list-style: none;
  display: inline-block;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li {
  display: inline-block;
  position: relative;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 4px 12px;
  text-decoration: none;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li > a:hover {
  background: #29a7f5;
  color: #000 !important;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  display: none;
  position: absolute;
  top: 100%;
  background: white;
  list-style: none;
  width: 15em;
  padding: 10px 0;
  text-align: left;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li ul > li {
  position: relative;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li ul > li > a {
  color: black;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li ul > li > a:hover {
  background: #009ada;
  color: #ffffff;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li ul > li ul {
  top: 0;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li ul > li:hover > ul {
  display: block;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li ul > li.separator {
  border-top: 1px solid #ddd;
  margin: 8px;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li:hover > a {
  background: none;
  color: #000;
}
header #header-content #menu-content .top-menu-wrapper #top-menu > ul > li:hover > ul {
  display: block;
}
@media screen and (max-width: 1100px) {
  header #header-content #menu-content .top-menu-wrapper {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  header #header-content {
    height: 90px;
  }
}

/*--------------------------------------------------------------
# Mobile menu
--------------------------------------------------------------*/
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes expand {
  0% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes collapse {
  0% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes collapse {
  0% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block !important;
}

.slideout-menu {
  position: absolute;
  left: auto;
  top: 0;
  bottom: auto;
  right: 0;
  z-index: 5;
  -webkit-overflow-scrolling: touch;
  display: block !important;
  padding: 0px;
  padding-top: 40px;
  background: #ffffff;
}
.slideout-menu > ul {
  display: none;
  border-bottom: 1px solid #ccc;
}
.slideout-menu #logo {
  float: left;
  top: 0;
  width: 220px;
}
.slideout-menu #logo img {
  width: 100%;
  padding: 0px 10px;
}
.slideout-menu a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  color: #666;
}
.slideout-menu a:hover {
  color: #ee3a43;
}
.slideout-menu li {
  font-size: 17.6px;
}
.slideout-menu li .item-row {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.slideout-menu li .item-row:hover {
  border-left: 5px solid #ccc;
}
.slideout-menu li .item-row:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.slideout-menu li li li {
  padding-left: 10px;
}
.slideout-menu li.menu-item-has-children ul.sub-menu {
  margin: 0;
}
.slideout-menu li.menu-item-has-children ul.sub-menu .item-row {
  padding-left: 35px;
}
.slideout-menu li.menu-item-has-children span.arrow {
  display: inline-block;
  cursor: pointer;
  right: 0;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slideout-menu li.menu-item-has-children span.arrow:after {
  right: 23px;
  content: '';
  border: 2px solid #ccc;
  border-top: none;
  border-left: none;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation-name: collapse;
  -webkit-animation-name: collapse;
}
.slideout-menu li.menu-item-has-children.is-open > div span.arrow:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation-name: expand;
  -webkit-animation-name: expand;
}
.slideout-menu li.menu-item-has-children.animation span.arrow:after {
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

#mobile-menu-button {
  padding-top: 15px;
  padding-right: 0;
  display: none;
  position: absolute;
  z-index: 7;
  top: 0;
  right: 15px;
}
@media screen and (max-width: 1100px) {
  #mobile-menu-button {
    display: inline-block;
  }
}

#bm-overlay {
  display: none;
}

@media screen and (max-width: 1100px) {
  .slideout-open #bm-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s;
    background: rgba(0, 0, 0, 0.29804);
    display: block;
  }

  .slideout-open .slideout-menu {
    height: 100vh;
    width: 300px;
    overflow-y: auto;
  }
  .slideout-open .slideout-menu > ul {
    display: block !important;
  }
  .slideout-open .c-hamburger {
    width: 50px;
  }
  .slideout-open #mobile-menu-button {
    padding-top: 0;
    right: 2px;
  }

  .slideout-open #page-card {
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  position: relative;
  max-width: 100%;
  text-align: left;
}
footer .footer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
}
footer .footer-wrapper {
  z-index: 6;
  background: #c9383f;
  color: #ffffff;
  padding: 20px 40px;
}
footer .footer-wrapper .footer-content {
  max-width: 1500px;
  margin: 0 auto;
}
footer .footer-wrapper a {
  color: #ffffff;
}
footer .footer-wrapper #footer-menu {
  display: block;
  text-align: center;
  line-height: 40px;
}
footer .footer-wrapper #footer-menu ul {
  padding: 0;
  list-style: none;
  display: inline-block;
}
footer .footer-wrapper #footer-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
footer .footer-wrapper #footer-menu ul li:after {
  content: '|';
  margin-left: 20px;
}
footer .footer-wrapper #footer-menu ul li ul {
  display: none;
}
footer .footer-wrapper #footer-menu ul li:first-child:before {
  content: '|';
  margin-right: 20px;
}
@media screen and (max-width: 580px) {
  footer .footer-wrapper #footer-menu {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.copyright {
  padding-top: 20px;
}
.copyright p {
  margin-bottom: 0;
  text-align: center;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
body.single-post div.projects-menu-wrapper,
body.page-template-default div.projects-menu-wrapper,
body.page-template-template-services div.projects-menu-wrapper,
body.page-template-news div.projects-menu-wrapper {
  padding-bottom: 50px;
}
body.single-post #primary main:before,
body.page-template-default #primary main:before,
body.page-template-template-services #primary main:before,
body.page-template-news #primary main:before {
  display: none;
}
body.single-post #primary main:after,
body.page-template-default #primary main:after,
body.page-template-template-services #primary main:after,
body.page-template-news #primary main:after {
  display: none;
}
body.single-post #primary main .main-wrapper,
body.page-template-default #primary main .main-wrapper,
body.page-template-template-services #primary main .main-wrapper,
body.page-template-news #primary main .main-wrapper {
  min-height: 400px;
}
body.single-post #primary main .main-wrapper:after,
body.page-template-default #primary main .main-wrapper:after,
body.page-template-template-services #primary main .main-wrapper:after,
body.page-template-news #primary main .main-wrapper:after {
  display: none;
}
body.single-post #primary main .main-wrapper .entry-content,
body.page-template-default #primary main .main-wrapper .entry-content,
body.page-template-template-services #primary main .main-wrapper .entry-content,
body.page-template-news #primary main .main-wrapper .entry-content {
  padding: 20px 40px;
}
body.single-post #primary main .main-wrapper .entry-content .content-body,
body.page-template-default #primary main .main-wrapper .entry-content .content-body,
body.page-template-template-services #primary main .main-wrapper .entry-content .content-body,
body.page-template-news #primary main .main-wrapper .entry-content .content-body {
  padding: 0px 100px;
}
@media screen and (max-width: 860px) {
  body.single-post #primary main .main-wrapper .entry-content .content-body,
  body.page-template-default #primary main .main-wrapper .entry-content .content-body,
  body.page-template-template-services #primary main .main-wrapper .entry-content .content-body,
  body.page-template-news #primary main .main-wrapper .entry-content .content-body {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 580px) {
  body.single-post #primary main .main-wrapper .entry-content .content-body,
  body.page-template-default #primary main .main-wrapper .entry-content .content-body,
  body.page-template-template-services #primary main .main-wrapper .entry-content .content-body,
  body.page-template-news #primary main .main-wrapper .entry-content .content-body {
    padding: 0px;
  }
}
body.single-post #primary #projects-menu-container,
body.page-template-default #primary #projects-menu-container,
body.page-template-template-services #primary #projects-menu-container,
body.page-template-news #primary #projects-menu-container {
  position: relative;
}
body.single-post #primary #projects-menu-container:before,
body.page-template-default #primary #projects-menu-container:before,
body.page-template-template-services #primary #projects-menu-container:before,
body.page-template-news #primary #projects-menu-container:before {
  content: ' ';
  position: absolute;
  left: -1001px;
  width: 1000px;
  height: 150%;
  top: -150%;
  background: #ffffff;
}

body.single-project div.projects-menu-wrapper,
body.single-product div.projects-menu-wrapper {
  padding-bottom: 50px;
}
body.single-project #primary main:before,
body.single-product #primary main:before {
  left: 70%;
}
@media screen and (max-width: 720px) {
  body.single-project #primary main:before, body.single-project #primary main:after,
  body.single-product #primary main:before,
  body.single-product #primary main:after {
    display: none;
  }
  body.single-project #primary main .main-wrapper:after,
  body.single-product #primary main .main-wrapper:after {
    display: none;
  }
}
body.single-project #primary .top-banner,
body.single-product #primary .top-banner {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-project #primary section.project,
body.single-product #primary section.project {
  position: relative;
}
body.single-project #primary section.project .project-wrapper,
body.single-product #primary section.project .project-wrapper {
  margin: 0 auto;
  width: 70%;
}
body.single-project #primary section.project .project-wrapper:after,
body.single-product #primary section.project .project-wrapper:after {
  clear: both;
  content: '';
  display: block;
}
body.single-project #primary section.project .project-wrapper .project-content-wrapper,
body.single-product #primary section.project .project-wrapper .project-content-wrapper {
  position: relative;
}
body.single-project #primary section.project .project-content,
body.single-product #primary section.project .project-content {
  float: left;
  padding: 40px;
}
body.single-project #primary section.project .project-information,
body.single-product #primary section.project .project-information {
  width: 30%;
  float: right;
  padding: 40px;
}
body.single-project #primary section.project .project-information ul.list-properties li,
body.single-product #primary section.project .project-information ul.list-properties li {
  margin-bottom: 10px;
}
@media screen and (max-width: 720px) {
  body.single-project #primary section.project .project-content,
  body.single-project #primary section.project .project-information,
  body.single-product #primary section.project .project-content,
  body.single-product #primary section.project .project-information {
    width: 100%;
    float: none;
  }
  body.single-project #primary section.project ul.list-properties li,
  body.single-product #primary section.project ul.list-properties li {
    display: inline-block;
    margin-left: 10px;
  }
  body.single-project #primary section.project ul.list-properties li:first-child,
  body.single-product #primary section.project ul.list-properties li:first-child {
    margin-left: 0px;
  }
}

body.archive.post-type-archive-project #primary main,
body.archive.tax-projects #primary main {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 60px;
}
body.archive.post-type-archive-project #primary main:before,
body.archive.tax-projects #primary main:before {
  left: 50%;
}
@media screen and (max-width: 580px) {
  body.archive.post-type-archive-project #primary main,
  body.archive.tax-projects #primary main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
a {
  color: #ee3a43;
}
a:visited {
  color: #e2131e;
}
a:hover, a:focus, a:active {
  color: #e2131e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a div.tile-content {
  color: #ffffff;
}

@supports (grid-template-columns: repeat(4, auto)) {
  .tile-list {
    display: grid;
    grid-gap: 10px;
    justify-items: center;
    text-align: center;
  }
  @media screen and (min-width: 700px) {
    .tile-list {
      grid-template-columns: repeat(2, auto);
      grid-template-rows: auto;
      max-width: 810px;
      margin-left: auto !important;
      margin-right: auto !important;
    }
  }
  @media screen and (min-width: 1024px) {
    .tile-list {
      grid-template-columns: repeat(3, auto);
      max-width: none;
    }
  }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .tile-list.exactly-4 {
      grid-template-columns: repeat(4, auto);
    }
  }

  @media screen and (min-width: 1150px) {
    .tile-list {
      grid-template-columns: repeat(4, auto);
      max-width: none;
    }
    .tile-list.exactly-6 {
      grid-template-columns: repeat(3, auto);
    }
    .tile-list .indoor-air-home {
      display: none;
    }
  }
  .tile-list .tile-list-item {
    height: initial;
    min-height: unset;
    width: 100% !important;
    padding: 0 !important;
  }
  .tile-list .tile-list-item-background-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 300px;
    height: 100%;
  }
  .tile-list > .clear {
    display: none;
  }
}
.tile-list {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tile-list .tile-list-item {
  padding: 0;
  float: left;
  width: 50%;
  height: 300px;
  position: relative;
}
.tile-list .tile-list-item .more {
  bottom: 0px;
  padding: 0.7em 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
@media screen and (max-width: 860px) {
  .tile-list .tile-list-item {
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 720px) {
  .tile-list .tile-list-item {
    height: 70vw;
  }
}
@media screen and (max-width: 580px) {
  .tile-list .tile-list-item {
    height: 80vw;
  }
}
@media screen and (max-width: 375px) {
  .tile-list .tile-list-item {
    height: 90vw;
  }
}
.tile-list .tile-list-item .tile-list-item-background-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ebeae6;
}
.tile-list .tile-list-item .tile-list-item-wrapper {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.tile-list .tile-list-item .tile-list-item-wrapper:hover {
  background-size: cover;
}
.tile-list .tile-list-item .tile-list-item-wrapper .tile-list-item-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 154, 218, 0.8);
  text-align: center;
  width: 100%;
  height: 100%;
}
.tile-list .tile-list-item .tile-list-item-wrapper .tile-list-item-content-wrapper .tile-list-item-content {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tile-list .tile-list-item .tile-list-item-wrapper .tile-list-item-content-wrapper .tile-list-item-content .tile-list-item-title {
  margin-bottom: 20px;
}
.tile-list .tile-list-item:hover .tile-list-item-content-wrapper {
  display: block;
}
.tile-list.four-in-line .tile-list-item {
  padding: 5px;
  width: 25%;
  height: 375px;
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content {
  width: 90%;
  height: 90%;
  top: 5%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content .tile-list-item-title {
  height: 30%;
  position: relative;
  overflow: hidden;
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content .tile-list-item-title h2 {
  position: absolute;
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content .description {
  max-height: 220px;
  overflow-y: auto;
}
.tile-list.four-in-line .tile-list-item h2 {
  color: #ee3a43;
  line-height: 1em;
  padding: 0.7em 0;
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content {
  color: #000;
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content-image .tile-content {
  width: 100%;
  height: 70%;
  position: relative;
}
.tile-list.four-in-line .tile-list-item .tile-list-item-content-image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tile-list.four-in-line .tile-list-item:hover h2 {
  color: #ffffff;
}
.tile-list.four-in-line .tile-list-item:hover .tile-list-item-content {
  color: #ffffff;
}
.tile-list.four-in-line .tile-list-item:hover .tile-list-item-background-wrapper {
  background: rgba(0, 154, 218, 0.8);
}
.tile-list.four-in-line .tile-list-item.item-1, .tile-list.four-in-line .tile-list-item.item-5 {
  padding-left: 0;
}
.tile-list.four-in-line .tile-list-item.item-4, .tile-list.four-in-line .tile-list-item.item-8 {
  padding-right: 0;
}
@media screen and (max-width: 1500px) {
  .tile-list.four-in-line .tile-list-item {
    /*height: 25vw;*/
    min-height: 315px;
    overflow: hidden;
  }
}
@media screen and (max-width: 920px) {
  .tile-list.four-in-line .tile-list-item {
    width: 50%;
  }
  .tile-list.four-in-line .tile-list-item.item-3, .tile-list.four-in-line .tile-list-item.item-5, .tile-list.four-in-line .tile-list-item.item-7 {
    padding-left: 0;
  }
  .tile-list.four-in-line .tile-list-item.item-2, .tile-list.four-in-line .tile-list-item.item-4, .tile-list.four-in-line .tile-list-item.item-6 {
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .tile-list.four-in-line .tile-list-item {
    padding: 5px !important;
    width: 100%;
  }
}

:not(.four-in-line) > .tile-list-item-background-wrapper:first-of-type .tile-list-item {
  padding-left: 0;
}
:not(.four-in-line) > .tile-list-item-background-wrapper:nth-last-child(2) .tile-list-item {
  padding-right: 0;
}
.four-in-line > .tile-list-item-background-wrapper:nth-of-type(4n + 1) .tile-list-item {
  padding-left: 0;
}
.four-in-line > .tile-list-item-background-wrapper:nth-of-type(4n + 4) .tile-list-item {
  padding-right: 0;
}

.pagination {
  text-align: center;
  margin-bottom: 20px;
}
.pagination .page-numbers {
  position: relative;
  background: #ffffff;
  color: #009ada;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  height: 34px;
}
.pagination .page-numbers.current {
  background: #000;
  color: #ee3a43;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  text-indent: -99999px;
  width: 30px;
}
.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
  content: '';
  border: 2px solid #009ada;
  border-top: none;
  border-left: none;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  left: 5px;
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination .page-numbers.prev:before {
  left: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

table {
  margin: 10px 0px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.home-block {
  position: relative;
}
.home-block.block-n1 {
  padding-top: 10px;
}
.home-block .home-block-wrapper {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home-block .home-block-wrapper:after {
  clear: both;
  content: '';
  display: block;
}
.home-block .home-block-title {
  width: 100%;
  padding: 40px;
  text-align: center;
}
.home-block .home-block-content {
  width: 100%;
  padding: 0 80px 5px 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 580px) {
  .home-block .home-block-content {
    padding: 0 20px 5px 20px;
  }
}
.home-block .home-block-content.right {
  text-align: right;
}
.home-block .home-block-content.left {
  text-align: left;
}
.home-block .home-block-content.has-light-on {
  overflow: hidden;
}
.home-block .home-block-content .light-content {
  position: inherit;
}
.home-block .home-block-content .light-on {
  -webkit-box-shadow: 0 0 440px 300px #ffffff;
  -moz-box-shadow: 0 0 440px 300px #ffffff;
  box-shadow: 0 0 440px 300px #ffffff;
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  z-index: 0;
  width: 10%;
}
.home-block .home-block-content.left .light-on {
  left: 0;
}
.home-block .home-block-content.right .light-on {
  left: auto;
  right: 0;
}
.home-block.no-padding .home-block-title,
.home-block.no-padding .home-block-content {
  padding-left: 0;
  padding-right: 0;
}
.home-block.no-padding .home-block-wrapper:not(.bg-image) {
  background: transparent;
  background-image: none !important;
}
.home-block.hide-title .home-block-title {
  display: none;
}
.home-block.while {
  background: #000;
}
.home-block.gray {
  background: #ffffff;
}

body.home .slider-wrapper .light-on {
  /*-webkit-box-shadow: 0 0 440px 300px #ffffff;
  -moz-box-shadow: 0 0 440px 300px #ffffff;
  box-shadow: 0 0 440px 300px #ffffff;
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 30%;*/
  background-color: none;
}


body.home .slider-wrapper.left .light-on {
  left: 0;
}
body.home .slider-wrapper.right .light-on {
  left: auto;
  right: 0;
}

.loading-box {
  width: 100%;
  height: 460px;
  position: relative;
}
.loading-box .data-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  perspective: 200px;
}
.loading-box .data-loader:before, .loading-box .data-loader:after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: '';
  animation: jumping .5s infinite alternate;
  background: transparent;
}
.loading-box .data-loader:before {
  left: 0;
}
.loading-box .data-loader:after {
  right: 0;
  animation-delay: .15s;
}

@-webkit-keyframes jumping {
  0% {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    -ms-transform: scale(1) translateY(0px) rotateX(0deg);
    -o-transform: scale(1) translateY(0px) rotateX(0deg);
    transform: scale(1) translateY(0px) rotateX(0deg);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    transform: scale(1.2) translateY(-25px) rotateX(45deg);
    background: white;
    -webkit-box-shadow: 0 25px 40px white;
    box-shadow: 0 25px 40px white;
  }
}
@-moz-keyframes jumping {
  0% {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    -ms-transform: scale(1) translateY(0px) rotateX(0deg);
    -o-transform: scale(1) translateY(0px) rotateX(0deg);
    transform: scale(1) translateY(0px) rotateX(0deg);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    transform: scale(1.2) translateY(-25px) rotateX(45deg);
    background: white;
    -webkit-box-shadow: 0 25px 40px white;
    box-shadow: 0 25px 40px white;
  }
}
@-o-keyframes jumping {
  0% {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    -ms-transform: scale(1) translateY(0px) rotateX(0deg);
    -o-transform: scale(1) translateY(0px) rotateX(0deg);
    transform: scale(1) translateY(0px) rotateX(0deg);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    transform: scale(1.2) translateY(-25px) rotateX(45deg);
    background: #009ada;
    -webkit-box-shadow: 0 25px 40px #41c7ff;
    box-shadow: 0 25px 40px #41c7ff;
  }
}
@keyframes jumping {
  0% {
    -webkit-transform: scale(1) translateY(0px) rotateX(0deg);
    -ms-transform: scale(1) translateY(0px) rotateX(0deg);
    -o-transform: scale(1) translateY(0px) rotateX(0deg);
    transform: scale(1) translateY(0px) rotateX(0deg);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -ms-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    -o-transform: scale(1.2) translateY(-25px) rotateX(45deg);
    transform: scale(1.2) translateY(-25px) rotateX(45deg);
    background: #009ada;
    -webkit-box-shadow: 0 25px 40px #41c7ff;
    box-shadow: 0 25px 40px #41c7ff;
  }
}
section.slider {
  min-height: 500px;
  position: relative;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider.is-loaded .loading-box {
  display: none;
}
.flexslider .slides > li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  -webkit-backface-visibility: hidden;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.flexslider .slides > li .slider-wrapper {
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 45px;
  /*background-color:rgba(0,0,0,0.3)*/
}
.flexslider .slides > li .slider-wrapper.center{
	max-width:100%;
	width:88%;
}
.flexslider .slides > li .slider-wrapper.center .txt-img{
	width:80%;
	display:inline-block;
	
}
.flexslider .slides > li .slider-wrapper.center .txt-img{
	width:20%;
	display:inline-block;
}
.flexslider .slides > li .slider-wrapper.half {
  width: 45%;
}
.flexslider .slides > li .slider-wrapper.one-third {
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .flexslider .slides > li .slider-wrapper.one-third {
    width: 40%;
  }
}
@media screen and (max-width: 920px) {
  .flexslider .slides > li .slider-wrapper.one-third {
    width: 45%;
  }
}
.flexslider .slides > li .slider-wrapper.left {
  left: 5%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 860px) {
  .flexslider .slides > li .slider-wrapper.left {
    width: 85%;
  }
	
	.flexslider .slides > li .slider-wrapper .no-mobile{
		display:none;
	}
	.flexslider .slides > li .slider-wrapper .on-mobile {
    display: block;
    width: 200px !important;
    margin: auto;
    text-align: center;
    padding-bottom: 3em;
    float: none !important;
}
}
.flexslider .slides > li .slider-wrapper.right {
  right: 2%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 860px) {
  .flexslider .slides > li .slider-wrapper.right {
    width: 85%;
  }
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  height: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-indent: 99999px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.flex-direction-nav a:before {
  content: '';
  border: 4px solid #ffffff;
  border-top: none;
  border-left: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 12px;
  bottom: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.flex-direction-nav a.flex-next:before {
  left: 5px;
  content: ">";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  /*font-family: "@{font-name}";*/
  font-size: 20px;
  display: inline-block;
  content: "";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* -----------------------------------------------------------------------------

  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 56px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 15px;
  left: 7px;
  right: 7px;
  height: 8px;
  background: #cccccc;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #cccccc;
  content: "";
}

.c-hamburger span::before {
  top: -16px;
}

.c-hamburger span::after {
  bottom: -16px;
}

/**
 * Style 1
 *
 * Rotating hamburger icon (rot), that simply rotates 90 degrees when activated.
 * Nothing too fancy, simple transition.
 */
.c-hamburger--rot {
  background-color: #28aadc;
}

.c-hamburger--rot span {
  transition: transform 0.3s;
}

/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
  background-color: #166888;
}

.c-hamburger--rot.is-active span {
  transform: rotate(90deg);
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/**
 * Style 3
 *
 * Hamburger to left-arrow (htla). Hamburger menu transforms to a left-pointing
 * arrow. Usually indicates an off canvas menu sliding in from left that
 * will be close on re-click of the icon.
 */
.c-hamburger--htla {
  background-color: #32dc64;
}

.c-hamburger--htla span {
  transition: transform 0.3s;
}

.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
.c-hamburger--htla.is-active {
  background-color: #19903c;
}

.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(29px) translateY(4px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(29px) translateY(-4px) rotate(-45deg);
}

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from 
 * right that will be close on re-click of the icon.
 */
.c-hamburger--htra {
  background-color: #ff9650;
}

.c-hamburger--htra span {
  transition: transform 0.3s;
}

.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
.c-hamburger--htra.is-active {
  background-color: #e95d00;
}

.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

/* Header customization */
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
}
.header-background .read-line {
  position: absolute;
  bottom: 39px;
  left: 0;
  height: 31px;
  width: 100%;
  background: #ee3a43;
}
.header-background .blue-line {
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 33px;
  width: 100%;
  border-bottom: 10px solid #ffffff;
  z-index: 3;
  background: #009ada;
}
@media screen and (max-width: 1100px) {
  .header-background {
    height: 75px;
  }
  .header-background .read-line, .header-background .blue-line {
    display: none;
  }
}

header #header-content #logo {
  top: 34px;
}
header #header-content #logo img {
  padding: 0;
}
header #header-content .get-a-quote {
  position: absolute;
  width: 330px;
  right: 0;
  text-align: right;
  top: 8px;
  padding-right: 30px;
}
header #header-content .get-a-quote span {
  text-transform: uppercase;
  color: #ee3a43;
  margin-left: 20px;
}
header #header-content .get-a-quote span.mobile-icon {
  display: none;
  width: 1em;
  height: 1em;
  float: right;
  margin-left: 0;
  margin-right: 0;
  font-size: 3em;
  margin-top: -10px;
}
@media screen and (max-width: 720px) {
  header #header-content .get-a-quote span.text {
    display: none;
  }
  header #header-content .get-a-quote span.mobile-icon {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  header #header-content {
    height: 70px;
  }
  header #header-content #logo {
    top: 7px;
    height: 63px;
    width: 230px;
  }
  header #header-content .get-a-quote {
    top: 20px;
    right: 70px;
  }
}
@media screen and (max-width: 580px) {
  header #header-content {
    height: 65px;
  }
  header #header-content #logo {
    height: 50px;
    width: 180px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 420px) {
  header #header-content .get-a-quote {
    right: 60px;
  }
}

#top-menu > ul > li > a {
  text-transform: uppercase;
}
#top-menu > ul > li > ul li ul {
  display: none;
  position: absolute;
  left: 15em;
  top: 15px;
}
#top-menu > ul > li > ul li :hover ul {
  display: block;
}

@media screen and (min-width: 1100px) {
  header #header-content {
    margin-top: -1em;
  }
  header #header-content #menu-content {
    bottom: 0.5em;
  }
  header #header-content .get-a-quote {
    top: 37px;
    right: 0;
    width: auto;
    z-index: 1;
    letter-spacing: 2px;
  }
  header #header-content .get-a-quote a {
    font-weight: bold;
  }
  header #header-content .get-a-quote * {
    color: white !important;
  }
}
.flex-direction-nav {
  display: none;
}

@media screen and (max-width: 580px) {
    body.home section.slider {
        /*display: none;*/
        width: 100vw;
        /*height: 100vh;*/
    }

    

    ul.slides li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    }

    .promo-holder {
    padding: 5em 4em 3em;
    max-width: 32em;
    width: 100%;
    text-align: center;
    display: inline-block;
    }
}

@media screen and (max-width: 920px) {
  .promo-holder {
    padding-right: 0;
  }
}

/*Make link bigger than it's container using pseudo element*/
.image .home-block-wrapper a.full-homeblock-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*adds it to stacking context so that it shows up above lights-on*/
.image .promo-holder {
  opacity: 0.9999;
}

.cta-bar {
  display: block;
  position: relative;
  top: 10px;
  background-color: #ee3a43;
  border-bottom: 13.3px solid #ffffff;
}
.cta-bar :hover {
  background-color: #009ada;
}
.cta-bar a.cta {
  padding: 1.5em;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

/***Fix it***/
.tabs.ui-tabs {
  margin-bottom: 20px;
  border: 1px solid #009ada;
  margin: 20px 0 10px;
}

ul.ui-tabs-nav {
  display: flex;
  background-color: #009ada;
  color: white;
  /* margin-right: 2em; */
  min-width: 5em;
  flex-wrap: wrap;
  /* margin: 20px 0 10px; */
}

ul.ui-tabs-nav .tabs-title {
  padding: 8px 20px;
  /* text-decoration: underline; */
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 1.2em;
}

ul.ui-tabs-nav li {
  text-align: center;
}

ul.ui-tabs-nav li.ui-tabs-active.ui-state-active a {
  font-weight: bold;
  background: linear-gradient(#009ada 90%, #ee3a43 90%);
}

ul.ui-tabs-nav li:hover a {
  background-color: #ee3a43;
}

ul.ui-tabs-nav a {
  color: white;
  display: block;
  padding: 10px 20px;
}

.ui-tabs-panel.ui-widget-content {
  padding: 0.5em;
}

.breadcrumbs {
  text-align: center;
  margin: 0.5em 0;
  margin-top: 2em;
}

.social-bar h2 {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 10px;
}

.one-line-form_wrapper {
  margin: 0 !important;
  display: inline-block;
}

body .gform_wrapper.one-line-form_wrapper ul li.gfield {
  margin-top: 0 !important;
  padding-right: 0 !important;
}
body .gform_wrapper.one-line-form_wrapper ul li.gfield input[type="text"] {
  padding-right: 80px !important;
}

form.one-line-form {
  position: relative;
}
form.one-line-form .top_label div.ginput_container {
  margin: 0 !important;
}

.one-line-form .gform_body {
  padding-top: 0px !important;
  width: 100% !important;
  display: block;
}
.one-line-form .gform_body ul, .one-line-form .gform_body li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.one-line-form .gform_footer {
  width: auto !important;
  display: block;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  right: 0.35em;
  top: 0.7em;
}
.one-line-form .gform_footer input[type="submit"] {
  margin: 0 !important;
}

.gform_validation_error .one-line-form .gform_footer {
  bottom: 1.6em;
}

.one-line-form_wrapper {
  width: 17em;
}

@media screen and (max-width: 860px) {
  .social-bar {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .social-bar h2 {
    display: block;
    text-align: center;
  }
  .social-bar .one-line-form_wrapper {
    width: 100%;
    margin: 0 auto !important;
    max-width: 360px;
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #footer-social-bar .fa {
    margin: 0 10px;
  }
}
form.contact-us .gform_body {
  width: 100% !important;
}
form.contact-us li {
  width: 49%;
  float: left;
  clear: none !important;
  padding-top: 0;
  padding-right: 0 !important;
}
form.contact-us li:nth-child(2), form.contact-us li:nth-child(4) {
  float: right;
}
form.contact-us li .gfield_required {
  display: none;
}
form.contact-us li textarea.large {
  height: 260px;
}
form.contact-us li:nth-child(5) {
  width: 100%;
  clear: both !important;
  float: none;
}
@media screen and (max-width: 580px) {
  form.contact-us li {
    width: 100%;
  }
}
form.contact-us .bg-image {
  background-size: cover;
}

.hours-and-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hours-and-locations > * {
  width: auto;
  margin: 0 0.5em;
}

.hours-and-locations thead tr th {
  padding-bottom: 0.5em;
  text-transform: uppercase;
  padding-top: 1.5em;
}

.hours-and-locations th {
  text-align: left;
  padding-right: 0.5em;
  font-weight: bold;
  min-width: 6.7em;
}

.hours-and-locations table {
  display: inline;
}

.vertical-divider-div {
  display: block;
  margin: 0;
  width: 1px;
  background: lightgray;
}

@media screen and (max-width: 1023px) {
  .vertical-divider-div {
    display: none;
  }

  .hours-and-locations > * {
    width: 248px;
  }
}
#weekend-service {
  width: 238px;
  margin-top: 42px;
  display: inline-block;
}

@media screen and (min-width: 1009px) and (max-width: 1277px) {
  #weekend-service {
    width: auto;
    margin-top: 32px;
  }
}
/*Affects News & Events feed on front page and news page*/
/*Layout*/
.feeder_readmore, .page-template-news .readmore {
  text-align: right;
}

/*Handle posts with images*/
.feeder_table_content.with_image img.wp-post-image, .page-template-news .with_image img.wp-post-image {
  height: 150px;
  width: 150px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  display: block;
}
@media (min-width: 450px) {
  .feeder_table_content.with_image img.wp-post-image, .page-template-news .with_image img.wp-post-image {
    margin-right: 0.5em;
    float: left;
  }
  .feeder_table_content.with_image h2, .feeder_table_content.with_image h3, .page-template-news .with_image h2, .page-template-news .with_image h3 {
    clear: none;
  }
  .feeder_table_content.with_image .feeder_table_excerpt, .page-template-news .with_image .feeder_table_excerpt {
    clear: left;
  }
}
@media (min-width: 700px) {
  .feeder_table_content.with_image *, .feeder_table_content.with_image .feeder_table_excerpt, .page-template-news .with_image *, .page-template-news .with_image .feeder_table_excerpt {
    clear: none;
  }
  .feeder_table_content.with_image .feeder_table_excerpt, .page-template-news .with_image .feeder_table_excerpt {
    margin-left: 160px;
  }
  .feeder_table_content.with_image h2, .page-template-news .with_image h2 {
    margin-top: 0em;
  }
}

/*Handle layout differently on the front page, due to having three columns of feeds */
@media (min-width: 861px) {
  .home .feeder_table_content.with_image img.wp-post-image {
    margin-right: auto;
    float: none;
  }
  .home .feeder_table_content.with_image *, .home .feeder_table_content.with_image h2, .home .feeder_table_content.with_image h3 {
    clear: both;
  }
  .home .feeder_table_content.with_image .feeder_table_excerpt {
    margin-left: 0px;
  }
}

/*Front page Updates feed details*/
.feeds .clear {
  padding: 0 !important;
}

.feeds p {
  padding: 0;
  margin: 0;
}

.updates {
  border: 1px solid transparent;
  border-radius: 4px;
  height: 650px;
  box-sizing: border-box;
  background-color: #f6f7f9;
}

.updates > h2 {
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  color: #292f33;
  margin: 0;
  border-bottom: 1px lightgray solid;
}

.updates h2, .updates > div > * {
  padding: 10px;
}

@media (min-width: 1300px) {
  .updates h2 {
    font-size: 27px;
    line-height: 36px;
  }
}
.feeder_table, .page-template-news .content {
  border-bottom: 1px lightgray solid;
  margin-bottom: 0;
}

.feeder_list {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: auto;
}

.feeder_list h2 {
  text-align: left;
  font-weight: normal;
  font-size: 1.3em;
}

.updates > div:first-of-type {
  overflow-y: auto;
  max-height: 558px;
}

.updates h3 {
  margin-top: 0px;
}

/*News page*/
.page-template-news .content-body ul li {
  list-style: none;
}
@media (min-width: 650px) {
  .page-template-news .content.with_image .excerpt {
    display: flex;
  }
}

.wpcr3_button_1 {
  background: none;
  border: 1px solid #ee3a43;
}
.wpcr3_button_1:hover {
  background: none;
  border: 1px solid #ee3a43;
}

.home .wp-gr.wpac {
  width: 18em !important;
}

.home .wp-gr .wp-google-content-inner {
  display: none;
}

.feed-dark {
  background: rgba(235, 234, 230, 0.7);
  color: #000000;
  padding: 20px 0;
  margin: 0px -80px;
}
.feed-dark h2 {
  padding: 1em 0;
}
@media screen and (max-width: 580px) {
  .feed-dark {
    margin: 0px -20px;
  }
}

.feeds ul.ui-tabs-nav {
  justify-content: center;
  margin-top: 1em;
}

@media screen and (max-width: 860px) {
  .feeds .one-third {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .feeds .one-third {
    display: block !important;
  }

  ul.ui-tabs-nav {
    display: none;
  }
}
#facebook-tab iframe {
  max-width: 450px !important;
  width: 100%;
  border-radius: 9px !important;
}

@media screen and (max-width: 1023px) {
  /* this is when one-thirds go into single column */
  .feeds .one-third {
    width: 100% !important;
  }

  /*All three feeds*/
  .feeds .one-third iframe,
  section.feeder_list,
  iframe.twitter-timeline {
    max-height: 70vh !important;
    width: calc(100% - 3em) !important;
    max-width: 450px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
  }
}
.wp-gr.wpac {
  position: relative;
  max-width: 50em !important;
  margin: 2em auto !important;
}

.slides > li {
  background-position: top !important;
}

.slider-wrapper .slider-content {
  padding: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Open Sans", "Helvetica", monospace;
}
.slider-wrapper .slider-content h3{
  color: #fff;
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 0px;
  letter-spacing: 2px;
  font-family: "Helvetica Neue LT Std";
}

.slider-wrapper .slider-content h6
{
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
}

.slider-wrapper .slider-content b,
.slider-wrapper .slider-content strong{
  font-weight: 900;

}

.slider-wrapper .slider-content hr{
  color: #0099dc;
  margin: 40px 0px;

}

.slider-wrapper .slider-content .regular-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.5em;
  line-height: 1em;
}

body.page-template-template-services .one-four {
  width: 25%;
  float: left;
}
body.page-template-template-services .third-four {
  width: 75%;
  float: left;
  padding: 20px;
}
body.page-template-template-services ul.side-menu {
  padding: 20px;
  background: #ebeae6;
}
body.page-template-template-services ul.side-menu li a {
  color: #000;
  position: relative;
  width: 100%;
  display: block;
}
body.page-template-template-services ul.side-menu li.menu-item-has-children > a > span.arrow-key {
  display: inline-block;
  cursor: pointer;
  right: -20px;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
body.page-template-template-services ul.side-menu li.menu-item-has-children > a > span.arrow-key:after {
  right: 18px;
  content: '';
  border: 2px solid #000;
  border-top: none;
  border-left: none;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation-name: collapse;
  -webkit-animation-name: collapse;
}
body.page-template-template-services ul.side-menu li .sub-menu {
  display: none;
  padding-left: 20px;
}
body.page-template-template-services ul.side-menu li.current-menu-item > a {
  font-weight: bold;
}
body.page-template-template-services ul.side-menu li.is-open > a > span.arrow-key:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation-name: expand;
  -webkit-animation-name: expand;
}
body.page-template-template-services ul.side-menu li.is-open > ul.sub-menu {
  display: block;
}
@media screen and (max-width: 920px) {
  body.page-template-template-services .one-four {
    display: none;
  }
  body.page-template-template-services .third-four {
    width: 100%;
    padding: 20px;
  }
}

#footer-contact-us {
  text-align: left;
}
#footer-contact-us h3, #footer-contact-us h2 {
  text-align: center;
  margin-top: 0.2em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1em 0;
}
#footer-contact-us .contact-us-1,
#footer-contact-us .contact-us-2 {
  width: 50%;
  padding: 40px 20px;
  text-align: left;
  display: table-cell;
}
@media screen and (max-width: 920px) {
  #footer-contact-us .contact-us-1,
  #footer-contact-us .contact-us-2 {
    width: 100%;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 580px) {
  #footer-contact-us .contact-us-1 .one-half,
  #footer-contact-us .contact-us-2 .one-half {
    width: 100%;
  }
}
#footer-contact-us .contact-us-2 {
  background: rgba(235, 234, 230, 0.7);
}
#footer-contact-us .bg-image {
  background-size: 100%;
}

#footer-menu ul {
  max-width: 100%;
  display: flex;
}
@media screen and (max-width: 600px) {
  #footer-menu ul {
    flex-direction: column;
  }
  #footer-menu ul .menu-item {
    width: 100%;
    border-left: 0;
    border-bottom: 2px solid #fff;
    height: 50px;
  }
}
#footer-menu ul li {
  display: inline-block;
  width: 24%;
  box-sizing: border-box;
  text-align: center;
  border-left: 2px solid #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#footer-menu ul li:first-child {
  border-left: none;
}
#footer-menu ul li:hover {
  background: #ee3a43;
}
#footer-menu ul li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}

.links-holder {
  text-align: center;
}

#footer-social-bar {
  min-height: 80px;
  padding: 20px;
  background-color: #009ada;
}
#footer-social-bar .news-letter-sing-up,
#footer-social-bar .social-links {
  width: 50%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #footer-social-bar .news-letter-sing-up,
  #footer-social-bar .social-links {
    width: 100%;
    float: none;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 860px) {
  #footer-social-bar .one-half {
    width: 100%;
  }
}
#footer-social-bar a {
  color: #ffffff;
}

#footer-simple-menu {
  min-height: 80px;
  background-color: #009ada;
}

.simple-page-footer {
  padding: 1em 2em;
}
@media screen and (min-width: 1024px) {
  .simple-page-footer {
    padding: 1em 120px;
  }
}

#footer-address.page-address {
  display: inline-block;
}
#footer-address span {
  margin-right: 1em;
}
#footer-address span.company-phone {
  margin-right: 0;
}

.footer-media-page {
  float: right;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer-media-page {
    float: none;
    display: block;
    margin-top: 1em;
  }

  body:not(.home) #footer-address {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .footer-media-page .fa {
    margin: 0 10px;
  }

  body:not(.home) #footer-address span {
    display: block;
  }
}
body.home #footer-address {
  text-align: center;
}
body.home #footer-address span {
  margin-right: 0.5em;
}
body.home #footer-address span::after {
  content: "|";
  margin-left: 0.5em;
}
body.home #footer-address span.company-phone::after {
  display: none;
}
@media screen and (max-width: 860px) {
  body.home #footer-address span {
    display: block;
  }
  body.home #footer-address span::after {
    display: none;
  }
}

body.single-product .product {
  padding: 0 20px;
}
body.single-product .product .product-wrapper {
  padding: 0 20px;
}
body.single-product .product .product-wrapper .breadcrumbs {
  text-align: center;
}
body.single-product .product .product-wrapper .product-title {
  text-align: center;
}

/*****Products feed*********/
.product-list {
  height: auto;
}
.product-list .product-list-item {
  min-height: 30vw;
  height: 50em !important;
}
.product-list .product-list-item .tile-list-item-wrapper {
  background: #ebeae6;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item {
  height: auto;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .product-name {
  text-align: center;
  text-transform: uppercase;
  padding: 1em 0.3em;
  height: 5em;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .product-name h3 {
  color: #ee3a43;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .product-image {
  background: url("./assets/images/image-place-holder.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background-color: white;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .product-info {
  width: 80%;
  margin: 0 auto;
  font-size: 0.8em;
  padding-top: 1em;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .product-info p {
  margin-bottom: 0.5em;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .product-info p strong, .product-list .product-list-item .tile-list-item-wrapper .product-item .product-info p b {
  font-weight: 600;
}
.product-list .product-list-item .tile-list-item-wrapper .product-item .read-more {
  position: absolute;
  bottom: 4em;
  text-align: center;
  margin: 0px 20%;
  width: 60%;
}

/*# sourceMappingURL=style.css.map */