/*
Theme Name: NDNV
Theme URI: 
Author: Nenad Radoja
Author URI: http://autonomija.info
Description: Built on Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.3.3
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.category-karikatura-nedelje div.thumb-left > img {
	display:none !important;
}
article:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;	
}
ul.langTabs {
	margin: 20px -0.5rem 0 !important;
	padding-left:0 !important;
}
ul.langTabs li {
	padding-bottom:0 !important;
	text-align:center;
}
ul.langTabs li:before {
	display:none;
}
div.downloadContent {
	margin-bottom:15px;
}
.downloadContent div.tab-pane {
	padding:10px;
	background-color: #fff;
    border: 1px solid #ddd;
}
.page-id-28193 #s-share-buttons {
	margin-bottom:30px;
}
.page-id-28193 .pf-content p {
	margin-bottom:30px;
}
div.discl {
	margin-top:30px;
}
div.discl p {
	font-size:14px;
}
figure.wp-block-image.aligncenter {
	width:100% !important;
	display:block !important;
}
figure.wp-block-image.aligncenter > div {
	width:100% !important;
	display:block !important;
}
figure.wp-block-image.aligncenter img {
	margin-top:0;
}
.pf-content {
	margin-top:40px;
}
ul#menu-meni {
	position:relative;
	width:100%;
}
ul#menu-meni > li:last-child {
	position:absolute;
	right:0;
	bottom:28px;
}
ul#menu-meni > li:last-child a {
	background-image:url('https://mediahub.ndnv.org/wp-content/themes/mediahub/img/logo.svg');
    width: 117px;
    height: 51px;
    text-indent: -5000px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
	ul#menu-meni > li:last-child {
		position:static;
		padding:15px 22px;
	}
}
/* Popup style */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	background-color: #F6E3DD;
	position:relative;
	padding: 20px;
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 485px; /* Maximum width */
	aspect-ratio: 485 / 421; /* Ensures the width and height are always the same */
	background-image:url('img/Baner1_sub.png');
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: cover;
    background-repeat: no-repeat;
	box-shadow:0px 5px 6px 1px rgba(0, 0, 0, 0.33);
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  
  /* The Close Button */
  .close {
	color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }
  .modal-content div.formHolder {
	position:absolute;
    bottom: 10px;
    text-align: center;
	width: calc(100% - 40px);
  }
  .modal-content div.formHolder button#submit {
    display: inline-block;
	border-radius:100px;
    background-color: #BB2026;
    transition: 0.2s ease-in;
    color: white;
  }
  .modal-content div.formHolder input.wpcf7-email {
    width: 100%;
    background-color: transparent;
    border: 0px solid #BB2026;
	border-radius:0px;
    border-bottom-width: 1px;
	text-align: center;
    text-transform: uppercase;	
  }
  .modal-content div.formHolder h3 {
	color: #d83636;
	text-transform:uppercase;
	font-size: 14px;
    margin-top: 0;
    font-weight: 500;
  }