/*******************************************/
/*                                         */
/*  layout1.css                            */
/*                                         */
/*  This file is part of the Dizzle Worx   */
/*  CMS                                    */
/*                                         */
/*  Copyright (c) 2014 BMW Web Dev.        */
/*                                         */
/*  DW-CMS is free software: you can       */
/*  redistribute it and/or modify it       */
/*  under the terms of the GNU General     */
/*  Public License as published by the     */
/*  Free Software Foundation, either       */
/*  version 3 of the License, or (at your  */
/*  option) any later version.             */
/*                                         */
/*  DW-CMS is distributed in the hope      */
/*  that it will be useful, but WITHOUT    */
/*  ANY WARRANTY; without even the         */
/*  implied warranty of MERCHANTABILITY    */
/*  or FITNESS FOR A PARTICULAR PURPOSE.   */
/*  See the GNU General Public License     */
/*  for more details. See                  */
/*  <http://www.gnu.org/licenses/>.        */
/*                                         */
/*******************************************/

/* 1. Global Resets */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

.img-responsive {
	width: 100%;
}

/* 2. Typography */
@font-face {
    font-family: 'nellaSueDemo';
    src: url('fonts/nellasuedemo.eot');
    src: url('fonts/nellasuedemo.eot?#iefix') format('embedded-opentype'),
         url('fonts/nellasuedemo.woff2') format('woff2'),
         url('fonts/nellasuedemo.woff') format('woff'),
         url('fonts/nellasuedemo.ttf') format('truetype'),
         url('fonts/nellasuedemo.svg#nella_sue_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'indieRock';
    src: url('fonts/indierock.eot');
    src: url('fonts/indierock.eot?#iefix') format('embedded-opentype'),
         url('fonts/indierock.woff2') format('woff2'),
         url('fonts/indierock.woff') format('woff'),
         url('fonts/indierock.ttf') format('truetype'),
         url('fonts/indierock.svg#indierockregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'simplePrint';
    src: url('fonts/simple_print.eot');
    src: url('fonts/simple_print.eot?#iefix') format('embedded-opentype'),
         url('fonts/simple_print.woff2') format('woff2'),
         url('fonts/simple_print.woff') format('woff'),
         url('fonts/simple_print.ttf') format('truetype'),
         url('fonts/simple_print.svg#simple_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.simplePrint { font-family: 'simplePrint'; }
.indieRock { font-family: 'indieRock'; }
.nellaSueDemo { font-family: 'nellaSueDemo'; }

.teal { color: #099; }
.limon { color: #ef6fb0; }
.pinkish { color: #ff5050; }

a { color: #ff5050; }
a:hover, a:focus { color: #dd1010; }

/* 3. General Layout */
body {
	font-size: 18px;
	position: relative;
}

/* 4. Nav */
.navbar {
	background-color: rgba(255,255,255,0.8);
	border: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #ff5050;
}

/* 5. Header */
header {
	position: relative;
}
header > h1 {
	text-indent: -5000px;
	margin: 0;
}

/* 6. Hero Unit Slideshow */
.hero {
	position: absolute;
	top: 30%;
	z-index: 900;
	width: 100%;
	padding: 30px;
	background: rgba(255,255,255,0.8);
}
.slick-slider {
	margin-bottom: 0;
}
.slick-slide img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.slick-next,
.slick-prev {
	color: #ff5050;
}
.slick-prev:before,
.slick-next:before {
	color: #ff5050;
	font-family: 'FontAwesome';
}

/* 7. General Content */
.marketing {
	height: 200px;
}
.section-header {
	margin: 0;
	font-family: 'simplePrint';
	font-size: 96px;
	line-height: 200px;
}
#Collections > .marketing {
	background: #099;
	color: #fff;
}
.featurette {
	padding-top: 80px;
	padding-bottom: 80px;
}
.featurette h3 {
	font-family: nellaSueDemo;
	font-size: 64px;
	margin: 18% 0 40px 0;
}
#VintageSilver,
#Charms {
	background: #f7f7f9;
}

#SpecialOrders > .marketing {
	background: #e6feb0;
	color: #333;
}
#SpecialOrders > .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

#TrunkShows > .marketing {
	background: #ff5050;
	color: #fff;
}
#TrunkShows > .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

#About {
	padding-bottom: 80px;
	color: #fff;
	background-color: #a5a5a5;
}

#Contact {
	padding: 0 0 40px 0;
	background: #333;
	color: #fff;
}
.contact-list {
	list-style: none;
	padding: 0;
}
.contact-item {
	width: 24.5%;
	padding: 0 20px;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}
.contact-item > a {
	color: #fff;
	display: block;
}
.contact-item > a:hover {
	color: #e6feb0;
	text-decoration: none;
}
.contact-item > a > .fa {
	font-size: 4em; /* Imitates FA default styles for .fa-4x class*/
}
.contact-item > a > .fa-stack {
	font-size: 2em; /* Imitates FA default styles for .fa-2x class*/
}
.contact-item > a > span:not(.fa-stack) {
	font-size: 16px;
	line-height: .5;
}
.contact-item .fa-etsy {
	color: #333;
}
.contact-item .fa-etsy:before {
	content: "Etsy";
}
#footer {
	padding: 20px 0;
	background: #000;
	color: #fff;
} 

.spec-ord-parallax { background: url(../img/fs-slide2.jpg); }
.parallax {
	height: 400px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.divider-wide {
	margin: 80px 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 1549px) {
	.featurette {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.featurette h3 {
		font-size: 56px;
		margin: 16% 0 38px 0;
	}
}

@media only screen and (max-width: 1199px) {
	.marketing {
		height: 180px;
	}
	.section-header {
		font-size: 84px;
		line-height: 180px;
	}
	.featurette {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.featurette h3 {
		font-size: 48px;
		margin: 22% 0 38px 0;
	}
	.lead {
		font-size: 16px;
	}
	#About {
		padding-bottom: 60px;
	}
	.contact-item > a > .fa {
		font-size: 3em; /* Imitates FA default styles for .fa-4x class*/
	}
	.contact-item > a > .fa-stack {
		font-size: 1.5em; /* Imitates FA default styles for .fa-2x class*/
	}
}

@media only screen and (max-width: 991px) {
	.hero {
		padding: 10px;
		-border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.slick-next {
		right: 0;
	}
	.slick-prev {
		left: 0;
	}
	.marketing {
		height: 160px;
	}
	.section-header {
		font-size: 72px;
		line-height: 160px;
	}
	.featurette {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.featurette h3 {
		font-size: 36px;
		margin: 22% 0 38px 0;
	}
	#About {
		padding-bottom: 40px;
	}
	.contact-item > a > .fa {
		font-size: 2em; /* Imitates FA default styles for .fa-4x class*/
	}
	.contact-item > a > .fa-stack {
		font-size: 1em; /* Imitates FA default styles for .fa-2x class*/
	}
}

@media only screen and (max-width: 767px) {
	.navbar {
		background-color: #fff;
	}
	header {
		margin-top: 50px;
	}
	.hero {
		position: initial;
	}
	.hero p {
		font-size: 16px;
	}
	.marketing {
		height: 140px;
	}
	.section-header {
		font-size: 68px;
		line-height: 140px;
	}
	.featurette {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.featurette h3 {
		margin: 10px auto;
	}
	.parallax {
		height: 200px;
		background-position: 25% 25%;
	}
	#SpecialOrders > .container,
	#TrunkShows > .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#About {
		padding-bottom: 20px;
	}
	.contact-item {
		width: 24%;
		padding: 0;
	}
}

@media only screen and (max-width: 549px) {
	.marketing {
		height: 120px;
	}
	.section-header {
		font-size: 64px;
		line-height: 120px;
	}
	#SpecialOrders > .container,
	#TrunkShows > .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contact-item {
		width: 23.5%;
	}
}