/*
 Theme Name:   KS Property
 Theme URI:    https://www.ksproperty.com/
 Description:  Child theme based on Twenty Seventeen
 Author:       Budi Hariyanto
 Author URI:   https://twitter.com/djenggoat
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blue, white, light, grey, two-columns, responsive-layout, accessibility-ready
 Text Domain:  fxm-seventeen
*/

@charset 'UTF-8';

/*--------------------------------------------------------------
  Typography
--------------------------------------------------------------*/
html,
body {
	background-color: #2394dc;
}
#page {
	background-color: #fff;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Encode Sans Semi Condensed", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}
label {
	font-weight: 600;
}
.entry-content a, 
.entry-summary a, 
.comment-content a, 
.widget a, 
.site-footer .widget-area a, 
.posts-navigation a, 
.widget_authors a strong {
	box-shadow: none;
	color: #58b73b;
	transition: color 80ms ease-in;
}
.entry-title a, 
.entry-meta a, 
.page-links a, 
.page-links a .page-number, 
.entry-footer a, 
.entry-footer .cat-links a, 
.entry-footer .tags-links a, 
.edit-link a, 
.post-navigation a, 
.logged-in-as a, 
.comment-navigation a, 
.comment-metadata a, 
.comment-metadata a.comment-edit-link, 
.comment-reply-link, 
a .nav-title, 
.pagination a, 
.comments-pagination a, 
.site-info a, 
.widget .widget-title a, 
.widget ul li a, 
.site-footer .widget-area ul li a, 
.site-footer .widget-area ul li a {
	box-shadow: none;
	transition: color 80ms ease-in;
}
.entry-content a:focus, 
.entry-content a:hover, 
.entry-summary a:focus, 
.entry-summary a:hover, 
.comment-content a:focus, 
.comment-content a:hover, 
.widget a:focus, 
.widget a:hover, 
.site-footer .widget-area a:focus, 
.site-footer .widget-area a:hover, 
.posts-navigation a:focus, 
.posts-navigation a:hover, 
.comment-metadata a:focus, 
.comment-metadata a:hover, 
.comment-metadata a.comment-edit-link:focus, 
.comment-metadata a.comment-edit-link:hover, 
.comment-reply-link:focus, 
.comment-reply-link:hover, 
.widget_authors a:focus strong, 
.widget_authors a:hover strong, 
.entry-title a:focus, 
.entry-title a:hover, 
.entry-meta a:focus, 
.entry-meta a:hover, 
.page-links a:focus .page-number, 
.page-links a:hover .page-number, 
.entry-footer a:focus, 
.entry-footer a:hover, 
.entry-footer .cat-links a:focus, 
.entry-footer .cat-links a:hover, 
.entry-footer .tags-links a:focus, 
.entry-footer .tags-links a:hover, 
.post-navigation a:focus, 
.post-navigation a:hover, 
.pagination a:not(.prev):not(.next):focus, 
.pagination a:not(.prev):not(.next):hover, 
.comments-pagination a:not(.prev):not(.next):focus, 
.comments-pagination a:not(.prev):not(.next):hover, 
.logged-in-as a:focus, 
.logged-in-as a:hover, a:focus .nav-title, 
a:hover .nav-title, 
.edit-link a:focus, 
.edit-link a:hover, 
.site-info a:focus, 
.site-info a:hover, 
.widget .widget-title a:focus, 
.widget .widget-title a:hover, 
.widget ul li a:focus, 
.widget ul li a:hover {
	color: #58b73b;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: color 80ms ease-in;
}
a.post-edit-link:hover,
a.post-edit-link:focus,
a.button:hover,
a.button:focus {
	
}

label,
h1,
h2,
h3,
button,
.button,
.post-edit-link,
.navigation-top a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: "Encode Sans Semi Condensed", "Helvetica Neue", helvetica, arial, sans-serif;
}

.site-info a {
	color: #ddd;
}
.site-info a:hover,
.site-info a:focus {
	color: #fff;
	text-decoration: underline;
}
.main-navigation a:hover,
.main-navigation a:focus,
.navigation-top .current-menu-item > a, 
.navigation-top .current_page_item > a {
	color: #58b73b;
}

