/*---------IMPORTS----------*/

@import "fonts.css";

/*----------- VARIABLES ------------*/
:root {
  --color-primary: #F37336;
    --color-primary-lighter: #F58551;
  --color-secondary: #1c307e;
    --color-secondary-lighter: #F2F3F3;
  
  --color-footer-bg: #ffffff;
  --color-copyright-bg: #ffffff;
  --color-copyright-a: #000000;

  --color-headers: #494949;
  --color-texts: #494949;

  
  --font-headers: "Montserrat", sans-serif;
  --font-subheaders: "Montserrat", sans-serif;
  --font-texts: "Montserrat", sans-serif;
  
  --bs-breadcrumb-divider: '>';

  --color-topbar-bg: #ffffff;
  --color-topbar-text: #333;

  --color-menu-link: #145D9E;
}


.link-wrapper .wrapper::before {
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -.125em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f1c4";
color: var(--color-primary);
padding-right: 15px;
top: 30px;
left: 30px;
position: absolute;
}

.wrapper {
padding-left: 30px;
}
/*-------------- TYPO --------------------*/

.nav-link.fb {
  font-size: 0 !important;
}

.nav-link.fb::before {
  content: "\F344";
  font-family: "bootstrap-icons";
  font-size: 1.25rem;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    }
    
a:hover {
   color: var(--color-secondary);   
}

b, strong {
    font-weight: 700;
}
    
body, p, html {
    font-family: var(--font-texts);
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: var(--font-texts);
    }


.page-aktuality, .page-fotogalerie, .layout-jidelnicky, .page-gallery, .page-fotogalerie-kategorie {
    background-color: #F5FCFF;
}

.page-aktuality #header, 
.page-gallery #header, 
.page-fotogalerie-kategorie #header, 
.page-fotogalerie #header, 
.layout-jidelnicky #header, 
.page-aktuality #layout-header, 
.page-fotogalerie-kategorie #layout-header,
.page-fotogalerie #layout-header,
.page-gallery #layout-header, 
.layout-jidelnicky #layout-header, 
.page-aktuality #header, 
.page-fotogalerie #header, 
.layout-jidelnicky #header, 
.page-aktuality #footer,
.page-gallery #footer, 
.page-fotogalerie #footer, 
.page-fotogalerie-kategorie #footer, 
.layout-jidelnicky #footer {
    background-color: #fff;
}

#jidelnicky{
    background: #F5FCFF url('/themes/lili/assets/images/jablko.png') bottom right;
    background-repeat: no-repeat;
    background-position-x: 100%;
background-size: 26%;

}



h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-headers);
    color:    var(--color-headers);
    font-weight: 600;
    }

h3 {
    font-size: 24px;
    }

h2.title {
   font-size: 30px;
    }
    
h2.title.white, .subtitle.white {
   color: #fff;
    }
    
h2.title:after {
	height: 3px;
	width: 60px;
	background-color: #ff7b03;
	content: '';
	display: block;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 40px;
}
    
.subtitle {
	font-style: italic;
	font-family: var(--font-subheaders);
	font-size: 24px;
	font-weight: 400;
	margin-top: -5px;
	margin-bottom: 40px;
}

hr {
margin: 0.8rem 0;
color: gray;
}

i.bi {
    color: var(--color-primary);
}

/*----------------- BUTTONS ----------------*/

.btn {
    border-radius: 2em;
    border-color: var(--color-primary);
	padding: 12px 50px;
	font-weight: 600;
	font-size: 15px;
    margin-bottom: 10px;
    }
    
.btn-primary {
    color: #fff;
    background-color: var(--color-primary);      
}

.btn-secondary {
    color: var(--color-primary);
    background-color: #fff;      
    border: 3px solid var(--color-primary);
}

.navbar-nav li a {
font-size: 14px;
font-weight: 600;
font-family: var(--font-headers);
padding-top: 6px;
/* vertical-align: middle; */
}

.navbar-nav li a.nav-link.btn.btn-soutez {
padding: 10px 25px;
}

.btn-primary:hover, .btn-secondary:hover {
   color: #fff;
   background-color: var(--color-secondary);   
   border-color: var(--color-secondary);   
}

