/* INDEX

	0. WRAP
	1. TYPO / ELEMENTS 

    -  SECTIONS 

	2. INTRO
    3. MENU / SEARCH
	4. COLLECTION
	5. BLOG
	6. PARALLAX
	7. NEW PRODUCTS 
	8. SLIDER
	9. COUNTERS
   10. MODELS
   11. CONTACTS
   12. FOOTER
    
    -  PAGES

   13. POST / PAGE
   14. SIDEBAR
   15. BLOG / ARCHIVE
   16. SHOP
   17. PRODUCT
   18. MODEL
   19. PHOTOGALLERY
   
*/

/* 0. WRAP */

html, body {
	height: 100%;
}

body {
	background-color: #fbf9ec;
	overflow-x: hidden;
	font-size: 14px;
}

#wrap {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	opacity: 0;
}

#mask {
	position: fixed; 
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}

#spin {
	top: 50%;
	left: 50%;
	margin: -35px;
	position: absolute;
	border: 5px solid #cc9966;
	height: 70px;
	width: 70px;
	z-index: 9998;
}

#mask img {
	height: 30px;
	width: 30px;
	top: 50%;
	left: 50%;
	margin: -15px;
	position: absolute;
	z-index: 9999;
}

/* 1. TYPO / ELEMENTS */

/* TYPO */

.blockquote {
	font-size: 32px;
	font-family: 'Prata';
	line-height: 44px;
	color: #2c1a29;
	text-transform: uppercase;
}

.blockquote-wrap .bq-author {
	color: #cc9966;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}

.blockquote-wrap .bq-author-left {
	margin-top: 10px;
}

.blockquote-wrap .bq-author-left:before {
	content: '';
	width: 16px;
	border-top: 1px solid #cc9966;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.blockquote-wrap .bq-author-center,
.blockquote-wrap .bq-author-line {
	text-align: center;
	margin-bottom: 10px;
}

.blockquote-wrap .bq-author-center:before {
	content: '”';
	font-size: 50px;
	font-weight: bold;
	color: #cc9966;
}

.blockquote-wrap .bq-author-line {
	margin-bottom: 10px;
	position: relative;
}

.blockquote-wrap .bq-author-line .bq-author {
	text-align: center;
	position: relative;
}

.blockquote-wrap .bq-author-line .bq-author:before {
	content: '';
	border-top: 1px solid #cc9966;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 60px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.blockquote-wrap .bq-author-line .bq-author:after {
	content: '';
	border-top: 1px solid #cc9966;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 60px;
	margin-left: 15px;
	margin-bottom: 5px;
}




/* INPUT */

input, textarea {
	appearance: none;
	-moz-appearance: none;
	-ms-appearence: none;
	-o-appearence: none;
	-webkit-appearance: none;
	outline: none;
}

select {
    outline: none;
    appearance: button-arrow-down;
	-moz-appearance: button-arrow-down;
	-ms-appearence: button-arrow-down;
	-o-appearence: button-arrow-down;
	-webkit-appearance: button-arrow-down;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

input:focus, select:focus, textarea: focus {
	outline: none;
	border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
select {
    height: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea {
	width: 100%;
	font-family: 'Prata', sans-serif;
	font-size: 14px;
	background-color: transparent;
	border-top: none;
    border-left: none;
    border-right: none;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-bottom: 1px solid #c69c6d;
}

input[type="submit"],
input[type="reset"] {
	border-radius: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	width: 100%;
}

select {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}

/* HEADINGS */

.heading-section {
	margin-bottom: 60px;
}

.title-section {
	text-transform: uppercase;
	text-align: center;
	font-size: 72px;
	line-height: 90px;
	font-family: 'Prata';
	color: #2c1a29;
}

.subtitle-section {
	text-transform: uppercase;
	text-align: center;
    font-size: 14px;
	line-height: 24px;
	color: #7c7c7c;
	letter-spacing: 0.75px;
}

/* DIVIDER */

.divider-center {
	width: 70px;
	border-top: 1px solid #333;
	margin: 20px auto 40px auto;
}

.divider-double {
	width: 40px;
	border-top: 2px solid #fff;
	margin: 15px auto;
}

.divider-left {
	width: 70px;
	border-top: 2px solid #c69c6d;
	margin: 10px 0 15px 0;
}

/* BUTTONS */

.button {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	height: 50px;
    line-height: 50px;
	text-transform: uppercase;
	display: inline-block;
	width: 220px;
	text-align: center;
	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.vc-instyle-button {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	height: 50px;
    line-height: 50px;
	text-transform: uppercase;
	display: block;
	width: 220px;
	text-align: center;
	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;	
}

.vc-instyle-button-center {
	margin:0 auto;
}

.vc-instyle-button-right {
	margin-left:calc(100% - 220px);
}

.button-white {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.button-purple {
	background-color: #2c1a29;
	border: 2px solid #2c1a29;
	color: #fff;
}

.button-black {
	border: 2px solid #333;
	color: #333;
	background-color: #fff;
}

.button-white:hover {
	background-color: #fff;
	color: #333;
}

.button-purple:hover {
	background-color: #fff;
	color: #2c1a29;
}

.button-black:hover {
	border: 2px solid #333;
	background-color: #333;
	color: #fff;
}

/* 2. INTRO */

/* 2.1 MENU / SEARCH POPUP */

#intro-text {
	position: relative;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.intro-overlay {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	display: none;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: auto;
	background-color: rgba(44,26,41,0.4);
}

.wrap-intro {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.top-intro {
	margin-top: 60px;
	margin:auto;
	width: 500px;
}

.logo-left {
	margin: auto !important;
	text-align: center;
	margin-top: 80px !important;
	position: absolute;
	bottom: 120px;
	right: 110px;
}

.logo-center {
	text-align: center;
}

.btns-intro,
.btns-page {
	float: right;
	height: 60px;
	width: 120px;
}

.btn-search {
	float: left;
	cursor: pointer;
	height: 60px;
	width: 60px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.btn-search:hover,
.btn-open-menu:hover {
	background-color: rgb(44,26,41);
}

.btn-open-menu {
	float: right;
}

.btn-open-menu,
.btn-close-menu,
.btn-close-search {
	cursor: pointer;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	color: #fff;
}

.btn-close-menu,
.btn-close-search {
	float: right;
}

.text-intro {
	padding: 100px 0;
	position: absolute;
	z-index: 999;
	width: 500px;
	left: 50%;
	top: 50%;
	margin: -260px -250px;
	border: 10px solid #fff;
	font-family: 'Prata';
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	text-align: center;
}

/* 2.2 MAIN MENU */

#intro-slider {
	position: relative;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

#intro-slider .slider {
	position: relative;
	margin-top: 200px;
}

#intro-slider .slide {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	margin: 10px 150px;
	position: relative;
}

#intro-slider .slide-quote {
	padding: 100px; 
	font-family: 'Prata';
	font-size: 36px;
	color: #fff;
	line-height: 48px;	
	text-align: center;	
	text-transform: uppercase;
}

#intro-slider .slide-quote-author {
	position: absolute;
	width: 100%;
	text-align: center;
	overflow: hidden;
	top: -12px;	
}

#intro-slider .slide-quote-author span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-weight: 300;	
	text-transform: uppercase;
	letter-spacing: 2px;
}

#intro-slider .slide-quote-author span:before {
	content: '';
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 1000px;
	margin-right: 30px;
}

#intro-slider .slide-quote-author span:after {
	content: '';
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 1000px;
	margin-left: 30px;
}

#intro-slider .slider-nav {
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	z-index: 999;
	cursor: pointer;
}

#intro-slider .slider-arrow:hover {
	opacity: 1;
}

