/*
Theme Name: Simultan 2024
Theme URI: #
Author: Vajna Botond
Author URI: http://vajnabotond.ro
Description: Custom theme for simultan.org 2024
*/
:root {
  --purple: #7f8bfb;
}
:focus {
	outline:none;
}
::-webkit-scrollbar
{
	width: 30px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background: linear-gradient(to right, #fff, #ff7e59);
/* 	font-family: 'Raleway', sans-serif; */
/* 	font-family: 'Roboto', monospace; */
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #434b50;
	font-weight: 300;
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
}
::-moz-selection { /* Code for Firefox */
  background: #f2f2f2;
}

::selection {
  background: #fff;
}
body.home {
	background-color: #b08bec;
	color: #fff; 
}
figure {
	margin-left: 0;
	margin-right: 0;
}
figcaption {
	font-size: 0.7em;
	text-align: center;
}
.purple-bg {
	background-color: #7f8bfb;
}
h1 {
	font-size: 2rem;
	line-height: 1em;
	font-weight: 700;
	}
h2 {
	font-size: 1.8rem;
	font-weight: 700;
}
h3 {
	font-size: 1.6rem;
	font-weight: 700;
}
h4 {
	font-size: 1.4rem;
	font-weight: 700;
}
h5 {
	font-size: 1.2rem;
	font-weight: 700;
}
h6 {
	font-size: 1rem;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
p {
	margin-top: 0;
}
.editor-styles-wrapper .has-medium-font-size,
.content .has-medium-font-size,
.has-medium-font-size {
	font-size: 1.1em;
}
.editor-styles-wrapper .has-medium-small-size,
.content .has-small-font-size,
.has-small-font-size {
	line-height: 1.2em;
}
.page-id-672 .post-content p,
.page-id-534 .post-content p {
	margin-bottom: 6px;
	margin-top: 24px;
}
.page-id-672 .post-content .has-small-font-size,
.page-id-534 .post-content .has-small-font-size {
	margin-top: 0;
}
.has-small-font-size {
	line-height: 0.6em;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
hr {
	border-top: none;
	color: inherit;
}
.uppercase {
	text-transform: uppercase;
}
.bigstone {
	position: fixed;
	width: 50vw;
	height: 50vh;
	background-image: url(bigstone.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.sidebar {
	position: fixed;
	display: flex;
	flex-wrap: wrap;
	top: 0;
	left: 30px;
	width: 230px;
	height: 100vh;
	overflow-y: auto;
}
.sidebar div {
	flex-basis: 100%;
	/*! flex-shrink: 0; */
}
.menu-logo {
	display: flex;
/* 	flex-wrap: nowrap; */
	flex-direction: column;
}
.wpml-ls-menu-item {
	width: 0;
	height: 0;
	overflow: hidden;
}
.wpml-ls-current-language {
	opacity: 0.3;
}
.main-wrapper {
/* 	display: flex; */
	padding: 30px;
	max-width: 700px;	
	margin-left: 240px;
	position: relative;
}
.widget-text-alb-stanga {
	font-size: 0.9em;
	margin-top: 30px;
}
.widget-text-alb-stanga a {
	color: inherit;
}
.home .widget-text-alb-stanga {
	color: #fff;
}
.home .widget-text-alb-stanga a {
	color: #fff;
}

/* meniu */

.menu {
	color: #00e7ff;
	color: #9d6de7;
	font-family: 'Roboto', monospace;
	font-weight: 600;
}
.home .menu {
	color: #000;
}
#vb_menu ul {
	list-style-type: none;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.3em;
	text-transform: uppercase;
}
#vb_menu ul a {
	text-decoration: none;
	color: inherit;
}
#vb_menu ul a:hover{
	font-style: italic;
	text-decoration: underline;
	color: #000;
}

#vb_menu ul > li > ul {
	display: none;
}

#vb_menu ul > li > ul > li {
	font-size: 14px;
	line-height: 32px;
	padding-left: 20px;
}
/**/

