/*
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 Details --------------- */

.fw-site-navigation > ul > li > a::after {
    bottom: -10px;
    height: 2px;
    background: #ad854d;
}

.fw-footer-menu > ul > li > a::after {
    top: -1px;
    height: 2px;
    background: #ad854d;
}

.fw-footer-menu-right, .fw-footer-menu-left {
    padding-top: 35px;
    padding-bottom: 35px;
}

.fw-footer-menu .current-menu-item a {color: #ad854d;}
.fw-footer-menu ul {
    padding: 0 0 10px 0;
}

.fw-footer-social a {
    margin-left: 6px;
}

/* --------- Projects WP Page Details Overrides ---------- */

.fw-portfolio-filter{
    border:none !important;
}

.single-fw-portfolio .fw-main-row .fw-container{
    padding:0px !important;
    width:100%;
}

.single-fw-portfolio .package-title-tag{
    margin-left:-125px;
}

.project-boxed-section, .fw-project-details{
    width:1170px !important;
    margin-left:auto;
    margin-right:auto;
}

.project-boxed-column{
    width:1170px !important;
    margin-left:auto;
    margin-right:auto;
    float:none;
}

.fw-price-1 .fw-price-foot {
    background-color: inherit;
}

.package-title-tag{
    width:auto;
}

/* ----------- Other Homepage Details ------------- */

.homepage-features, .home-package-image {
    z-index: 20;
}

.fw-divider-inner {
    height: 24px !important;
    line-height: 1px !important;
}

.home-package-info {
    margin-top:60px;
    z-index: 0;
}

/* ----------- Events Details Page ----------- */

.before-hr, .after-hr {border-color:#3E3E3E !important;}

/* ------------ Widgets Details ------------- */

.fw-footer-widgets .widget-title{
    font-family: fira sans;
    font-size: 18px;
    line-height: auto;
    letter-spacing: 0.75px;
}

.textwidget {
    color: #c6c6c6;
}

/* ------------- Contact Left Side -------------- */

.contact-side-left .fw-iconbox-image, .contact-side-left .fw-iconbox-image img{
    border-radius:0px !important;
}

.cal-month-box [class*="cal-cell"] {
    border-right: 3px solid #0c0c0c;
}

.cal-year-box .row-fluid, .cal-month-box .cal-row-fluid {
    border-bottom: 3px solid #0c0c0c;
}

/* -------------- Contact Form Details ------------- */

.custom-radio label{margin-bottom:0px;}
.custom-radio {margin-top:5px;}

div#responsive-form {
	max-width:640px /*-- change this to get your desired form width --*/;
	margin:0 10px;
    width:100%;
}

.wpcf7 form.sent .form-row {
	display: none;
}

/* -------------- Responsiveness --------------- */

@media screen and (max-width: 768px) {
.wrap-contact-forms {
padding: 0px 50px !important;
}

.single-fw-portfolio .fw-main-row .fw-container{
    padding:auto !important;
    width:auto;
}

.single-fw-portfolio .package-title-tag{
    margin-left:auto;
}

.project-boxed-section, .fw-project-details{
    width:auto !important;
    margin-left:auto;
    margin-right:auto;
}

.project-boxed-column{
    width:auto !important;
    margin-left:auto;
    margin-right:auto;
    float:auto;
}
}
/*Contact Us Page*/
.contact-us a {
color: #ffffff;
}
.contact-us a:hover {
color: #e1e8eb;
}

@media screen and (max-width: 680px) {
.breaks {display:hidden !important;}
}

@media screen and (max-width: 640px){
.accommodation-price p{margin-top:0px !important;}
}

/*Mega Menu*/
.fw-site-navigation > ul .mega-menu {
top: 20px !important;
}

/*Booking Form*/
.flash-messages-success {
padding: 20px 0;
width: 700px;
margin-bottom: 20px;
}

/*Contact Form and Booking Enquiry pages */

.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	margin-bottom: 1em;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #898b8e;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
.wpcf7-form {
	margin: 0 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #898b8e;
	border-radius: 1px;
	margin-top: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 20px;
	font-size: 1.3em;
	background: #ededed;
	border-color: #ededed;
	color: #000000;
	margin: 0.5em 0;
}
.property-contact {
	text-align: center;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea{
  background: #fff;
  color: #000000;
 }

/* Image Align and Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.aligncenter,
.wp-caption {
	margin-bottom: 0;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 5% 5px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 5px 5%;
}
img.alignnone,
.wp-caption.alignnone {
	margin: 0 0 5px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
figure.wp-caption {
	max-width: 100%;
	color: #767676;
}
.alignnone img,
img.alignnone,
.alignleft img,
img.alignleft,
.alignright img,
img.alignright,
.aligncenter img,
img.aligncenter {
	height: auto;
}