/*
	Theme Name: Family Clean 2019
	Theme URI: http://familyclean.com.au
	Description: Family Cleans WordPress Theme
	Version: 1.4.3
	Author: Two Mates Media
	Author URI: http://2mm.io
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	margin: 2rem 0;
	display: flex;
	justify-content: center;
}
.logo-img {

}
/* nav */
.nav {
	display: flex;
	justify-content: center;
}

.nav ul {
	padding-left: 0;
	display: flex;
}

.nav ul li{
	padding: 2rem;
	list-style-type: none;
}

.nav ul li a {
	text-decoration: none;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/******************************/
/* Family Clean Custom Styles */

::-moz-selection {
	color: #fff;
	background-color: #dba99e;
}

::selection {
	color: #fff;
	background-color: #dba99e;
}


h1,
h2,
h3,
h4,
h5,
.navbar-brand {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  color: #000;
}

h1 {
	font-size: 3.5rem;
    color: #000;
    margin-bottom: 30px;
    margin-top: 80px;
    letter-spacing: 4px;
}

h2 {
	font-size: 2.8rem;
}

h6{
	text-transform: uppercase;
	font-size: 16px;
}

p, li{
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
}

a {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 20px;
}

li {
	color: #959984;
	padding-bottom: 10px;
}

input {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
	border: none;
    padding: 10px;
}

textarea {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
	border: none;
    padding: 10px;
}

strong {
	letter-spacing: 1px;
}

.mb-6 {
	margin-bottom: 3.7rem!important;
}

.fc-btn{
	padding: 10px;
    background-color: #F3EBDB;
    border: 1px solid #F3EBDB;
    margin-top: 10px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}

.fc-btn:hover, .fc-btn:active {
	background-color: #DBA99E;
	border: 1px solid #DBA99E;
	color:#fff;
}

.blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.fc-serif {
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  font-size: 18px;
}

.fc-franklin-heading {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;	
}

.fc-franklin-body {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
}

.fc-script {
  /*font-family: 'Playfair Display', serif; - we need a script font here 
  letter-spacing: 1px;
  font-style: italic; */
}

.pre-footer .blockquote {
	font-size: 18px;
}

.text-dark {
  color:#000;
}

.text-light {
  color:#fff;
}

.topheader {
  background-color: #959984;
  margin-top: 0px;
}

.topheader-text, .topheader-text a {
  margin: 0px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.topheader-text a:hover {
  margin: 0px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.site-header {
  margin: 0;
  padding: 1.5rem 0 0 0;
  background-color: #EFD4CB;
}

.nav ul li a {
  font-size: 14px;
  color: #000;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.nav ul li a:hover {
  color: #505050;
  text-decoration: none;
}

.navbar-nav {
	margin-left: auto;
    margin-right: auto;
}

.dropdown-menu {
	border: none;
    background-color: #EFD4CB;
}

.dropdown-item {
	margin: 5px 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #EFD4CB;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.fc-logo{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fc-logo .custom-logo {
  max-width: 150px;
}

.fc-hero-wrapper {
	width: 100%;
	height: auto;
}

.fc-hero-wrapper h2 {
  margin-bottom: 15px;
  color: #fff;
}

.fc-hero-wrapper p {
  color: #fff;
  line-height: 1.4;
}

.fc-fullwidth-text {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.fc-fullwidth-text h1 {
  margin-bottom: 15px;
  font-size: 3.5rem;
  color: #000;
  margin-top: 80px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .fc-fullwidth-text h1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .fc-fullwidth-text p {
  	max-width: 700px;
  	margin-bottom: 80px;
  }

}

.fc-home-feature-gif img{
  width: 100%;
}

.fc-hero-image {
  background-position: 50% 38%;
  background-size: cover;
  height: 720px;
  position: relative;
}

.service-box {
  padding: 30px 20px;
  margin: 30px 0 0 0;
  min-height: 271px;
}


@media only screen and (max-width: 991px){
  .service-box {
	  margin: 0px 0px;
	  min-height: unset;
	}
}

.service-box h2 {
	color: #fff;
}

.service-box p {
	margin: 30px 0 0 0;
	color: #fff;
}

.service-box a {
	color: #fff;
	font-weight: 500;
}

.service-box a:hover {
	color: #f4f4f4;
	font-weight: 500;
	text-decoration: none;
}

.left-service {
  background-color: #DBA99E; 
}

.center-service {
  background-color: #EFD4CB; 
}

.right-service {
	background-color: #959984; 
}

.fc-divider-img {
	min-width: 100%;
	margin:80px 0;
}

.fc-about-feature {
	margin-bottom: 80px;
}

.fc-about-feature img, .fc-about-feature h2 {
	margin-bottom: 30px;
}

/* just wordpress things */
.fc-about-feature p:last-child {
	  margin-bottom: 30px;
}

.fc-about-feature a {
  color: #d1a295;
  font-weight: 600;
  letter-spacing: 1px;
}

.fc-about-feature a:hover{
  color: #DBA99E;
  text-decoration: none;
}

.fc-hero-caption {
  position: absolute;
  left: 10%;
  bottom: 20%;
  background-color: rgba(149, 153, 132, 0.9);
  padding: 20px;
}

.fc-hero-caption p,
.fc-hero-caption h2 {
  font-family: 'Playfair Display', serif;	
}

.fc-hero-caption p {
	font-size: 18px;
	letter-spacing: 1px;
}

.fc-hero-caption h2 {
	font-size: 40px;
	font-weight: 300;
}

.fc-customer-stories-image {
  background-position: 50%;
  background-size: cover;
  height: 1190px;
  max-height: 1190px;
  position: relative;
}

@media only screen and (min-width: 768px){
  .fc-hero-caption{
  	max-width: 50%;
  }
}

.fc-sparkle-section {
	padding: 150px 0;
	text-align: center;
}

.fc-sparkle-section-h1 {
	text-align: center;
	margin-top: 0px;
}


.fc-seen-in {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}

.fc-seen-in h2 {
  margin-bottom: 15px;
  font-size: 3.5rem;
  color: #000;
  margin-top: 80px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.fc-seen-in p {
  margin-bottom: 15px;
  font-size: 2rem;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .fc-seen-in h2 {
    max-width: 550px;
  }

  .fc-seen-in p {
  	max-width: 600px;
  }

}

/*************/
/* UTILITIES */

.font-pink {
	color: #d1a295 !important;
}

.font-pink > a {
	color: #d1a295 !important;
}

a.font-pink:hover {
	color: #B68D81 !important;
}

.font-light-grey {
	color: #8c927b !important
}

.font-light-grey-actually {
	color: #9c9c9c !important
}

.font-green {
	color: #8c927b !important;
}

.green-hover:hover {
	color: #686c5a !important;
}

/* selectively enforce hover styles */
/* poorly named class, what does this have to do with hovering? */
.black-hover {
	color: #000 !important;
}

.black-hover:hover {
	color: #4a4a4a !important;
}

a.hover-black:hover {
	color: #4a4a4a !important;
}

a.hover-white:hover {
	color: #f4f4f4 !important;
}

a.hover-pink:hover {
	color: #b68d81 !important;
}

a.hover-green:hover {
	color: #686c5a !important;
}

a:hover {
	color: #4a4a4a;
	/*text-decoration: none !important;*/
}

/* enforce no underline */
.fc-yellow-cta a {
	text-decoration: none !important;
}

.no-hover-underline:hover {
	text-decoration: none;
}

.card a {
	text-decoration: none !important;
}

.mtf-info-section a {
	text-decoration: none !important;
}

.has-interaction {
	cursor: pointer !important;
}

.fc-mb-30 {
	margin-bottom: 30px;
}

.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.fweight-800 {
  font-weight: 800 !important;
}

.fweight-900 {
  font-weight: 900 !important;
}


.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px;
}

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

@media only screen and (max-width: 678px) {
	.h1-mobile {
		font-size: 3rem;
		letter-spacing: 2px;
	}
}





/*****************/
/* Home carousel */
.customer-stories-wrap {
	background-color: rgba(243, 235, 219, 0.8);
}

.js-customer-stories-carousel .slick-prev:before,
.js-customer-stories-carousel .slick-next:before {
	font-family: "Font Awesome 5 Free";
    font-size: 22px;
    font-weight: 600;
    color: #999999;
    opacity: 1;
}

.js-customer-stories-carousel .slick-prev:before {
	content: "\f053";
}

.js-customer-stories-carousel .slick-next:before {
	content: "\f054";
}


/**************************************/
/* Home Inclusions & instant estimate */

.service-box p a:hover {
	color: #f4f4f4;
}

.fc-about-feature p a:hover {
	color: #b68d81;
}

#js-highlight-company-1 {
	opacity: 1;
}




/************/
/* SERVICES */
.fc-service-nitty {
	font-style: italic;
}

.service-card a{
	text-decoration: none !important;
}

.services-clean-your-way-list ul {
	font-size: 16px;
	color: #8c927b !important;
}

.services-clean-your-way-list ul li {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}

.service-card .service-card-info {
	border-bottom: 2px solid #efd4cb;
}

.service-card .service-card-info h2 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.service-card .service-card-info {
		margin-top: 3rem;
	}
}

.service-happiness-row {
	 padding: 100px 0;
}

.happiness-content h1 {
	margin-top: 0;
    margin-bottom: 35px;
}

.happiness-content p {
	padding-left: 40px;
    padding-right: 40px;
}

.happiness-content a {
	margin-top: 20px;
}

.happiness-content {
	padding: 50px;
}

.happiness-content h2 {
	margin-bottom: 25px;
}

.happiness-content p:first-child {
	margin-bottom: 25px !important;
}

.happiness-content a {
	
}

@media only screen and (max-width: 678px) {
	.happiness-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.happiness-content p {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

/******************/
/** CONTACT PAGE **/

.fc-contact-hero-image {
	background-position: 50%;
	background-size: cover;
	height: 480px;
	position: relative;
}

#contact-page section {
	padding: 90px 0;
}

#contact-page .contact-options {
	/*display: flex;*/
	/*flex-direction: column;*/
	/*align-content: center;*/
	/*justify-content: flex-start;*/
	padding: 2rem;
	background-color: #F3EBDB;
	margin: 1rem 0;
	/*min-width: 20vw;*/
}

#contact-page .contact-options a:hover {
	text-decoration: none;
}

#contact-page .social-icons {
	margin: 2rem;
}

