/*--------------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;
}


.fa-external-link:before {
    content: "\f08e";
    color: #dbc27a;
}

.two-col .wrapper .flex-item {
    margin: 0;
    background-position: center;
    flex-basis: 320px;
}

div.breakout.top .medium-wrapper {
    padding: 0 1em;
}


h1 {
    margin: .5em 0 .5em;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fc8606;
    color: #292929;
}

h1.special-font, h2.special-font { 
	font-family: 'Pacifico', sans-serif;
    font-size: 1.8em;}
#wpadminbar {
    background: #151414;
}


.hamburger {     background: #151414;}

div.coupon {     
	border: 2px dashed #fdfdfd;
    padding: 30px;
    background: #ff3e13;
    color: white;
    font-family: poppins;
    font-size: 24px;
	height: 100% }

.headline {

  position: relative;

}

s.btn.block { display: block !important;}


.headline:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 87px;
    border: 2px solid #c37ba6;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    /* transform: translateX(-50%); */

}
span.headline {
    display: inline-block;
    margin-bottom: .35em;
}
/* cards */
.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 0 auto 0;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  /* cursor: pointer; */
  transition: 0.4s;
}



.col-md-4 .btn {width: 100%;} 

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}



@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}
/* --------- end cards -----------*/




h2.bo-text { color: #3975a7; }
h4.sub-header {     
color: #3975a7;
font-size: 17px;
margin-top: -14px;
margin-left: 4px;
}
h5.sub-header {     
color: #3975a7;
font-size: 17px;
margin-top: -2px;
margin-left: 2px;
}
.fa-angle-double-right:before {
content: "\f101";
    color: #c37ba6;
}
h4 {   color: #3975a7; }
button.btn.btn-primary { 
width: 290px;
border-radius: 0px 0px 10px 10px !important;
font-size: 12px !important;
}



div.pattern  { 
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23232324' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
margin-bottom: 8em;
}
.service-row h3 {  color: #0f4084;}
.service-row h3:hover {color: #D32A27;}
span.subhead {     
background: #ffffff00;
color: #D32A27;
}
h3.decorline, h2.decorline {
border-bottom: 1px solid #d3d821;
line-height: 0.1em;
margin: 10px 0 20px;
text-align: center;
padding-top: 30px;
}

div.back {     
  
    padding: 20px;
    height: 100%;
    background: white;
   }


.corners { 
  background: #f6f6f6;
  height: 700px;
  margin: 50px auto;
  max-width: 600px;
  position: relative;
  width: 80%;
  box-shadow: 0 1px 7px hsla(0, 0%, 0%, 0.2);
}

/* Corner Effect */
.corners:after,
.corners:before {
  background: #e6e6e6;
  content: '';
  height: 50px;
  position: absolute;
  top: -25px;
  width: 100px;
  box-shadow: 0 5px 10px -7px hsla(0, 0% ,0%, 0.5);
}
.corners:after {
  left: -50px;
  transform: rotate(-45deg);
}
.corners:before {
  right: -50px;
  transform: rotate(45deg);
}




#sidebar .blog-wrap {
    background: #a50e11;
    padding: 20px 20px 30px;
}


/* .department-card-link:hover { 
    background: #81c653d1;
    color: #fff;

}
*/
a.ctc:hover {     
border-bottom: none;
text-decoration:none;
font-weight: bold;
color: #4C6193; }
a.ctc:before {        
    font-weight: bold;
    color: #a51011;
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    margin-right: 2px;
}
div.box-block {    
background: #ffffff;
padding: 20px 30px;
text-align: left;
border: 1px solid #0f4084;
color: #0e0e0e;
height: 100%;
border-radius: 10px;
box-shadow: 0 0 0 3px #ffffff;
}
#footer .box {
    text-align: left;
}
div.box-block:hover  {    
border: 1px solid #D32A27;
}
.breakout {
left:0 !important;
}
.breakout .box-block h2,  .box-block h2 {
margin-top: 1em;
}
div.medium-wrapper.back {
background: #fffffff7;
border: 5px double black;
padding: 30px !important;
border-radius: 5px;
box-shadow: 0px 0 7px 3px #aba9a9cc;
}

h4.subhead {
    margin-top: 8px;
    color: #502364 !important;
    font-size: 18px;
    font-family: poppins;
    font-weight: 500;
	
}

h1.indent { 

    text-indent: -70px;
    margin-left: 70px;
}
	
h3.subhead {
    color: #494c48;
    font-size: 18px;
    font-weight: 100;
    margin-top: -20px;
    /* text-transform: uppercase; */
    font-family: poppins;
}


.card {

    height: 100%;
}


h3.bko, h2.bko, h1.bko {     color: #ffffff; }
.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: rgb(255, 255, 255);
margin-top: -33px;
padding: 0;
}
span.indent {
text-indent: -21px;
}
span.head-text { 
background: #ffffff00;
color: #66b63e;
padding: 0
}
p.space {
padding: 10px 30px 30px 30px;
border: 1px solid #ecebeb;
border-radius: 5px;
}


.circle { border-radius: 220px; }
div.credbox.two { background: #d3d822;}
div.credbox.two:hover {     border: 1px solid #677340;
}
.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 {
color: #fff;
font-weight: 600;

}

.fa-gavel:before {
    content: "\f0e3";
    color: #e0cc92;
}
a.ctc {        
    border-bottom: 1px dashed #a51011;
    font-weight: 700;
    color: #a51011;

}
.fa-home:hover { color: red; }
.fa-bone:before {
content: "\f5d7";
color: #151515;
}
div.subject.box {     border-radius: 10px 2px;
border: 2px solid #960557;
padding: 20px;
background: #960557;
color: #ffff;
height: 100%;
border: 3px solid #d61d86;
box-shadow: -4px 4px 3px 1px #ccc6c6;}
a.ctc:hover {     
font-weight: bold;
color: #f5772c; }
.fa-check-square:before {
content: "\f14a";
color: #1864be;
}


.department-card-link {
width: 100%;
    height: 100%;
    display: flex;
    /* background: #84c856bf; */
    transition: .2s ease-in-out;
    justify-content: center;
    align-items: center;
    color: #383838;
    position: relative;


}

.department-card-link:after {
content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    z-index: 1;
    border-radius: 15px 5px;
}


.department-title {
    display: block;
    width: 90%;
    text-align: center;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: poppins;
    color: #ffffff;
}



.department-card {
    height: 366px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    position: relative;
    line-height: 1;
    background-position: center;
    border: 0px solid white;
    background-size: cover;
}



.fa-map-marker-alt:before {
content: "\f3c5";
color: #95201e;
}
div.flex-item.box {     
}
.billboard .slider-content {
    max-width: 700px;
    width: 90%;
    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;
    background: #191818e0;
    height: 100%;

}
.fa-chevron-right:before {
content: "\f054";
   color: #dbc27a;
}
body, header, #container {
line-height: 1.7em;
  
}


.fa-chevron-circle-right:before {
content: "\f138";
color: #dbc27a;
}
span.unskew {  
}
.medium-wrapper {
max-width: 1330px;
margin: auto;
}
ul.area-list {
column-count: 3;
}
/*header*/
div.subsub-header { font-size: 16px; }
.header-b .logo {
padding: 5px 0rem;
}
.logo p {
    margin: .5em 0;

    color: #191919;
    font-family: 'Lora', serif;
}
.header-b .nav-bar .sub-menu {left: auto;right: 0;min-width: 240px;}
.nav-bar ul.sub-menu li, .nav-bar ul.sub-menu li a {
     text-align: left;
    /* line-height: 15px; */
    font-size: 16px;
    background: #ffffff;
    padding: 8px;
}
div.tray {     
    background-color: #fff;
    /* border: 2px solid #0052d8; */
    padding: 30px;
    box-shadow: 0px -20px #0052d8;
    border-radius: 8px;
}
span.tel { 
background: #0e3171;
padding: 10px;
border: 1px solid #8b8f8e;
color: #fff;
border-radius: 5px;
}
.fa-feather-alt:before {
content: "\f56b";
color: #88cd01;
}
.fa-phone-square:before {
content: "\f098";
color: #72adde;
}
div.logo {font-weight: 600;color: #000000;font-size: 38px;line-height: 1.1em;top: 0 !important;}
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 {   
    background: #fff;
    box-shadow: 2px 2px 5px #403e3c;

}
#header .header-b {
    border: none;
    border-bottom: 2px solid #96d265;
}
#mobile-menu-container a {
font-size: .5em;
line-height: 2.4em;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
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: .5px solid rgba(255, 255, 255, 0.96);
background: rgb(34, 34, 34);
display: none;
font-size: .8em;
}
#mobile-menu-container ul.sub-menu a:hover {
color:#fff;
}
.fa-minus:before {
content: "\f068";
color: #d3d822;
}
.fa-link:before {
content: "\f0c1";
color: #efefef;
}
.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 {
    line-height: 1em;
    text-align: center;
    color: #e0cc92;
    /* letter-spacing: 2px; */
    margin-bottom: 1.5em;
    font-size: 1.8em;
    margin-top: .3em;
    font-family: poppins;
    font-weight: bold;
}
.billboard .slide-header, .video-container .slide-header {
     font-size: 2.8em;
    text-align: center;
    color: #ffffff;
    font-weight: 200;
    font-family: 'Lora', serif;


}
.billboard .swiper-slide:after {
/*  background-color: #f3f3f38c; */
}
.billboard .swiper-slide {   align-items: flex-start !important;
} 
.fa-question-circle:before {
content: "\f059";
    color: #4c773e;
}
div.phone {    
top: 43px;
color: #4c4b4b;
font-size: 19px;
letter-spacing: 1px;
}
.fa-star:before {
content: "\f005";
     color: #a51011;
}
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 {
 
}
/*nav*/
.nav-bar ul {
    padding: 0;
    line-height: 0.2em;
    font-size: 18px;
  
}
.passed-header .nav-bar {
text-align: center;
}
.header-b .stick-me.stuck > .nav-wrap {
max-width: 100%;
margin: 0 0 0 auto;
}
.nav-bar .sub-menu {
    background: #25221d;
}
.header-b .nav-bar .sub-menu a {
line-height: 1.4em;
}
div.subject.shdw.line { border-right: 1px solid #87b109; border-left: 1px solid #87b109; margin: 10px;}
.nav-bar ul li {
margin: 0 .4em;
}
.nav-bar ul a {padding: 0.5em .5em!important;/* text-transform: uppercase; */font-weight: bold;border: 1px solid transparent;font-weight: 600;}
.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: #ffffff;
    background: #a50f11;



}

@media (min-width: 1024px) {
.footer_logo::before, .footer_logo::after {
    Display: none;
}
}

.fa-home:before {
content: "\f015";
color: #66b63e;
}
/* ---------------------------- 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: #f40e97;
}
/*-------------------this might mess up mobile scroll responsiveness-----------*/
.header-b .hidden-logo img {
height: 70px;
margin-bottom: -67px;
}
.header-b .hidden-logo  p {
margin-top: 0;;
}
.header-visible .menu-wrap.stick-me {
position: relative !important;
}
.stuck {
background: #ffffff;
color: #171717;
}
/*------------------------------------------------------ not home -----------------------------------------------------------------------*/
body:not(.home) #header .header-b {
}
/*headings*/
/*----------------------------------------------------------------------------------------------Jumbotron -----------------------------------------*/

.display-4 {
font-size: 2.3rem;
font-weight: 300;
line-height: 1.2;
color: #fff;
}
h2 {font-size: 1.45em;margin-top: 1.0em;margin-bottom: .55em;}
h2 + p {
margin-top: .75em;
}
h3 {
font-size: 1.3em;
}
body.home h1 {
font-size: 2em;
}
h1, h2, h3, h4  {

    color: #121213;
    font-weight: 800;
    font-family: 'Lora', serif;
}

h2.sub-text {     
	font-family: poppins;
    font-weight: 600;
    color: #0052d8;
    }
.breakout h2 {
margin-top: .5em;
}
h5.card-title {
font-size: 1rem;
    text-align: left;
    /* text-transform: uppercase; */
    font-family: poppins;
    font-weight: 300;
} 

.medium-wrapper {
padding: 0em 2em;
}
/*---------nav */
.nav-bar ul a {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    color: #101010;
    line-height: 1em;
    /* letter-spacing: .9px; */
    font-size: 22px;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-family: 'Lora', serif;

}
/*-----------------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;
}
.bg-img {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -ms-flexbox;
display: -webkit-box;
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(/wp-content/uploads/icon.png);
    background-position: center;
    background-size: 77%;
    background-repeat: no-repeat;

}
/* Feedback thumbs up and down icons */
.fa-thumbs-up:before {
content: "\f164";
      color: #B21F22;
}
.fa-thumbs-down:before {
content: "\f165";
          color: #B21F22;
}
/*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;
justify-content: center;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-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;
flex-grow: 1;
-moz-flex-grow: 1;
width: auto;
-ms-flex-preferred-size: 280px;
flex-basis: 280px;
list-style: none;

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;
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,.client-button:after, .btn:after, #slider .btn:after, .view-article:after {
-webkit-transition: all .3s ease-in-out;
-o-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: inherit;
}
/*------------------------------buttons---------------------------------------------------------------------------------------------------------------*/
.billboard .slider-content a, .video-container .slider-content a,
.btn, .wpcf7-form input[type=submit],#content button, html input[type="button"], input[type="reset"], input[type="submit"],
a.contact-btn,.biziq-button,.client-button, #content .btn, #slider .btn, .view-article, .rev-read-more  {
    background-color: #a51111;
    padding: 7px 23px 6px 20px !important;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    /* text-transform: uppercase; */
    letter-spacing: .01em;
    position: relative;
    z-index: 1;
    line-height: 1.6em;
    -webkit-transition: all .3s ease-in-out;
    -o-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;
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    margin: 5px;
    font-weight: 500;
    border: 2px solid #a51011 !important;
    /* box-shadow: 0px 0px 0 2px #a51011; */
    font-family: 'Lora', serif;


 
   
}
.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: #000;
    color: #fff;
	border: 2px solid #000 !important;
   

}

