/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------*/

/* utilities */

.bd {
	border: 1px solid #be3036!important;
}
.bg-green {
	background: #4c8169 !important;
}

.bg-white {
	background: #fff !important;
}

.bg-grey {
	background: #ededed !important;
}

.bg-yellow {
	background: #fdc527 !important;
}

.bg-red {
	color: #be3036 !important;
}

.img-plus {
  border: 4px solid #be3036;
  /* padding: 0.5rem; */
  border-radius: 10px;
  box-shadow: 15px 15px 0 #eeeeee;
}

/* body */

body{
  font-weight:400;
  background:#FFF;
  font-size: 17px;
}




main .btn {
  box-shadow: 5px 5px 15px rgba(125, 125, 125, .5)
}

h1,
h2,
h3,
h4,
h5,
h6,
.billboard .slide-header {
  font-family: 'Bebas Neue', cursive;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .025em;
 

}

main h1,
main h2,
main h3,
main h4,
main h5 {
  color: #be3036;
}


/* if header d */

.nav-bar {
	background: #4c8169;
	color: #fff;
	margin-top: .5rem;
}


.nav-bar ul a {
    color: #fff;
    padding: 16px 8px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
	font-size: 15px;
  transition: background .4s ease-in-out;
}

.nav-bar ul a:hover {
	background: #be3036;
}


.passed-header .nav-bar ul {
  text-align: center;
  padding-bottom: 0;
} 

/* header */

header#header {
	background: #be3036; 
}


.hidden-logo img {
  height: 50px;
}

.logo img {
  width: auto;
  /* max-height: 164px; */
}

#header {
  padding: 1em 0 0 0;
}


#content .btn:hover, #content .view-article:hover, #footer .btn:hover, .billboard .slider-content a:hover, .btn:hover, .link-button:hover, .rev-read-more:hover, button:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #be3536;
	border: 2px solid #be3536;
}

html input[type="button"]:hover, .wpcf7-form input[type="submit"]:hover{
	background: #4c8169;
	color: #fff;
	border: 2px solid #4c8169;
}


/* .phone-number {
  background: none;
  color: #003263;
}

.phone-number:hover {
  color: #001122;
} */

ul.menu>li.current-page-ancestor>a:before,
ul.menu>li.current_page_parent>a:before,
ul.menu>li.current-menu-parent>a:before,
ul.menu>li.current-menu-item>a:before,
ul.menu>li>a:before {
  background: #003263;
  bottom: 8px;
  display: none;
}

/* billboard */

.billboard .slider-content .slider-cta-button,
.billboard .slider-content a,
#content .btn,
#respond #submit,
#slider .btn,
.biziq-button,.client-button,
.btn,
.link-button,
.rev-read-more,
.view-article,
.wpcf7-form input[type="submit"],
a.contact-btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #fdc527;
  color: #000;
  border: 2px solid #fdc527;
}

.billboard .slider-content .slider-cta-button:hover,
.billboard .slider-content a:hover {
  background: #be3036;
  color: #fff;
  border: 2px solid #be3036;
}

/* .billboard .slider-parallax .swiper-slide:after {
    background-color: rgba(0, 0, 0, 0.1);
} */


/* footer */
#footer {
	background:  #be3036;
  color: #fff;
}

.today {
  color: #fdc257;
}

/* .quick-links .fancylist li:hover {
  color: #;
} */

#footer ul.fancylist li:before {
  color: #fff;
}

#copyright {
    /* background: #003263; */
}


/* review page */

.rev-wrap {
  border: 2px solid #fdc527;
  background: #fff;
  transition: transform .5s ease .25ms;
}


.rev-wrap:before {
  background-color: #fdc527;
  transition: transform .5s ease;
}

/* Feedback */

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

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


/* contact */

main form,
form {
  background: #be3036;
  color: #fff;
}

.breakout {
  background-color: #fdc527;
  /* 	margin-top: 0;
	margin-bottom: 0; */
}

/* mobile */
#mobile-menu-container.left {
  background: #000;
}

#mobile-menu-container .current_page_item a {
  background: #fdc527;
  color: #000;

}

#mobile-menu-container .menu-bar {
}

.hamburger {
  padding-top: 1px;
}

#mobile-menu-container ul {
  background-color: #000;
}

/* #footer ul li:before, ul.fancylist li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: '\f138';
    margin-right: 7px;
    color: #000;
    font-size: .95em;
} */
.box-shadow-img{
	box-shadow: 15px 15px 0 #dcdcdc;
    border: 5px solid #121557 !important;
}

.btn2 {
	background: #be3036 !important;
	color: #fff !important;
	border: 2px solid #be3036 !important;
}

.btn2:hover {
	background: #4c8169 !important;
	color: #fff !important;
	border: 2px solid #4c8169 !important;
}

#footer ul li:before, ul.fancylist li:before {
    color: #be3036;
    
}

.display-4 {
	font-family: 'Bebas Neue', cursive;
}


@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {

  main h1 {
    font-size: 2.25rem;
  }
	
	main h2 {
    font-size: 2rem;
  }

  .slide-header {
    font-size: 4rem !important;
  }
}
