/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* DIVI THEME BUILDER GLOBAL HEADER */
@media only screen and (min-width: 981px) {
#main-header.et-fixed-header {
position: fixed;

}
#page-container {
padding-top:75px;
}
}

/*---------------Menu CTA Button---------------*/       
.menu-cta a {
    color: white!important;
	padding: 12px!important;
    border-radius: 3px;
    text-align: center;
	background-color: #f26641;
	margin-top:-.5vw;
}
 
.menu-cta a:hover {
    background-color: #fcaf17;
    color: white!important;
}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
   color: white!important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #f26641;
    }

.menu-cta a:hover {
    background-color: #fcaf17;
    }
}

/* REMOVE THE STANDARD WORDPRESS NAV TEXT HOVER OPACITY */
.et-menu a:hover {
	opacity: 100;
}

@media only screen and (max-width: 980px) {
 
.two-columns .et_pb_column {
width: 50%!important;
}
 
.three-columns .et_pb_column {
width: 33.33%!important;
}
 
.four-columns .et_pb_column {
width: 25%!important;
}
	
.five-columns .et_pb_column {
width: 20%!important;
}
 
}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/* GRAVITY FORMS STYLING */
body .gform_wrapper .gform_body .ginput_container {
	color: #686b6f;
}

body .gform_wrapper .gform_body .ginput_container input {
    font-size: 16px !important;
	color: #686b6f;
	padding: 10px !important;
	border-radius: 3px;
}

body .gform_wrapper .gform_footer .ginput_container input[type=submit] {
    font-size: 16px !important;
	text-transform: uppercase;
	background-color: #fcaf17;
	color: #686b6f;
	padding: 10px 50px !important;
	text-align: right;
	letter-spacing: 1px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #fcaf17;
}

body .gform_wrapper .gform_footer input[type=submit] {
	color: #ffffff;
    border-width: 0px!important;
    font-size: 18px;
    font-family: 'Arvo'!important;
    font-weight: 700!important;
    background-color: #f26641;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
	padding: .5em 2em .5em 2em;
    line-height: 1.7em!important;
}

/* ALIGN MODULES VERTICALLY CENTERED */
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}



/* password protected form for gjep investors */

.et_password_protected_form {
    min-height: initial;
    padding: 100px;
    max-width: 700px;
    margin: auto;
}
 
.et_password_protected_form .et_submit_button {
    background: #f26641;
    color: white!important;
	font-family: 'Arvo',Georgia,"Times New Roman",serif;
	padding: 10px 50px;
	border: 2px solid #f26641;
}
 
.et_password_protected_form .et_submit_button:hover {
    background: white;
    color: #f26641!important;
	border: 2px solid #f26641;
	padding: 10px 50px;
}
 
@media (max-width: 479px) {
.et_password_protected_form {
    padding: 40px;
}
}

@media only screen and (max-width: 480px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}
