/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/**** COLORS ****
Gold: #876d4b 134,109,75
Dark Blue: #00205b 0,32,91
Light Grey: #d9e1e2 217,225,226

*/

@import url("https://fonts.googleapis.com/css?family=Montserrat");

html, body {
  font-size: 14px !important;
}
p {
	line-height: 1.6em;
}
h2 {
	letter-spacing: 5px;
}
h3 {
}
h4 {
}
h5 {
}

/****** UNIVERSAL STYLES ******/
.relative {
	position: relative;
}
.w-full {
	width: 100%;
}
.d-flex {
	display: flex;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-5 {
	margin-bottom: 1em;	
}

#main-navbar > .fl-col-content {
	display: flex;
	justify-content: center;
}
#main-navbar .fl-module-html {
	margin-left: 20px;
}
#main-navbar .fl-module-html .fl-module-content {
	margin: 10px 0;
}
#main-navbar .fl-module-html .fl-html {
	display: flex;
}
#main-navbar .cta-buttons > div {
	align-items: center;
	margin: 0 .8em;
}
#main-navbar .cta-buttons a {
	font-size: 1.2em;
	align-items: center;
	color: #000;
}
#main-navbar .cta-buttons a:hover .icon img {
	transform: scale(1.1);
}
#main-navbar .cta-buttons .--text {
	margin-left: 5px;
}
#main-navbar .cta-buttons .icon.phone {
		display: none;
	}
#main-navbar .cta-buttons .icon.phone img {
	max-height: 25px !important;
}
#main-navbar .cta-buttons img {
	max-height: 30px !important;
	transition: all .3s;
}



.services-carousel {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
}
.services-carousel .wrap {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
}
.services-carousel .wrap * {
	transition: all .4s cubic-bezier(0.66, 0.07, 0.13, 0.94);
}
.services-carousel figure {
	height: 380px;
	overflow: hidden;
}
.services-carousel figure img {
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
}
.services-carousel .--info {
	display: flex;
	flex-direction: column;
	background-color: #111;
	padding: 15px 25px 30px;
}
.services-carousel .service-name {
	font-size: 1.4em;
	color: #fff;
	margin: 0 0 5px 0;
}
.services-carousel .learn-more {
	font-size: .7em;
	font-weight: bold;
	color: #fff;
    letter-spacing: .3em;
    -webkit-font-smoothing: antialiased;
}
.services-carousel .wrap:hover {
	box-shadow: 0 0 30px 0 rgba(0,0,0,.35);
}
.services-carousel .wrap:hover figure img {
	transform: scale(1.1);
}
.services-carousel .wrap:hover .learn-more {
	color: #866D4B;
	letter-spacing: .4em;
}



.section-heading {
  	color: #00205b !important;
  	font-weight: 900;
	line-height: 1.2;
	margin: 10px 0 45px;
}


.col-left-image-aligned .fl-col-group,
.col-right-image-aligned .fl-col-group {
	display: flex;
}
.col-left-image-aligned .fl-col-group > .fl-col:first-child {
	padding-right: 20px;
}
.col-left-image-aligned .fl-col-group > .fl-col:first-child > .fl-col-content,
.col-right-image-aligned .fl-col-group > .fl-col:nth-child(2) > .fl-col-content {
	min-height: 300px;
}
.col-left-image-aligned .fl-col-group > .fl-col:first-child > .fl-col-content,
.col-left-image-aligned .fl-col-group > .fl-col:first-child > .fl-col-content *,
.col-right-image-aligned .fl-col-group > .fl-col:nth-child(2) > .fl-col-content,
.col-right-image-aligned .fl-col-group > .fl-col:nth-child(2) > .fl-col-content *{
	height: 100%;
}

@media all and (max-width: 768px) {
	.col-left-image-aligned .fl-col-group,
	.col-right-image-aligned .fl-col-group {
		flex-direction: column;
	}
	.col-left-image-aligned .fl-col-group .fl-col ,
	.col-right-image-aligned .fl-col-group .fl-col {
		width: 100% !important;
	}
	.col-left-image-aligned .fl-col-group > .fl-col:first-child {
		padding-right: 0;
	}
}


#hover-contact-btn {
  position: fixed;
/*   display: none;  */
  z-index: 100;
  width: 100%;
  bottom: 0;
}

@media all and (min-width: 768px) {
  /****** HEADER STYLES ******/

  #main-nav-wrapper {
    background: #866d4b;
    border-bottom: solid 3px #876d4b;
  }
  #main-nav a {
    background: #ffffff;
    color: #000000;
    padding: 1rem 2rem;
    margin: 0;
