/*
Theme Name: Park Road Timber & Hardware
Author: Smith Brothers Media
Author URI: https://smithbrothersmedia.com.au
Description: Custom built theme for the sole use of by Park Road Timber & Hardware
Version: 1.1
License: For sole use of by Park Road Timber & Hardware
Text Domain: parkroad

*/

/* Container Overrides (Reset)
*/
.container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.no-padding {
  padding-left: 0px !important;
  padding-right: 0 !important;
}
/*FONT*/
/*@font-face                                                                     { font-family: helveticaThin; src: url(assets/fonts/HelveticaNeueLTStd-Cn.otf); }
@font-face                                                                     { font-family: helveticaThick; src: url(assets/fonts/HelveticaNeueLTStd-HvCn.otf); }*/
/*@font-face                                                                     { font-family: helveticaThin; src: url(assets/fonts/LinotypeHelveticaNeueLTStd-Cn.otf); }
@font-face                                                                     { font-family: helveticaThick; src: url(assets/fonts/LinotypeHelveticaNeueLTStd-BlkCn.otf); }*/

/* Page Defaults
*/
body {
  font-family: "helveticaThin", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #383838;
  letter-spacing: 0.6px;
}
/*body p                                                                         { line-height: 22px; }*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helveticaThin", sans-serif;
  color: #0060af;
}
h1 {
  color: #0060af;
  font-size: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
  /* margin-top: 10px; */
  /* line-height: 32px; */
  /* margin-bottom: 2rem; */
}
h5 {
  font-size: 20px;
}
a {
  color: #0060af;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #0060af;
  text-decoration: none;
}

h2 b,
h2 strong {
  font-size: 20px;
  color: #383838;
  font-weight: 400;
}
h3 b,
h3 strong {
  font-size: 20px;
  color: #0060af;
  font-weight: 400;
}

.main h2,
.main h3,
.main h4,
.main h5 {
  margin-bottom: 0;
}

img.img-responsive {
  width: 100%;
}
/*HEADER*/

/* Style phone number to fit 03 - GL 18/06 */
/* @media only screen and (min-width: 992px) {
  a#phone-number {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  a#phone-number {
    font-size: 32px;
  }
} */

#headerGroup {
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  z-index: 5050;
}
.header {
  background: #0060af;
  display: inline-block;
  transition: 0.3s;
  width: 100%;
  z-index: 0;
  /* min-height: 205px; */
  height: 180px;
  /* padding: 30px 0 50px 0; */
}
.header .container {
  width: 100%;
  height: 100%;
}
.header .row {
  width: 100%;
  height: 100%;
}
.header .row div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  /* padding: 20px 0; */
}
/*TOP HEADER - NAV*/
.top-header {
  width: 100%;
  background-color: #0060af;
  z-index: 2;
}
.top-header .navbar {
  font-size: 16px;
  margin-top: 5px;
}
.top-header .navbar li {
  display: inline;
}
.navbar li a {
  text-align: center;
  display: inline-block;
  background: none;
  border: 0px;
  width: unset;
  font-family: "helveticaThick";
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 5px;
  line-height: 24px;
  height: 100%;
}
.top-header .meta-phone {
  height: 100%;
  line-height: 100%;
}
.top-header .meta-phone a {
  font-family: "helveticaThick";
  color: #fff;
  text-decoration: none;
  background-color: #ef7d00;
  margin: 0 0 -15px 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 30px;
  height: 100%;
  line-height: 100%;
  transition: ease 0.3s;
  margin-bottom: 0;
}
.top-header .meta-phone a:hover,
.top-header .meta-phone a:active,
.top-header .meta-phone a:focus {
  color: #ef7d00;
  background-color: #fff;
}

/*HEADER - NAV*/
.navbar {
  color: #fff;
  padding: 0;
}
.navbar-brand {
  transition: all ease 0.3s;
}
.navbar-brand-parkroad {
  max-height: 120px;
  max-width: 350px;
  padding: 10px 0;
}
.navbar-brand-mitre10 {
  max-height: 80px;
  max-width: 200px;
  padding: 10px;
}
.navbar-toggler {
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
  margin: 0;
}
.navbar-toggler-icon {
  line-height: 1.5;
}
.navbar-collapse {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}
.primary-nav {
  background-color: #ef7d00;
  box-shadow: 0 0px 3px #fff;
  /* border-bottom: 5px solid white; */
}

/*HEADER - NAV - MENU ITEMS*/
.menu-item a {
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0);
  border-bottom: 0px solid transparent;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

ul.sub-menu {
  padding: 0;
  list-style-type: none;
  z-index: 10000;
  /* background: #3a3737; */
}
ul.sub-menu li a {
  padding-left: 20px;
}
/****/
.primary-nav li.top-lvl {
  color: #fff;
  font-family: "helveticaThick";
  font-size: 24px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 30px 15px;
}

.menu-item.top-lvl:hover ul {
    display: block;
}

.primary-nav li.catalogue-link {
  padding: 0;
}
ul.top-level {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 0;
}
.primary-nav .sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  background: #fff;
  color: #0060af;
  width: max-content;
  /* border: 5px solid #0060af; */
  box-shadow: 0 1px 3px #777;
  font-size: 12px;
}
.primary-nav a {
  list-style-type: none;
  text-decoration: none;
}
.primary-nav .menu-item:hover {
  background-color: #fff !important;
  transition: all ease 0.3s;
  color: #ef7d00 !important;
}
.primary-nav .menu-item a:hover {
  color: #ef7d00 !important;
}
.sub-lvl-title {
  border-bottom: 1px solid #0060af;
  border-right: 0px solid #0060af;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  float: left;
  padding: 5px;
}

.sub-lvl-title h3 {
  font-size: 20px;
  color: #0060af;
}
li .link a {
  color: #0060af;
  font-size: 18px;
  text-transform: none;
  font-family: "helveticaThin";
  padding-left: 0 !important;
}
.primary-nav ul {
  display: flex;
  /* width: 100%; */
  justify-content: center;
}

.primary-nav ul li {
  position: relative;
}

.primary-nav .sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #0060af;
  font-family: "helveticaThick";
  text-transform: initial;
  position: relative;
  top: 0;
  left: 0;
  width: max-content;
  text-transform: uppercase;
}
.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu a:focus {
  background-color: #fff;
  color: #6dcff6;
}

.btn-presstocall {
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 0 0 4px 4px;
}

