/*
	Theme Name: The Sinner And The Saint Tattoo
	Theme URI: http://thesinnerandthesaint.de
	Description: The Sinner And The Saint Theme
	Author: Marcel Ströter
	Author URI: https://marcelstroeter.com

*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {
    font-family: 'SourceSansPro-Black';
    src:url('./fonts/SourceSansPro-Black.woff') format('woff'),
        url('./fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('./fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg'),
        url('./fonts/SourceSansPro-Black.eot'),
        url('./fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/SourceSansPro-Black.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Bold';
    src:url('./fonts/Lato-Bold.woff') format('woff'),
        url('./fonts/Lato-Bold.woff2') format('woff2'),
        url('./fonts/Lato-Bold.svg#Lato-Bold') format('svg'),
        url('./fonts/Lato-Bold.eot'),
        url('./fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lato-Bold.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Regular';
    src:url('./fonts/Lato-Regular.woff') format('woff'),
        url('./fonts/Lato-Regular.woff2') format('woff2'),
        url('./fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
        url('./fonts/Lato-Regular.eot'),
        url('./fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lato-Regular.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
	background-color: #000;
}
body {
	font-family:'Lato', Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color:#fff;
	background-color: #000;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #fff;
	text-decoration:underline;
	transition: all .5s ease;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	/*border:1px solid #04A4CC;*/
}

h1 {
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.5rem;
	text-transform: uppercase;

}

h1.page_title {
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	/*background-image: url('./img/line.svg');*/
	background-repeat: no-repeat;
	background-position: center;
	
}


h1.artist_title {
	transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
    font-size: 4rem;
    text-align: center;
    top: 50%;
    left: 50%;
    padding: 0 .2em;
    background-color:#000000a8
}


h1.archive_title {
	font-size: 4rem;
	text-align: center;
	/*background-image: url('./img/line.svg');*/
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
  	height:70px;
}


h2 {
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2rem;
	line-height:1;
	text-transform: uppercase;

}


h2.artist_title {
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
  	height:50px;
    color: #fff;
    text-align:center;
    z-index: 10;
    font-size: 2rem;
	opacity: 0;
	transition: all .5s ease;
}

h3,h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
}



/* COLORS */
.red { 
background: rgb(206,64,19);
background: linear-gradient(133deg, rgba(206,64,19,1) 0%, rgba(189,13,13,1) 96%);
}

.black { background-color: #000; }

/* PRELOADER */
.noscroll { 
  overflow: hidden;
}

.preload-wrapper {
	position: fixed;
	width: 100vw;
	height: 100%;
	text-align: center;
	background:#000;
	z-index: 1001;
	transform-origin: bottom left;
}

.loader_logo {
	width:120px;
	height:260px;
	position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    margin: auto;

}

.loader_bar {
	height: 2px;
	width:120px;
	position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    margin: auto;
    background-color: #ffffff;
    transform-origin: top left;
    opacity: 0;
    z-index: 2;
}

.loader_bar_empty {
	height: 2px;
	width:120px;
	position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right:0;
    margin: auto;
    background-color: #4c4c4c;
    transform-origin: top left;
    z-index: 1;
}


/* Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 8px;
  transition: width .5s ease;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(206,64,19); 
  transition: all .5s ease;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}


/* ANIMATIONS */

.fadein {
  opacity: 1;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	position:relative;
	
}
/* header */
.header {
	position: relative;
	
}

.site_branding {
    	display: none;
	}

.title_container {
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 25%;
    z-index: 9;
}

ul.menu_controls {
	background-color: #000;
    padding: 1em;
    display: inline-block;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    margin: 0;
    list-style: none;
    width: 100%;
	background-image: url('./img/thesinnerandthesaint-logo.svg');
	background-size: 50px;
    background-repeat: no-repeat;
    background-position: 95% 13px;
}

ul.menu_controls > li {
	float: left;
	
}

ul.menu_controls > li > a {
	margin-right: 1em;
	display: inline-block;
	width: 35px;
	
}

ul.menu_controls > li > a > svg path {
	fill: #fff;
	transition: all .5s ease;
}

ul.menu_controls > li > a:hover > svg path {
	fill: rgb(206,64,19);
	
}

ul.menu_controls > li:last-child > a {
	margin-right: 0;
	clear: all;
}



/* Navigations & Menus */
a.button {
	position: relative;
  	display: block;
	text-align: center;
	width: 100%;
	height: 50px;
	max-width: 200px;
	margin-top: 1em;   
}

a.button:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    z-index: 0;
    background-color: #fff;
    display: block;
    width: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 a.button .button_txt {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    transition: all .5s ease;
    position: absolute;
    z-index: 1;
    left:30px;
 }


a.button:hover:after, a.button:focus:after, a.button:active:after {
   width: 100%;
}

a.button_orange:hover:after, a.button_orange:hover:after, a.button_orange:hover:after {
	background-color:rgb(206,64,19);
}

a.button:hover .button_txt {
	color: #000;	
}

.slideout_menu {
	position: fixed;
	top: 0;
	left: -550px;
	max-width: 550px;
	width: 80%;
	height: 100vh;
	padding: 1.5em;
	background-color: #000;
	z-index: 80;
	background-image: url('./img/panther-stencil.svg;');
	background-repeat: no-repeat;
    background-size: 360px;
    background-position: 130px 7px;
}

.slideout_cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100vh;
	background-color: rgb(183, 52, 12);
    z-index: 79;
    opacity: 1;
    mix-blend-mode: multiply;
}

