/*
Theme Name: 	Rustica Hardware
Description: 	The Rustica Hardware Wordpress theme!
Version: 	1.0
Author: 	Nathan Stanmore
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=EB+Garamond';

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ font-family: 'Open Sans', sans-serif; /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

a {
	color: #af420a;
}

a:focus, a:hover {
	color: #af420a;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{/* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

.clearfix {
	z-index: -1;
}

/* Header */

ul.shop-menu {
	padding: 0;
	margin-top: 15px;
}

ul.shop-menu li {
	float: left;
	display: block;
	list-style: none;
	border-left: 1px solid #d6d6d6;
	padding: 0 8px;
}

ul.shop-menu li:first-child {
	border-left: none;
}

ul.shop-menu li a {
	padding: 10px 0px 10px 28px;
	color: #6d6d6d;
	font-size: 14px;
}

ul.shop-menu li a:hover {
	text-decoration: none;
	color: #af420a;
}

ul.shop-menu li.login a,
ul.shop-menu li.register a {
	background: url('img/icon-avatar.png') no-repeat 0px 9px;
}

ul.shop-menu li.login a:hover,
ul.shop-menu li.register a:hover {
	background: url('img/icon-avatar-hover.png') no-repeat 0px 9px;
}

ul.shop-menu li.wishlist a {
	background: url('img/icon-wishlist.png') no-repeat 0px 9px;
}

ul.shop-menu li.wishlist a:hover {
	background: url('img/icon-wishlist-hover.png') no-repeat 0px 9px;
}

ul.shop-menu li.cart a {
	background: url('img/icon-cart.png') no-repeat 0px 9px;
}

ul.shop-menu li.cart a:hover {
	background: url('img/icon-cart-hover.png') no-repeat 0px 9px;
}

header .logo {
	padding: 15px 25px 30px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
}

header .social-icons {
	margin-top: 10px;
}

header .social-icons a {
	display: block;
	float: left;
	margin-left: 5px;
	width: 35px;
    height: auto;
}

header .social-icons a img {
	max-width: 100%;
}

header .social-icons a:hover {
	text-decoration: none;
}

header .header-phone {
	font-size: 28px;
    margin-top: 15px;
}

header .menu-left ul {
	margin-top: 60px;
}

header .head-menu {
	z-index: 1000;
}

header .head-menu li a {
	color: #acacac;
	text-transform: uppercase;
	padding: 15px 13px;
}

header .nav .open>a, 
header .nav .open>a:focus, 
header .nav .open>a:hover,
header .head-menu li a:hover,
header .head-menu li a:focus {
	background: none;
	color: #af420a;
}

header .navbar-nav>li>.dropdown-menu {
	border: none;
    box-shadow: none;
    border-top: 10px solid #000;
    padding: 0 5px;
    border-radius: 0;
}

header .navbar-nav>li>.dropdown-menu li {
	border-top: 1px solid #e6e6e6;
}

header .navbar-nav>li>.dropdown-menu li a {
	color: #737373;
	padding: 5px 15px;
}

header .navbar-nav>li>.dropdown-menu li a:hover {
	color: #af420a;
}

header .navbar-nav>li:hover ul {
	display: block;
}

header .dropdown-menu>.active>a, 
header.dropdown-menu>.active>a:focus, 
header .dropdown-menu>.active>a:hover {
	background: none;
	color: #af420a !important;
}

.banner {
	display: block;
    float: left;
    width: 100%;
    padding-top: 70px;
    margin-top: -70px;
    overflow: hidden;
    padding-bottom: 30px;
}

.door-left {
	position: absolute;
	z-index: 1000;
	margin-top: -65px;
	margin-left: -60.3%;
}

.door-right {
	position: absolute;
	z-index: 1000;
	margin-top: -65px;
	margin-right: -59.3%;
	right: 0;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
   	filter: FlipH;
   	-ms-filter: "FlipH";
}

.content {
	margin-top: -7px;
}

.shop h2 {
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 45px;
	margin-bottom: 8px;
}

.shop p.intro {
	text-align: center;
	color: #646464;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.shop p.intro span {
	color: #af420a;
}

.shop .shop-block {
	height: 335px;
	text-align: center;
	margin-bottom: 30px;
}

.shop .shop-block a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	padding-top: 112px;
}