#intro-slider .slider-arrow {
	position: absolute;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 50px;
	opacity: 0.7;
}

#intro-slider .arrow-next {
	top: 0;
	right: 40px;
	background:url('../ico/arrow-right.png');
	width:27px;
}

#intro-slider .arrow-prev {
	top: 0;
	left: 40px;
	background:url('../ico/arrow-left.png');
	width:27px;	
}

/* 3. POPUP MENU - 
	  POPUP SEARCH */

#popup-menu,
#popup-search {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9996; 
}

.overlay-menu-intro,
.overlay-search-intro {
	background: rgba(44,26,41,0.9);
}

.wrap-menu-intro,
.wrap-search-intro {
	width: 100%;
}

.top-menu-intro,
.top-search-intro {
	margin-top: 60px;
	position: relative;
}

.btn-close-menu,
.btn-close-search {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}

#popup-search .search-wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 9998;
	width: 100%;
}

#popup-search input[type="search"] {
	text-align: center;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	color: #fff;
}

#popup-menu .nav-menu {
	height: 100%;
	width: 100%;
	margin-top: 180px;
}

#popup-menu .nav-menu > ul {
	text-align: center;
}

#popup-menu .nav-menu ul li a {
	text-transform: uppercase;
	font-family: 'Prata';
	line-height: 50px;
	color: #fff;
}

.nav-menu ul li:hover a,
.nav-menu ul .item-current a {
	color: #c69c6d !important;
}

.nav-menu ul .list-children {
	text-align: center;
	height: 0;
	overflow: hidden;
}

.nav-menu ul .list-children li {
	display: inline-block;
	margin: 0 10px;
}

.nav-menu ul .list-children li a {
	font-size: 11px;
	text-transform: capitalize;
}

.nav-menu ul .item-parent span {
	display: none;
	padding-left: 10px;
	font-size: 20px;
	color: #fff;
}

.nav-menu ul .item-parent span:hover {
	color: #c69c6d;
}

.nav-menu ul .item-parent:hover li a {
	color: #fff !important;
}

.nav-menu ul .item-parent li:hover a {
	color: #c69c6d !important;
}

/* 3.2 MENU HORIZONTAL */

#horizontal-menu {
	height: 100px;
	border-bottom: 1px solid #c69c6d; 
	background-color: #fff;
}

#horizontal-menu .nav-menu ul {
	list-style: none;
	text-align: center;
}

#horizontal-menu .nav-menu ul li {
	display: inline-block;
	position: relative;
}

#horizontal-menu .nav-menu .list-children {
	position: absolute;
	height: auto;
	z-index: 9999;
	top: 100px;
	left: 0;
	padding-left: 0;
	text-align: left;
	background-color: #2c1a29; 
	opacity: 0;
	display: none;
}

#horizontal-menu .nav-menu .list-children li {
	display: list-item;
	width: 200px;
}

#horizontal-menu .nav-menu .list-children li a {
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 12px;
}

#horizontal-menu .nav-menu ul li a {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 100px;
	color: #2c1a29;
	display: block;
	padding: 0 25px;
	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

#horizontal-menu .mobile-menu {
	display: none;
	margin: 20px 0;
}

#horizontal-menu .btn-open-menu {
	float: none;
	background: transparent;
	color: rgb(44,26,41);
	margin: 0 auto;
}

/* 4. COLLECTION */

#collection-masonry {
	margin-top: 20px;
}

/* 4.1 COLLECTION MASONRY */

#collection-masonry .item {
	height: 300px;
	margin-bottom: 30px;
	overflow: hidden;
}

#collection-masonry .item-double {
	height: 630px;
}

.collection .item-wrap {
	position: relative;
	height: 300px;
	width: 100%;
}

#collection-masonry .item-double .item-wrap {
	position: relative;
	height: 630px;
	width: 100%;
}

#collection-mosaic .item-double .item-wrap {
	position: relative;
	height: 570px;
	width: 100%;
}

#collection-masonry .item-overlay {
	z-index: 997;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(44,26,41,0.5);
}

