/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */

.wpcf7-text,
.wpcf7-textarea{
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(0,0,0,0.12) !important;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 16px;
	width: 100%;
	padding: 16px !important;
	margin-bottom: 3% !important;
}
.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-submit{
	font-family: inherit;
	font-size: 20px;
	padding: .3em 1em;
    line-height: 1.7em!important;
    display: inline-block;
    margin: 25px 0 0 0;
    cursor: pointer;
	color: #ffffff!important;
    border-width: 0px!important;
    border-color: #429dd6;
    border-radius: 0px;
    letter-spacing: 4px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #429dd6;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
	float:right;
}
.wpcf7-submit:hover{
	background-color: #fff !important;
	color:#429dd6 !important;
	border:2px solid #429dd6 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 4em 0.5em 1em !important;
}
.textwidget .et-pb-icon {
    font-size: 16px !important;
	margin-right:5px;
}
#footer-widgets {
    padding: 3.5% 0 0 !important;
}
.et_pb_gutters3 .footer-widget {
    margin-bottom: 3.5% !important;
}
.footer-widget .et-social-icons{
	float:none !important;
	text-align: left;
}
#text-3 .et-social-icons li,
#text-9 .et-social-icons li,
#text-13 .et-social-icons li{
	margin-left:0 !important;
	padding-left:0 !important;
}
.footer-widget #text-3 li:before,
.footer-widget #text-9 li:before,
.footer-widget #text-13 li:before
{
	display:none !important;
}
#footer-widgets .footer-widget li a:hover {
    color: #01659d !important;
}
.et-social-instagram a.icon:before,
.et-social-facebook a.icon:before
{
    font-size: 16px !important;
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
 #footer-widgets {
    padding: 10% 0 0 !important;
}
}