#mobile-menu-container .menu-bar {

    background: #151414;

}
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';
}
a.btn.btn-primary {
}
.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,.client-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;
}
/*----------------------------------------------Breakout page style stuff-------------------------------------------------------------------------------------*/
.parallax {
background-attachment: fixed !important;
background-position: center !important;
}
.dk {
background: #252525 !important;
}
.serv-row {
  margin: 3em 0 3.5em;
}
.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: 2em 0;}
.neg-margin {
margin: 0 -15px;
}
.neg-margin > div {
padding: 0 15px;
}
.clear {
clear: both;
}
div.breakout.top {
    margin-top: -4.5em;
    background: #e0cc92;
    color: #0e0e0e;
}
div.breakout.top .flex-wrapper {
  margin: 0;
}
.breakout.top .bg-img {
  background-position: center; 
}
.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: 0;
color: #fff;
/* 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-quote-right:before {
content: "\f10e";
color: #66b63e;
}
.fa-quote-left:before {
content: "\f10d";
color: #66b63e;
}
.breakout.inverse { 
color: #fff;
}
.breakout {
    margin-bottom: 3em;
    margin-top: 3em;
    color: #000;
    padding: 2em 2em 2em 2em;
    background-color: #e0cc92;


    

}

h3.sub-head {
    font-family: poppins;
    font-weight: 400;
    font-size: 1em;
    color: #a50f11;
}

.breakout + .breakout {
margin-top: -3em;
}
.burgendy {
background: #9a0a37;
}
.breakout .medium-wrapper,
.small-wrapper {padding: 1em;}
.last-b {
margin-bottom: -4em;
font-size: 1.15em;
}

.blog-wrap { 
background: #0288bc;
padding: 20px;
}
/*form*/
div.wpcf7-mail-sent-ok {
border: 2px solid #ffffff;
}
div.breakout.cf { 
margin-bottom: -66px;
margin-top: 42px;
background: rgb(57, 117, 167);
}
body.page-contact-us #content form {
background-color: #ffffff00;
    border: 3px solid #dbc27a;
    outline: none !important;
    margin: 4px 0;
    color: #fff;
    /* font-weight: 700; */
    letter-spacing: .75px;
    min-height: 2.5em !important;
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
 
  

	
}
.wpcf7-form input[type=submit]:hover {background: #f36854;color: #fff !important;}
.wpcf7-form input, .wpcf7-form textarea {
    background-color: #ffffff00;
    border: 3px solid #dbc27a;
    outline: none !important;
    margin: 4px 0;
    color: #000 !important;
    /* font-weight: 700; */
    letter-spacing: .75px;
    min-height: 2.5em !important;
    -webkit-transition: .15s ease-out all;
    -o-transition: .15s ease-out all;
    transition: .15s ease-out all;
    padding: 4px 10px;
    border-radius: 0px;
}
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: #ffffff;
color: #020202;
font-size: 1.1em;
margin-top: .5em;
border: 1px solid #666666;
}
form textarea {
height: 150px;
}
.wpcf7-form input[type=submit], form input.submit, form input[type="submit"] {
    background: #a50e11;
    color: #ffffff !important;
    font-size: 1.1em;
    margin-top: .5em;
    max-width: 250px;
    /* border: 1px solid #ffffff !important; */
    border-radius: 2px;
}
body.page-contact-us .wpcf7-form input[type=submit]:hover {
  background: #161515;
}