.shop .shop-block a:hover {
	text-decoration: none;
	color: #81a88d;
	background: rgba(0,0,0,0.5);
}

.shop .shop-block a img {
	width: 90px;
}

.shop .shop-block a span.text {
	display: block;
	margin-top: 10px;
	font-family: 'EB Garamond', serif;
	font-weight: 600;
	font-size: 26px;
}

.shop .shop-block a span.text span {
	font-weight: normal;
}

.shop-slider-container {
	background: url('img/shopslider-bg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 30px 0 35px;
	margin-top: 15px;
}

.shop-slider-container .shop-slider .slick-list {
	overflow: hidden;
}

.shop-slider-container .slick-prev {
	display: inline-block;
    position: absolute;
    left: -70px;
    top: 50%;
    border: none;
    background: url('img/shoparrow-prev.png') no-repeat bottom center;
    width: 32px;
    height: 92px;
    text-indent: -999em;
    /*margin-top: -46px;*/
    outline: none !important;
    padding: 0;
}

.shop-slider-container .slick-next {
	display: inline-block;
    position: absolute;
    right: -70px;
    top: 50%;
    border: none;
    background: url('img/shoparrow-next.png') no-repeat bottom center;
    width: 32px;
    height: 92px;
    text-indent: -999em;
    /*margin-top: -46px;*/
    outline: none !important;
    padding: 0;
}

.shop-slider-container .slick-next:hover,
.shop-slider-container .slick-prev:hover {
	background-position: top center;
}

.shop-slider-container .slick-next:before,
.shop-slider-container .slick-prev:before {
	display: none;
}

.shop-slider h3 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
}

