/** GLOBAL **/
* {
    color: white;
}

body, html {
    font-family: 'PT Sans Narrow','Catamaran', sans-serif !important;
    background-color: #000000 !important;
    width: 100%;
    padding: 0;
    margin: 0;
}

body{
	
	    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
}

a {color: #fdc689 !important;}
a:hover {text-decoration: underline;}
.hidden {display: none;
}
/*OH*/
/*TODO*/
.categories_navigation{ min-width: 90%;}

/**/
.puls_mouse:hover {-webkit-transition: transform 1.2s!important; transition: transform 1.2s!important;-webkit-transition: scale(1.4)!important;  transform: scale(1.4)!important;}
.single_post {    padding-right: 50px;padding-left: 50px;}
.project a {
    text-decoration: none!important;
    color: #fdc689 !important;
}
.project a:hover {text-decoration: underline;}

.media-box-title {display: none!important;}
.media-box-date {display: none!important;}
.fancybox-caption {display: none!important;}
.mfp-title {display: none!important;}
.form_button {    padding: 0em 3em!important;    border-radius: 30px!important;}
.continue { padding: 0.8em 3em!important;  }
.form_button:hover { background-color:#e7cd8e!important;cursor: pointer;}
.row:before, .row:after{
  display:inline-block;
}
.row:before, .row:after {
display: flex !important;
}
.flex-1 {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}


/*
.row:after, .row:before{
  display: none;
}*/
/** END OF GLOBAL **/

/** COLORS
menu burger - #a9abac
about background - rgba(37,37,37,0.65)
menu underline - #eccd84
END OF COLORS **/

/** COMMON **/
/** END OF COMMON **/

/** HEADER **/
header {
    position: fixed;
    width: 100%;
    z-index: 3020;
}
.header_background {
    padding-top: 7em;
    background-image: url('../img/title_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5em;
}

header .burger {
    display: flex;
    justify-content: flex-end;
}
header .burger.collapse.show {
	 display: -webkit-box!important;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box!important;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox!important;      /* TWEENER - IE 10 */
  display: -webkit-flex!important;     /* NEW - Chrome */
    display: flex!important;
    justify-content: flex-end;
}
header .burger.collapse, header .burger.collapsing {
    display: none;
}

header .burger a, header .burger a:hover {
    color: #a9abac;
    font-size: 1.5em;
    padding: 1.2em;
    display: inline-block;
    cursor: pointer;
}
/** END OF HEADER **/

/** MENU **/
div.collapse_container {
	position: fixed !important;
	z-index: 3000;
	overflow: hidden;
	width: 100%;
}
nav.menu {
    width: 100%;
    height: 100vh;
	display: block;
    background-color: rgba(0,0,0,0.90);
   /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);*/
}
.nav_container{
    text-align: center;
}
.nav_container img {
    width: 50px;
    margin-bottom: 1em;
}
.nav_container p {
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.nav_container .navigation_links {
    list-style: none;
    padding: 2em 0 3em;
}
.nav_container .navigation_links a, .nav_container .navigation_links a:hover {
    color: white!important;
    display: block;
    padding: 0.3em 0;
    font-size: 2em;
    text-decoration: none;
    position: relative;
}
.nav_container .navigation_links a:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #eccd84;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav_container .language_settings, .nav_container .language_settings a {
    color: #a9abac;
    font-weight: 600;
}
.nav_container .language_settings a.active, .nav_container .language_settings a.active:hover {
    color: white;
    text-decoration: none;
}
/** END OF MENU **/

/** TITLE **/
.title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

.title img {
    margin: 2em 0;
    max-width: 70%;
}



.title .photograph, .title .name {
    font-weight: 600;
    margin-bottom: 1em;
}
/** END OF TITLE **/

/** GALLERY **/
.gallery {
    padding-bottom: 5em;
}
.gallery .gallery_heading {
    text-align: center;
    padding: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.gallery a.continue{
    background-color: white;
    color: black!important;
    padding: 0.5em 3em;
    border-radius: 10em;
    display: inline-block;
	margin: 0 auto;
    margin-top: 1em;
}
.gallery a.continue:hover {
      background-color:#e7cd8e;
      color: black;
      padding: 0.5em 3em;
      border-radius: 10em;
      display: inline-block;
      margin-top: 1em;
  }
.gallery .media-boxes-load-more-button {
	display: none;
}
/** END OF GALLERY **/

/** ABOUT **/
.about {
    padding: 6em 0;
    background-image: url('../img/about_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.about img {
   /* height: 100%;
    width: 100%;*/
}

.about .about_text_container {
    background-color: rgba(37, 37, 37, 0.65);
    padding: 3em 1em 2em 2em!important;
}
.about_text_container h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 0.5em;
}

.about_text_container .continue{
    background-color: white!important;
    color: black!important;
    padding: 0.5em 3em;
    border-radius: 10em;
    display: inline-block;
    margin-top: 1em;
}
.about_text_container .continue:hover {
      background-color:#e7cd8e!important;
      color: black!important;
      padding: 0.5em 3em;
      border-radius: 10em;
      display: inline-block;
      margin-top: 1em;
  }

/** END OF ABOUT **/

/** CONTACT **/
.contact .heading_row h3, .contact .heading_row p {
    display: block;
    width: 100%;
    text-align: center;
}
.contact .heading_row h3 {
    margin: 3em 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 2em;
}
.contact form {
    margin-top: 2em;
}
.contact form input, .contact form textarea {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid white;
    margin-bottom: 2.5em;
    min-height: 3em;
	outline: none;
}
.contact form input.wpcf7-not-valid, .contact form textarea.wpcf7-not-valid {
	border-color: red;
}
.contact form textarea {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 6em;
    height: auto;
    resize: none;
}
.contact form input::placeholder, .contact form textarea::placeholder{
    color: white;
    position: relative;
    left: 5px;
    bottom: 0;
    top: auto;
}
.contact form input:focus::placeholder, .contact form textarea:focus::placeholder {
	opacity: 0;
}
.contact form input[type=submit]{
    display: inline-block;
    width: auto;
    background-color: white;
    color: black;
    border: 0;
    border-radius: 13px;
    padding: 0.5em 3em;
    margin: 4em auto 8em;
}
.contact .wpcf7-response-output, .contact span[role=alert] {
	display: none !important;
}
/** END OF CONTACT **/

/** BEGIN OF FOOTER **/
footer {
    color: white;
    text-align: center;
    padding: 1em;
	
	
	    color: white;
    text-align: center;
    padding: 5em;
    bottom: 0;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
}
/** END OF FOOTER **/

/** BEGIN OF GALLERY **/
.photogallery {
    padding-bottom: 2em;
}
.photogallery h1 {
    text-align: center;
	font-weight: 400;
	padding: 2em 0 1em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
	font-size: 2.55em;
}
.photogallery .media-boxes-search {
	display: none;
}
.photogallery .auto-grid-filters-container {
	padding-bottom: 2em;
}
@media only screen and (max-width: 600px) {
.photogallery .media-boxes-filter {
	display:grid;
	}
}
.photogallery .media-boxes-filter {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 2em;
}
.photogallery .media-boxes-filter li a {
	color: #a9abac;
	background-color: transparent;
	border: none;
	/*text-transform: uppercase;*/
	font-size: 16px;
	font-weight: 600;
	padding: 0.3em 1.5em;
}
.photogallery .media-boxes-filter li.selected a {
	color: white;
}
/** END OF GALLERY **/

/** ARTICLES **/
.articles {
    padding-bottom: 2em;
}
.articles h1 {
    text-align: center;
	font-weight: 400;
	padding: 2em 0 0.2em;
    letter-spacing: 0.12em;
    text-transform: uppercase;
	font-size: 2.55em;
}
.articles .heading p {
	color: #a9abac;
	text-align: center;
	font-style: italic;
	padding-bottom: 1em;
}
#SlyFrame {
	display: block;
	position: relative;
	margin-bottom: 2em;
}

#SlyFrame ul {
	text-align: center;
	display: block;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
#SlyFrame ul li {
	display: inline-block;
	max-width: 100%;
	text-align: center;
}
@media (max-width: 577px) {
	#SlyFrame {
		width: 90%;
		margin-left: 5%;
	}
	#SlyFrame ul li a {
		padding-left: 1em;
		padding-right: 1em;
		color:#fff;
	}
}

