﻿@import url("../Divi/style.css");
/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

.et_pb_widget a {
    color: rgba(255, 255, 255, 0.65);	
    text-decoration: none;
    font-size: 12px;
    line-height: 0.5em;	
    text-transform: uppercase;
}

.footer-widget li:before {
    border-color: #16284c !important;
}

#footer-widgets {
    padding: 6% 0 0;
    max-width: 1200px;
    position: relative;
    margin: auto;
}

#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
}

#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    padding: 15px 35px 25px 40px;
    line-height: 26px;
    list-style-type: disc;
}

#left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
	padding: 15px 35px 25px 40px;
    line-height: 26px;
	list-style-type: decimal;
	list-style-position: outside;
}

.entry-content li {
padding-bottom: 10px;
}

.et-pb-icon-circle {
    padding: 40px;
}

/* Contact Form 7 Styles
---------------------------------*/

input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
	
	width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}


.contact_form_half{
    float: left;
    overflow: hidden;
    width: 50%;
	padding: 0 0 0 3%;
	margin-bottom: 3%;
}

.contact_form_full{
    float: left;
    overflow: hidden;
    width: 100%;
	padding: 0 0 0 3%;
	margin-bottom: 3%;
}


div.wpcf7 {
	margin-left: -3%;
}


input[type=submit] {
	background: #00b6f0;
    border-color: rgba(255,255,255,0);
    border-radius: 50px;
    color: #fff;
    border-width: 0px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    padding: 0.3em 1em;
    height: 45px;
    font-weight: 500;
	font-size: 20px;
    line-height: 1.7em !important;
    text-shadow: none;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #ffffff !important;
}


div.wpcf7-validation-errors {
	border: 0px solid #ffffff !important;
	}
	

/* List Tables
---------------------------------*/

.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 15px;
    border-top: 1px solid #eee;
}

.entry-content tr th, .entry-content thead th, body.et-pb-preview #main-content .container tr th, body.et-pb-preview #main-content .container thead th {
    padding: 9px 15px;
    color: #FFF;
    font-weight: bold;
}


@media all and (min-width: 981px) {
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 1%;
}

}

@media (max-width: 980px){
.et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 10px;
}

}

.et_pb_toggle_open {
    padding: 10px !important;
    background: #fff;
}

.et_pb_toggle_close {
    padding: 10px !important;
    background-color: #f4f4f4;
}


/* Gravity Forms
---------------------------------*/

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc!important;
    margin: 16px 0 0px 28px!important;
    padding-left: 0;
}

#field_1_9 {
    margin-top: 0px !important;
    padding-top: 0;
}

#field_1_8 {
    padding-bottom: 0px !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox] {
	    vertical-align: top !important;
}

#open-accordion-notes{
	cursor: pointer; 
	}