/*
Theme Name: Metropolis
Author: Metropolis
Version: 1.2
*/
.page-banner-text {
    bottom: 35px;
}

.site-logo {
	padding: 10px 0;
}

table {
	width: 100%;
}
table tr:nth-child(odd) {
	background-color: #f5f5f5;
}

table td {
	border: 1px solid #dedede;
	padding: 5px 10px;
}

.home .content, .page-template-template-contact .content {
	padding-bottom: 0;
}

div.wp-caption {
	max-width: 100%;
}
.post-data .post-category {
	padding: 0 5px;
}
.post-thumb {
	min-height: 245px;
	text-align: center;
}
.hero-area .block-title {
	color: #000;
	font-size: 32px;
	max-width: 800px;
	margin-bottom: 0;
	text-shadow: 2px 2px #f0f0f0;
}
.hero-area .page-banner {
	background-position-y: 50px;
}
.site-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
.site-header .fa-bars {
	color: #000;
}
.dd-menu > li > a, .dd-menu > li:hover > a, .dd-menu > li:hover {
	color: #333;
}
.default-logo {
	width: 250px;
}
.sticky .default-logo {
	display: block;
	width: 170px;
}
.dd-menu > li, .default-logo {
	transition: all 0.5s;
}
.sticky .dd-menu > li {
	margin-top: 3px
}
.sticky .site-logo {
	padding: 5px 0 5px;
}
.header-search-form {
	position: absolute;
	right: 0;
	top: 30px;
}
@media screen and (max-width: 992px) {
	.header-search-form {
		display: none;
	}
}
.header-search-form .fa-search {
	font-size: 18px;
	color: #000;
	margin-left: -25px;
}
.header-search-form .fa-search:hover {
	cursor: pointer;
}
#menu-main-menu {
	margin-right: 0;
}
.header-search-form #s {
	height: 32px;
    border: 1px solid #000;
    padding: 10px;
}
.header-search-form form, .header-search-form #searchsubmit {
	display: none;
}
.header-search-form form.active {
	display: inline-block;
}

/* Sidebar */
.widget.recent_posts a {
	color: #5e5e5e;
	font-size: 15px;
	text-transform: capitalize;
}
.widget.recent_posts .post-date {
	color: #aaa;
    font-size: 12px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}
.widget_categories ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.testimonial-info-in {
	display: block;
}
.widget-arhiva {
	max-height: 390px;
	overflow: hidden;
}

/* Single post */
.post-sharing-buttons {
	padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #fbfbfb;
    padding-left: 20px;
    margin-top: 30px;
}
.post-sharing-buttons i {
	font-size: 22px;
	color: #898989;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    margin: 0;
	color: #666;
	border: 1px solid #ddd;
}
.wp-pagenavi a:hover {
	background-color: #eee;
	border-color: #ddd;
	color: #000;
}
.wp-pagenavi .current {
	background-color: #000;
	border-color: #000 !important;
	color: #fff;
}

/* Single projects */
.single-projects .linked-posts a {
	display: block;
	margin-bottom: 20px;
	line-height: 16px;
}

/* Forms */
.wpcf7 p {
	margin: 0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="submit"], #mce-EMAIL {
	height: 38px;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 15px;
	padding: 10px 16px;
	width: 100%;
}
.wpcf7 textarea {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 15px;
	padding: 10px 16px;
	width: 100%;
	border: 1px solid #ccc;
	height: 145px;
}
.wpcf7 input[type="submit"], #mc-embedded-subscribe {
	background-color: #000;
	color: #fff;
	border: none;
	width: auto;
	text-transform: uppercase;
	height: auto;
}
#mc-embedded-subscribe {
	padding: 10px 16px;
}
.wpcf7 span.wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 15px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	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: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Gallery positioning fix */
.gallery img {
    border: none !important;
}

.gallery .gallery-item {
    padding-right: 10px;
    margin-top: 0 !important;
}

.gallery-columns-2 .gallery-item {
    width: 49% !important;
}

.gallery-columns-3 .gallery-item {
    width: 33% !important;
}

.gallery-columns-6 .gallery-item {
    width: 15.4% !important;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n) {
    padding-right: 0;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n) {
    padding-right: 0;
}

.gallery-columns-6 .gallery-item:nth-of-type(6n) {
    padding-right: 0;
}

.gallery-item .gallery-caption {
	margin-top: 5px;
}

/* Events */
.events-list .event-item {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Single */
.single .post-media img {
	width: 100%;
}

/* Navigation */
.wp-pagenavi {
	text-align: center;
	margin-top: 70px;
}

.page-template-template-blog .meta-data, .single .meta-data, .post-type-archive-raspored .meta-data {
	color: #000;
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
}

.post-type-archive-raspored .meta-data {
	text-align: left;
	margin-bottom: 0;
}

.facebook-icon a {
	color: #1f5ee4 !important;
}
.facebook-icon a i {
    font-size: 16px !important;
    font-weight: bold;
}
nav#main-nav .fa-instagram {
	font-size: 18px;
	padding-top: 1px;
}

/* OWL Carousel same height */


.owl-nav {
	margin-top: 0 !important;
}
.owl-nav span {
	font-size: 42px;
}
.owl-nav button {
	width: 30px;
}
.owl-nav button span {
	color: #000;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

#najave-carousel .grid-item {
	border: 1px solid #f0f0f0;
    background: rgba(240, 240, 240, 0.4);
    color: #000;
}
#najave-carousel .owl-nav, #raspored-carousel .owl-nav {
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
}
#film-carousel .owl-nav {
	display: block;
}
#film-carousel {
	margin-top: 3px;
}
.single-film .meta-data {
	text-align: left;
}

/* Footer */
.site-footer {
	text-align: center;
	background-color: #f7f7f7;
	border-top: 1px solid #f0f0f0;
}
.site-footer a:hover {
	text-decoration: underline;
}
.site-footer h4 {
	color: #000 !important;
}
.site-footer ul {
	margin-left: 0;
}
.site-footer ul li {
	list-style-type: none;
}
.site-footer i {
	font-size: 20px;
	margin: 0 10px;
}
.page-template-template-contact input {
	border: 1px solid #ccc;
}
.page-template-template-contact i {
	font-size: 18px;
	margin-right: 10px;
}
.hero-slider, .hero-slider.flexslider ul.slides li, .flex-caption-cell {
	padding-top: 100px;
}

@media screen and (max-width: 1200px){
	.default-logo {
		width: 170px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.site-header > .container {
    	width: 100%;
    }
}

@media screen and (max-width: 480px){
	.default-logo {
		width: 200px;
	}
	.sticky #menu-toggle {
		margin-top: 3px;
	}
}

#raspored-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#raspored-carousel .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
#raspored-carousel .item {
	background-color: #fff;
}
#raspored-carousel .grid-item {
	margin-bottom: 0;
}

#mce-success-response {
	color: #07b307;
	font-size: 18px;
}
.jquery-migrate-dashboard-notice {
    display: none;
}   


#facebook-icon {
	font-size: 14px;
}
#facebook-icon:hover {
	color: #000;
}