.shop-slider h4 {
	font-size: 26px;
    font-family: 'EB Garamond', serif;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shop-slider a {
	color: #000;
    display: block;
    background: #fff;
    border-radius: 1px;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
}

.testimonial {
	padding: 50px 0;
}

.testimonial img {
	max-width: 100%;
	height: auto;
}

.social {
	padding: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 55px;
    text-transform: uppercase;
    color: #000;
}

.social p {
	margin-bottom: 0;
}

.social strong {
	margin-right: 20px;
}

.social a {
	text-decoration: none !important;
}

.social a img {
	margin-top: -15px;
}

.instagram {
	padding: 35px 0;
}

.instagram h2 {
	margin-top: 80px;
    font-family: 'EB Garamond', serif;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #000;
    margin-bottom: 0;
}

.instagram h2 strong {
	font-size: 112px;
}

.instagram a.instalink {
	background: #af420a;
    color: #fff;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 15px;
}

.instagram a.instalink:hover {
	text-decoration: none;
	background: #772a02;
}

.instagram .newsletter {
	background: #000;
	color: #fff;
	margin-top: 35px;
	display: block;
	float: left;
}

.instagram .newsletter p {
	font-size: 25px;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    line-height: 1.4em;
}

.instagram .newsletter p strong {
	display: block;
	font-size: 33.7px;
}

footer {
	background: #f1f1f1;
}

footer .footer-top {
	border-bottom: 1px solid #000;
	padding: 50px 0;
}

footer .footer-top h2 {
	font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 0.8em;
    color: #000;
    margin-top: 0;
}

footer .footer-top .text-block a {
	display: block;
	float: left;
	background: #292929;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
}

footer .footer-top .text-block a:hover {
	text-decoration: none;
	background: #000;
}

footer .footer-top .text-block-1 {
	border-right: 1px solid #000;
}

footer .footer-top .text-block-2 h2 {
	font-size: 68px;
	margin-bottom: 30px;
}

footer .footer-top .text-block-2 a {
	margin-top: 20px;
}

footer .footer-top h3 {
	font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-top: 0;
}

.footer-menu ul {
	padding-left: 0;
}

.footer-menu ul li {
	width: 50%;
	float: left;
	list-style: none;
	margin: 2px 0;
}

.footer-menu ul li a {
	color: #6d6d6d;
	text-transform: uppercase;
	display: block;
}

.footer-menu ul li a:hover {
	color: #000;
	text-decoration: none;
}

footer .footer-bottom {
	padding: 25px 0;
	color: #6d6d6d;
}

footer .footer-bottom img.accepted-cards {
	/*width: 210px;*/
}

footer .footer-bottom a {
	font-weight: bold;
	color: #6d6d6d;
}

footer .footer-bottom a:hover {
	color: #000;
	text-decoration: none;
}

.page-banner {
	background: url('img/page-banner.jpg') no-repeat center center;
	background-size: cover;
	color: #000;
	margin-top: -7px;
	padding-bottom: 30px;
}

.page-banner .bread-crumb {
	padding: 5px 10px;
	background: #000;
	color: #b0b0b0;
	font-style: italic;
}

.page-banner .bread-crumb nav {
	margin-bottom: 0;
}

.page-banner .bread-crumb span,
.page-banner .bread-crumb a {
	color: #fff;
	font-weight: bold;
}

.page-banner h1 {
	font-family: 'EB Garamond', serif;
	font-size: 53px;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: right;
}

.page-banner h2 {
	margin-top: 0;
	font-size: 24px;
}

.page-banner .banner-icon {
	margin-top: 30px;
    margin-left: 15px;
}

.shop-middle {
	margin: 80px 0 50px;
}

.shop-middle li.product-category a {
	display: block;
	position: relative;
        float: left;
}

.shop-middle li.product-category a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.shop-middle li.product-category a:hover:after {
	background: rgba(0, 0, 0, 0.1);
}

.shop-middle li.product-category h3 {
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	color: #fff;
	position: absolute;
	top: 35%;
	background: #000;
	text-align: center;
	width: 80%;
    margin: 10% !important;
    padding: 15px 15px;
    font-size: 21px !important;
}

.shop-middle li.product-category h3 .count {
	display: none !important;
}

.woocommerce .products .product .price {
	background: #000;
	box-shadow: 3px 3px 0 #b5b5b5;
	color: #Fff !important;
	padding: 10px;
	position: relative;
	margin-bottom: 8px !important;
	font-size: 14px !important;
	padding: 10px 25px;
	float: left;
}

.woocommerce .products .product .price:after {
	content: '';
	display: block;
	left: 0;
	bottom: -6px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #000000 transparent transparent;
} 

.woocommerce .products .product a img {
	margin-bottom: 0 !important;
        float: left;
        position: relative;
}

.woocommerce .products .product .prod-bottom {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 10px 20px;
        float: left;
        width: 100%;
}

.woocommerce .products .product .prod-bottom h3 {
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	font-weight: bold;
}

.woocommerce .products .product .prod-bottom .btn {
	text-transform: uppercase;
	border: 1px solid #8c8c8c;
	background: #3b3b3b;
	color: #fff;
	display: block;
	border-radius: 0;
	box-shadow: none;
	margin: 5px 15px;
    padding: 8px 15px;
}

.woocommerce .products .product .prod-bottom .btn:hover {
	background: #000;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers, 
.woocommerce-page .woocommerce-pagination ul.page-numbers {
	float: right;
	border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	margin-right: 5px;
	border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers{
	padding: 8px 10px;
    border: none;
    font-size: 16px;
    color: #000;
    background: #ececec;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.current
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
	color: #fff;
	background: #af420a;
}

.single-prod-intro {
	float: left;
	border-right: 1px solid #000;
	width: 70%;
    padding-right: 3%;
    margin-right: 3%;
}

.single-prod-intro h1 {
	font-size: 25px;
    font-family: 'EB Garamond', serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.single-prod-intro .posted_in a {
	color: #af420a;
	text-transform: uppercase;
	font-size: 16px;
}

.single-prod-intro .posted_in a:hover {
	text-decoration: none;
	color: #000;
}

.woocommerce div.product .summary p.price, 
.woocommerce div.product .summary span.price {
	font-family: 'EB Garamond', serif;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}

.woocommerce div.product p.price span.title, 
.woocommerce div.product span.price span.title {
	font-size: 20px;
    line-height: 20px
}

.woocommerce div.product .summary p.price span.amount, 
.woocommerce div.product .summary span.price span.amount {
	font-size: 40px;
    line-height: 32px;
}

.woocommerce div.product form.cart h3, 
.woocommerce div.product p.cart h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.woocommerce form .form-row select {
	padding: 4px;
    background: #fcfcfc;
    border-color: #e7e7e7;
}

.woocommerce form .form-row {
	padding: 0;
}

.woocommerce form #product-addons-total {
	float: right;
	width: 36%;
}

.woocommerce form .share-block {
	float: left;
    width: 61%;
    border-right: 1px solid #000;
    padding-right: 3%;
    margin-right: 3%;
    padding-bottom: 30px;
    padding-top: 10px;
}

.woocommerce form .share-block h5 {
    font-size: 12px;
    font-weight: bold;
    color: #af420a;
    margin-bottom: 30px;
}

.woocommerce form .share-block h3 {
	font-size: 21px !important;
	font-weight: normal !important;
	margin-top: 7px;
    margin-right: 10px;
    float: left;
}

.woocommerce form .share-block img {
	width: 38px;
	height: auto;
}

.woocommerce form .quantity-wrapper {
	float: right;
	/*clear: both;*/
	width: 36%;
	margin-bottom: 10px;
}

.woocommerce form .quantity-wrapper span {
	float: left;
	text-transform: uppercase;
	color: #af420a;
	font-size: 16px;
	margin-top: 6px;
}

.woocommerce .quantity-wrapper .quantity {
	float: right !important;
}

.woocommerce .quantity-wrapper .quantity .qty {
	background: #fcfcfc;
	border: 1px solid #e7e7e7;
	padding: 5px;
}

.woocommerce div.product form.cart .button {
	float: right;
    width: 36%;
    border-radius: 0;
    background: #af420a;
    font-size: 20px;
    padding: 10px 15px;
    /*clear: both;*/
}

dl.product-addon-totals {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
}

dl.product-addon-totals dt {
	width: auto;
}

dl.product-addon-totals dd {
	float: right;
}

.shop-middle .related {
	display: block;
    float: left;
    border-top: 1px solid #000;
}

.woocommerce #content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {
	width: 18%;
	margin-right: 2% !important;
        clear: none !important;
}

.product-content h2 {
	background: #000;
	padding: 10px 70px;
	color: #fff;
	font-size: 21px;
	float: left;
}

.product-content a {
	color: #af420a;
}

/* Cart */

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce a.remove {
	color: #af420a !important;
}

.woocommerce a.remove:hover {
	background: #af420a !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	background: #000;
    color: #fff;
    border-radius: 0;
}

.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover {
	color: #cacaca;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background: #af420a;
	border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background: #692400;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	color: #fff;
}

/* Checkout */

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding: 4px;
	background: #fcfcfc;
    border: 1px solid #e7e7e7;
}

.select2-container .select2-choice {
	border-radius: 0;
	background: #fcfcfc;
    border: 1px solid #e7e7e7;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
}

#customer_login h2 {
	font-family: 'EB Garamond', serif;
	font-weight: bold;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button,
#wl-wrapper .wl-table .product-purchase .button,
#wl-wrapper .button {
	background: #af420a;
	color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
#wl-wrapper .wl-table .product-purchase .button:hover,
#wl-wrapper .button:hover {
	background: #692400;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 4px 10px;
    background: #fcfcfc;
    display: block;
    text-transform: uppercase;
    border-top: 1px solid #e7e7e7;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background: #af420a;
	color: #fff;
	text-decoration: none;
	border-top: none;
	padding-top: 5px;
}