/* Mobile Navigation -- more styles */
.navmenu {
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
.navmenu .navmenu-header {
  background-color: #17223c;
}
.navmenu .navmenu-header .navbar-toggle {
  float: none;
  margin: 0;
  padding: 1.5rem;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-align: left;
  background: url(assets/images/menu-arrow.png) right 15px center no-repeat;
}
.navmenu .nav {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.navmenu a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.navmenu .menu-item {
  background-color: #fff;
}
.navmenu .menu-item.active {
  background-color: #dfeaf4;
}
.navmenu .current-menu-item a {
  color: #fff !important;
  background-color: #297ba6 !important;
}

.navmenu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navmenu .sub-menu .menu-item a {
  display: block;
  padding: 10px 15px 10px 35px;
  background: url(assets/images/list-arrow.png) 2rem center no-repeat;
  border-bottom: 1px solid #ccc;
  font-style: italic;
}
.navmenu .current-menu-item .sub-menu .menu-item a {
  color: #17223c !important;
  background-color: #dfeaf4 !important;
}
.navmenu .sub-menu .current-menu-item a {
  background-image: url(assets/images/list-arrow-selected.png) !important;
}

.navmenu .navmenu-footer {
  border-bottom: 0;
}

/* FOOTER - NAV */
.foobar {
  margin-top: 2rem;
}
.foobar li {
  position: relative;
  width: auto;
}

.foobar li:last-child:before {
  display: none;
}

/* Containers
*/
.wrap {
}

/* Video */
iframe {
  max-width: 100%;
}

.videowrap {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videowrap iframe,
.videowrap object,
.videowrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container {
  padding-bottom: 40px;
}

.embed-container h2 {
  font-family: "helveticaThick";
  margin-bottom: 20px;
}

/* Map */
.mapwrap {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.mapwrap iframe,
.mapwrap object,
.mapwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Social */
.socialwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.socialwrap iframe,
.socialwrap object,
.socialwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Bottom Area */
.bottom-wrap {
  padding: 0px;
  padding-bottom: 50px;
  color: #0060af;
  background-color: #fff;
  /* border-bottom: 5px solid #fff; */
  /* background-image: url(assets/images/two-color-bg.png); */
  background-position: center;
  background-size: 100% auto;
}

.bottom-wrap a {
  background-color: white;
  color: #0060af;
}
.bottom-wrap a:hover {
  color: #6dcff6;
}

/* Seasonal Hours */
.seasonal_hours {
  padding: 50px;
  border-bottom: 5px solid #fff;
}
.seasonal_hours h4 {
  margin-bottom: 15px;
  line-height: 24px;
  font-family: "helveticaThick", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
}
.seasonal_hours ul {
  margin: 0 auto;
  max-width: 800px;
}

/* Components
*/
.feat-p {
  margin-top: 2rem;
}
.feat-p h3 {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 15px;
}

/* Carousel */
div#carousel-slider {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
}
.slide .bg-overlay {
  /*background: rgba(0,171,189,0.6);*/
  width: 100%;
  height: 500px !important;
}
.slide .bg-overlay {
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  /* filter: grayscale(100%); */
}
.slide {
  color: #fff;
}
.slide .carousel-img img {
  width: auto;
  margin: 20px auto;
  max-height: 200px;
  max-width: 100%;
  display: block;
}
.slide h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0px #222;
  -webkit-text-shadow: 1px 1px 0px #222;
  -moz-text-shadow: 1px 1px 0px #222;
}
.slide h4 {
  margin-bottom: 35px;
}
.slide .btn-full-width {
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 6px 0px 2px 0px;
  line-height: normal;
  margin-bottom: 5px;
}
.slide .carousel-control.left,
.slide .carousel-control.right {
  background-image: none;
  -webkit-background-image: none;
  -moz-background-image: none;
}
.carousel-indicators .active {
  background-color: #999;
}
.carousel-indicators li {
  border: 1px solid #999;
  background-color: #fff;
}

.carousel-item .h1 {
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
  font-size: 50px;
  font-family: "helveticaThick";
  line-height: 50px;
  margin-top: 2%;
}
.carousel-item h2 {
  font-size: 20px;
  font-family: "helveticaThick";
  line-height: 23px; /*margin-top: 58px; */
}
a.carousel-control {
  top: 0;
  height: 100%;
  width: 100px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  /* padding: 45% 0; */
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
}
a.carousel-control:hover {
  color: rgba(255, 255, 255, 0.7);
}

a.carousel-control.left {
  left: 0;
}
a.carousel-control.right {
  right: 0;
}

/*TAGLINE*/
.tagline {
  background: #0060af;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 100%;
}
.tagline h1 {
  line-height: 100%;
  height: 100%;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: "helveticaThick", sans-serif;
}

.brands {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
}
.brand-img {
  margin: 15px;
  max-width: 39%;
}
#hiddenBrands {
  display: none;
  height: 0px;
  opacity: 0;
  transition: opacity ease 0.2s;
  transition: height ease 0.5s;
}
#hiddenBrands.showBrands {
  display: block;
  height: auto;
  opacity: 1;
  transition: all ease 1s;
}
.brands h2 {
  font-size: 35px;
  font-family: "helveticaThick", sans-serif;
  line-height: 32px;
  text-align: center;
  margin: 50px 0 30px 0;
  color: #0060af;
}

/*trading hours*/

