/*======================================
Theme Name: UniGo App
Description: UniGo Hungary theme.
Version: 1.0
Author: Alexander Tatic
Template: Divi
======================================*/


/* Events Shordcode */

body h1 {
	padding-bottom: 0 !important;
	
}

.at-events-wrapper {
	width: 100%;
}

.at-events-wrapper .year-display {
    text-align: left;
	color: #3C61C9;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.at-events-wrapper .at-events-list .at-events-item {
    display: flex;
    justify-content: space-between;
}

.at-events-wrapper .at-events-item .event-details {
    flex: 1 1 100%;
	text-align: left;
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 10px;
	padding: 16px 16px;
	display: flex;
	align-items: center;
	max-width: calc(100% - 85px);
}

.at-events-wrapper .at-events-item .event-date {
    flex: 0 0 80px;
    background-color: #9DD836;
    color: #fff;
    text-align: left;
	border-radius: 16px;
	margin-bottom: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.at-events-wrapper .at-events-item .event-details h1, .at-events-wrapper .at-events-item .event-date p {
	line-height: normal;
}

.at-events-wrapper .at-events-item .event-date.first-event {
    background-color: #F2441B; 
}

.at-events-wrapper .event-date .event-month,
.at-events-wrapper .event-date .event-day {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em;
	white-space: nowrap;
	
}

.at-events-wrapper .event-details h1,
.at-events-wrapper .event-details .event-location {
    margin: 0;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}

.event-details h1 {
	color: #1E2333;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
.event-month {
	padding-bottom: 0px !important;
}

.event-details a {
	color: #3C61C9;
	font-weight: 600;
}

.event-details p {
	color: #9DD836;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
/* Ovo treba drugacije rijesiti */
.et_pb_text_1 ul {
	padding: 0px !important;
}

.at-events-wrapper .year-header {
    text-align: left;
	color: #3C61C9;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fa-solid {
	color: #9DD836;
}

.at-events-pagination .page-numbers {
	color: #9DD836;
	padding-right: 10px;
	
}

.at-events-pagination {
	padding: 1% 3%;
}
.at-events-pagination .page-numbers .current {
	color: #012850!important;
}
.fa-map-marker {
	color: #9DD836;
}
/* END Events Shordcode */

/* Contact Form 7 Form Styling */
.wpcf7-form label {
    display: block;
    margin-bottom: 10px;
	color: #3C61C9;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 16px;
	border: 0px;
}

.wpcf7-form textarea {
    height: 150px; 

}

.wpcf7-form input[type="submit"] {
    background-color: #3C61C9;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 8px;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
	box-shadow: none;
   border: none;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #45a049;
}
.wpcf7-form select {
    background-color: #fff; 
    padding: 10px; 
    border-radius: 16px; 
	color: #3C61C9;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	color: #3C61C9;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wpcf7-form a {
    font-weight: 700;
}

.wpcf7-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: none;
    width: 15px; 
    height: 15px; 
    border-radius: 50%;
    cursor: pointer;
}

.wpcf7-form input[type="checkbox"]:checked {
    background-color: #3C61C9;
	margin-bottom: -2px;
}

.wpcf7-list-item {
	margin-left: 0px !important;
}
/* END Contact Form 7 Form Styling */

div#et-boc.et-boc div#et-main-area div#main-content .et_pb_toggle_item.et_pb_text_align_left.et_pb_toggle_open h5.et_pb_toggle_title::before {
	content: "↑" !important;
	font-family: Arial !important;
}
div#et-boc.et-boc div#et-main-area div#main-content .et_pb_toggle_item.et_pb_text_align_left.et_pb_toggle_close h5.et_pb_toggle_title::before {
	content: "↓" !important;
	font-family: Arial !important;
}

/* === HEADER === */
.hamburger-icon {
  width: 35px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 10001;
  right: 0;
}

.hamburger-icon .bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.bar.top {
  top: 0;
}

.bar.middle {
  top: 8px;
}

.bar.bottom {
  top: 16px;
}

.hamburger-icon.open .top {
  transform: rotate(45deg);
  top: 10px;
}

.hamburger-icon.open .middle {
  opacity: 0;
}

.hamburger-icon.open .bottom {
  transform: rotate(-45deg);
  top: 10px;
}

.at-store-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-left: 20px;
}

.at-cta a {
  border: 2px solid #FFED00;
  padding: 10px 9px 10px 8px;
  margin-top: -11px;

}

.falco-social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .falco-social-icons {
    justify-content: center;
  }
}

.falco-social-icons a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

@media (max-width: 980px) {
  .falco-social-icons a {
    color: #fff;
  }
}

.falco-social-icons a:hover {
  color: #FFF;
}

@media (max-width: 980px) {
  .falco-social-icons a:hover {
    color: #fff;
  }
}

.falco-social-icons a:last-child {
  font-weight: bold;
  font-size: 18px;
}


/* === FULLSCREEN MENU === */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #3C61C9;
  z-index: 9990;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(1.05);
  opacity: 0;
  transition: all 0.6s ease;
  pointer-events: none;
}

.fullscreen-menu.open {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}

/* === MENU LINKS FADE IN === */
.menu-links {
  list-style: none !important;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-links li {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
  padding-top: 5px;
  padding-bottom: 5px;

}

.fullscreen-menu.open .menu-links li {
  opacity: 1;
  transform: translateY(0);
  margin: 10px 50px 0px 50px;
}

.fullscreen-menu.open .menu-links li a {
  color: #fff;
  font-weight: 500;
}

.fullscreen-menu.open .menu-links li:nth-child(1) {
  transition-delay: 0.1s;
}

.fullscreen-menu.open .menu-links li:nth-child(2) {
  transition-delay: 0.2s;
}

.fullscreen-menu.open .menu-links li:nth-child(3) {
  transition-delay: 0.3s;
}

.fullscreen-menu.open .menu-links li:nth-child(4) {
  transition-delay: 0.4s;
}

.fullscreen-menu.open .menu-links li:nth-child(5) {
  transition-delay: 0.5s;
}

.fullscreen-menu.open .menu-links li:nth-child(6) {
  transition-delay: 0.6s;
}

.fullscreen-menu.open .menu-links li:nth-child(7) {
  transition-delay: 0.7s;
}

.fullscreen-menu.open .menu-links li:nth-child(8) {
  transition-delay: 0.8s;
}
.fullscreen-menu.open .menu-links li:nth-child(9) {
  transition-delay: 0.9s;
}
.fullscreen-menu.open .menu-links li:nth-child(10) {
  transition-delay: 1.0s;
}


/* === DISABLE SCROLL === */
body.menu-open {
  overflow: hidden;
}



.curved-top {
  background: #fff;
  position: relative;
}

.curved-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%233C61C9" d="M0,0 C480,60 960,60 1440,0 L1440,0 L0,0 Z"></path></svg>') no-repeat top center;
  background-size: cover;
}

@media (max-width: 980px) {
	.curved-top::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%233C61C9" d="M0,0 C480,140 960,140 1440,0 L1440,0 L0,0 Z"></path></svg>') no-repeat top center;

	}
}

/* === Szakértő mondja Page === */

#at-post-grid-button-fix .post-content   {
	text-align: center;
}

#at-post-grid-button-fix .post-content-inner {
	text-align: left;
}