.grid {
	padding: 10px;
	margin-bottom: 20px;
}

.grid .grid-item {
	background: #000;
}

.grid .grid-item { width: 24%; }
.grid .grid-item--width2 { width: 49%; }

.grid .grid-item article {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.grid .grid-item article a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.grid .grid-item article a:hover {
	background: rgba(0, 0 ,0 , 0.2)
}

.grid .grid-item article h2 {
	width: 80%;
    position: absolute;
    top: 36%;
    display: block;
    background: #000;
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-left: 10%;
    font-family: 'EB Garamond', serif;
    font-size: 26px;
}

.gallery-content {
	padding: 50px 0;
	overflow: hidden;
}

.gallery-content .gallery-slider {
	margin-top: 40px;
}

.gallery-slider.slick-initialized .slick-slide {
	height: 500px;
	margin: 0 2px;
}

.gallery-slider .slick-prev {
	z-index: 999;
	left: 0px;
	display: block;
    height: 90%;
    padding: 10px;
    width: 55px;
    background: rgba(0, 0, 0, 0.5);
}

.gallery-slider .slick-prev:before {
	content: '';
	background: url('img/shoparrow-prev.png') no-repeat bottom left;
	width: 32px;
    height: 93px;
    display: block;
    opacity: 1;
}

.gallery-slider .slick-next {
	z-index: 999;
	right: 0px;
	display: block;
    height: 90%;
    padding: 10px;
    width: 55px;
    background: rgba(0, 0, 0, 0.5);
}

.gallery-slider .slick-next:before {
	content: '';
	background: url('img/shoparrow-next.png') no-repeat bottom left;
	width: 32px;
    height: 93px;
    display: block;
    opacity: 1;
}

.gallery-slider .slick-prev:hover:before,
.gallery-slider .slick-next:hover:before {
	background-position: top left;
}

.gallery-content .slider-nav {
	margin-top: 50px;
}

.gallery-content .slider-nav .slick-slide {
	margin: 0 1px;
}

.gallery-content h1 {
	width: 62%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #af420a;
    color: #fff;
    padding: 10px;
    font-family: 'EB Garamond', serif;
    font-size: 25px;
    position: relative;
}

.gallery-content h1:before {
	content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 30px solid #af420a;
    position: absolute;
    left: -30px;
    top: 0;
}

.gallery-content h1:after {
	content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 30px solid #af420a;
    position: absolute;
    right: -30px;
    top: 0;
}

.gallery-content .prev-article a {
	display: block;
    margin: 0 auto;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 30px 15px 10px;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    position: relative;
    float: left;
    width: 19%;
    line-height: 1.1em;
}

.gallery-content .prev-article a:before {
	content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 30px solid #000;
    position: absolute;
    left: -30px;
    top: 0;
}

.gallery-content .next-article a {
	display: block;
    margin: 0 auto;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 15px 10px 15px 30px;
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    position: relative;
    float: right;
    width: 19%;
    line-height: 1.1em;
}

.gallery-content .next-article a:after {
	content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 30px solid #000;
    position: absolute;
    right: -30px;
    top: 0;
}

.gallery-content .prev-article a:hover,
.gallery-content .next-article a:hover {
	text-decoration: none;
	background: #3e3e3e;
}

.gallery-content .prev-article a:hover:before,
.gallery-content .next-article a:hover:after {
	border-left-color: #3e3e3e;
	border-right-color: #3e3e3e;
}

.contact-wrapper {
	padding-bottom: 100px
}

.contact-wrapper .page-banner {
	background: none;
}

.contact-wrapper .contact-left {
	background: #b85726;
	color: #fff;
}

.contact-wrapper .contact-left .inner {
	padding: 260px 20px 30px 50px;
}

.contact-wrapper .contact-left h1 {
	font-family: 'EB Garamond', serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 50px;
}

.contact-wrapper .contact-left hr {
	border-top-color: #ee9669;
}

.contact-wrapper .contact-right {
	background: #fff;
}

.contact-wrapper .contact-right .inner {
	padding: 20px 50px 20px 30px;
}

.contact-wrapper .contact-right h2 {
	font-family: 'EB Garamond', serif;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-wrapper .contact-right i {
	font-size: 22px;
	float: left;
	margin-right: 15px;
	width: 30px;
	text-align: center;
	margin-top: 10px;
}

.contact-wrapper .contact-right .wpcf7-form-control-wrap {
	float: left;
	width: 90%;
}

.contact-wrapper .contact-right p {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.contact-wrapper .contact-right input.form-control {
	border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.contact-wrapper .contact-right .wpcf7-form-control-wrap.your-message {
	width: 100%;
}

.contact-wrapper .contact-right textarea.form-control {
	border-radius: 0;
	border: 1px solid #000;
	height: 176px;
}

.contact-wrapper .contact-right .wpcf7-submit {
	border-radius: 0;
    color: #fff;
    background: #b85726;
    float: right;
    text-transform: uppercase;
    padding: 8px 15px;
}

.contact-wrapper .contact-right .wpcf7-submit:hover {
	background: #692400;
}

.contact-wrapper .contact-right .wpcf7-form-control-wrap.Reason {
	width: 74%;
    margin-left: 5%;
}

.contact-wrapper .contact-right span.drop-label {
	margin-top: 10px;
}

.contact-wrapper .contact-right select.form-control {
	border-radius: 0;
    border: 1px solid #000;
    margin-top: 2px;
}

.blog-pack {
	padding: 25px 0;
}

.blog-pack .blog-item {
	width: 19%;
}

.blog-item img {
	max-width: 100%;
	height: auto;
}

.blog-item .inner {
	padding: 10px;
	word-break: break-word;
	text-align: center;
	background: #f2f2f2;
	color: #8a8a8a;
	font-size: 12px;
}

.blog-item .inner h2 {
	margin-top: 0;
}

.blog-item .inner h2 a {
	color: #666666;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

.blog-item .inner .btn {
	text-transform: uppercase;
    color: #fff;
    background: #af420a;
    border-radius: 0;
    display: block;
    font-size: 12px;
    padding: 8px 12px;
}

.blog-item .inner .btn:hover {
	background: #692400;
}

.blog-item .posted {
	background: #e5e5e5;
	color: #979797;
	padding: 8px 10px;
	font-size: 12px;
	text-align: center;
}

.blog-item .posted span {
	color: #af420a;
	font-weight: bold;
}

.blog-item .social-share {
	color: #fff;
	font-size: 10px;
	background: #000;
	padding: 10px;
	text-transform: uppercase;
}

.blog-item .social-share i {
	padding: 4px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: -1px;
    font-size: 14px;
    margin-bottom: 1px;
    margin-left: 2px;
}


.navigation {
    margin-top: 25px;
    margin-bottom: 25px;
}

.navigation ul {
    padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #000000;
    cursor: pointer;
    padding: 12px;
    padding: 0.5em 1rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #af420a;
}

.page-template-default #content h2 {
	font-family: 'EB Garamond', serif;
	color: #000;
	font-size: 40px;
}

.page-template-default #content .alignleft {
	float: left;
	margin-right: 15px;
}

.page-template-default #content .alignright {
	float: right;
	margin-left: 15px;
}

.page-template-default #content img {
	max-width: 100%;
	height: auto;
}

.page-template-default #content hr {
	border-color: #000;
}