.text-highlight {
  color: #fdce0f !important;
}
	
/*--------------------------------------------------------------
  SLICK SLIDER
--------------------------------------------------------------*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

/*** SLICK THEME ***/
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	z-index: 100;
	
    position: absolute;
    top: 50%;

    display: block;

    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.slick-dots
{
    position: absolute;
    top: 25px;
	right: 5%;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .80;
    color: black;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------
  CUSTOMIZED
--------------------------------------------------------------*/
select {
	padding:0 5px;
}
button {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding-top: .72em;
	padding-bottom: .72em;
}

.site-header {
	background-color: transparent;
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.08) rotate(2deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.07) rotate(1deg);
	}
	100% { opacity: 0 }
}
.slide-img {
	width: 100%;
	margin: 0;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.slide-img.slick-active {
	animation: imageAnimation 60s linear infinite 0s; 
}
.slides-wrapper {
	background-color: #000;
}
.slides-wrapper:before {
	bottom: 0;
	content: "";
	display: block;
	height: 40%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}
@supports ( object-fit: cover ) {
	.slide-img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

.site-branding {
	margin: 0;
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 10em;
}
.logo-link { display: none; }
.logo-link img {
	max-width: 100px;
	height: auto;
	width: 100%;
}
.logo-link-bottom img {
	max-width: 150px;
	height: auto;
	width: 100%;
}
.site-navigation-fixed .logo-link,
.site-navigation-fixed .menu-top-menu-container { 
	display: inline-block; 
	vertical-align: middle; 
}
.site-navigation-fixed .logo-link { width: 100px; }
.site-navigation-fixed .menu-top-menu-container { width: calc(100% - 100px); }
.site-navigation-fixed #menu-top-menu { text-align: right; }

.site-navigation-fixed .logo-link,
.site-navigation-fixed .logo-tick {
	display: inline-block;
}

.navigation-top {
	background-color: transparent;
	color: #000;
	border-color: transparent;
	border-top: 0;
}
.site-navigation-fixed {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #eee;
}
.navigation-top a {
	color: #000;
}

.site-footer {
	background-color: #2394dc;
	color: #fff;
	border: 0;
}
.site-footer .widget-area {
	padding-top: 0;
	padding-bottom: 0;
}
.site-footer h2.widget-title {
	color: #fff;
}
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.page-one-column .panel-content .wrap {
	max-width: 1000px;
}

.credit-tagline {
	margin-left: 5px;
	font-size: 80%;
}

#panel1 {
	padding-top: 81px;
	background-color: #000;
}
.page #panel1 .entry-title, 
#panel1 h1,
#panel1 h2,
#panel1 h3,
#panel1 h4,
#panel1 p,
.page #panel2 .entry-title, 
#panel2 h1,
#panel2 h2,
#panel2 h3,
#panel2 h4,
#panel2 p
#panel1 .post-edit-link,
#panel2 .post-edit-link {
	color: #fff;
}

.social-navigation a {
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #5e6165;
	display: inline-block;
	height: 40px;
	margin: 0 0 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: transparent;
	color: #fff;
}
.social-navigation a[href*="instagram.com"]:hover,
.social-navigation a[href*="instagram.com"]:focus {
	color: #e60a0a;
}
.social-navigation a[href*="facebook.com"]:hover,
.social-navigation a[href*="facebook.com"]:focus {
	color: #4267b2;
}
.social-navigation a[href*="twitter.com"]:hover,
.social-navigation a[href*="twitter.com"]:focus {
	color: #1da1f2;
}
.social-navigation .icon {
	height: 26px;
	top: 12px;
	width: 26px;
	vertical-align: top;
}
.page .panel-content .entry-title, 
body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 30px;
	font-size: 1.875rem;
	letter-spacing: 0;
	text-transform: capitalize;
}
.page-title,
.entry-title {
	font-weight: 600;
}
.bottom-widget .widget {
	padding-bottom: 0;
}
.bottom-widget .widget ul li,
.bottom-widget .widget ol li {
	border: 0;
}
	
