/*
 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
------------------------------------------------------- */
body, input, textarea, select {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
}
.single-post #main-content,
.single-newsletter #main-content{
    font-weight: 400;
}

.et-menu li a {
    padding: 15px 5px;
}

.et-menu li>a:after {
    padding: 13px 0;
}

.menu-button a span {
    background: #70b72c;
    padding: 13px 30px !important;
    border-radius: 50px;
}

.menu-button a span {
    color: #fff !important;
}

.dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit {
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
}


.dsm_contact_form_7 input.text, .dsm_contact_form_7 input.title, .dsm_contact_form_7 input[type=date], .dsm_contact_form_7 input[type=email], .dsm_contact_form_7 input[type=number], .dsm_contact_form_7 input[type=password], .dsm_contact_form_7 input[type=tel], .dsm_contact_form_7 input[type=text], .dsm_contact_form_7 input[type=url], .dsm_contact_form_7 select, .dsm_contact_form_7 textarea {
    border-radius: 25px;
}

.single-post ol {
    list-style-position: outside !important;
	margin-left: 40px;
}

.single-post ol li, .single-post ul li{
    margin-bottom: 20px;
}

.single-post h2 {
    font-size: 40px;
	margin-bottom: 10px;
}

.single-post h3 {
    font-size: 30px;
	margin-bottom: 10px;
}

.single-post h4 {
    font-size: 27px;
}
.single-post h5 {
    font-size: 24px;
}
.single-post h6 {
    font-size: 21px;
}

/*nikki*/
.single-post #main-content h2, .single-post #main-content h3, .single-post #main-content h4, .single-post #main-content h5, .single-post #main-content h6 {
    color: #666;
	margin-top: 20px;
}

/*about us page - team ASWM*/
.drawer-style.style-1 .awsm-details h2 {
    color: #1F76AD;
}

/*start hubsport form*/
.hs-form {
	display: block !important;
}
.hs-submit {
    width: 40%;
}
.ltd-contact-form .hs-submit {
    margin: 0 !important;
}

.hs-form input[type="text"], .hs-form input[type="email"], .hs-form input[type=tel], .hs-form select, .hs-form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 100% !important;
    font-size: 16px;
    color: #666;
}


 .hs-form textarea {
    height: 200px;
    border-radius: 30px;
}

.hs-form input[type="submit"] {
    padding: 13px;
    border: 1px solid #70b72c;
    border-radius: 50px;
    width: 100%;
    background: #70b72c !important;
    border-color: #70b72c !important;
    color: #fff;
    font-size: 18px;
}

.hs-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 45px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

   background-repeat: no-repeat;
   background-position: right 15px center;
   background-size: 14px;

}

.hs-form .field {
    margin-bottom: 15px;
}
ul.no-list.hs-error-msgs.inputs-list {
    list-style-type: none;
    padding-left: 0;
	padding-bottom: 0;
}
.hs_error_rollup {
    color: #fff;
    text-align: center;
	margin-bottom: 15px;
}

.hs-error-msg {
    color: #fd8e49;
    font-size: 15px;
}

.hbspt-form .submitted-message {
    color: #70bd21 !important;
	text-align: center;
}
.hs-form fieldset, .hs-submit {
    margin: 0 auto !important;
}


@media only screen and (max-width: 480px) {
  .hs-form {
   	display: block !important;
	}
  .hs-email {
	width: 100%;
	margin-bottom: 0px;
	}
  .hs-submit {
    width: 80%;
   	margin: 0 auto;
	}
	
}
/*end hubspot form*/