/*---------------------------------------------------------------------------------

 Theme Name:   A Little Bird
 Theme URI:    http://fonk.capetown
 Description:  Custom styling of Divi child theme for A Little Bird
 Author:       Ludo Briet
 Author URI:   http://fonk.capetown
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* GENERAL
-------------------------------------------------- */
body {
	font-family: 'Varela Round', sans-serif;
}

#home-testimonial-slider .et_pb_slide_image {
	width: 27.25%;
}

#home-testimonial-slider .et_pb_slide_description {
	width: 67.25%;
}


/* HEADER
-------------------------------------------------- */

#headerReq a {
	float:right;
	background-color: #6bc5a8;
	line-height: 14px;
	line-height: 28px;
	padding: 9px;
	margin-top: -9px;
	margin-top: -11px;
	text-transform: uppercase;
}
.et-social-google-plus a.icon:before {
	content: "\e09d";
} 
#main-header #logo {
	max-height: none;
	max-width: 200%;
}
#main-header.et-fixed-header #logo {
	margin-top: -65px;
}
#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a {
	line-height: 2em;
}
#top-header .container {
	padding-top: 1em;
}
#et-main-area {
	margin-top: -14px;
}
@media (max-width: 767px) {
	#headerReq {
		display: none;
	}
	#main-header #logo {
		max-height: 60%;
	}
}
@media (max-width: 980px) {
	#headerReq {
		margin-top: 0;
	}
}
/* FOOTER
-------------------------------------------------- */

@media (min-width: 768px) {
	#footer-widgets .footer-widget:first-child {
		margin-bottom: 0;
	}
}

#footer-widgets .footer-widget:first-child .et-social-icons {
	display: inline-block;
	float: none;
	list-style: none;
}

#footer-widgets .footer-widget:first-child li.et-social-icon {
	margin-left: 0;
	padding-left: 0;
	padding-right: 10px;
}

#footer-widgets .footer-widget:first-child li.et-social-icon:before {
	display: none;
}

#footer-widgets .footer-widget:first-child .et-social-icons a {
	font-size: 14px;
	color: #6bc5a8;
}

#footer-widgets .footer-widget:first-child strong {
	color: #FFFFFF;
}

#footer-widgets .footer-widget .widget_recent_entries ul {
	margin-top: 30px;
}

.et_bloom #footer-widgets .et_bloom_widget_content .et_bloom_form_header, .et_bloom #footer-widgets .et_bloom_form_header img, .et_bloom #footer-widgets .et_bloom_form_header .et_bloom_form_text, .et_bloom #footer-widgets .et_bloom_widget_content .et_bloom_form_container .et_bloom_form_content {
	padding-left: 0 !important;
}

.et_bloom #footer-widgets .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
	
}

.et_bloom #footer-widgets .et_bloom_bottom_stacked p.et_bloom_popup_input {
	width: 62%;
	display: inline-block;
	font-size: 11px;
}
.et_bloom #footer-widgets .et_bloom_bottom_stacked button.et_bloom_submit_subscription {
	width: 38%;
	display: inline-block;
	font-size: 11px;
}
.et_bloom #footer-widgets .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content input {
	padding: 7px 10px !important;
	border:1px solid #6bc5a8;
}
.et_bloom #footer-widgets .et_bloom_header_text_light p {
	color: #8c8f94 !important;
}
.et_bloom #footer-widgets .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .et_bloom_form_footer p {
	color: #8c8f94 !important;
	font-size: 14px;
}
.et_bloom #footer-widgets .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content {
	color: #8c8f94;
	padding-top: 0;
}
.et_bloom #footer-widgets .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content input::-webkit-input-placeholder, .et_bloom #footer-widgets .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content input:-moz-placeholder, .et_bloom #footer-widgets .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content input::-moz-placeholder, .et_bloom #footer-widgets .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content input:-ms-input-placeholder {
	color: transparent;
}
#footer-widgets .footer-widget.last .fwidget {
	width: 100%;
}


/* UNSTICKY TOP HEADER BAR
-------------------------------------------------- */

.et_fixed_nav #top-header {
	position: relative !important;
}

#page-container {
	padding-top: 0 !important;
}

#main-header {
	padding-top: 63px !important;
	top: 0 !important;
}

#et-main-area {
	padding-top: 144px !important;
}

.et_pb_container.clearfix{
	height: 300px; 	
}

