/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

html, body {
	font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}

p {
	font-family: 'Inter', sans-serif;
}

.bg-\[222222\] {
	background-color: #222222;
}

.clearfix {
	clear: both;
}

#kolofon h5 
{
	padding-bottom: 5px;
}

header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

#nl_forma a {
	color: #dc0028;
}

.menu-item-6297 a {
	color: white!important;
}

/**************** PREDSTAVE *************************/
.single-predstava h1 {
	font-size: 56px!important;
}

#breadcrumbs {
	padding: 0 !important;
}

#main_image {
	padding: 0 !important;
}


@media screen and (min-width: 991px) {
.predstave-aktualno {
	/*display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(3, 250px);*/
    grid-row-gap: 50px;
    grid-column-gap: 20px;
    width: 100%;    
    /*height: 400px;*/
    /*flex-direction: row;*/
    color: white;
}

.predstava_box {
	/*width: 33%;
    height: 250px;*/
    margin: 5px;
    background-color: rgba(1,1,1,0);
    position: relative;
	/*width: 33%;
	float: left;
	color: white;
	height: 380px;
	padding: 10px 20px;*/
}

.predstava_box_overlay {
	background: rgba(0,0,0,0);
}

.predstava_box a {
	color: white!important;
}

.predstava_box h3 {
	color: white;
	font-size: 19px;
	line-height: 25px;
	padding: 6%;
}

.predstava_box .datum {
	font-family: 'Oswald', sans-serif;
	width: 100%;
	font-size: 24px;
	line-height: 32px;
}

.predstava_box .infobox {
	padding: 10px;
	position: absolute;
	background: #4F4F4F;
	width: 92%;
	bottom: -20px;
	/*height: 75px;	*/
}

.tagPrestopi {
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -27px;
	right: 0;
	background: #be1f7c;
	color: white;
	padding: 1px 8px;
	font-weight: 600;
	text-transform: uppercase;
}

.infoBox span.datum_big {
	font-size: 32px;
	line-height: 42px;
}

.infobox:hover {
	cursor: pointer;
}

.infoBox .ura {
	text-align: right;
	font-size: 19px;
	line-height: 25px;
}

.et_pb_post_title.et_pb_featured_bg {
	background-size: 90%!important;
	/*background-position: 100% 50%!important;*/
}

.tagPredstave {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 2%;
	display: inline-block;
	padding: 2px 9px 5px;
	background: #383838;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tagPredstavePrestopi {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 2%;
	display: inline-block;
	padding: 2px 9px 5px;
	background: #be1f7c;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}

.predstava_box {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 2%;
	display: inline-block;
	padding: 2px 9px 5px;
	background: #be1f7c;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 250px;
	opacity: 0.8;
}

.predstava_box:hover {
	cursor: pointer;
	opacity: 1;
}

.tagPredstaveSeznam {
	font-family: 'Oswald', sans-serif;
	color: white;
	padding: 2px 9px 5px;
	background: #222222;	
	font-size: 16px;
	line-height: 19px;
	margin-right: 10px;
    margin-bottom: 10px;
	display: inline-block;
}

.breadcrumbDivider {
	padding: 0 10px;
}

.breadcrumbTitle {
	color: white;
}

.datumPredstave {	
	color: white;
}

.datumPredstave {
	display: grid;
	grid-template-columns:  28% 50% 20%;
    grid-template-rows: auto auto;
    grid-row-gap: 45px;
    grid-column-gap: 10px;
	align-items: bottom;
}

.datumiDan {
	font-size: 42px;
	line-height: 45px;
	font-weight: 400;
	display: flex;
	align-items: flex-end;
}

.datumiDatum {
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 600;
	display: flex;
	align-items: flex-end;
}

.datumiLokacija {
	font-size: 19px;
	line-height: 25px;
	display: flex;
	align-items: flex-end;
}

.datumiRezerviraj {
	display: flex;
	align-items: flex-end;
}

.btn-rezerviraj {
	border: 2px solid #4E4E4E;
	box-sizing: border-box;
	border-radius: 4px;
	
	font-weight: bold;
	font-size: 19px;
	line-height: 32px;

	background: rgba(0,0,0,0);

	letter-spacing: 0.02em;
	color: #FFFFFF;
	padding: 5px 20px;
	
}

.btn-rezerviraj:hover {
	cursor: pointer;
}


#slider {
  list-style-type: none;
  margin-left: 4%;
  width: 100%;
  text-align: left;  
  padding: 10px;
  line-height: 30px;
  display: inline-block;
}

.quoteslidercontent {
	font-family: 'Oswald', sans-serif;
  	margin-top: 20px;
  	font-size: 42px;
	line-height: 60px;
  	color: #ffffff;
	background: #222222;
	padding: 6px 20px;
}

.quoteslidercontent span {
  	font-size: 18px;
  	display: block;
  	margin-top: 10px;
  	color: #ffffff;
}

#breadcrumbs a {
	color: white;
	padding-bottom: 3px;
}

