/*----------------------------------------------------------------
*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES:
If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section.

Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
.nav-bar ul li:nth-child(7) {
  border-right: none !important;
}

.nav-bar ul li:nth-child(7):hover .fa-phone:before {
  color: #454e29 !important;
}

h3.boxes {
  /* background: #fbfbfb; */
  color: black;
  padding: 66px 12px 2px 31px;
  margin: -30px -1px 0px -1px;
}

.nav-bar ul li.mega-menu {
  position: initial !important;
}

.nav-bar ul li.mega-menu ul {
  -webkit-column-count: 2 !important;
     -moz-column-count: 2 !important;
          column-count: 2 !important;
}

div.breakout.back.parallax {
  background-color: #c5c5c5 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23696969' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

button.btn.btn-primary {
  width: 290px;
  border-radius: 0px 0px 10px 10px !important;
}

h3.decorline, h2.decorline {
  border-bottom: 1px solid #e22a2a;
  line-height: 0.1em;
  margin: 10px 0 20px;
  text-align: center;
  padding-top: 30px;
}

h1 span, h2 span, h3 span {
  background: #ffffff;
  padding: 0 20px 0 20px;
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #bd1817 !important;
}

a.ctc:hover {
  border-bottom: none;
  text-decoration: none;
  font-weight: bold;
  color: #4C6193;
}

a.ctc:before {
  font-weight: bold;
  color: #e64647;
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  margin-right: 2px;
}

div.pattern {
  background-color: #c5c5c5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23f7f7f7' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

div.medium-wrapper.back {
  background: #fffffff7;
  border: 5px double black;
  padding: 30px !important;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0 7px 3px #aba9a9cc;
          box-shadow: 0px 0 7px 3px #aba9a9cc;
}

h1.bko {
  color: #fff;
}

.video-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.breakout.twopic {
  background: white;
  margin-top: -33px;
  padding: 0;
}

span.indent {
  text-indent: -21px;
}

p.space {
  padding: 10px 30px 30px 30px;
  border: 1px solid #ecebeb;
  border-radius: 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 26px !important;
  left: 0;
  width: 100%;
}

/* trans header 
#header {

    background: #fff0;
    position: absolute;
    z-index: 10000;
}
*/
h1.inverse {
  letter-spacing: 2px;
  color: #fff;
}

a.ctc {
  border-bottom: 1px dashed #d62322;
  font-weight: bold;
  color: #d62322;
}

.fa-bone:before {
  content: "\f5d7";
  color: #151515;
}

.shdw {
  -webkit-box-shadow: 0px 1px 7px 3px #e0dfdfbf;
  box-shadow: 0px 1px 7px 3px #e0dfdfbf;
}

a.ctc:hover {
  font-weight: bold;
  color: #000;
}

.fa-check-square:before {
  content: "\f14a";
  color: #1864be;
}

.fa-map-marker-alt:before {
  content: "\f3c5";
  color: #95201e;
}

div.flex-item.box {
  background: white;
  border: 1px solid #010101;
  margin: 20px;
  -webkit-box-shadow: 1px 7px 4px 0px #7d74742b;
  box-shadow: 1px 7px 4px 0px #7d74742b;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/wp-content/uploads/Watercolor-texture-e1566248064170.jpeg); */
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#fffffffc), color-stop(#fffffffa), to(#ffffffb0)), url(../../../uploads/Watercolor-texture-e1566248064170.html);
  background-image: -webkit-linear-gradient(left, #fffffffc, #fffffffa, #ffffffb0), url(../../../uploads/Watercolor-texture-e1566248064170.html);
  background-image: linear-gradient(to right, #fffffffc, #fffffffa, #ffffffb0), url(../../../uploads/Watercolor-texture-e1566248064170.html);
}

.billboard .slider-content {
  max-width: none;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  position: relative;
  color: white;
  padding: 30px;
  background: #00000059;
}

.fa-chevron-right:before {
  content: "\f054";
  color: #00aced;
}

body, header, #container {
  line-height: 1.7em;
}

.fa-chevron-circle-right:before {
  content: "\f138";
  color: #205528;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
  color: #d62322;
}

a.link {
  border-bottom: 1px dotted black;
}

.medium-wrapper {
  max-width: 1150px;
  margin: auto;
  padding: 1em 0em !important;
}

/*header*/
div.subsub-header {
  font-size: 16px;
}

.header-b .logo {
  padding: 5px 0rem;
}

.logo p {
  margin: .5em 0;
}

.logo:hover {
  color: #000;
}

.header-b .nav-bar .sub-menu {
  left: auto;
  right: 0;
  /* min-width:340px; */
}

.nav-bar ul.sub-menu li, .nav-bar ul.sub-menu li a {
  text-align: left;
  font-size: 17px;
  background: white;
}

div.tray {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px #c2b4d7, 0 10px #d2c9e0, 0 15px #e1daea, 0 20px #efe5ff, 0 25px #f6f0ff, 1px -1px 7px rgba(165, 165, 165, 0.4);
          box-shadow: 0 5px #c2b4d7, 0 10px #d2c9e0, 0 15px #e1daea, 0 20px #efe5ff, 0 25px #f6f0ff, 1px -1px 7px rgba(165, 165, 165, 0.4);
}

span.tel {
  background: #0e3171;
  padding: 10px;
  border: 1px solid #8b8f8e;
  color: #fff;
  border-radius: 5px;
}

.fa-phone-square:before {
  content: "\f098";
  color: #e22b2c;
}

div.logo {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 2em;
}

h2.space {
  padding-left: 30px;
  background: #ecebeb;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

div.custom-wrapper {
  max-width: 1350px;
  margin: 0 auto;
}

.package-img {
  float: left;
  margin-right: 15px;
}

.package-content {
  display: table;
}

#header .header-b {
  background: white;
  -webkit-box-shadow: 2px 2px 4px #d6d6d6b8;
          box-shadow: 2px 2px 4px #d6d6d6b8;
  padding-top: 20px;
  padding-bottom: 20px;
}

#mobile-menu-container a {
  font-size: .5em;
  line-height: 2.4em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 1.3em;
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: none;
}

#mobile-menu-container ul.sub-menu a {
  font-size: 1.2em;
}

#mobile-menu-container .fa-paw:before, #mobile-menu-container .current_page_item a, #mobile-menu-container a:hover {
  color: #ffffff !important;
}

