/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

/**
 * Layout
 * --------------------------------------------------------------------------- */
 

#search02 ul li {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
    border: 1px #60668F solid;
    border-radius: 8px;
}

#search02 ul li .firma-title {
    width: 100%;
} 

#search02 ul li .firma-nav {
    width: 50px;
    margin-right: 10px;    
    margin-top: 13px;
} 
 
#main {
} 

#container {
	
}

body {
    background-color: gray;
    margin: 0px;
}

#maincontainer {
	margin: auto;
	max-width: 1024px;
	min-height: 100vh;
	background-color: ghostwhite;
}


.wrapper {
	width: var(--wp--style--global--content-size);
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.wrapper article {
    width: 100%;
}


.title #main {
	
}

H2 {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
    color: #11195A;
}

/* ====== HEADER ====== */


#header {
	position: sticky;
	top: 0;
	background: white;
	transition: all .5s ease-in;
	box-shadow: none;
	overflow: hidden;
	display: flex;
	justify-content: right;
	z-index: 9999;
	width: 100%;
	padding: 0.5em 0;
	height: 85px;
	background-color: white;
}

#header a {
    color: #626898;
    text-decoration: none;
}

#header a:hover{
	color: #424566;
}

#header .menuwrapper {
	display: flex;
	justify-content: right;
    width: 100%;	
	align-items: center;
	padding-left: 10px;
}

@media screen and (max-width: 288px) {
	#header {
		min-height: 150px;
		
	}	

}	

#header-logo {
	/*margin-right: auto;*/
	z-index: 99999;
	margin: auto;
	padding-left: 10px;
/*	margin-right: 0.8rem;
	margin-left: 0.8rem; */
    text-align: left;
}

#header-logo svg {
	/*height: 2.5rem;*/
	width: auto;
	display: block;
}

.admin-bar #header {
	top: 20px;
}

.slogan {
	width: 270px; 
	font-family: cursive; 
	padding-left: 10px;
	margin: auto; 
	color: #0B2154;
	text-align: left;
}

@media screen and (max-width: 570px) {
	.slogan {
		display: none;
	}	
}	

.top-bar .wrapper{
	display: flex;
	width: var(--wp--style--global--wide-size);
	align-items: center;
	gap: 2em;
	justify-content: flex-start;
}

.header {
	text-align: center;
}

.header-left{
	margin-right: auto;
	display: flex;
	gap: 2.5rem;
}

.header-right{
	margin-left: auto;
	display: flex;
	flex-direction: row;
	margin-right: auto;
}

.header-right ul li a{
	padding-left: 2.5em !important;
	padding-right: 0;
}

/* ====== FOOTER ====== */

#footer {
	display: flex;	
	padding: 0.5em;
	background: #eae9ea;
	margin-top: var(--wp--custom--gap);
	color: black;
	flex-basis: auto;
	margin: 0;

/*	height: 50px; */
}

#footer a {
	color: black;
}

/* ====== Menu ====== */

.menu-image-title-before.menu-image-not-hovered img{
	padding-left: 0;
}


.menu-main {
	flex-basis: auto;
	margin: 0;
	display: flex;
}

.menu-main > ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

.menu-main li {
	position: relative;
}

.menu-main li:last-child {
	padding-right: 0;
}

.menu-main li a {
	padding: .75rem 2.5em;
	color: #fff;
	display: flex;
	align-items: center;
}

.menu ul:first-child a{
	padding-left: 0;
}

.menu-main ul li:hover>ul,
.menu-main ul li:focus-within>ul,
.menu-main ul li ul:hover {
	display: block;
}

.menu-main ul ul.sub-menu li a {
	color: white;
	font-weight: normal;
}

/* ======  HERO ====== */

#hero-box .hero-place {
	display: grid;
	width: 100%;
}


.hero-place {
	background-color: #60668F;
	height: auto;
	padding-top: 0.4vw;
	text-align: center;
}

#hero-box .hero-place {
	grid-template-columns: 59% 39%;
}

#hero-box .hero-place.wide {
	grid-template-columns: 99%;
}

.hero-place ul {
	list-style: none;
	padding-left: 10px;
}

.hero-place img {
	width: 98%;
}