#contact-page .enquiry-card {
	/*width: 30vw;*/
	/*background-color: #F3EBDB;*/
	margin: 2rem 0;
	padding: 3rem;
}

#contact-page .enquiry-card h2 {
	color: #fff;
}


@media only screen and (max-width: 992px) {
	#contact-page .enquiry-card {
		/*width: 75vw;*/
		/*background-color: #F3EBDB;*/
		/*margin: 2rem;*/
	}
}

@media only screen and (max-width: 768px) {
	#contact-page section {
		padding: 40px 0;
	}
}

@media only screen and (max-width: 400px) {
	#contact-page .enquiry-card {
		padding: 2rem;
	}
	
	#contact-page .enquiry-card h1 {
		font-size: 3rem;
		letter-spacing: 2px;
	}
}

@media only screen and (max-width: 380px) {
	#contact-page .contact-options a {
		word-wrap: break-word;
	}
}


.wpcf7-submit:hover {
	color: #f4f4f4;
}

.contact-options a:hover {
	color: #4A4A4A;
}

.wpcf7-submit {
	font-weight: 600 !important;
}

/* not sure entirely why this is */
.enquiry-card-left .flyout-trigger-id-486 {
	cursor: pointer;
}

.enquiry-card-left .flyout-trigger-id-486:hover {
	color: #f4f4f4;
}