#mobile-menu-container ul.sub-menu {
  border-top: 0.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
  display: none;
  font-size: .8em;
}

#mobile-menu-container ul.sub-menu a:hover {
  color: #fff;
}

.fa-minus:before {
  content: "\f068";
  color: #d3d822;
}

.final-star {
  color: #0d9681 !important;
}

div.credbox {
  background: #0606064f;
  padding: 20px;
  border-radius: 20px;
  /* background: radial-gradient(#7d865f, #677340); */
  /* color: red !important; */
  border: 1px solid #d3d822;
  height: 100%;
}

.fa-plus:before {
  content: "\f067";
  color: #ffffff;
}

h2.side {
  border-left: 5px solid #20552a;
  padding: 9px;
  color: #20552a;
}

h2.under {
  text-decoration: underline;
}

.billboard .slide-sub-header, .video-container .slide-sub-header {
  font-size: 1.7em;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  text-shadow: -2px 1px 1px #2d2d2d52;
  margin-top: 8px;
  font-family: 'PT Serif', serif;
  letter-spacing: 2px;
}

.billboard .slide-header, .video-container .slide-header {
  font-size: 2.7em;
  text-align: center;
  padding-bottom: 11px;
  font-weight: 00;
  text-shadow: 1px 0px 5px #444242;
  font-family: 'Lobster', cursive;
  font-family: 'Poppins', sans-serif;
  padding: 20px 30px;
}

.billboard .swiper-slide:after {
  background-color: #00000094;
}

.fa-question-circle:before {
  content: "\f059";
  color: #fdcc35;
}

div.phone {
  position: absolute;
  top: 43px;
  color: #4c4b4b;
  font-size: 19px;
  letter-spacing: 1px;
}

.phone a {
  background: #ffffff00;
  color: #FFF;
  padding: 0px;
  display: inline-block;
  text-decoration: none;
}

.fa-star:before {
  content: "\f005";
  color: #ffcd3b;
}