.item-thumb {
	z-index: 996;
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.item-border {
	border: 1px solid rgba(198,156,109,0.5);
	position: absolute;
	z-index: 998;
	top: 10px; 
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: auto;
	width: auto;
}

.item-link {
	width: 100%;
	position: absolute;
	z-index: 999;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	bottom: -50px;
}

.item-link:hover {
	text-decoration: underline;
}

#collection-masonry .item-category {
	position: absolute;
	bottom: 50px;
	z-index: 999;
	font-family: 'Prata';
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
}

#coll-msn-1 .item-category {
	text-align: left;
	left: 50px;
}

#coll-msn-1 .item-link {
	text-align: left;
	left: 50px;
}

#coll-msn-2 .item-category {
	width: 100%;
	text-align: center;
}

#coll-msn-2 .item-link {
	width: 100%;
	text-align: center;
}

#coll-msn-3 .item-category {
	right: 50px;
	text-align: right;
}

#coll-msn-3 .item-link {
	text-align: right;
	right: 50px;
}

.item .item-link a {
	color:#fff;
}

#coll-msn-4 .item-category {
	right: 50px;
	text-align: right;
}

#coll-msn-4 .item-link {
	text-align: right;
	right: 50px;
}

#coll-msn-5 .item-category {
	text-align: left;
	left: 50px;
}

#coll-msn-5 .item-link {
	text-align: left;
	left: 50px;
}

/* 4.2 COLLECTION MOSAIC */

#collection-mosaic .item {
	height: 285px;
	padding: 0;
}

#collection-mosaic .item-double {
	height: 570px;
}

#collection-mosaic .item-half {
	height: 285px;
	padding: 0;
}

#collection-mosaic .item-half-cat {
	height: 100%;
	width: 100%;
	display: table;
	background-color: #fff;
}

#collection-mosaic .item-square-cat {
	height: 100%;
	width: 100%;
	display: table;
	position: absolute;
	z-index: 999;
}

#collection-mosaic .item-half-center,
#collection-mosaic .item-square-center {
	display: table-cell;
	vertical-align: middle;
}

#collection-mosaic .item-overlay {
	z-index: 997;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(44,26,41,0.5);
}

#collection-mosaic .item-half-cat .item-category {
	width: 100%;
	font-family: 'Prata';
	font-size: 24px;
	line-height: 36px;
	color: #2c1a29;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#collection-mosaic .item-square-cat .item-category {
	width: 100%;
	font-family: 'Prata';
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}	

#collection-mosaic .item-arrow {
	text-align: center;
}

/* 5. BLOG */

/* 5.1 BLOG CHESS */

/*
#blog-list,
#blog-chess {
	margin-top: 70px;
}
*/

#blog-list .heading-section,
#blog-chess .heading-section {
	margin-top:70px;
}

#blog-chess .post-thumb {
	height: 360px;
	width: 100%;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

#blog-chess .post-preview {
	border: 2px solid #c69c6d;
	padding: 0 50px;
	height: 360px;
	margin-bottom: 30px;
	background-color: #fff;
}

.post-title a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

#blog-chess .post-title {
	text-align: center;
	font-family: 'Prata';
	font-size: 24px;
	line-height: 36px;
	margin-top: 60px;
	text-transform: uppercase;
}

#blog-chess .post-title a:hover {
    color: #c69c6d;
}

#blog-chess .post-excerpt {
	text-align: center;
    font-size: 14px;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
	color: #7c7c7c;
}
.col-md-9 #blog-chess {
	margin-top:0;	
}
.col-md-9 #blog-chess .post-wrap-preview {
	width: 50%;
}

.col-md-9 #blog-chess .post-wrap-thumb {
	width: 50%;
}

/* 5.2 BLOG LIST / MASONRY */

#blog-list .post-wrap-thumb,
#blog-list .post-wrap-preview {
	padding: 0;
}    

#blog-list .post-row {
	margin-bottom: 100px;
}

#blog-list .post-thumb {
    position: relative;
	height: 430px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
	-margin-bottom: 30px;
}

#blog-list .post-date-wrap {
    position: absolute;
    left: 40px;
    top: 40px;
}

#blog-list .post-date {
    position: relative;
    transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
}

#blog-list .post-date span {
    color: #c69c6d;
}

#blog-list .post-date-day,
#blog-list .post-date-month {
    font-family: 'Prata';
}

#blog-list .post-date-day {
    font-size: 60px;
    letter-spacing: 2px;
}

#blog-list .post-date-month {
    font-size: 30px;
    position: absolute;
    right: -50px;
    top: 0;
}

#blog-list .post-preview {
	position: relative;
	margin-top: 70px;
	padding: 0 90px 0 40px;
	background-color: #fff;
}

#blog-list .post-border {
	position: absolute;
	border: 5px solid #c69c6d;
	top: -40px;
	left: -40px;
	right: 90px;
	width: auto;
	z-index: 999;
	padding: 90px 40px 40px 80px;
}

#blog-list .post-category {
	font-size: 12px;
	text-transform: uppercase;
	color: #c69c6d;
}

#blog-list .post-title,
#blog-masonry .post-title{
	font-family: 'Prata';
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
}

#blog-list .post-title a:hover,
#blog-masonry .post-title a:hover {
    color: #c69c6d;
}

#blog-list .post-meta,
#blog-masonry .post-meta {
	font-size: 11px;
	font-style: italic;
	color: #acacac;
}

#blog-list .post-meta-author,
#blog-masonry .post-meta-author{
	text-transform: capitalize;
}
#blog-list .post-meta-date {
	text-transform:uppercase;
}

#blog-list .post-meta-data,
#blog-masonry .post-meta-data {
	text-transform: uppercase;
}

#blog-list .post-excerpt {
    font-size: 14px;
	line-height: 24px;
	padding-top: 260px;
	color: #7c7c7c;
}