.fcsubmitbtn:after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
    font-weight: 600;
}

/**************/
/** FAQ Page **/
.fc-faq-hero-image {
	background-position: 50% 30%;
	background-size: cover;
	height: 400px;
	position: relative;
}


/************/
/** Footer **/

.footer li, .footer a{
	color: #fff;
}

.fc-footer-title {
	font-weight: 500;
}

.fc-footer-text {
	font-size: 14px;
	color: #fff;
}

.fc-footer-text a {
	color: #fff;
}

.rpwwt-post-title, .footer input {
	font-size: 14px;
}

.copyright {
	margin-top: 15px;
    font-size: 12px;
}

.rpwwt-widget ul li {
	margin: 0 !important;
}

@media only screen and (min-width: 991px) {
	.fc-footer-middle {
		border-left: 1px solid #fff;
    	border-right: 1px solid #fff;
	}
}

@media only screen and (max-width: 991px) {
	.fc-footer-middle {
	    padding-top: 30px;
    	padding-bottom: 30px;
	}
}

@media only screen and (min-width: 991px) {
	.desktop-hide {
		display: none;
	}
}

@media only screen and (max-width: 380px) {
	.mc4wp-form-fields .fc-newsletter-signup-fn,
	.mc4wp-form-fields .fc-newsletter-signup-ln {
		width: 100%;
	}
	
	.mc4wp-form-fields .fc-newsletter-signup-ln {
		margin-top: 10px;
		margin-left: 0;
	}
}



