/*!
Theme Name: Earborne media
Theme URI: https://them.es/starter
Author: Agencja reklamowa Komart
Author URI: https://komart.info
Description: 
Version: 3.0.3
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: earborne
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */








.bg-hero {background-image: url('../../uploads/2022/01/top-section-www-mobile.jpg'); background-size: cover;}
.bg-section-2 {background-image: url('../../uploads/2022/01/section-2-bg.jpg'); background-size: cover; background-position: center top;}
.bg-section-3 {background-image: url('../../uploads/2022/01/section-3-bg.jpg'); background-size: cover; background-position: 45%;}

@media (min-width: 768px) {
	
	.bg-hero {background-image: url('../../uploads/2022/01/top-section-www.jpg');}

}








/* From http://codex.wordpress.org/CSS */

.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 {
	max-width: 96%; /* Image does not overflow the content area */
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




/* NAVIGATION ICON */

.navbar-toggler {display: none !important;}

.nav-icon {width: 40px;}
.nav-icon:after, .nav-icon:before, .nav-icon div {background-color: #fff; border-radius: 3px;content: ''; display: block; height: 5px;margin: 7px 0; transition: all .2s ease-in-out;}
.navbar-toggler {padding: 0px !important; border: none !important; background: transparent !important;}
.navbar-toggler .nav-icon:before {transform: translateY(12px) rotate(135deg);}
.navbar-toggler .nav-icon:after {transform: translateY(-12px) rotate(-135deg);}
.navbar-toggler .nav-icon div {transform: scale(0);}
.navbar-toggler.collapsed .nav-icon:before {transform:translateY(0) rotate(0);}
.navbar-toggler.collapsed .nav-icon:after {transform:translateY(0) rotate(0);}
.navbar-toggler.collapsed .nav-icon div {transform: scale(1);}
.navbar-toggler:focus {box-shadow: none !important;}

/* END NAVIGATION ICON */



body {background-color: #000 !important; color: #fff !important;}
body, p, ul, li, h1, h2, h3, h4, h5, h6, a {font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: clamp(14px, 2.3vw, 20px) !important; line-height: 1.6 !important;}
footer p, footer a {font-size: 11px !important;}
a {color: #fff !important;}

h2 {font-size: clamp(30px, 6vw, 60px) !important; margin-bottom: 20px !important; line-height: 1.2 !important;}
h3 {font-size: clamp(20px, 5vw, 40px) !important; margin-bottom: 20px !important; line-height: 1.2 !important;}
h4 {font-size: clamp(16px, 2.3vw, 24px) !important;}

.overflay-hero {position: absolute; width: 100%; height: 100%; background-color: #000; opacity: 0.65; z-index: 1;}
.hero-content { z-index: 2; top: 50%; transform: translateY(-50%);}
#background-squares {float: left; z-index: -1; background-color: #000;}
.square-content {width: 100%; margin: 0px; perspective: 200px; padding: 1px;}
.square-content img {position: relative; transform-style: preserve-3d; animation-timing-function: ease-in; animation: covermove 8s infinite; border: 1px solid #000; border-radius: 5px;}
#background-squares .square-box {width: 25%; float: left;}
header {position: absolute; z-index: 999; width: 100%;}
.navbar-brand img {width: 200px; height: inherit !important;}
.navbar-brand {margin-right: 0 !important;}

#footer {background-color: #000 !important;}
#background-squares .square-box:nth-child(even) .square-content img {animation: covermove1 6s infinite;}
#background-squares .square-box:nth-child(3n) .square-content img {animation: covermove2 10s infinite;}
.spotify-icon {width: 30px;}
.carousel-indicators {position: relative !important; margin-top: 30px !important; margin-bottom: 0px !important;}
.carousel-indicators button {width: 10px !important; height: 10px !important; background: #000; margin: 2px; border-radius: 50%; opacity: 1 !important;}
.slider-logo img {width: 250px; border-radius: 10px;}
.carousel-indicators .active {background-color: #c12b22 !important;}
.footer-social-icon {margin: 0 10px;}
.footer-social-icon img {width: 40px;}
.lang-switch li {list-style-type: none;}
.lang-switch .lang-item:first-child:after {content: '/'; padding: 0 10px; font-weight: 600;}
.carousel-item {text-align: center;}
.footer-logo {width: 120px;}

body #simple-page, #simple-page p, #simple-page ul, #simple-page li, #simple-page a {font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: clamp(13px, 2.3vw, 16px) !important; line-height: 1.7 !important;}
#simple-page h1 {font-weight: 700; font-size: clamp(22px, 3vw, 32px) !important; margin-bottom: 50px;}
#simple-page h2 {font-weight: 700; font-size: clamp(16px, 3vw, 22px) !important; margin-top: 50px;}


.motion {-moz-transition: 200ms ease-in; -ms-transition: 200ms ease-in; -o-transition: 200ms ease-in; transition: 200ms ease-in;}
.text-underline {text-decoration: underline !important;}

.spotify-icon:hover path {fill: #31d45e !important;}
.spotify-icon:hover {transform: rotate(5deg);}
.carousel-indicators button:hover {opacity: 0.3 !important;}
.carousel-indicators button.active:hover {opacity: 1 !important;}
.footer-social-icon img:hover {opacity: 0.5; transform: rotate(5deg);}
.footer-contact a:hover {opacity: 0.75; padding-left: 5px;}
footer a:hover {opacity: 0.75;}


.container_404 {max-width: 1000px !important;}
.container_404 h1 {font-size: clamp(80px, 15vw, 200px) !important; font-weight: 800; margin-bottom: 0!important; line-height: 1 !important;}
.container_404 p {font-size: clamp(24px, 2vw, 30px) !important; font-weight: 800; line-height: 1.4 !important; margin-bottom: 0px !important;}
.error404 .bg404, .error404 #footer {background-color: #101010 !important;}
.error404 .container {margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 30px;}
.error404 #footer {padding-top: 50px !important;}



@keyframes covermove {
	0% {transform: rotateY(5deg);}
	50% {transform: rotateY(-5deg);}
	100% {transform: rotateY(5deg);}
	}

@keyframes covermove1 {
	0% {transform: rotateY(0deg);}
	50% {transform: rotateY(-5deg);}
	100% {transform: rotateY(0deg);}
	}

@keyframes covermove2 {
	0% {transform: rotateY(-2deg);}
	50% {transform: rotateY(4deg);}
	100% {transform: rotateY(-2deg);}
	}


@media (max-width: 374px) {
    
	.spotify-header {display: none;}

}

@media (max-width: 767px) {


	#navbar {    position: absolute;margin-top: 80px; background-color: rgba(0,0,0,.75); width: 100%; top: 0; left: 0px; padding-left: calc(var(--bs-gutter-x)*.5); padding-right: calc(var(--bs-gutter-x)*.5);}
	#navbar a {color: #fff !important; padding-top: 20px; padding-bottom: 20px; font-weight: 600;}
	#navbar li:first-child a {padding-top: 40px; border-bottom: 1px solid rgba(255,255,255,0.3);}
	#navbar li:last-child a {padding-bottom: 40px;}
	h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {display: none !important;}


}

@media (min-width: 768px) {

	.square-content img {border: 2px solid #000; border-radius: 15px;}
	.square-content {padding: 5px;}
	#background-squares .square-box {width: 12.5%; float: left;}
	.bg-section-3 { background-position: center-top;}
	.text-md-left {text-align: left !important;}
	.text-md-right {text-align: right !important;}
	.footer-social-icon {margin-right: 0px; margin-left: 15px;}
	#navbar {margin-left: 30px;}
	.navbar-expand-md .navbar-nav .nav-link {font-size: 16px; font-weight: 600;}
	.lang-item a {font-size: 16px; font-weight: 600;}
	.spotify-icon {width: 36px;}
	.carousel-item {text-align: left;}
	.carousel-indicators button {width: 12px !important; height: 12px !important; margin-left: 6px !important; margin-right: 6px !important;}
	footer p, footer a {font-size: 13px !important;}
}


@media (min-width: 992px) {

	.navbar-brand img {width: 250px;}
	header a {font-size: 16px !important;}
	
	
}

@media (min-width: 1200px) {

	/* .logos-item {width: 12.5% !important;} */
	.slider-logo img {width: 100%;}
	header a {font-size: 18px !important;}

}