/*    border-bottom: solid 5px #866d4b; */
	border-bottom: solid 5px transparent;
  }
  #main-nav a:hover {
    background: #866d4b;
    color: #ffffff;
    border-bottom: solid 5px #866d4b;
  }
  #main-nav a:active {
    color: #876d4b !important;
  }
  #header-wrapper {
    background: #00205b !important;
  }
  #header-logo {
    margin-top: -30px;
  }

  /****** BODY STYLES *****/
  .body-text-wrapper {
    /* 	background: rgba(0,32,91,0.9); */
    width: 80%;
    margin: 10%;
    padding: 2rem 3rem 1rem;
  }
  .body-text {
    font-size: 1rem;
  }
  .body-text p {
    margin-bottom: 1.35rem;
  }
  #body-text-intro {
    color: white;
  }

  /***** SERVICES *****/
  .icon-services {
    margin-bottom: 2rem;
  }

  /***** GALLERY STYLES *****/
  h4.uabb-caption {
    color: white !important;
    padding: 2.5rem 1.5rem;
    background: rgba(134, 109, 75, 0.8);
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: auto;
    font-size: 16px;
    text-shadow: 2px 2px 1px #6c573c;
  }
  .uabb-caption {
    bottom: 30px;
  }
  .uabb-background-mask {
    background: none !important;
  }

  /****** CONTACT *****/
  #contact-details a:hover {
    color: #f97272 !important;
  }
  h3.uabb-info-list-title {
    margin-bottom: 0 !important;
  }
  .pp-success-msg span {
    text-align: center;
  }

  /******  FOOTER STYLES ****/

  #footer-nav li a {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: white !important;
    padding-bottom: 10px;
    border-bottom: solid 5px #00205b;
  }
  #footer-nav li a:hover {
    color: #876d4b !important;
    border-bottom: solid 5px #876d4b;
  }
  .bottom-footer {
    font-size: 1rem;
    color: #35373f;
  }
  .web-by-EvilOlive img:last-child {
    display: none;
  }
  .web-by-EvilOlive:hover img:first-child {
    display: none;
  }
  .web-by-EvilOlive:hover img:last-child {
    display: inline-block;
  }
  #website-by {
    color: #35373f;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 768px) {
  .page-id-296 .body-text-wrapper {
    background: none !important;
  }
  .page-id-296 #services .pp-photo-content-inner .pp-photo-caption {
    color: #000000 !important;
    font-weight: normal;
  }
}

.fl-bg-slideshow, .dark-overlay {
  filter: brightness(30%) !important;
}

.page-id-296 #services .pp-photo-content-inner .pp-photo-caption {
  color: #000000 !important;
  font-weight: bold;
}

.page-id-296 .page-id-296 .body-text-wrapper {
  background: none !important;
}

/* homepage image-caption hide */
.uabb-caption{
	display: none !important;
}

