/*Custom CSS*/  
.up-down i {
	color:#0B1389;
}  
a.phone-number {
    display: block;
    background: #0B1389;
    color: #ffffff;
    border: 0px solid #000;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
a.phone-number i {
    margin-right: 5px;
    color: #DF0600;
} 
 

/*headings*/

h1,h2,h3 {
    font-family: 'Vujahday Script', cursive;
    font-weight: 600;
}
h1 {
    margin: .95em 0 .5em;
    font-size: 2.2em;
}
body.home h1 {
    /* text-transform: uppercase; */
    display: inline-block;
}
body.home h1:after {
    content: '';
    height: 3px;
    width: 100%;
    margin: .5em auto 0;
    background: #fff;
    display: block;
}
h2 {
    font-size: 2.5em;
    margin-top: .3em;
    margin-bottom: .25em;
    letter-spacing: -0.01em;
}
h2 + p {
    margin-top: .75em;
}
h3 {
    font-size: 2em;
}

h1, h2, h3 {
    color: #000000;
}

h4 {
    font-weight: bold;
    font-size: 1.1em;
}

h1 span, h2 span, h3 span {
    display: block;
    font-size: 1.5em;
    line-height: 1.2em;
}

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

.serv-row {
    margin-top: 2em;
}
.serv-row h2 {
    display: inline-block;
}
.serv-row h2:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: #DF0600;
    margin: .25em auto 0;
}
.serv-row .wrap {
    padding: 1em;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 5px #cacaca;
    height: 100%;
    text-align: center;
}

.serv-row > div {
    margin-bottom: 1.5em;
}

 

.billboard .slide-sub-header, .video-container .slide-sub-header {
    text-align: center;
    font-family: 'Vujahday Script', cursive;
} 
.img-border {border: 5px solid darkred;}
 .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; 
}   
.billboard .right-cta .slider-content {
    align-items: flex-end;
}


.billboard .right-cta  .slide-header {
    text-align: right;
}

/*images*/  
#content img, img, .feedback-header img {
  /* max-width: 100%; */
  /* height: 100%; */
}
.up-down a {
    color: #000000;
}


/*breakouts*/

.breakout {
  color: inherit;
  left: 0 !important;
  background-color: #313131;
 
}
.breakout + .small-wrapper {
    padding-top: .5em;
    padding-bottom: 1em;
}
.breakout + .breakout {
    margin-top: -2em;
}
.og {
    background: #be0500;
}
.og p {
    font-weight: 400;
}
.breakout .medium-wrapper, .breakout .small-wrapper {
    padding: 1em 2em 1em;
}
.breakout .large-wrapper {
    padding: 1.5em 2em 2em;
}
.small-wrapper {
    padding: .05em 0 0;
}
#content .small-wrapper h2 {
    margin-top: 0em;
}
#content .full-2-col h2 {
    margin-top: .5em;
}
.last-b {
    margin-bottom: -2.1em;
    font-size: 1.05em;
}


/*usefull classes*/
.light {
    background: #d0d0d0;
}
.dk {
        background-color: #0B1389;
        text-shadow: 0 0 2px #717171;
}
.dk p {
    text-shadow: 0 0 2px #717171;
    font-weight: 400;
}
  
.breakout .large-wrapper {
    position: relative;
    z-index: 2;
}
.triangle-down {
    border-top: 10px solid #DF0600;
}

.triangle-down:before {
    content: '';
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 52px solid white;
    height: 0;
    width: 0;
    position: absolute;
    top: -21px;
    left: calc(48% - 5px);
    z-index: 6;
}
.triangle-down .large-wrapper:before {
    content: '';
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 52px solid #DF0600;
    height: 0;
    width: 0;
    position: absolute;
    top: -53px;
    left: calc(48% - 5px);
    z-index: 6;
}
.triangle-down.no-content .large-wrapper:before {
    top: -95px;
}
hr {
    margin: 2em 0;
}
 
.clear {
    clear: both;
}
.lg {
    font-size: 1.20em;
    line-height: 1.6em;
}
.cta-full {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
  padding: 2em;
  background: #e5eded;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #0B1389;
}

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



/*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: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f095";
  font-size: .93em;
}


/*form*/
 
body.page-contact-us #content form {
  padding: 1em 1.5em;
  background: #be0500;
}
body.page-contact-us #content form h2 {
    /* color: #fff; */
    font-family: 'Vujahday Script', cursive;
}
form label {
    display: block;
    margin: .5em 0 3px;
    font-weight: bold;
    line-height: 1.5em;
}
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;
}
input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: auto;
}
form textarea, form input, form select {
    width: 100%;
    border: 1px solid #2e4b5f;
    /* padding: 7px 7px !important; */
    /* background: #000; */
    margin: .0em 0 .5em;
    font-size: .9em;
    line-height: 1.5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
form textarea {
    height: 150px;
}

.wpcf7-form input[type=submit], form input.submit, form input[type="submit"] {
    background: #0B1389;
    /* color: #fff; */
    font-size: 1.05em;
    margin-top: .5em;
    max-width: 200px;
}
input#biziq-is-human + label {
    display: inline-block;
}

.inverse ul.checked li:before, .inverse ul.fancylist li:before  {
    color: #fff;
    font-weight: 500;
}

/*reviews*/   
.final-star {
    color: #DF0600 !important;
    font-size: .9em;
}
 
.admin-reply, .author-name {
    font-style: normal;
    font-size: .9em;
} 
 

/*Footer*/
#footer {
    margin-top: 0;
    line-height: 1.5em;
    color: #ffffff;
    position: relative;
    /* font-size: .92em; */
    padding-top: 1em;
    background: #0B1389;}
.today {
    color: #fff;
}
   

#footer {
    /* min-width:1150px; */
}
#footer .row {
    margin: 0 -15px;
}
#footer h2 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: .7em;
    color: #ffffff;
}
 
#footer .textwidget p:first-of-type {
    margin-top: 0;
}

#footer a {
    color: inherit;
    text-decoration: none;
}
#footer .btn {
    background: #be0500;
    border: 0px solid #e4e4e4;
    width: 90%;
    font-weight: bold;
}
#footer a:hover {
    /* color: #9a0a37; */
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
}
 

@media only screen and (max-width: 575px) {
 
}

@media only screen and (max-width: 480px) {
 
}
#content a[href="tel:+19549468015"], #content a[href="tel:+9549468015"] {
    display: inline-block;
}
#content .row {
    margin-top: 2em;
    margin-bottom: 2em;
}
.home-ctas .wrap {
    padding: 1em;
    background: #fff;
    border: 4px solid #ededed;
    height: 100%;
}

.home-ctas .wrap i {
    color: #df0600;
    font-size: 25px;
}
div.wpcf7-response-output, body.page-contact-us #content form span.wpcf7-not-valid-tip {
    color: #fff;
}