/*
Theme Name: The Core Child
Description: The Core is created by <a href="http://themefuse.com">ThemeFuse</a>. The Core comes with 17 different themes inside it with more to come soon. The long list of features makes The Core the only stop when searching for a cutting edge WordPress theme. Child theme for the The Core. 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: the-core-parent
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
*/

/*--------------------- Menu Header **/
.fw-header .fw-container {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.fw-header .fw-site-navigation {
	margin-top: 10px !important;	
}

.fw-header .fw-site-logo img {
	max-height: 50px;
}

@media (max-width: 1024px) {
	.fw-header .mmenu-link {
		float: right !important;
    	width: auto !important;
		margin-top: 20px !important;
	}
	
	.fw-header .fw-wrap-logo {
		width: auto !important;
		float: left !important;
		margin-top: 6px !important;
	}
		
	.fw-header .fw-wrap-logo a {
		width: auto !important;
	}
}
/*--------------------- Menu Header End **/


/*-------------Home Portfolio Gallery---------------**/
.home__portfolio-gallery .fw-portfolio-list-item {
	margin: 0 !important;
	width: 25% !important;
}

.home__portfolio-gallery .fw-portfolio-wrapper li {
	margin: 0 !important;
	width: 25% !important;
}
/*-------------Home Portfolio Gallery End-----------**/

/*-------------Home Testimonials------------------**/
.homepage__testimonials .fw-main-row-overlay  {
	box-shadow: 0 8px 23px rgba(0,0,0,0.5);
}
/*------------------------------------------------**/

/*---------------Contact Form--------------------**/
.fw-contact-form label {
	color: #444 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}
/*---------------Contact Form End--------------------**/

/*---------------Consultancy form--------------------**/
.consultancy-form .custom-checkbox {
	margin: 20px 0;	
}

.consultancy-form .options .custom-checkbox {
	padding-right: 10%;
	padding-left: 10%;
}

.consultancy-form .custom-checkbox label::before {
	width: 20px;
    height: 20px;
    top: 0;
	margin-top: 0;
}

.consultancy-form .custom-checkbox label::after {
	margin-top: 0;
	left: 7px;
    top: 7px;
}

.consultancy-form__option-heading {
	font-size: 2rem !important;
	display: block;
    margin-bottom: -9px;
}

.consultancy-form__option-description {
	font-weight: normal;
}

.consultancy-form .field-submit {
 	float: none !important;
    text-align: center;
}
/*---------------Consultancy Form End-----------------**/