.single-wrapper {
	text-align: center;
	padding: 50px 0;
}

.single-wrapper h2 {
	font-family: 'EB Garamond', serif;
	font-size: 40px;
	margin-bottom: 25px;
	font-weight: bold;
}

.single-wrapper h5 {
	margin-bottom: 25px;
	font-weight: bold;
}

#mc_embed_signup {
	background: none !important;
}

#mc_embed_signup form {
	padding: 30px 0 !important;
}

#mc_embed_signup form .mc-field-group {
	clear: none;
	position: relative;
    width: 38%;
    float: left;
    display: block;
    margin-right: 2%;
}

#mc_embed_signup form .mc-field-group input {
	color: #acacac;
	border-radius: 0;
	border: 1px solid #acacac;
	font-size: 12px;
}

#mc_embed_signup .button {
	clear: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	background: #292929 !important;
	height: 35px !important;
	width: 19% !important;
	text-transform: uppercase;
}

#mc_embed_signup .button:hover {
	background: #929292 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	border-radius: 0 !important;
    background: none !important;
    padding: 5px 0 !important;
}

.term-description {
	text-align: center;
    margin-top: 50px;
    font-size: 21px;
    padding: 0 15%;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
}

.shop-middle li.product-category h3 {
	font-size: 17px !important;
}

