/*
Theme Name: Anne Emberline Theme
Description: Custom Theme for AnneEmberline.com
Author: Anne Emberline
Author URI: http://www.anneemberline.com
*/

/* Fonts */

@font-face {
    font-family: 'Uglyqua';
    src: url('fonts/uglyqua-italic-webfont.eot');
    src: url('fonts/uglyqua-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uglyqua-italic-webfont.woff2') format('woff2'),
         url('fonts/uglyqua-italic-webfont.woff') format('woff'),
         url('fonts/uglyqua-italic-webfont.ttf') format('truetype'),
         url('fonts/uglyqua-italic-webfont.svg#uglyquaitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Uglyqua';
    src: url('fonts/uglyqua-webfont.eot');
    src: url('fonts/uglyqua-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/uglyqua-webfont.woff2') format('woff2'),
         url('fonts/uglyqua-webfont.woff') format('woff'),
         url('fonts/uglyqua-webfont.ttf') format('truetype'),
         url('fonts/uglyqua-webfont.svg#uglyquaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Univers';
    src: url('fonts/univers-condensed-webfont.eot');
    src: url('fonts/univers-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers-condensed-webfont.woff2') format('woff2'),
         url('fonts/univers-condensed-webfont.woff') format('woff'),
         url('fonts/univers-condensed-webfont.ttf') format('truetype'),
         url('fonts/univers-condensed-webfont.svg#univers_57_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* General Styles */


body {
    width: 100%;
    height: 100%;
    font:16px 'Univers',sans-serif;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    background: #000;
    color: #fff;
}

html {
    width: 100%;
    height: 100%;
}


a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
	color: #aaa;
	outline: none;
	text-decoration: none;
}

.content a, .content a:hover; {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Uglyqua', serif;
	font-weight: normal;
	font-style: normal;
}

h4 {
	text-transform: uppercase;
}

.content p {
	margin: 1em 0;
}

.content .date {
	margin: 0 0 1em 0;
}

.post-excerpt img {
	margin: 1em 0;
}

body .button {
	display: inline-block;
	background: #781218;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Univers', sans-serif;
	padding: 0.5em;
	margin: 0;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body .button:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

img {
	max-width: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}



/* Nav Menu Styles
=========================================*/

.navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	font-size: 24px;
	font-family: 'Uglyqua', sans-serif;
	font-style: italic;
	float: left;
	color: #fff;
	margin: 0 1em;
	padding: 0;
	height: auto;
}

.navbar-default a:active, .navbar-default a:focus {
	color: #fff !important;
	outline: 0;
}

.navbar-default .navbar-brand {
	opacity: 0.7;
}

.navbar {
	background: rgba(0,0,0,0.2);
	border: none;
	padding: 1em 0;
	position: fixed;
	top: 0;
	min-height: 0;
	margin-bottom: 0;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	opacity: 1;
}


.navbar ul {
	margin: 0 auto;
}

.navbar ul li {
	float: left;
	display: inline-block;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	opacity: 0.7;
	text-transform: lowercase;
	font-size: 16px;
	padding: 0 0.8em;
}

.navbar-nav > li > a {
	padding: 0;
}

.navbar-default .navbar-nav > li > a:hover {
	opacity: 1;
	color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
}


.navbar .social-links {
	list-style-type: none;
	margin-right: 1em;
	float: right;
}


.navbar .social-links a {
	color: #fff;
	opacity: 0.7;
	margin: 0 0.5em 0 0.2em;
	padding: 0;
}

.social-links img {
	float: right;
}

.navbar .social-links a:hover {
	opacity: 1;
}

.navbar-toggle {
	border-radius: 0;
	padding: 0;
	border: none;
	margin: 0;
	margin-right: 1em;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}


/* Email List
=====================================================*/


.email-signup {
	width: auto;
	float: right;
	margin-bottom: 0.8em;
}

.email-signup h3 {
	font-family: 'Univers', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	display: inline-block;
	width: 80px;
	margin: 0 10px 0 0;
	box-sizing: border-box;
}

.email-signup .textwidget, .email-signup #mc_embed_signup, .email-signup, .email-signup form, .email-signup #mc_embed_signup_scroll, .email-signup #mce-responses, .email-signup .mc-field-group {
	display: inline-block;
}

.email-signup #mc-embedded-subscribe-form input[type="email"] {
	width: 130px;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	display: inline-block;
	background: rgba(255,255,255,0.4);
	border: none;
	color: #000;
}


.email-signup #mc-embedded-subscribe {
	width: 80px;
	margin: 0;
	box-sizing: border-box;
	display: inline-block;
	background: #781218;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Univers', sans-serif;
	padding: 0;
	border: none;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.email-signup #mc-embedded-subscribe:hover {
	opacity: 1;
}