#SlyFrame .arrow_container, #SlyFrame .arrow_container:hover {
	color: #a9abac;
	text-decoration: none;
	padding: 0 0.5em;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	height: 100%;
	width: 2em;
	justify-content: center;
}
#SlyFrame .arrow_container.left {
	left: -2em;
}
#SlyFrame .arrow_container.right {
	right: -2em;
}
#SlyFrame .categories_container {
	flex-grow: 1;
	width: 100%;
}
.articles .categories_navigation {
	/*display: flex;*/
	/*justify-content: center;*/
	border: solid 2px #a9abac;
	border-left: none;
	border-right: none;
	padding: 0.5em 0px;
	overflow: hidden;
}
.articles .categories_navigation a, .articles .categories_navigation a:hover {
	/*color: #a9abac;*/
	color:#fff!important;
	padding: 0.5em 2em 0.7em;
	text-transform: uppercase;
}
.articles .article_container
{
	padding: 0 20px;
}
@media only screen and (max-width: 600px) {
	.photogallery .media-boxes-filter
	{
	display: grid; 
    justify-content: left;
	}
.articles .article_container p{width: -webkit-fill-available;}
.articles .article_container p img
{
	    width: inherit;    height: auto;

	}}
.articles .article_container .project {
    width: 100%;
    text-align: center;
    padding: 1em 1em 3em;
}
.articles .article_container .project img {
     width: 100%;
     margin-bottom: 2em;
}
.articles .article_container .project .tags {
    font-style: italic;
    text-transform: uppercase;
}
.articles .article_container .project p {
    text-align: left;
}
.articles .article_container .project p, .project .date {
    color: #a9abac;
}
.articles .article_container .project .content {
    margin-top: 2em;
}
/** END OF ARTICLES **/

