@import url('editor-style.css');

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#000;
  background-color: #fff;
  overflow-x:hidden;
}

*, *:focus, *:active {
  outline-style: none !important;
  outline-width: 0 !important;
}

p,table td {
  font-size: 20px;
  line-height: 1.583em;
  margin: 0 0 15px;
  font-weight: 400;
}

table td {
  padding-right:10px;
}

ul, ol {
  font-size: 21px;
  margin-bottom: 40px;
}

a {
  text-decoration: none;
  color:#d53136;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #b0282d;
}

span.date a {
  pointer-events: none;
  cursor: default;
  font-weight: bold;
}

.post-meta {
  margin: 0 0 15px;
}

.wp-caption {
  background: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  font-family: inherit;
  line-height: 20px;
  text-rendering: optimizelegibility;
  color:#000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
}

h1 {
  line-height: 38px;
  font-size: 38px;
  font-weight: 500;
  margin-bottom:30px;
  text-transform: uppercase;
}

body.home h1 {
  text-transform: none;
  font-size: 46px;
}

h2 {
  font-size: 27px;
  margin:50px 0 30px;
  color:#d53136;
}

h3 {
  font-size: 24px;
  line-height: 22px;
}

h4 {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 22px;
}
h5 {
  font-size: 13px;
  margin-bottom: 3px;
}
h6 {
  font-size: 11.9px;
  text-transform: none;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}

article {
  max-width: 1000px;
}

article.entry {
  margin: 50px 0;
}

article h3 {
  color:#ba2c25;
}

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

a img {
  opacity:0.9;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

a:hover img {
  opacity:1;
}

.ult-column {
  min-height: 0 !important;
}

.wrapper.red-bg {
  background-color: #e4303b;
  position: relative;
}

.wrapper.red-bg:before {
  content:"";
  display: block;
  position: absolute;
  left:0;
  right:0;
  height:100px;
  z-index: 3;
  background: -moz-linear-gradient(top,  rgba(182,49,43,1) 0%, rgba(182,49,43,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(182,49,43,1) 0%,rgba(182,49,43,0) 100%);
  background: linear-gradient(to bottom,  rgba(182,49,43,1) 0%,rgba(182,49,43,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6312b', endColorstr='#00b6312b',GradientType=0 );
}

.top-header-wrapper {
  text-transform: uppercase;
  padding-top: 20px;
}

.extra-content-wrapper {
  background-color: #b9ad9b;
}

#logo-container {
  text-align:center;
}

#logo-container > div {
  padding:10px 25px;
  display: inline-block;
}

#logo-container a {
  display:inline-block;
}

#logo-container img {
  width:100%;
  max-width:423px;
  position: relative;
  z-index: 900;
  opacity:1 !important;
}

.header-text {
  padding:0 0 0 35px;
}

.header-text h2,
.header-text h3,
.header-text h4,
.header-text h5 {
  margin:15px 0 5px;
  color:#fff;
}

.header-text h3 {
  font-size: 17px;;
  margin-bottom:0;
}

.header-text h2 {
  margin-top:10px;
}

.soc-med-col .colwrapper {
  text-align: center;
}

.social-media,
.contact-plug {
  position: relative;
  z-index: 4;
}

.contact-plug {
  color:#fff;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.contact-plug p {
  font-size: 26px;
  line-height: normal;
}

.mob.contact-plug {
  text-align: center;
}

.supplier-logo-container {
  position: relative;
  z-index: 4;

}

.supplier-logo-container a {
  display: inline-block;
  margin: 0 10px;
}

.supplier-logo-container img {
  max-width: 195px;
}

.nav-wrapper {
  background-color: #fff;
}

.nav-wrapper .row {
}


.ddsmoothmenuh ul {
  margin-top:30px;
  width:auto !important;
  display:table;
}