.email-signup .mc-field-group label {
	display: none;
}


.content .email-signup {
	float: none;
}

.content .email-signup h3 {
	display: block;
	float: none;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	width: auto;
	font-family: 'UglyQua', serif;
}

.content .email-signup #mc-embedded-subscribe {
	opacity: 1;
}

.email-signup #mc-embedded-subscribe:hover {
	background: #fff;
	color: #000;
}

.content .email-signup .textwidget, .shop-section .content .email-signup #mc_embed_signup, .shop-section .content .email-signup, .shop-section .content .email-signup form, .shop-section .content .email-signup #mc_embed_signup_scroll, .shop-section .content .email-signup #mce-responses, .shop-section .content .email-signup .mc-field-group {
	display: block;
}


.shop-section .content .email-signup #mc-embedded-subscribe-form input[type="email"] {
	margin-bottom: 0.5em;
	width: 100%;
}

.content .email-signup #mc-embedded-subscribe-form input[type="email"] {
	width: 400px;
	max-width: 100%;
}





/* Home Page Styles
========================================================*/

.slide {
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    position:relative;
    min-height: 100%;
    padding: 120px 0;
}

.content, .woocommerce-content {
	width: 40%;
	float: left;
	margin-left: 5%;
}

.content-right {
	width: 40%;
	float: right;
	margin-right: 5%;
}

.pagetitle, .single-pagetitle {
	text-transform: uppercase;
	margin-bottom: 2em;
}

#inner .pagetitle {
	margin-bottom: 1em;
}

.single-pagetitle {
	margin-bottom: 0;
}



/* Background Images
==============================================
*/

.inner-section {
	background-image: url('images/backgrounds/slide1bg.jpg');

}

.banner-section {
    background-image: url('images/backgrounds/bg1-2.jpg');
    background-position: top right;
}

#divider1 {
	background-image: url('images/backgrounds/theres-no-reason-bg.jpg');
}

.bio-section {
    background-image: url('images/backgrounds/bg11-2.jpg');
}

.music-and-video-section {
    background-image: url('images/backgrounds/theres-no-reason-bg.jpg');
}

.photos-section {
    background-image: url('images/backgrounds/bg4-2.jpg');
}

.shows-section {
    background-image: url('images/backgrounds/bg10-2.jpg');
}

.shop-section {
    background-image: url('images/backgrounds/my-whole-life-bg.jpg');
}

.news-section {
    background-image: url('images/backgrounds/bg8-2.jpg');
}

.contact-section {
    background-image: url('images/backgrounds/bg6-2.jpg');
    background-position: center right;
}



/* Banner Section 
=======================================*/

.banner-content {
    width:30%;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:15%;
    -webkit-transform:translate(-15%,-40%);
    -moz-transform:translate(-15%,-40%);
    -ms-transform:translate(-15%,-40%);
    -o-transform:translate(-15%,-40%);
    transform:translate(-15%,-40%)
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner-content h1 {
	font-size: 62px;
	margin: 0 0 0 2px;
	padding: 0;
}

.banner-content h2 {
	font-size: 36px;
	margin: 0;
	padding: 0;
}

.banner-content p {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Univers', sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
}

.banner-content p span {
	font-size: 14px;
}

.banner-content .button {
	margin: 8px 0 0 0;
	padding: 0.2em 1em;
	display: inline-block;
}

#homeimages {
	position: relative;
	margin-top: 2em;
	z-index: -2;
}

#homeimage1 {
	float: left;
	z-index: 2;
	width: 58%;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#homeimage2 {
	position: absolute;
	top: 25%;
	right: 0;
	z-index: -1;
	width: 58%;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#homeimage1:hover {
    -ms-transform: translate(0,-4px); /* IE 9 */
    -webkit-transform: translate(0,-4px); /* Safari */
    transform: translate(0,-4px); /* Standard syntax */
}

#homeimage2:hover {
    -ms-transform: translate(0,-4px) rotate(7deg); /* IE 9 */
    -webkit-transform: translate(0,-4px) rotate(7deg); /* Safari */
    transform: translate(0,-4px) rotate(7deg); /* Standard syntax */
}