#blog-list .post-read-more {
	font-size: 12px;
	text-transform: uppercase;
	color: #c69c6d;
	margin-top: 20px;
    padding-bottom: 50px;
}

#blog-list .read-more-label,
#blog-masonry .read-more-label {
	margin-right: 10px;
}

#blog-list .read-more-arrow img,
#blog-masonry .read-more-arrow img {
	width: 15px;
}

.col-md-9 #blog-list .post-preview {
	padding: 50px 40px;
	margin-top: 0;
}

.col-md-9 #blog-list .post-border {
	position: static;
	border: none;
	padding: 0;
}

.col-md-9 #blog-list .post-excerpt {
	padding-top: 40px;
}

.col-md-9 #blog-list .post-read-more {
	padding-bottom: 0;
}
	
.col-md-9 #blog-list .post-row {
	margin-bottom: 30px;
}

.col-md-9 #blog-list .post-thumb {
	margin-bottom: 0;
}
	
/* 5.3 BLOG MASONRY */

#blog-masonry {
    margin-top: 70px;
}

.col-md-9 #blog-masonry {
	margin-top:0;
}

#blog-masonry .post-item {
    margin-bottom: 40px;
}

#blog-masonry .post-thumb {
    position: relative;
	height: 283px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

#blog-masonry .post-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 132px;
    width: 100%;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(251,249,236,0.9) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff', endColorstr='#ffffff',GradientType=0 );
}

#blog-masonry .post-cat-wrap {
    position: absolute;
    bottom: 0;
    left: 20px;
}

#blog-masonry .post-category {
	font-size: 12px;
	text-transform: uppercase;
	color: #c69c6d;
	padding-top: 50px;
}

#blog-masonry .post-preview {
	padding:  20px 20px 30px 20px;
	background-color: #fff;
}

#blog-masonry .post-excerpt {
    font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	color: #7c7c7c;
}

#blog-masonry .post-read-more {
	font-size: 12px;
	text-transform: uppercase;
	color: #c69c6d;
	margin-top: 20px;
}

/* 6. PARALLAX */

#parallax {
	margin-top: 70px;
}

.parallax {
	width: 100%;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

.parallax-overlay {
	margin:0!important;
}

.parallax-overlay > div {
	width: 100%;
	height: 100%;
	background-color: rgba(44,26,41,0.7);
    padding: 100px 0;
}

.callout {
	width: 100%;
	text-align: center;
}

.post-content .title-callout p {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 60px;
	font-family: 'Prata';
	text-transform: uppercase;
	text-align:center;
}

.post-content .excerpt-callout p {
	color: #fff;
    font-size: 14px;
	line-height: 24px;
	margin-bottom: 60px;
	text-align:center;
}

/* 7. NEW PRODUCTS */

.products {
	margin-top: 100px;
}

.products .item-overlay {
	z-index: 997;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(44,26,41,0.7);
}

.products .item {
	height: 420px;
}

#products-grid .item-wrap {
	height: 300px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#products-grid .item-wrap .btn-cart {	
	position: absolute;
	z-index: 999;
	top: 50%;
	left: -50%;
	margin: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

#products-grid .item-wrap .btn-cart:hover {	
	color: #c69c6d;
}

.products .item-link {
	text-align: center;
}

.products .item-link a {
	color:#fff;
}

.products .item-details {
	margin-top: 20px;
}

.products .item-name {
	font-family: 'Prata';
	font-size: 13px;
	line-height: 22px;
	float: left;
	text-transform: uppercase;
}

.products .item-price {
	font-family: 'Vollkorn', serif;
	font-size: 14px !important;
	color: #c69c6d;
	float: right;
}

.products .item-tags {
	font-size: 11px;
	line-height: 18px;
	color: #acacac;
	text-transform: capitalize;
}

/* 8. SLIDER */

#slider {
	margin-top: 100px;
}

#slider .slider {
	position: relative;
	height: 610px;
}

#slider .slide-image {
	height: 610px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

#slider .slider-nav {
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	z-index: 999;
}

#slider .slider-arrow {
	position: absolute;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 50px;
	background-color: rgba(44,26,41,0.5);
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

#slider .slider-arrow:hover {
	background-color: rgba(44,26,41,1);
}

#slider .arrow-next {
	top: 0;
	right: 40px;
}

#slider .arrow-prev {
	top: 0;
	left: 40px;
}

/* 9. COUNTERS */

#counters {
	margin:50px 0;
	background-color: #2c1a29;
	padding: 70px 0 70px 0;
}

.count-wrap {
	margin-bottom: 30px;
}

.count-icon {
	text-align: center;
	margin-bottom: 25px;
}

.count-icon img {
	max-height: 60px;
}

.count-number {
	font-family: 'Prata';
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.count-label {
	width: 100%;
	font-family: 'Prata';
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	color: #c69c6d;
	text-align: center;
}

/* 10. MODELS */

#models {
	margin-top: 100px;
}

#models .item {
	height: 440px;
	padding: 0;
}

#models .item-overlay {
	z-index: 997;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(44,26,41,0.5);
}

#models .item-name {
	left: 30px;
	bottom: 50px;
	position: absolute;
	z-index: 999;
	font-family: 'Prata';
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

#models .item-name a {
	color: #fff;
	display:table-caption;
}

#models .item-name a:hover {
	color:#c69c6d;
}

#models .item-name:hover {
	color: #c69c6d;
}

/* 11. CONTACTS */