/*--------------------------------------------------------------
  WooCommerce
--------------------------------------------------------------*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	width: 58% !important;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 38% !important;
}
.single_add_to_cart_button {
	width: 75%;
	display: inline-block;
}
.product_title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}
.single_add_to_cart_button {
	background-color: #ca1b1b;
}
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
	background-color: #a91414;
}
.single-product .summary p.price {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #ff5722;
}
.single-product .summary p.price del {
	font-weight: 300;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #666;
}
.single-product .summary p.price ins {
	background-color: transparent;
}
.products .price {
	font-weight: 600;
	color: #ff5722;
}
.products .price del {
	font-weight: 300;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #666;
}
.products .price ins {
	background-color: transparent;
}
table.variations td {
	padding: 0.4em 0.8em;
	border-bottom: 1px solid #ddd;
}
.woocommerce-product-details__short-description {
	margin-bottom: 2em;
}
.woocommerce-product-gallery__trigger {
	z-index: 2 !important;
}
.wc-tabs {
	position: relative;
}
.wc-tabs:after {
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-color: #eee;
	content: " ";
}
.wc-tabs li {
	border: 0;
	margin-right: 0.25em;
	z-index: 2;
	text-transform: capitalize;
	font-weight: 300;
}
.wc-tabs li a {
	color: #aaa;
	display: block;
	padding: 0.75em;
	border-bottom: 3px solid #fff;
}
.wc-tabs li.active {
	position: relative;
	font-weight: 600;
}
.wc-tabs li.active a {
	color: #ca1b1b;
	border-bottom: 3px solid #ca1b1b;
}
.wc-tabs li a,
.wc-tabs li a:hover {
	text-decoration: none;
	box-shadow: none;
	outline: none;
}
.woocommerce-tabs li.active a {
	box-shadow: none;
}
.woocommerce-Tabs-panel {
	padding: 1em;
}
.single-product .product_meta:before {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 3em;
	content: " ";
}
.single-product .product_meta {
	font-size: 14px;
	font-size: 0.875rem;
	color: #aaa;
}
.single-product .product_meta span span {
	color: #333;
}
.single-product .product_meta > span {
	margin-left: 7px;
}
.single-product .product_meta > span:first-of-type {
	margin-left: 0;
}
section.related {
	clear: both;
	float: none;
	padding-top: 5em;
}
section.related:before {
	display: block;
	width: 100%;
	height: 1px;
	content: " ";
}
.related > h2 {
	font-weight: 600;
	font-size: 20px;
	font-size: 1.25rem;
	color: #333;
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
	clear: both;
	float: none;
	margin-top: 3em;
}
.woocommerce ul.products:before,
.woocommerce-page ul.products:before {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	height: 10px;
	content: " ";
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
	margin-bottom: 3em;
	padding-bottom: 5px;
}

.woocommerce ul.products li.product:hover .wp-post-image, 
.woocommerce-page ul.products li.product:hover .wp-post-image,
.woocommerce ul.products li.product:focus .wp-post-image, 
.woocommerce-page ul.products li.product:focus .wp-post-image {
	
}
.woocommerce ul.products li.product > a, 
.woocommerce-page ul.products li.product > a {
	margin-bottom: 1em;
	display: block;
}
.woocommerce ul.products li.product.instock .add_to_cart_button, 
.woocommerce-page ul.products li.product.instock .add_to_cart_button {
	text-decoration: none;
	box-shadow: none;
	background-color: #ca1b1b;
	color: #fff;
	line-height: 1.66;
	padding: .72em 2em;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 600;
	margin-top: 1em;
	width: auto;
	border: 1px solid #ca1b1b;
}
.woocommerce ul.products li.product.instock .add_to_cart_button:hover, 
.woocommerce ul.products li.product.instock .add_to_cart_button:focus,
.woocommerce-page ul.products li.product.instock .add_to_cart_button:hover,
.woocommerce-page ul.products li.product.instock .add_to_cart_button:focus {
	background-color: #a91414;
}
.woocommerce ul.products li.product.instock.product-type-variable .button, 
.woocommerce-page ul.products li.product.instock.product-type-variable .button {
	background-color: transparent;
	border-color: #222;
	color: #222;
	text-transform: capitalize;
}
.woocommerce ul.products li.product.instock.product-type-variable .button:hover, 
.woocommerce ul.products li.product.instock.product-type-variable .button:focus,
.woocommerce-page ul.products li.product.instock.product-type-variable .button:hover,
.woocommerce-page ul.products li.product.instock.product-type-variable .button:focus {
	border-color: #ca1b1b;
	color: #ca1b1b;
}
.woocommerce ul.products li.product.outofstock .button, 
.woocommerce-page ul.products li.product.outofstock .button {
	display: none;
}
.woocommerce ul.products li.product .button, 
.woocommerce-page ul.products li.product .button {
	visibility: hidden;
}
.woocommerce ul.products li.product .button, 
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart, 
.woocommerce-page ul.products li.product .added_to_cart {
	display: inline-block;
}
.woocommerce ul.products li.product:hover .button, 
.woocommerce ul.products li.product:focus .button, 
.woocommerce-page ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button {
	visibility: visible;
}

.woocommerce-loop-product__title {
	letter-spacing: 0;
	font-weight: 300;
}
.onsale {
	background-color: #99c52f;
	color: #fff;
	border-bottom-right-radius: 15px;
	z-index: 2;
	letter-spacing: 1px;
	opacity: 0.8;
}
.out-of-stock {
	background-color: red;
	color: #fff;
	width: auto;
	display: inline-block;
	padding: .5em 1em;
    font-size: 13px;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 300;
	border-radius: 20px;
}
.out_of_stock_label {
    background-color: #b91231;
	color: #fff;
    position: absolute;
    top: 8%;
    right: -30px;
    display: inline-block;
    padding: .5em 1em;
    font-size: 13px;
    font-size: .8125rem;
    text-transform: capitalize;
    font-weight: 300;
	border-bottom-right-radius: 15px;
	transform: rotate(90deg);
	opacity: 0.8;
	z-index: 2;
}

a.remove {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    font-size: 26px;
    text-align: center;
    border-radius: 0;
    box-shadow: none!important;
    border: 0;
    vertical-align: middle;
    font-weight: 800;
    color: #e00b0b;
}

.woocommerce-cart-form .button {
	padding: 0.75em 2em;
}
.woocommerce-cart-form img {
	max-width: 82px;
}
.cart_totals h2 {
	color: #222;
	text-transform: capitalize;
	font-weight: 600;
}

/*
  CHECKOUT
*/
.col2-set {
	width: 55% !important;
	float: left;
}
.col2-set .col-1,
.col2-set .col-2 {
	float: none !important;
	width: 100% !important;
}
.col2-set .col-1 label,
.col2-set .col-2 label {
	color: #656463;
}
.woocommerce-billing-fields h3,
#order_review_heading {
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: 0.45px;
}
#order_review_heading,
.woocommerce-checkout-review-order {
	width: 42% !important;
	float: right !important;
	margin-left: 3%;
}
#order_review_heading { 
	clear: right; 
	padding-top: 0 !important;
}
.woocommerce-checkout-review-order {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1em;
}
.woocommerce-checkout-review-order .product-name {
	padding: 1em 0 1em 1em;
	font-size: 13px;
	font-size: 0.8125rem;
}
.woocommerce-checkout-review-order .product-total {
	padding: 1em 1em 1em 0;
	font-size: 13px;
	font-size: 0.8125rem;
}
.woocommerce-checkout-review-order .cart_item td {
	border: 0;
	border-bottom: 1px solid #ccc;
}
.woocommerce-checkout-review-order thead tr th {
	border-bottom: 2px solid #ccc !important;
}
.woocommerce-checkout-review-order tfoot tr th,
.woocommerce-checkout-review-order tfoot tr td {
	font-size: 13px;
	font-size: 0.8125rem;
	background-color: #808080;
	color: #fff;
}
.woocommerce-checkout-review-order tfoot tr.order-total th,
.woocommerce-checkout-review-order tfoot tr.order-total td {
	background-color: #555;
}
.woocommerce-checkout-review-order tfoot tr th {
	font-weight: 600;
	padding: 1em 0 1em 1em;
}
.woocommerce-checkout-review-order tfoot tr td {
	padding: 1em 1em 1em 0;
}
.woocommerce-checkout-payment {
	padding: 0;
}
.wc_payment_method {
	background-color: #eee;
	color: #111;
	padding-top: 0.1em;
}
.wc_payment_method>label:first-of-type {
	margin: 1em !important;
	color: #111 !important;
	font-weight: 600;
	text-transform: capitalize;
}
.wc_payment_method .payment_box {
	padding: 1em !important;
	padding-top: 0.5em !important;
	background: #eee !important;
	margin: 0 0.5em;
	margin-top: -1em;
	font-size: 13px;
	font-size: 0.8125rem;
}
#ship-to-different-address label {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #30a9ea;
}
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 13px;
	font-size: 0.8125rem;
}

