/**
* Theme Name: BeatClip Redesign 2
* Theme URI: https://beatclip.com
* Description: BeatClip Theme
* Author: LionApps GmbH
* Author URI: https://beatclip.com
* Version: 0.2
*/

@font-face {
	font-family: TitilliumLight;
	src: url("fonts/TitilliumWeb-Light.ttf") format("truetype");
}

@font-face {
	font-family: TitilliumRegular;
	src: url("fonts/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
	font-family: TitilliumSemiBold;
	src: url("fonts/TitilliumWeb-SemiBold.ttf") format("truetype");
}

html, body { 
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
}

body { 
	font: 12px "TitilliumLight", sans-serif; 
	color: #838383;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
		
	background: #e9e8e6;
	background-image: url("images/noise_transparent_new.png");
	overflow-x: hidden;
}

.headerbg {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
	
	background-image: url("images/header_background.jpg");
}

.articlebg {
	background: #e9e8e6;
	background-image: url("images/noise_transparent_new.png");
}

body.adminbar {
	padding-top: 32px;
}

a,
a:visited { 
	color: #ffffff;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
	color: #ffffff;
}


h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h1, h2 {
	text-transform: none;
}

h1, h2, h3, h4, h5 { 
	font-family: "TitilliumSemiBold", sans-serif;  
	letter-spacing: 0.0em;
	margin: 0 0 0.3em;
	line-height: 1.2em;
}

h1
h1 a,
h1 a:visited { 
	color: white;
	line-height: 1.2em;
	
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited { 
	color: #838383;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { 
	color: #636363; text-decoration: none; 
}

p { 
	color: #838383; 
	font-family: "TitilliumLight",sans-serif; 
	font-size: 1.25em; 
	font-weight: 300;
	line-height: 1.5625; 
	margin-bottom: 1.5em; 
	text-align: center;
}

.text {
	font-size: 1em;
}

header h1, header p {
	color: white;
	text-align: left;
}

footer h1 {
	color: white;
}

.leftAlignment, .leftAligment .text, leftAlignment p,
.leftAlignment h1, .leftAlignment h2, .leftAlignment h3, .leftAlignment h4, .leftAlignment h5 {
	text-align: left !important;
	padding: 0px 0px 0px 5px;
	box-sizing: border-box;
}

.rightAlignment, .rightAligment .text, rightAlignment p,
.rightAlignment h1, .rightAlignment h2, .rightAlignment h3, .rightAlignment h4, .rightAlignment h5 {
	text-align: right !important;
	padding: 0px 5px 0px 0px;
	box-sizing: border-box;
}

.box {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1300px;
	height: 80%;
	max-height: 200%;
	
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-clip: border-box;
	padding-left: 5%;
	padding-right: 5%;
}

.section {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1300px;
	
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-clip: border-box;
	padding: 5%;
}

.section.box {
	height: 100%;
}

.logolink {
	display: block;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	text-align: left;
	height: 10%;
}

.topContentLogo {
	position: relative;
	vertical-align: bottom;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	z-index: 1000;
}

.background {
	background-image: url('images/bg.png');
}

.whiteText {
	color: white;
}

.table {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.space {
	display: block;
	height: 10%;
	text-align: center;
}

.appStoreButton {
	height: 3.4em;
	margin: 0px auto;
	padding-bottom: 2%;
}

.appStoreButton:not(:last-child) {
	margin-right: 1em;
}

/* Tables */

.row {
	box-sizing: border-box;
	display: table-row;
	width: 100%;
}

.columnDefinitionFull {
	display: table-column;
	width: 100%;
}

.columnDefinitionHalf {
	display: table-column;
	width: 50%;
}

.columnDefinitionBig {
	display: table-column;
	width: 30%;
}

.columnDefinitionBig {
	display: table-column;
	width: 30%;
}

.columnDefinitionMiddle {
	display: table-column;
	width: 20%;
}

.columnDefinitionSmall {
	display: table-column;
	width: 5%;
}

.columnDefinitionLeft {
	display: table-column;
	width: 20%
}

.columnDefinitionRight {
	display: table-column;
	width: 80%;
}

.imgInColumn {
	width: 60%;
}

.imgInRow {
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.box>.table>.row>.cell {
	vertical-align: middle;
}

.box>.cell {
	vertical-align: middle;
}

.table>.caption {
	box-sizing: border-box;
	display: table-caption;
	text-align: center;
	caption-side: top;
	width: 100%;
	padding: 0px 10% 5% 10%;
}

.cell>.caption, .cell>.form {
	box-sizing: border-box;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0px 10% 5% 10%;
}

.cell>.content {
	box-sizing: border-box;
	display: block;
	text-align: center;
}

/* Quotes */

.quotes {
	position: relative;
	display: block;
	width: 100%;
	max-height: 200%;

	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
	
	background-image: url("images/noise_transparent_bright.png");
	background-repeat: repeat;
	background-clip: border-box;
	background-color: #727b90;
	text-align: center;
	
	-webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.2);
}

.quotes .text {
	color: white;
	padding: 0% 5%;
}

.quotes>.table {
	max-width: 1300px;
	text-align: center;
	padding: 2% 5%;
	box-sizing: border-box;
	display: inline-block;
}

.quotes>.table>.row:not(.first) {
	border-top: 1em solid transparent;
}

.quotes img {
	width: 50%;
}

/* Footer */
footer {
	background-image: url("images/footer/footer_background.png");
	background-position: center bottom;
	background-attachment: scroll;
	background-size: cover;
	text-align: center;
}

.social>h1 {
	font-size: 2.3em;
	padding: 0px 5%;
}

.social>p {
	display: inline-block;
	text-align: center;
	color: white;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.social>p:before,
.social>p:after {
    background-color: #3d4450;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.social>p:before {
    right: 0.5em;
    margin-left: -50%;
}
.social>p:after {
    left: 0.5em;
    margin-right: -50%;
}

.social {
	text-align: center;
	padding: 2% 0px 0px 0px;
}

.socialButton {
	margin: 1% 2%;
	width: 3%;
	min-width: 40px;
}

.appStoreButtons {
	margin-top: 1%;
	height: 5%;
}

.appStoreButtons>.appStoreButton {
	width: auto;
}

.socialButton:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

nav.bottomNav {
	margin-top: 1%;
	padding: 1%;
	text-align: center;

	background-color: rgba(0,0,0,0.2);
	
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
}

nav.bottomNav ul {
	display: inline;
}

nav.bottomNav ul:not(:last-child):after {
    content: " \B7 ";
    color: white;
}

nav.bottomNav ul li:not(:last-child):after {
    content: " \B7 ";
}

nav.bottomNav ul li {
	font-size: 0.9;
	color: white;
	display: inline;	
	
	margin-left: 0 20px;
}

.vertical {
	display: none;
}

.invisible {
	display: none !important;
}

/* Aspect Change Hack */

#needAspectChange {
	display: none;
	font-size: 0px;
}

@media screen and (min-width:600px) 
{	
	body {
		font-size: 12px;
	}
}

@media screen and (min-width:900px) 
{	
	body {
		font-size: 14px;
	}
}

@media screen and (min-width:1200px) 
{	
	body {
		font-size: 16px;
	}
}

@media screen and (min-width:1300px) 
{	
	body {
		font-size: 18px;
	}
}

@media screen and (max-aspect-ratio: 3/4) and (max-width:400px)
{
	.inlineContent {
		display: none;
	}

	.bottomContent {
		display: block !important;
	}

	.horizontal {
		display: none;
	}
	
	.vertical {
		display: table;
	}
	
	.background {
		background-image: none;
	}
	
	.dashed {
		border-bottom: 3px dashed white;
		
		-webkit-box-shadow: 0px 15px 15px #f3f2f0;
		-moz-box-shadow: 0px 15px 15px #f3f2f0;
		-o-box-shadow: 0px 15px 15px #f3f2f0;
		-ms-box-shadow: 0px 15px 15px #f3f2f0;
		box-shadow: 0px 15px 15px #f3f2f0;
	}
	
	.caption {
		padding: 0px 0px 5% 0px;
		text-align: left;
	}
	
	.caption, .caption p {
		text-align: justify;
	}
	
	.section {
		min-height: 0%;
	}
	
	.section .textContent {
		width: 100%;
		display: block;
	}
	
	.section .imageContent {
		width: 100%;
		display: table-caption;
		caption-side: bottom;
		background-position: center top;
		background-size: cover;
				
		border-bottom: 1px solid #065675;
		box-shadow: 0px 15px 15px #f3f2f0;
		/* #218ee0 */
		/* #065675 */

	}
	
	#needAspectChange {
		font-size: 1px;
	}
	
	.quotes {
		padding: 5% 0%;
	}
	
	.quotes>.table {
		padding: 5% 5%;
	}
	
	nav.bottomNav ul {
		display: block;
	}
	
	nav.bottomNav ul:not(:last-child):after {
	    content: "";
	}
	
	.headerbg {
		background-attachment: scroll;
	}
}

@media screen and (max-width:640px) 
{
	.logolink {
		text-align: center;
	}
}

@media screen and (max-aspect-ratio: 9/16)
{
	body {
		height: 80%;
	}
}

@media screen and (max-aspect-ratio: 9/21)
{
	body {
		height: 60%;
	}
}