/*
Theme Name: MiliBS theme
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.0.1
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.navbar {
	background: #fff;
	font-family: 'Raleway',sans-serif;
	font-weight: 700;
	
}

.header-catalog-search {
	background: url('/wp-content/uploads/2024/09/featured-catalog2-scaled.jpg') top center !important;
	/*max-height: 500px !important;*/
}

.header-catalog-title {
        /*color: #fff !important;
        font-weight: bold;
        padding-top: 5%; 
        text-align: center;*/
        text-shadow: 2px 2px #000;
       
}

.header-catalog-input {
		width: 60% !important;
		margin: 0 auto;
		text-align: center !important;
}

.header-catalog-button {
		/*background: #1abc9c; #00b1b0 !important*/
		background: #00b1b0; /*#00b1b0 !important*/
}

.header-catalog-button:hover {
		background: #43FB60;
}

.nullhead {
	background: #00b1b0 !important;
}
/* Buttons */

.header-buttons {
	font-size: 80px;
	line-height: 120px;
}

.header-buttons-bg {
	color: #00b1b0;
}

.header-buttons-bg:hover {
	color: #1abc9c;
}
    

/*   FEATURED   */


.uil-squares-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.uil-squares-css div {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #9b9b9b;
}

.uil-squares-css div > div {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: uilsquare 0.45s linear infinite;
  animation: uilsquare 0.45s linear infinite;
  width: 40px;
  height: 40px;
}

.uil-squares-css > div:nth-of-type(1) {
  top: 30px;
  left: 30px;
}

.uil-squares-css > div:nth-of-type(1) > div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.uil-squares-css > div:nth-of-type(2) {
  top: 30px;
  left: 80px;
}

.uil-squares-css > div:nth-of-type(2) > div {
  -webkit-animation-delay: 0.05625s;
  animation-delay: 0.05625s;
}

.uil-squares-css > div:nth-of-type(3) {
  top: 30px;
  left: 130px;
}

.uil-squares-css > div:nth-of-type(3) > div {
  -webkit-animation-delay: 0.1125s;
  animation-delay: 0.1125s;
}

.uil-squares-css > div:nth-of-type(4) {
  top: 80px;
  left: 130px;
}

.uil-squares-css > div:nth-of-type(4) > div {
  -webkit-animation-delay: 0.16875s;
  animation-delay: 0.16875s;
}

.uil-squares-css > div:nth-of-type(5) {
  top: 130px;
  left: 130px;
}

.uil-squares-css > div:nth-of-type(5) > div {
  -webkit-animation-delay: 0.225s;
  animation-delay: 0.225s;
}

.uil-squares-css > div:nth-of-type(6) {
  top: 130px;
  left: 80px;
}

.uil-squares-css > div:nth-of-type(6) > div {
  -webkit-animation-delay: 0.28125s;
  animation-delay: 0.28125s;
}

.uil-squares-css > div:nth-of-type(7) {
  top: 130px;
  left: 30px;
}

.uil-squares-css > div:nth-of-type(7) > div {
  -webkit-animation-delay: 0.3375s;
  animation-delay: 0.3375s;
}

.uil-squares-css > div:nth-of-type(8) {
  top: 80px;
  left: 30px;
}

.uil-squares-css > div:nth-of-type(8) > div {
  -webkit-animation-delay: 0.39375s;
  animation-delay: 0.39375s;
}


.site-featured-content {
  position: relative;
  background: #fff;
}

.site-featured-content .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.site-featured-content.loading .spinner {
  display: block;
}

.site-featured-content.loading .featured_posts {
  height: 250px;
  display: block;
}

.site-featured-content.loading .featured_posts article {
  display: none;
}

.site-featured-content.loading .featured_posts_slider article {
  display: none;
  opacity: 0;
}

.site-featured-content.loading .featured_posts_slider article:first-child {
  display: block;
  opacity: 0;
}


#featured-content {
  margin-bottom: -10px;
}

.featured_posts .post {
  position: relative;
}

.featured_posts .post .entry-thumbnail {
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.featured_posts .post .entry-thumbnail img {
  width: 100%;
  height: auto;
}

.featured_posts .post .entry-header {
  position: absolute;
  bottom: 0px;
  z-index: 20;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  padding: 18px 23px 23px;
  padding:  1.125rem 1.4375rem 1.4375rem;
}

.featured_posts .post .entry-header .featured-posts-cate {
  color: #FFF;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: inline-block;
}

.featured_posts .post .entry-header h2 {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 1.3;
}

.featured_posts .post .entry-header h2 a {
  color: #FFF;
}

.featured_posts .post .entry-header h2 a:hover {
  text-decoration: underline;
}



/* Footer */
.milifooter-bg {
	background: #282828 !important;
	color: #ffffff;
}

.font-size-inherit {
	font-size: inherit !important;
}

#mili-calendar-widget td {
	margin-left: 3px;
}

/*# sourceMappingURL=style.css.map */



.event-carousel {
    display: flex;
    justify-content: center;
}

.event-slide {
    width: 400px;  /* Box szélessége */
    height: 400px; /* Box magassága */
    margin: 10px;   /* Boxok közötti távolság */
    padding: 15px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;  /* A tartalom elosztása */
}

.event-image {
    width: 100%;
    height: 250px;  /* Kép magassága a boxon belül (ha szükséges, ezt módosíthatod) */
    overflow: hidden;  /* A felesleges részek levágása */
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* A kép vágása és kitöltése */
    object-position: center;  /* A kép közepére igazítva */
}

.event-details {
    padding-top: 10px;
}

.event-details h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.event-details p {
    font-size: 1em;
    color: #333;
}

.event-details a {
    display: inline-block;
    margin-top: 10px;
    color: #0073e6;
    text-decoration: none;
}
