/*
Theme Name: Shine.io Theme
Description: Custom WP Theme
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *	Name: 	Font Name
 *	Code: 	font-family: 'font-name', sans-serif
 *	Sizes: 	300, 400, 500, 700
 */ 


html, body {
        position: relative;
        height: 100%;
}
body {
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
/*================================
=            BASE CSS            =
================================*/
body {
	font-family: 'PT Sans', Arial, sans-serif;
	background-color: #353131;
}
section, header, footer, main {
	position: relative;
}
a {

}
p {

}
input, textarea  {

}
input {

}
h1, .h1 {
	font-family: 'Sue Ellen Francisco', cursive;
}
h2, .h2 {
	font-family: 'Sue Ellen Francisco', cursive;
}
h3, .h3 {

}
h4, .h4 {

}
::selection {

}
::-moz-selection {

}

#site-canvas {
	position: relative;
	width: 100%;
	overflow:hidden;
	left: 0;
	z-index: 2;
	transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
body.mobile-active #site-canvas {
    left: 0;
}
#site-header .navbar-fixed-top {
		transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
#site-header .navbar-fixed-top {
	width: 100%;
	left: 0;
	padding: 0 20px;
}
body.mobile-active #site-header .navbar-fixed-top {
	left: 0;
}

#toggle-nav,#mobile-navigation {
	display: none;
}
.sub-menu {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	top: 102%;
	right: 0;
    width: 100%;
    text-align: right;
    padding: 2px 10px;
	transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.sub-menu li {
	font-size: 15px;
	line-height: 18px;
    padding: 4px 0;
    margin: 0;
}
.menu-item-has-children {
	position: relative;
}
header .menu-item-has-children:after {
	font-family: 'FontAwesome';
	content: '\f0d7';
	position: absolute;
	right: 10px;
	bottom: 15px;
	color: #dedede;
}
#site-header.scrolled .menu-item-has-children:after {
	bottom: 18px;
}
.open .sub-menu li:after {
	opacity: 1;
}
.sub-menu li:last-child {
	border-bottom: none;
}
.sub-menu li a:hover {
	color: #dedede;
	text-decoration: none;
}
li.open {
	position: relative;
}
.open .sub-menu {
	visibility: visible;
	display: block;
	opacity: 1;
    top: 95%;
    z-index: 1;
    width: 300%;
}
#site-header.scrolled .open .sub-menu {
	top: 100%;
}
.open .sub-menu:before {
	content: '';
	background: #1B1A1A;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    opacity: 0.95;
    z-index: -1;
}
.sub-menu li {
	display: block;
	list-style-type: none;
}
.sub-menu li a {
	color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 0 0 3px;
    font-family: "PT Sans Narrow", Arial, sans-serif;
}
header .navbar-header .navbar-brand,footer .brand a{
	font-family: 'Sue Ellen Francisco', cursive;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.05em;
	padding-top: 46px;
	color: #fff;
	font-weight: normal;
	transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    height: auto;
}

header .navbar-inverse {
	background: none;
	border: none;
	transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
header .navbar-inverse .navbar-nav>li>a, footer ul>li>a {
	color: #dedede;
	font-size: 20px;
	line-height: 40px;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	padding: 35px 28px 5px 28px;
	transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
 .navbar-inverse .navbar-nav>li.social>a, .navbar-inverse .navbar-nav>li.home>a,footer ul>li.home>a,footer ul>li.social>a{
	padding: 35px 10px 5px 10px;
}
li.home,ul li.social:first-of-type {
	position:relative;
}
li.home:after{
	content:'';
	height:20px;
	border-right: solid 1px #636363;
	position: absolute;
	top: -3px;
	right: -12px;
}
#site-header li.home:after {
	right: -10px;
	top: 45px;
		transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
#site-header.scrolled li.home:after {
	top: 23px;
    
}
ul li.social:first-of-type:after{
	content:'';
	height:20px;
	border-left: solid 1px #636363;
	position: absolute;
	top: -3px;
	left: -12px;
}
.navbar-inverse .navbar-nav>li>a:hover,footer ul>li>a:hover {
	color: #ff5d37;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #ff5d37;
    background: none;
}

#site-header.scrolled .navbar-inverse {
	background-color: #313030;
}
#site-header.scrolled .navbar-brand {
	padding-top: 27px;
}
#site-header.scrolled .navbar-inverse .navbar-nav>li>a {
	padding: 14px 28px 8px 28px;
}
#site-header.scrolled .navbar-inverse .navbar-nav>li.social>a,#site-header.scrolled .navbar-inverse .navbar-nav>li.home>a{
	padding: 14px 10px 8px 10px;
}