#wl-wrapper .wl-add-but {
	float: left;
    width: 58%;
    background: #000;
    text-align: center;
}

div.wpcf7-response-output {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px;
}

.up-sells.upsells.products {
    float: left;
    width: 100%;
    border-top: 1px solid #000;
}

/* Newsletter Modal */


#signupModal .modal-content {
	border-radius: 0;
}

#signupModal .modal-header {
	text-align: center;
    	background: #000;
    	color: #fff;
}

#signupModal .modal-header h4 {
	text-transform: uppercase;
	font-size: 30px;
}

#signupModal .modal-header .close {
	color: #fff;
	opacity: 0.8
}

#signupModal .modal-header .close:hover {
	color: #fff;
	opacity: 1;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@media (max-width:1200px) {	

	header .head-menu li a {
		padding: 12px 10px 11px;
		font-size: 12px;
	}

	ul.shop-menu li a {
		padding: 14px 0px 10px 28px;
	    font-size: 9px;
	}

	header .header-phone {
		font-size: 24px;
	}

	header .logo {
		padding: 32px 25px 30px;
	}

	.instagram .newsletter p {
		font-size: 20px;
	}

	.instagram .newsletter p strong {
		font-size: 27.5px;
	}

	#mc_embed_signup .button {
		width: 18% !important;
		padding: 0 !important;
	}

	.instagram h2 {
		font-size: 55px;
	}

	.instagram a.instalink {
		font-size: 15px;
	}

	.grid .grid-item {
		width: 23.9%;
	}

	.grid .grid-item--width2 {
		width: 48.5%
	}

	.gallery-content h1 {
		font-size: 20px;
	}

	.gallery-content .prev-article a,
	.gallery-content .next-article a {
		padding: 12px 10px 13px 30px;
	}

	.gallery-content .prev-article a {
    	text-align: left;
    	padding-left: 5px;
	}

	.gallery-content .next-article a {
		text-align: right;
		padding-right: 5px;
	}

	.gallery-content .prev-article a:before,
	.gallery-content .next-article a:after,
	.gallery-content h1:after,
	.gallery-content h1:before {
		border-top: 21px solid transparent;
    	border-bottom: 21px solid transparent;
	}

	.blog-item .social-share {
		display: block;
	    float: left;
	    width: 100%;
	    text-align: center;
	}

	.blog-item .social-share .pull-right {
		display: block;
	    float: left !important;
	    text-align: center;
	    width: 100%;
	    margin-top: 10px;
	}

	.contact-wrapper .contact-right .wpcf7-form-control-wrap {
		width: 87%;
	}

	.contact-wrapper .contact-right textarea.form-control {
		height: 147px;
	}

	.woocommerce .products .product .prod-bottom .btn {
		font-size: 12px;
	}

	.woocommerce form .share-block h3 {
		margin-top: 25px;
	}

}

