/*
Theme Name: The Flavour Child
Description: Child theme for the The Flavour. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com/
Template: theflavour-parent
Version: 2.0
Text Domain: the-core
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

h1, h2 {
	text-transform: uppercase;
}
.fw-header-main {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(102,102,102,0.49);
-moz-box-shadow: 0px 2px 3px 0px rgba(102,102,102,0.49);
box-shadow: 0px 2px 3px 0px rgba(102,102,102,0.49);
}
.header-1 .fw-header-main .fw-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.fw-site-navigation > ul > li ul > li > a {
	text-transform: uppercase;
}
.nav-phone a {
	color:#ffa42e!important;
	font-size:22px;
}

.intro-paragraph {
	font-size: 20px;
    line-height: 37px;
    font-style: italic;
	font-family: 'Lato';
}
.highlight-box {
	margin: 30px 15px;
	border:2px solid #FFF;
	color:#FFFFFF;
	text-align: center;
    padding: 20%;
}
.border-btm {
	border-bottom:2px solid #FFFFFF;
}
.border-award .fw-container {
	border:1px solid #CCC;
}
.double-border {
	background-size: auto!important;
}
.single .post.post-details .fw-post-image {
    margin-bottom: 0;
}
aside#text-4.widget {
    margin-bottom: 15px;
}
#mc_signup input[type="text"] {
	padding: 3px 10px;
}

.fw-footer ul li .post-date {
    color: #231f20;
}
.fw-footer-widgets .widget a {
    color: #791619;
}
#footer-icons a i.fa{
	font-size: 22px;
    color: #791619;
    margin-right: 10px;
}
#footer-icons a i.fa:hover{
	color:#231f20;
}