/*!
Theme Name: Egyedi sablon
Theme URI: https://them.es/starter
Author: egi180
Author URI: https://them.es/
Description: 
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
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: bootstrap-custom-theme
*/

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

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

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.anton-regular {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
  }

.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. */
}


/*
 * ------------------------------------------------------------------------
 * CUSTOMIZATIONS START HERE
 * ------------------------------------------------------------------------
 */

 #main {
    margin-top: 2rem;
	margin-bottom: 2rem;
}

.select2-container {
	width: 100% !important;
	padding: 0;
}

.wpcf7-form label {
	display: block;
	width: 100%;
}

.navbar ul.navbar-nav {
    display: flex;
    justify-content:space-between;
    width: 100%;
    align-items: center;
}

#header {
    background-color: #9cdde4 !important;
    color: #fff;
}

.navbar ul.navbar-nav li a.nav-link {
    /* margin:0 20px; */
	color: #fff;
	font-size: 20px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media screen and (max-width: 1199px) {
	.navbar ul.navbar-nav li a.nav-link {
	font-size: 16px;
	text-wrap: nowrap;
	}
}

.navbar ul.navbar-nav li a.nav-link.active,
.navbar ul.navbar-nav li a.nav-link:hover {
    
	color: #007589;
}
.navbar ul.navbar-nav li a.nav-link.active:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #007589;
}

.navbar-brand {
	width: 200px;
}


.navbar-brand img {
	height: auto;
    max-height: 80px;
	margin:25px 0;
}

/* footer */

#footer {
    background-color: #007589;
	color: #fff;
}

#footer ul.nav .nav-link {
	color: #fff;
}

.footer-brand {
	width: 200px;
}
.footer-brand img {
	height: auto;
    max-height: 80px;
	/* margin:25px 0; */
}

.page-template-pagetemplate-frontpage h1 {
	font-family: "Anton", sans-serif;
	font-size: 6.5vw;

}

@media screen and (min-width: 1200px) {
	.page-template-pagetemplate-frontpage h1 {
		font-size: 86px;
	}
}


.btn-primary, .wp-block-button .wp-block-button__link {
	background-color: #31aebb;
	color: #fff;
	border:0;
	padding: 15px 30px;
    font-weight: 600;
    border-radius: 20px;
}

.btn-primary:hover, .wp-block-button .wp-block-button__link:hover {
	background-color: #00b1e5;
}


.bg-lines-top-right img {
	max-height: 320px;
	width: auto;
}

.wp-block-media-text {
	margin-bottom: 2em;
}

.page-template-pagetemplate-frontpage .wp-block-media-text img {
    max-height: 50px;
    width: auto;
}

.page-template-pagetemplate-frontpage .border {
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #444;
}


@media screen and (max-width: 1199px) {
	.page-template-pagetemplate-frontpage .wp-block-media-text img {
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1200px) {
	.bg-lines-top-right {
		background-image: url(img/lines.png);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 80px;
	}

	.page-template-pagetemplate-frontpage .border {
		margin-left: 50px;
	}
	.page-template-pagetemplate-frontpage .wp-block-media-text p {
		margin-left: 15px;
	}	

	.page-template-pagetemplate-frontpage .bg-1 {
		background-image: url(img/line.png), url(img/grid.png);
		background-position: left center, right top;
		background-repeat: no-repeat, no-repeat;
		background-size: 200px, contain;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.page-template-pagetemplate-frontpage .whats-in-the-box {
		background-image: url(img/grid.png), url(img/drop-100.png), url(img/drop-50.png);
		background-position: 75px top,left bottom, right center;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 50px, 200px, 200px;

	}	

}


.page-template-pagetemplate-frontpage .whats-in-the-box .wp-block-image {
	display: none;
}

.page-template-pagetemplate-frontpage .whats-in-the-box .wp-block-column:nth-of-type(2) p {
	cursor: pointer;
	border:1px solid transparent
}

.page-template-pagetemplate-frontpage .whats-in-the-box .wp-block-column:nth-of-type(2) p:hover {
    border: 1px solid gray;
    border-radius: 12px;
}

.page-template-pagetemplate-frontpage .whats-in-the-box .wp-block-column:nth-of-type(2) p strong {
	font-size: 22px;
}

/* contact form */

form.wpcf7-form  label {
	font-size: 12px;
	line-height: 1.2em;
  }
  
  
form.wpcf7-form input[name*="acceptance"] {
	margin-left:-17px;
  }
  
form.wpcf7-form input.wpcf7-form-control.wpcf7-text {
	border: 1px solid #888;
	border-radius: 6px;
	padding: 5px 15px;
	width: 100%;
	max-width: 440px;
	margin-bottom: 5px;
  }
  
  .landing-subscribe-form {
	align-items: center;
  }


/* .wpcf7-radio .wpcf7-list-item {
    border: 1px solid gray;
    border-radius: 6px;
    padding: 5px;
} */

/* input[type="radio"] {
    position: absolute;
    display: none;
    margin-right: 50px;
    width: 100%;
} */

form.wpcf7-form label {
    font-size: 16px;
	margin-bottom: 10px;
}

form.wpcf7-form input[type="radio"] {
	display: none;
}
form.wpcf7-form input[type="radio"] + span {
	border:1px solid #888;
	border-radius: 6px;
	padding:5px;
	cursor: pointer;
}
form.wpcf7-form input[type="radio"]:checked + span {
	background-color: #00b1e5;
}

form.wpcf7-form span[data-name*="radio"] .wpcf7-list-item {
    margin: 0 1em 0 0;
}

h1.entry-title {
    margin-bottom: 50px;
}
/* page decors */

body.page.page-id-29 #main:before{
	/* content:"";
	display: block;
	position: absolute;
	width: 1350px;
	background-image: url(img/grid.png), url(img/drop-100.png), url(img/drop-50.png);
	background-position: 75px top,left bottom, right center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 50px, 200px, 200px; */
}

/* body.page.page-id-29 #main {
    position: relative;
}

body.page.page-id-29 #main:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(img/grid.png), url(img/drop-100.png);
    background-position: right top,left bottom;
    background-size: 50px, 200px;
    background-repeat: no-repeat, no-repeat;
    width: 200px;
    height: 100%;
    margin-left: -250px;
	
}

body.page.page-id-29 #main:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(img/grid.png), url(img/drop-100.png);
    background-position: right top,left bottom;
    background-size: 50px, 200px;
    background-repeat: no-repeat, no-repeat;
    width: 200px;
    height: 100%;
    margin-left: -250px;
	
} */