#breadcrumbs a:hover {
	border-bottom: 2px solid #DC0028;
}

.predstava_sekcija {
	padding-bottom: 30px;
	border-bottom: 2px solid #4E4E4E;
	margin-bottom: 30px;
}

.predstava_sekcija h2 {
	color: white;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}

.predstava_sekcija h4 {
	font-family: 'Inter', sans-serif;
	color: white;
	font-size: 19px;
	line-height: 32px;
	text-decoration-line: underline;
	padding-bottom: 2px;
	margin-bottom: 25px;
}

.predstava_sekcija h4:hover {
	cursor: pointer;
}

.predstava_sekcija .besedilo {
	color: white;
	font-size: 19px;
	line-height: 32px;
}

.predstava_sekcija .besedilo .fluid-width-video-wrapper {
	padding-top: 50%!important;
}

#pretekli_datumi {
	display: none;
}

.pretekli_datum {
	color: white;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 8px;
	letter-spacing: 2%;
}

.pretekli_datum span {
	padding-right: 10px;
}

.podobnica {
	background: #383838;
	display: grid;
	grid-template-columns:  30% 50% 20%;
    grid-template-rows: 140px;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
	align-items: bottom;
	margin-bottom: 30px;
}


.podobnica h5 {
	font-size: 24px;
	line-height: 32px;
	color: white;
	text-transform: uppercase;
}

.podobnica .image:hover {
	cursor: pointer;
}

.podobnica .text {
	padding: 10px;
	color: #D3D3D3;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2%;
	font-weight: 400;
}

.podobnica .tags {
	padding: 10px;
}