a.calltoday {
  color: #0d9681;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

a:hover {
  text-decoration: none !important;
}

.toplogo {
  width: 469px;
  margin-top: -18px;
}

span.call-today {
  display: none;
}

a.phone-number {
  display: block;
  background: #252525;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.1em;
  padding: 8px 15px 5px;
}

/*nav*/
.nav-bar ul {
  padding: 0;
  margin-top: -2.5em;
  line-height: 0.2em;
  font-size: 18px;
}

.passed-header .nav-bar {
  text-align: right;
  padding-right: 1em;
  /* margin-top: 53px; */
}

.header-b .stick-me.stuck > .nav-wrap {
  max-width: 80%;
  margin: 0 0 0 auto;
}

.nav-bar .sub-menu {
  background: #ffffff;
}

.header-b .nav-bar .sub-menu a {
  line-height: 1.4em;
}

.sticky-background {
  background: #08080800;
}

.nav-bar ul li {
  margin: 0 .4em;
}

.nav-bar ul a {
  padding: 0.55em 0.8em !important;
  /* text-transform: uppercase; */
  font-weight: bold;
  border: 1px solid transparent;
  font-weight: 400;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
  color: #de1616;
}

#desktop-top-bar {
  z-index: 99999;
  position: relative;
  padding: 0 1rem;
  text-align: right;
  background: #000000;
  color: #FFF;
  width: 100%;
}

/* 
.home #header {     
	background: #ffffff03 !important; 
    position: absolute !important; 
}
*/
.fa-home:before {
  content: "\f015";
  color: #0e3171;
}

/* ---------------------------- boxes --------------*/
/*
div.col-sm-3.box {
	text-align: center;
    box-shadow: 0px 0px 5px #828282b5;
     max-width: 20% !important; 
	margin: 20px;
	    padding: 0px;
} 
*/
.fa-paw:before {
  content: "\f1b0";
  color: #2a241f;
}

/*-------------------this might mess up mobile scroll responsiveness-----------*/
/*------------------------------------------------------ not home -----------------------------------------------------------------------*/
.billboard .swiper-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*headings*/
/*----------------------------------------------------------------------------------------------Jumbotron -----------------------------------------*/
.jumbotron-fluid {
  color: #fff;
  background: #000;
}

.jumbotron {
  padding: 2rem 1rem;
  /* margin-bottom: 2rem; */
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1075b1), to(#025a8d));
  background-image: -webkit-linear-gradient(#1075b1, #025a8d);
  background-image: linear-gradient(#1075b1, #025a8d);
}

.display-4 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}

h1 {
  margin: .95em 0 .5em;
  font-size: 1.6em;
}

h2 {
  font-size: 1.45em;
  margin-top: 1.5em;
  margin-bottom: .25em;
}

.entry-title {
  margin-top: 0;
}

h2 + p {
  margin-top: .75em;
}

h3 {
  font-size: 1.3em;
}

body.home h1 {
  font-size: 2em;
}

h1, h2, h3, h4 {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

div.upperbox {
  background: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid #e22a2a;
}

.breakout h2 {
  margin-top: .5em;
}

h5.card-title {
  font-size: 1rem;
  text-align: center;
}

.medium-wrapper {
  padding: 0em 2em;
}

/*---------nav */
.nav-bar ul a {
  display: inline-block;
  text-decoration: none;
  padding: 0 10px;
  color: #000000;
  line-height: 1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/*-----------------billboard  ---------------------------------------*/
.swiper-button-next {
  background: none;
}

.swiper-button-next:before {
  content: '\f054';
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

.swiper-button-prev {
  background: none;
}

.swiper-button-prev:before {
  content: '\f053';
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*images*/
#content img, img, .feedback-header img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: -12px;
}

.bg-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  min-height: 300px;
}

.rev-cont:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f10d';
  position: absolute;
  background-color: #ffffff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #0a070700;
  text-align: center;
  line-height: 50px;
  font-size: 1.25em;
  font-weight: 900;
  top: -20px;
  left: -25px;
  -webkit-box-shadow: 0 0 4px 1px #ffffff;
  /* box-shadow: 0 0 4px 1px #bbbaba; */
  background-image: url(../../../uploads/fav.png);
  background-position: center;
  background-size: 86%;
  background-repeat: no-repeat;
}

.fa-thumbs-up:before {
  content: "\f164";
  color: #fdcc35;
}

.fa-thumbs-down:before {
  content: "\f165";
  color: #fdcc35;
}

/*home ctas*/
.home-ctas h3 a {
  color: inherit;
  display: block;
}

.home-ctas h3 {
  text-align: left;
  font-size: 1.1em;
  color: #101010;
  line-height: 1.4em;
  background: #e4e4e4;
  margin: 0;
  padding: .95em;
}

.home-ctas {
  margin-top: 2em;
  margin-bottom: 2.5em;
}

.home-ctas .wrap {
  border: 0px solid #9fa2a4;
}

.home-ctas p {
  margin-top: 0;
  margin-bottom: 0;
}

/*homepage cta-list*/
.flex-wrapper, ul.cta-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0em -20px;
  list-style: none !important;
}

.flex-wrapper .flex-item, .flex-wrapper > li,
ul.cta-list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -moz-flex-grow: 1;
  width: auto;
  -ms-flex-preferred-size: 280px;
  -webkit-flex-basis: 280px;
          flex-basis: 280px;
  list-style: none;
  margin: 15px 0px;
  padding: 16px;
}

