/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 5
Description: Divi - Child 
Author: octopusconcierge
Author URI: https://octopusconcierge.com
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */
/*
:root {
	--main-color: #00aeef;
	--secondary-color: #696a6c;
	--gray-color: #fafafa;
}

@font-face {
	  font-family: 'ACGeosansLight';
	  src: URL('./font/ACGeosansLight.otf') format('truetype');
}

body {
	font-family: 'ACGeosansLight' !important;
}
*/

.why-us {
    padding-top: 60px;
}

.why-us:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 45px;
    background-color: #c8902a;
}

.et-fixed-header#main-header {
    background-color: #000000e0;
    backdrop-filter: blur(5px);
}

.home-service-blurb .et_pb_image_wrap {
    overflow: hidden;
}

.home-service-blurb {
    border: 1px solid;
	border-color: #444444;
	transition: all 0.4s;
}

.home-service-blurb img {
    transition: all 0.4s;
}

.home-service-blurb:hover{
	border-color: #c89033;
}

.home-service-blurb:hover img{
	transform: scale(1.08);
}


.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=email],.wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    background-color: #13121d;
    color: white;
    font-size: 16px;
    border-color: #787878;
}

.wpcf7-form label {
    font-size: 14px;
}

.wpcf7-submit {
    background-color: #c89033;
    color: black;
    border: unset;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}


.wpcf7-submit:hover {
    background-color: #bc801c;
}

.home-service-blurb h4.et_pb_module_header {
    line-height: 1em;
    min-height: 50px;
}

.home-service-blurb img {
    max-height: 188px;
    object-fit: cover;
}

.home-service-blurb .et_pb_blurb_description p:nth-child(1) {
    min-height: 155px;
}

.home-service-blurb .et_pb_blurb_description p:nth-child(2) {
    min-height: 155px;
}

.home-service-blurb .et_pb_blurb_description p:nth-child(2) {
    min-height: 75px;
}

ul#mobile_menu {
    background-color: black !important;
}

@media screen and (max-width: 980px){
	.et_fixed_nav #main-header.et-fixed-header {
        position: fixed !important;
		top: 0 !important;
    }
	
	#logo{
		max-height: 90%;
	}
	
	.et_fixed_nav #main-header.et-fixed-header #logo{
		max-height: 70%;
	}
	
	
	.home-service-blurb .et_pb_blurb_description p:nth-child(1), .home-service-blurb .et_pb_blurb_description p:nth-child(2), .home-service-blurb .et_pb_blurb_description p:nth-child(2) {
		min-height: unset;
	}
}


a.amazon-button {
    position: fixed;
    bottom: 22px;
    right: 105px;
}

@media screen and (max-width: 550px){
	a.amazon-button{
		display: none;
	}
}