.tagPodobnica {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2%;
	display: inline-block;
	padding: 2px 9px 5px;
	background: #222222;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 991px) {
.predstave-aktualno {
	/*display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;*/
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 50px;
    grid-column-gap: 20px;
    width: 100%;    
    /*height: 400px;*/
    /*flex-direction: row;*/
    color: white;
}

.predstava_box {
	/*width: 33%;*/
    height: 250px;
    margin: 5px;
    background-color: lightblue;
    position: relative;
	/*width: 33%;
	float: left;
	color: white;
	height: 380px;
	padding: 10px 20px;*/
}

.predstava_box:hover {
	cursor: pointer
}

.predstava_box h3 {
	color: white;
	font-size: 19px;
	line-height: 25px;
	padding: 6%;
}

.predstava_box .datum {
	font-family: 'Oswald', sans-serif;
	width: 100%;
	font-size: 24px;
	line-height: 32px;
}

.predstava_box .infobox {
	padding: 10px;
	position: absolute;
	background: #4F4F4F;
	width: 88%;
	bottom: -20px;
	height: 75px;
	margin: 0 6%;
}

.tagPrestopi {
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -25px;
	right: 0;
	background: #be1f7c;
	color: white;
	padding: 1px 8px;
	font-weight: 600;
	text-transform: uppercase;
}

.infoBox span.datum_big {
	font-size: 32px;
	line-height: 42px;
}

.infoBox .ura {
	text-align: right;
	font-size: 19px;
	line-height: 25px;
}

@media screen and (min-width: 991px) {
	.et_pb_post_title.et_pb_featured_bg {
		background-size: 90%!important;
		/*background-position: 100% 50%!important;*/
	}
}

@media screen and (max-width: 991px) {
	.et_pb_post_title.et_pb_featured_bg {
		background-size: 100%!important;
		/*background-position: 100% 50%!important;*/
	}
}

.tagPredstave {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 2%;
	display: inline-block;
	padding: 2px 9px 5px;
	background: #383838;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tagPredstaveSeznam {
	font-family: 'Oswald', sans-serif;
	color: white;
	padding: 2px 9px 5px;
	background: #222222;	
	font-size: 16px;
	line-height: 19px;
	margin-right: 10px;
    margin-bottom: 10px;
	display: inline-block;
}

.breadcrumbDivider {
	padding: 0 10px;
}

.breadcrumbTitle {
	color: white;
}

.datumPredstave {	
	color: white;
}

.datumPredstave {
	display: grid;
	grid-template-columns:  48% 52%;
    grid-template-rows: auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
	align-items: bottom;
}

.datumiDan {
	font-size: 42px;
	line-height: 45px;
	font-weight: 400;
	display: flex;
	align-items: flex-end;
}

.datumiDatum {
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 600;
	display: flex;
	align-items: flex-end;
}

.datumiLokacija {
	font-size: 19px;
	line-height: 25px;
	display: flex;
	align-items: flex-end;
}

.datumiRezerviraj {
	display: flex;
	align-items: flex-end;
}

.btn-rezerviraj {
	border: 2px solid #4E4E4E;
	box-sizing: border-box;
	border-radius: 4px;
	
	font-weight: bold;
	font-size: 19px;
	line-height: 32px;

	background: rgba(0,0,0,0);

	letter-spacing: 0.02em;
	color: #FFFFFF;
	padding: 5px 20px;
	
}

.btn-rezerviraj:hover {
	cursor: pointer;
}


#slider {
  list-style-type: none;
  margin-left: 4%;
  width: 100%;
  text-align: left;  
  padding: 10px;
  line-height: 30px;
  display: inline-block;
}

.quoteslidercontent {
	font-family: 'Oswald', sans-serif;
  	margin-top: 20px;
  	font-size: 42px;
	line-height: 60px;
  	color: #ffffff;
	background: #222222;
	padding: 6px 20px;
}

.quoteslidercontent span {
  	font-size: 18px;
  	display: block;
  	margin-top: 10px;
  	color: #ffffff;
}

#breadcrumbs a {
	color: white;
	padding-bottom: 3px;
}

#breadcrumbs a:hover {
	border-bottom: 2px solid #DC0028;
}

.predstava_sekcija {
	padding-bottom: 30px;
	border-bottom: 2px solid #4E4E4E;
	margin-bottom: 30px;
}

.predstava_sekcija h2 {
	color: white;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}

.predstava_sekcija h4 {
	font-family: 'Inter', sans-serif;
	color: white;
	font-size: 19px;
	line-height: 32px;
	text-decoration-line: underline;
	padding-bottom: 2px;
	margin-bottom: 25px;
}

.predstava_sekcija h4:hover {
	cursor: pointer;
}

.predstava_sekcija .besedilo {
	color: white;
	font-size: 19px;
	line-height: 32px;
}

#pretekli_datumi {
	display: none;
}

.pretekli_datum {
	color: white;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 8px;
	letter-spacing: 2%;
}

.pretekli_datum span {
	padding-right: 10px;
}

.podobnica {
	background: #383838;
	display: grid;
	grid-template-columns:  30% 50% 20%;
    grid-template-rows: 140px;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
	align-items: bottom;
	margin-bottom: 30px;
}


.podobnica h5 {
	font-size: 24px;
	line-height: 32px;
	color: white;
	text-transform: uppercase;
}

.podobnica .image:hover {
	cursor: pointer;
}

.podobnica .text {
	padding: 10px;
	color: #D3D3D3;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2%;
	font-weight: 400;
}

.podobnica .tags {
	padding: 10px;
}

.tagPodobnica {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2%;
	display: inline-block;
	padding: 2px 9px 5px;
	background: #222222;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}
}