.trading-hours {
  background: #fff;
  color: #0060af;
  padding-top: 50px;
  padding-bottom: 60px;
}
.trading-hours h4,
.featured-content h4 {
  color: #fff;
  font-family: "helveticaThick", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 24px;
  margin-bottom: 15px;
}
.trading-hours .th-days {
  font-family: "helveticaThick", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
}
.trading-hours .th-hours {
  font-family: "helveticaThick", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.th-season {
}
.th-season li {
  padding: 6px 10px 3px;
}
.th-season li:nth-child(odd) {
  background-color: #f7f7f7;
}
.th-season span {
  display: inline-block;
  width: 67%;
}

.featured-content {
  background: #0060af;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
.featured-content img {
  max-width: 205px;
}
.featured-content p {
  font-family: "helveticaThick", sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.featured-content .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.featured-content .f-img,
.featured-content .f-content {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.f-img {
  margin-bottom: 15px;
}
.featured-content .f-content h4 {
  color: #fff;
}
/*CTA Accordian*/
.cta-accordian {
  background: #0060af;
  padding: 30px 0;
}

.cta-accordian h2 {
  font-size: 40px;
  padding-top: 5px;
  line-height: 40px;
  margin: 0 0 15px 0;
  color: #fff;
  text-align: center;
}
.cta-accordian a.btn {
  background-color: #ef7d00;
  color: #fff !important;
  font-size: 26px;
  padding: 15px 15px;
  width: max-content;
  transition: ease 0.3s;
}
.cta-accordian a.btn:hover,
.cta-accordian a.btn:focus,
.cta-accordian a.btn:active {
  background-color: #fff !important;
  color: #ef7d00 !important;
  text-decoration: none !important;
}
.cta-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cta-accordian div:first-child,
.cta-accordian div:nth-child(2) {
  justify-content: center;
}
.cta-accordian div:last-child {
  background-color: #0060af;
}

.aForms {
  margin-top: 40px;
}
.aForms .col-sm-3 {
  text-align: center;
  margin-top: 25px;
}
.aForms h2 {
  margin-bottom: 20px;
}
.aForms h3 {
  color: #383838;
  font-size: 22px;
  line-height: 22px;
}
.aForms p {
  margin: 0;
}
.aForms hr {
  width: 100%;
  background-color: #383838;
  margin: 40px 0;
}
/* Gallery */
.gallery {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.gallery .gallery-item {
  float: left;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px;
}
.gallery .gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 5px #efefef solid;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
@media (max-width: 768px) {
  .gallery .gallery-item {
    width: 50%;
  }
}

/* Gravity Form */
.cta-body {
  color: white;
}
.cta-body p {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.gform_body ul.gform_fields {
  margin: 0px;
  padding: 0px;
}
.gform_body ul.gform_fields li {
  list-style-type: none;
  padding: 3px 0px;
  margin: 0px;
}
.gform_body ul.gform_fields li label {
  margin: 0px;
  display: none;
}
.gform_body ul.gform_fields li input,
.gform_body ul.gform_fields li select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 5px;
  height: 38px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0);
}
.gform_body ul.gform_fields li input:focus,
.gform_body ul.gform_fields li select:focus,
.gform_body ul.gform_fields li textarea:focus {
  outline: none;
  box-shadow: inset 1px 1px 2px #e5e5e5;
  -webkit-box-shadow: inset 1px 1px 2px #e5e5e5;
  -moz-box-shadow: inset 1px 1px 2px #e5e5e5;
}
.gform_body ul.gform_fields li textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 2px #eee;
  height: 310px;
}
.gform_footer input.gform_button {
  cursor: pointer;
  line-height: 25px !important;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px !important;
  font-size: 20px !important;
  background-color: #ef7d00 !important;
  font-family: "helveticaThick", sans-serif;
  padding: 10px !important;
  width: 220px !important;
  border: none;
  border-radius: 0px;
  color: #fff !important;
  transition: ease 0.3s;
}
.gform_footer input.gform_button:active,
.gform_footer input.gform_button:hover,
.gform_footer input.gform_button:focus {
  /* background-color: #fff !important; */
  color: #ef7d00 !important;
  background-color: #fff !important;
  transition: ease 0.3s;
}
/* -----   Two types of styling??   ----- */
.gform_container {
  padding: 20px;
  background-color: #11406c;
}
.gform_inner {
  background-color: #e7e7e8;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper .gform_heading {
  position: relative;
  z-index: 2;
}
.gform_wrapper h3.gform_title {
  margin: 0 !important;
  padding: 20px 15px 0px 15px;
  color: #fff;
  font-size: 35px !important;
}
.gform_wrapper .gform_body {
  width: 94% !important;
  margin: 0 3%;
}
.gform_wrapper ul li.gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper ul li.gfield.hide-label > label {
  display: none !important;
}
.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  text-transform: uppercase;
}
.gform_wrapper .validation_error {
  position: relative;
  top: -20px;
  margin-bottom: -10px !important;
  padding: 10px 0 10px !important;
  border: 0 !important;
  color: #fff !important;
  background-color: #900;
  z-index: 1;
}
.gform_wrapper .gfield_error {
  border: 0 !important;
}
.gform_wrapper .gfield_error textarea {
  border: 1px solid #790000 !important;
}
.gform_wrapper .gfield_error .gfield_description {
  padding: 0 !important;
}
.gform_wrapper .gfield_error .validation_message {
  color: #900 !important;
}
.gform_footer {
  margin: 0 !important;
  padding: 1.3rem 0 0 !important;
  text-align: center;
}
/*.gform_footer .gform_button                                            { margin:0 !important; font-size:20px !important; line-height:;  }*/

body .gform_wrapper .top_label div.ginput_container {
  margin-bottom: 8px;
}

/*GFORM - 2 col layout*/
/*.cta-trigger.collapsed { display: inline-block; }*/
/*.cta-trigger { display: none; }*/
.cta-body {
  padding: 50px 0 60px 0;
  font-size: 20px;
}
.gform_wrapper .gform_body ul.gform_fields li.left-col,
.gform_wrapper .gform_body ul.gform_fields li.right-col {
  width: 100%;
  clear: left !important;
  margin-bottom: 20px !important;
}
.left-col.half-col,
right-col.half-col {
  width: 24% !important;
  clear: none !important;
}
.gform_wrapper .gform_body ul.gform_fields li.left-col {
  float: left;
  margin-right: 1% !important;
}
.gform_wrapper .gform_body ul.gform_fields li.right-col {
  float: right;
  margin-left: 1%;
}
.gform_wrapper .gform_body ul.gform_fields li.left-col.half-col {
  clear: none !important;
}
.gform_wrapper .gform_body ul.gform_fields li.right-col.half-col {
  clear: none !important;
}
.gform_wrapper .gfield_required {
  color: #fff !important;
}
.gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li label {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}
.gform_wrapper .gform_body ul.gform_fields ul.gfield_checkbox li {
  width: 50%;
  float: left;
}
.gform_wrapper .gform_body ul.gfield_checkbox li input[type="checkbox"] {
  position: relative;
  width: 40px !important;
  height: 40px !important;
  margin-right: 10px;
}
.gform_wrapper .gform_body ul.gfield_checkbox li input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.gform_wrapper .gform_body ul.gfield_checkbox li input.checkedbox:after {
  content: "\f00c";
  font: normal normal normal 30px/1 FontAwesome;
  text-align: center;
  line-height: 36px;
}
.gform_wrapper
  .gform_body
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked:after {
  content: "\f00c";
  font: normal normal normal 30px/1 FontAwesome;
  text-align: center;
  line-height: 36px;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 400 !important;
}

#cform {
  padding: 30px;
  background: #0060af;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
#cform form {
  background-color: #0060af;
}
#cform h2 {
  color: white;
}
#cform h3 {
  font-size: 35px;
  line-height: 32px;
}
#cform li {
  margin-bottom: 1rem !important;
}
#cform .gform_footer input.gform_button {
  cursor: pointer;
  background-color: #ef7d00 !important;
  color: #fff !important;
  transition: background-color ease 0.3s;
}
#cform .gform_footer input.gform_button:hover,
#cform .gform_footer input.gform_button:focus,
#cform .gform_footer input.gform_button:active {
  color: #ef7d00 !important;
  background-color: #fff !important;
  transition: ease 0.3s;
}
#cform .gform_body ul.gform_fields li textarea {
  height: 170px !important;
}

