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

/* utilities */
.blue-text {
  color: #3266cc;
}

.dblue-text {
  color: #1947a2;
}

.bg-blue {
	color: #3266cc;
}
.bg-dblue {
	background: #1947a2;
}

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

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

.title-dec:after {
	content: '';
	display: block;
	width: 20%;
	height: 5px;
	background: #1947a2;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* body */


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

h1,
h2,
h3,
h4,
h5,
h6,
.billboard .slide-header {
  font-family: 'Cormorant Garamond', serif;;
  font-weight: 600;
  text-transform: capitalize;

}

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



/* if header d */

#header {
/*  background: url('/wp-content/uploads/car-texture.jpg') !important; */
}

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

.nav-bar ul a {
  color: #fff;
	padding: 8px;
}

.nav-bar ul a:hover {
    color: #fff;
	background: #1947a2;
	 transition: background .4s ease-in-out;
}


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

li#menu-item-443 {
    background: #1947A2;
    color: #fff !important;
    padding-right: 5px;
    padding-left: 5px;
}

li#menu-item-443 a {
    color: white;
}

li#menu-item-443:hover {
    background: #121557;
}

li#menu-item-443 a:hover {
    background: #121557;
}

/* header */

#header {
  background: #fff;
  position: relative;
}


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

.logo img {
  width: auto;
  max-height: 115px;
}

#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: #1947a2;
}

html input[type="button"]:hover, .wpcf7-form input[type="submit"]:hover{
	background: #1947a2;
	color: #fff;
}


.phone-number {
  background: #3266cc;
}

.phone-number:hover {
  background: #1947a2;
}

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: #fff;
  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: #3266cc;
}

.billboard .slider-content .slider-cta-button:hover,
.billboard .slider-content a:hover {
  background: #1947a2;
}


/* footer */
#footer {
  background: #3266cc;
	background-attachment: fixed;
  position: relative;
}

.today {
  color: #fff;
}

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

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

#copyright {
    background: #1947a2;
	margin-top: 0.5rem;
	position: relative;
	z-index: 3;
}


/* review page */

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

.rev-wrap:hover {
  background-color: #f4fcff;
  transform: scale(1.05);
  border: 2px solid #1947a2;
}

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

.rev-wrap:hover:before {
  background-color: #1947a2;
  transform: scale(1.05);
}

/* Feedback */

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

.fa-thumbs-down:before {
  content: "\f165";
  color: #3266cc;
}
.fa-thumbs-up:hover:before {
  color: #1947a2;
}

.fa-thumbs-down:hover:before {
  color: #1947a2;
}


/* contact */

/* main form,
form {
  background: #9f9f9f;
  color: #fff; 
}
 */
.breakout {
  background-color: #1947a2;
  /* 	margin-top: 0;
	margin-bottom: 0; */
}

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

#mobile-menu-container .current_page_item a {
  background: #518bff;

}

#mobile-menu-container .menu-bar {
  background: #1947A2;
}

.hamburger {
  padding-top: 1px;
  background: #1947A2;
}

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

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


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

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

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

  .small-b-text {
    font-size: 3rem;
  }

}

.box-test h2 {
  color: #ffffff !important;
}

.box-text {
  background: #3266cc;
  color: #ffffff;
  text-align: center;
  padding: 1.5em;
  border-radius: 10px;
  height: 100%;
}

.content_table th, .content_table td {
  padding: 4px;
}

.content_table th {
  text-align: center;
}

.row_title {
  font-weight: 700;
}

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