/* Contact form 7 stylings */
div.wpcf7 {
	display: block;
    max-width: 750px;
    margin: 0 auto;
}
form.wpf7-form{
	
	padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
}
.wpcf7 label{
    width: 100% !important;
}
.wpcf7 input{
	height: 48px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.wpcf7 input, 
.wpcf7 textarea{
	border: none;
    border-radius: 0px !important;
	border-bottom: 1px solid #000000 !important;
	border-color: #000000 !important;    
    text-align: left !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 100 !important;
    font-size: 1.15em;
}
input.wpcf7-submit{
	background: #866D4B !important;
	color: #ffffff !important;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid #866D4B;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px !important;
    text-transform: uppercase !important;
    padding-top: 20px !important;
    padding-right: 60px !important;
    padding-bottom: 20px !important;
    padding-left: 60px !important;
}
.wpcf7-response-output{
	color: #000000 !important;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	color: #4a4a4a !important;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin: .3em 0 0 1em;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: center;
	font-size: 1.12em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
	height: 20px !important;
	width: 20px !important;
	margin-right: 15px;
	margin-top: -1px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	margin: 0 0 4px 0;
}
textarea, input {
  color : #000000 !important; 
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea, input{
	color: #000000 !important; 
}
.contact-form-compact form p {
	width: 100%;
}
.contact-form-compact form .wpcf7-list-item-label,
.contact-form-compact form .services-label {
	color: #fff !important;
}
.contact-form .col2 {
	display: flex;
}
.contact-form .col2 div {
	width: 100%;
	margin-bottom: 10px;
}
.contact-form .col2 div:nth-child(1) {
	padding-right: 5px;
}
.contact-form .col2 div:nth-child(2) {
	padding-left: 5px;
}


.mfp-wrap{
	z-index: 100005 !important;
}
.cta_banner{
	height: 100px;
}
.wpcf7-quiz-label{
	color: #000000 !important;
}

.fl-node-61b97f5669226{
	background: #ffffff !important;
	border-radius: 8px;
}
/* steps */
.fl-node-61b6e00f0a3b9, .fl-node-61b6e3e18db9c{
	display: flex !important;
}
.fl-node-61b6e00f0a3b9 .fl-col , .fl-node-61b6e3e18db9c .fl-col {
	margin: auto !important;
}
.contact-banner .fl-col-content.fl-node-content{
	padding: 24px;
}

input.wpcf7-submit{
	width: 100%;
    text-align: center !important;
    background: #000000 !important;
	border: 1px solid #fff !important;
}

.fl-button-lightbox {
	border-radius: 0;
    padding: 20px;
}

ul.list li{
	line-height: 2em !important;
}

.inquiry-form {
	background-color: white;
	padding: 30px;
    border-radius: 5px;
}
.inquiry-form .wpcf7 input {
	height: 48px !important;
}
.inquiry-form input,
.inquiry-form textarea {
	 font-size: 1.1rem;
}
.inquiry-form .wpcf7 label, 
.inquiry-form .wpcf7 p {
    font-size: .2rem;
    line-height: 1;	
}
.inquiry-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	font-size: 1.2rem !important;
	margin-bottom: 8px;
}


@media screen and (max-width: 1100px) {
	.fl-node-610cb2a479c7b .pp-advanced-menu li {
		margin-left: 5px;
	    margin-right: 5px;
	}
	#main-navbar .cta-buttons .--text {
		display: none;
	}
	#main-navbar .cta-buttons .icon.phone {
		display: block;
	}
}
@media all and (max-width: 860px) {
	.services-carousel figure {
		height: 300px;
	}
}
@media only screen and (min-width: 768px) {
	.contact-form-compact form p {
	  display: inline-block;
	}
	.contact-form .col2 {
		flex-direction: row;
	}	
	.contact-form-compact .wpcf7-form-control-wrap.your-message textarea{
		height: 130px !important;
	}
}
@media only screen and (max-width: 768px) {
  #header-wrapper {
    display: none;
  }
  #header-icons {
    display: none;
  }
  #responsive-menu-pro-button {
    border-radius: none;
  }

  .body-text-wrapper {
    width: 80%;
    margin: 10%;
    padding: 1rem 1rem;
  }
  .body-text {
    font-size: 1rem;
  }

  #body-text-services-mob {
    margin-top: 5rem;
  }
  #services-column-left {
    float: left;
    width: 45.5% !important;
    margin-left: 3% !important;
    margin-bottom: 6rem;
  }
  #services-column-right {
    clear: none;
    float: right;
    width: 45.5% !important;
    margin-right: 3% !important;
    margin-bottom: 6rem;
  }
  div#responsive-menu-pro-additional-content {
    padding: 0 !important;
  }

  #about .fl-row-content-wrap {
    min-height: 63vh;
  }
  #gallery .section-heading {
    line-height: 1.5 !important;
  }
  #insta-icon {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
	
  /***** FORM STYLES *****/
  input,
  textarea {
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 1.25rem !important;
  }

  div.pp-photo-caption.pp-photo-caption-below {
    color: #000000 !important;
    font-size: 1rem;
    padding-top: 0;
    margin-bottom: 1rem;
  }

  /***** CONTACT *****/

	#contact-details-wrapper {
		max-width: 75% !important;
		margin: auto;
		margin-top: 3rem;
		margin-bottom: 5rem;
	}
	#contact-details {
		line-height: 3rem;
	}
	div.uabb-info-list-icon {
		margin-bottom: 0 !important;
	}
	li.uabb-info-list-item {
		padding-bottom: 0 !important;
	}
	#follow-insta-mobile {
		margin-bottom: 40px;
	}
	.bottom-footer {
		font-size: 0.75rem;
		color: white !important;
		text-align: center;
	}
	.bottom-footer-logo {
		width: 40%;
		margin: 0 30% 1rem;
	}
	.fl-node-610b52d415da1{
		margin-bottom: 78px;
	}
}
@media only screen and (max-width: 600px) {
	h1 span{
		font-size: 28px !important;
	}
	h2.section-heading{
		letter-spacing: 0.2rem !important;
	}
	.contact-form .col2 {
		flex-direction: column;
	}
	.contact-form .col2 div:nth-child(1) {
		padding-right: 0;
	}
	.contact-form .col2 div:nth-child(2) {
		padding-left: 0;
	}
}
@media all and (max-width: 560px) {
	.services-carousel {
		display: flex;
		flex-direction: column;
	}
	.services-carousel > div{
		margin-bottom: 20px;
	}
	.services-carousel figure {
		height: 250px;
	}
	
	.section-heading {
		font-size: 2em;
	}
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder{
	color:rgba(0,0,0,.75)!important;
}