/*
  WooCommerce Cart Tab
*/
.woocommerce-cart-tab {
	height: 73px !important;
	background-color: #272626 !important;
}
.woocommerce-cart-tab__icon-bag {
	fill: #fff !important;
}
.woocommerce-cart-tab__contents {
	background-color: #ca1b1b !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {
	height: 75px !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .widgettitle {
	background-color: #272626 !important;
	color: #fff !important;
	font-weight: 600;
}	
.woocommerce-cart-tab-container .widget_shopping_cart {
	background-color: #fff !important;
	color: #222 !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons {
	background-color: #222 !important;
	color: #fff !important;
	padding: 0 !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button {
	color: #fff !important;
	background-color: #747271 !important;
	padding: 0.75em 2em !important;
	width: 60% !important;
	box-shadow: none !important;
	font-weight: 600;
	text-transform: capitalize;
	float: left !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button:hover,
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button:focus {
	background-color: #615e5d !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button:nth-child(2) {
	background-color: #ca1b1b !important;
	color: #fff !important;
	float: right !important;
	width: 40% !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button:nth-child(2):hover,
.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button:nth-child(2):focus {
	background-color: #a91414 !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget {
	padding: 0 !important;
	margin-bottom: 6.7em !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget li {
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	border-bottom: 1px solid #aaa !important;
	padding: 1em 0.5em 1em 1em !important;
}
.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget li a,
td.product-name a {
	color: #666;
}
.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget li .amount {
	color: #ff5722;
}
.woocommerce-cart-tab-container .widget_shopping_cart ul.product_list_widget li a.remove {
	float: none !important;
}
.woocommerce-cart-tab-container .widget .product_list_widget img {
	display: block;
	max-width: 72px;
	height: auto;
}
.woocommerce-cart-tab-container .widget_shopping_cart .total {
	margin-bottom: 0 !important;
	padding: 1em 2em !important;
	background-color: #dddbdb;
	position: absolute;
	bottom: 3em;
	width: 100%;
}
.woocommerce-cart-tab-container dl.variation dt,
.woocommerce-cart-tab-container dl.variation dd {
	float: none !important;
	clear: none !important;
	display: inline-block !important;
}

.woocommerce-cart-form td {
	font-size: 14px;
	font-size: 0.875rem;
}
.checkout-button,
.place-order .button {
	background-color: #ca1b1b !important;
	color: #fff !important;
	border-color: #ca1b1b !important;
	text-transform: uppercase;
	letter-spacing: 0.35px;
}
.checkout-button:hover,
.checkout-button:focus,
.place-order .button:hover,
.place-order .button:focus {
    box-shadow: none!important;
    border-color: #a91414 !important;
    background-color: #a91414 !important;
}
.select2-container .select2-selection--single {
	height: 48px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 48px !important;
}
.select2-container {
	max-width: 380px;
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
}
#billing_postcode_field input,
#shipping_postcode_field input {
	max-width: 160px;
	width: 100% !important;
}
#billing_phone_field input,
#shipping_phone_field input {
	max-width: 200px;
	width: 100% !important;
}
.woocommerce-info a {
	color: #fff;
}

/**
 RPWE
 **/
.rpwe-block,
.slider-wrapper {
	display: block;
	position: relative;
}
.rpwe-block,
.slider-wrapper {
	padding-top: 3em;
}
ul.slider-container {
	margin: 0;
}
.rpwe-ul li,
.slider-container li,
section.related ul.products li {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.rpwe-ul li:hover,
.rpwe-ul li:focus {
	padding: 1em;
	background-color: #000;
}
.rpwe-ul li img,
.slider-container li img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
	box-shadow: none;
}
.rpwe-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	padding-top: 1em;
	margin-bottom: 0;
	padding: 0 1em;
	margin-top: 1em;
}
.rpwe-title a:hover,
.rpwe-title a:focus {
	color: #fff;
}
.rpwe-time {
	font-size: 13px;
	font-size: 0.8125rem;
}
.rpwe-ul li:hover .rpwe-time,
.rpwe-ul li:focus .rpwe-time {
	color: #fff;
}
.rpwe-ul .slick-prev,
.rpwe-ul .slick-next,
.slider-container .slick-prev,
.slider-container .slick-next {
	top: -10%;
	right: 16px;
}
ul.products .slick-prev,
ul.products .slick-next {
	top: -5%;
}
.rpwe-ul .slick-prev:before,
.rpwe-ul .slick-next:before,
.slider-container .slick-prev:before,
.slider-container .slick-next:before,
ul.products .slick-prev:before,
ul.products .slick-next:before {
	color: black;
}
.rpwe-ul .slick-prev,
.slider-container .slick-prev,
ul.products .slick-prev {
	right: 50px;
	left: auto;
}

.slider-container li:hover img {
	transform: scale(1.1,1.1);
}
.slider-container .category-name {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-weight: 600;
	text-align: right;
	padding: 8px 10px 10px 18px;
	border-bottom-left-radius: 15px;
}

/**
 Instagram Feed
 **/
.wdi_feed_theme_1 .wdi_feed_wrapper,
.wdi_feed_thumbnail_1 .wdi_load_more, .wdi_feed_thumbnail_1 .wdi_spinner,
.wdi_feed_thumbnail_1 .wdi_feed_container {
	background-color: transparent !important;
}
.wdi_feed_thumbnail_1 .wdi_feed_container {
	border: 0 !important;
}
.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
	background-color: transparent !important;
	border: 0 !important;
}
.wdi_layout_th .wdi_photo_wrap {
	display: block !important;
}
.wdi_feed_thumbnail_1 .wdi_load_more_wrap, 
.wdi_feed_thumbnail_1 .wdi_spinner_wrap {
	border: 0 !important;
	background-color: transparent !important;
	font-weight: 800 !important;
}
.wdi-img {
	box-shadow: none !important;
}
.wdi_feed_theme_1 .wdi_feed_header {
	padding: 10px !important;
}
.wdi_feed_wrapper {
	display: block !important;
	position: relative !important;
}
.wdi_feed_item {
	display: block !important;
	float: left !important;
}

#panel2 {
	background-color: #000;
	color: #fff;
}
#the-challenges ul {
	margin: 0;
}
#the-challenges ul li {
	display: block;
	list-style: none;
}

