/*
Theme Name: Shutter Child
Description: Shutter created by <a href="http://themefuse.com">ThemeFuse</a>. 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: shutter
Version: 1.0
Text Domain: the-core
Tags: left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


.header-6 .mm-menu .mm-navbar-top
{
   padding-top: 5% !important;
}

.header-6 .mm-menu .mm-navbar-top .fw-wrap-logo a
{
   padding-right: 0 !important;
}

.fw-top-bar {
    background-color: transparent !important;
}


.location-column {
    margin-left: -30px !important;
    z-index: 1;
}

@media(max-width:800px)
{	
	.location-column {
    	margin-left: 0px !important;
	}
}

.contact-form .fw-col-inner .wrap-contact-forms form .field-text input
{
    font-family: 'Signika';
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Overlock';
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Overlock';
}
:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Overlock';
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Overlock';
}

input::placeholder,
label,
input
{
	font-family: 'Overlock' !important;
}