/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.9.10.1668678347
Updated: 2022-11-17 09:45:47

*/

/* header.et-l.et-l--header .et_pb_section_1_tb_header {
	position: absolute;
 	top: 70px; 
	z-index: 1045;
	width: 100%;
	padding:20px 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
} */
/* .admin-bar header.et-l.et-l--header .et_pb_section_1_tb_header {
	top:48px;
} */

.et_pb_section_0_tb_header.et_pb_section,
.et_pb_menu_0_tb_header.et_pb_menu {
    background-color: transparent !important;
}
/* Menu */
#menu-main-menu.et-menu a {
    color: #52412b;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 1rem;
}
header.et-l.et-l--header.pa-fixed-header .et_pb_section_1_tb_header {
    position: fixed;
	top:0px;
/*     background: #fff !important;
	padding:15px 0px; */
}



header.et-l.et-l--header.pa-fixed-header .et_pb_section_1_tb_header{
	background: white !important;
}
/* Form */
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    max-width: 570px;
    height: 60px;
    margin: 0 0 20px;
    border-radius: 3px;
    border: solid 1px #ffd3a8;
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #303952;
}
.gform_wrapper.gravity-theme .gfield textarea {
    width: 100%;
    max-width: 570px;
    height: 120px !important;
    margin: 20px 0 0;
    border-radius: 3px;
    border: solid 1px #ffd3a8;
    background-color: #fff;
    resize: none;
}

input#gform_submit_button_1 {
	width: 100%;
	height: 50px;
	padding: 10px;
	border-radius: 50px;
	background-color: #8eb296;
	border: 1px solid #8eb296;
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: 1.6px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
input#gform_submit_button_1:hover{
	background-color: #88c896;
	border: 1px solid #88c896;
}