#the-challenges ul li:after,
#the-challenges ul li:before {
	display: block;
	width: 100%;
	content: " ";
	height: 1.5em;
	clear: both;
	float: none;
}
#the-challenges ul li img {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 30%;
	border: 5px solid #fdce0f;
}
#the-challenges ul li .challenge-content {
	float: right;
	width: 67%;
}

#panel4 {
	background-color: #eee;
}
#panel4 .map-wrapper {
	width: 55%;
	height: 450px;
	float: left;
}
#panel4 .wrap {
	width: 45%;
	float: right;
}

#panel3 .entry-header {
	text-align: center;
}
#faq .entry-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home .site-navigation-fixed {
	background: transparent;
	border-bottom: 0;
}
body.home .panel-content#home {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
}
body.home .panel-image {
	background-attachment: scroll;
}
body.home .panel-image:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: rgba(0,0,0,.2);
}
body.home .panel-content#home .entry-content,
body.home .panel-content#home .entry-content h2 {
	color: #fff;
}

body.home .panel-content#home .entry-content h2 {
	padding-top: 0;
	padding-bottom: 1.5em;
}
@media screen and (min-width: 48em) {
	.site-content {
		padding-top: 8.5em;
	}
	.wrap,
	.navigation-top .wrap {
		max-width: 1200px;
	}
	.navigation-top {
		
	}
}
@media screen and (min-width: 30em) {
	h1 {
		font-size: 2.5rem;
		font-weight: bold;
	}
	h2 {
		font-size: 2rem;
		font-weight: bold;
	}
}