.btn-contact {
    margin-top: 20px;
}

/*--------------------- DIVIDER ---------------------*/
.divider {
    width: 40px;
    height: 20px;
    border-bottom: 3px solid var(--color-primary);
    margin: auto;
    margin-bottom: 40px;
}

/*--------------------- HEADER ----------------------*/

.topbar {
    background:  var(--color-topbar-bg);
    color:  var(--color-topbar-text);
    font-size: 90%;
    padding-top: 20px;
}

.topbar a{
    color:  var(--color-topbar-text);
    font-size: 90%;
}

#header .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-nav .nav-link {
    color: var(--color-menu-link);
}

#layout-header .row {
background: #fff;
}
    
#header .navbar-nav li a{
    font-size: 16px;
    margin-right: 1rem;
    font-weight: 600;
    font-family: var(--font-headers);
    }

#header .navbar-nav li ul li a{
    margin: 0rem 0.5em;
    font-size: 80%;
    line-height: 1.2rem;
    border-bottom: 1px solid rgb(235, 235, 235);
    padding-top: 8px;
    padding-bottom: 8px;
    }

 #header .navbar-nav li ul li:last-of-type a{
         border-bottom: 0px solid rgb(235, 235, 235);
 }   
    
#header .container{
border-top: 2px solid #C9E2F8;
    }

a.nav-link.active, .navbar-light .navbar-nav .nav-link.active { 
     border-bottom: 3px solid #F3C836;
    }
    
.page-header {
    margin-top: 3rem;
}

.layout-homepage .page-header {
    margin-top: 0.5rem;
}

.navbar-toggler {
    background-color: var(--color-primary);    
    border-radius: 2em;
    color: white;
    font-family: var(--font-headers);
}


.navbar-collapse {
    margin-top: 5px;
}


/*---------------------- CO SE JINAM NEVESLO ------------*/

.layout-homepage  #layout-header {
padding-bottom: 0rem;
}

#layout-header {
padding-bottom: 4rem;
}

.page-detail-aktuality #layout-header {
padding-bottom: 1rem;
}
/*---------------- COOKIES LISTA ----------------*/

#cookiesBar {
background: rgba(235,235,235,0.98);
}

.cookies-bar .content p {
	margin: 0;
	padding: 0px 0;
	font-size: 12px;
}

.modal-open #sg-cookiesBar .modal .modal-body .list-cookies label {
padding-left: 5px;
}

.modal-open #sg-cookiesBar .modal .modal-body .list-cookies {
margin-top: 0px;
}

.modal-open #sg-cookiesBar .modal .modal-body .list-cookies >div:not(:first-child) {
margin-top: 0px;
}

.description.help-block p {
line-height: 130%;
font-size: 85%;
}

/*------------------- LOCALES -----------------*/
#header .navbar-nav li.locale a {
    font-size: 0.8em;
    padding: 10px 12px;
    color: white;
    background: rgb(208, 208, 208);
}

.locale-list {
    margin-left: 60px;
}
#header .navbar-nav li a.locale-active {
    background-color: var(--color-primary);
}

.locale:first-of-type {
    border-top-left-radius: 2em;
    overflow: hidden;
    border-bottom-left-radius: 2em;
    margin:auto;
    margin-right:0px;
}

.locale:last-of-type {
    border-top-right-radius: 2em;
    overflow: hidden;
    border-bottom-right-radius: 2em;
    margin:auto;
    margin-left:0px;
}

/*------------------- BREADCRUMBS --------------*/

.breadcrumb-item a {
   text-decoration: none;
   color:grey;
}

.breadcrumb-item + .breadcrumb-item:before {
    color: var(--color-primary);
}

.breadcrumb-item.active {
color: #333;
font-weight: 500;
}

/*-----------BANNER-----*/
.banner-img {
	transform: translatey(0px);
	animation: float 4s ease-in-out infinite;
}

/*-----------SLIDER (CAROUSEL) -----*/
.carousel {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 3.5rem;
}
.carousel-item {
    max-height: 500px;
}

