/* Theme Name:     Divi Child Theme
 Theme URI:      https://diviclone.tysonhood.com
 Description:    Divi Child Theme
 Author:         Tyson Hood
 Author URI:     https://tysonhood.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* Upload Indonesia Font */
/* @font-face {
	font-family: 'indonesiana_serif_free_Rg';
	src: url('./fonts/indonesiana-serif-free.regular.ttf') format('truetype');
}  */

h2 {
/* 	font-family: indonesiana_serif_free_Rg, helvetica, serif; */
	text-transform: capitalize !important;
	font-size: 48px;
}

h3 {
/*  	font-family: indonesiana_serif_free_Rg, helvetica, serif; */
	text-transform: capitalize !important; 
	font-size: 36px;
}

.hover_click {
	transition: box-shadow .5s, background-color .7s;
	padding: 30px 20px 20px;
}
.hover_click:hover {
	box-shadow: 0 4px 18px rgba(100,100,100,0.3); 
	background-color: rgba(255,255,255,0.3);
	cursor: pointer;
}
/* 
==========================================================
====================== HEADER ============================
========================================================== 
*/
/* Floats secondary menu right */
#et-info {
	float: right !important;
}

/* Hides RSS icon */
#et-info > ul > li.et-social-icon.et-social-rss {
	display: none;
}

#top-header {
	display: none;
}

#main-header {
	background: url("/wp-content/uploads/2018/08/Menu-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 12px 18px rgba(0,0,0,0.3) !important;
}
#main-header div.et_menu_container {
	background: rgba(255,255,255,.5);
}
#main-header.et-fixed-header {
	box-shadow: 0px 12px 18px rgba(0,0,0,0.3) !important;
}

/* Make submenu text smaller and less bold */
#top-menu .sub-menu li a {
	font-size: 16px;
	font-weight: 400;
}
.et-fixed-header #top-menu .sub-menu li a {
	font-size: 15px;
	font-weight: 400;
}

/* Fix nav for Tablet/Mobile */
@media screen and (max-width: 980px) {
	#main-header {
		height: 193px;
		padding: 0px !important;
	}
	#main-header div.container.et_menu_container {
		padding: 20px;
		width: 100%;
		background: rgba(255,255,255,0.8);
	}
}
/* 
==========================================================
==================== HOME PAGE ===========================
========================================================== 
*/

body #page-container a.et_pb_button_0:hover {
	background-color: #773841 !important;
}

div.home.about .et_pb_column_9 {
	border: 1px solid #773841;
	background: #fff;
	margin: 20px 0;
	padding: 20px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.hero_slider .et_pb_slide {
	height: 65vh;
}
@media screen and (max-width:980px) {
	.hero_slider .et_pb_slide {
		height: 50vh;
	}
}
@media screen and (max-width:768px) {
	.hero_slider .et_pb_slide {
		height: 30vh;
	}
}
/* Contact form captcha */
.et_pb_contact_form_container input.et_pb_contact_captcha {
	background: #fff;
	border: 1px solid #773841;
}

/* Testimonial Slider styles */
div.testimonials .et_pb_slide {
	background: #d1986d;
}
div.testimonials .et_pb_slide .et_pb_slide_content {
	font-size:16px !important;
}

/* 
==========================================================
==================== SUB PAGES ===========================
========================================================== 
*/

.page_header_mobile h2 {
	font-size: 36px !important;
}

.services_five .et_pb_column {
	width: 17% !important;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
}
@media screen and (max-width: 980px) {
	.services_five .et_pb_column {
		width: 47% !important;
		float: left;
	}
}
@media screen and (max-width: 768px) {
	.home_services_four .et_pb_column.et_pb_column_1_4.hover_click.et_pb_css_mix_blend_mode_passthrough,
	.services_four .et_pb_column.et_pb_column_1_4.hover_click.et_pb_css_mix_blend_mode_passthrough,
	.services_five .et_pb_column.et_pb_column_1_5.hover_click.et_pb_css_mix_blend_mode_passthrough {
		width: 100% !important;
		margin-right: 0;
	}
}

/* Contact Page */
div.contact_info div.et_pb_column.et_pb_column_1_3.et_pb_column_3 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
@media screen and (max-width: 980px) {	
	div.contact_info div.et_pb_column.et_pb_column_1_3.et_pb_column_3 {
		border-left: none !important;
		border-right: none !important;
	}
}
/* End Contact Page */

/* 
==========================================================
===================== FOOTER =============================
========================================================== 
*/

#main-footer a {
	color: #fff !important;
}

/* TH Icon width */
.footer-th-icon {
	max-width: 3%;
	margin-bottom: -10px;
}
@media screen and (max-width:980px) {
	.footer-th-icon {
		max-width: 5%;
	}
}
@media screen and (max-width:765px) {
	.footer-th-icon {
		max-width: 7%;
	}
}
@media screen and (max-width:480px) {
	.footer-th-icon {
		max-width: 10%;
	}
}

/* Hide default footer */
#footer-bottom,
#footer-widgets {
	display: none;
}