/* Book a Consultation */
#cform #gform_wrapper_3 {
}
#cform #gform_wrapper_3 #gform_fields_3 li.gfield {
  width: 100%;
  margin-top: 15px !important;
}
#cform #gform_wrapper_3 #gform_fields_3 li.gfield .gfield_radio input {
  margin-top: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 li.gfield .gfield_radio label {
  margin-left: 10px;
}
#cform #gform_wrapper_3 #gform_fields_3 li.gfield .ginput_container_select {
  padding-right: 1px;
  background-color: #f7f7f7;
}
#cform
  #gform_wrapper_3
  #gform_fields_3
  li.gfield
  .ginput_container_select
  select {
  border: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 li.gfield .ginput_container_textarea {
  margin-bottom: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 li.gfield .ginput_container_radio {
  margin-top: 0;
}
#cform
  #gform_wrapper_3
  #gform_fields_3
  li.gfield
  .ginput_container_radio
  ul.gfield_radio {
  margin: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 .gfield_time_hour {
  margin-bottom: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 .gfield_time_hour i {
  margin-top: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 .gfield_time_hour label {
  margin-bottom: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 .gfield_time_minute {
  margin-bottom: 0;
}
#cform #gform_wrapper_3 #gform_fields_3 .gfield_time_minute label {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #cform #gform_wrapper_3 #gform_fields_3 li.gfield {
    width: calc(100% - 30px);
    margin: 15px 15px 0 !important;
  }
  #cform #gform_wrapper_3 #gform_fields_3 li.gfield.gf_left_half {
    width: calc(50% - 30px);
  }
  #cform #gform_wrapper_3 #gform_fields_3 li.gfield.gf_right_half {
    width: calc(50% - 30px);
  }
  #cform
    #gform_wrapper_3
    #gform_fields_3
    li.gfield
    .ginput_container_radio
    ul#input_3_16
    li {
    width: 25% !important;
  }
}

.acfmap .acf-map {
  height: 100% !important;
  max-height: 644px;
  min-height: 600px;
  margin: 0 0 30px 0;
}

.cinfo h1,
.cinfo h2 {
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  color: #383838;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cinfo h2 {
  margin-bottom: 15px;
}
.cinfo span.address {
  font-family: "helveticaThick", sans-serif;
  color: #0060af;
  line-height: 21px;
}
.cinfo strong,
.cinfo b {
  color: #0060af;
  font-family: "helveticaThick", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
}
.cinfo a {
  color: #0060af;
  text-decoration: none;
}
.cinfo a:hover,
.cinfo a:focus,
.cinfo a:active {
  text-decoration: underline;
}
.cinfo .btn {
  color: #fff;
  text-decoration: none;
}
.cinfo .btn:hover,
.cinfo .btn:focus,
.cinfo .btn:active {
  text-decoration: none;
}
.cinfo .th-hours li,
.cinfo .th-days li {
  padding: 6px 10px 3px;
}
.cinfo .th-days {
}
.cinfo .th-days li:nth-child(odd) {
  background-color: #f7f7f7;
}
.cinfo .th-days span {
  display: inline-block;
  width: 67%;
}

.findus .acfmap .acf-map {
  min-height: 760px;
}
.findus i.fa {
  background-color: #0060af;
  color: #fff;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 15px;
}
.findus i.fa:hover,
.findus i.fa:active,
.findus i.fa:focus {
  background-color: #008498;
}

/*sbm image carousel*/
.sbm-image-carousel {
  padding: 0;
  position: relative;
  width: 100%;
}
.sbm-image-carousel .image-carousel-wrap {
  position: relative;
}
.sbm-image-carousel ul {
  position: relative;
  margin: 2rem 0 0;
  padding: 0;
  height: 350px;
  list-style: none;
  overflow: hidden;
}
.sbm-image-carousel ul li {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 2;
  width: 24%;
}
.sbm-image-carousel ul li a {
  position: relative;
  display: block;
  margin: 0 10px;
  height: 330px;
  color: #363636;
  background-size: cover;
  background-position: center;
  border: 3px solid transparent;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease;
}
.sbm-image-carousel ul li a > div {
  position: absolute;
  left: 0;
  right: 0; /*bottom:-150px; background-color:rgba(255,255,255,0.8);*/
  transition: all 0.3s ease;
}
.sbm-image-carousel ul li a div h3 {
  /* margin:1rem 0 0; padding:0 0.5rem; font-size:2.6rem; */
}
.sbm-image-carousel ul li a div p {
  margin: 0 0 0.5rem;
  padding: 0 0.5rem;
}
.sbm-image-carousel ul li a div p.more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sbm-image-carousel ul li a:hover {
  border: 3px solid transparent;
  transition: all 0.3s ease;
}
.sbm-image-carousel ul li a:hover div {
  /*bottom:0; transition:all 0.3s ease; */
}
.sbm-image-carousel ul li a:hover div p.more {
  text-decoration: underline;
}
.sbm-image-carousel .action {
  opacity: 0.7;
  color: #0060af;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 4.5rem;
  text-shadow: 0 0 0px rgba(0, 0, 0, 0);
  z-index: 10;
  transition: all 0.3s ease;
  padding-top: 45px;
}
.sbm-image-carousel .action-left {
  left: -7%;
  padding-left: 15px;
  padding-right: 15px;
  background-image: none;
  transition: all 0.3s ease;
}
.sbm-image-carousel .action-right {
  right: -7%;
  padding-right: 15px;
  padding-left: 15px;
  background-image: none;
  transition: all 0.3s ease;
}
.sbm-image-carousel .action-left:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}
.sbm-image-carousel .action-right:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}

