/*
	Masonry Template 
	http://www.templatemo.com/preview/templatemo_434_masonry
*/

@font-face {
	font-family: 'robotolight';
	src: url("../fonts/Roboto-Light-webfont.eot");
	src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoregular';
	src: url("../fonts/Roboto-Regular-webfont.eot");
	src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotobold';
	src: url("../fonts/Roboto-Bold-webfont.eot");
	src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}

@font-face {
	font-family: 'Lemon Tuesday';
	src: url('../fonts/LemonTuesday.woff2') format('woff2'),
	url('../fonts/LemonTuesday.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.blue {
	color: #6be;
}

.green {
	color: #6e6;
}

main {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

body {
	font-family: 'robotolight';
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: #000;
}

a {
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-decoration: none !important;
	color: #6cc0f7;
}

a:hover {
	color: #fff;
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

h1 {
	font-size: 34px;
	font-weight: 300;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	font-weight: 300;
}

h5 {
	font-size: 16px;
	font-weight: normal;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

.content-bg {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.bg-overlay {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.social-icons a {
	font-size: 12px;
	line-height: 34px;
	width: 34px;
	height: 34px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 17px;
	border-radius: 17px;
}

.social-icons a i {
	line-height: 34px;
}

.social-icons a:hover {
	color: #000;
	background: #fff;
}

.social-icons li {
	display: inline-block;
	margin: 0 4px;
}

@media screen and (max-width: 768px) {
	.social-icons {
		display: block;
		float: none !important;
		text-align: center;
	}
}

.button {
	display: inline-block;
	padding: 10px 20px;
	border: 0;
	outline: 0;
}

.button.white {
	text-transform: uppercase;
	color: #000;
	background: #fff;
}

#loader-wrapper {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}

#loader {
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	border: 3px solid transparent;
	border-top-color: #000;
	border-radius: 50%;
}

#loader:before {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: "";
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
	border: 3px solid transparent;
	border-top-color: #000;
	border-radius: 50%;
}

#loader:after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: "";
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
	border: 3px solid transparent;
	border-top-color: #000;
	border-radius: 50%;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.site-top {
	position: relative;
	z-index: 4;
	margin-bottom: 40px;
	padding-bottom: 60px;
	background: rgba(0, 0, 0, 0.6);
}

.site-header {
	padding-top: 40px;
}

.site-brand {
	font-family: 'Lemon Tuesday';
	/*  PW  */
	/*   text-transform: uppercase;  */
	font-size: 28px;
	color: #fff;
}

.site-brand strong {
	font-family: 'Purisa';
	/*  PW  */
	/*      font-family: 'robotobold';   */
	font-size: 24px;

}

@media screen and (max-width: 768px) {
	.site-brand {
		display: block;
		float: none !important;
		margin-bottom: 30px;
		text-align: center;
	}
}

.site-banner {
	padding-top: 80px;
}

.site-banner h2 {
	font-family: 'robotobold';
	font-size: 32px;
	margin-bottom: 30px;
}

.subscribe-form {
	margin-top: 40px;
}

.subscribe-form #subscribe-email {
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	outline: 0;
	background: transparent;
}

@media screen and (max-width: 768px) {
	.subscribe-form #subscribe-email {
		margin-bottom: 20px;
	}
}

.main-posts {
	position: relative;
	z-index: 6;
}

.post-masonry {
	margin-bottom: 30px;
}

.post-masonry .post-thumb {
	position: relative;
	overflow: hidden;
	border: 10px solid #fff;
}

.post-masonry .post-thumb img {
	display: block;
	width: 100%;
}

.post-masonry .post-thumb .title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	background: rgba(0, 0, 0, 0.9);
}

.title-over {
	background: transparent !important;
}

.post-masonry .post-thumb .title-over h4 {
	font-family: 'robotoregular';
	font-size: 16px;
}

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

.post-masonry .post-thumb .post-hover {
	position: absolute;
	top: 70px;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	opacity: 0;
	background: rgba(0, 0, 0, 0.9);
}

.post-masonry .post-thumb .post-hover .inside {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-masonry .post-thumb .post-hover h4 {
	font-family: 'robotoregular';
	font-size: 16px;
	margin-bottom: 10px;
}

.post-masonry .post-thumb .post-hover a {
	color: #fff !important;
}

.post-masonry .post-thumb .post-hover i {
	display: block;
	margin-bottom: 10px;
}

.post-masonry .post-thumb .post-hover p {
	font-size: 12px;
}

.post-masonry .post-thumb .post-hover span {
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}

.post-masonry .post-thumb:hover .title-over {
	bottom: -50px;
	visibility: hidden;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	opacity: 0;
}

.post-masonry .post-thumb:hover .post-hover {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.site-footer {
	position: relative;
	z-index: 8;
	margin-top: 60px;
	padding: 40px 0;
	background: rgba(0, 0, 0, 0.6);
}

.site-footer .social-icons {
	margin-bottom: 30px;
}

.copyright-text {
	font-size: 12px;
}

.copyright-text a {
	color: #bfbfbf;
}
.social-icons li a.copyright-text {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 6px 14px;
    margin-left: 6px;
    border-radius: 16px;
    font-size: 13px;
    display: inline-block;
}

.social-icons li a.copyright-text:hover {
    background: #fff;
    color: #000;
}