#topper {
	overflow:hidden;
	position: relative;
	z-index:2;
	text-align: center;
	color: #fff;
}
#topper h1 {
	padding: 140px 0;
	font-size: 70px;
	letter-spacing: 0.04em;
}
#topper .swiper-slide {
	position:relative;
	z-index: 1;
}
#topper .swiper-slide:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: #0E0C0B;
	opacity: 0.6;
	z-index: -1;
}
#topper .swiper-slide .row {
	padding-top: 161px;
}
#topper .swiper-slide.landscape .image-meta {
	padding-top: 40px;
}
#topper .swiper-button-next {
	right: 20px;
}
#topper .swiper-button-prev {
	left: 20px;
}
#topper .swiper-slide .img-wrap,.piece-block .img-wrap {
	max-width: 250px;
	width: 100%;
	max-height: 350px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#topper .swiper-slide img,.piece-block img {
	vertical-align: middle;
	max-width: 100%;
}
#topper .swiper-slide img.landscape,.piece-block img.landscape {
	width: 98%;
	height: auto;
}
#topper .swiper-slide img.portrait,.piece-block img.portrait {
	
	
}
#topper .swiper-slide .helper,.piece-block .helper {
    display: inline-block;
    height: 100%;
    width:0;
    vertical-align: middle;
}
#topper .swiper-slide {
	text-align: left;
}

#topper .topper-bg,#topper .swiper-slide .topper-bg,.piece-blocks .block-bg {
	position: absolute;
	top: -5px;
	left: -10px;
	width: 105%;
	height: 105%;
	z-index: -3;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	filter: blur(5px); /* Someday, sigh ... */ 
	-webkit-filter: blur(5px); /* Prefixed CSS3 blur filters */
	-moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	-ms-filter: blur(5px); 
	filter: url(#blur); /* Firefox needs SVG */
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5'); /* IE lte 9 */	
}
#topper.home-topper, #topper .swiper-container, #topper .swiper-slide {
	min-height: 594px;
}
/*@media only screen and (max-width: 600px){
	#topper.home-topper, #topper .swiper-container, #topper .swiper-slide {
		min-height: 650px;
	}
}*/
#topper.page-topper {
	min-height: 380px;
}
#topper .swiper-slide .topper-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.45+0,0+25 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(31,46,58,0) 35%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(31,46,58,0) 35%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(31,46,58,0) 35%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#topper .swiper-slide .image-meta h2 {
	font-size: 50px;
	letter-spacing: 0.05em;
	line-height: 65px;
	padding-bottom: 15px;
}
#topper .swiper-slide .image-meta p {
	font-family: "PT Sans Narrow",sans-serif;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.05em;
}
#topper .swiper-slide .image-meta p.meta {
	font-weight: bold;
	padding-bottom: 5px;
}

/*Home*/
#top-blocks,.piece-blocks,#event-blocks {
	background-color: #fff;
}
#top-blocks .container-fluid,.piece-blocks .container-fluid,#event-blocks .container-fluid {
	padding: 4px 2px 0 2px;
}
#top-blocks .col-sm-4, .piece-blocks .piece-block, #event-blocks .col-sm-12,#top-blocks .col-sm-6 {
	padding: 0 2px 4px 2px;
}
.piece-blocks.collection-page-piece-blocks .piece-block {
	padding: 0 2px 0px 2px;
}
#top-blocks a,.piece-block a,#event-blocks a {
	position: relative;
	display: block;
	height: 270px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #313030;
	text-align: center;
	color: #fff;
	z-index: 1;
}
#top-blocks a:after,.piece-block a:after,#event-blocks a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #313030;
	opacity: 0.5;
	z-index: -1;
	transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
#top-blocks h3,#event-blocks h3 {
	line-height: 270px;
	font-family: "PT Sans Narrow",sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 24px;
	transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
#top-blocks a:hover,.piece-block a:hover,#event-blocks a:hover {
	text-decoration: none;
}
#top-blocks a:hover:after,#event-blocks a:hover:after {
	opacity: 0.7;
}
#top-blocks a:hover h3,#event-blocks a:hover h3 {
	font-size: 25px;

}

