/*
Theme Name: divi child
Theme Uri:  http://ashokg.in
Author:     wpashokg
Author Uri: http://ashokg.in
Template:   Divi
Version:    1.0
License:    GNU General Public License v2 or later
Version:    1.0
*/



#top-header #et-info{
	font-family: "Yanone Kaffeesatz";
	font-size: 16px
}

.mobile_menu_bar:before{
	color: #3867ac;
}
.container {
    max-width: 1200px;
}

.et_header_style_left .logo_container {
    padding-top: 15px;
}

.et_pb_scroll_top.et-pb-icon {
	background: #060606;
}

#et-info {
    float: right;
}

#top-header .container {
    font-weight: 400;
}

body #page-container .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
    color: #383838!important;
    background: #fffb64;
    background-color: #fffb64;
}


.textwidget{
	font-family:"Yanone Kaffeesatz";
	font-size:18px;
}

.box-address{
	font-size: 18px;
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.6875;
	font-family: "Yanone Kaffeesatz";
}

.et-social-icons {
    float: left;
}
.et-social-icons li {
    display: inline-block;
    margin-left: 0px;
}

#footer-widgets .footer-widget li{
	padding-left:0;
	padding-right: 15px;
}

#footer-widgets .footer-widget li a{
	padding: 5px;
}

#footer-widgets .footer-widget li a:hover {
    color: #e8d51e!important;
	background: #000;
}


/*----------Footer Mailchimp SignUp----------*/ 

#custom_html-4.widget_text.fwidget.et_pb_widget.widget_custom_html{
	width:100%;
}

.mc4wp-form-fields p{
	padding-bottom:0;
}

.mc4wp-form input[type=email] {
    float: left;
    padding: 15px;
    border: 1px solid #383838;
    font-size: 15px;
    width: 70%!important;
	background-color: transparent;
}
 
.mc4wp-form input[type=submit] {
    float: left;
    color: #383838!important;
    background-color: #e8d51e!important;
    border: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    width: 30%!important;
	font-family: "Bowlby One SC";
}
 
.mc4wp-form input[type=submit]:hover {
    background-color: #383838!important;
    color: #e8d51e!important;
    cursor: pointer;
}

/*----------Mailchimp SignUp Mobile Settings----------*/
 
@media only screen and (max-width: 768px) {

 
.mc4wp-form input[type=email] {
    width: 100%!important;
    margin-right: 0px;
}
 
.mc4wp-form input[type=submit] {
    width: 100%!important;
    margin-right: 0px;
    margin-top: 10px;
}
}

@media only screen and (min-width: 981px){
#logo {
    max-height: 200%!important;
}
}