body.home .panel-content#home .entry-header {
  display: none;	
}
body.home.logged-in .panel-content#home .entry-header {
  display: block;	
}
body.home .panel-content#home .entry-header .entry-title {
	display: none;
}
@media screen and (min-width: 769px) {
	body.home .site-footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #1d1d235e;
		border-top: 1px solid #1f1e2473;
	}
	body.home .panel-image {
		background-attachment: fixed;
	}
	body.home .panel-content#home .entry-content h1 {
		padding-top: 2em;
		padding-bottom: 0;
		margin-top: 2em;
		margin-bottom: 0.5em;
	}
}
@media screen and (max-width: 768px) {
	body.home .panel-image {
		min-height: 50vh;
	}
	.wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}
.sr-only {
	display: none;
}
.text-primary {
	color: #2394dc;
}
.wp-block-separator {
	margin: 2.5em auto;
	border: 0;
	background: transparent;
}
h4 {
  font-weight: 500;	
}

/*** GMAPS ***/
.gmaps-content-wrapper {
  position: relative;
  margin: 0;
}
.gmaps-overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%; /* your iframe height */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;  /* your iframe height */
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 760px) {	
	.col2-set {
		width: 100% !important;
		float: none;
	}
	.col2-set .col-1,
	.col2-set .col-2 {
		float: none !important;
		width: 100% !important;
	}
	#order_review_heading,
	.woocommerce-checkout-review-order {
		width: 100% !important;
		float: none !important;
		margin-left: 0%;
	}
	#order_review_heading { 
		clear: none; 
		padding-top: 0 !important;
	}
	#the-challenges ul li img {
		width: 40%;
	}
	#the-challenges ul li .challenge-content {
		width: 57%;
	}
	#panel4 .map-wrapper {
		width: 100%;
		float: none;
	}
	#panel4 .wrap {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 520px) {
	#billing_first_name_field input,
	#billing_last_name_field input,
	#shipping_first_name_field input,
	#shipping_last_name_field input {
		max-width: 380px;
		width: 100% !important;
	}
	.woocommerce form .form-row-first, 
	.woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-last {
		float: none !important;
		width: 100% !important;
	}
	.woocommerce.archive ul.products[class*=columns-] li.product, 
	.woocommerce-page.archive ul.products[class*=columns-] li.product {
		float: none !important;
		width: 100% !important;		
		box-shadow: 0 1px 10px #eee;
	}
	.woocommerce ul.products li.product .button, 
	.woocommerce-page ul.products li.product .button {
		visibility: visible;
	}
	.woocommerce.single section.related ul.products[class*=columns-] li.product, 
	.woocommerce-page.single section.related ul.products[class*=columns-] li.product {
		float: left !important;
		width: auto;
	}
	
	#the-challenges ul li img {
		float: none;
		margin-right: auto;
		margin-bottom: 1em;
		max-width: 100%;
		width: auto;
		height: auto;
		border: 5px solid #fdce0f;
	}
	#the-challenges ul li .challenge-content {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.navigation-top {
		background-color: rgba(255,255,255,1);
		color: #000;
		border-color: #d3d6d8;
		border-top: 0;
	}
	.site-navigation-fixed {
		background-color: rgba(255,255,255,1);
	}
	.navigation-top a {
		color: #fff;
	}
	.main-navigation .logo-link,
	.main-navigation .logo-tick {
		display: block;
	}
	.main-navigation .logo-link {
		float: none;
		display: inline;
	}
	.main-navigation .logo-link img {
		padding-top: 1em;
	}
	.logo-tick {
		margin-left: 15px;
	}
	.js .menu-toggle {
		float: right;
	}
	.menu-top-menu-container {
		margin-top: 15px;
	}
	.menu-top-nav-container:before {
		clear: both;
		float: none;
		display: block;
		content: " ";
		height: 1px;
	}
	.menu-toggle,
	.dropdown-toggle {
		color: #000;
		margin-top: 15px;
	}
	.main-navigation > div > ul,
	.main-navigation ul {
		background-color: rgb(20, 19, 19);
		border-color: #222;
	}
	.main-navigation li {
		border-color: #222;
	}
	.main-navigation ul ul a {
		font-weight: 400;
		font-size: 14px;
		font-size: 0.875rem;
	}
	.credit-tagline {
		display: block;
		margin-left: 0;
	}
	.social-navigation,
	.site-info {
		text-align: center;
	}
	.site-branding .wrap {
		margin-bottom: 5em;
	}
}

