/*======================================================*/
/*======================= SLIDER =======================*/
/*======================================================*/

#slider img {
  width: 100%;
}
.cta {
    width: 100%;
    height: 100%;
}
.cta-box {
    height: 100%;
    width: 50%;
    background: rgba(0,0,0,0.45);
}
.cta-text {
    font-size: 3em;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    padding: 13% 4% 0 4%;
}
.id-343 .cta-box {
     float: right;
}
.id-343 .cta-text {
    padding-top: 25%;
}
@media only screen and (max-width: 1300px) {
  .cta-box {
    line-height: inherit;
    width: 100%;
  }
  .cta-text, .id-343 .cta-text {
    font-size:2em;
    padding-top: 12%;
  }
}

@media only screen and (max-width: 767px) {
  .home #slider img {
    height: 0;
    visibility: hidden;
  }
  .home #slider {
    height: 180px;
    background-color: #edd8ad;
    background-image:url('/wp-content/uploads/45-degree-fabric-dark.png');
    box-shadow: inset 0 -12px 15px rgba(0,0,0,0.1);
  }
  .cta {
    position: relative;
    width: 100%;
    background: none;
  }
  .cta-box {
    line-height: inherit;
    text-align: center;
    background: none;
  }
  .cta-text, .id-343 .cta-text {
    font-size: 1.4em;
    padding-top: 5%;
  }
}


/*==================================================================*/
/*============================= LINK BUTTON ========================*/
/*==================================================================*/

.link-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 7px 47px;
    border: 2px solid #800000;
    margin: 18px 0 10px;
    transition: color .3s;
    font-weight: bold;
    font-size: .9em;
    color: white !important;
    box-shadow: 5px 5px 6px rgba(0,0,0,0.2);
    background: #800000;
}
.link-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.link-button:hover, .link-button:focus, .link-button:active {
  text-decoration: none !important;
  color: #800000 !important;
}
.link-button:hover:before, .link-button:focus:before, .link-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*================================================================*/
/*========================= BUTTON END ===========================*/
/*================================================================*/


/*========================= ANIMATIONS ===========================*/

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*====================== ANIMATIONS END =========================*/