/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.checked, ul.fancylist,
#content ul.fancylist{
    list-style: none;
    padding-left: 35px;
    font-family: poppins;
    font-weight: 300;
    }
ul.marker  {
margin-top: 0;
}
#footer ul li,
ul.checked li, 
ul.fancylist li, 
ul.marker li {
line-height: 1.5em;
    margin-bottom: 3px;
 
}
ul.marker li:before {
font-family: "Font Awesome 5 Pro";
font-weight: 900;
content: '\f138';
margin-right: 5px;
color: #65b53e;
font-size: .95em;
margin-left: 10px;
}
#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: #a50e11;
    font-size: .95em;
    margin-left: 4px;
}
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 {
    color: #ffffff;
    background-image:linear-gradient(#151414, #1d1d1d, #1b1b1b);
}
#footer .row, header .row {
max-width: none;
/*margin: auto;
padding: 4em 2em;*/
margin: auto;
padding: 0em 0em;
}
div.breakout.bottom {
    background: #9f2c75;
    margin-bottom: 0em;
    color: #fff;

}
.fa-chevron-circle-right:before {
content: "\f138";
        color: #fd8a08;
}
a.btn.bo {     
background-color: #ffffff !important;
color: #4377a4 !important;}
.nav-bar ul li.mega-menu ul {
column-count: 2;
}
.today {
   font-weight: 700;
       color: #dbc27a;

}
header .row {
max-width: none;
margin: auto;
padding: 0em 0em;
}
a.btn.ko { 
background-color: #ffffff !important;
color: #960556 !important;
border: 1px solid #87b109 !important;
}
a.btn.ko:hover {
background-color: #960556 !important;
color: #fff !important;}
#footer h2 {
 font-size: 1.75em;
    margin-bottom: .45em;
    color: #ffffff;
    font-weight: 300;
    font-weight: 700;
    font-family: 'Lora', serif;
}
#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; */
}