@media screen and (min-width: 768px) {
	.main-navigation ul ul a {
		color: #000;
	}
	.social-navigation,
	.site-info	{
		clear: none;
		float: none;  
		text-align: left;
	}
	.site-info {
		width: 100%;
		text-align: center;
	}
	.social-navigation {
		margin-top: 2em;
		text-align: center;
	}
	.social-navigation + .site-info {
		margin-left: 0;
	}
	.bottom-widget {
		float: left;
		width: 60%;
		margin-right: 5%;
	}
	.site-credits {
		float: right;
		width: 35%;
	}
}

@media screen and (min-width: 48em) {
	.navigation-top {
		bottom: 30px;
	}
	.custom-logo-link {
		padding-bottom: 3em;
	}
	.page.page-one-column .entry-header, 
	.twentyseventeen-front-page.page-one-column .entry-header, 
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 1em;
	}
	.twentyseventeen-front-page .site-footer {
		margin-top: 0;
	}
	.social-navigation {
		width: 100%;
	}
	.site-footer .widget-column.footer-widget-1,
	.site-footer .widget-column.footer-widget-2 {
		width: 98%;
	}
	.site-footer .widget-column.footer-widget-1 {
		margin-right: 2%;
	}
	.site-footer .widget-column.footer-widget-2 {
		margin-left: 2%;
	}
	#panel1 {
		background-color: #000;
	}
	#panel1 .wrap1 {
		max-width: 100%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#panel1 .entry-header {
		text-align: center;
	}
	#panel5 {
		
	}
	#panel5 .wrap {
		max-width: 100%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#panel5 .entry-header {
		text-align: center;
	}
	.frontpage-first-panel .wrap1 {
		max-width: 100% !important;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.frontpage-first-panel .entry-header {
		text-align: center;
	}
	
}