@media (max-width:991px) {

	ul.shop-menu {
		margin-top: 0;
	}

	ul.shop-menu li {
		border: none;
	}

	ul.shop-menu li a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.door-left{
		margin-left: -65.1%;
	}

	.door-right {
		margin-right: -63.3%;
	}

	header .menu-left ul {
		margin-top: 14px;
	}

	header .head-menu li a {
		padding: 12px 6px 11px;
    	font-size: 10px;
	}

	header .logo {
		padding: 32px 10px 37px;
	}

	.shop .shop-block {
		height: 265px;
	}

	.shop .shop-block a {
		padding-top: 72px;
	}

	.social {
		font-size: 40px;
	}

	.social a img {
		width: 50px;
		height: auto;
	}

	.instagram h2 {
		font-size: 27px;
		margin-top: 45px;
	}

	.instagram h2 strong {
		font-size: 69px;
	}

	.instagram a.instalink {
		font-size: 12px;
	}

	.instagram .newsletter p {
		font-size: 15px;
	}

	.instagram .newsletter p strong {
		font-size: 20.5px;
	}

	#mc_embed_signup .button {
		font-size: 12px;
	}

	#mc_embed_signup form {
		padding: 20px 0 10px !important;
	}

	footer .footer-top {
		font-size: 12px;
	}

	footer .footer-top h2 {
		font-size: 36px;
	}

	footer .footer-top .text-block-2 h2 {
		font-size: 55px;
    	margin-bottom: 40px;
	}

	.shop-middle li.product-category h3 {
		font-size: 13px;
	}

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 28.9%;
		clear: none;
	}

	.woocommerce ul.products li:nth-child(3n) {
		margin-right: 0;
		clear: right;
	}

	.woocommerce ul.products li.last, 
	.woocommerce-page ul.products li.last {
		clear: none;
		margin: 0 3.8% 2.992em 0;
	}

	.woocommerce .products .product .prod-bottom h3 {
		font-size: 15px;
	}

	.woocommerce .products .product .price {
		font-size: 12px !important;
	}

	.grid .grid-item {
	    width: 23%;
	}

	.grid .grid-item--width2 {
		width: 47.5%;
	}

	.grid .grid-item article h2 {
		font-size: 18px;
		margin-top: 0;
	}

	.blog-pack .blog-item {
	    width: 32.3%;
	}

	.contact-wrapper .contact-left .inner {
		padding-top: 50px;
	}

	.woocommerce form .share-block h3 {
		margin-top: 0px;
		width: 100%;
	}

	.woocommerce div.product form.cart .button {
		font-size: 14px;
	}

	.woocommerce form .quantity-wrapper span {
		font-size: 12px;
    	margin-top: 8px;
	}

}


