/* 
 Theme Name:     grow-extended
 Author:         Mark Hendriksen
 Author URI:     https://www.markhendriksen.com
 Template:       Divi
 Version:        1.0
 Description:    A Divi Child Theme
 Wordpress Version: 5.0.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ############ CTA MENU ############ */

.cta_menu a {
	background-color: #d38c3f;
    color: #fff !important;
}

.et-fixed-header #top-menu .cta_menu a	{
	color: #fff !important;
}

.et-fixed-header #top-menu li.cta_menu.current-menu-item a {
	color: #fff !important;	
}

/* ############ DROP DOWN MENU ############ */

@media (min-width: 981px) {
ul.sub-menu:before {
    border-color: transparent transparent #d38c3f transparent;
}

ul.sub-menu li a {
	border-bottom: 1px solid #eee;
}

.et-fixed-header #top-menu ul.sub-menu li a {
	color: #fff !important;
}}

/* ### BLOG POST META BORDER COLOR ### */
.custom_blog p.post-meta {
    border-top: 1px solid #d38c3f;
    border-bottom: 1px solid #d38c3f;
}

/* ### BLOG POST BUTTON ### */
.custom_blog .more-link {
	background-color: #d38c3f;
    color: #fff;
}

/* ### BLOG POST BUTTON HOVER ### */
.custom_blog .more-link:hover {
	background-color: #043a6d;
    color: #ffffff;
}

/* ### BLOG POST WIDGET TITLE ### */
.single .et_pb_widget_area_right h4.widgettitle {
	background-color: #d38c3f;
	color: #fff!important;
}

/* ### BLOG POST WIDGET BG ### */
.single .et_pb_widget_area_right .et_pb_widget {
	background-color: #f9f9f9;	
}

/* ############################## */
/* ###### NEWSLETTER OPT-IN ##### */
/* ############################## */

.custom_emailoptin .et_pb_newsletter_form .et_pb_contact_field_half {
    flex-basis: 30%;
 }

.custom_emailoptin .et_pb_newsletter_fields>* {
    flex-basis: 30%;
}

.custom_emailoptin.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form {
    padding-bottom: 0px;
}

.custom_emailoptin p.et_pb_newsletter_field {
    padding-bottom: 0px;
}

.custom_emailoptin .et_pb_newsletter_button_wrap {
	margin-top: 0px;
}

.custom_emailoptin .et_pb_newsletter_form .input,
.custom_emailoptin .et_pb_newsletter_form input[type=text], .custom_emailoptin .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text] {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.blurb_header.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 0px;
}

@media (max-width: 980px) {
.new_optin_column_1 {
	margin-bottom: 0px !important;
}}

.custom_emailoptin .et_pb_newsletter_form {
	padding-bottom: 15px !important;
}

/* ############ MENU ############ */

@media (min-width: 1150px) {
#top-menu li {
    padding-right: 50px;
}}

/* ############ CTA MENU ############ */

.cta_menu a {
    padding: 10px 20px !important;
    display: inline !important;
}

@media (max-width: 980px) {
#mobile_menu li.cta_menu a {
	display: block !important;
	text-align: center !important;
}}

/* ############ DROP DOWN MENU ############ */

@media (min-width: 981px) {
ul.sub-menu:before {
content: "";
    position: absolute;
    left: 11px;
    top: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 17px 20px;
    z-index: 9999;
}

ul.sub-menu li a {
    padding: 5px 0px;
	padding-left: 0px !important;
	font-weight: 400 !important;
}

ul.sub-menu li:last-child a {
	border-bottom: 0px solid #eee;
}

ul.sub-menu {
	padding-bottom: 3px !important;
	padding-top: 5px !important;
}}

/* ############ HEADER HOME ############ */

@media (min-width: 981px) and (max-width: 1150px){
.blurb_header h4.et_pb_module_header {
	font-size: 18px !important;
}

.blurb_header .et-pb-icon {
    font-size: 20px !important;
}}

/* ############################## */
/* ############ BLOG ############ */
/* ############################## */

.custom_blog .post-content p {
	display:none;
}

.custom_blog .post-content {
	text-align: center;
}

.custom_blog p.post-meta {
	text-align: center;
    padding: 10px;
    margin-top: 15px;	
}

.custom_blog .more-link {
    display: inline-block;
	font-weight:400;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}

.custom_blog .et_pb_post {
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.14);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}

.custom_blog .et_pb_post:hover {
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 981px) {
.custom_footer_column_1 {
	border-right: 1px solid #2c4277;
}}

/* ########################################## */
/* ############ SINGLE BLOG POST ############ */
/* ########################################## */

.single h4.widgettitle {
    padding: 15px 25px 10px 25px;
	color: #d38c3f;
}

.single #left-area ul {
	padding-left: 25px !important;
	padding-top:15px !important;
	padding-bottom:15px !important;
}

.single .et_pb_widget ul li {
    margin-bottom: 0.3em;
    font-size: 16px;
}
