/*!
Theme Name: Pixelar
Theme URI: https://them.es/starter
Author: Adam Klos
Author URI: https://them.es/
Description: 
Version: 3.6.2
Requires at least: 5.0
Tested up to: 6.8
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: pixelar
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

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

body {
	font-family: 'Montserrat', sans-serif!important;
}
.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. */
}



/* TOP */

/*.video_bg { 
	width: 100%; 
	position: relative; 
	overflow: hidden; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	color: white; 
	text-align: center; 
	padding:400px 0!important; 
	margin:0!important; 
}
.video_bg iframe { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 100%; 
	height: 100%; 
	min-width: 177.78vh; 
	min-height: 56.25vw; 
	object-fit: cover; 
	pointer-events: none; 
	z-index: -2; 
}*/
.video_bg {
  width: 100%; 
	position: relative; 
	overflow: hidden; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	text-align: center; 
	min-height: 600px;
}

.video_bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%) scale(1.15);
  pointer-events: none;
  z-index: -1;
}

.video_content {
  position: relative;
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.video_content h1,
.video_content p {
  background: rgba(69,157,169,0.9);
  color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  margin: 0;
}

.video_content h1 {
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.video_content p {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}


/* CUSTOM */

.home div#post-18.content.post-18.page h1.entry-title {
	display:none;
}

.home_boxes h3 {
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.home_boxes i {
	font-size:36px;
	display:block;
	margin-bottom:30px;
}
.home-middle {
	padding:150px;
	background:url('https://pixelar.kylos.pl/ryc3/wp-includes/images/bg1.jpg') no-repeat;
	background-size:cover;
	text-align:center;
	text-transform:uppercase;
	font-size:26px;
}
.home-middle p {
	display:inline-block;
	width:auto;
	color:#fff;
}
.home-middle a {
	display:inline-block;
	width:auto;
	color:#fff;
	border:2px solid #fff;
	padding:10px 40px;
	margin-left:20px;
	border-radius:25px;
}
.menu-item.nav-item a {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
}
.menu-item.nav-item.current-menu-item a {
	color:#15734B;
}
li#menu-item-16 {
	background:#459DA9;
	border-radius:25px;
}
li#menu-item-16 a {
	color:#fff;
}
.navbar-brand img {
    max-height: none !important;
    max-width: none !important;
    width: 250px;
    height: auto!important;
    display: block;
    margin: 0 auto 20px auto;
}
.contact-footer {
	font-size:20px;
}	
.contact-footer i {
	display:inline-block;
	margin-right:5px;
	font-size:24px;
	color:#459DA9;
	position:relative;
	top:2px;
}
.privacy-policy {
	padding-top: 1px;
}
.content-custom.privacy-policy h3 {
	display:block;
	margin-top:50px;
}
#footer {
	background:#F8F9FA!important;
	padding:50px 0;
}
#footer a {
	color:#0D6943;
}
#navbar {
    margin-top: 10px;
}

@media (min-width: 768px) {
    #navbar .navbar-nav {
       flex-direction: row;
        gap: 20px;
    }

    #navbar .nav-item {
        display: inline-flex;
        align-items: center;
    }

    #navbar .nav-link {
        padding: 10px 15px;
    }
}


@media (max-width: 767px) {
    #navbar .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    #navbar .nav-item {
        width: 100%;
    }
	.home-middle {
		padding:150px 20px;
	}
	.home-middle p {
		display:block;
		width:100%;
		color:#fff;
	}
	.home-middle a {
		display:block;
		width:100%;
		margin-left:0px;
		border-radius:25px;
	}
}