.close_btn {
	width: 35px;
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
}

.close_btn > svg path {
	
	fill: rgb(206,64,19);
	transition: all .5s ease;
}

.close_btn:hover > svg path {
	fill: #ffffff;
}


.nav {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 26px;
	transform: translateY(-50%);
	
}

.nav > ul {
	list-style: none;
	padding: 0;
	margin-top: 2.5em;
}

.nav > ul > li {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2rem;
    line-height: 1.2;
	text-transform: uppercase;
}

.nav > ul > li:last-child {
	margin-bottom: 1em;
}

.nav > ul > li > a {
	color: #fff;
	transition: all .5s ease;
	text-decoration:none;
}


.nav > ul > li > a:hover {
	color:rgb(206, 64, 19);
	transform:scale(.8);
	text-decoration:none;
}

.nav > ul > li.current-menu-item > a {
	color:rgb(206, 64, 19);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration:none;
}

body.single-artists .nav > ul > li.menu-item-306 > a, body.single-artists .nav > ul > li.menu-item-68 > a {
	color: rgb(92,14,32);
	color:rgb(206, 64, 20);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration:none;
}

.nav > ul > li.lang-item {
	float: left;
	font-size: 1.5rem;
	margin-top: .5em;
}

.nav > ul > li.lang-item:after {
	content: url(./img/icon-lightbolt.svg);
    color: rgb(206,64,19);
    padding: 0;
    margin: 0 .1em;
    display: inline-block;
    width: 9px;
}

.nav > ul > li.lang-item:last-child:after {
	content: "";
	color: rgb(206,64,19);
}

.post-nav {
  position: absolute;
    top: 20px;
    right: 0;
    overflow: hidden;
}

.button_prev {
	position: relative;
	right: -60px;
	transition: all .5s ease;
}

.button_prev:hover {
	right: 0;
}

.button_next {
	position: relative;
	right: -60px;
	transition: all .5s ease;
}

.button_next:hover {
	right: 0;
}

/* sidebar */
.sidebar {

}

/* footer */
.footer {
	/*background-color: rgb(206,64,19);*/
	background: rgb(206,64,19);
background: linear-gradient(133deg, rgba(206,64,19,1) 0%, rgba(189,13,13,1) 96%);
}


.footer > .container{
	background-image: url('./img/thesinnerandthesaint-logo.svg');
	background-size: 130px;
	background-repeat: no-repeat;
	background-position: 5% 0;
	padding-top: 8em;	
}

.widget_nav_menu > ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;	
}

.widget_nav_menu > ul.menu li {
	display: block;
	margin-bottom: .1em;
	font-style: normal;

}


.widget_nav_menu > ul.menu li > a {
	color: #fff;
	transition: color .5s ease;
	text-decoration:none;
}

