/*==================================================================*/
/*============================= 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 #2BCBF7;
    margin: 18px 0 10px;
    transition: color .3s;
    font-weight: 600;
    font-size: .9em;
    color: black !important;
    box-shadow: 5px 5px 6px rgba(0,0,0,0.2);
    background: #2BCBF7;
    /* text-shadow: 0px 0px 6px rgba(0,0,0,0.3); */
}
.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: black !important;
  text-shadow: 0px 0px 6px white !important;
}
.link-button:hover:before, .link-button:focus:before, .link-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*========================= BUTTON 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;}
.customList, .serving {list-style-type: none;font-weight: 600;margin-bottom: 50px;}
.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);}
.rslides_tabs {padding: 0;height: 27px;background: none;border:  none;}
.rslides_tabs li a::before {
  font-size: 18px;
    content: "\f10c";
    font-size: 18px;
    color: white;
}
.rslides_tabs li.rslides_here a:before {
    content: "\f111";
    color: white;
}
.prime {background:white;}
html {overflow-x: hidden;}
#slider {border-bottom: 1px solid #222;border-top: 1px solid #b5b5b5;}
.breakout {background: rgba(0,0,0,.1);margin: 0 -100%;margin: 0 calc(50% - 50vw);background-size:  cover;background-position:  center;background-attachment: fixed;}
.breakout .wrapper {background: none !important;box-shadow: none !important;padding: 85px 0px;font-weight: bold;color: white;}
#content a {text-decoration: none !important;}
/*==============================================================================*/

.breakout.edge-to-edge .wrapper {
    max-width: 1600px;
    width: 100vw;
    padding: 0;
}

.toplogo {
    max-width: 290px;
    margin-bottom: -8px;
}
.topPhone {
  padding: 28px 0;
  font-weight: bold;
}
.topPhone span {
  font-size: .6em;
  font-weight: 400;
}
.topPhone {
  font-size: 2em;
}
header.header.clear {
  background-color: white;
  color: #434343;
}
nav.nav, nav.nav.nav-fixed {
    background-color: #868273 !important;
    color: white;
    box-shadow: inset 0px 16px 18px rgba(0,0,0,0.25);
    background-image:url('/wp-content/uploads/brick-wall.png');
}
nav.nav.nav-fixed {
    border-bottom: 1px solid #333;
}
nav.nav ul li a, .wpcf7-form input[type="submit"] {
  transition: all .3s;
  font-weight: bold;
}
.compliments h1 {
    background-color: #333;
}
footer.footer {
    background-color: #131004 !important;
    color: #fff;
    box-shadow: inset 0px 16px 18px rgba(0,0,0,0.25);
    background-image: url('/wp-content/uploads/brick-wall.png');
    text-shadow: 0px 0px 23px rgba(0,0,0,0.4);
    font-weight: bold;
}
h1, h2, h3, h4, h5, .link-button {
  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);
}
.active-page {
    background: none;
    border: 1px solid;
}
.customList li::before, .serving li::before {
  content: '\f14a';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #2bcbf7;
  margin-left: -22px;
  font-size: 16px;
}
.serving li::before {
  content: '\f041';
}
.widgettitle, #biziqbusinesshours-3 > h2 {
  border-bottom: 1px solid white;
}
.business-hours .one-half {
    width:  50%;
    float:  left;
    text-align:  left;
}
.services #content .one-half, .services #content .one-whole, .home #content .one-half, .ac-services #content .one-half, .heating-services #content .one-half {
  padding: 15px;
}
.wpcf7-form input[type="submit"] {
  background: #2BCBF7;
  color: #222;
  border-color: #2BCBF7;
}
.wpcf7-form input[type="submit"]:hover {
  background: #6ACBE6;
}
.up-down a {
  color: #2BCBF7 !important;
  padding: 30px;
}
.nav ul li > a::after {
    color: white;
}
.nav ul li > a:hover::after {
    color: white;
}
ul.sub-menu {
    background: #255574;
}
.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;
}
#content {
    font-size:  1.1em;
    line-height: 1.8em;
}

.serving-areas {
    background: rgba(0,0,0,0.85);
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}
.mobile-visible {
    display: none;
}
@media only screen and (max-width:767px) {
  img.float-right {
    display: block;
    width: 100%;
    margin: 20px 0 35px;
  }
  .toplogo {
    max-width: 100%;
    padding: 20px;
  }
  #slider {
    display: none;
  }
  .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;
  }
}