#contacts {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.contact-overlay {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(251,249,236,1) 0%, rgba(237,236,232,1) 20%, rgba(229,229,229,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,249,236,1)), color-stop(20%,rgba(237,236,232,1)), color-stop(100%,rgba(229,229,229,0)));
	background: -webkit-linear-gradient(top, rgba(251,249,236,1) 0%,rgba(237,236,232,1) 20%,rgba(229,229,229,0) 100%);
	background: -o-linear-gradient(top, rgba(251,249,236,1) 0%,rgba(237,236,232,1) 20%,rgba(229,229,229,0) 100%);
	background: -ms-linear-gradient(top, rgba(251,249,236,1) 0%,rgba(237,236,232,1) 20%,rgba(229,229,229,0) 100%);
	background: linear-gradient(to bottom, rgba(251,249,236,1) 0%,rgba(237,236,232,1) 20%,rgba(229,229,229,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf9ec', endColorstr='#00e5e5e5',GradientType=0 );
}

.contact-overlay-page {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(251,249,236,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.contact-wrap {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 160px;
}

#contacts .logo {
	margin-top: 60px;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
}

/* FORM */

.form-contact {
	margin-top: 40px;
}

.field-row {
	margin-bottom: 100px;
}
.immaginehome{
	margin: auto !important;
}
.label-field {
	color: #c69c6d;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
}

.form-contact #label-message,
.form-contact #field-message {
	text-align: center;
}

.form-contact #btn-submit {
	text-align: center;
}

/* CF7 */

.form-contact {
	color: #c69c6d;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
}

.form-contact .wpcf7-form p {
	margin-bottom:100px;
}

.form-contact .wpcf7-form p:nth-child(2),
.form-contact .wpcf7-form p:nth-child(3),
.form-contact .wpcf7-form p:nth-child(4) {
	float:left;
	width:33.3333%;
	padding:0 15px;
}

.form-contact .wpcf7-form p:nth-child(5) {
	width:33.3333%;
	padding:0 15px;
	margin-left:auto;
	margin-right:auto;	
}

.form-contact .wpcf7-textarea {
	border: 1px solid #000;
	height: 100px;
}
.wpcf7-form input{
	border-bottom: 1px solid #000 !important;
}

.form-contact input[type="submit"] {
	font-size: 14px;
	height: 50px;
    line-height: 50px;
	text-transform: uppercase;
	display: block;
	width: 220px;
	text-align: center;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	margin-left:auto;
	margin-right:auto;
}

.wpcf7-submit,
.wpcf7-response-output {
	border: 2px solid #333;
	color: #333;
	background-color: #fff;
}

.wpcf7-submit:hover {
	border: 2px solid #333;
	background-color: #333;
	color: #fff;
}


/* 12. FOOTER */

.footer-contact {
	margin-top: 130px;
	padding: 20px;
	background-color: rgba(255,255,255,0.85);
}

.footer-text {
	font-family: 'Prata';
	font-size: 18px;
	line-height: 30px;
	color: #2c1a29;
	padding: 20px 10px;
	text-transform: uppercase;
}

#footer-left {
	border-right: 1px solid #d7d7d5;
}

#footer-right {
	border-left: 1px solid #d7d7d5;
}

#footer-center {
	text-align: center;
	padding: 16px 40px;
}

.footer-phone {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d5;
}
	