#informacije_za_sole_besedilo {
	display: none;
}

.toggleZaSole {
	background: url('images/chevron-down.svg') right center no-repeat;
}

.toggleZaSole:hover {
	cursor: pointer;
}


/**************** PREDSTAVE *************************/

/**************** AKTUALNO *************************/
.aktualno_short {
	margin: 30px 0;
}

.aktualno_short h5 {
	color: white;
	font-size: 24px;
	line-height: 32px;
}

.aktualno_short h5 a:hover {
	text-decoration: underline;
	padding-bottom: 10px;
  	text-decoration-color: #DC0028 !important;
}

.aktualno_short .info_part {
	float: left;
	width: 70%;
}


.aktualno_short .image_part {
	float: left;
	width: 30%;
}

.aktualno_short .preberi_vec a {
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.aktualno_short .info_part .povzetek {
	margin: 10px 0;
}

/***************** HOMEPAGE SLIDER *********************/
@media screen and (min-width: 991px) {
	.slider_homepage {
		display: none;
	}

	.slider_homepage .slick-next{
	    font-size: 0;
	    position: absolute;
	    z-index: 1000;
	    bottom: 6%;
	    left: 448px;
	    background: url('images/next.svg') center center no-repeat;
	    border: none;
	    width: 48px;
	    height: 48px;
	    background-size: 48px 48px;    
	}

	.slider_homepage .slick-prev {
	    font-size: 0;
	    position: absolute;
	    z-index: 1000;
	    bottom: 6%;
	    /*right: 88px;*/
	    left: 400px;
	    background: url('images/prev.svg') center center no-repeat;
	    border: none;
	    width: 48px;
	    height: 48px;
	    background-size: 48px 48px;
	}

	.homepage_slider {
		background-size: 90%!important; 
		padding: 3.5% 0;
		position: relative;
		z-index: 8;
		margin-bottom: 100px;
		height: 700px!important;
	}

	.homepage_slider_title {
		background: #383838; 
		padding: 24px 32px 50px 32px;
		margin: -100px 0 0 0; 
		display: inline-block; 
		color: white;
		position: absolute;
		z-index: 10;
		bottom: -50px;
		max-width: 40%;
	}

	.homepage_slider_title h1 {
		color: white; font-size: 56px!important; line-height: 74px!important; font-weight: 500;
	}

	.homepage_slider_title .btnSlider {
		color: #DC0028;
		letter-spacing: 0.02em;
		font-weight: bold;
		font-size: 19px;
		line-height: 32px;
		background: #FFFFFF url('images/slider-btn-arrow.svg') 80% center no-repeat;
		background-size: 20%;
		border-radius: 4px;
		padding: 10px 50px 10px 15px;
	}

	.homepage_slider_title .povzetek {
		font-size: 19px; 
		line-height: 32px;
		margin: 25px 0;
	}
}

@media screen and (max-width: 991px) {
	.slider_homepage {
		display: none;
	}

	.slider_homepage .slick-next{
	    font-size: 0;
	    position: absolute;
	    z-index: 1000;
	    top: 130px;
	    right: 0;
	    background: url('images/next.svg') center center no-repeat;
	    border: none;
	    width: 48px;
	    height: 48px;
	    background-size: 48px 48px;    
	}

	.slider_homepage .slick-prev {
	    font-size: 0;
	    position: absolute;
	    z-index: 1000;
	    top: 130px;
	    /*right: 88px;*/
	    right: 48px;
	    background: url('images/prev.svg') center center no-repeat;
	    border: none;
	    width: 48px;
	    height: 48px;
	    background-size: 48px 48px;
	}

	.homepage_slider {
		background-size: 100%!important; 
		padding: 4.5% 0;
		position: relative;
		z-index: 8;
		margin-bottom: 330px;
		height: 180px!important;
	}

	.homepage_slider_title {
		background: #383838; 
		padding: 24px 32px 50px 32px;		
		display: inline-block; 
		color: white;
		position: absolute;
		z-index: 10;
		top: 178px;
		width: 100%;
	}

	.homepage_slider_title h1 {
		color: white; font-size: 32px!important; line-height: 42px!important; font-weight: 500;
	}

	.homepage_slider_title .btnSlider {
		color: #DC0028;
		letter-spacing: 0.02em;
		font-weight: bold;
		font-size: 19px;
		line-height: 32px;
		background: #FFFFFF url('images/slider-btn-arrow.svg') 80% center no-repeat;
		background-size: 20%;
		border-radius: 4px;
		padding: 10px 50px 10px 15px;
	}

	.homepage_slider_title .povzetek {
		font-size: 19px; 
		line-height: 32px;
		margin: 25px 0;
	}
}

/***************** end HOMEPAGE SLIDER *********************/

/**************** end AKTUALNO *************************/

.clear {
	clear: both;
}

.slider_citati {
	background: #222222;	
	padding: 20px;
}

.slider_citati div {	
	font-size: 42px;
	line-height: 60px;
  	color: #ffffff;
  	font-family: 'Inter', sans-serif;
}

.slider_citati div span {
	font-family: 'Oswald', sans-serif !important; 
	color: white;
	font-size: 20px !important;
}

.slider_citati .slick-next{
    font-size: 0;
    position: absolute;
    z-index: 1000;
    bottom: -24px;
    right: 40px;
    background: url('images/next.svg') center center no-repeat;
    border: none;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;    
}

.slider_citati .slick-prev {
    font-size: 0;
    position: absolute;
    z-index: 1000;
    bottom: -24px;
    right: 88px;
    background: url('images/prev.svg') center center no-repeat;
    border: none;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
}

.slick-arrow:hover {
	cursor: pointer;
}

.nav li ul {
	/*margin-left: -200px;*/
	border-top: 3px solid #DC0028;
	padding: 20px 5px;
}


#top-menu li a, .et_search_form_container input {
	letter-spacing: 0.5px!important;
}