.width_inherit {width: inherit;}
.orez { width: 100%;
    height: 250px;
    overflow: hidden;}
.article_container.row.single_post {display:block!important;}
.alignleft {float:left;margin: 5px;margin-right: 15px;}
.alignright {float:right;margin: 5px;margin-left: 15px;}
.size-full.aligncenter{    float: none;
    margin: auto;
    text-align: center;
    width: 100%;
}
.breadcrumbs{position:absolute;z-index:9999;    top: 8px;padding: 1.2em;}
.breadcrumbs .current-item{ pointer-events: none;text-decoration: underline;color: #FFF!important;}
.breadcrumbs .current-item span {color: #FFF;}
.breadcrumbs .home:before {
    content: "\f015";
    font-family:  FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #FFF;
    font-size: 18px;
}
.breadcrumbs .home span {display: none;}

.breadcrumbs-in{position:relative;left:-15px;}
.logo-box {
	text-align: center;
    top: -135px;
    display: block!important;
    z-index: 9999;
    position: relative;}
.logo-box.in{
  z-index:100!important;display: block;}
.breadcrumbs a {color:#fff!important;}
.arrow-icon:before {content: "\f100";display: inline-block;font: normal normal normal 17px/1 FontAwesome;}

.page-template-default.page, .page-template-page-list-post.page, .post-template-default.single{
	background-image: url('../img/pozadi_full_15_cb.png');
	background-repeat: no-repeat;
    background-position: center top;
	}

@media only screen and (max-width: 600px) {
   .page-template-default.page, .page-template-page-list-post.page, .post-template-default.single{
	background-image: url('../img/pozadi_full_25_600_cb.png');
	   background-repeat: no-repeat;
    background-position: center top;
	}
	.logo-box {display:none;}
}


/*.logo-top {
	z-index:9999;
	    width: 110px;
    height: 110px;
    position: absolute;
    top: 50px;
    left: 2%;
	background-image: url(/wp-content/themes/jan_william_drnek/img/logo.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -135px -1px;
    background-size: 350%;
	
	}
@media only screen and (max-width: 800px) { .logo-top {display:none;}}*/

.captcha
{ text-align: center; }

.g-recaptcha
{ display: inline-block; }

/*Homepage - book*/
.book {
    background-image: url('../img/epopej-pozadi.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
}
.book p {
    margin-bottom: 20px;
}
.book__heading {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 0;
}
.book__subheading {
    font-size: 18px;
    padding-bottom: 18px;
    letter-spacing: 0.07em;
}
.book__general-image {
    margin-top: 20px;
    display: block;
}
.book__more-info {
    background-color: white;
    color: black!important;
    padding: 0.5em 3em;
    border-radius: 10em;
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
}

.book__gallery {
    margin-top: 60px;
}
.book_gallery-item {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book_gallery-item:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(232, 205, 142, .65);
    transition: all .3s;
}
.book_gallery-item:hover:after {
    opacity: 1;
}
@media only screen and (max-width: 600px) {
    .book {
        padding: 50px 0;
    }
}