/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here Test
------------------------------------------------------- */


.et_pb_social_media_follow li a.icon::before {
    color: #fff !important;
	font-size: 26px !important;
}

#menu-primary li {
    font-weight: 400 !important;
}

#menu-primary li.current-menu-item, #menu-primary li.current_page_item {
	font-weight: 400 !important;
}

#menu-primary .current-menu-item a::before,
#menu-primary .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#menu-primary li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 top: 85%;
    background: #ccc;
    height: 1px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#menu-primary li a:hover {
 opacity: 1 !important;
}
#menu-primary li a:hover:before {
 right: 0;
}
#menu-primary li li a:before {
 bottom: 10%;
}

#gform_wrapper_2 {
    margin: 0px 0 !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0px !important;
}

.gform_wrapper input {
    font-size: inherit;
    font-family: inherit;
    padding: 10px 0px !important;
    letter-spacing: normal;
    border-bottom: 1px solid #ccc !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: rgba(255,255,255,0) !important;
	color: #000;
	text-align: center!important;
}

.gform_wrapper textarea {
    border-bottom: 1px solid #ccc !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: rgba(255,255,255,0);
	color: #808080;
	text-align: center!important;
}

.gform_wrapper input:focus, .gform_wrapper textarea:focus {
    background-color: rgba(255,255,255,.1);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    color: #ffffff !important;
    letter-spacing: 3px;
    font-family: 'American Typewriter', serif !important;
    font-weight: 600 !important;
    position: relative;
    padding: .3em 1em;
    border: 0px solid #ffffff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(175,213,144,.8) !important;
    font-size: 20px;
    line-height: 1em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer !important;
    width: 80% !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: table !important;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: rgba(175,213,144,1) !important;
  color: #ffffff;
  border: 0px solid #ffffff !important;
  text-decoration: none;
}

#field_1_6 {padding-top: 1px !important;}

.gform_wrapper textarea {
    padding: 6px 15px !important;
}


@media (max-width: 768px) {
	.et_pb_social_media_follow_1 .et_pb_text_align_right {
		text-align: right !important;
	}
	
	.footer-three-box-border {
		border-width: 2px !important;
		border-color: #bfcc7c !important;
		border-top-width: 2px !important;
		border-top-color: #bfcc7c !important;
		border-right-width: 2px !important;
    	border-right-color: #bfcc7c !important;
		border-bottom-width: 2px !important;
    	border-bottom-color: #bfcc7c !important;
    	border-left-width: 2px !important;
    	border-left-color: #bfcc7c;
		margin: 20px !important;
	}
}