/*************** PAGES ******************************/

#header-strani {
	background-position: right center!important;
}

#header-title-pages {

}

#header-title-pages h1 {
	color: white!important;
	font-size: 56px!important;
	line-height: 74px!important;
	position: relative;
	top: -100px;
	background: #383838;
	padding: 24px 32px 24px 32px;
	display: inline-block	
}

/****************************************************/

.page-id-1036 #main-content, .page-id-3143 #main-content {
	background-color: #222222!important;
}

.wpv-pagination-nav-links {
	display: none
}

.page-id-1036 .main_title, .page-id-3143 .main_title {
	display: none
}

.page-id-3143 .et_pb_section {
	background: rgba(0,0,0,0);
	padding: 0 !important;
}

.page-id-3143 .et_pb_row {
	width: 100%;
}

.search-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 30px;
}

@media screen and (min-width: 991px) {
	.search_predstava {
		background: #383838;
		display: grid;
		grid-template-columns:  30% 45% 25%;
	    grid-template-rows: 162px;
	    /*grid-row-gap: 15px;*/
	    grid-column-gap: 10px;
		align-items: bottom;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
	.search_predstava {
		background: #383838;
		display: grid;
		/*grid-template-columns:  30% 45% 25%;*/
	    grid-template-rows: 162px;
	    grid-row-gap: 15px;
	    grid-column-gap: 10px;
		align-items: bottom;
		margin-bottom: 30px;
	}
}


.search_predstava h5 {
	font-size: 24px;
	line-height: 32px;
	color: white;
	text-transform: uppercase;
}

.search_predstava .image:hover {
	cursor: pointer;
}

.search_predstava .text {
	padding: 10px;
	color: #D3D3D3;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2%;
	font-weight: 400;
}

.search_predstava .tags {
	padding: 10px;
}

.tagsearch_predstava {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2%;
	display: inline-block;
	padding: 2px 9px 5px;
	background: #222222;
	color: white;
	margin-right: 10px;
	margin-bottom: 10px;
}

#search_produkcija select, #search_publika select, #search_stanje select {
	background: rgba(0,0,0,0)  !important;
	color: white !important;
	height: 40px;
	padding: 5px;
	width: 100%;
	border-radius: 0;
}