.divider1 {
	height: 300px;
	background: #000;
	font-family: 'Uglyqua', serif;
	font-size: 40px;
	background: url('images/quote2.jpg') center right;
	background-attachment: fixed;
	background-size: cover;
	height: 60%;
	width: 100%;
}


/* Photos Section Styles */

.ngg-galleryoverview .ngg-gallery-thumbnail img {
	padding: 0;
	margin: 0 0 3em 3em;
	background: none;
	border: none;
}

.ngg-galleryoverview {
	width: auto;
	display: inline-block;
}


/* Shows Section Styles */

.shows-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.shows-section ul li {
	margin: 2em 0;
}

.shows-list ul li a {
	display: inline-block;
	font-size: 0.9em;
	padding: 0.1em 0.5em;
	background: #781218;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin-left: 1em;
	margin-bottom: 2em;
}

.shows-list ul li a:hover {
	text-decoration: none;
	background: #fff;
	color: #000
}

.shows-list {
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 50px;
}

.shows-section .social-links {
	list-style-type: none;
	display: block;
	clear: both;
	margin: 0.3em 0;
	padding: 0;
}

.shows-section .social-links img {
	float: none;
}

.shows-section .social-links li {
	display: inline;
	margin: 0 1em 0 0;
	float: left;
}

.shows-section .email-signup {
	margin-bottom: 40px;
}


/* Contact Section Styles */

.contact-section {
	text-align: center;
}

.contact-section .col-lg-6 {
	margin: 0 auto;
	float: none;
}

.email-address a {
	color: #fff;
	font-family: 'Uglyqua', sans-serif;
	font-size: 2em;
}

.contact-section .social-links {
	list-style-type: none;
	display: block;
	clear: both;
	margin: 0.7em 0;
	padding: 0;
}

.contact-section .social-links img {
	float: none;
}

.contact-section ul li {
	display: inline;
	margin: 0 0.5em;
}


.contact-section textarea {
	width: 100%;
	max-width: 100%;
	color: #000;
}

.contact-section form {
	text-align: left;
	font-weight: normal;
	margin-top: 2em;
}

.contact-section input {
	width: 100%;
	max-width: 100%;
	color: #000;
}

.contact-section label {
	margin: 1.3em 0 0.2em 0;
	display: block;
	font-weight: normal;
}	

.contact-section .button {
	display: block;
	width: 250px;
	margin: 1em auto;
}

/* News Styles
============================================*/

.post-image {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.full-post {
	margin-top: 2em;
}

.full-post .post-image {
	width: 100%;
	float: none;
	margin-bottom: 1em;
}


.post {
	margin-bottom: 2em;
}

.post-title {
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
}

.post-title a {
	color: #fff;
}

.post-text {
	/*	width: 70%;
	float: right; */
	width: 100%;
	float: none;
}

.post .read-more {
	padding: 0.2em 0.5em;
	margin: 0.5em 0;
}

.read-more-news {
	margin-top: 2em;
	text-transform: uppercase;
	font-size: 1.2em;
}

.read-more-news a {
	color: #fff;
}

.navigation {
	margin-top: 1.5em;
}


/* Gallery Section Styles
============================================*/

.envira-gallery-wrap {
	overflow: hidden;
}

/* Shop Section Styles
=============================================*/

.staticshop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.staticshop img {
	width: 48%;
	float: left;
}

.staticshop h3 {
	margin-top: 0;
}

.staticshop a {
	text-transform: uppercase;
}

.shop-info {
	width: 48%;
	float: right;
}


/* Old Online Store Styles 
=============================================*/


.shop-section .pagetitle {
	margin-bottom: 1.5em;
}

.shop-section .woocommerce ul.products li.product, .shop-section .woocommerce-page ul.products li.product {
	width: 100%;
	margin-bottom: 2em;
}

.shop-section .woocommerce ul.products li.product a img, .woocommerce-content .images {
	width: 50%;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.shop-section .woocommerce ul.products li.product h3, .woocommerce-content .product_title {
	font-size: 1.5em;
}

.shop-section .woocommerce ul.products li.product .price {
	color: #fff;
	font-size: 1em;
}

.woocommerce-content .price {
	color: #fff;
	font-size: 1.5em;
}

body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
	color: #fff;
	background: #781218;
	border-radius: 0;
	font-weight: normal;
}

body .woocommerce #respond input#submit:hover, body .woocommerce a.button:hover, body .woocommerce button.button:hover, body .woocommerce input.button:hover {
	color: #fff;
	background: #000;
}