.btn.long {display: block;}
span.icon-item i {
margin-right: 5px;
color: #ffffff;
}
.fa-map-marker:before {
content: "\f041";
 color: #dbc27a;
}
a.hp  {
text-decoration: underline;
font-weight: 700;
    color: #9fd56c;;
margin-top: 15px;
}
.fa-phone:before {
content: "\f095";
     color: #dbc27a;
}

::placeholder {
  color: #000;
}
.fa-map-marker-alt:before {
content: "\f3c5";
       color: #fd8a08;
}
.fa-mobile-alt:before {
content: "\f3cd";
       color: #fd8a08;
}
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;
}
::-webkit-input-placeholder { /* Edge */
color: #000;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
}
::placeholder {
color: #000;
}
#footer .box {font-size: .98em;padding: 0em;}
#footer .footer_logo {
    padding: 0;
}
.socialicons {
   text-align: left;
}
.socialicons {
margin: 10px 1px 10px -9px;
}
#copyright {
color: #fff;
    padding: 10px;
    background: #1c1c1c;

}
@media only screen and (max-width: 1200px) {
div.subject.shdw.line { border: none;}
.billboard .slider-content { width: 50%; }
.billboard .slide-header, .video-container .slide-header { font-size: 1.7em; }
}
@media only screen and (min-width: 769px) {
.all-the-ctas {
margin: 8px; }
.parallax {
background-attachment: fixed;
}
	

	
.passed-header .menu-wrap.stuck {padding-bottom: 0.5em !important;text-align: right;padding-right: 0rem;-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 {
    vertical-align: middle;
    border: none;
    margin: 0;
    position: relative;
    overflow: inherit;
    padding: 0px 0 0px;
   
}
.nav-bar ul.sub-menu {
	
right: 0;
width: auto;
left:0;
z-index: -2;
top: 150%;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
display: block;
opacity: 0;
visibility: hidden;
}
	
.header-c .nav-wrap {
    background: #ffffff;
    text-align: center;
    border-top: 1px solid #eaeaea;
}
.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;
}
.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) {
	
	.billboard .slider-content .slider-cta-button, .video-container .slider-content .slider-cta-button, .billboard .slider-content a, .video-container .slider-content a {

    font-size: .7em;

}
	
	
.billboard .slider-content {
height: auto;
padding: 20px 30px;
}
.header-b .logo {
text-align: center;
}
.header-b .phone-wrap-inner {
/* display: none; */
}
.billboard .swiper-slide {
height: 50vh !important;
}
#mobile-menu-container .current_page_item , #mobile-menu-container li:hover {text-decoration: none;color: white;      background: #a51111;}
.billboard .slide-sub-header, .video-container .slide-sub-header {
font-size: 1em;
line-height: 1.4em;
text-align: center;
/* text-shadow: -2px 1px 1px #2d2d2d52; */
margin-top: 8px;
	font-family: poppins;
}
.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;
    /* font-weight: bold; */
    font-family: poppins;

}
.sub-menu-icon {
cursor: pointer;
}
.all-the-ctas { 
margin: 10px;
}
.slide-header h1, h1.slide-header, .billboard .slide-header {
font-size: 1.5em;
}
.billboard .slider-content a, .video-container .slider-content a {
font-size: .85em;
padding: 8px 15px;
}
.billboard .slide-sub-header, .video-container .slide-sub-header {
margin-bottom: 1px;
}
.billboard .slide-sub-header {
font-size: 1.1em;
}
.topPhone {
text-align: right;
}
.header-a .phone a {
  margin-top: 0;
}
#content {
min-height: 0;
}
.billboard .swiper-slide {   align-items: center !important;
}
.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) {

}
@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;width: 100%;}
.billboard .slider-content .slide-header {
font-size: 1.2em;
}
}
.animation-element {position: relative;}
.bounce-up .subject {
opacity: 0;
-webkit-transition: all 700ms ease-out;
-o-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;
-o-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;
-o-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);
}
*/
.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;
}
.logo p {margin-bottom: 0;margin-top: 0;}
}
.line { border-right: none; 
border-left:none;}
.cursive-style{

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: '\f059';
position: absolute;
top: 0;
left: .5em;
color: #f36854;
}
a.accordion-toggle[aria-expanded="true"]:before {
position: absolute;
top: 0;
left: .5em;
font-family: "Font Awesome 5 Pro";
content: '\f059';
color: #f36854;
}
a.accordion-toggle {
position: relative;
display: block;
padding-left: 2em;
}
.panel-body {
padding: 0 3em 2em;
}
h4.panel-title br {
display: none;
}

.rep-btns * {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rep-btns a:hover img {box-shadow: 0 0 10px #000 !important;}
.rep-btns h2 a:hover {
    color: #a50e11;
}
#sidebar a {
    color: #fff;
}

#header p {margin: 0;}
.passed-header .header-c .nav-wrap {
    position: fixed; top: 70px; 
}