/* 
 Theme Name:   Foundations Investment
 Theme URI:    
 Description:  Child Theme of Divi
 Author:       Casey Landreth
 Author URI:   https://ecog.media
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
STRONG {
	color: #000;
}
.nav-in {
	display: none !important;
}

.nav-out {
	display: block !important;
}

.logged-in .nav-in {
	display: block !important;
}

.logged-in .nav-out {
	display: none !important;
}

.post-90 .um-right.um-half {
	display: none !important;
}

.post-90 .um-left.um-half {
	width: 100%;
}

.et_pb_button {
	width: 100%;
	padding: 14px 10px;
}

.et_pb_button:hover {
	padding: 14px 10px !important;
}

.et_pb_toggle_title {
	text-transform: uppercase;
	color: #df7907 !important;
}

.et_pb_toggle_title:before {
	color: #df7907 !important;
}

#page-title H2 {
	text-transform: uppercase;
    font-size: 40px;
	text-align: center;
}

#page-title {
	border-bottom: solid 2px #DF7907;
}

#announce-blog .post-data .et_pb_section:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

#announce-blog .post-data .et_pb_section:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#announce-blog .el-pagination-button {
	width: 300px !important;
	max-width: 300px !important;
}

/* Gravity Forms CSS */
.gfield_label, #webtolead LABEL {
	font-family: 'Ringside Compressed Book',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 800 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #df7907;
	font-size: 18px !important;
}

#webtolead LABEL {
	display: block;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield TEXTAREA,
body .gform_wrapper .gform_body .gform_fields .gfield SELECT,
#webtolead input[type=text],
#webtolead input[type=email],
#webtolead input[type=tel],
#webtolead input[type=url],
#webtolead input[type=password],
#webtolead TEXTAREA,
#webtolead SELECT {
    border: solid 1px #df7907 !important;
    border-radius: 3px !important;
    color: #000;
	background-color: #ededed;
	font-family: 'Open Sans', sans-serif;
}

#webtolead input[type=text],
#webtolead input[type=email],
#webtolead input[type=tel],
#webtolead input[type=url],
#webtolead input[type=password],
#webtolead TEXTAREA,
#webtolead SELECT {
    width: 100%;
	display: block;
	margin-top: 0px;
	min-height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}

#webtolead TEXTAREA {
	min-height: 80px;
}

.gform_button, #webtolead input[type=submit]  {
	border: solid 2px #ef3caf;
	border-radius: 3px;
	padding: 10px 35px;
	text-align: center;
	float: none;
	color: #FFF;
	cursor: pointer;
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 18px !important;
	background-color: #df7907 !important;
	border-width: 0px !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	letter-spacing: 1px !important;
	transition: all 0.2s;
}

.gform_button:hover, #webtolead input[type=submit]:hover {
	color: #ffffff !important;
    background-color: rgba(0,0,0,0.64) !important;
}

#webtolead input[type=submit]  {
	margin-top: 25px;
}