/* -ELEMENTOR SETTINGS - */

.elementor-html .preloader {
   display: none;
}

.elementor-lightbox-item {
	padding: 0 !important;
}

.elementor p {
	margin: 0;
}

.spec .elementor-element-populated .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
}

.sow-headline-container {
	text-transform: uppercase;
}

.elementor-widget-wp-widget-sow-headline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	border-bottom: 3px solid #6ec1e4;
	
}
.elementor-widget-image {
	margin-top: auto;
}

/* -ELEMENTOR SETTINGS - */

/* -PAGE SETTINGS - */

#page figure > a > div  > figcaption {
	background: #E91E63;
}

/* -PAGE SETTINGS - */

/* -HEADER - */

.widget_gtranslate {
	text-align: center;
	padding-top: 30px;
}

.widget_gtranslate a {
	margin: 2px;
}

/* -HEADER - */

/* -MENU - */

.main-navigation .menu ul ul {
	background: #009688;
}

.main-navigation .menu ul ul li a:hover {
	background: #00b3a2;
}

.main-navigation .menu ul ul li a {
	border-bottom: 1px solid #00b3a2;
}

.main-navigation .menu ul {
	margin: 0 0 0 80px; 
}

.main-navigation .menu-mobile > li > a {
	color: #E91E63;
}

.main-navigation .menu ul ul a {
	font-size: 14px;
	padding: 2px 30px;
}

.main-navigation .menu ul ul a:before {
	top: 25%;
}

.main-navigation .menu #menu-item-972 > ul > li {
	width: 340px;
}

.main-navigation .menu ul ul li {
	width: 100%;
}

.main-navigation .menu ul li ul {
	min-width: 250px;
}

/* -MENU - */

#menu-faculties .sub-menu {
	padding-left: 30px;
}


#menu-faculties .sub-menu a {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
	border:0;
}

/* -CENTER - */

.main-banner .slider .widget {
	padding: 0 !important;
	margin-bottom: 10px;
}

.main-banner .slider-aside-item {
	width: 33.3333%;
	float: left;
}

/* -CENTER - */

/* -GOOGLE MAPS - */

#wpgmza_map_widget-6 {
	background: none;
}

#wpgmza_map_widget-6 > h2 {
	text-align: center;
}

#wpgmza_map_widget-6 > h2:after {
	background: #009688;
}

#wpgmza_map_widget-6 > h2 > span {
	color: #444;
	padding: 0 20px;
}

@media screen and (max-width: 440px){
	#wpgmza_map_widget-6 > h2 > span {
	font-size: 20px;
	}
}

#content > section.section-block.section-block-upper.pt-40.pb-40, #wpgmza_map_widget-6 {
	padding: 0;
}

/* -GOOGLE MAPS - */

/* -FOOTER - */

.site-footer .footer-widget .widget-title {
	text-align:center;
}

/* -FOOTER - */
.widget-title {
	text-align:center;
}
.caldera-forms-modal {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	padding: 14px 30px;
	height: auto;
  background: transparent;
  border: 2px solid #41a9d5;
  color: #41a9d5 !important;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.caldera-forms-modal:hover {
	background: #41a9d5;
  color: #ffffff !important;
}

/* -FOOTER - */

/* -CONTENT - */

.site-content {
	padding: 20px 0 0 0;
}

.entry-content {
	padding-top: 0 !important;
}

/* .site-content .content-area article {
	padding: 0 20px !important;
} */

table {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 880px){
	table {
		width: auto !important;
	}
}

@media screen and (max-width: 668px){
	table {
		display: block;
		overflow: auto;
		max-height: 450px;
	}
}

/* .entry-content > ol, .entry-content > ul {
	margin: 0;
	padding: 0;
} */

@media screen and (max-width: 991px){
	#scroll-up {
		display: none !important;
	}
}

/* -CONTENT - */

@media screen and (max-width: 767px){
	.olimpiad-register input {
		width: 100%;
	}
}

.choice h2 {
	text-align: center;
}

.choice h4 {
	text-transform: uppercase;
}

.choice p {
	padding: 0;
	margin: 0;
}

.choice label {
	width: 100%;
}

.choice .subjects {
	display: flex;
	justify-content: center;
	text-align: center;
}

.choice input,
.choice input[type="checkbox"] {
	height: 20px;
	width: 100%;
}

.choice #header {
	text-align: center;
    padding: 20px 0;
    display: block;
}

.choice-results > div {
	text-align: center;
}

.choice-results input,
.choice-results select {
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

.choice-results p {
	display: none;
}

.choice-results {
	display: flex;
	flex-wrap: wrap;
}

.choice-results .subject,
.choice-results .testing-date,
.choice-results .payments,
.choice-results .languages {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 767px){
	.choice-results .subject,
	.choice-results .testing-date,
	.choice-results .payments,
	.choice-results .languages {
		width: 100%;
}
}

.g-recaptcha {
	margin-top: 40px;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.test-register input[type="submit"] {
	margin-top: 40px;
	width: 100%;
}

.test-register input[type="submit"]:hover {
	background-color: #4c4c4c;
}