.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.navbar-toggler{
	margin-left: 30px;
    position: absolute;
    top: 105px;
}

.fa-bars {
	font-size: 18px;
}

.fc-footer-socials .social-icons {
	margin-top: 20px;
	margin-right: 40px;
}

.fc-footer-socials .social-icons a {
	color: #fff;
}

.services-clean-your-way-list h1 {
	margin-top: 0px;
}

.fc-masonry-section h1 {
    margin: 5rem 0px;
}

.fc-masonry-section h2 {
	margin-bottom: 3rem;
}

@media (max-width: 768px) {
	.card-columns {
		column-count: 2;
	}
}


@media (max-width: 576px) {
	.card-columns {
		column-count: 1;
	}
}

@media (min-width: 576px) {
	.card-columns {
	    -webkit-column-gap: 2rem;
	    -moz-column-gap: 2rem;
	    column-gap: 2rem;
	}
	
	.fc-masonry-section h2 {
		margin-bottom: 1rem;
	}
}

.card-columns .card {
    margin-bottom: 2rem;
}

.mk-our-difference h1 {
	margin-top: 50px;
}

.fc-accordian-repeater h2 {
	text-align: center;
	margin-bottom: 20px;
    margin-top: 35px;
}

.fc-accordian-repeater h2 {
	text-transform: uppercase;
}

.card {
	border: none;
    border-radius: 0px;
}

.card-header {
	margin: 0px 0px 25px 0px;
}

.card-body {
	padding: 0 2.5rem 2.5rem 2.5rem;
}

.fc-accordion-header {
	border: none;
    border-radius: 0px;
    padding: 1.25rem 2.5rem;
}

.fc-accordion-header h5 {
	font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fc-accordion-even {
	background-color: #EFD4CB;
}

.fc-accordion-odd {
	background-color: #DBA99E;
}

.contact-options-container {
	margin-bottom: 0px;
}

.contact-options h2 {
	padding: 10px 0;
}

.contact-options a {
	font-weight: 500;
	font-size: 16px;
}

.enquiry-card h1 {
	color: #fff !important;
	margin-top: 10px;
}

.enquiry-card-left {
	background-color: #DBA99E;
	color: #fff !important;
}

.enquiry-card-right {
	background-color: #EFD4CB;
	color: #fff !important;
}

.enquiry-card-right .wpcf7 .fa-chevron-right:hover {
	color: #f4f4f4;
}

.enquiry-card-left p {
	margin-bottom: 2.5rem;
	color: #fff;
}

.enquiry-card-left a:hover {
	color: #f4f4f4;
	text-decoration: none;
}

.enquiry-card-right p {
	color: #fff;
}

.enquiry-card a {
	color: #fff;
}

.enquiry-card label, .enquiry-card .wpcf7-textarea, .enquiry-card .wpcf7-text {
	width: 100%;
}



.wpcf7-submit {
	background-color: transparent;
    padding: 0px;
    color: #fff;
    font-weight: 700;
}

span.wpcf7-not-valid-tip {
    color: #444;
    font-size: 12px;
    font-weight: 500;
    display: block;
    font-style: italic;
}

.bleeper_powered_by {
	display: none;
}

#wplc_start_chat_btn {
	padding: 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

#wp-live-chat-header {
    padding: 0px 0 0;
    border-radius: 0;
    position: relative;
}

#wp-live-chat-1 {
    cursor: pointer;
    padding: 7px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.wplc-color-2 {
	font-weight: 400;
}