#search_keywords input {
	background: rgba(0,0,0,0) url('images/search-bg-filter.png') 95% center no-repeat !important;
	color: white !important;
	height: 40px;
	padding: 5px;
	width: 100%;
	border-radius: 0;
}



@media (min-width: 782px) {
.wp-block-column:not(:first-child) {
    margin-left: 0;
}
}

#search_produkcija select, #search_publika select, #search_stanje select {
	border-left: 2px solid rgba( 56, 56, 56, 1 );
	border-top: 2px solid rgba( 56, 56, 56, 1 );
	border-bottom: 2px solid rgba( 56, 56, 56, 1 );
	border-right: none;
}

#search_produkcija select option, #search_publika select option, #search_stanje select option {
	background: #222222;
	line-height: 30px;
}

.wpv-pagination-nav-links {
	justify-content: center!important;
}

#vsebina p {
	color: white;
	font-size: 19px;
	line-height: 32px;
}

#predstave-filter .et_pb_column_3_4 {
	margin-right: 0!important;
}

@media screen and (min-width: 991px) {
	#predstave-filter .et_pb_column_6_tb_body {
		padding-top: 55px;
	    padding-left: 0px;
	    width: 18%!important;
	    margin-right: 0!important;
	}

	#predstave-filter .et_pb_column_7_tb_body {
	    width: 82%!important;
	}

	#predstave-filter h2 {
		font-size: 56px; 
		color: #FFFFFF!important; 
		line-height: 74px; 
		transform: rotate(90deg);
		/* Safari */
	  	-webkit-transform: rotate(90deg);
	  	/* Firefox */
	  	-moz-transform: rotate(90deg);
	  	/* IE */
	  	-ms-transform: rotate(90deg);
		/* Opera */
	  	-o-transform: rotate(90deg);
	  	/* Internet Explorer */
	  	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		word-wrap: normal;
	}
}

@media screen and (max-width: 991px) {
	#predstave-filter .et_pb_column_6_tb_body {
		padding-top: 55px;
	    padding-left: 0px;
	    width: 100%!important;
	    margin-right: 0!important;
	}

	#predstave-filter .et_pb_column_7_tb_body {
	    width: 100%!important;
	}

	#predstave-filter h2 {
		font-size: 56px; 
		color: #FFFFFF!important; 
		line-height: 74px;
		word-wrap: normal;
	}
}

