/* 
 Theme Name:     Divi Child
 Author:         Zar Chi
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        v.01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
 Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
body{
	overflow-x: auto;
}
#top-menu, #top-menu-nav{
  text-transform: uppercase;
  font-weight: 500;
}
.et_pb_slide_with_image .et_pb_slide_description{
	float: left;
}
.et_pb_slide_description h2.et_pb_slide_title{
	padding-bottom: 40px;
}
#page-container .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_button{
	margin-top: 40px;
}

/* contact form 7 style */
/* contact us form */
.et_pb_contact .et_pb_contact_field_half{
    width: 49%;
    margin-right: 5px;
}
.et_pb_contact p textarea{
    width: 98.8%;
}
.et_pb_contact p input, .et_pb_contact p textarea{

  font-family: inherit;

  -webkit-border-radius: 5px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;   
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px; 
}
.et_pb_contact_reset, .et_pb_contact_submit{
    margin: 0;

    -webkit-border-radius: 100px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 100px;   
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 100px; 
}
.et_pb_contact_submit input{
    background: #003791!important;
    color: #ffffff!important;
    border: 2px solid #003791!important;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 28px!important;
    -webkit-border-radius: 100px!important; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 100px!important;   
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 100px!important; 
}
.wpcf7-form-control-wrap{
    margin-bottom: 13px;
}
.et_pb_contact_submit input:hover {
    background: #fff!important;
    color: #222222!important;
    font-weight: 600;
    -webkit-border-radius: 100px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 100px;   
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 100px; 
}
.et_pb_contact p input:focus, .et_pb_contact p textarea:focus{
    background: #f2f2f1;
    color: #666;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.contact-info a{
    color: inherit;
}