.hero-text {
  text-align: center;
  position: relative;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 28px;
}

.hero-text.small {
	 font-size: 15px;
	 padding-top: 8px;
	 padding-bottom: 10px;
}

.hero-text.small.link-right {
	 text-align: right;
	 color: black;
}
	
.hero-text a {
	color: darkblue;
	text-decoration: none;
}

.hero-button {
  border: none;
  outline-color: gray;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px; 
  color: white;
  background-color: #0B2154;
  text-align: center;
  cursor: pointer;
  height: 35px;
  width: 100px;
  font-size: 15px;
  border-radius: 15%;
  text-decoration: none;
}

.hero-button:hover {
  background-color: #113382;
  color: white;
}

.hero-img {
	width: 96%;
	margin: auto;
}

.hero-img img {
	border-radius: 5%;
}

.register-img {
	width: 80px;
	margin: auto;
	padding-bottom: 20px;
}

.register-img img {
	border-radius: 15%;
}	

@media screen and (max-width: 800px) {
 
#hero-box .hero-place {
    grid-template-columns: 100%;
}

.hero-img {
	width: 60%;
	align-self: center;
}
}

@media screen and (max-width: 570px) {
 
#hero-box .hero-place {
    grid-template-columns: 100%;
}

.hero-img {
	display: none;
	/*width: 60%;
	align-self: center;*/
}

}

/* ====== PAGES ====== */

.my-pages {
	margin: auto;
	width: 1064px;
	max-width: 1064px;
}

.page-content {
	display: flex;
	width: 95%;
}

.registration-ok {
	background-color: #60668F;
	color: white;
	margin : auto;
	/*text-align: center;*/
}
.registration-ok td {
	padding: 2vw;
	/*text-align: center;*/
}

.registration-ok img {
	border-radius: 10%;
	width: 150%;
	/*text-align: center;*/
}

/* === Pagination === */
.nav-button {
	border: 1px solid #DADADA; 
	box-sizing: border-box; 
	border-radius: 8px; 
	padding: 0.85rem 1rem; 
	white-space: nowrap; 
	display: flex; 
	align-items: center; 
	background: white; 
	gap: 4px; 
	color: var(--wp--preset--color--celadon-blue); 
	text-transform: none; 
	letter-spacing: initial; 
}

.nav-button:hover, .nav-button:focus { 
	border-color: var(--wp--preset--color--celadon-blue); 
	background: white; 
}

.nav-button:hover, .nav-button:focus { 
	border-color: var(--wp--preset--color--celadon-blue); 
	background: white; 
}
.nav-button span 
{/* color: var(--wp--preset--color--dark-grey); */
}

.nav-button-show {
	margin-right: auto; display: flex;
}

/* ======== PAGE ENTRY ======== */

.post-entry {
	display: flex;
	padding-top: 1.5vw;
}

.entry-title {
	font-size: 3vw;
	font-family: inherit;
}

.entry-content {
	width: 100%;
	align-items: center;
}

.firma-header {
	display: flex;
	justify-content: space-between;
	grid-template-columns: minmax(50%,50ch) auto auto;
	padding: 1em 0;
}


.firma-content .label {
	font-weight: bold;
	width:10%; 
	text-align: right;
}

.firma-content .data {
	font-weight: normal;
	width:35%; 
	padding-left: 1vw;
	text-align: left;
}

/*.firma-content table {
	font-size: var(--wp--preset--font-size--small);
}

.firma-content td {
	font-size: 1.2vw;
}

.firma-content th {
	font-size: 1.2vw;
	width: 50%;
	text-align: center;
} */

ul.firma {list-style: none;padding: 0;}
ul.firma > li {
	border-radius: 16px; margin: 1em 0; border: 1px solid; background: white; font-size: initial; scroll-margin-top: var(--margin); 
}

ul.firma > li:not(.open) .firma-content { display: none; }

ul.firma > li .nav-button.collapse { display: none; }
ul.firma > li.open .nav-button.collapse { display: flex; }
ul.firma > li.open .nav-button.expand { display: none; }


 /* ========== FORMINATOR FORMs ========== */

 #forminator-kontakt {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
    border: 1px #60668F solid;
    border-radius: 8px;
 }

 #forminator-registracia {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
    border: 1px #60668F solid;
    border-radius: 8px;
 }

 