.widget_nav_menu > ul.menu li > a:hover {
	color: #000;
	text-decoration:none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* PAGE HERO */
.hero-wrapper {
	width:100%;
	height:50vh;
	overflow: hidden;
	position: relative;
}

.hero_cover {
	background-color: #000;
	opacity: 0.3;
	width: 100vw;
	height: 100vh;
}

.hero-image {
	background-color: #000;
	width: 100%;
	height: 100%;
	background-size: 170%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.hero-image-landing { background-image: url('./img/hero-landing.jpg'); }
.hero-image-shop { background-image: url('./img/hero-shop.jpg'); }
.hero-image-contact { background-image: url('./img/hero-contact.jpg'); }
.hero-image-artist-archive { background-image: url('./img/hero-artist-archive.jpg'); }


@-webkit-keyframes 
heromover {  
	0% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
	}

 	100% {
 		-webkit-transform: scale(1.21176);
		 transform: scale(1.21176);
	}

}

@keyframes 
heromover {  
	0% {
 		-webkit-transform: scale(1);
 		transform: scale(1);
	}

 	100% {
 		-webkit-transform: scale(1.21176);
 		transform: scale(1.21176);
	}
}



.hero-artist {
	background-color: #000;
	width: 100%;
	height: 50vh;
	position:relative;
	
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	opacity:1;
}

.hero-contact {
	background-color: #000;
	width: 100%;
	height: 100vh;
	position:relative;
	
	background-image: url('./img/hero-contact.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	opacity:1;
}


/*.hero_cover {
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0;
}*/


/* LANDING */
.introduction {
	min-height: 680px;
	height: auto; 
	background-image: url('./img/bg-intro-landing.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.intro_container {
	background-color: rgb(206, 64, 19, 0.9);
	min-height: 400px;
}

.slideshow {
	padding: 0 !important;
}

	.slider-holder {
		position:relative;
		width:100%;
		margin:0 auto;
	}

	.slider {
		position:relative;
		width:100%;
		min-height: 240px;
		overflow:hidden;
	}

	.slider-item {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		
	}

	.slider-nav {
		position: absolute;
	    z-index: 10;
	    bottom: 1em;
	    right: 1em;
	}

	.slider-nav .go-prev {
		width:40px;
		height: 40px;
		padding:.5em;
		border-radius: 50%;
		background-color: #fff;
		background-image: url('./img/icon-arrow.svg');
		background-position: 50% 40%;
		background-size: 20px;
	    background-repeat: no-repeat;
	    transform: rotate(-90deg);
	    
	    cursor: pointer;
	}

	.slider-nav .go-next {
		width:40px;
		height: 40px;
		padding:.5em;
		border-radius: 50%;
		background-color: #fff;
		background-image: url('./img/icon-arrow.svg');
		background-position: 50% 40%;
		background-size: 20px;
	    background-repeat: no-repeat;
	    transform: rotate(90deg);
	    cursor: pointer;
	    margin-bottom: .3em;
	}

	


.blog {
	background-color: rgb(206,64,19);
	min-height: 620px;
	position: relative;
  	z-index: 1;
}

.blog:before {
	background-color: rgba(92,14,32, 0.9);
    content: '';
    display: block;
    height: 20%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewY(1.5deg);
    transform-origin: 100%;
    z-index: -1;
}

.blog:after {
	background-color: rgba(92,14,32, 0.9);
	  bottom: 0;
	  content: '';
	  display: block;
	  height: 50%;
	  left: 0;
	  position: absolute;
	  right: 0;
	  transform: skewY(-1.5deg);
	  transform-origin: 100%;
	  z-index: -1;
}


/* Post Slider */
.slick-dots li {
    margin: 0 2px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    font-size: 10px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px !important;
    height: 10px !important;
    content: '\f111';
    text-align: center;
    opacity: .5 !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s ease;
}

.slick-dots li:hover button:before {
    opacity: 1 !important;
}

.slick-dots {
    bottom: -35px !important;
    
}

.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3 {
	text-align: center !important;
}

#carousel-330 .rpc-title {
    font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
}

.wcp-carousel-main-wrap .wcp-img-wrap {
	overflow: hidden;
}

.wcp-carousel-main-wrap .slick-track a > img {
    transform: scale(1);
    transition: all .5s ease;
}

.wcp-carousel-main-wrap .slick-track a:hover > img {
    transform: scale(1.2);
    
}

.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3 {
    margin-left: 0 !important;

}



.landing_bg1 {
	min-height: 290px;
	background-image: url('./img/bg-guns-landing.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.landing_bg2 {
	min-height: 290px;
	background-image: url('./img/bg-landing-2.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.feed {
	min-height: 600px;
	background-color: #000;
	position: relative;
	z-index: 1;
	padding-bottom: 2em;
}

.feed:after {
	background: inherit;
	  bottom: 0;
	  content: '';
	  display: block;
	  height: 50%;
	  left: 0;
	  position: absolute;
	  right: 0;
	  transform: skewY(-1.5deg);
	  transform-origin: 100%;
	  z-index: -1;
}

.feed_container {
	margin-top: 1em;
}

.stencil {
	min-height: 250px;
	position: relative;
	background-image: url('./img/bg-stencil-landing.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


/* Artist Archive */
.artist_item {
	position: relative;
	overflow: hidden;	
}

.artist_item:hover h2.artist_title{
	opacity: 1;
}

.artist_item:hover > .artist_thumb > img {
	opacity: .5;
	transform: scale(1.3);
}

.archive_title_container {
	min-height: 550px;
	position: relative;
	background-image: url(./img/linie-panther.svg);
    background-size: 410px;
    background-position: 50% 30%;
    background-repeat: no-repeat;	
}

.artist_thumb > img {
	opacity: 1;
	transition: all .5s ease;
}

.archive_top_button {
	min-height: 250px;
	position: relative;	
}

.archive_top_button > .to-top {
	width:40px;
	height: 40px;
	padding:.5em;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: 20px;
	bottom: -80px;
	cursor: pointer;
	transition: all .5s ease;
}

/* Artists Single View */
.artist_bottom_img {
	min-height: 290px;
	position: relative;
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
}


.artist_section {
	background-color: inherit;
    /*background-image: url('./img/tiger-stencil.svg');*/
    background-position: 95% 60%;
    background-repeat: no-repeat;
    background-size: 320px;
}

.single_artist_line_left {
	position:absolute;
	width:30%;
	bottom:0;
	left:-50px;
	display:none;
	z-index:0;
}

.single_artist_line_right {
	position:absolute;
	width:50%;
	max-width: 750px;
	right:50px;
	top: -180px;
	z-index:1;
}

ul.viral_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.viral_menu > li {
	float: left;
	margin-right: 1.5em;
}

ul.viral_menu > li > a {
	display: block;
	width: 37px;
	transition: all .5s ease;
}

ul.viral_menu > li > a > svg path{
	transition: all .5s ease;
	fill: #fff;
}

ul.viral_menu > li > a:hover {
	/*background-color: #000;*/
	/*transform: scale(1.2);*/

}

ul.viral_menu > li > a:hover > svg path, ul.viral_menu > li > a:hover > svg circle{
	fill: rgb(206,64,19);
}

/* Shop View */

.sns_icon {
	max-width: 80px;
}

.bg_shop_1 {
	background-color: #000;
	width: 100%;
	min-height: 600px;
	position:relative;

	min-height: 290px;
	background-image: url('./img/bg-shop-1.jpg');
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;

}


.bg_shop_2 {
	background-color: #000;
	width: 100%;
	min-height: 600px;
	position:relative;

	min-height: 290px;
	background-image: url('./img/bg-shop-3.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;

}


.bg_shop_3 {
	min-height: 290px;
	background-image: url('./img/bg-shop-4.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;

}


/* Contact View */
.bg_contact_1 {
	min-height: 290px;
	position: relative;
	background-image: url('./img/bg-contact-1.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.bg_contact_3 {
	min-height: 290px;
	position: relative;
	background-image: url('./img/bg-contact-2.jpg');
	background-size: 150%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}


.to-top {
	width:40px;
	height: 40px;
	padding:.5em;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	transition: all .5s ease;
}




.to-top > svg path {
	fill: #000,
}

.to-top:hover {
	background-color: #000;
	transform: scale(1.3);
}

.to-top:hover > svg path {
	fill: #fff;
}


/*--------------------------------------------------------------
# Formular
--------------------------------------------------------------*/
div.wpforms-container-full {}
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
     padding: 2em 0 !important;
     border: 0 !important;
     border-bottom: 1px solid #4c4c4c !important; 
     background-color: transparent !important;
     color: #fff !important;
     font-size: inherit;
     transition: all .3s ease;
}
div.wpforms-container-full .wpforms-form input[type=email]:focus,
div.wpforms-container-full .wpforms-form input[type=text]:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
	border-bottom: 1px solid rgb(206,64,19) !important; 
}


div.wpforms-container-full .wpforms-form .wpforms-field-label {
     font-size: inherit;
     letter-spacing: 1px;
     word-spacing: 2px;
     text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 2em 0 0 0 !important;
}

.sns-submit-button {
     background: rgb(206,64,19) !important;
     color: #fff !important;
     border-color: rgb(206,64,19) !important;
     border-radius: 0 !important;
     padding: 15px !important;
     transition: all .5s ease;
     width:100% !important;
     /*text-transform: uppercase !important;*/
     /*letter-spacing: 1px !important;*/
}
.sns-submit-button:hover {
     background: #fff !important;
     border-color: #fff !important;
     color: #000 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    padding-top:1em;
    display: block;
    color: rgb(206,64,19) !important;
    font-size: 12px;
    float: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  /*text-transform: uppercase;*/
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  /*text-transform: uppercase;*/
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  /*text-transform: uppercase;*/
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (min-width: 600px) {
	
.hero-wrapper {
	width:100%;
	height:50vh;
	overflow: hidden;
	position: relative;
	}

.hero-image {
	background-color: #000;
	width: 100%;
	height: 100%;
	background-size: 170%;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

	.slideout_menu {
	    background-size: 600px 600px;
    	background-position: 140px -40px;
	}

	.nav > ul > li {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: 2.5rem;
	    line-height: 1.2;
		text-transform: uppercase;
	}

}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {

	.hero-image {
	background-color: #000;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}
	
}

@media only screen and (min-width: 1024px) {
	body {
	font-size: 19px;
	line-height: 1.4;
	}

	h1 {
		letter-spacing: -3px;
	}

	h1.page_title {
		font-size: 12rem;
    	line-height: 1;
    	margin: 0 auto;
		}

	h1.artist_title {
	    font-size: 7rem;

	}

	h2 {
		font-size: 6rem;
		line-height: .9;
		margin-bottom: .2em;
		/*letter-spacing: -3px;*/
	}

	.site_branding {
		position: absolute;
    	right: 2.5em;
    	width: 160px;
    	top: 1em;
    	z-index: 80;
    	display: block;
	}

	.title_container {
		margin: auto;
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    height: 300px;
	    z-index: 9;
	}

	ul.menu_controls {
		background-color: #000;
		padding: .8em;
		position: fixed;
		display: block;
		z-index: 50;
		top: 30px;
	    left: 30px;
		margin:0;
		list-style: none;
		width: 180px;
		background-image: none;
	
	}

	.close_btn {
		left: 50px;
		top:50px;
	}
	
	.nav {
		left: 50px;
	}
	
	.slideout_menu {
	    background-size: 600px 600px;
    	background-position: 140px -40px;
	}

	.nav > ul > li {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 900;
		font-style: normal;
		font-size: 3rem;
	    line-height: 1.2;
		text-transform: uppercase;
	}

	.slick-dots li {
    	margin: 0 5px !important;
	}

	.fadein {
  		opacity: 0;
	}

	.hero-wrapper {
		width:100%;
		height:100vh;
		overflow: hidden;
		position: relative;
	}

	.hero-image {
		background-color: #000;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		-webkit-animation-name: heromover;
		animation-name: heromover;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-duration: 30s;
		animation-duration: 30s;
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.hero-artist {
		background-color: #000;
		width: 100%;
		height: 100vh;
		position:relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		opacity:1;
	}

	.hero-contact {
		background-color: #000;
		width: 100%;
		height: 100vh;
		position:relative;
		background-image: url('./img/hero-contact.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		opacity:1;
	}

	.intro_container {
		background-color: rgba(206, 64, 19);
		min-height: 540px;
	}

	.introduction {
		min-height: 1200px;
		height: auto; 
		background-image: url('./img/bg-intro-landing.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.slider {
		position:relative;
		width:100%;
		min-height: 400px;
		overflow:hidden;
	}

	.landing_bg1 {
		min-height: 600px;
		background-image: url('./img/bg-guns-landing.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.landing_bg2 {
		min-height: 600px;
		background-image: url('./img/bg-landing-2.jpg');
		background-size: 150%;
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.stencil {
		min-height: 600px;
		position: relative;
		background-image: url('./img/bg-stencil-landing.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.bg_shop_1 {
		background-color: #000;
		width: 100%;
		min-height: 600px;
		position:relative;
		
		background-image: url('./img/bg-shop-1.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;

	}


	.bg_shop_2 {
		background-color: #000;
		width: 100%;
		min-height: 600px;
		position:relative;
		
		background-image: url('./img/bg-shop-3.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed;

	}


	.bg_shop_3 {
		min-height: 600px;
		position: relative;
		background-image: url('./img/bg-shop-4.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.bg_contact_1 {
		min-height: 600px;
		position: relative;
		background-image: url('./img/bg-contact-1.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.bg_contact_3 {
		min-height: 600px;
		position: relative;
		background-image: url('./img/bg-contact-2.jpg');
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.artist_bottom_img {
		min-height: 600px;
		position: relative;
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: hidden;
		}

	.sns_icon {
   		max-width: 120px;
	}

	.footer > .container{
		background-image: url('./img/thesinnerandthesaint-logo.svg');
		background-size: 160px;
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-top: 9em;	
	}

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#EF8A2E;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#EF8A2E;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#EF8A2E;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