.carousel-caption {
    position: absolute;
    right: 35px;
    bottom: 35px;
    left: unset;
    font-size: 85%;
    padding: 0.7rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: var(--font-texts);
    text-align: center;
    background: #fff;
    border-radius: 2em;
}

.carousel-caption a{
    color: var(--font-texts);
}




/*--------------------- CONTENT --------------------*/


.layout-homepage  .content-top {
    background: transparent url("/themes/lili/assets/images/contenttop.png") left top repeat-x;
    background-size: cover;
    height: 200px;
    margin-top: -300px;
}


#content, #post-content{
    background-color: #F5FCFF;
}


#content, #posts-content {
    background: #F5FCFF url('/themes/lili/assets/images/globus.png') bottom right;
    background-repeat: no-repeat;
    background-position-x: 100%;
background-size: 26%;

}




.layout-homepage .footer-top {
    background: transparent url("/themes/lili/assets/images/kontakttop.png") left top repeat-x;
    background-size: cover;
    height: 200px;
    margin-top: -200px;
    padding-top: 0px;
}

.footer-top {
    background: transparent url("/themes/lili/assets/images/kontakttop.png") left top repeat-x;
    background-size: cover;
    height: 200px;
    margin-top: -200px;
    padding-top: 300px;
}



 .content-top {
    background: transparent url("/themes/lili/assets/images/contenttop.png") left top repeat-x;
    background-size: cover;
    height: 185px;
    margin-top: -185px;
}

.content {
    margin: 10px auto;
}

.content .title {
    margin-top: 50px;
}

.content .content-content {
    margin-bottom: 50px;
    }
    
.col-half .content-content {
    padding: 20px;
}

.col-half .content-image {
    margin-top: 35px;
	max-height: 275px;
}

#banner .container-banner{
	position:relative;
}

.container-banner:after {
content: "";
height: 181px;
width: 174px;
background: url('/storage/app/media/ico1.png');
position: absolute;
background-repeat: no-repeat;
bottom: 40px;
right: 10%;
}

#content img {
max-width: 100%;
}

/*-------------- AKTUALITY -----------------*/

#aktuality {
	padding: 50px 0px 100px;
	background-color: #fff;
	position:relative;
}

#aktuality:after {
content: "";
height: 130px;
width: 130px;
background: url('/storage/app/media/ico2.png');
position: absolute;
background-repeat: no-repeat;
bottom: -40px;
left: 5%;
}
/*-------------- O SOUTĚŽI -----------------*/

#o-soutezi {
	padding: 50px 0px;
background-color: #f8f8f8;
position: relative;
}


#o-soutezi:after {
content: "";
height: 148px;
width: 121px;
background: url('/storage/app/media/ico3.png');
position: absolute;
background-repeat: no-repeat;
bottom: 20px;
right: 8%;
}

/*------------- HARMONOGRAM ----------*/
#harmonogram {
background-color: #1240B2;
padding: 50px 0px;
	
}




/*------------- PODPOŘTE ----------*/
#podporte {
background-color: #f8f8f8;
padding: 50px 0px;
	position:relative;
	
}


#podporte:after {
content: "";
height: 109px;
width: 97px;
background: url('/storage/app/media/ico4.png');
position: absolute;
background-repeat: no-repeat;
bottom: 0px;
right: 5%;
}

/*-------------- O NÁS -----------------*/

#o-nas {
	padding: 50px 0px;
	background-color: #fff;
}

.onas-title {
font-size: 18px;
font-weight: 600;
}

/*-------------- PARTNEŘI -----------------*/

#partneri {
	padding: 50px 0px 70px;
    background-color: #fff;
}

.partner {
padding: 5px 45px;
}

/*-------------- KONTAKT -----------------*/

#kontakt {
	padding: 50px 0px;
}

.checkbox {
color: white;
}

.form-control {
	margin-bottom: 10px;
}

#submit-wrapper-contactForm {
text-align: center;
}

/*----------------- FOOTER -----------------*/


#footer p { 
    font-size: 90%;
}

.footer a {
    text-decoration: none;
    color:#333;
    font-size: 90%;
}