#wp-live-chat-2-inner {
	  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
}

#wp-live-chat-minimize {
	background-color: transparent !important;
}

#wp-live-chat-minimize{
	color: #fff !important;
}

#wplc_end_chat_button {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 300;
	background-color: #DBA99E !important;
    color: #fff !important;
    font-size: 12px;

}

#wp-live-chat textarea {
    padding: 5px !important;
}

.wplc-user-message {
	width: 100%;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.mtf-heading-container {
	margin-bottom: 70px;
}

.mtf-heading-container h1{
	margin-bottom: 10px;
}


.fc-mtf-hero-image, .fc-hit-hero-image {
	height: 400px;
}

.mtf-info-section h2 , .hit-info-section h2{
	margin-top: 0px;
}

.mtf-crew-bios {
	margin-bottom: 80px;
}

/* some shenanigans, if the user
 * puts bold in the wysiwyg this
 * is likely what's breaking the
 * layout*/
.fc-crew-qna b {
	display: flex;
	color: #8c927b;
}


.fc-step-section h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.fc-order-first{
	order: -1;
}

.steps-row {
	margin-bottom: 0px !important;
}

@media only screen and (min-width: 991px) {
	.fc-step-right-col {
		padding-left: 90px;
	    border-left: 3px solid #959984;
	}

	.fc-order-first{
		order: unset;
	}

	.fc-step-left-col {
		padding-right: 90px;
	}

	.step-ball {
		width: 50px;
	    height: 50px;
	    background-color: #959984;
	    border-radius: 50%;
	    position: absolute;
	    left: -27px;
	}
}

.fc-step-img {
	padding-bottom: 50px;
}

/***********************/
/** HOW IT WORKS PAGE **/
.hit-info-section h3 {
	margin-top: 15px;
	margin-bottom: 20px;
	color: #959984;
}

.hit-info-section p {
	margin-bottom: 25px
}

.hit-info-section .row {
	margin-bottom: 80px;
}

.hit-info-section li {
	margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
	.hit-info-section .row {
		margin-bottom: 0;
	}
}


/*********************/
/** INDIV BLOG PAGE **/

.blog-sidebar-title {
	margin-top: 80px;
}

.blog-category-list {
	
}

.blog-category-list a {
	display: flex;
	align-items: center;
	color: #959984;
	font-size: 16px;
	font-weight: 500;
}

.blog-category-list a:hover {
	text-decoration: none;
	color: #686c5a;
}

.blog-category-list a:before {
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	content: "\f111";
    font-size: 5px;
    font-weight: 600;
    color: #959984;
    opacity: 1;
}

.fc-blog-comments .comment-form-comment {
	display: flex;
	flex-direction: column;
}

.fc-blog-comments .comment-form-comment textarea {
	border: 1px solid lightgrey;
}

/**********************************************/
/*********** If you made it this far **********
*
*                  `..-...-.     .-.-.`            
*               `--`        --:--`    `--.         
*              --     .-.-.-. .:         --        
*             /`   ---      `--o---.----.-/.-      
*            :`         `-------+:. .---:::/-+/`   
*         `-::     `--:+:-----.---/+:-------:/:/:  
*        -- /     :---. `..-/oso:--/....:+/dho`.:- 
*       --  `      --:/:` :NhmssM:./   .NmdyoMs.:` 
*      .-            .-://shssyso+:-...-//:--.:-`  
*     .-                   `..::.   --   `.:--     
*    .-                   `--.        -/-.  :.     
*    /                                       .-    
*   -`              ------.                  `+`   
*   .-            -:`.-----------------------.`:   
*    :`           /-..    `----------..------+.    
*     --        --``...---------------.------:     
*       `--.       ..                   `--`        
*          .--.....`              .----.           
*                  `...-.......-..`                
*                                                  
********* I'm sorry about the classes *********/

.fc-blog-index {
	margin-bottom: 80px;
}

.fc-blog-index h2 {
	text-transform: uppercase;
	
}

.fc-day {
	font-weight: 600;
    font-size: 24px;
}

.fc-month {
	font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.fc-date {

}

.fc-blog-index-title h2 {
	border-left: 1px solid #ccc;
    padding-left: 20px;
    min-height: 70px;
	color: #4a4a4a;
}

.fc-blog-index p {
	margin-left: 20px;
	margin-bottom: 20px;
}

.fc-blog-index hr {
	margin-bottom: 40px;
	margin-left: 20px;
}

.blog-index-categories a {
	color: #959984;
    font-weight: 500;
    padding-bottom: 15px;
}

.blog-index-categories a:hover {
	text-decoration: none;
	color: #686c5a;
}

.fc-categories h1{
	margin-top: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.fc-about-row {
	margin-bottom: 6rem !important;
}

.hit-info-section .font-pink {
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.fc-step-text-alignment {
		text-align: left;
	}
}

@media only screen and (min-width: 991px) {
	.fc-step-text-alignment {
		text-align: right;
	}
}

.fc-hit-blog-hero-image {
	background-position: 50% 70%;
}

/*************************************/
/* Booking Form Flyout Custom Styles */

.flyout-content {
	padding: 0px;
}

.flyout-content-body {
	height: 100%;
}

div.wpcf7-response-output {
	margin: 0px;
}

.trigger-button {
	background-color: #f3ebdb;
    transform: none !important;
    box-shadow: none !important;
    width: 200px !important;
    text-align: center !important;
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 500 !important;
    padding: 10px 0px !important;
}

.trigger-image img:hover {
	opacity: 0.9;
}

.flyout-close-button {
	padding-bottom: 9px;
}

.mtf-crew-bios img {
	border-radius: 50%;
}

.fc-newsletter-signup-fn {
	width:48%;
}

.fc-newsletter-signup-ln {
	width:49%;
	margin-left: 10px;
}

.fc-seen-in-logos {
	text-align: center;
	margin: 80px 0px 40px 0px;
}

.flyout-close-button,
.flyout-edit-button {
  background: #d1a295;	
}

@media only screen and (max-width: 1199px) {
	.fc-newsletter-signup-ln {
	    width: 48%;
	}
}

.flyout-trigger.trigger-image img {
	max-width: 150px;
}


@media only screen and (max-width: 991px) {
	.fc-newsletter-signup-ln {
	    width: 49%;
	}

	.fc-customer-stories-image {
	    height: 700px;
	}

	.customer-stories-wrap .slick-slide .fc-serif {
		font-size: 16px;
	}
	
	.fc-sparkle-section {
	    padding: 80px 0;
	    text-align: center;
	}

	.fc-seen-in h2 {
	    margin-top: 50px;
	}

	.footer .col-12 {
		border-top: 2px solid #fff;
   		padding-top: 15px;
	}

	.footer .container {
		width: 100%;
	}

	.fc-seen-in-logos .col-12 {
		padding-top: 30px;
	}

	.fc-seen-in-logos {
		text-align: center;
		margin: 0px 0px 0px 0px;
	}

	.flyout-trigger.trigger-image img {
		max-width: 80px;
	}

	.flyout-trigger {
		top: 75px !important;
	}
}

.feedback-page{
	height: 1250px;
}

@media only screen and (max-width: 320px) {
	.fc-newsletter-signup-ln {
	    width: 48%;
	}
}

.fc-newsletter-signup-em {
	margin-top:10px;
}

.mobile-booking-link {
	display: none;
}

.book-now-page {
	height: 1130px; 
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.trigger-image {
		display: none;
	}

	.mobile-booking-link {
		display: block;

	}

	.mobile-booking-link img {
		position: fixed;
		top: 75px;
		right: 0px;
		z-index: 999;
		width: 80px;
	}

	.book-now-page {
		height: 2400px; 
		width: 100%;
	}

}

.review-date{
	border-right: 1px solid #EEEFEE;
	color: #000;
	text-align: center;
}

.review-day{
	font-size: 26px;
	font-weight: 500;
}

.review-month{
	font-size: 14px;
	line-height: 30px;
}
.review-year{
	font-size: 14px;
	display:block;
}


.review-header{
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}

.review-content{

}

.review-name-location{
	color: #8E947C;
	font-weight: 600;
}

.div-review .fc-step-left-col{
	margin-bottom: 20px;
}

/*#div-reviews p{
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
}
#div-reviews .review_title{
	text-transform: uppercase;
	font-weight: bold;
}
#div-reviews .review_content{
	font-size: 14px;
}

#div-reviews .div_review_class{
	padding: 30px 20px;
	margin: 10px;
	display: inline-table;
}

#div-reviews .col-sm{
	padding: 0px;
}

.join-card-right{
	background-color: #EFD4CB;
	color: #fff!important;
	padding: 20px;
}
.join-card-right .fcsubmitbtn .wpcf7-submit{
	color: #000;
}*/

/*width: 30%;  margin: 10px;*/

#shop-page .mtf-heading-container{
	margin-top: 70px;
}
#shop-page .content h2{
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
	width: 29.5%;
}
#shop-page .woocommerce{
	width: 90%;
	margin: 50px auto;
}