ul.cta-list li {
  padding-left: 0;
  text-indent: 0;
  line-height: 1.6em;
  font-size: 1.0em;
  font-weight: 500;
  -ms-flex-preferred-size: 250px;
  -webkit-flex-basis: 250px;
          flex-basis: 250px;
  text-align: left;
}

ul.cta-list li h4:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f138';
  font-size: 1.0em;
  color: #9ea2a5;
  margin-right: 7px;
}

ul.cta-list {
  margin: 0 -15px;
}

.billboard .slider-content a:after, .video-container .slider-content a:after, .btn:after, button i, .rev-read-more:after, a.contact-btn:after, .biziq-button:after, .btn:after, #slider .btn:after, .view-article:after {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: .9em;
  content: '\f138';
  margin-left: 10px;
  color: #e22a2a;
}

/*------------------------------buttons---------------------------------------------------------------------------------------------------------------*/
.billboard .slider-content a, .video-container .slider-content a,
.btn, .wpcf7-form input[type=submit], button, html input[type="button"], input[type="reset"], input[type="submit"],
a.contact-btn, .biziq-button, #content .btn, #slider .btn, .view-article, .rev-read-more {
  background-color: #000000;
  padding: 10px 30px 10px 30px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  /* text-transform: uppercase; */
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  border: 1px solid #fcfcfc8f;
  line-height: 1.6em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 1.05em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  /* text-shadow: -1px 1px 1px #3e3838ab; */
  font-weight: 400;
  background-repeat: repeat;
  background-position: center;
  /* background-attachment: scroll; */
  background-size: auto;
  border-radius: 5px;
  font-family: montserrat;
}

.billboard .slider-content a:hover, .video-container .slider-content a:hover,
.btn:hover, #slider:hover .btn, button:hover, .rev-read-more:hover,
html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
#content .view-article:hover, .wpcf7-form input[type=submit]:hover,
#content .btn:hover, #slider .btn:hover {
  background: #db1916;
  color: #fff;
}

button.close {
  min-width: 0;
  background: #000;
  opacity: 1;
}

button.close br {
  display: none;
}

button.close span {
  color: #fff;
}

.btn.tel-btn:after {
  content: '\f095';
}

.fa-anchor:before {
  content: "\f13d";
  color: #0c5953;
}

.billboard .slider-content a:hover:after, .video-container .slider-content a:hover:after,
.btn:hover:after, button i, .rev-read-more:hover:after,
a.contact-btn:hover:after, .biziq-button:hover:after, .btn:hover:after, #slider .btn:hover:after, .view-article:hover:after {
  color: #fff;
}

button.btn.btn-primary.main {
  margin-top: -29px;
  background: #7c221c;
  width: 100%;
  max-width: 253px;
  font-size: 1.2em;
}

button.btn.btn-primary.main br {
  display: none;
}

button.btn.btn-primary.main:after {
  display: block;
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #e22a18;
}

/*----------------------------------------------Breakout page style stuff-------------------------------------------------------------------------------------*/
.parallax {
  background-attachment: fixed !important;
  background-position: center !important;
}

.dk {
  background: #252525 !important;
}

.center, .center * {
  text-align: center;
}

.inverse *, #content .inverse h1, #content .inverse h2, #content .inverse h3, #content .inverse h4 {
  color: #fff;
}

.about-columns {
  margin-top: 3em;
  margin-bottom: 3em;
}

hr {
  margin: 3em 0;
}

.neg-margin {
  margin: 0 -15px;
}

