/*
Theme Name: The Core Child
Description: The Core is created by <a href="https://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="https://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: https://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
*/

.fw_theme_bg_color_4 {
    background-color: #efeded !important;
}

.fw-header-main {
    display: none !important;
}

section.fw-main-row-custom.no-padding.fw-middle-align > div {
    padding: 0;
}

.fw-section-space-md .fw-main-row-custom .fw-container, .fw-section-space-md .fw-main-row .fw-container, .fw-section-space-md .fw-main-row-custom .fw-container-fluid, .fw-section-space-md .fw-main-row .fw-container-fluid {
    padding-top: 12px;
    padding-bottom: 10px;
}

blockquote:after {
	display: none;
}

.fw-tabs-minimal .nav-tabs > li > a {
    padding: 8px 30px;
    color: #ccbaa2;
}

.fw-col-sm-3.image-block {padding-top: 20px}
.fw-col-sm-3.image-block img {border-radius: 50%;}

.tab-boxes .fw-row:first-child {
	padding-top:0px;
}

.widget .widget-title {
    font-size: 20px;
}

.widget ul li {
    margin-bottom: 0.5em;
}

.tab-boxes .fw-row {
    padding-bottom: 30px;
    border-bottom: 2px solid #cccccc14;
    padding-top: 20px;
}

.fw-page-builder-content {
    box-shadow: 0px 11px 11px 10px rgba(172, 129, 78, 0.4);
}

.widget:last-child {
    margin-bottom: 60px;
}

.widget ul li a {
	color:#b6b8b9;
}


.comment-respond {
	margin: 0 0 100px;
}

.single .post.post-details .entry-content {
	padding-bottom: 40px
}

input#submit:hover {
    background: #090e2b;
}

.fw-row.middle-contents {
    display: flex;
    align-items: center;
}

body {
    min-height: 100vh;
}

.contact-form input, 
.contact-form textarea {
    margin-top: 10px;
	color:#222;
}

.contact-form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #222 !important;
	opacity: 1;
}

.contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #222 !important;
	opacity: 1;
}

.contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #222 !important;
	opacity: 1;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #222 !important;
	opacity: 1;
}

.contact-form {
    display: block;
    margin: 20px auto 0;
}

.contact-form br {
	display: none;
}

.wpcf7 .wpcf7-form input.wpcf7-submit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 40px 12px;
}

.wpcf7-response-output {
    width: 100%;
    margin: 30px auto !important;
    max-width: 400px;
}

blockquote {
	text-align:center !important;
	color:#000;
}

form.wpcf7-form div.wpcf7-mail-sent-ok { padding:10px 14px; margin-left:0; margin-right:0; border:1px solid #62BB46; background:#97d983; color:#fff; }
form.wpcf7-form div.wpcf7-validation-errors { padding:10px 14px; margin-left:0; margin-right:0; border:1px solid #f8dc23; background:#FFF5B0; color:#000; }
form.wpcf7-form span.wpcf7-not-valid-tip { top:18px; background:#FFA8A8; color:#fff; width:100%; left:0; padding:5px 13px 5px; }

@media screen and (max-width:1199px) {
	.fw-nav-wrap:before {
	    content: 'LAURENCE WESTWOOD';
	    display: block;
	    position: absolute;
	    left: 57px;
	    font-family: 'Amiri';
	    font-style: normal;
	    font-weight: 400;
	    font-size: 20px;
	    letter-spacing: 0.2px;
	    color: #ecb669;
	    top: 30px;
	}
	.fw-mobile-menu-position-right.header-3 .fw-nav-wrap, 
	.fw-mobile-menu-position-left.header-3 .fw-nav-wrap {
		width: 90%;
	}
	.rev-me-up .fw-col-no-padding {
	    padding: 0 !important;
	}
}

@media screen and (max-width:550px) {
	.fw-nav-wrap:before {
	    font-size: 16px;
	    top: 32px;
	}
}