/*
Theme Name: Sound of Snow
Theme URI: http://www.soundofsnow.com
Author: Martin Prosch
Author URI: http://www.derpranke.de
Description: Sound of Snow is a WordPress Theme based on MARP Framework.
Version: 1.1
Tags: HTML5, CSS3, jQuery, Responsive
Text Domain: soundofsnow
*/

/*FONTS*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*GLOBAL*/

*, 
*::after, 
*::before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

html {
	font-family: sans-serif;	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

html, 
body {
	height: 100%;
	min-height: 100%;
}

body {
	color: black;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-decoration: none;		
}

/*TEXT*/

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal;
	line-height: 1.25em;
	text-decoration: none;
	margin-bottom: 1.25em;	
}

h1 {
	font-size: 2em;
	line-height: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 1.75em;
	font-weight: 700;
	margin-bottom: 0;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	color: red;
	font-size: 1em;
}

p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	margin-bottom: 1.25em;
}

p:last-child {
    margin-bottom: 0;
}

span {
	color: white;
	padding: .25em .5em;
	background-color: black;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
}

.normal {
	font-style: normal;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.smaller {
	font-size: .75em;
}

.lighter {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	
}

.no-space {
	padding: 0!important;
	margin: 0!important;
	line-height: 0!important;
}

.no-padding {
	padding: 0!important;
}

.no-border {
	border-color: transparent!important;
}

.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

.block {
	display: block;
}

.none {
	display: none;
}

.align-middle {
	position: fixed;
	left: 0;
	top: 25%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*LINKS*/

a, 
a:visited {
	color: white;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
}

a:hover {
	
}

a:active,
a:hover,
a:focus {
	outline: 0;
}

/*LAYOUT*/

#wrapper {
	position: relative;
	min-height: 100%;
}

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

#wrapper {
	font-size: 85%;
}

}

.site-header, 
.site-main, 
.site-footer {
	position: relative;
	margin: 0 auto;
	display: block;
	clear: both;
}

.logo {
	padding: 0 1.25em;
	display: block;
}

/*COLUMNS*/

.col-container {
	position: relative;
	margin: 0 -1.25em;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.col-container::after {
	content: " ";
	display: block;
	clear: both;
}

.col-container--0 {
	margin: 0;
}

.col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 1.25em;
	float: left;
	display: block;
}

.col--0 {
	padding: 0;
}

.col-1-10 {
	width: 10%;
}

.col-1-10-fix {
	width: 10%!important;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-8-fix {
	width: 12.5%!important;
}

.col-1-6 {
	width: 16.66666%;
}

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

.col-1-6 {
	width: 33.33333%;
}

}

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

.col-1-6 {
	width: 100%;
}

}

.col-1-6-fix {
	width: 16.66666%!important;
}

.col-1-5 {
	width: 20%;
}

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

.col-1-5 {
	width: 33.33333%;
}

}

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

.col-1-5 {
	width: 100%;
}

}

.col-1-5-fix {
	width: 20%!important;
}

.col-1-4 {
	width: 25%;
}

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

.col-1-4 {
	width: 50%;
}

}

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

.col-1-4 {
	width: 100%;
}

}

.col-1-4-fix {
	width: 25%!important;
}

.col-1-3 {
	width: 33.33333%;
}

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

.col-1-3 {
	width: 100%;
}

}

.col-1-3-fix {
	width: 33.33333%!important;
}

.col-1-2 {
	width: 50%;
}

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

.col-1-2 {
	width: 100%;
}

}

.col-1-2-fix {
	width: 50%!important;
}

.col-2-3 {
	width: 66.666666%;
}

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

.col-2-3 {
	width: 100%;
}

}

.col-2-3-fix {
	width: 66.666666%!important;
}

.col-3-4 {
	width: 75%;
}

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

.col-3-4 {
	width: 50%;
}

}

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

.col-3-4 {
	width: 100%;
}

}

.col-3-4-fix {
	width: 75%!important;
}

/*SECTIONS*/

.section {
	position: relative;
	margin: 0 auto;
	clear: both;
}

/*BACKGROUNDS*/

.bg-white {
	color: black;
	background-color: white;
}

.bg-white:hover {
	color: white;
	background-color: black;
}

.bg-black {
	color: white;
	background-color: black;
}

.bg-black:hover {
	color: black;
	background-color: white;
}

/*CONTENT*/

.content {
	position: relative;
	margin: 0 auto;
	padding: 5em 2.5em;
}

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

.content {
	padding: 2.5em 1.25em;
}

}

.content::after {
	content: " ";
	display: block;
	clear: both;
}

.content-alt {
	padding-top: 0;
	padding-bottom: 0;
}

/*CONTENT SIZES*/

.size--tn {
	max-width: 40px;
}

.size--3xs {
	max-width: 80px;
}

.size--2xs {
	max-width: 120px;
}

.size--xs {
	max-width: 160px;
}

.size--s {
	max-width: 320px;
}

.size--m {
	max-width: 640px;
}

.size--l {
	max-width: 840px;
}

.size--xl {
	max-width: 1280px;
}

.size--2xl {
	max-width: 1440px;
}

.size--3xl {
	max-width: 1680px;
}

/*CONTENT SIZES STANDARD*/

.size--hd {
	max-width: 1280px;
}

.size--fhd {
	max-width: 1920px;
}

.size--fs {
	padding: 0;
	overflow: hidden;
}

/*CONTENT SIZES PERCENT*/

.size--10 {
	width: 10%;
}

.size--20 {
	width: 20%;
}

.size--25 {
	width: 25%;
}

.size--33 {
	width: 33.33333%;
}

.size--50 {
	width: 50%;
}

.size--75 {
	width: 75%;
}

.size--100 {
	width: 100%;
}

/*IMAGES*/

img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 0;
	border: none;
}

/*BUTTONS*/

.button {
	color: white;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-align: center;
	text-transform: uppercase;
	padding: 1.25em;
	margin: 2em 0;
	display: block;
	cursor: pointer;
	background-color: black;
}

.button:hover {
	background-color: white;
}

.button:hover a {
	color: black;
}

.bg-black .button,
.bg-white:hover .button {
	border: 2px solid white;
}

.bg-white .button,
.bg-black:hover .button {
	border: 2px solid black;
}

.bg-white,
.bg-black,
.button,
.button a {
	-webkit-transition: all .6s;
	   -moz-transition: all .6s;
	    -ms-transition: all .6s;
	     -o-transition: all .6s;
	        transition: all .6s;
}