.neg-margin > div {
  padding: 0 15px;
}

.clear {
  clear: both;
}

div.breakout.top {
  margin-top: -.5em;
  margin-bottom: 2em;
  background: #f1efef;
  padding: 3em;
}

.card {
  -webkit-box-shadow: 0px 3px 6px 3px #a0a0a04f;
  box-shadow: 0px 3px 6px 3px #a0a0a04f;
}

/*-------------------------------------feedback----------------------------------------------------------------------------------------*/
.wp-caption-text, .alignleft, .aligncenter, .alignright {
  max-width: 100% !important;
}

article#post-16 {
  display: block;
  margin: auto;
  /* width: 75%; */
}

.up-down a i {
  font-size: 7em;
  /* margin: 0; */
  text-align: center;
  display: inline-block;
  width: 35% !important;
  max-width: 200px;
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #0c5953;
}

.numbered h3:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  content: '';
}

.numbered .wrap {
  height: 100%;
  margin: 0 0;
  padding: 1em;
  border: 1px solid #d0d0d0;
}

.numbered.row > div {
  padding-bottom: 1.5em;
}

.numbered h3 span {
  background: #c90b48;
  color: #fff;
  margin-right: 10px;
  padding: 5px 15px;
}

/*Sidebar / blog */
.blog #sidebar, .woocommerce #sidebar, .single-post #sidebar {
  padding: 0em 1.5em 2em 1em;
  color: #000;
  /* margin-top: 49px; */
}

.widget-title {
  color: #fff;
}

#sidebar a {
  color: inherit;
}

/*Links*/
a {
  color: inherit;
}

#content .dotted {
  line-height: 1.2em;
  display: inline-block;
  border-bottom: 1px dotted;
  color: inherit;
}

.tel-inline {
  font-weight: 700;
}

.tel-inline:before {
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .9em;
}

/*breakouts*/
.first-billboard {
  margin-top: 0 !important;
  overflow: hidden;
}

.fa-sun:before {
  content: "\f185";
  color: #0288bc;
}

.fa-quote-right:before {
  content: "\f10e";
  color: #ac9ac7;
}

.fa-quote-left:before {
  content: "\f10d";
  color: #ac9ac7;
}

.breakout.inverse {
  color: #fff;
}

.breakout {
  margin-top: 3em;
  margin-bottom: 3em;
  background: #c5c5c5;
  padding: 5em 2em 5em 2em;
  color: #000;
}

.breakout + .breakout {
  margin-top: -3em;
}

.burgendy {
  background: #9a0a37;
}

.breakout .medium-wrapper,
.small-wrapper {
  padding: 2em;
}

.last-b {
  margin-bottom: -4em;
  font-size: 1.15em;
}

.full-w-col .text-col .wrap {
  max-width: 570px;
}

.blog-wrap {
  background: #0288bc;
  padding: 20px;
}

/*form*/
div.wpcf7-mail-sent-ok {
  border: 2px solid #ffffff;
}

body.page-contact-us #content form {
  padding: 1em 1.5em;
  /* background-image: linear-gradient(rgb(13, 150, 129),rgb(19, 76, 67)), url(/wp-content/uploads/construction-site.jpg); */
  background-position: bottom right;
  color: #fff;
  background: #ffffff00;
  /* border: 1px solid #e4e4e4; */
  border-radius: 5px;
}

.wpcf7-form input, .wpcf7-form textarea {
  background-color: #fff;
  border: 1px solid #939393;
  outline: none !important;
  margin: 2px 0;
  color: #000;
  font-weight: 400;
  letter-spacing: .75px;
  min-height: 2.5em !important;
  -webkit-transition: .15s ease-out all;
  transition: .15s ease-out all;
  padding: 4px;
  border-radius: 5px;
}

body.page-contact-us #content form h2 {
  color: #fff;
}

form label {
  display: block;
  margin: .5em 0;
  font-weight: bold;
}

body.page-contact-us form textarea,
body.contact-us form input {
  /*border: none;
  font-weight: 400;*/
}

body.page-contact-us form input.submit {
  font-size: 1.05em;
  color: #fff;
}

form textarea, form input {
  background: #f7f7f7;
  color: #020202;
  font-size: 1.1em;
  margin-top: .5em;
}

form textarea {
  height: 150px;
}

