/* DESKTOP GLOBAL SETTINGS
   ============================= */
* {
    box-sizing: border-box;
	font-family: 'Slabo 27px', serif;
}

/* Responsive Navigation Menu */

.slicknav_menu {
    display: none;
}

/* Social */
		.socialShare {
			margin: 30px auto 20px auto!important;
			text-align: center!important;
		}
		.socialShare div {
    		display: inline-block!important;
    		width: auto!important;
			margin: 0 2px!important;
		}
		.socialShare p {
			font-family: 'Slabo 27px', serif!important;
    		font-size: 14px!important;
			font-style: normal!important;
			font-weight: bold!important;
    		color: #333!important;
			text-align: right!important;
			margin: 0!important;
			padding: 0!important;
		}

/* HEADER */

header {
	width: 100%;
    background-color: #333;
	overflow:auto;
}

.headerContent {
	width:100%;
	max-width:1023px;
	margin:0 auto;
	padding:0 20px;
}

.siteTitle,
.headerContent .nav {
	display:inline-block;
	font-family: 'Slabo 27px', serif;
}

.siteTitle {
	float: left;
    color: white;
	font-size:24px;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
	height:55px;
	line-height:55px;
}

.headerContent .nav {
	float: right;
}

.headerContent ul {
	list-style-type: none;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
	height:55px;
	line-height:55px;
}

.headerContent li {
    float: left;
}

.headerContent li a {
    display: block;
    color: white;
	font-size:16px;
    text-align: center;
    padding: 0 20px;
    text-decoration: none;
	text-transform: uppercase;
}

/* Change the link color to #111 (black) on hover */
.headerContent li a:hover {
    background-color: #111;
}

.selected {
	color: #C64300!important;
}

/* SLIDER */

.sliderTxtContainer {
	width:100%;
	height: 600px;
	position: absolute;
	z-index:1;
}

.sliderTxtContent {
	width:100%;
	margin: 0 auto;
	max-width:860px;
	position: relative;
	top: 50%;
  	transform: translateY(-50%);
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	padding: 50px;
}

.sliderTxtContent h1,
.sliderTxtContent p {
	font-family: 'Slabo 27px', serif;
	color: white;
	padding:0 20px;
}

.sliderTxtContent h1 {
	font-size: 48px;
	line-height: 1;
	margin-bottom:10px;
}

.sliderTxtContent p {
	font-size:22px;
	line-height: 1.4;
}

.bxslider,
.productslider {
    position: absolute;
    z-index: 0;
}


#homeSlider .bx-wrapper {
	margin: 0 auto!important;
}
	
.productContainer .bx-wrapper {
    margin: 0 auto 0 auto!important;
}

#homeSlider .bxslider li {
    width: 100%; 
    height: 600px;
	background-size:cover;
	background-position:center center;
}

.productslider .bxslider li {
    width: 100%; 
    height: 768px;
	background-size:cover;
	background-position:center center;
}

/* MAIN */

