/*
Theme Name: Divi Child 01
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.elegantthemes.com" title="Visit author homepage">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 1.1
*/


@import url('../Divi/style.css');

.et-social-lnkid a.icon:before { content: '\e09d'; }

/* ------ Begin Logo Modificiation---------*/
#logo {
	position: absolute;
	top:-10px;
	max-width: 30%;
	min-width:100px;
}

.et_fixed_nav #logo {
	max-height: 182px;
}

.et-fixed-header #logo {
    max-height: 125px !important;
	 padding:0 !important;	 
}



/* ------ End Logo Modificiation---------*/

/* ------ Begin Form Customization---------*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #737144 !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #eee !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #737144 !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: rgba(115, 113, 68, 0.25); 
border-color:#737144; 
color: #eee;
padding: 6px 20px !important; 
}

/*************End Form Customization***************/


/*************Begin Calendar Customization*********/
.ai1ec-calendar-toolbar {
display: none;
}

.ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today {
  background: rgba(221, 153, 51, 0.5)!important;
  }

h2.ai1ec-calendar-title {
color: #000 !important;
}


/*************End Calendar Customization*********/


body {
font-size: 18px; 
color: #000 !important;
}

.wprmm_menu, .menu_category h2 {
font-family: 'Walter Turncoat', cursive;
}


/*.et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_pricing_table_button {
color: #000 !important;
border-color: #000 !important;
}*/

.et_pb_promo_button {
/*color: #dd9933 !important;*/
  border-color: #000 !important;
background: none;
}

/************** Add drop shadow to Full Width Header Text***********/
.et_pb_fullwidth_header h1 {
       text-shadow: rgb(0, 0, 0) 1px 1px 4px; 
    }

.et_pb_fullwidth_header p.et_pb_fullwidth_header_subhead {
       text-shadow: rgb(0, 0, 0) 1px 1px 4px; 
    }