.woocommerce-content .variations .label {
	font-size: 1em;
	clear: both;
	padding: 0;
	margin-right: 0.5em;
	text-transform: uppercase;
}

.woocommerce-content .variations .label label {
	font-weight: normal;
}

.woocommerce-content .variations {
	margin: 1.5em 0;
}

.woocommerce-content .variations select, .woocommerce-content .quantity {
	color: #000;
}

.woocommerce-content .summary h2 {
	clear: both;
	font-size: 1.2em;
	margin-top: 1.5em;
	text-transform: uppercase;
}

.product_meta {
	display: none;
}

/* Footer Styles
==============================================*/

#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	display: inline-block;
	margin-right: 1em;
	min-width: 320px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .credit {
	text-align: right;
	margin-bottom: 0.4em;
	opacity: 0.9;
}



/* Media Queries
==============================================*/

@media screen and (max-width: 1300px) {
	.banner-content h1 {
		font-size: 55px;
	}
	
	.banner-content h2 {
		font-size: 34px;
	}
	
	.banner-content p {
		font-size: 20px;
		margin-bottom: 1em;
	}
		
	#homeimage {
		width: 60%;
	}
}

@media screen and (max-width: 1000px) {
	.navbar .social-links {
		float: left;
		clear: both;
		margin-right: 0;
		margin-top: 1em;
		padding-left: 0.5em;
	}
	
	.banner-section {
		background-position: center center;
	}
	
	.content {
		width: 70%;
	}
	
	.content-right {
		width: 70%;
		float: left;
		margin-left: 5%;
		margin-top: 40px;
	}
	
	.banner-content {
		width: 50%;
	}
	
	.inner-section {
		background-image: url('images/backgrounds/texturebg1.jpg');
	}
}

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

	.banner-content {
		width:390px;
		max-width:100%;
		display:inline-block;
		position:absolute;
    	top:50%;
    	left:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		-o-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%)
		margin: 2em 0;
	}
	

	
	.content, .woocommerce-content, .content-right {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	
	.content-right {
		margin-top: 40px;
	}
	
	.slide {
		background-attachment: scroll;
		background-size: cover;
		background: position: center center;
	}

	.navbar .navbar-nav li {
		float: none;
		clear: both;
		display: block;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 0.5em 1em;
	}
	
	
	.navbar-default > .navbar-nav {
		margin-top: 2em;
	}
	
	.navbar .social-links {
		padding-left: 0;
	}
	
	.navbar-collapse {
		box-shadow: none;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		padding-top: 1em;
	}
	
	#footer {
		position: static;
		display: block;
		background: url('images/backgrounds/my-whole-life-bg.jpg');
		background-size: cover;
		padding: 1em 0;
		text-align: center;
	}
	
	#footer .credit {
		text-align: center;
	}
	
	#footer .email-signup {
		margin: 0 auto;
		float: none;
	}
	
	#inner .content {
		width: 90%;
	}
	
}

@media screen and (max-width: 480px) {
	
	.banner-content {
		width:390px;
		max-width:100%;
		display:inline-block;
		position:static;
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		transform:translate(0,0);
		margin: 2em 0;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail-box, .ngg-galleryoverview .ngg-gallery-thumbnail {
		width: 100%;
	}
	
	.ngg-galleryoverview .ngg-gallery-thumbnail img {
		margin: 2em 0;
	}
	
	.banner-section {
		background-image: url('images/backgrounds/texturebg1.jpg');
	}
	
	.email-address a {
		font-size: 1.3em;
	}
	
	.contact-section .pagetitle {
		margin-bottom: 1em;
	}

	
	.banner-content h1 {
		font-size: 40px;
	}
	
	.banner-content h2 {
		font-size: 28px;
	}
	
	.banner-content p span {
		display: block;
	}
	
	.banner-content p {
		font-size: 16px;
	}	
	
	.slide {
		padding: 80px 0;
	}
	
	.staticshop img {
		width: 100%;
		float: none;
	}
	
	
	.shop-info {
		width: 100%;
		float: none;
		margin-top: 1em;
	}
	
	
}

.juicer-feed {
    font:16px 'Univers',sans-serif !important;
}