/*========================================================*/
/*======================= 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: white !important;}
main {width: 100% !important;}
.date {font-style: italic;}
.author {font-weight: bold;}
.comments a {
  color: #255574 !important;
  background: white;
  padding: 5px 14px;
  border-radius: 5px;
  border: 2px solid #255574;
  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: #255574;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  margin-bottom: -10px;
}




/*======================= GALLERY =======================*/

.gallery:after {
  content: ' ';
  display: table;
  clear: both;
}

.featherlight {
  background: rgba(0, 0, 0, 0.6);
}

.featherlight-content {
  overflow: hidden !important;
}

.featherlight .featherlight-content {
  background: none;
  padding: 50px !important;
}

.featherlight-next span,
.featherlight-previous span {
  text-shadow: 0 0 5px black;
  opacity: .5;
  display: block;
  font-size: 4em;
  line-height: 1em;
}

.featherlight-next span {
  right: -40%;
}

.featherlight-previous span {
  left: -38%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background: none;
}

.featherlight-close-icon {
  font-size: 3em;
  font-weight: bold;
  color: white !important;
  background: none !important;
  top: 16px !important;
  right: 16px !important;
}

.featherlight-image.featherlight-inner {
  padding: 20px;
  max-width: 100%;
  height: auto !important;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-link {
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
  -o-transition: box-shadow .1s, transform .2s, opacity .2s;
  transition: box-shadow .1s, transform .2s, opacity .2s;
  transition: box-shadow .1s, transform .2s, opacity .2s, -webkit-box-shadow .1s, -webkit-transform .2s;
  margin: 30px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
  opacity: 1;
}

.gallery-link:hover,
.gallery-link:focus,
.gallery-link:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
  opacity: .9;
}

.gallery h1 {
  text-align: center;
  padding: 10px;
  color: white;
  background: #444;
  margin: 20px auto 40px;
  border-radius:  30px;
  max-width: 400px;
}

.gallery-item {
  margin: 0 !important;
  overflow: hidden;
}

.gallery-item img {
  border: none !important;
  margin: 0;
  padding: 0;
}

.gallery-icon a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 4px;
}

.gallery-icon a::after {
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  content: '\f00e';
  opacity: 0;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.74);
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-size: 4em;
  font-weight: 600;
}

.gallery-icon:hover a::after {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.gallery-icon:hover a img {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.gallery-icon {
  overflow: hidden;
}

.gallery-icon a img {
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width:767px) {
  .featherlight-content::before {
    display: none;
  }
  .gallery-item {
    width: 50%!important;
  }
}

.copy {
    background: #33332f;
    bottom: 0;
    padding:  5px 0;
}

footer.footer {
    padding-bottom: 0;
}

#content .rev-cont {
    background: #56524d;
    padding:  15px;
    display:  block;
    margin: 30px auto;
    border:  none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: white;
}

#content .author-name {
    font-size: 1.6em;
    line-height:  1.5em;
    color: white;
}

#content .rev-cont h3.review-title {
    margin: 0;
}

.reviews #content .biziq-button, .client-button {
    background: #2bcbf7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing:  1px;
    margin: 20px 0;
}

#content .review-comment-container-nullified {
    margin-left: 0;
}

#content .review-body {
    border-left:  1px solid white;
}

.reviews #content .wrapper {
    max-width: 600px;
    padding: 50px 0;
}

.review-nav-container {
    font-weight:  600;
    font-size: 1.3em;
    margin-top: 31px;
    display: inline-block;
    width:  100%;
    text-align:  center;
}

#content .active-page {
    background: #55524d;
    padding: 0 4px;
}

#content .review-nav-container .active-page a {
    color: white;
}

#content .review-nav-container a {
    color: #55524d;
}

.socialicons {
    text-align: left;
}

.contact-us #content {
    padding:  0;
}

.contact-us #content .breakout .wrapper {
    max-width: 1600px;
    font-weight: 400;
}

.contact-us #content .one-half {
    max-width: 662px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    color: #222;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    margin:  auto;
}


@media only screen and (max-width:1000px) {
  .contact-us #content .one-half {
    float: none;
    clear: both;
    width: 100%;
  }
}

@media only screen and (max-width:400px) {
  .contact-us #content .one-half {
    font-size: .85em;
  }
}