.wpcf7-form input[type=submit], form input.submit, form input[type="submit"] {
  background: #de1616;
  color: #ffffff;
  font-size: 1.1em;
  margin-top: .5em;
  max-width: 250px;
}

/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.checked, ul.fancylist,
#content ul.fancylist {
  list-style: none;
}

ul.marker {
  margin-top: 0;
}

#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li {
  line-height: 1.5em;
  margin-bottom: 3px;
  text-indent: -22px;
}

ul.marker li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f276';
  margin-right: 5px;
  font-size: .9em;
}

#footer ul li:before,
#footer ul li:before, ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f138';
  margin-right: 5px;
  color: #d62323;
  font-size: .95em;
}

ul.spaced li {
  margin-bottom: 10px;
}

ul.checked li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f00c';
  margin-right: 8px;
  color: #0e9681;
}

ul.fancylist.p li:before {
  color: #9583b1;
}

/*responsive video*/
.video-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Footer*/
#footer {
  margin-top: 4em;
  color: #ffffff;
  background: #000000;
}

#footer .row, header .row {
  max-width: 1300px;
  margin: auto;
  padding: 0em 0em;
}

div.breakout.bottom {
  background: #efededdd;
  padding: 70px;
  margin-bottom: -65px;
}

.today {
  font-weight: 600;
  color: #e22a2a;
}

header .row {
  max-width: none;
  margin: auto;
  padding: 0em 0em;
}

#footer h2 {
  font-size: 1.5em;
  margin-bottom: .45em;
  color: #ffffff;
  border-bottom: 1px solid #ffffff30;
}

#footer ul {
  padding-left: 25px;
}

#footer .textwidget p:first-of-type {
  margin-top: 0;
}

span.icon-item {
  text-indent: -11px;
  display: inline-block;
  margin-left: 22px;
  /* margin-bottom: .2em; */
  /* margin-top: .5em; */
}

span.icon-item i {
  margin-right: 5px;
  color: #ffce38;
}

b, strong {
  font-weight: bolder;
  color: #bd1817 !important;
  font-size: 18px;
}

.fa-map-marker:before {
  content: "\f041";
  color: #e22a2a;
}

a.hp {
  text-decoration: underline;
  font-weight: 700;
  color: #046095;
  margin-top: 15px;
}

.fa-phone:before {
  content: "\f095";
  color: #e22a2a;
}

.fa-map-marker-alt:before {
  content: "\f3c5";
  color: #ffffff;
}

.fa-mobile-alt:before {
  content: "\f3cd";
  color: #00abea;
}

i.fas.fa-phone.nav::before {
  color: #d82c40;
}

div.flex-item.new {
  border: 1px solid #ffffff54;
  padding: 30px 30px 30px 20px;
}

#footer table {
  /* font-size: .98em; */
  line-height: 1.5em;
}

#footer .box {
  font-size: .98em;
  padding: 1em;
  text-align: left;
}

.socialicons {
  text-align: left;
}

#copyright {
  color: #fff;
  padding: 10px;
  background: #000000;
}

@media only screen and (min-width: 769px) {
  .all-the-ctas {
    margin: 8px;
  }
  .parallax {
    background-attachment: fixed;
  }
  .passed-header .menu-wrap.stuck {
    padding-bottom: 1.5em !important;
    text-align: right;
    padding-right: 1rem;
    -webkit-box-shadow: 2px 2px 7px #0808086b;
    box-shadow: 2px 2px 7px #0808086b;
    color: #fff !important;
    /* border-bottom: 2px solid #1a64bd; */
    background: #ffffff;
  }
  .nav-bar > ul > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -moz-flex-grow: 1;
    vertical-align: middle;
    border: none;
    margin: 0;
    position: relative;
    overflow: inherit;
    padding: 0px 0 0px;
    border-right: .25px solid #e8e8e8;
  }
  .nav-bar ul.sub-menu {
    right: 0;
    width: auto;
    left: 0;
    z-index: -2;
    top: 150%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .nav-bar > ul > li:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    margin: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #e4e4e4;
  }
  .nav-bar > ul > li ul.sub-menu li {
    margin: 0;
    border-top: 1px solid #ecebeb;
  }
  .full-w-col .text-col.text-col-left .wrap {
    margin: 0 0 0 auto;
  }
  .full-w-col .text-col.text-col-right .wrap {
    margin: 0 auto 0 0;
  }
  .full-w-col .text-col.text-col-left .wrap {
    padding: 2em;
  }
  .full-w-col .text-col.text-col-right .wrap {
    padding: 2em 4em 2em 1.5em;
  }
  .one-half {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 48em) {
  #header {
    /* border-bottom: 1px solid #dbdbdb; */
    background: #fff !important;
  }
}