hr {
	width: 100%;
	max-width:400px;
   	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.lastCollectionContainer {
	width:100%;
	margin: 0 auto;
	max-width:1023px;
	overflow:auto;	
}

.lastCollectionContainer h1,
.lastCollectionContainer h2 {
	font-family: 'Slabo 27px', serif;
	font-size: 40px;
	color: #333;
	text-align:center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

.lastCollectionContainer p {
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 1.4;
	color: #333;
	text-align:center;
	width: 100%;
	margin-bottom: 50px;
	padding:0 100px;
}

.lastCollectionContainer p strong {
	font-weight: bold;
}

.lastCollectionContainer ul {
	overflow: hidden;
	text-align:center;
}

.lastCollectionContainer li {
    display: inline-block;
	vertical-align:top;
	margin:0 30px;
}

.lastCollectionContainer a {
	text-decoration:none;
	outline: none;
	color: black;
}

.lastCollectionContainer a img {
	width:250px;
	height:250px;
	border: 2px solid white;
}

.lastCollectionContainer a img:hover {
	border: 2px solid #333;
}

.lastCollectionContainer a p {
	font-weight:bold;
	padding:0!important;
	margin-top:10px!important;
}

.journalContainer {
	width:100%;
	margin: 0 auto;
	max-width:1023px;
	overflow:auto;
	padding-bottom: 50px;	
}

.journalContainer h1,
.journalContainer h2 {
	font-family: 'Slabo 27px', serif;
    font-size: 40px;
    color: #333;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
}

.journalContainerSubTitle {
    font-size: 32px!important;
}

.journalContainer h3 {
	font-family: 'Slabo 27px', serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align:center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

.journalContainer p {
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	font-style:italic;
	line-height: 1.4;
	color: #333;
	text-align:center;
	width: 100%;
	margin-bottom:10px;
	padding:0 100px;
}

.journalContainer p a {
	font-style:normal;
	font-size: 18px;
}

/* LISTING */

.paginationContainer {
	width:100%;
	margin: 0 auto;
	max-width:1023px;
	overflow:auto;
}

.pageNumber {
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	color: #333;
	text-align:center;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);	
}

.pageNumber strong {
	font-weight: bold;
}

.paginationContainer p {
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	line-height: 1.4;
	color: #333;
	text-align:center;
	margin-bottom: 50px;
}

.productContainer {
	width:100%;
	margin: 0 auto;
	max-width:1023px;
	overflow:auto;
}

.productContainer h1 {
	font-family: 'Slabo 27px', serif;
	font-size: 40px;
	color: #333;
	text-align:center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

.productContainer p {
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	font-style:italic;
	line-height: 1.4;
	color: #333;
	text-align:center;
	width: 100%;
	margin-bottom:10px;
	padding:0 20px;
}

.productslider li {
    width: 100%; 
    height: 768px;
	background-size: contain;
	background-position:center center;
	background-color: rgba(0,0,0,0.05);
	background-repeat: no-repeat;
}

.productMenu {
	padding:25px 0;
	overflow:auto;
}

.backListing {
	vertical-align: middle;
	display:inline-block;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	color: #333;
	line-height: 42px;	
}

.backListing:hover {
	color: #C64300;
}

.productBtn {
	vertical-align: middle;
	float:right;
	padding: 15px 30px;
	text-align:center;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	border-radius:3px;
	background-color: #C64300;	
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color: white;
}

.productBtn:hover {
	background-color: #333;
}

/* Pagination */

div.dmxpagination {
	font-family: 'Slabo 27px', serif;
	padding:10px 0 50px 0;
	margin:0 auto;
	text-align:center;
}

div.dmxpagination a {
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
	border: 1px solid #333;
	text-decoration: none; 
	color: #000;
	background-color: rgba(0,0,0,0.05);	
}
div.dmxpagination a:hover, div.dmxpagination a:active {
	border: 1px solid #C64300;
	background-color: #C64300;
	color: #ffffff;	
}

.disabled {
	opacity: 0.2;
}

.disabled:hover {
	opacity: 0.2;
	border: 1px solid #333!important;
	color: #000!important;
	background-color: rgba(0,0,0,0.05)!important;
}

/* JOURNAL */

.journalImg {
	width: 80%;
	height: 300px;
	background-position:center center;
	background-size:cover;
	margin:25px auto;
}

.journalImgFull {
	width: 80%; 
	height: auto; 
    margin: 25px auto;
	display: block;
}

.journalTxt {
	margin-bottom: 20px!important;
	font-style:normal!important;
	font-size: 22px!important;
	line-height: 1.5!important;
}

.journalDate {
	font-family: 'Slabo 27px', serif;	
	font-size: 22px;
	font-weight: normal;
	font-style:italic;
	display:block;
    margin: -10px auto 0 auto;
    text-align: center;
}

/* ABOUT US */

.aboutusContainer {
	width:100%;
	margin: 0 auto;
	max-width:1023px;
	overflow:auto;
	padding-bottom: 50px;	
}

.aboutusContainer h1 {
	font-family: 'Slabo 27px', serif;
	font-size: 40px;
	color: #333;
	text-align:center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

.aboutusContainer p {
	font-family: 'Slabo 27px', serif;
	font-size: 20px;
	font-style:italic;
	line-height: 1.4;
	color: #333;
	text-align:center;
	width: 100%;
	margin-bottom:10px;
	padding:0 100px;
}

.aboutusContainer img {
	text-align:center;
	width:100%;
	margin:50px 0 25px 0;
}

.aboutusTxt {
	font-size: 22px!important;
	font-style: normal!important;
	line-height: 1.5!important;
}

/* CONTACT US */

.contactusForm {
	margin-top: 50px;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	line-height: 1.4;	
}

.contactusForm form,
.contactusForm form div {
	text-align: center;
}

.contactusForm form label,
.contactusForm form input {
	display:block;
	margin:0 auto;
}

.contactusForm form label {
	margin-bottom:10px;
	font-weight:bold;
}

.contactusForm form input,
.contactusForm form textarea {
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	font-weight:normal;	
	width: 50%;
	margin-bottom:25px;
	padding:15px;
	border-radius:3px;
	border:1px solid #C5C5C5;
	outline: none;
}

.contactusForm form textarea {
	min-height: 200px;
}

.submit {
	margin-top: 25px!important;
	cursor: pointer;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	font-weight:bold;	
}

/* FOOTER */

footer {
	width: 100%;
    background-color: #333;
	overflow:auto;
}

.footerContent {
	width:100%;
	max-width:1023px;
	margin:0 auto;
	padding:0 20px;
}

.footerContent p {
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	color: white;
	text-align:center;
	padding:20px 0;
}

.footerNav {
	text-align:center;
	width:100%;
	background: #E8E8E8;
	overflow:auto;
	padding:10px 20px;
}

.footerNav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

.footerNav li a {
	font-family: 'Slabo 27px', serif;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;	
}

.footerNav li a:hover {
	text-decoration:underline;
}

/* MEDIA QUERIES
============================= */

@media screen and (max-width: 1023px) {

    .js #menu {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
	
	.slicknav_brand {
		font-family: 'Slabo 27px', serif!important;	
	}
	
	.slicknav_nav a {
		font-size: 1rem!important;
		padding: 10px 10px!important;
		font-family: 'Slabo 27px', serif!important;
	}	

	/* HEADER */

	.siteTitle,
	.headerContent .nav {
		display:block;
	}

	.headerContent {
		padding:0;
	}
	
	.siteTitle {
		float: none;
		font-size:20px;
		width:100%;
		line-height:24px;
		border-bottom: 20px solid white;
		height:auto;
	}
	
	.headerContent .nav {
		float: none;
		width:100%;
	}
	
	.headerContent ul {
		width:100%;
		height: auto;
		padding: 0;
	}
	
	.headerContent li {
		float: none;
		display:block;
		text-align:center;
		border-bottom: 1px solid white;
		padding: 0;		
	}
	
	.headerContent li a {
		display: block;
		color: white;
		font-size:14px;
		text-align: center;
		text-decoration: none;
	}
	
	/* SLIDER */
	
	#homeSlider .bx-wrapper {
		margin: 0 auto!important;
	}
	
	.productContainer .bx-wrapper {
    	margin: 30px auto 0 auto!important;
	}
	
	.sliderTxtContainer {
		height: 400px;
		padding: 10px;	
	}
	
	.sliderTxtContent {
		padding: 20px;
	}	
	
	.sliderTxtContent h1 {
		font-size: 32px;
		line-height: 1.2;
		margin-bottom:10px;
	}
	
	.sliderTxtContent p {
		font-size:16px;
		line-height: 1.2;
	}

	#homeSlider .bxslider li {
		height: 400px!important;
	}
	
	/* MAIN */
	
	.lastCollectionContainer li {
		display: block;
		margin:20px 0;
	}
	
	.lastCollectionContainer p {
		padding:0 20px;
	}
	
	.journalContainer p {
		padding:0 20px;
	}
	
	/* LISTING */
	
	.backListing,
	.productBtn {
		display:block;
		float:none;
		margin:10px;
		text-align:center;
	}
	
	.productslider li {
		height: 300px;
	}
	
	.productContainer {
		margin-bottom: 25px;
	}	
	
	/* ABOUT US */
	
	.aboutusContainer p {
		padding: 0 20px;
	}

	
	/* FOOTER */
	
	.footerNav li {
		display: block;
		margin: 10px 0;
	}
   
}