@media screen and (max-width: 768px) {
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
		width: 100% !important;
		float: none !important;
		clear: both !important;
	}
	.single_add_to_cart_button {
		width: 75% !important;
		margin-top: 0 !important;
	}
	a.logo-link { padding-left: 1.5em; }
}

@media screen and (min-width: 768px) {
	.navigation-top a.logo-link {
		display: none;
	}
}

@media screen and (max-width: 910px) {
	.menu-product-categories-container {
		clear: both;
		float: none;
	}
}

@media screen and (min-width: 925px) {
	.main-navigation a.logo-link {
		display: none;
	}
	.site-navigation-fixed .main-navigation a.logo-link { 
		display: inline-block;
		float: left;
		padding: 0;
	}
	
	.woocommerce.archive ul.products li.product:hover, 
	.woocommerce-page.archive ul.products li.product:hover,
	.woocommerce.archive ul.products li.product:focus, 
	.woocommerce-page.archive ul.products li.product:focus {
		border: 1px solid #eee;
		box-shadow: 1px 1px 10px #eee;
		transform: scale(1.1);
	}
}

@media screen and (max-width: 958px) {
	.single_add_to_cart_button {
		width: 100%;
		margin-top: 1em;
	}
	.woocommerce.single section.related ul.products[class*=columns-] li.product, 
	.woocommerce-page.single section.related ul.products[class*=columns-] li.product {
		clear: none;
	}
}

@media screen and (max-width: 389px) {
	.single_add_to_cart_button {
		width: auto !important;
	}
}