#shop-page .product img{
	border: 1px solid #f4f4f4;
	padding: 4px;
}
#shop-page .content p{
    width: 480px;
    margin: auto;
    padding-bottom: 20px;
}
li.product{
	text-align: center;
}
.woocommerce ul.products li.product .price{
	display: none;
}
li.product .woocommerce-loop-product__title{
	letter-spacing: 2px;
	font-size: 12px;
}
li.product .add_to_cart_button, article.product .single_add_to_cart_button{
	background-color: #fff!important;
    color: #d3a599!important;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 600;
    font-size: 12px;
}
.woocommerce ul.products li.product .button{
	margin-top: 0px;
}

article.product .font-light-grey-actually, article.product .quantity{
	display: none;
}
article.product h1 a{
	font-weight: 600;
	text-transform: uppercase;
}
article.product .woocommerce-product-gallery__image{
	border: 1px solid #f4f4f4;
	padding: 8px;
}
article.product .woocommerce-product-gallery{
	width: 45%!important;
}
article.product .woocommerce-product-details__short-description{
	width: 400px;
}
article.product .related{
	float:left;
	margin-top:50px;
	margin-bottom: 80px;
}
article.product .related h2{
	margin-bottom: 30px;
}
article.product .single_add_to_cart_button{
	margin-left: -10px;
	margin-top: 30px;
}
article.product .wc-tabs{
	display: none;
}
article.product #tab-description{
	padding-top: 30px;
}
article.product .woocommerce-input-wrapper{
	width: 100%;
}
article.product .input-text{
	border: 1px solid #ddd;
	border-radius: 5px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: #959984;
	color: #fff;
	font-size: 14px!important;
	border-top: none;
	font-family: 'Libre Franklin', sans-serif;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a{
	color: #fff;
	font-family: 'Libre Franklin', sans-serif;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
	color: #fff;
}
.woocommerce-cart-form{
	font-family: 'Libre Franklin', sans-serif;
}
.woocommerce-cart-form .button, .return-to-shop .button , .checkout_coupon .button{
	color: #d1a195!important;
	background-color: transparent!important;
	text-transform: uppercase;
	font-size: 14px;
}
.woocommerce-message .wc-forward, .wc-proceed-to-checkout .wc-forward{
	background-color: #e9dec5!important;
	color: #000!important;
}
h2.terms{
	margin-bottom: 30px;
}
#place_order{
	background-color: #e9dec5!important;
	color: #000!important;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 30px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 1px solid #ddd;
	border-radius: 5px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: 48%;
}
.woocommerce-input-wrapper{
	width: 100%;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before{
	color: #fff!important;
	font-family: 'Libre Franklin', sans-serif;
}
.shop_table{
	font-size: 14px!important;
	font-family: 'Libre Franklin', sans-serif;
}
#coupon_code{
	width: 200px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: #fff;
}
.woocommerce-checkout-payment{
	margin-bottom: 50px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color: #efd4cb;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #efd4cb;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#customer_details{
	margin-bottom: 30px;
}
#tab-description li{
	font-weight: 400;
}
#order_review_heading{
	margin-bottom: 20px;
}
.woocommerce-page.checkout h1, .woocommerce-page.cart h1{
	text-transform: uppercase;
}
.cart_totals h2{
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 50px;
}
#shop-page a img{
	width: 100%;
}
@media only screen and (max-width: 768px){
	article.product .woocommerce-product-gallery{
		width: 100%!important;
	}
	#shop-page .content p{
		width: 100%;
	}
}