.footer-copy {
	margin-top: 100px;
	margin-bottom: 70px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-copy span {
	color: #2c1a29;
	text-decoration: underline;
}

/* 13. POST - PRODUCT */

/* 13.1 POST FULL */

.post-page,
.item-page,
.page-page,
.model-page {
    background-color: #fbf9ec;
}

.single .page-breadcrumbs {
	background-color:#FFF;
}

.header-page {
	height: 170px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    position:  relative;
}

.header-page-overlay {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	width: auto;
	height: auto;
	background-color: rgba(44,26,41,0.4) !important;
}
.header-page img{
	width: 200px !important;
	margin-top: -132px;
}
.header-page-wrap {
    position: relative;
}

.header-page-center {
	position: absolute;
	width: 100%;
	z-index: 999;
    margin: 59px 0;
}

.page-breadcrumbs {
    background-color: #fbf9ec;
    height: 80px;
}

.home .page-breadcrumbs {
	height:0;
}

.page-breadcrumbs span:after {
	content:'/';
	padding:0 5px;
}

.page-breadcrumbs span:last-child:after {
	content:'';
}

.page-breadcrumbs span {
    text-transform: uppercase;
    line-height: 80px;
    font-size: 12px;
    color: #2c1a29;
    letter-spacing: 1px;
}

.page-breadcrumbs .bc-active {
    color: #acacac;
}

.header-post {
    margin-top: 90px;
    margin-bottom:  70px;
}

.post-page .post-title {
    font-family: 'Prata';
    font-size: 60px;
    line-height: 72px;
    color: #2c1a29;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-page .post-title a:hover {
    color: #c69c6d;
}

.post-page .post-subtitle {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    color: #2c1a29;
    letter-spacing: 1px;
}

.post-featured {
    height: 590px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    position:  relative;
}

.post-featured-nav {
    text-align: center;
    position: absolute;
    height:  100%;
    width: 25%;
    background-color:  rgba(44,25,41,0.85);
}

.post-nav-right {
    top: 0;
    right: 0;
}

.post-nav-left {
    top: 0;
    left: 0;
}

.btn-expand-left,
.btn-expand-right {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border: 1px solid #fff;
	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.btn-expand-left:hover,
.btn-expand-right:hover {
	color: #2C1A29;
	background-color: #fff;
}

.btn-expand-left {
    bottom: 25px;
    left: 25px;
}

.btn-expand-right {
    bottom: 25px;
    right: 25px;    
}

.post-featured .post-wrap-nav {
    padding: 80px 0;
}

.post-featured .post-nav-label {
    font-size:  12px;
    color:  #fff;
    text-transform: capitalize;
}

.post-featured .post-nav-date {
    padding:  100px 0;
}

.post-featured .post-date-top {
    position: relative;
    transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
}

.post-featured .post-date-top span {
    color: #fff;
}

.post-featured .post-date-day,
.post-featured .post-date-month {
    font-family: 'Prata';
}

.post-featured .post-date-year {
    text-align: center;
    color: #c69c6d;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.post-featured .post-date-day {
    font-size: 60px;
    letter-spacing: 2px;
    margin-left: -40px;
}

.post-featured .post-date-month {
    font-size: 30px;
    position: absolute;
}

.post-featured .post-arrow img {
    height: 40px;
}

.post-content,
.page-content {
    margin-top: 70px;
}

.post-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #7c7c7c;
    margin-bottom: 30px;
}

.post-content a {
    color: #2c1a29;
}

.post-content a:hover {
    color: #c69c6d !important;
}

.post-content img,
.post-img-inner {
    max-width:  100%;
}

/* COMMENTS */
    
.post-comments {
    padding-top: 70px;
}

.header-comments {
    height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.comments-overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(44,26,41,0.7);
}

.comments-count {
    font-family: 'Prata';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 24px;
    line-height:  200px;
    padding-left: 40px;
}

.comments-count span {
    color: #c69c6d;
}

.comments-list {
    margin-top: 70px;
}

.comments-list-reply {
    margin-left: 100px;
	margin-top: 40px;
}

.post-comments .children {
    margin-left: 100px;
	margin-top: 40px;
	list-style:none;
}	

.comment-row {
    margin-bottom: 38px;
    position: relative;
    list-style-type: none;
}

.comment-avatar {
    position: absolute;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.comment-wrap {
    margin-left: 100px;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 23px 27px;
    
}
    
.comment-meta {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
    
.comment-user {
    color: #2c1a29;
    padding-right: 18px;
}
    
.comment-date {
    color: #c69c6d;
}

.comment-date:before {
    content: '';
    height: 2px;
    border: 2px solid #c69c6d;
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 2px;
}

.comment-date:after {
    content: '';
    height: 2px;
    border: 2px solid #c69c6d;
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 2px;
}
    
.comment-reply-link {
    padding-left: 18px;
    color: #2c1a29;
}
    
.comment-post p {
    color: #7c7c7c;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
}

/* COMMENTS FORM */

.comment-respond {
	margin-top: 115px;
}

.comment-respond .comment-reply-title {
    font-family: 'Prata';
    line-height: 40px;
    letter-spacing: 1px;
    color: #2c1a29;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.comment-reply-title #btn-comment-submit {
	text-align: center;
    width: 220px;
}

.comment-respond label {
    color: #c69c6d;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width:33.09%;
	display:inline-block;
	padding:0 15px 0 0;	
}

.comment-respond .comment-form-url {
	padding-right:0;
}

.comment-form-comment {
	padding:50px 0;
}

.form-submit input {
	background-color: #2c1a29;
	border: 2px solid #2c1a29;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	height: 50px;
    line-height: 50px;
	text-transform: uppercase;
	display: inline-block;
	width: 220px;
	text-align: center;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;			
}

.form-submit input:hover {
	background-color: #fff;
	color: #2c1a29;
}

/* 14. SIDEBAR */

.sidebar {
	margin-top:70px;
}
/*
.post-page .sidebar {
    margin-top: 50px;
}
*/
.blog-page .sidebar,
.item-page .sidebar {
    margin-top: 70px;
}

.widget {
    margin-bottom: 40px;
}

.widget ul {
	padding-left:0;
}

.widget-title {
    letter-spacing: 1px;
    color: #2c1a29;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.widget-title:after {
    content: '';
    width: 30px;
    margin-top: 5px;
    border-top: 1px solid #2c1a29;
    display: block;
}

/* WDIGET SEARCH */

.widget_search .search-field {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ededed;
    font-size: 12px;
    color: #2c1a29;
    padding: 0 20px;
	text-transform:uppercase;    
}

.widget_search .search-submit,
.widget_search label span {
	display:none;
}

/* WDIGET CATEGORIES */

.widget_categories li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_categories li span {
    color: #c69c6d;
    text-decoration: underline;
}

.widget_categories li a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_categories li a:hover {
    color: #c69c6d;
}

/* WDIGET RECENT COMMENTS */

.widget_recent_comments li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_recent_comments li span {
    color: #c69c6d;
    text-decoration: underline;
}

.widget_recent_comments li a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_recent_comments li a:hover {
    color: #c69c6d;
}

/* WDIGET RECENT ENTRIES */

.widget_recent_entries li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_recent_entries li span {
    color: #c69c6d;
    text-decoration: underline;
}

.widget_recent_entries li a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_recent_entries li a:hover {
    color: #c69c6d;
}

/* WDIGET CALENDAR */

.widget_calendar caption {
	padding:10px 10px 0 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_calendar th,
.widget_calendar td {
	padding:10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;	
}

.widget_calendar a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_calendar a:hover {
    color: #c69c6d;
}

/* WDIGET CATEGORIES */

.widget_archive li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_archive li span {
    color: #c69c6d;
    text-decoration: underline;
}

.widget_archive li a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_archive li a:hover {
    color: #c69c6d;
}

/* WDIGET META */

.widget_meta li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_meta li span {
    color: #c69c6d;
    text-decoration: underline;
}

.widget_meta li a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_meta li a:hover {
    color: #c69c6d;
}

/* WDIGET PAGES */

.widget_pages li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_pages li span {
    color: #c69c6d;
    text-decoration: underline;
}

.widget_pages li a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_pages li a:hover {
    color: #c69c6d;
}

/* WDIGET TEXT */

.widget_text {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;	
}

/* WDIGET FEED */

.widget_rss li {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #2c1a29;
    margin-bottom: 15px;
    text-transform: capitalize;
	list-style:none;
}

.widget_rss li span {
    color: #c69c6d;
    text-decoration: underline;
}

.widget_rss li a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.widget_rss li a:hover {
    color: #c69c6d;
}

/* WDIGET MEGA POST */

.widget_mega_entries li,
.widget-replies li {
    position: relative;
    margin-bottom: 20px;
}

.widget_mega_entries li {
    min-height: 60px;
	list-style:none;
}

.widget_mega_entries .post-item-thumb img {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.widget_mega_entries .post-item-detail {
    padding-left: 80px;
    display: block;
}

.widget-replies .post-item-detail {
    display: block;
}

.widget_mega_entries .post-item-title,
.widget-replies .post-item-title {
    color: 2c1a29;
    letter-spacing: 1px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 7px;
}

.widget_mega_entries .post-item-title a,
.widget-replies .post-item-title a {
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}
	
.widget_mega_entries .post-item-title a:hover,
.widget-replies .post-item-title a:hover {
    color: #c69c6d;
}

.widget_mega_entries .post-item-meta,
.widget-replies .post-item-meta {
    font-size: 11px;
	font-style: italic;
	color: #acacac;
}

/* WIDGET TAG CLOUD */

.tagcloud a {
    margin: 0 3px 6px 0;
    padding: 0 17px;
	font-size: 11px;
    font-weight: 300;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	background-color: #2c1a29;
	border: 2px solid #2c1a29;
	color: #fff;	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.tagcloud a:hover {	
	background-color: #fff;
	color: #2c1a29;
}

.widget-adv .adv-wrap {
    width:  100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.widget-adv .adv-overlay {
    text-align: center;
    width: 100%;
	height: 100%;
    padding: 30px;
	background-color: rgba(44,26,41,0.7);
}

.widget-adv .adv-title {
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Prata';
    font-size: 18px;
    line-height: 30px;
}

/* 15. BLOG / ARCHIVE / PAGE */

.page-header {
    background-color: #2c1a29;
    height: 110px;
}

.page-title {
    line-height: 110px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;  
    float: left;
}

.page-result {
    float: right;
    font-size: 12px;
    line-height: 110px;
    color: #fff;
}

/* PAGINATION */

.page-nav {
    margin-top: 70px;
    height: 30px;
}

.page-nav ul .button-nav {
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #c69c6d;
    font-size: 12px;
    line-height: 30px;
    color: #c69c6d;
	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.page-nav ul li:hover {
    color: #fff !important;
    border: 1px solid #2c1a29;
    background-color: #2c1a29;
}

.page-nav ul li a {
    display: block;
}

.nav-page a {
    padding: 0 20px;
}

.nav-number {
    margin-right: 5px;
    width: 30px;
    text-align: center;
}

.nav-prev {
    margin-right: 30px;
}

.nav-next {
    margin-left: 25px;
}

.nav-active {
    background-color: #fff;
    color: #2c1a29 !important;
    border: 1px solid #2c1a29 !important;
}

/* 	TYPO PAGE */

.typo-row {
	margin-bottom: 20px;
}

.typo-col {
	margin-bottom: 30px;
}

.typo-block {
	margin-bottom: 50px;
}

.typo-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

/* 16. SHOP */

.shop-filter {
    margin-top: 40px;
}

.order-filter {
    float: left;
}

.order-filter select {
    padding: 0 10px;
    width: 220px;
    color: #c69c6d;
}

.list-filter {
    float: right;
}

.btn-filter {
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: inline-block;
    background-color:  #fff;
    color: #acacac;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #acacac;
}

.btn-filter:hover,
.btn-filter.btn-active {
    background-color: #2c1a29;
    color: #fff;
    border: 1px solid #2c1a29;
}

#products-list .item-wrap {
	height: 320px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#products-list .item-wrap .btn-cart {	
	position: absolute;
	z-index: 999;
	top: 50%;
	left: -50%;
	width: 180px;
	margin: -25px -90px;
}

#products-list .item-wrap .btn-cart .button {	
	width: 180px;
}

#products-list .item-preview {
	border: 2px solid #c69c6d;
	padding: 40px;
	height: 320px;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
}

#products-list .item-tags {
	float: left;
}

#products-list .item-rate {
	float: right;
	font-size: 20px;
	color: #ccc;
}

#products-list .item-rate span {
	color: #c69c6d;
}

#products-list .item-title {
	font-family: 'Prata';
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #2c1a29;
	padding-right: 100px;
	
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

#products-list .item-title:hover {
    color: #c69c6d;
}