/*Piece Block*/
.piece-blocks .block-bg {
	background-color: #313030;
	filter: blur(5px); /* Someday, sigh ... */ 
	-webkit-filter: blur(5px); /* Prefixed CSS3 blur filters */
	-moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	-ms-filter: blur(5px); 
	filter: url(#blur); /* Firefox needs SVG */
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5'); /* IE lte 9 */	
}
.home .piece-blocks .container-fluid{
	padding-top: 0;
	padding-bottom: 0;
}
.home .piece-blocks .piece-block {
	padding-bottom: 0;
	padding-top: 0;
}
.piece-block {
	overflow: hidden;
	text-align: left;
}
.piece-block a {
	height: 500px;
	background: none;
	margin: 0px 2px 4px 0;
	overflow:hidden;
}
.piece-block a .row-fluid {
	padding-top: 50px;
}
.piece-block a:hover:after {
	opacity: 0.9;
}
.piece-block h3 {
	text-align: center;
	font-family: 'Sue Ellen Francisco', cursive;
	font-size: 40px;
	letter-spacing: 0.05em;
	line-height: 45px;
	padding-top: 90px;
	padding-bottom: 30px;
}
.piece-block button, .swiper-slide .button {
	text-align: center;
	background: none;
	border: none;
	color: #ff5d37;
	text-transform: uppercase;
	font-family: "PT Sans Narrow",sans-serif;
	margin: 0 auto;
	font-size: 17px;
	letter-spacing: 0.05em;
	opacity: 0;
	transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}
.swiper-slide .button {
	opacity: 1;
	background-color: #313030;
	padding: 10px 30px;
	display: block;
	max-width: 400px;
	margin-top: 20px;
	float: left;

}
.swiper-slide .button:after{
	content: '';
	clear: both;
}
.piece-block a:hover button {
	opacity: 1;
}


#content {
	background-color: #fff;
	background: url('images/article-bg.png');
	padding: 100px 0;
}

#footer-signup {
	background-color: #48413d;
	padding: 80px 0;
}
#footer-signup p {
	text-align: center;
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}
#footer-signup .signup-input, #footer-signup .signup-submit {
	padding-top: 10px;
}
#footer-signup .signup-input {
	padding-right: 2px;
}
#footer-signup .signup-submit {
	padding-left: 2px;
}
#footer-signup input {
	height: 66px;
	line-height: 67px;
	font-size: 20px;
	padding: 0 5px 0 15px;
	width: 100%;
}
#footer-signup button, #footer-signup input[type="submit"],body .wpcf7-submit {
	color: #ff5d37;
	background-color: #313030;
	font-size: 18px;
	font-family: "PT Sans Narrow",sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 0.05em;
	padding: 20px 0; 
	line-height: 23px;
}
body .wpcf7-submit {
	    padding: 10px 20px;
    border: none;
}
#footer-signup div.wpcf7-mail-sent-ok {
    display: block;
    clear: both;
    color: #fff;
    padding: 10px 5px;
    border: solid 2px #fff;
}
footer {
	background-color: #313030;
	padding: 100px 0;
	text-align: center;
}
footer .brand a {
	display: block;
	padding-bottom: 58px;
}
footer .brand a:hover {
	text-decoration: none;
}
footer ul>li{
	display: inline;
}
footer .copyright {
	padding-top: 76px;
}



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

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	body.mobile-active #site-canvas {
	    left: -220px;
	}
	body.mobile-active #site-header .navbar-fixed-top {
		left: -220px;
	}
	#mobile-navigation {
		width: 220px;
		position:fixed;
		right: 0;
		z-index: 1;
		display: block;
		text-align: center;
	}
	#mobile-navigation ul {
		padding: 0;
		margin-top: 30px;
	}
	#mobile-navigation ul li {
		list-style-type: none;
	}
	#mobile-navigation ul li a {
		color: #dedede;
		display: block;
		padding: 5px 0;
		font-size: 20px;
	}
	.mobile-social {
		display: inline;
		padding-top: 10px;
	}
	#mobile-navigation .mobile-social a {
		width: 25%;
		display: inline;
		padding: 10px 10px;
		line-height: 40px;
	}
	#navbar {
		display: none;
	}
	#site-header.scrolled #toggle-nav {
		top: 15px;
		transition: all .15s ease-in-out;
	    -moz-transition: all .15s ease-in-out;
	    -webkit-transition: all .15s ease-in-out;
	}
	#toggle-nav {
		color: #fff;
	    position: absolute;
	    right: 24px;
	    top: 32px;
	    font-size: 27px;
	    display: block;
	    cursor: pointer;
	}
	#footer-signup .signup-input {
		padding-right: 15px;
	}
	#footer-signup .signup-submit {
		padding-left: 15px;
	}
	#footer-signup input, #footer-signup button {
		text-align: center;
	    display: block;
	    margin: 0 auto;
	    width: 50%;
	    min-width: 250px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#topper .swiper-slide .row {
	    padding-top: 101px;
	}
	#topper .swiper-slide .img-wrap, .piece-block .img-wrap {
		max-width: 200px;
	}
	.piece-block a {
		height: auto;
	}
	.piece-block a h3 {
		padding-top: 20px;
		font-size: 40px;
	}
	.piece-block button {
		margin-bottom: 30px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


img.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 40px;
}

#content p {
	font-size: 15px;
    line-height: 32px;
    margin-bottom: 26px;
    margin-top: 0;
    padding-top: 0;
}
body.page-template-default #content {
	padding: 30px 0;
}
body.page-template-default #content h2 {
	margin-top: 50px;
}