.product-carousel {
  background: #f7f7f7;
  padding: 40px 0;
}
.product-carousel h2 {
  color: #0060af;
  font-size: 35px;
  line-height: 32px;
  margin: 0;
  font-family: "helveticaThick";
}
.image-carousel-wrap img {
  width: 100%;
  max-width: 210px;
}
.image-carousel-wrap ul li div .carouselimg-wrap {
  text-align: center;
  max-width: 210px;
  max-height: 210px;
  overflow: hidden;
}
.image-carousel-wrap ul li div {
  text-align: center;
}
.image-carousel-wrap ul li div h3 {
  color: #383838;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.image-carousel-wrap ul li div .description {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}

.sbm-image-carousel.not-carousel .image-carousel-wrap ul li {
  position: relative;
  display: inline-block;
}

/* Content
*/

.team h3 {
  color: #383838;
  font-size: 20px;
  line-height: 20px;
  margin-top: 30px;
}
.team h4 {
  color: #0060af;
  font-size: 18px;
  font-family: "helveticaThin", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.team {
  font-size: 16px;
  margin-bottom: 50px;
}
.team p {
  margin-top: 0;
  margin-bottom: 3px;
}

#pageGallery {
  max-height: 500px;
  height: auto;
  text-align: center;
  margin: 50px 0;
}
a.carousel-control-prev,
a.carousel-control-next {
  background: #0060af;
  width: 4%;
}

.type-brands {
  margin-top: 20px;
}
.type-brands img {
  height: 100%;
  width: auto;
  max-height: 40px;
  margin: 2px 10px;
}

.topsellers {
  margin-bottom: 20px;
}
.topsellers h2,
.single-type h2 {
  color: #383838;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.topsellers h3 {
  color: #383838;
  font-size: 20px;
  line-height: 20px;
}

.topsellers img {
  border: 2px solid #f2f2f2;
  margin-bottom: 20px;
}
.topsellers span {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

/*  FEATURE PRODUCTS
*/
.product-carousel h2 {
  margin-bottom: 15px;
  text-align: center;
}

a.feature-product {
  display: block;
  position: relative;
  text-align: center;
  color: #383838;
}
a.feature-product h3 {
  margin: 10px 0 35px 0;
  font-size: 20px;
  color: #383838;
}
a.feature-product p {
  color: #383838;
}
a.feature-product .img {
  /* position:absolute; left:3%; top:0; */
  width: 94%;
  height: 220px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*  ARCHIVE CATEGORIES
*/
.archive.category {
}
.archive.category h1 {
  padding-left: 5px;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
.archive.category .side-links {
  margin: 0;
  padding: 0;
  font-family: "helveticaThick", sans-serif;
}
.archive.category .side-links li {
  margin-bottom: 5px;
  list-style: none;
}
.archive.category .side-links li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #383838;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.archive.category .side-links li a:hover {
  color: #fff;
  background-color: #0060af;
}

.archive.category .product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #383838;
}
.archive.category .product-list li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #383838;
}
.archive.category .product-list h2 {
  font-size: 24px;
  color: #383838;
}
.archive.category .product-list .brands {
  font-family: "helveticaThick", sans-serif;
  font-size: 18px;
  color: #0060af;
}
.archive.category .product-list .line-height {
  line-height: 50px;
}
.archive.category .product-list .brand-logos {
  text-align: right;
}
.archive.category .product-list .brand-logos img {
  margin-left: 0.5rem;
  max-height: 50px;
  max-width: 150px;
}
.archive.category .product-list .product-image {
  display: inline-block;
  margin-right: 1rem;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.archive.category .product-list .overflow {
  display: none;
}

/* Footer
*/

.footer {
  font-size: 16px;
  color: #0060af;
  background-color: #0060af;
}

.footer .footerwrap {
  font-family: "helveticaThick", sans-serif;
  background-color: #0060af;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  line-height: 100%;
}
.footer .footerwrap img {
  width: auto;
  max-height: 40px;
  max-width: 140px;
}

.footer .footerwrap .row div {
  max-height: 40px;
}

.footer .footerwrap ul li a {
  width: 100%;
}
.footer .footerwrap .row .footer-logo {
  display: flex;
  align-items: center;
}

.footer .container a {
  color: #fff;
}
.footer .container a:hover,
.footer .container a:focus,
.footer .container a:active {
  color: #0060af;
  background-color: #fff;
}

/* --- IMAGES (RESPONSIVE) --- */
.main img {
  /*display:block; */
  max-width: 100%;
  height: auto;
}
.main img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.main img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.main img.aligncentre {
  margin: 0 auto;
}

/* --- SOCIAL ICONS - BUTTONS --- */
.list-social {
  margin-left: 0;
}
.list-social li {
  padding: 0;
}

.btn-social {
  display: block;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
  border: none;
  border-radius: 100% !important;
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  color: #fff;
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.btn-facebook {
  background: #3b5998;
}
.btn-twitter {
  background: #2caae2;
}
.btn-google-plus {
  background: #dc4b31;
}
.btn-linkedin {
  background: #00659b;
}
.btn-youtube {
  background: #ed2400;
}
.btn-pinterest {
  background: #ce2021;
}
.btn-instagram {
  background: #6b5245;
}

/* --- WIDGETS - IMAGE --- */

.widget_simpleimage .panel-heading {
  display: none;
}
.widget_simpleimage .panel-body {
  padding: 0 !important;
}
.widget_simpleimage p {
  margin: 0;
}
.widget_simpleimage img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 

  STYLES - Global


  - COLOURS
  $blue-light     :#6dcff6
  $blue           :#297BA6  --not used--
  $blue-medium    :#297BA6  --not used--
  $blue-dark      :#11406C  --not used--



*/

/* --- BUTTONS --- */
button {
  cursor: pointer;
}
.btn {
  border: 0px solid transparent;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 20px;
  font-family: "helveticaThick", sans-serif;
  padding: 10px;
  width: 220px;
}
.btn:focus,
.btn:hover,
.btn:active {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}
.btn-xs {
}
.btn-sm {
}

.btn-default {
  background: #0060af;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: #fff;
  color: #0060af;
}

.btn-action {
  background: #0060af;
  color: white;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  background: #fff;
  color: #0060af;
}

/* --- LEAD --- */
.lead {
}

/* --- WELL --- */
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- PANEL --- */
.panel {
}
.panel .panel-heading {
}

/* --- FORMS --- */
.form-group {
  margin-bottom: 10px;
}
.form-group .form-control {
}
.form-group .form-control:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group textarea.form-control {
  height: 100px;
}

/* --- WELL - TESTIMONIALS --- */
.list-testimonial li {
  margin-bottom: 20px;
}
.well-testimonial .fa {
  display: block;
  text-align: right;
  font-size: 60px;
}
.well-testimonial .review {
  display: block;
  margin-bottom: 15px;
  font-style: italic;
}
.well-testimonial .author {
  font-weight: bold;
}

/* --- LIST - TICKS --- */
.list-ticks li {
}
.list-ticks li i {
}

/* =========== STYLES - Sections =========== */

/* --- HEADER --- */
.logo {
  margin: 20px 0;
  width: 100%;
  transition: all 0.5s ease;
}
.quickcontact {
  margin-top: 40px;
}

/* --- BANNER --- */
.banner {
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
}

/* --- SHOWCASE --- */
.showcase {
  padding: 40px 0px;
  background-color: #f5f5f5;
}
.showcase h3.title {
  font-size: 18px;
}
.showcaseimage {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
  margin-bottom: 15px;
}
.showcase .btn {
  display: block;
  margin: 0px auto;
  text-align: center;
}

/* --- TESTIMONIAL --- */
.testimonial .carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  background-color: transparent;
  line-height: 1.6;
  text-shadow: none;
  color: #444;
}

/* --- MAIN --- */
.content {
  padding: 40px 0px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
}

/* --- ASIDE --- */

.aside .panel {
}
.aside .panel-heading {
}
.aside .panel-body {
}

/* Full Width */
.banner {
  position: relative;
  height: auto;
}
.banner img {
  width: 100%;
}
.banner .container {
  position: relative;
}
.banner .contentwrap {
  position: relative;
  left: 0;
  bottom: 0;
  min-width: 50%;
  color: #fff;
  background-color: rgba(41, 123, 166, 0.7);
}
.banner .contentwrap .main {
  padding: 15px 30px 10px;
}
.banner .contentwrap .main h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 3rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.banner .contentwrap .main p {
  font-size: 2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.content.main {
  padding-top: 0;
}

/*


    X SMALL - ONLY (Phone)    < 768px


*/
@media (max-width: 319px) {
  .top-header .meta-phone a {
    margin: 0 0 -1px 0;
  }
  ul.product-list li div.row div {
    padding-left: 0;
    padding-right: 0;
  }
  /*#headerGroup*/
}
@media (max-width: 483px) {
  .archive.category .product-list .product-image {
    width: 50%;
    height: 180px;
    margin: 0;
  }
  .archive.category .product-list .product-image {
    background-size: contain;
  }
}

@media (max-width: 768px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 60px;
  }
  .top-header .meta-phone a {
    font-size: 20px;
    height: 100%;
    /* padding-bottom: 15px; */
    margin-bottom: 0;
  }
  .archive.category .product-list .brand-logos {
    text-align: left;
    margin-bottom: 1rem;
  }
  .trading-hours .th-hours {
    font-size: 17px;
  }
  .image-carousel-wrap ul li div h3 {
    font-size: 12px;
  }
  .navbar-brand img {
    max-width: 100px;
  }

  .footerwrap {
    display: none;
  }
  .content.sec {
    margin-top: 220px !important;
    padding-top: 40px !important;
  }

  .foobar li:nth-child(6n-3):before {
    display: none;
  }
  .sbm-image-carousel .action-left {
    left: -2px;
    padding-left: 15px;
    padding-right: 15px;
    background-image: none;
    transition: all 0.3s ease;
  }
  .sbm-image-carousel .action-right {
    right: -2px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: none;
    transition: all 0.3s ease;
  }
  .top-header .navbar {
    /* top: 5px; */
  }

  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .no-padding-sm {
    padding-left: 0px !important;
    padding-right: 0 !important;
  }

  /* --- NAVIGATION --- */
  /* .navbar                                                                      { background:#F9F9F9; color:#F2F2F2; z-index:1020; }
  .navbar a                                                                    { color:#F2F2F2; }
  .navbar .navbar-toggle                                                       { border-color:#DDD; background:#F2F2F2; }
  .navbar .navbar-toggle .icon-bar                                             { background-color:#666; }
  .navbar .navbar-toggle:focus                                                 { border-color:#CCC; background:#CCC; color:#F2F2F2; }
  .navbar .nav>li>a:hover, .navbar .nav>li>a:focus                             { text-decoration:none; background-color:#CCC; color:#666; }
  .navbar-toggle                                                               { float:left; margin-left:15px; }
  .navmenu-footer                                                              { position:absolute; bottom:7px; width:100%; text-align:center; color:#888; font-style:italic; }
*/
  .navbar-expand-lg {
    height: max-content;
    position: relative;
  }
  .navbar-expand-lg ul {
    background-color: #0060af;
    display: flex;
    flex-flow: column wrap;
    max-height: 220px;
    border-top: 1px solid white;
  }
  .navbar-expand-lg li {
    width: 50%;
    background-color: #0060af;
  }
  .navbar-expand-lg li ul {
    border-top: none;
    width: 100%;
    position: relative;
  }
  .navbar-expand-lg li ul li {
    width: 100%;
  }
  .navbar-expand-lg li a {
    text-align: left;
    width: 100%;
  }
  .navbar-expand-lg li a:hover {
    background-color: #fff;
    color: #0060af !important;
  }

  .home-timber-logo img {
    margin-bottom: 30px;
    max-width: 100px;
  }

  .primary-nav .col-12 {
    padding: 0;
  }
  .primary-nav li.top-lvl {
    font-size: 16px;
    padding: 14px;
  }
  .primary-nav ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .primary-nav ul li {
    position: relative;
  }

  .primary-nav ul > * {
    flex: 0 0;
  }

  /* Second Level */
  .sub-menu {
    display: block;
  }

  /* --- HEADER --- */

  .logo img {
    margin: 0 auto;
  }
  .slide .carousel-caption {
    max-width: none !important;
  }

  /* --- CONTENT --- */
  .main {
    margin-bottom: 20px;
  }

  /* --- FOOTER --- */
  .footer {
    text-align: center;
  }
}

h1 {
  text-align: center;
}

@media (max-width: 575px) {
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
  .foobar li {
    width: 30%;
  }

  .navbar-expand-lg ul {
    max-height: 320px;
  }
}
/*


    TABLET >>               > 769px



*/
@media (min-width: 768px) {
  .header {
    height: 100px;
    padding-top: 10px;
  }

  .footerwrap .home-logo {
    text-align: right;
  }

  .content.sec {
    margin-top: 284px;
    padding-top: 40px;
  }
  /* Sticky Footer
*/
  html,
  body {
    height: 100%;
  }
  .wrap {
    min-height: 100%;
    padding-bottom: 100px;
  }
  .footer {
    margin-top: -100px;
  }
  .footer_container {
    height: 100px;
  }

  /* Header
*/
  /*.header                                                                      {  Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#333333+0,333333+100&0.65+0,0+100 */
  /*  background-color:rgba(50,50,50,0); transition:all 0.5s ease;
                                                                                 background:-moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);
                                                                                 background:-webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
                                                                                 background:linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(51,51,51,0) 100%);
                                                                                 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#aFF33333', endColorstr='#00333333',GradientType=0 );
                                                                               }*/
  .header.alt-header {
    height: 100px;
    transition: all ease 0.3s;
  }
  .header.alt-header img {
    max-height: 50px;
    width: auto;
    transition: all ease 0.3s;
  }

  /* Quick Contact */
  .quickcontact {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.6rem;
    text-align: right;
    transition: all 0.2s ease;
  }
  .quickcontact a {
    margin-left: 1rem;
    color: #6dcff6;
    text-decoration: none;
    font-style: italic;
  }
  .quickcontact a:hover,
  .quickcontact a:focus {
    color: #6dcff6;
    text-decoration: underline;
  }

  /* Navigation */
  .navigation {
    text-align: right;
  }
  .navigationwrap {
    margin-top: 20px;
    text-align: right;
    transition: all 0.5s ease;
  }
  .primary-nav .navbar {
    display: inline-block;
    margin-bottom: 0px;
    min-height: 40px;
    border-radius: 0;
    z-index: 70;
  }
  .primary-nav .navbar a {
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .primary-nav .navbar-nav {
    display: inline-block;
    float: none;
  }
  .primary-nav .btn {
    margin: 4px 0 0 10px;
    vertical-align: top;
    border-radius: 10px;
  }
  .primary-nav .navbar-nav > li {
  }
  .primary-nav .navbar-nav > li a {
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    /* text-shadow: 1px 1px 5px rgba(34, 34, 34, 0.9);
    -webkit-text-shadow: 1px 1px 5px rgba(34, 34, 34, 0.5);
    -moz-text-shadow: 1px 1px 5px rgba(34, 34, 34, 0.5); */
  }
  .primary-nav .navbar-nav > li a:hover,
  .primary-nav .navbar-nav > li a:focus {
    color: #0060af;
    background-color: #fff;
  }
  .primary-nav .navbar-nav .sub-menu li a {
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-align: left;
  }
  .primary-nav .navbar-nav > li.current-menu-item a {
    color: #6dcff6;
  }
  .primary-nav .navbar-fixed-top {
    z-index: 1031;
  }

  /* First Level */
  .navbar-nav > li {
  }
  .navbar-nav > li > a {
    padding: 8px;
    font-size: 16px;
  }
  .navbar-nav > li > a:hover {
    background: #fff;
    color: #0060af;
  }

  /* Second Level */
  .navbar-nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  }
  .navbar-nav ul.sub-menu li {
    position: relative;
    float: left;
    width: 250px;
    background: #eee;
    border-top: 1px solid #fff;
  }
  .navbar-nav ul.sub-menu li a {
    display: block;
    padding: 5px 10px;
    background: transparent;
    color: #0060af;
  }
  .navbar-nav ul.sub-menu li a:hover {
    color: #fff;
    background-color: #0060af;
  }
  .navbar-nav li:hover > ul.sub-menu {
    display: block;
  }

  /* --- HEADER --- */
  .quickcontact {
    text-align: right;
  }

  .banner .contentwrap {
    position: absolute;
  }

  .gform-home {
    position: relative;
    z-index: 1030;
  }
  .gform-home > div {
    position: absolute;
  }
  .gform-home .gform_container {
    padding-top: 128px;
  }

  /* --- CONTENT --- */
  .archive.category .product-list .overflow {
    display: inline-block;
  }

  /* --- FOOTER --- */
  .site-credits {
    text-align: right;
  }
  .gform_wrapper .gform_body ul.gform_fields li.left-col,
  .gform_wrapper .gform_body ul.gform_fields li.right-col {
    width: 49%;
    clear: left !important;
    margin-bottom: 20px !important;
  }
}

/*


  ALL DESKTOP                   > 993px



*/
@media (min-width: 1200px) {
  .top-header .meta-phone {
    font-size: 30px;
    margin-bottom: 0;
  }
  .top-header .meta-phone a {
    /* padding-top: 5px; */
  }
  .top-header {
    max-height: 44px;
  }
  .navbar-expand-lg li {
    position: relative;
  }
  .navbar-expand-lg li ul {
    position: relative;
    top: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* .top-header .navbar {
    margin-top: 0;
  } */
  .navbar-collapse {
    background-color: transparent;
    margin-bottom: 0;
  }
  .inner-sidenav {
    position: relative;
  }

  .top-header .meta-phone a {
    font-size: 24px;
    padding-top: 20px;
  }
  .navbar-expand-lg li ul {
    position: relative;
    top: -10px;
  }
}
@media (min-width: 993px) {
  /* .alt-header .logo                                                            { width:60%; }
    .alt-header .navigationwrap                                                { margin-top:5px; }
*/
  .featured-content .f-img {
    width: 50%;
  }
  .featured-content .f-content {
    width: 50%;
  }
  .foobar {
    margin-top: 0rem;
  }
  .content.sec {
    margin-top: 312px;
    padding-top: 70px;
  }
  .slide .carousel-img img {
    width: auto;
    margin: 40px 0;
    max-height: 400px;
    max-width: 100%;
  }
  .carousel-item .h1 {
    margin-bottom: 0;
    text-transform: none;
    font-size: 70px;
    font-family: "helveticaThick";
    line-height: 1;
    margin-top: 25%;
    text-align: left;
  }
  .carousel-item h2 {
    margin: 10px 0 20px;
    font-size: 30px;
  }
  div#carousel-slider {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
  }
  .brand-img {
    margin: 15px;
    max-width: 17%;
  }
  .trading-hours .th-days {
    font-family: "helveticaThick", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 34px;
  }
  .trading-hours .th-hours {
    font-family: "helveticaThick", sans-serif;
    font-size: 22px;
    line-height: 34px;
  }
  .featured-content .f-img,
  .featured-content .f-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .cta-accordian h2 {
    /* font-size: 45px; */
    line-height: 100%;
    height: 100%;
    margin: 0;
    color: #fff;
  }

  .primary-nav .sub-menu {
    overflow: unset;
    display: none;
    position: absolute;
    top: 100%;
    left: 15px;
    background: #fff;
    color: #383838;
    font-size: 15px;
    /* border: 5px solid #0060af; */
  }

  .sub-lvl-title:last-child {
    padding-right: 0;
  }
  .sub-lvl-title:first-child {
    padding-left: 0;
  }

  .sub-lvl-title {
    border-bottom: 0px solid #0060af;
    border-right: 1px solid #0060af;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    display: inline-block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-header .navbar {
    font-size: 16px;
    margin-top: 0px;
  }
  .header {
    height: 180px;
    padding: 20px 0;
  }
  .header .navbar {
    padding: 50px 0;
  }
  .navbar-collapse {
    background-color: transparent;
  }
  .menu-item a {
    background-color: transparent;
  }

  .team-members {
    margin-right: -25px;
    margin-left: -25px;
  }
  .team {
    width: 19.697%;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
  }
  .aForms .col-sm-3 {
    text-align: right;
  }
  .type-brands img {
    height: 100%;
    width: auto;
    max-height: 30px;
    margin: 2px 10px;
  }
  .home-logo {
    text-align: right;
  }
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }

  .navbar-expand-lg ul {
    max-height: 320px;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
  .archive.category .product-list {
    margin-top: 40px;
  }
  .single-type {
    padding-bottom: 3rem;
  }
  .single-type a.btn {
    margin: 0 auto 0 auto;
    display: block;
  }
  .single-type h2 {
    text-align: center;
  }
  .navbar-expand-lg li ul {
    position: relative;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/* Blog Archive Page */

.blog-card {
  margin-bottom: 10px;
}

.blog-card a {
  text-decoration: none;
}

.blog-card .blog-image {
  background-position: center;
  background-size: cover;
  height: 70px;
  width: 70px;
}

.blog-card .blog-content {
  height: 70px;
  width: 100%;
  background-color: #0060af;
  display: flex;
  text-align: center;
  padding: 25px 12px;
}

.blog-card .blog-content .blog-title {
  font-size: 18px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
}

.pagination {
  margin-top: 26px;
  justify-content: center;
  font-family: "helveticaThick", sans-serif;
  font-size: 20px;
}

.pagination ul {
  display: flex;
  list-style: none;
}

.pagination ul > li {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .blog-card {
    margin-bottom: 25px;
    padding: auto;
  }

  .blog-card .blog-image {
    height: 246px;
    width: 100%;
  }

  .blog-card .blog-content {
    height: 80px;
    width: 100%;
  }

  .blog-card .blog-content .blog-title {
    font-size: 18px;
    margin: auto;
    padding: 0;
  }

  .pagination {
    margin-top: 23px;
    font-size: 20px;
  }

  .pagination ul > li {
    margin-right: 10px;
  }
}

@media (max-width: 992px) {
  .blog-archive.content.sec {
    margin-top: 196px !important;
    padding: 0 !important;
  }

  .blog-archive .blog-list {
    padding: 0;
  }

  .blog-card {
    padding: 0;
  }

  .blog-card a {
    display: flex;
  }
}

/* Blog Post / Single Template */

.blog-banner {
  background-color: #f7f7f7;
  background-position: center;
  background-size: cover;
}

.blog-title {
  color: #383838;
  text-transform: uppercase;
  text-align: left;
}

.blog-content p {
  font-size: 20px;
}

.blog-content h2 {
  color: #0060af;
  font-family: Helvetica Neue;
  font-weight: 400;
}

.blog-content h3 {
  color: #383838;
  font-family: "helveticaThick";
  font-weight: 800;
  font-size: 27px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  /* Desktop */

  .blog-banner {
    height: 350px;
  }

  .blog-content {
    padding: 35px 0 50px;
  }

  .blog-title {
    font-size: 45px;
  }

  .blog-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  /* Mobile */

  .content.sec.blog-banner {
    margin-top: 196px !important;
  }

  .blog-banner {
    height: 105px;
  }

  .blog-content {
    padding: 18px 0 25px;
  }

  .blog-title {
    font-size: 36px;
  }

  .blog-content h2 {
    font-size: 27px;
  }
}

/* Your Local Hardware Store - CTA */

.local-hardware-store-cta {
  background-color: #f7f7f7;
}

.local-hardware-store-cta h2 {
  color: #ef7d00;
  font-family: Helvetica Neue;
  font-weight: 400;
}

.local-hardware-store-cta a {
  color: #ef7d00;
}

@media (min-width: 992px) {
  /* Desktop */
  .local-hardware-store-cta {
    padding: 48px 0;
  }

  .local-hardware-store-cta h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  /* Mobile */
  .local-hardware-store-cta {
    padding: 30px 0 40px;
  }

  .local-hardware-store-cta h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}

/* Related Project / Blog Overview */

.related-projects {
  background-color: #f2f2f2;
  border-bottom: 12px solid #0060af;
}

.related-projects-title {
  color: #0060af;
  font-family: "helveticaThick";
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.project-card {
  margin-bottom: 10px;
}

.project-card a {
  text-decoration: none;
}

.project-card .project-image {
  background-position: center;
  background-size: cover;
  height: 70px;
  width: 70px;
}

.project-card .project-content {
  height: 70px;
  width: 100%;
  background-color: #ef7d00;
  display: flex;
  padding: 25px 12px;
}

.project-card .project-content .project-title {
  font-size: 18px;
  color: white;
}

@media (min-width: 992px) {
  .related-projects {
    padding: 48px 0 60px;
  }

  .related-projects-title {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .project-card {
    margin-bottom: 25px;
    padding: auto;
  }

  .project-card .project-image {
    height: 246px;
    width: 100%;
  }

  .project-card .project-content {
    height: 80px;
    width: 100%;
  }

  .project-card .project-content .project-title {
    font-size: 18px;
    margin: auto;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .related-projects {
    padding: 23px 0 6px;
  }

  .related-projects-title {
    font-size: 27px;
    margin-bottom: 26px;
  }

  .project-card {
    padding: 0;
  }

  .project-card a {
    display: flex;
  }

  .project-list {
    padding: 0;
  }
}