#products-list .item-price {
	font-size: 18px !important;
	float: none !important;
}

#products-list .item-price span {
	font-size: 16px !important;
	margin-right: 10px;
	text-decoration: line-through;
}

#products-list .item-description {
	margin-top: 40px;
	color: #acacac;
	font-size: 14px;
	line-height: 24px;
	height: 100px;
	overflow: hidden;
	padding-right: 100px;
}

/* 17. PRODUCT SINGLE */

.item-page #item-content {
    margin-top: 70px;
}    

.item-page .slider {
	position: relative;
	height: 660px;
    margin-bottom: 20px;
}

.item-page .slide-item {
	height: 660px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.item-page .slider-nav {
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	z-index: 999;
}

.item-page .slider-arrow {
	position: absolute;
	height: 12px;
	width: 14px;
	color: #2c1a29;
	font-size: 30px;
	cursor: pointer;
}

.item-page .slider-arrow:hover {
	color: #c69c6d;
}

.item-page .slider .arrow-next {
	top: 0;
	right: 40px;
}

.item-page .slider .arrow-prev {
	top: 0;
	left: 40px;
}

.item-nav {
    height: 160px;
    margin-left: -10px;
    margin-right: -10px;
}

.item-thumb-nav {
    height: 160px;
    padding: 0 10px;
    width: 33.33%;
    float: left;
	margin:0 0 20px 0;
}

.item-thumb-nav .item-thumb-inner {
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
	cursor: pointer;
}

.item-page .item-title {
    font-family: 'Prata';
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #2c1a29;
}

.item-page .item-price {
	font-size: 24px;
	color: #c69c6d;
}

.item-page .item-description {
    margin-top: 50px;
    font-family: 'Vollkorn';
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    color: #252525;
}

.item-page .item-filter {
    margin-top: 70px;
}

.form-item select,
.form-item input[type="number"] {
    border: 2px solid #2c1a29;  
    color: #acacac;
    font-family: 'Vollkorn';
    font-size: 12px;
    font-style: italic;
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
}

.form-item .label-field {
    float: left;
    margin-left: 20px;
    color: #acacac;
    font-family: 'Vollkorn';
    font-size: 12px;
    font-style: italic;
    margin-bottom: 30px;
}

.form-item select,
.form-item input[type="number"] {
    width: 180px;
    float: left;
}

.form-item #btn-add-cart {
    margin-top: 10px;
    width: 250px;
}