@media (max-width:767px) {

	header .navbar {
		width: 100%;
	    border: none;
	    margin-top: 10px;
	    background: none;
	    border-radius: 0;
	}

	ul.shop-menu li a {
		font-size: 9px;
		padding-top: 15px;
	}

	ul.shop-menu {
		display: block;
	    float: left;
	    margin-top: 10px;
	}

	header .logo {
		padding: 10px 0;
		box-shadow: none;
	}

	.door-right,
	.door-left {
		display: none;
	}

	.banner {
		margin-top: 0;
		padding-top: 20px;
	}

	header .social-icons {
		width: 100%;
	}

	header .header-phone {
		width: 100%;
    	margin-top: 5px;
	}

	.testimonial {
		padding: 30px 0;
	}

	.instagram h2 {
		font-size: 47px;
	}

	.instagram h2 strong {
		font-size: 120px;
	}

	.instagram a.instalink {
		font-size: 20px;
	}

	.instagram .newsletter p {
		font-size: 20px;
		padding: 15px 0;
	}

	.instagram .newsletter p strong {
		font-size: 26.5px;
	}

	#mc_embed_signup form .mc-field-group {
		width: 100%;
		margin-right: 0;
	}

	#mc_embed_signup .button {
		width: 100% !important;
	}

	footer .footer-top .col-sm-4 {
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px;
		border: none;
	}

	footer .footer-top .text-block-2 h2 {
		margin-bottom: 10px;
	}

	footer .footer-top .text-block-2 a {
		margin-top: 0;
	}

	.page-banner {
		margin-top: 15px;
	}

	.page-banner h2 {
		text-align: right;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%;
	}

	.page-banner .banner-icon {
		display: none;
	}

	.page-banner h1 {
		font-size: 34px;
	}

	.page-banner h2 {
		font-size: 16px;
	}

	.single-prod-intro {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
		border-bottom: 1px solid #000;
		border-right: none;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.woocommerce div.product .summary p.price {
		padding-bottom: 15px;
	}

	.woocommerce div.product .summary p.price br {
		display: none;
	}

	.woocommerce div.product .summary p.price span.amount {
		margin-left: 10px;
	}

	.woocommerce form .share-block {
		padding-bottom: 20px;
		margin-bottom: 20px;
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
		border-bottom: 1px solid #000;
		text-align: center;
	}

	.woocommerce div.product form.cart .button {
		width: 100%;
	}

	.woocommerce form .quantity-wrapper {
		width: 100%;
	}

	.woocommerce div.product form.cart div.quantity {
		float: left !important;
		margin-left: 10px;
	}

	#wl-wrapper .wl-add-but {
		width: 100%;
	}

	.page-template-default #content h2 {
		font-size: 
	}

	.grid .grid-item,
	.grid .grid-item--width2 {
		width: 93%;
	}

	.grid .grid-item article a {
		width: 100%;
	}

	.grid .grid-item article h2 {
		font-size: 24px;
	}

	.gallery-content h1 {
		width: 100%;
		display: block;
		float: left;
	}

	.gallery-content .prev-article a,
	.gallery-content .next-article a {
		text-align: center;
		display: block;
		width: 100%;
		padding: 12px;
		margin-bottom: 2px;
	}

	.gallery-content .prev-article a:before, 
	.gallery-content .next-article a:after, 
	.gallery-content h1:after, 
	.gallery-content h1:before {
		display: none;
	}

	.blog-pack .blog-item {
		width: 100%;
	}

	.blog-item img {
		width: 100%;
	}

	.contact-wrapper .contact-left h1 {
		font-size: 50px;
	}

	.contact-wrapper .contact-right {
		display: block;
		float: left;
		width: 100%;
	}

	.contact-wrapper .contact-right .wpcf7-form-control-wrap.Reason,
	.contact-wrapper .contact-right .wpcf7-form-control-wrap {
		width: 100%;
		margin-left: 0;
	}

	.contact-wrapper .contact-right span.drop-label {
		margin-top: 12px;
	    margin-bottom: 7px;
	}

}