.footer .divider {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: -8px;
}

.nav-footer li a:before {
    content: '•';
    display: inline-block;
    color: var(--color-primary);
}

.nav-footer li a {
    color: var(--color-texts);
}

#copyright {
    padding: 10px 0px;
    color: var(--color-secondary);
    font-size: 80%;
    background: var(--color-copyright-bg);
}

#copyright .container{
border-top: 2px solid #C9E2F8;
padding-top: 20px;
padding-bottom: 10px;
}

#copyright a{
    text-decoration: none;
    color: var(--color-copyright-a);
}

.nav-link {
    padding: 0.1rem 1rem;
}

.logo-footer {
    max-width: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*---------------- FEATURED ------------------*/
.featured-wrapper {
    position: relative;
}

.featured-bg {
    min-height: 350px;
    filter: brightness(0.65);
    transition: 0.2s all;
}

.featured-bg:hover {
    filter: brightness(0.8);
    transition: 0.2s all;
}

.featured-category {
   margin-bottom: 14px;
}

.featured-title h3 a{
    color: white;
    }
    
.featured-meta {
    position: absolute;
    left: 40px;
    bottom: 30px;
    max-width: 70%;
    }

.btn.btn-category {
    padding: 0.25rem 0.5rem;
    }
    
    
/*---------------- SIDEBAR BLOCKS ------------*/

.sidebarblock {
    background: var(--color-secondary-lighter);
    padding: 40px 50px;
    margin: 30px auto;
    }
    
.sidebarblock h4 {
    padding-bottom: 15px;
}

.sidebarblock ul {
    list-style-type: none;
    }
    
.sidebarblock .badge {
    color: #212529;
    padding-right: 20px;
    font-size: 1em;
}

.sidebarblock.social {
    color: white;
    background: var(--color-secondary); 
    }
    
.social-icon {
    display: inline-block;
    padding: 5px;
    background: white;
    border-radius: 2em;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}

.social-icon a{
    color: white;
}

.facebook.social-icon {
    background: #3E5B98;
}

.twitter.social-icon {
    background: #4DA7DE;
}

.linkedin.social-icon {
    background: #4DA79D;
}
    
.categorylist a {
    color: #212529;
}

#contactFormNewsletter-email {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.27);
    margin-bottom: 20px;
}

#submit-wrapper-contactFormNewsletter {
    text-align: center;
}
    
/*---------------- BANNER ------------------*/

.container-banner {
    padding-bottom: 70px;
    padding-top: 25px;
    background-color: #f1f1f1;
}

.banner-text {
	padding-top: 50px;
	font-size: 60px;
	margin-bottom: 35px;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
}

.banner-subtitle {
font-size: 40px;
font-weight: 300;
padding-top: 15px;
font-family: "Barlow";
font-style: normal;
}

.banner-text p {
    font-size: 20px;
}

/*---------------- SPONZORI --------------*/

#sponzori {
    background: #F5FCFF url('/themes/lili/assets/images/raketa.png') bottom right;
    background-repeat: no-repeat;
    background-position-x: 104%;
background-position-y: 140%;
    padding-bottom: 12rem;
}


.sponzor-logo {
border-radius: 15px;
margin-top: 20px;
}

.sponzor-link {
    font-weight: 500;
    font-size: 90%;
    color: #333;
}
    
/*------------------------- BLOG --------------------*/

#blog {
        padding-bottom: 4.5rem;
}

#blog .title h2, #rychleodkazy .title h2, #sponzori .title h2{
    font-size: 3.5rem;
    line-height: 4rem;
}

#blog .title h2.second, #rychleodkazy .title h2.second,  #sponzori .title h2.second{
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}


.note {
    font-weight: 300;
    line-height: 1.4rem;
    	padding-bottom: 25px;
}

#blog .note, #sponzori .note{

    border-left: 3px solid var(--color-primary);
    padding-left: 25px;
    margin-bottom: 2rem;
}

.post-list-image-wrapper {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(182, 182, 182, 0.47);
	position: relative;
	margin-bottom: 15px;
    background-color: #fff;

}