.ddsmoothmenuh ul li {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.ddsmoothmenuh ul li a {
  text-transform: uppercase;
  color:#000;
  font-weight: 600;
  font-size: 15px;
  padding:13px 10px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.ddsmoothmenuh ul li a:hover,
.ddsmoothmenuh ul li a:focus,
.ddsmoothmenuh ul li a:active,
.ddsmoothmenuh ul li.current_page_item > a {
  color:#d53136;
}

.ddsmoothmenuh ul li ul {
  background-color: rgba(255, 255, 255, 0.7);
  top:auto !important;
  margin:0;
  min-width:180px;
}

.ddsmoothmenuh ul li ul li {
  padding-left:4px;
  padding-right:10px;
}

.ddsmoothmenuh ul li ul li:hover {
  background-color: #fff;
}

.slicknav_menu {
  background-color: rgba(228, 48, 59, 0.6);
  margin-top:10px;
  margin-bottom:10px;
  padding:0;
  font-family: Arial, sans-serif;
}

.slicknav_menu ul {
}

.slicknav_menu ul li {

}

.slicknav_menu ul li:hover {
  background-color: rgba(228, 48, 59, 0.4);
}

.slicknav_menu ul li a,
.slicknav_menu ul li a.slicknav_row {
  color:#fff;
  margin:0 !important;
  padding:10px 0 10px 15px;
}

.slicknav_menu ul li a:hover {
  background: none !important;
  color:#fff;
}

.slicknav_menu .sub-menu {
  margin:0;
}

.slicknav_menu .sub-menu li {
  padding-left:15px;
}

.promos {
  margin-top:40px;
  display: inline-block;
  width:100%;
  text-align: center;
}

.promo {
  width: 19%;
  display: inline-block;
}

.promo-inner {
  padding: 5px;
}

.promo .image {
  margin: 0 10px 20px;
}

.promo .image img {
  width:100%;
  height:auto;
  opacity:0.8;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.promo .image img:hover {
  opacity:1;
}

.promo .title {
  margin: 0 10px;
}

.promo .title h2 {
 margin-bottom: 0.2em;
}

.promo .title h2 a {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}

.promo .text-inner {
  text-transform: uppercase;
  min-height: 60px;
  margin: 0 10px;
  position: relative;
}

.promo .text-inner a {
  color: #000;
  font-size: 21px;
  position: absolute;
  left: 0;
  right:0;
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
}

.promo .text a,
.promo img {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
  opacity:0.8;
}

.promo:active .text a,
.promo:hover .text a,
.promo:focus .text a,
.promo:hover p,
.promo:hover img,
.promo:hover h3 {
  text-decoration: none;
  color:#d43036;
  opacity:1;
}

.promo .text img {
  width:80%;
  max-width: 200px;
  height:auto;
  margin:22px auto 0;
  clear:both;
}

.promo p {
  text-align: center;
}

.promo h2,
.promo h3,
.promo h4,
.promo h5,
.promo h6 {
  font-size:20px;
  color:#fff;
}

.content-wrapper {
  background-color: #d1c9be;
}

.content-wrapper #content {
  padding:40px 0 60px;
}

body.home .content-wrapper #content {
  padding:20px 0 60px;
}

h2.second-title {
  text-align: center;
  font-size: 36px;
  margin:36px 0;
  color:#000;
  text-transform: uppercase;
}

h2.second-title a {
  text-decoration: none;
  color:#000;
}

h2.second-title a:hover {
  color: #000;
}

.footer-wrapper {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer-container {
  text-align: center;
  padding-top:100px;
  padding-bottom: 30px;
}

.footer-container .widget_ultimatumimage {
  display:inline-block;
  margin:30px;
}

.footer-container .widget_ultimatumimage img {
  max-width:440px;
  width:100%;
}

.footer-container .footer-menu ul {
  float:none;
  clear:both;
  display:inline-block;
  padding:0;
}

.footer-container .footer-menu ul li {
  margin-bottom:5px;
}

.footer-container .footer-menu ul li ul.sub-menu {
  display:none;
}

.footer-container .footer-menu ul li a {
  color:#fff;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-container .widget_text .textwidget,
.footer-container .footer-menu ul li a {
  font-size: 13px;
}

.footer-container .widget_text .textwidget a {
  font-weight:normal;
  color:#fff;
}

.footer-supplier-image-container {
  margin:20px 0;
}

.footer-supplier-image-container img {
  max-width: 160px;
}

/* Big Gallery */

.bgglry-image-wrapper {
  text-align:center;
}

.bgglry-image-link {
  display:inline-block;
}

.bgglry-image {
  width:100%;
  max-width:1200px;
}

/* Big Gallery END */


/* Header Gallery */

.slider-content {
  width:200px;
  padding:20px;
}

.ls-wrapper {
  width:100% !important;
}

.ls-layer.title {
  display: none !important;
}

.ls-layer.content:before {
  display: block !important;
  content: "";
  width:50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
}

.ls-layer.content {
  width: 100% !important;
  max-width:1200px !important;
  height:420px !important;
  color: #fff;
  font-size: 40px;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
  padding: 3% 3% 0 !important;
  font-weight:bold;

}

/* Header Gallery END */

/* Team Members */

.tms-container {
  margin: 20px 0 100px;
}

.tm-container {
  width:100%;
  clear:both;
  display:inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tm.img {
  display:inline-block;
  width: 100%;
  padding:70% 0;
  background-position: bottom center;
  background-size: cover;
}

.tm.img.placeholder {
  background-color:#eee;
}

h4.tm {
  font-size: 36px;
  text-transform: uppercase;
  margin:0 0 10px;
}

h4.tm.name {
  color:#d53136;
  margin-bottom: 20px;
}

h4.tm.title {
  margin-bottom: 40px;
}

.tm-right-container p {
  font-family: Arial, sans-serif;
  text-align: justify;
}

/* Team Members  END */

/* Social Media */

.social-media-list {
}

.social-media-list a {
  display:inline-block;
}

.social-media-list a img {
  width:40px;
}

/* Social Media END */

/* Ninja Forms */

.ninja-forms-cont {
  max-width:720px;
}

.ninja-forms-all-fields-wrap {
  padding-top:10px;
}

.field-wrap.label-left .ninja-forms-field, .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0px !important;
}

.ninja-forms-all-fields-wrap label {
  width:30%;
  display:inline-block !important;
  font-size:18px;
  font-weight:normal !important;
}

.ninja-forms-all-fields-wrap textarea,
.ninja-forms-all-fields-wrap input[type="text"] {
  width:69% !important;
  resize:none;
  color:#000;
  border:none;
  font-size:18px;
  padding:3px 5px;
}

.ninja-forms-all-fields-wrap input[type="submit"] {
  background-color: #d53136;
  color:#000;
  padding:7px 18px;
  border:none;
  color: #fff;
  font-size: 20px;
  float: right;
}

.ninja-forms-all-fields-wrap input[type="submit"]:hover,
.ninja-forms-all-fields-wrap input[type="submit"]:active,
.ninja-forms-all-fields-wrap input[type="submit"]:focus {
  background-color: #9a2428;
}

.ninja-forms-field-error p {
  font-size:13px;
  font-style:italic;
  text-align: right;
}


/* price tables styles */

.price-tables {
  margin:50px 0 100px;
}

.price-tables h2 {
  margin:30px 0 5px;
}

.service-table {
  width:100%;
  max-width: 815px;
}

.service-table td {
  vertical-align: top;
}

.service-table .service {
}

.service-table .price {
  width:320px;
}

div.paragraph {
  margin:20px 0;
}

/* TWEAKS */

a.promotion img {
  margin-bottom: 20px;
}

.second-title-wrapper h2 a,
.second-title-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.second-title-wrapper:hover {
  background-color: #d53136;
}

.second-title-wrapper h2 a:hover {
  color:#fff;
}

/* ACF map */

.acf-map {
  width: 370px;
  height: 350px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

@media (max-width: 510px) {
  .header-text .colwrapper {
    margin-top:-11%;
    padding:6% 0;
  }
  .promo .text-inner a {
    font-size: 14px;
  }
}
@media (min-width: 511px) and (max-width: 991px) {
  .header-text .colwrapper {
    margin-top:-57px;
    padding:35px 0 25px;
  }
}
@media (max-width: 767px) {
  #logo-container {
    padding:0 20px;
  }
  .promo .text {
    padding:0 8px;
  }
  .ninja-forms-all-fields-wrap textarea,
  .ninja-forms-all-fields-wrap input[type="text"],
  .ninja-forms-all-fields-wrap label {
    width:100% !important;
  }
  .service-table .price {
    width:170px;
  }
  .tm.img {
    width:300px;
    height:380px;
    padding: 0;
    margin-bottom: 30px;
  }
.promo {
    width: 48%;
    padding-bottom:30px;
  }
  .promo .text {
    text-align: center;
  }
.promo .text-inner a {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-container .footer-menu ul li {
    float:left;
    padding:0 20px;
  }
  .tm-left-container,
  .tm-right-container {
    display:block;
    float:left;
  }
  .tm-left-container {
    width:36%;
    padding-right: 5%;
  }
  .tm-right-container {
    width:64%;
    padding-top: 10px;
  }
  .ninja-forms-all-fields-wrap input[type="submit"] {
    margin: 5px;
  }
}
@media only screen and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 992px) {r
  .bgglry-image {
    max-width:767px;
  }
  .nav-wrapper .ult-column{
    float:left;
  }
  .nav-wrapper #col-11-1 {
    width:78%;
  }
  .nav-wrapper #col-11-2 {
    width:22%;
  }
  .ddsmoothmenuh ul li a {
    font-size: 12px;
    padding: 13px 8px;
  }
}
@media (max-width: 991px) {
  .header-text {
    text-align:center;
    padding:0;
  }
  .header-redken .widget_ultimatumimage {
    margin:10px auto 30px;
  }
  .top-header-wrapper {
    padding-top:2.5%;
  }
  .top-header-wrapper #container-10.ult-container {
    width:100%;
    max-width: none;
  }
  .header-text .colwrapper {
    background-color: #fff;
    color:#000;
    z-index: 0;
    position: relative;
    width:100%;
    max-width:none;
  }
  .header-text h2,
  .header-text h2 a,
  .header-text h3,
  .header-text h4,
  .header-text h5 {
    color:#000;
  }
  #logo-container {
    width:100%;
    overflow: visible;
    z-index: 20;
    position: relative;
  }
  #logo-container img {
    width:100%;
    z-index: 21;
    position: relative;
  }
  .ls-l.content {
    max-width:767px !important;
  }
  .social-med-col,
  .contact-plug-col {
    display:none;
  }
  .social-media-list {
    width:100%;
    text-align:center;
    padding:10px 0 15px;
  }
  .social-media-list a {
    margin-right:9px;
  }
  .social-media-list a img {
    width:50px;
  }
  .soc-med-col .colwrapper {
    padding: 15px 0;
  }
  .wrapper.red-bg:before {
    height:200px;
  }
  .promo .text-inner a {
    font-size: 18px;
  }
  .acf-map {
    width: 100%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-redken .widget_ultimatumimage {
    float:right;
  }
  .red-bg #logo-container > div {
    position: relative;
    z-index: 3;
  }
  .wrapper.red-bg:after,
  .red-bg #logo-container > div:after {
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    top:68%;
  }
  .red-bg #logo-container > div:after {
    z-index: 2;
    background-color: #e4303b;
  }
  .wrapper.red-bg:after {
    z-index: 1;
    background-color: #fff;
  }
  .mob {
    display:none;
  }
  .wrapper.red-bg .row {
    padding-bottom: 50px;
  }
  #logo-container {
    margin-bottom: -50px;
  }
  .supplier-logo-container,
  .social-media {
    display: inline-block;
    width:auto;
  }
  .soc-med-col .colwrapper,
  .contact-plug-col .colwrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
  }
  .social-media,
  .contact-plug {
    margin-top: -6px;
  }
  .promo .text-inner {
    padding-top: 15px;
  }
  .acf-map {
    position: absolute !important;
    margin-left: 347px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bgglry-image {
    max-width:992px;
  }
  .ls-l.content {
    max-width:992px !important;
  }
}
@media (max-width: 1199px) {
  body.home .ls-l.content {
  }
}
@media (min-width: 1200px) {
  #logo-container img {
    height:169px;
  }
  .header-redken .widget_ultimatumimage {
    margin:10px 0;
  }
  .ls-l.content {
    max-width:1200px !important;
  }
  body.home .ls-l.content {
  }
}