.item-extra {
    margin-top: 45px;
}

.item-extra span {
    color: #2c1a29;
    font-weight: bold;
}

.item-extra .woo_tags a {
	font-weight:normal;	
	color:#acacac;
}

.item-cat-list,
.item-tag-list {
    font-family: 'Vollkorn';
    font-size: 14px;
    line-height: 24px;
    font-style:  italic;
    color: #acacac;
}

/* RELATED ITEMS */

#related-products {
    margin-top: 120px;
}

.related-title {
	font-family: 'Prata';
	font-size: 36px;
	color: #fff;
	line-height: 48px;	
	text-align: center;	
    color: #2c1a29;
    text-transform: capitalize;
    margin-bottom: 80px;
}

/* 18. MODEL */

#model-content {
	margin-top: 100px;
	margin-bottom: 30px;
}

.model-wrap-thumb {
	height: 480px;
	width: 100%;
}

.model-thumb {
	float: right;
	height: 480px;
	width: 350px;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

.model-wrap-deatils {
	width: 100%;
	height: 100%;
}

.model-details {
	margin-top: 50px;
}

.model-name {
	margin-left: -60px;
	height: 40px;
	padding: 0 50px;
	background-color: #cc9966;
	font-family: 'Prata';
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}

.model-category {
	margin-left: -60px;
	height: 40px;
	padding: 0 50px;
	font-size: 13px;
	line-height: 40px;
	color: #666;
	font-style: italic;
	text-transform: capitalize;
}

.model-info {
	margin-left: -80px;
	width: 460px;
	background-color: #2c1a29;
	padding: 20px 30px;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

/* 19. PHOTO-GALLERY */

#gallery-masonry {
	margin-top: 100px;
	margin-bottom: -5px;
}

#gallery-masonry .item {
	height: 380px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-bottom: 5px;
}

#gallery-masonry .photo-wrap {
	height: 380px;
	position: relative;
	width: 100%;
}

#gallery-masonry .photo {
	position: absolute;
	z-index: 998;
	height: 100%;
	width: 100%;
	background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
}

#gallery-masonry .photo-overlay {
	position: absolute;
	z-index: 999;
	opacity: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(44,26,41,0.5);
}

#gallery-masonry .item .photo-overlay {
	display: table !important;
}

#gallery-masonry .btn-expand {
	text-align: center;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#gallery-masonry .btn-expand span {
	text-align: center;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}

#gallery-masonry .btn-expand i {
	color: #fff;
	font-size: 40px;
}

/* 7. NEW PRODUCTS */

#new-products .page-nav {
	margin-top:0px;
	text-align:center;
}

#new-products .page-nav ul li {
	display:inline-block;
	float:none;
}

/* WOOCOMMERCE */

.woocommerce a.added_to_cart {
	font-size:12px;
}

.woocommerce .page-nav {
    margin-top: 70px;
    height: 30px;
	text-align:center;
}

.woocommerce .page-nav ul li {
    height: 30px;
    line-height: 30px;
	display:inline-block;
    border: 1px solid #c69c6d;
    font-size: 12px;
    line-height: 30px;
    color: #c69c6d;
	margin-right: 5px;
    text-align: center;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.woocommerce .page-nav ul li:hover {
    color: #fff !important;
    border: 1px solid #2c1a29;
    background-color: #2c1a29;
}

.woocommerce .page-nav ul li {
	padding: 0 20px;
}

.woocommerce .nav-number {
    width: 30px;
}

.woocommerce .nav-prev {
    margin-right: 30px;
}

.woocommerce .nav-next {
    margin-left: 25px;
}

.woocommerce .nav-active {
    background-color: #fff;
    color: #2c1a29 !important;
    border: 1px solid #2c1a29 !important;
}
.woocommerce .button.button-purple {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px!important;
	height: 50px!important;
    line-height: 50px!important;
	text-transform: uppercase!important;
	display: inline-block!important;
	width: 220px!important;
	text-align: center!important;
	padding:0;
	border-radius:0;
}
.woocommerce .button-purple,
.checkout-button.button,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #2c1a29!important;
	border: 2px solid #2c1a29!important;
	color: #fff!important;
}

.woocommerce .button-purple:hover,
.checkout-button.button,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #fff!important;
	color: #2c1a29!important;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background:none!important;
}

.woocommerce .quantity .qty {
    border: 2px solid #2c1a29;  
    color: #acacac;
    font-family: 'Vollkorn';
    font-size: 12px;
    font-style: italic;
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
	width: 180px;
	text-align:left;
}

.woocommerce #place_order {
	color:#2c1a29!important;
}

.woocommerce input[name="update_cart"] {
	width:auto;	
}
.woocommerce input[name="apply_coupon"] {
	float:left;
}
.woocommerce .coupon .input-text {
	width:auto!important;
	margin:0 0 10px 0!important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	width:100%;
	text-align:left;
}

.woocommerce .container {
	margin:0 auto!important;
}
.woocommerce .container > .col-md-3, 
.woocommerce .container > .col-md-9 {
	padding-left:0;
}

a.button-white {
	color:#fff;	
}

a.button-purple {
	color:#fff;	
}

a.button-black {
	color:#333;	
}

.sticky { }