.post-info-wrapper {
    padding: 10px 25px;
}       

.post-list-image-wrapper img {
	height: 150px;
	width: 100%;
	margin-bottom: 5px;
	object-fit: cover;
    border-radius: 20px;
}

.post-list img {
    border-radius: 20px;
    border: 1px solid #f1f1f1;
}

.post-list-image {
     border: 1px solid #f1f1f1;   
}

.info {
	font-size: 14px;
	color: var(--color-headers);
}


.featured-images img {
border-radius: 20px;
border: 1px solid #f1f1f1;
box-shadow: 0 0 10px rgb(218, 217, 217);
}

.info:before{
content:' | ';
font-weight: 600;
color: #ff7b03;
padding-right:5px;
}

.post-list-image-wrapper .title  {
	margin: 5px 15px;
}

.excerpt {
	font-size: 90%;
}

.post-list-wrapper {
    margin: 15px auto;
}

.postTitle {
line-height: 1.2rem;
margin-bottom: 5px;
}

.postTitle a {
text-decoration: none;
color: var(--font-texts);
font-size: 18px;
font-weight: 600;
}

.categoryname {
    text-decoration: none;
    font-weight:500;
    }
    
.timetoread {
    color: white;
    font-size: small;
}

.col-post {
    margin-bottom: 50px;
}

.col-post .post-title a {
color: #212529;
}

.col-post .post-list-image {
margin-bottom: 15px;
}

.col-post .info {
margin-bottom: 10px;
}

/*---------------- RYCHLE ODKAZY -----------------*/

#rychleodkazy {
    background-color: #F5FCFF;
    padding-bottom: 4.5rem;
    padding-top: 5.5rem;
}

#rychleodkazy .link {
box-shadow: 0 0 10px rgb(218, 217, 217);
background-color: #fff;
padding: 1.5rem;
margin-bottom: 20px;
font-weight: 500;
color: #333;
border-radius: 10px;
text-align: center;
position: relative;
}

/*------------------------- PAGINATION ------------------*/
.pagination {
justify-content: center;
}

.pagination li a{
background: #E4EAED;
color: white;
}

.pagination li a{
color: white;
}

.pagination li.active{
background-color: var(--color-primary);
}

.page-item.active .page-link {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

/*------------------------- PORTFOLIO ---------------------*/


.page-portfolio-vzdelavaci-systemy .item-image {
border: 8px solid rgb(52, 52, 52);
border-radius: 20px;
box-shadow: 10px 10px 1px rgb(176, 176, 176);
}

/*--------------------- FOTOGALERIE-----------------*/
  
.gallery {
	padding: 40px 60px;
}

.gallery-title h2 {
    font-size: 1.9rem;
}

.gallery-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #0024b1;
  opacity: 0.8;
  }
  

  .gallery-wrapper, .jidelnicek-wrapper {
background: white;
margin-bottom: 1rem;
border-radius: 15px;
box-shadow: 0 0 11px rgb(227, 227, 227);
overflow: hidden;
}


  
  
.gallery-title, .gallery-meta, .gallery-note {
	position:relative;
}  
  
 .gallery .gallery-title, .gallery .gallery-meta, .gallery .gallery-note {
 	color: white;
 }
 
 .gallery-meta {padding-top:40px;}
 
.gallery-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}

.thumbnail.gallery-content-image {
position: relative;
}

/*------------------------- KONTAKT ---------------------*/
.contact {
    padding: 40px 5% 40px 5%;
    background-color: var(--color-secondary-lighter);  
    border-radius: 25px;
}

.contact .form-control {
    margin: 20px auto;
}

.group-jmeno, .group-email {
display: inline-block;
max-width: 49.5%;
margin-bottom: 0px;
}

#contactBlock .btn-primary {
margin-top: 30px;
}

.form-group.recaptcha-form div:nth-of-type(1) {
	margin: auto;
	margin-top: 10px;
}



/*---- KEYFRAMES----*/
@keyframes float {
	0% {

		transform: translatey(0px);
	}
	50% {

		transform: translatey(-10px);
	}
	100% {

		transform: translatey(0px);
	}
}