/*****************PRIJAVA NA NL ********************************/
@media screen and (min-width: 991px) {
.prijavnicaNL {
	width: 66%; margin: 0 auto;	
}

.prijavaNaNLDiv {
	display: grid;
	grid-template-columns: 80% 20%;
}

.prijavaNaNLDiv input {
	height: 48px;
	background: rgba(0,0,0,0);
	border-radius: 2px;
	margin-right: -3px;
	color: white;
}

.prijavaNaNLDiv input:focus, .prijavaNaNLDiv input:active {
	border: 1px solid #bbb;
	color: white;
}

.prijavaNaNLDiv input[type=submit] {
	width: 100%;
	text-align: left;
	color: white;
	background: #DC0028 url(images/arrow-right.svg) 80% center no-repeat;
	background-size: 20%;
	border: 1px solid #DC0028;
	height: 48px;
	line-height: 48px;
	font-size: 19px;
	line-height: 32px;
	margin-left: -3px;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.prijavaNaNLDiv button:hover {
	cursor: pointer;
}

.prijavaNaNLcheckbox {
	margin: 10px 0;
}

.prijavaNaNLcheckbox label {
	color: white;
}
}

@media screen and (max-width: 991px) {
.prijavnicaNL {
	width: 90%; margin: 0 auto;	
}

.prijavaNaNLDiv {
	display: grid;
	grid-template-columns: 70% 30%;
}

.prijavaNaNLDiv input {
	height: 48px;
	background: rgba(0,0,0,0);
	border-radius: 2px;
	margin-right: -3px;
	color: white;
}

.prijavaNaNLDiv input:focus, .prijavaNaNLDiv input:active {
	border: 1px solid #bbb;
	color: white;
}

.prijavaNaNLDiv button {
	width: 100%;
	text-align: left;
	color: white;
	background: #DC0028 url(images/arrow-right.svg) 88% center no-repeat;
	background-size: 15%;
	border: 1px solid #DC0028;
	height: 48px;
	line-height: 48px;
	font-size: 19px;
	line-height: 32px;
	margin-left: -3px;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.prijavaNaNLDiv button:hover {
	cursor: pointer;
}

.prijavaNaNLcheckbox {
	margin: 10px 0;
}

.prijavaNaNLcheckbox label {
	color: white;
}
}

@media screen and (max-width: 991px) {
.prijavnicaNL {
	width: 66%; margin: 0 auto;	
}

.prijavaNaNLDiv {
	display: grid;
	grid-template-columns: 80% 20%;
}

.prijavaNaNLDiv input {
	height: 48px;
	background: rgba(0,0,0,0);
	border-radius: 2px;
	margin-right: -3px;
	color: white;
}

.prijavaNaNLDiv input:focus, .prijavaNaNLDiv input:active {
	border: 1px solid #bbb;
	color: white;
}

.prijavaNaNLDiv input[type=submit] {
	width: 100%;
	text-align: left;
	color: white;
	background: #DC0028 url(images/arrow-right.svg) 80% center no-repeat;
	background-size: 20%;
	border: 1px solid #DC0028;
	height: 48px;
	line-height: 48px;
	font-size: 19px;
	line-height: 32px;
	margin-left: -3px;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.prijavaNaNLDiv button:hover {
	cursor: pointer;
}

.prijavaNaNLcheckbox {
	margin: 10px 0;
}

.prijavaNaNLcheckbox label {
	color: white;
}
}

@media screen and (max-width: 991px) {
.prijavnicaNL {
	width: 90%; margin: 0 auto;	
}

.prijavaNaNLDiv {
	display: grid;
	grid-template-columns: 70% 30%;
}

.prijavaNaNLDiv input {
	height: 48px;
	background: rgba(0,0,0,0);
	border-radius: 2px;
	margin-right: -3px;
	color: white;
}

.prijavaNaNLDiv input:focus, .prijavaNaNLDiv input:active {
	border: 1px solid #bbb;
	color: white;
}

.prijavaNaNLDiv button {
	width: 100%;
	text-align: left;
	color: white;
	background: #DC0028 url(images/arrow-right.svg) 88% center no-repeat;
	background-size: 15%;
	border: 1px solid #DC0028;
	height: 48px;
	line-height: 48px;
	font-size: 19px;
	line-height: 32px;
	margin-left: -3px;
	border-radius: 4px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.prijavaNaNLDiv button:hover {
	cursor: pointer;
}

.prijavaNaNLcheckbox {
	margin: 10px 0;
}

.prijavaNaNLcheckbox label {
	color: white;
}
}

/*************** DIVI changes ******************/
span.mobile_menu_bar:before{
  color:#ffffff;
}

.et_mobile_menu {
	border-top: 3px solid white;
}

@media screen and (min-width: 991px) {
	#footer .socialicon {
		width: 32px; height: 32px; left: 0px; top: 0px; flex: none; order: 0; flex-grow: 0; margin: 0px 28px;	
	}
}

@media screen and (max-width: 991px) {
	#footer .socialicon {
		width: 32px; height: 32px; left: 0px; top: 0px; flex: none; order: 0; flex-grow: 0; margin: 0px 18px;	
	}
}

/*
.closed .mobile_menu_bar::before {
   content: "" !important;
   position: absolute;
   background: url('images/menu.svg') center center no-repeat;
   background-size: 20px 20px;
   width: 20px;
   height: 20px;
}

.opened .mobile_menu_bar::before {
   content: "" !important;
   position: absolute;
   background: url('images/menu.svg') center center no-repeat;
   background-size: 20px 20px;
   width: 20px;
   height: 20px;
}*/


.single-product .product_title {
	font-size: 35px!important;
    color: #000000!important;
	line-height: 1em;
    font-weight: 500;
}

.summary .price {
	font-family: 'Inter', sans-serif!important;
	color: #000000!important;
	font-size: 26px!important;
	line-height: 24px;
	margin: 20px 0 20px 0;
    font-weight: 500!important;
}

.single-product .entry-summary p.price span {
	font-weight: 500;
}

.single-product .summary .woocommerce-product-details__short-description {
	font-family: 'Inter', sans-serif!important;
	color: #222222!important;
	font-size: 17px!important;
	line-height: 24px;
	font-weight: 500!important;
}

.single-product .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #000 !important;
    border-radius: 0!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
    background-color: rgba(0,0,0,0) !important;
    height: 49px;
}
.single-product .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button {
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background: transparent;
    position: relative;
    border: 2px solid #e02b20;
    border-radius: 0!important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	color: #000000!important;
}

.single-product .variations label {
	font-family: 'Inter', sans-serif!important;
	color: #222222!important;
	font-size: 18px!important;
	line-height: 23px!important;
	font-weight: 600!important;
}

.single-product .orderby, .woocommerce div.product form.cart .variations td select {
	font-family: 'Inter', sans-serif!important;
    border-radius: 0px 0px 0px 0px!important;
    overflow: hidden;
    border: 1px solid #222222!important;
    background-color: #FFFFFF!important;
    margin-top: -9px;
	font-size:17px!important;
	color: #222222!important;
}

.single-product .et-db #et-boc .et-l .et_pb_button:hover, .et-db #et-boc .et-l .et_pb_module .et_pb_button:hover {
    border: 2px solid #e02b20!important;    
}

