/*
Theme Name: Zdravko Pleše
Author: Agencija Brigada
Author URI: http://www.brigada.si
Version: 0.2
Description: Uradna spletna stran temperamentnega in muzikalnega violinista Zdravka Plešeta.
Text Domain: zdravkoplese
*/
/** COLORS
 *  #231F20 - temno siva
 *  #B3B4AB - bela (svetlo siva)
 *  #F2F2F2 - logo text (pri klasiki)
 *  #969696 - siva črta
 **/
/** FONTS 
 *  font-family: 'Cormorant Garamond', serif;
 *  font-family: 'Montserrat', sans-serif;
 *  font-family: 'Oswald', sans-serif;
 **/
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, applet, a, acronym, big, font, ins, s, strike, tt {
	border:0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	background:transparent;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*line-height: 1.15;*/
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	padding:0;
	margin:0;
}
body {
	line-height:1;
	font-size:100%;
	/*background:#e7e7e9;
	color:#231F20;
	background-position: center 220px;*/	
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display:block;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:"";
	content:none;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a {
	text-decoration:none;
	color:#000000;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover,
a:active,
a:focus,
.footer_menu .current-menu-item a {
	outline: 0;
	color:#989898;
}
a:active,
a:hover {
	outline-width: 0;
}
img {
	border: 0;
	width:100%;
	height:auto;
	vertical-align: bottom;
	border-style: none;
}
input, select {
	vertical-align:middle;
}
/* extra reset */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration:line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
	text-decoration: none;
}
hr {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
	height: 0;
	overflow: visible;
	/*
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
	*/
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.clear {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}
.no-padding {
	padding:0 !important;
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
Mobile menu
--------------------------------------------------------------*/
.mobile-menu:before {
    width: 2px;
    content: "";
    position: absolute;
    left: -26px;
    height: 65px;
    display: block;
    top: -27px;    
}
.mobile-menu {
	display: none;	
    margin-top: 26px;
    width: 18px;
    height: 13px;
    z-index: 9999;
    position: relative;
    float: right;
}
.mobile-menu span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
	-webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
	   -moz-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
		 -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
			transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
}
.mobile-menu span:nth-child(1) {
    top: 0;
}
.mobile-menu span:nth-child(2) {
    top: 5px;
}
.mobile-menu span:nth-child(3) {
    top: 10px;
}
.mobile-menu.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    		transform: rotate(45deg);    
}
.mobile-menu.active span:nth-child(2),
.single-news .single-news-readmore {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
      -moz-opacity: 0;
  	-khtml-opacity: 0;
		   opacity: 0;
}
.mobile-menu.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
    	-ms-transform: rotate(-45deg);
	    	transform: rotate(-45deg);
}
.mobile-menu.active span:nth-child(1), 
.mobile-menu.active span:nth-child(3) {
    top: 6px;
}
.mobile-menu.active span {    
	-webkit-transition: top .2s, left .2s, opacity .2s, transform .2s .25s;
	   -moz-transition: top .2s, left .2s, opacity .2s, transform .2s .25s;		
		 -o-transition: top .2s, left .2s, opacity .2s, transform .2s .25s;
			transition: top .2s, left .2s, opacity .2s, transform .2s .25s;
}
.header-menu.visible {
	left: 0;
}
.header-menu.visible,
.single-news:hover .single-news-readmore {	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  		filter: alpha(opacity=100);
      -moz-opacity: 1;
  	-khtml-opacity: 1;
		   opacity: 1;
    visibility: visible;   	
}
.single-news-readmore {
	-webkit-transition: .5s opacity, .5s visibility;
	   -moz-transition: .5s opacity, .5s visibility;		
		 -o-transition: .5s opacity, .5s visibility;
			transition: .5s opacity, .5s visibility;
}
/* Accessibility - Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* END Accessibility */
/* THEME */
html, body {
	width:100%;	
	margin:0;
	padding:0;
	position: relative;		
}
body {
	min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    		 font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    	-ms-text-size-adjust: none;
    		text-size-adjust: none;	
}
body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;	
}
.page-select a,
.event-where,
.event-more,
.single-news-hidden-inner,
.music-info ol li,
.single-news-title {
	line-height: 1.2;
}
.elm-button,
.press-button,
.video-title,
.entry-content {
	line-height: 1.5;
}
strong,
.event-title h2,
.custom-logo-link,
.single-news-title,
.press-title h2,
.custom-single-post-title,
.music-title h2,
.zdravko-about-row-title,
.event-time-label,
.event-more-info span {
	font-weight: 700;
}
body,
button,
input,
select,
textarea,
.fp-button {
	font-family: 'Montserrat', sans-serif;	
}
#cont {
	width:100%;
	margin:0;
	padding:0;
	position: relative;
	/*overflow: hidden;*/
    min-height: 100vh;
}
.site-main {
	/*width:960px;*/
	margin: 0 auto;
	position: relative;
}
.entry-title {
    font-weight: 600;
    line-height: 10vw;
    position: relative;
    left: -11%;	
	margin-top: 100px;
}
.entry-content,
.single .hentry {
	/*margin-top: -80px;*/
    position: relative;
	/*margin-bottom: 200px;*/
	padding: 0 5.46875%;
}
.single .entry-content {
	margin-top: 0;
	padding: 0;
}
.entry-title {
    /*font-size: 19.375em; */
	font-size: 22vw;
}
.custom-logo-link {
	font-size: 2.813em;
}
.event-more-link {
	font-size: 2.5em;
}
.music-title h2,
.single .with-background .custom-single-post-title {
	font-size: 2.857em;
}
/*.event-date {
	font-size: 1.375em;	
}
.event-title h2,
.event-more-link {
	font-size: 1.875em;	
}
*/
.event-title h2,
.single-news-title,
.press-title h2,
.zdravko-about-row-title {
	/*font-size: 1.625em;*/
	font-size: 1.857em;
}
/*.single-news-title,
.video-title {    
	font-size: 1.125em;
}*/
.music-info ol li {
	font-size: 1.143em;
}
.fp-button {
	font-size: 1em;
}
.event-where,
.event-more,
.main-navigation .menu li,
.footer_menu .widget-container,
.language-chooser a,
.lang-widget-area,
.event-tickets,
.nf-form-layout.event-tickets a,
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea,
.elm-button,
.press-button,
.entry-content {
	font-size: 0.875em;
}
.single-news-date {
	font-size: 0.857em;
}
.page-select a,
.nf-form-fields-required,
.press-title .posted-on,
.single .entry-date-wrap {
	font-size: 0.750em;
}
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}
.gallery-item {
	max-width: 25%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
			box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
}
.with-background .entry-content-inner,
.single .with-background .hentry {
	padding: 60px 6%;
	margin: 0 13%;
}
.with-background .entry-content-inner a,
.single .with-background .hentry a {
	text-decoration: underline;
}
.with-background .entry-content-inner a:hover,
.single .with-background .hentry a:hover {
	text-decoration: none;
}
/* END THEME */
/* HEADER */
.custom-logo-link,
.page-select a,
.main-navigation .menu li,
.fp-button,
.entry-content-link,
.lang-widget-area li,
.elm-button,
.back-elm-button,
.video-title,
.nf-field-element ::placeholder,
.submit-wrap input,
.press-buttons li a {
	text-transform: uppercase;
}
.fp-button,
.elm-button-text,
.submit-wrap input,
.video-title,
.press-button
{
	letter-spacing: 2px;
}
.custom-logo-link {
	margin-top: 76px;
	display: inline-block;
	float: left;
}
.top-menu,
.podstran-main,
#footer {
	position: relative;
	margin: 0 auto;
	/*width: 1920px;*/
	padding: 0 6.770833333333333%;
}
.top-menu {
	padding-bottom: 90px;
}
.podstran-main {
	margin-bottom: 200px;
}
.page-select {
	/*top: 20px;
	float: right;
	position: absolute;
	padding: 20px 0 59px 0;*/
	text-align: right;    
    padding: 20px 0 0 0;    
    position: absolute;
    top: 0;
    right: 6.770833333333333%;
}
.page-select a {
	display: inline-block;	
}
.switch {	
    position: relative;
    width: 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
    	-ms-user-select: none;
	top: 2px;
	display: inline-block;
	margin: 0 15px;
}
.switch-label:before {
    content: "";
    display: block;
    width: 16px;
    margin: -2px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 10px;
	-webkit-transition: all 0.3s ease;
  	   -moz-transition: all 0.3s ease;
  		 -o-transition: all 0.3s ease;
  		-ms-transition: all 0.3s ease;
  			transition: all 0.3s ease;	
	/*
	background: #F2F2F2;
	width: 25px;
    margin: -5px;
    background: #979797;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 30px;
	*/
}
.switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
	height: 12px;
    padding: 0;
    line-height: 12px;
    border: none;
    border-radius: 15px;
	/*
    background-color: #979797;
	height: 15px;
    padding: 0;
    line-height: 15px;
    border: none;
    border-radius: 20px;
    */
}
.header-menu-wrap {
	float: right;
	padding-top: 104px;
}
.header-menu,
.social-widget-area-wrap,
.lang-widget-area-wrap {
    vertical-align: top;
    display: inline-block;
}
.main-navigation {
	float: left;
}
.main-navigation .menu {
	float: left;
}
.main-navigation .menu li {
	float: left;
	margin-right: 21px;
}
.main-navigation .menu li.last-menu-item {
	margin-right: 0;
}
.main-navigation .menu li a:hover:after,
.current-menu-item a:after {
	content:"";
	width: 50%;
	height: 1px;	
	position: relative;
    top: 20px;
    display: block;
    margin: 0 auto;
}
.menu-widget-area-wrap {
	float: left;
}
.social-links {
	margin: 0 40px;
}
.file-zip,
.file-pdf,
.file-none,
.social-button {
	background: url(assets/imgs/icons-small-links.png) top left no-repeat;
}
.social-button {
	float: left;
	display: block;
	/*margin-right: 12px;*/
	margin-right: 20px;
}
.social-links a:last-child {
	margin-right: 0;
}
.instagram {
	/*width: 18px;
	height: 19px;*/
	width: 15px;
    height: 15px;
}
.fb {
	/*width:11px;
	height: 19px;*/
   	width: 9px;
    height: 15px;
}
.youtube {
	/*width: 24px;
	height: 17px;*/
    width: 19px;
    height: 15px;
	margin-top: 1px;
}
/*.site-theme-custom .fb:hover,
.site-theme-custom .footer_menu .fb:hover {
    background-position: -15px -15px;
}
.site-theme-custom .youtube,
.site-theme-custom .footer_menu .youtube {
    background-position: -24px -15px;
}*/
.site-theme-custom .fb,
.site-theme-custom .footer_menu .fb {
	background-position: -15px 0;
}
.site-theme-custom .youtube,
.site-theme-custom .footer_menu .youtube {
    background-position: -24px 0;
}
/*
.language-chooser a {
	text-transform: uppercase;
}
.widget-container {
	float: left;
}
#social-widget-area {
	margin-top: -4px;
}
#social-widget-area,
#lang-widget-area-wrap {
	float: left;
}
#lang-widget-area-wrap {
	position: relative;
    top: -1px;
}
.qtranxs_widget ul { 
	margin: 0; 
}
.qtranxs_widget ul li {
	display: block;
	margin: 5px 5px 0 0;
	list-style-type: none;*/ /* use "initial" or other to enable bullets */
	/*position: relative;
    top: 15px;
	visibility: hidden;
}
.qtranxs_widget ul:hover li {
	visibility: visible;
}
.qtranxs_widget ul li.active {	
	margin: 0 5px 0 0;
	position: absolute;
    top: 0;
	visibility: visible;
}
.qtranxs_widget ul li.active:after {
    content: "\0025BC";
    font-size: 1.2em;
    margin-left: 5px;
    line-height: 18px;
    position: relative;
    top: -1px;
}*/
/* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
/*.qtranxs_widget img { box-shadow: none; vertical-align: middle; display: initial; }
.qtranxs_flag { height:12px; width:18px; display:block; }
.qtranxs_flag_and_text { padding-left:20px; }
.qtranxs_flag span { display:none; }
*/
.lang-widget-area {
	position: relative;	
}
.lang-widget-area > li {
	position: relative;
	cursor: pointer;
	padding-right: 15px;
}
.lang-widget-area .sub-menu {
	display: none;
	position: absolute;
}
.lang-widget-area li.current-lang:hover .sub-menu {
	display: block;
}
.lang-widget-area li.current-lang:before {
	content: "\25bc";
	position: absolute;
	right: 0;
	font-size: 0.5em;
	top: 3px;
	/*
	-webkit-transition: transform 0.3s;
	   -moz-transition: transform 0.3s;
		-ms-transition: transform 0.3s;
		 -o-transition: transform 0.3s;
			transition: transform 0.3s;
	*/
}
/*
.lang-widget-area li.current-lang:hover:before {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);	
}*/
.lang-widget-area .sub-menu li {
	padding-top: 10px;
}
/* END HEADER */
/* FOOTER */
#footer {
	padding-bottom: 135px;
}
#footer .custom-logo-link,
.footer_menu {
	margin: 190px 0 0 0;
}
.footer_menu {
	float: right;
}
.footer_menu .widget-container:before,
.video-title:before,
.single-news-date:before,
.single .entry-date-wrap:before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    position: relative;
    top: -20px;
}
.footer_menu .widget-container {
	float: left;
    margin: 50px;    
}
.footer_menu .widget-container .menu li {
	padding: 3px 0;
}
.footer_menu .widget-2 .menu li:nth-child(2),
.footer_menu .widget-3 .menu li:nth-child(2) {
	margin: 0 0 20px 0;
}
.footer_menu .social-widget-area-wrap {
	display: none;
}
/* END FOOTER */
/* DOGODKI */
.entry-content-inner .event-outer-wrap:nth-child(2) {
	padding-top: 150px;
    clear: both;
}
.type-page-dogodki .entry-content {
	text-align: center;
}
.event {
    float: left;
    width: 100%;
	text-align: left;
	position: relative;
	margin-bottom: 0.5%;
	display: table;
	height: 1px;
}
.event-has-more {
	cursor: pointer;
}
.event-date {
    width: 25%;
    /*min-height: 100px;*/
    /*line-height: 100px;*/
    text-align: center;    
    float: left;	    
    padding: 49px 15px 15px 15px;
	display: table-cell;
	height: 100%;
}
.event-date,
.event-more-link,
.entry-content-inner,
.single-news-readmore {
	font-weight: 300;
}
.event-info-wrap {
	float: left;
    /*min-height: 100px;*/
    width: 74.5%;
    margin-left: 0.5%;
    padding: 31px 60px 38px 60px;
	display: table-cell;
	height: 100%;
}
.event-title {
	/*
	float: left;
    height: 100px;
    width: 74.5%;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
	padding: 30px 0 0 60px;
	padding-right: 25px;
	*/
    padding-right: 170px;
}
.event-more-link {
	float: right;
    position: absolute;
    right: 60px;
    top: 30px;
	-webkit-transition: transform 0.3s;
	   -moz-transition: transform 0.3s;
		-ms-transition: transform 0.3s;
		 -o-transition: transform 0.3s;
			transition: transform 0.3s;
	z-index: 1000;
	cursor: pointer;
}
.event-more-wrap {	
}
.event-more {
	margin-top: 25px;
	padding: 30px 0 50px 0;	
}
.event-more p {
	margin: 0 0 20px 0;
}
.hidden {
	display: none;
	/*height: 0;
	overflow: hidden;*/
}
/*.not-hidden {
	height: auto;
	overflow: scroll;
}*/
.event-tickets {
	padding: inherit;
    position: absolute;
    right: -50px;
    top: 38px;
}
.event-tickets a {
	padding: 10px 20px;
	border: 1px solid;
	display: inline-block;
}
.event-close-rotate {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);	
}
.entry-content-link:before,
.elm-button:before,
.back-elm-button:before {
	content: "";
    width: 30px;
    height: 1px;
    display: block;
    position: relative;
    float: left;
    top: 9px;
    margin-right: 30px;
}
.entry-content-link {
    font-size: 1.8em;
    display: inline-block;
    margin-top: 100px;
}
.elm-wrapper {
    margin: 1em auto;
    text-align: center;
}
.elm-button,
.back-elm-button {
    background: none;
    border: none;	
	-webkit-transition: all 0.15s ease;
	   -moz-transition: all 0.15s ease;
		-ms-transition: all 0.15s ease;
		 -o-transition: all 0.15s ease;
			transition: all 0.15s ease;
   	display: inline-block;
   	margin: 50px 0 0 0;
	cursor: pointer;
	outline: none;
}
.elm-loading-anim,
.elm-button.ajax-inactive {
    display: none;
}
.elm-loading-icon {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
.elm-loading-icon {
    width: 1.5em;
    height: 1.5em;
}
.elm-button.is-loading .elm-button-text,
.elm-button.is-loading:before {
    display: none;
}
.elm-button.is-loading .elm-loading-anim {
    display: block;
}
.event .entry-image-wrap,
.event .event-more-content {
	margin-top: 30px;	
}

.event-more-info a {
	border-bottom: 1px solid;
}
/* END DOGODKI */
/* VIDEO */
.page-parent.top-klasika .top-menu-wrap,
.page-parent.top-pop .top-menu-wrap,
.page-parent.top-klasika .lang-widget-area .sub-menu li,
.page-parent.top-pop .lang-widget-area .sub-menu li {
	background: none;
}
.page-parent.top-klasika .entry-header,
.page-parent.top-pop .entry-header {	
	margin-top: 250px;
}
.page-parent.top-klasika .entry-content,
.page-parent.top-pop .entry-content {
    margin-top: 0;
}
.entry-title-video {
	font-size: 5.625em;
    left: 0;
    padding: 0 5.46875% 35px 5.46875%;	
	font-weight: 600;
	line-height: 1;
}
.entry-title-video,
.video-title {
	min-width: 230px;
}
.video-title {
	max-width: 300px;
}
.entry-video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.entry-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video {
	display: table;
	width: 100%;
	margin-bottom: 100px;
	/*
	display: inline-block;
	*/
}
.video-title {
    width: 25%;
    padding: 53px 6% 80px 15px;
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
	/*
	width: 100%;
    text-align: right;
    display: inline-block;
    float: right;
	*/
}
.video-content {
	width: 74.5%;
    margin-left: 0.5%;
	display: table-cell;
	/* 
	width: 100%;
	margin-left: 0;
	display: inline-block;
	*/
}
/* END VIDEO */
/* NO RESULTS */
.not-found {
	padding: 50px;
}    
/* END NO RESULTS */
/* CONTACT */
.ninja-forms-form-wrap {
	padding-top: 50px;	
}
.nf-form-fields-required {
    margin: 10px 0;
}
.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
    -webkit-appearance: none;
    background: none;
    cursor: text;
    padding: 20px;
	border: 1px solid transparent;
    outline: 0;		
}
.nf-field-element textarea {
	resize: none;
}
.nf-field-container {
	clear: none !important;
}
.textbox-container,
.email-container {
	width: 49%;
	float: left;	
}
.textbox-container {
	margin-right: 1%;
}
.email-container {
	margin-left: 1%;
}
.textarea-container {
	width: 100%;
	display: inline-block;
}
.submit-wrap input {
	border-width: 1px;
	border-style: solid;	
	cursor: pointer;
	padding: 14px 25px;	
}
.nf-form-fields-required {
	display: none;
}
/* END CONTACT */
/* NEWS */
.single-news-outer-wrap {
    display: inline;
}
.single-news {
    padding: 60px 40px;
    display: inline-block;
    vertical-align: top;
	position: relative;
	margin-bottom: 30px;    
    /*margin-right: 30px;
	max-width: 339px;
    width: 44%;
	*/    
	float: left;
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.single-news-outer-wrap .single-news:first-child {
	margin-left: 0 !important;
}
.single-news-title {    
    margin-bottom: 25px;
    height: 62px;
    overflow: hidden;
	display: inline-block;
}
.single-news-content {
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.entry-single-news-wrap {
	height: 105px;
    overflow: hidden;
	margin-bottom: 75px;
	display: inline-block;
	width: 100%;
}
.single-news-date:before,
.single .entry-date-wrap:before {
	top: -25px;
}
.single-news-date,
.single .entry-date-wrap {
	padding-top: 25px;
	display: inline-block;
}
.single-news-readmore {
	position: absolute;
    bottom: 0;
    right: 0;
    font-size: 3em;
    z-index: 1;
    line-height: 53px;
    width: 50px;
    text-align: center;	
}
.single-news-readmore:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
}
.single-news-hidden-wrap {
	display: none;
}
.single-news-hidden-inner {
	position: relative;
    margin: 0 auto;
    padding: 0 6.770833333333333%;
	white-space: normal;	
	text-align: left;
}
.single-news-hidden {
	position: relative;
    padding: 60px 5.46875%;
	max-width: 700px;    
}
.single-news-hidden .single-news-title,
.single-news-hidden .entry-single-news-wrap {
	height: auto;
	overflow: visible;
}
.single-news-hidden .entry-single-news-wrap p,
.entry-content p {
	margin-bottom: 20px;
}
/*
.swipebox-html {
	overflow:hidden;
}
.single-news-hidden-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
}
*/
.custom-single-post-title {
	margin-bottom: 20px;
}
.single .with-background .entry-content,
.zdravko-music .entry-content,
.about-wrap-inner {
	text-align: justify;
}
.single .with-background .entry-content {
	padding-bottom: 180px;
}
.single .hentry .entry-content-inner {
	padding: 0;
	margin: 0;
}
.single .entry-image-wrap {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
/* END NEWS */
/* PRESS */
.press-outer-wrap {
	float: left;
	width: 70%;
	margin-right: 2%;
	/*padding: 55px 8%;*/ /* 55px 8%; */
}
.press-first {
    margin-top: 55px;
}
.press {
	padding: 25px 4%;
	margin-left: 8%;
	margin-right: 8%;
	border-top-width: 1px;
    border-top-style: solid;	
}
.entry-content-inner .press-outer-wrap:last-child .press-last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 55px;
}
.entry-content-inner .press-outer-wrap:last-child .press:first-child.press-last.press-final {
	border-top: none;
}
.press-title {
    display: inline-block;
    max-width: 255px;
}
.press-file {
    display: inline-block;
    width: 29px;
    float: right;
	height: 39px;
}
.top-klasika .file-zip {
	background-position: 0 -70px;
}
.top-pop .file-zip {
	background-position: -29px -70px;
}
.top-klasika .file-pdf {
	background-position: 0 -31px;
}
.top-pop .file-pdf {
	background-position: -29px -31px;
}
.top-klasika .file-none {
	background-position: 0 -109px;
}
.top-pop .file-none {
	background-position: -29px -109px;
}
.press-file a {
	display: inline-block;
	width: 100%;
    height: 100%;
}
.press-buttons {
    max-width: 430px;
    display: inline-block;
    width: 28%;
    min-width: 160px;
	text-align: center;	
}
.press-buttons li {
	margin-bottom: 0.5em;
}
.press-buttons a {
	padding: 20px;
	display: inline-block;
	width: 100%;
}
/* END PRESS */
/* MUSIC */
.music {
	margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.music-image-wrap {
	width: 25%;
    float: left;
}
.music-info-wrap {
	float: left;
    width: 72%;
    margin-left: 3%;
    padding: 31px 60px 60px 60px;
	display: table-cell;
	height: 100%;
}
.music-title {
	margin-bottom: 80px;
	text-align: left;
}
.music-info ol {
	list-style: decimal inside;
}
.music-info ol,
.music-info ul {
	margin-bottom: 55px;
}
.music-info ol li {
	padding: 25px;	
}
.music-sponsors a {
	display: inline-block;
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 0.5em;
}
/* END MUSIC */
/* ABOUT */
.about-wrap .entry-image-wrap,
.zdravko-about-row-img {
	width: 33.3%;
    display: inline-block;
    float: left;
    z-index: 1;
    position: relative;
    margin-top: 60px;
    margin-right: -11%;
}
.about-wrap-inner {    
    /*padding: 60px 60px 60px 17%;*/	
    display: inline-block;
    float: left;
}
.zdravko-about-row-wrap {
	margin-left: 22.3%;
	margin-top: 1em;
}
.about-wrap-inner,
.zdravko-about-row-wrap {
	/*width: 66.6%;*/
	/*padding: 60px 100px 60px 227px;*/
    padding: 60px 7% 60px 17%;
	position: relative;
	width: 77.7%;
}
.zdravko-about-row {
	padding-right: 160px;
}
.zdravko-about-more-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
}
.zdravko-about-row-content p {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}
.zdravko-about-row-more {
	padding: 10px 30px;
    position: absolute;
    float: right;
	border: 1px solid;
	top: 50%;
    margin-top: -21.5px;
    right: -150px;
}
/* END ABOUT */
/* Media Queries */
/* MOBILE and breaking points */
@media screen and (max-width: 767px) {
	/*
	.top-menu,
	.podstran-main,
	#footer {
		padding: 0 6.770833333333333%;
	}
	*/
	#cont,
	.top-menu, 
	.podstran-main,
	#footer,
	.event-date,
	.event-info-wrap,
	.header-menu-wrap,
	.main-navigation,
	.main-navigation .menu,
	.main-navigation .menu li,
	.nav-shown .social-widget-area-wrap,
	.nav-shown .top-menu-inner-wrap,
	.page-select,
	.video-title,
	.video-content {
		width: 100%;
	}
	/*
	.mobile-menu:before {
		content: "";
		width: 1px;
		height: 64px;
		position: absolute;
		top: -25px;
		left: -20px;
	}
	*/
	.podstran-main {
		margin-bottom: 50px;
	}
	.event-title h2 {
		font-size: 1.250em;
	}
	.event-more-link {
		font-size: 2.5em;
	} 
	.entry-title,
	.entry-title-video {
		/*font-size: 3.938em;	*/
		font-size: 3.125em;
	}
	.event-date,
	.event-where,
	.event-more {
		font-size: 0.813em;
	}	
	.entry-content {
    	margin-top: -20px;
		padding: 0;
		margin-bottom: 50px;
	}
	.event-date {
		min-height: 0;
    	line-height: 1.2;
    	text-align: left;
		padding: 24px 30px 15px 30px;
		position: relative;
		height: auto;
	}
	.event-date:after {
		content: "";
		height: 1px;
		position: absolute;
		width: 26px;
		left: 30px;
		bottom: 0;
	}
	.event-info-wrap {
		min-height: 0;		
		margin-left: 0;
		margin-bottom: 0;
		margin-top: -1px;
		padding: 15px 20px 24px 30px;
		height: auto;
	}
	.event-title {
		position: relative;
		padding-right: 25px;
	}
	.event-more-link {
		right: 0;
    	top: -39px;
	}
	.event-more {
		padding: 30px 0 10px 0;
	}
	.event-tickets {
		position: relative;
		right: auto;
		top: 0;
		margin-top: 20px;
	}
	#footer .custom-logo-link,
	.footer_menu {
		margin: 20px 0 0 0;
	}
	.video-title,
	.video-content {
    	display: inline-block;
	}
	.video-content {
		margin-left: 0;		
	}
	.with-background .entry-content-inner {
		margin: 0;
		padding: 20px;
	}
	.textbox-container,
	.email-container {
		width: 100%;
		float: left;
		margin: 0;	
	}
	.nf-field-container {
		clear: both;
	}
	/*
	.single-news {
		width: 97%;
    	padding: 30px 20px;
    	max-width: 268px;			
	}
	*/
	.single-news {
		padding: 30px 20px;
    	width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.video-title {
    	padding: 53px 6% 15px 15px;
	}
	.video {
    	margin-bottom: 20px;
	}
	.entry-title-video {
		padding-left: 15px;
	}
	.press-outer-wrap {
    	width: 100%;
    	margin-right: 0;
	}
	.press-buttons {		
		width: 100%;
		margin-top: 10px;
	}
	.with-background .entry-content-inner, 
	.single .with-background .hentry {
		margin: 0;
	}
	.single .entry-image-wrap {
		margin-right: 0;
		width: 100%;
	}
	/*
	.single .gallery {
		text-align: center;
	}*/
	.single .gallery-item {
		width: 100%;		
	}
	.single .gallery-columns-1 .gallery-item,
	.single .gallery-columns-2 .gallery-item,
	.single .gallery-columns-3 .gallery-item,
	.single .gallery-columns-4 .gallery-item {
		/*max-width: 350px;*/
		max-width: 100%;
	}
	.music-image-wrap {
		width: 100%;
	}
	.music-info-wrap {
    	width: 100%;
		margin-top: 3%;
		margin-left: 0;
		padding: 31px 20px 60px 20px;
	}
	.music-sponsors a {
		width: 49%;		
	}
	.music-sponsors a:first-child,
	.music-sponsors a:nth-child(2n+1) {
		margin-left: 0;
	}
	.music-sponsors a:nth-child(2n) {
		margin-right: 0;
	}
	.fp-button {
		position: absolute;
		top:50%;
    	margin-top: -50px;
		margin-left: -65px;		
	}
	.button-klasika {
		left: 50%;
    	top: 5%;
    	margin-top: 0;
		margin-bottom: -50px;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			 -o-transform: rotate(0deg);
				transform: rotate(0deg);
	}
	.button-pop {
		left: 50%;
    	bottom: 5%;
    	top: auto;
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			 -o-transform: rotate(0deg);
				transform: rotate(0deg);		
		display: table;
	}
	.button-pop span {
		display: table-cell;
    	vertical-align: bottom;
	}
	.fp-button:after {
		position: absolute;
		left: 50%;
		margin-left: -1px;
		top: 40px;
		-webkit-transition: top 0.3s;
		   -moz-transition: top 0.3s;
			-ms-transition: top 0.3s;
			 -o-transition: top 0.3s;
				transition: top 0.3s;
	}
	.fp-button:hover:after {
		top: 30px;
	}
	.button-pop:after {
		top: 30px;
	}
	.button-pop:hover:after {
		top: 40px;
	}
	.about-wrap .entry-image-wrap,
	.zdravko-about-row-img {
    	width: 85%;
    	margin-right: 0;
    	margin-bottom: -40px;
    	margin-left: -22px;
		margin-top: 20px;
	}
	.about-wrap-inner, .zdravko-about-row-wrap {
    	padding: 60px 7%;
		width: 100%;
	}
	.zdravko-about-row-wrap {
		margin-left: 0;    
	}
	.zdravko-about-row-wrap-outer .zdravko-about-row-img {
		margin-bottom: 10px;
	}
}
/*@media screen and (min-width: 768px) and (max-width: 1175px) {*/
@media screen and (min-width: 768px) and (max-width: 1196px) {
	.with-background .entry-content-inner {
    	padding: 60px 40px;
    	margin: 0 10%;
	}
	.music-sponsors a:first-child,
	.music-sponsors a:nth-child(4n+1) {
		margin-left: 0;
	}
	.music-sponsors a:nth-child(4n) {
		margin-right: 0;
	}
}
/*@media screen and (max-width: 1175px) {*/
@media screen and (max-width: 1196px) {
	body {
		/*background-position: center 64px;*/
		background-position: center top;
		/*background-size: contain;*/
		background-size: cover;
	}
	body.home {
		background-position: center top;
	}
	#cont,
	.top-menu, 
	.podstran-main,
	#footer,
	.header-menu-wrap,
	.main-navigation,
	.main-navigation .menu,
	.main-navigation .menu li,
	.nav-shown .social-widget-area-wrap,
	.nav-shown .top-menu-inner-wrap,
	.page-select {
		width: 100%;
	}
	.header-menu,
	.page-select,
	.page-select a.switch,
	.social-widget-area-wrap,
	.footer_menu .widget-container.widget-first,
	.footer_menu .widget-container.widget-last,
	.footer_menu .widget-container:before,
	.nav-shown .lang-widget-area li a:after {
		display: none;
	}
	.mobile-menu,
	.header-menu.visible,
	.nav-shown .page-select,
	.footer_menu .social-widget-area-wrap {
		display: block;
	}
	.page-select a {
		font-size: 0.813em;
	}
	.nav-shown .top-klasika .top-menu-inner-wrap {
		display: inline-block;
		padding: 0 6.770833333333333%;
	}
	.custom-logo-link {
		margin: 20px 0;
	}
	.nav-shown .top-pop .top-menu-inner-wrap {
		display: inline-block;
		padding: 0 6.770833333333333%;
	}
	.header-menu-wrap {
		float: none;
		padding-top: 0;
	}
	.lang-widget-area-wrap {
		float: right;
		margin-right: 50px;    	
	}
	.lang-widget-area {
		padding-top: 25px;
	}
	.lang-widget-area > li {
		position: relative;
		cursor: pointer;
		padding: 0 15px 15px 15px;
	}
	.lang-widget-area .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: 31px;
	}
	.lang-widget-area .sub-menu li {
		padding: 15px;    
	}
	.nav-shown .lang-widget-area {
		margin-right: 70px;
		position: absolute;
		right: 6.770833333333333%;
		top: 0;
	}
	.top-menu {
		padding-bottom: 0;
	}
	.nav-shown .top-menu-wrap {
		background: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 5000;
	}
	.nav-shown .header-menu-wrap {
		float: right;
	}
	.nav-shown .top-menu {
		padding: 0;
	}	
	.nav-shown .page-select {
		padding: 0;
		position: fixed;
		bottom: 0;
		top: auto;
		right: auto;
	}
	.nav-shown .page-select a {
		width: 50%;
    	float: left;
    	text-align: center;
		padding: 30px;
	}
	.nav-shown .social-widget-area-wrap {
		text-align: center;
		display: inline-block;		
	}
	.nav-shown .social-links {
		display: inline-block;
	}
	.nav-shown .social-links a:last-child {
		margin-right: 0;
	}
	.nav-shown .main-navigation .menu li a:hover:after,
	.nav-shown .current-menu-item a:after,
	.nav-shown li a:after {
	    top: 10px;
    	width: 30px;
	}
	.nav-shown li a:after {
		content:"";
		height: 1px;	
		position: relative;
    	display: block;
    	margin: 0 auto;
	}
	.main-navigation .menu {
		margin: 50px 0;
	}
	.main-navigation .menu li {
		float: left;
		margin-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	.main-navigation .menu li {
		font-size: 0.938em;
	}
	.custom-logo-link {
		font-size: 1.250em;
	}
	#footer {
		padding-top: 50px;
		padding-bottom: 40px;
		text-align: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
    	   -moz-box-direction: normal;
    	-webkit-box-orient: vertical;
    	   -moz-box-orient: vertical;  
		-webkit-flex-direction: column;
  			-ms-flex-direction: column;
  				flex-direction: column;
	}
	#footer .custom-logo-link,
	.footer_menu .social-links,
	.footer_menu,
	.footer_menu .widget-container {
		margin: 0 auto;
	}
	.footer_menu,
	.footer_menu .widget-container,
	#footer .custom-logo-link,
	.footer-menus li {
		display: inline-block;
		float: none;
	}
	#footer h2 {
		-webkit-box-ordinal-group: 3;
		   -moz-box-ordinal-group: 3;
		  		   -ms-flex-order: 3;
		  			-webkit-order: 3;
		  					order: 3;
	}
	#footer .social-widget-area-wrap {
		margin-bottom: 20px;
	}
	#footer .footer-menus {
		margin-bottom: 50px;
	}
	.footer_menu .widget-container .menu li {
		padding: 0 10px 0 0;
	}
	.music-sponsors a:first-child,
	.music-sponsors a:nth-child(4n+1) {
		margin-left: 0;
	}
	.music-sponsors a:nth-child(4n) {
		margin-right: 0;
	}
	.zdravko-about-row {
		padding-right: 0;
	}
	.zdravko-about-row-more {
		right: auto;
		top: 0;
		left: 0;
		position: relative;
		margin: 10px 0 20px 0;
	}
}
/*
@media screen and (min-width: 768px) and (max-width: 1155px) {
	.header-menu-wrap {
		padding-top: 0;
	}
	.main-navigation .menu li {
		margin-right: 15px;
	}
	.social-button {
		margin-right: 19px;
	}
}
@media screen and (min-width: 1156px) and (max-width: 1232px) {
	.header-menu-wrap {
		padding-top: 0;
	}	
}
*/
@media screen and (min-width: 660px) {
	.single-news {
		width: 49%;
		margin-right: 0.5%;
		margin-left: 0.5%;
	}	
	.single-news-outer-wrap .single-news:nth-child(2n+1) {
		margin-left: 0;
	}
	.single-news-outer-wrap .single-news:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 960px) {
	.single-news {
		width: 32.3%;
	}
	.single-news-outer-wrap .single-news:nth-child(2n+1),
	.single-news-outer-wrap .single-news:nth-child(2n) {
		margin-right: 0.5%;
		margin-left: 0.5%;
	}
	.single-news-outer-wrap .single-news:nth-child(3n+1) {
		margin-left: 0;		
	}
	.single-news-outer-wrap .single-news:nth-child(3n) {
		margin-right: 0;		
	}
	.entry-title-video {
    	max-width: 600px;
	}
}
@media screen and (min-width: 1280px) {
	.single-news {
		width: 24%;
	}
	.single-news-outer-wrap .single-news:nth-child(2n+1),
	.single-news-outer-wrap .single-news:nth-child(2n),
	.single-news-outer-wrap .single-news:nth-child(3n+1),
	.single-news-outer-wrap .single-news:nth-child(3n) {
		margin-right: 0.5%;
		margin-left: 0.5%;
	}	 
	.single-news-outer-wrap .single-news:nth-child(4n+1) {
		margin-left: 0;
	}
	.single-news-outer-wrap .single-news:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (min-width: 320px) and (max-width: 779px) {}
@media screen and (min-width: 780px) {}
@media screen and (max-width: 979px) {}
@media screen and (min-width: 980px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1921px) {}
/* Print Styles */
@media print {	
}