/* 
 Theme Name:     Divi child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.ca
 Template:       Divi
 Version:        2.0 
*/ 

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


@font-face { 
	font-family: 'Gilroy'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/Gilroy-Light.ttf');
	font-weight: 400; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Gilroy'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/Gilroy-Regular.ttf');
	font-weight: 500; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Gilroy'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/Gilroy-ExtraBold.ttf');
	font-weight: 800; 
	font-style: normal; 
}
/* @font-face { 
	font-family: 'Axiforma'; 
	src: url('/wp-content/themes/Lake-Divi-Child/assets/fonts/axiforma-book.otf');
	font-weight: 500; 
	font-style: normal; 
} */

h1, h2, h3, h4, h5, h6{
	font-family: 'Gilroy'; 
	font-weight: 800;
}

h1 span {
	background: #5fbc47;
    padding: 6px 10px 2px;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
}

p { font-family: 'Gilroy'; font-weight: 500; }

.et_pb_text_inner ul {
	list-style-type: disc;
    padding-left: 2em;
}

div.et_pb_section.et_pb_section_0 {
	padding-top: 138px !important;
}
body.home div.et_pb_section.et_pb_section_0 {
	padding-top: 84px !important;
}


@media (min-width: 981px) {
	#top-menu li.contact_btn a { 
		background: #e5b532;
		padding: 14px 24px 10px !important;
		border-radius: 4px;
		font-size: 16px !important;
		color: white !important;
	}
	#top-menu-nav>ul .contact_btn>a:hover { 
		background: #000;
		color: white !important;
	}
}

#top-menu-nav>ul>li>a:hover {
    color: #e6b532 !important;
    opacity: 1 !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gform_wrapper.gravity-theme input[type=text], .gfield textarea, .ginput_complex select {
    border-color: white;
}

.gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme .gfield textarea, .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=email] { 
    padding: 12px 10px 10px 10px;
    border-radius: 3px;
	border: 1px solid #a5a5a5;
}

.recaptcha-disclaimer { color: #212121; }

.gform_footer input {
	border-radius: 3px; 
}

.heading_background { 
    background: #ffc527;
    padding: 12px 20px 9px;
    width: 230px;
    margin: 0 auto 25px;
}

.services_under { margin-bottom: 0 !important; }

#sb_instagram .sbi_follow_btn a {
	text-transform: uppercase;
    background: #ffc527 !important;
    padding: 13px 30px 10px !important;
    font-weight: 700 !important;
}

a { color: #a23030; }

#logo {
    max-height: 80% !important;
}

.et_header_style_left #et-top-navigation {
    margin-top: 10px;
}

.otherservices p { 
padding-bottom: 10px;
}

.otherservices h4 { 
padding-bottom: 18px;
}

/* JUMPING HEADER FIX */
/* body:not(.home):not(.page-id-8) div.et_pb_section.et_pb_section_0 {
	padding-top:179px !important;
}
body.page-id-8 div.et_pb_section.et_pb_section_0 {
	padding-top:92px !important;
} */

.et-search-form, blockquote {
    border-color: #a86047;
}

#et-top-navigation nav>ul>li>a {
    font-family: 'Gilroy';
    font-weight: 800;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.object-fit img {
	object-fit:cover;
}


/* SCROLL MARQUEE */
.marquee {
  overflow-x: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  display:flex;
}

.marquee h2 {
  font-size: 6rem;
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: scrolling-text 40s linear infinite;
}

@keyframes scrolling-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* 
#slider-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#slider-bg {
    position: absolute;
    top: -4%;
    left: -2%;
    width: 104%;
    height: 108%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    transition: 0.4s;
    filter: blur(11px);
}

#slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

.slider-container {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	height: 75vh;
	width: 80%;
	max-width:1080px;
	position: relative;
	overflow: hidden;
	top: 20px;
	border-radius:25px;
}

.slide {
	opacity: 0;
	height: 100vh;
	width: 100vw;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: -15vh;
	left: -15vw;
	transition: 0.4s ease;
	z-index: 1;
}

.arrow {
	background-color: transparent;
	position: absolute;
	z-index: 100;
	padding: 20px 20px 12px 20px;
	font-size: 30px;
	color: #fff;
	border: 2px solid #fff;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.arrow:focus {
	outline: 0;
}

.slide.active {
	opacity: 1;
}

.arrow-left {
	left: calc(10vw - 73px);
}

.arrow-right{
	right: calc(10vw - 73px);
}

.ATF_Slider .dsm_image_gallery_thumbs {
    display: none;
} */