#forminator-search {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
    border: 1px #60668F solid;
    border-radius: 8px;
 }
 
 
 h2.forminator-title {
     margin-top: 0.5vw;
	 text-align: center;
     font-size: 1.5rem!important;
     color: #11195A!important;
  }
  
.forminator-label {
    margin-top: 1.5vw;
    font-size: 1.2vw;
    color: #11195A!important;
}

.forminator-button {
  border: none;
  outline-color: gray;
  display: inline-block;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
/*  margin-left: 15vw; */
  padding-top: 0.9vw; 
  color: white!important;
  background-color: #0B2154!important;
  text-align: center;
  cursor: pointer;
  height: 2.5vw;
  width: 10vw;
  font-size: 1.2vw;
  border-radius: 0.7vw!important;
  text-decoration: none;
}

.forminator-row-last {
    text-align: right;
    padding-right: 20px;
    margin-bottom: 5px!important;
}

.forminator-ui {
    margin-bottom: 5px!important;
}

.forminator-button:hover {
  background-color: #113382!important;
  color: white!important;
}

.forminator-select .select2-selection {
    border-radius: 8px;
}

.forminator-radio-label {
  width: 27vw;
}

.odbornost .forminator-checkbox {
  width: 22%;
}

.forminator-checkbox {
  width: 32%;
  margin-right: 5px!important;
}

.forminator-checkbox-label {
  width: 100%;
}


 .forminator-input {
     width: 70%;
 }
 
 .forminator-consent {
    margin-top: 1.0vw;
}


.forminator-consent {
    width: 30px;
}

article p {
    margin-left: 20px;
    margin-right: 20px;
}
/*.forminator-row .my-form h4 {
    margin-top: 1.5vw;
    font-size: 1.2vw;
    color: black;
}*/

.forminator-button-submit {
     margin-top: 2vw;
     background-color: #0B2154;
     color: white;
     border: 3px solid lightgray; 
     box-sizing: border-box; 
     border-radius: 8px;
     font-size: 18px;
     /*position: relative;
     left: 250px; */
  }
  
  .forminator-ui.forminator-custom-form[data-design="default"]:not(.forminator-size--small) .forminator-response-message.forminator-show {
	  display: none; 
  }
  
  .forminator-success {
    display: none;    
  }
  
  .forminator-row:not(:last-child) {
    margin-bottom: 10px;
  }	
  
/* ------------ register----------- */
/*  .forminator-label {
    margin-top: 0.5vw;
    font-size: 16px;
    color: black;
}

.forminator-checkbox-label {
  width: 27vw;
}

 .forminator-input {
     width: 90%;
     margin-bottom: 0.5vw;
 }
 
.forminator-consent {
    margin-top: 1.0vw;
}
 
.forminator-title {
     margin-top: 0.5vw;
  }
  
.forminator-button-submit {
     margin-top: 0.5vw;
     background-color: #0B2154;
     color: white;
     border: 3px solid lightgray; 
     box-sizing: border-box; 
     border-radius: 8px;
     font-size: 18px;
     /*position: relative;
     left: 250px;*/
 /*} */
 
 
#search02 .firma-container  { 
    display: grid;
    width: 100%;
}
 
#search02 .firma-container {
    grid-template-columns: 49% 49%;
}
 
#search02 .firma-content ul {
    list-style: none;
    padding-left: 0px;
}

#search02 .firma-content ul li {
    border: none;
    display: flex;
    margin: 5px;
} 

#search02 .firma-content ul li div.label {
    width: 180px;
} 

#search02 .firma-content ul li div.data {
    width: 100%;
} 
 
 
@media screen and (max-width: 800px) {
 
#search02 .firma-container {
    grid-template-columns: 99%;
}

 .odbornost .forminator-checkbox {
  width: 49%;
}

.forminator-checkbox {
  width: 49%;
}

}


@media screen and (max-width: 570px) {
 
 .odbornost .forminator-checkbox {
  width: 98%;
}

.forminator-checkbox {
  width: 98%;
}

}