/*===============================NEVER NEEDS ADJUSTED============================*/
#slider, #content {max-width: 1920px;margin: auto;}
#content h2, #content h3 {margin-top: 45px;}
.serving li {display: block;text-align: left;}
.customList ul > li {list-style-type: none;font-weight:400;}
.customList, .serving {list-style-type: none;font-weight: bold;}
.feedback #content a img {height: 175px;width: auto;padding: 20px;transition: border .2s, box-shadow .2s;}
.feedback #content a img:hover {border: 1px solid rgba(0, 0, 0, 0.3);border-radius: 10px;box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);}
.feedback-page p {display:inline-block;}
.feedback-page {text-align:center;}
.rslides_tabs {padding: 0;height: 27px;bottom:-17px;}
.rslides_tabs li a::before {font-size: 25px;}
.prime {background:white;}
html {overflow-x: hidden;}
#slider {border-bottom: 1px solid #222;border-top: 1px solid rgba(0,0,0,0.3);}
.breakout {background: rgba(0,0,0,.1);margin: 0 -100%;margin: 0 calc(50% - 50vw);}
.breakout .wrapper {background: none !important;box-shadow: none !important;padding: 2em 0px !important;font-weight: bold;color: white;}
#content a {text-decoration: none !important;}
body {color:#222;}
footer.footer .wpcf7-form textarea {height: 60px;}
/*==============================================================================*/

.toplogo {
    max-width: 295px;
    margin-bottom: 13px;
}
.topPhone {
    padding: 28px 0;
    font-weight: bold;
}
.topPhone span {
  font-size: .6em;
  font-weight: 400;
}
.topPhone {
  font-size: 2em;
}
header.header.clear {
    background-color: #9e0000;
    color: white;
    background-image: url('/wp-content/uploads/dark-wood.png');
}
nav.nav, nav.nav.nav-fixed {
    background-color: #BAAE92 !important;
    color: black;
    box-shadow: inset 0px 16px 18px rgba(0,0,0,0.45);
}
nav.nav.nav-fixed {
    border-bottom: 1px solid #333;
    box-shadow: none;
}
nav.nav ul li a, .wpcf7-form input[type="submit"] {
  transition: all .3s;
  font-weight: bold;
}
nav.nav ul li.current-menu-item a, nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {
    border: 1px solid #800000;
}
#menu-toggle span {
    background: #800000;
}
.compliments h1 {
    background-color: #333;
}
footer.footer {
    background-color: #BAAE92 !important;
    color: black;
    box-shadow: inset 0px 16px 18px rgba(0,0,0,0.45);
    text-shadow: 0px 0px 23px rgba(300,300,300,0.4);
    font-weight: bold;
}
h1, h2, h3, h4, h5, .link-button, .wpcf7-form input[type="submit"] {
  text-transform: uppercase;
}
img.float-right {
  float: right;
  margin: 0 0 20px 20px;
  width: 47%;
  box-shadow: 5px 5px 6px rgba(0,0,0,0.2);
}
.service-page img {
  box-shadow: 5px 5px 6px rgba(0,0,0,0.2);
}
.active-page {
    background: none;
    border: 1px solid;
}
.customList li::before, .serving li::before {
  content: '\f14a';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #53412C;
  margin-left: -22px;
  font-size: 16px;
}
.serving li::before {
  content: '\f041';
}
.widgettitle, #biziqbusinesshours-3 > h2 {
  border-bottom: 1px solid black;
}
.service-page .one-whole, .service-page .one-half, .service-page .one-third, .service-page .one-fourth, .service-page .one-fifth {
  padding: 15px;
}
.wpcf7-form input[type="submit"] {
  background: #800000;
  border-color: #800000;
  color: white;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
}
.wpcf7-form input[type="submit"]:hover {
  background: red;
  border-color: red;
}
.up-down a {
  color: #800000 !important;
  padding: 30px;
}
.nav ul li > a::after {
    color: white;
}
.nav ul li > a:hover::after {
    color: white;
}
ul.sub-menu {
    background: #93927F;
}
.breakout-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-position: center !important;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-top: 30px;
    padding: 30px;
    margin-bottom: 30px;
}
.mobile-visible {
    display: none;
}
@media only screen and (max-width:767px) {
  img.float-right {
    display: block;
    width: 100% !important;
    margin: 20px 0 35px;
  }
  .toplogo {
    max-width: 100%;
    padding: 20px;
  }
  .customList, .serving {
    margin: 0;
  }
  .home #content .one-half {
    padding:0;
  }
  #content .one-half {
    text-align:left;
  }
  .mobile-visible {
    display: block;
  }
  .topPhone {
    padding: 0 0 10px;
  }
  #content .one-fourth:nth-child(2n+1) {
    clear: none;
  }
  .service-page .one-whole, .service-page .one-half, .service-page .one-third, .service-page .one-fourth, .service-page .one-fifth {
    padding: 0;
  }
}

/*========================================================*/
/*======================= GALLERY =======================*/
/*======================================================*/

.featherlight-content::before {
    content: '*Navigate images with left and right arrow keyboard keys*';
    text-align: center;
    display: block;
    padding-bottom: 16px;
    font-size: 1.7em;
    font-weight: bold;
}
@media only screen and (max-width:767px) {
  .featherlight-content::before {display: none;}
}

/*========================================================*/
/*========================= BLOG ========================*/
/*======================================================*/
.post h1 a {color: #222 !important;}
main {width: 100% !important;}
.date {font-style: italic;}
.author {font-weight: bold;}
.comments a {
  color: #222 !important;
  background: white;
  padding: 5px 14px;
  border-radius: 5px;
  border: 2px solid #222;
  margin: 0px 10px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: color .2s, background .2s;
  /* For Safari 3.1 to 6.0 */
  transition: color .2s, background .2s;
  box-shadow: 5px 5px 6px rgba(0,0,0,0.1);
}
.comments a:hover {
  color: white !important;
  background: #222;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  margin-bottom: -10px;
}
#content .post a {
    color: #649E00;
    transition: all .2s;
    box-shadow: 0px 0px #222;
    line-height: 1.7em;
}
#content .post a:hover {
    box-shadow: 0px 3px #222;
}
.post .comments a {
    box-shadow: none !important;
}