/**
* Theme Name:   SEED Home Divi CHILD THEME
* Theme URL:    http://www.serpcom.com
* Description:  Divi Child Theme
* Author:       SERPCOM
* Author URI:   http://www.serpcom.com
* Template:     Divi
* Version:      1.0.0
* Tags:       
*/


/** =Theme customization starts here
-------------------------------------------------------------- */

/* Custom */
body, p, li, h1, h2, h3, h4, h5, h6 {
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}

a, .et_pb_button, .button, .woocommerce ul.products li.product a img, .fw_row_w_bg_img_col .et_pb_module a {
	transition: all .3s linear;
}

a:not(.et_pb_button):hover, a:not(.et_pb_button):focus {
	opacity: 0.5;
}

a.et_pb_button:hover, a.et_pb_button:focus {
	opacity: 1 !important;
	background: #000 !important;
	color: #fff !important;
}

/* Location */
.location_button.et_pb_button, .location_button.et_pb_button:focus, .location_button.et_pb_button:hover{
	border: 1px solid #fff !important;
	padding-top: .7em !important;
	padding-bottom: .6em !important;
	letter-spacing: 0.8em;
	font-size: 22px;
	border-radius: 0;
	width: 400px;
	background: rgba(0,0,0,0.3);
	border-width: 3px !important;
	border-color: 1px solid #fff !important;
	color: #fff !important;
}

@media (max-width: 980px) {
	.location_button.et_pb_button, .location_button.et_pb_button:focus, .location_button.et_pb_button:hover{
		font-size: 20px;
		width: 340px;
	}
}

@media (max-width: 767px) {
	.location_button.et_pb_button, .location_button.et_pb_button:focus, .location_button.et_pb_button:hover{
		font-size: 17px;
		width: 270px;
	}
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.08em;
}



/* Landing Page: Hide Header & Menu, Footer */
#top-header, #main-header, footer {display:none}

#page-container{padding-top:0px!important;margin-top:-1px!important}

.page.et_pb_pagebuilder_layout #main-content {
    margin-top: 0;
}

.fw_header_buttonish {
	padding-top: 12rem;
	padding-bottom: 14rem;
}

.fw_header_buttonish h2 {
	border: 1px solid #fff;
	padding: 2.2% 11% !important;
	display: inline-block;
	letter-spacing: 0.8em;
	font-size: 1.3rem;
}

/* Fullscreen */
.fullscreen_section {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body #page-container .et_pb_section .black_button {
	font-size: 24px !important;
}

body #page-container .et_pb_section .black_button:hover, body #page-container .et_pb_section .black_button:focus {
	background-color: #d6542f !important;
}

body #page-container .et_pb_section .et_pb_button:after, body #page-container .et_pb_section .et_pb_button:after {
	display: none !important;
}

#drift-frame-controller, .xoo-wsc-modal, .et_pb_section_0_tb_header {
	display: none !important;
}

.et-tb-has-header #et-main-area {
    padding-top: 0 !important;
}