.single-product .woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after, .woocommerce input.button.alt:after, .woocommerce-page input.button.alt:after, .woocommerce #respond input#submit.alt:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce #content input.button.alt:after, .woocommerce-page #content input.button.alt:after, .woocommerce a.button:after, .woocommerce-page a.button:after, .woocommerce button.button:after, .woocommerce-page button.button:after, .woocommerce input.button:after, .woocommerce-page input.button:after, .woocommerce #respond input#submit:after, .woocommerce-page #respond input#submit:after, .woocommerce #content input.button:after, .woocommerce-page #content input.button:after, .woocommerce a.button:before, .woocommerce-page a.button:before, .woocommerce button.button:before, .woocommerce-page button.button:before, .woocommerce input.button:before, .woocommerce-page input.button:before, .woocommerce #respond input#submit:before, .woocommerce-page #respond input#submit:before, .woocommerce #content input.button:before, .woocommerce-page #content input.button:before {
	content: "\e015"!important;
	font-size: 20px !important;
	line-height:34px!important;
	margin-left: .3em!important;
}

.single.product .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    border: 2px solid transparent!important;	
}


.single-product .woocommerce-Tabs-panel--description h2 {
	display: none;
}

.single-product .woocommerce-Tabs-panel--description {
	font-family: 'Inter', sans-serif!important;
	font-size: 17px; 
	line-height: 24px;
	font-weight: 500;
	color: #222222;	
}

.single-product .woocommerce div.product div.summary {
     margin-bottom: 0!important
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    color: #333333 !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
	font-size: 17px!important;
	line-height: 29px!important;
	color: #333333!important;
}

.et-cart-info {
    display: none!important;
}

.tag_label_premiera {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 100px;
	text-align: center;
	background: #DC0028;
	color: white;
	text-transform: uppercase;
}

.postid-6462 #main-content {
	background: #222222;
}

.postid-6462 #main-content h1 {
	color: white;
	margin-bottom: 20px;
}

.postid-6462 #main-content p {
	color: white;
}

.postid-6462 #main-content .container:before {
	width: 0!important;
}

@media screen and (min-width: 991px) {
	#header-predstave {
		background-position: right 50%;
	}

	.page-id-1195 .et_pb_post_title_0.et_pb_featured_bg {
		min-height: 750px;
	}

}

@media screen and (max-width: 991px) {
	.et_pb_post_title h1.entry-title {
		font-size: 26px!important;
		top: -55px!important;
		padding: 0 20px!important;
	}

	.et_pb_post_title.et_pb_featured_bg {
		padding: 25% 8%;
	}
}