.content {
	padding-left: 40px;
}
.post-title {
	color: #000;
	font-family: 'Roboto', monospace;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 2.2em;	
	line-height: 1em;
	margin-top: 2px;
}
.archive .main-wrapper > .post-title,
.page-template-program .main-wrapper > .post-title {
	margin-left: 40px;
}
.post-content {
	font-size: 1.35rem;
	line-height: 1.8rem;
	min-width: 322px;
	width: 750px;
	max-width: 100%;
}
.post-content h2 {
	margin-top: 0;
}
.list-item-title {
	font-size: 1.35rem;
  line-height: 1.35rem;
	font-weight: 300;
}
.arhive-featured-img {
	width: 300px;
	height: 225px;
	background-color: rgba(0, 0, 0, 0.3);
	margin-bottom: 8px;
}
.content .arhive-featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive .content {
	display: flex;
	flex-wrap: wrap;
}
.archive .post-content {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
a {
	color: #fff;
	text-decoration: underline;
	color: inherit;
}
.small {
	font-size: 0.7em;
	line-height: 0.7em;
}
.prog-event-title {
	margin-bottom: 8px;
  text-transform: uppercase;
}
.sidebar .logo {
	display: flex;
	/*! width: 40px; */
	/*! align-self: flex-end; */
	/*! flex-basis: 100%; */
	margin-bottom: 20px;
	vertical-align: bottom;
	align-items: flex-end;
}
.logo img {
	width: 40px;
	height: auto;
/* 	opacity: 0.5; */
}
.selector-limbi {
	position: fixed;
	width: 200px;
	right: 20px;
	top: 30px;
	display: inline-block;
	text-align: right;
	color: black;
}
.home .selector-limbi {
	color: #fff;
}
.wpml-ls-legacy-list-horizontal > ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}
.wpml-ls, .wpml-ls-legacy-list-horizontal {
	padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal a {
  display:block;
  text-decoration:none;
  padding:5px 10px 6px;
  line-height:1
}
.selector-limbi a {
	color: #0434b50;
	font-size: 1,2em;
}
.home .selector-limbi a {
	color: #fff;
}
.festival-title {
	position: fixed;
	right: -140;
	bottom: 190px;
	transform: rotate(90deg);
	font-style: italic;
}
.wp-block-image figcaption {
	color: gray !important;
}
.content img {
	height: auto;
	max-width: 100%;
}
/* === Media Queryes === */

@media (max-width: 1024px){
	body {
		font-size: 14px;
	}
	.vb-menu ul a {
/* 		background-color: var(--purple); */
	}
	.vb-menu ul li {
		margin-bottom: 8px;
	}
	.vb-menu ul .wpml-ls-menu-item a {
		background-color: transparent;
	}
	.main-wrapper {
		margin-left: 180px;
	}
}

@media (max-width: 870px) {
	.archive .post-content {
		width: auto;
	}
}
@media (max-width: 600px) {
	.sidebar {
		position: static;
		width: 100%;
		height: auto;
		padding-right: 20px;
		box-sizing: border-box;
		flex-direction: column-reverse;
		/*! margin-top: 10px; */
	}
	.sidebar > div {
		flex-basis: auto;
		margin-left: 12px;
		padding-left: 10px
	}
	.sidebar .logo {
		position: absolute;
		left: 22px;
	}
	.main-wrapper {
		margin-left: 0;
		padding: 22px;
	}
	.archive .main-wrapper,
  .page-template-program .main-wrapper {
	   padding: 22px;
  }
	.archive .post-content {
		padding-left: 0;
		padding-right: 22px;
	}
  .archive .main-wrapper > .post-title,
  .page-template-program .main-wrapper > .post-title {
	   margin-left: 0;
  }
	.selector-limbi {
		height: 0;
		width: 0;
		overflow: hidden;
	}
	.content {
		padding-left: 0;
	}
	.widget-text-alb-stanga {
		font-size: 1em;
		font-size: 1.143em;
		margin-top: 0px;
	}
	.bigstone {
		height: 60vh;
	}
	
	/* === menu show - hide ===*/
	
/* 	.menuresp {
		position: relative;
		width: 100%;
		z-index: 1;
	} */
	.vb-menu {
		position: relative;
		width: 100%;
/* 		background-color: var(--purple); */
/* 		padding-left: 12px; */
		padding-right: 12px;
		box-sizing: content-box;
/* 		border-bottom: solid 1px; */
		box-sizing: border-box;
		overflow: hidden;
	}

	#vb_menu {
			display: none;
	}
	.menu-button {
		position: absolute;
		width: 32px;
		height: 32px;
		background: url(images/menu-button-black.png) center no-repeat;
		background-size: contain;
		opacity: 1;
		right: 20px;
		top: 30px;
		z-index: 2;
	}
	.home .menu-button {
		background: url(images/menu-button-white.png) center no-repeat;
		background-size: 32px;
	}
	.vb-menu ul.menu {
		display: block;
	}


	.wpml-ls-menu-item {
		color: inherit;
		font-size: 0.6em;
		width: auto;
		height: auto;
	} 
	.wpml-ls-menu-item a {
		padding-top: 16px;
		padding-bottom: 10px;
	}
	
	
	/**/
	
	.sidebar .menu-logo {
		/*flex-basis: 100%;*/
		/*! position: absolute; */
		width: 100%;
		margin-left: 0;
		padding-top: 12px;
		display: block;
	}
	.sidebar .menu-logox {
		padding-top: 12px; 
	}
	.vb-menu ul {
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 20px;
	}
	.vb-menu ul .wpml-ls-menu-item a {
		padding: 6px 40px 20px 6px;
	}
	.vb-menu ul li {
		margin-bottom: 0;
	}
	.vb-menu ul li a {
		display: inline-block;
		padding: 6px;
		padding-left: 0;
		box-sizing: content-box;
		/*! width: 100%; */
	}
	body.home {
/* 		background-image: url(home-bgr.png) !important; */
		background-size: auto 100%;
	}
	@supports (-webkit-overflow-scrolling: touch) {
		.vb-menu {
			display: block !important;
		}
	}
}

@media (max-width: 440px) {
	.sidebar {
		position: static;
		width: 100%;
		height: auto;
		padding-right: 20px;
		box-sizing: border-box;
		flex-direction: column-reverse;
		margin-top: 0px;
	}
}