@media only screen and (max-width: 768px) {
  .header-b .logo {
    text-align: center;
  }
  .header-b .phone-wrap-inner {
    display: none;
  }
  .billboard .swiper-slide {
    height: 100vh !important;
    padding: 50px;
  }
  #mobile-menu-container .current_page_item, #mobile-menu-container li:hover {
    text-decoration: none;
    color: white;
    background: #e22b2c;
  }
  .billboard .slide-sub-header, .video-container .slide-sub-header {
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
    text-shadow: -2px 1px 1px #2d2d2d52;
    margin-top: 8px;
  }
  .billboard .slider-content {
    margin-top: 5em;
  }
  .mobile-align {
    text-align: center;
  }
  p {
    /* text-align: justify; */
  }
  #mobile-menu-container a {
    font-size: 1.0em;
    line-height: 1.6em;
    padding: .5em 1em;
    display: block;
  }
  .sub-menu-icon {
    cursor: pointer;
  }
  .slide-header h1, h1.slide-header, .billboard .slide-header {
    font-size: 2em;
    max-width: 90%;
  }
  .billboard .slider-content a, .video-container .slider-content a {
    font-size: .85em;
    padding: 8px 15px;
  }
  .billboard .slide-sub-header {
    font-size: 1.1em;
  }
  .topPhone {
    text-align: right;
  }
  #content {
    min-height: 0;
  }
  .home-ctas .wrap {
    max-width: 400px;
    margin: 0 auto 1em;
  }
  #footer h2 {
    margin-top: 1em;
  }
  #footer .box {
    padding-bottom: 0;
  }
  .locations .flex-item {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4em 2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1075b1), to(#025a8d));
    background-image: -webkit-linear-gradient(#1075b1, #025a8d);
    background-image: linear-gradient(#1075b1, #025a8d);
  }
}

@media only screen and (max-width: 480px) {
  .billboard .slider-content,
  .slide-header h1, h1.slide-header, .billboard .slide-header {
    text-align: center;
    margin: 0 auto;
    max-width: none;
  }
  .billboard .slider-content .slide-header {
    font-size: 1.2em;
  }
}

.animation-element {
  position: relative;
}

.bounce-up .subject {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(0px, 200px, 0px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject, .bounce-left.in-view .subject, .bounce-right.in-view .subject {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.bounce-left .subject {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(200px, 0px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate3d(200px, 0, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-right .subject {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(-200px, 0px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate3d(-200px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* .bounce-left.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
 */
.video-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row.ads {
  border: 1px solid lightgray;
  margin: 10px;
  padding: 10px;
}

/*
.quote .fa-quote-left {
    position: relative;
    display: inline-block;
    top: -10px;
    font-size: 1.0em;
}

.quote .fa-quote-right {
    position: relative;
    display: inline-block;
    bottom: -10px;
    font-size: 1.0em;
}*/
.box-color-1 {
  background: #eee;
}

.box-color-2 {
  background: #ddd;
}

.box-color-3 {
  background: #ddd;
}

.box-color-4 {
  background: #eee;
}

@media only screen and (max-width: 768px) {
  .box-color-3 {
    background: #eee;
  }
  .box-color-4 {
    background: #ddd;
  }
}

.cursive-style {
  font-family: 'Lobster', cursive;
  font-size: 2em;
}

.modal {
  z-index: 10000;
}

a.accordion-toggle.text-normalize:hover {
  color: inherit;
}

a.accordion-toggle[aria-expanded="false"]:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f067';
  position: absolute;
  top: 0;
  left: .5em;
}

a.accordion-toggle[aria-expanded="true"]:before {
  position: absolute;
  top: 0;
  left: .5em;
  font-family: "Font Awesome 5 Pro";
  content: '\f068';
}

a.accordion-toggle {
  position: relative;
  display: block;
  padding-left: 2em;
}

.panel-body {
  padding: 0 3em 2em;
}

h4.panel-title br {
  display: none;
}
