/* 
 Theme Name:     RunEtics
 Author:         Studio Seven Agency
 Author URI:     http://studioseven.agency/
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built for Divi parent theme
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/***************** GLOBAL STYLES *************/

.et-fixed-header #top-menu-nav ul>li>a {
	color: #666 !important;
}

.service-header{
	padding-top: 150px !important;
}

.sub-menu a{
	font-size: 18px !important;
	padding: 5px 5px;
}

h1{
	font-size: 40px !important;
}
.blue-highlight{
	color: #3085c1 !important;
}

#main-footer {
    /*background-blend-mode: overlay;*/
	background-repeat: no-repeat;
	background-size: cover;
    background-image: url(https://runetics.com.au/wp-content/uploads/2017/11/RunEtics-Track-Background-for-Footer.jpg)!important;
}

#main-footer .widget_recent_entries{
	margin-bottom: 20px !important;
}

.align-bottom-column .et_pb_column {padding-bottom: 50px;}
.align-bottom-column .et_pb_button_module_wrapper {position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}


/************** BLOG POSTS *****************/
.single-post #main-header{
	background-color: #f0f0f0 !important;
}
.single-post h2{
	font-size: 24px !important;
}

.single-post #main-content .container{
	padding-top: 100px !important;
}

/**************** TESTIMONIALS **********/
.feedback-wrapper h4{
	margin-top: 30px !important;
	font-family: 'revue' !important;
	color: #666 !important;
	font-size: 26px !important;
}
.feedback-wrapper span{
	font-family: 'revue' !important;
	color: #666 !important;
}

/**************** GRAVITY FORMS **********/
.gform_body .gfield_label, 
.gform_body .name_first label,  
.gform_body .name_last label{
	display: none !important;
}

input.text, input.title, input[type=email], 
input[type=password], input[type=tel], 
input[type=text], select, textarea{
	padding: 7px 10px !important;
	border: 1px solid #eee !important;
	border-radius: 5px !important;
}

.gform_wrapper .gform_footer{
	margin: 10px 0px !important;
	padding: 0px !important;
}

.gform_footer .gform_button{
	font-family: 'revue' !important;
	color: #fff !important;
	font-size: 16px !important;
    border-color: #da052b !important;
    background-color: #da052b !important;
    border: none !important;
    padding: 7px 15px !important;
    border-radius: 3px !important;
}