/*
Theme Name: Wphdznzz
Author: Zvone
Description: Wp news theme
Version: 1.0.0
*/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*.......................................................*/
body {
	line-height: 1;
	background-image: url(img/bg-hdz.jpg);
	background-position: top center;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

/*Slova*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300; 
  color: #1a5ca8;
  }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 1.0rem; line-height: 1.25; letter-spacing: 0rem; padding: 5px}
h3 { font-size: 1.0rem; line-height: 1.25; letter-spacing: 0rem; padding: 5px}
h4 { font-size: 1.0rem; line-height: 1.25; letter-spacing: 0rem; padding: 5px}
h5 { font-size: 1.0rem; line-height: 1.25; letter-spacing: 0rem; padding: 5px}
h6 { font-size: 1.0rem; line-height: 1.25; letter-spacing: 0rem; padding: 5px}

.page-title h2 { font-size: 1.4rem; line-height: 1.25; letter-spacing: 0rem; padding: 5px}
* a{
	text-decoration: none;
}

p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
	color:#777;
	padding: 5px 5px;
	}

h2 a, h2 a:visited {
	color: #666;
}
h2 a:hover {
	color: #1a5ca8;
}
	
.btn{
	padding: 5px 10px;
	background-color: #1a5ca8;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
}

.btn a{
	color: #fff;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
}

/*Images*/

img {
	max-width: 100%;
	height: auto;
}

.attachment-banner-image{
margin-top: 10px;
}
.fancybox.image {
	margin: 5px;
	float: left;
}
.alignnone.size-large {
	width: 100%;
	height: auto;
}
.alignnone.size-full {
	width: 100%;
	height: auto;
}
/*Media Queries*/
@media screen and ( max-width: 960px){
	.container{
		max-width: 100%;
	}
}
@media screen and ( max-width: 960px){
	.footer-content {
		max-width: 100%;
	}
}
@media screen and ( max-width: 700px){
	.contentright{
		display: none;
	}
	.contentleft{
		width: 100% !important;
	}

}
@media screen and ( max-width: 960px){
	.contentleft-pocetna {
		max-width: 100%;
	}
}
@media screen and ( max-width: 930px){
	.col-1-4{
	width: 48% !important;
	}
}
@media screen and ( max-width: 560px){
	.col-1-4{
	width: 100% !important;
	}
}
@media screen and ( max-width: 700px){
	.col-1-3{
	display: none;
	}
}

/*---------------------------------------------*/
.container{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

/* Header */

.site-header{
padding-top: 20px;
}


/* Navigacija*/

.nav-bar{
	background: #1a5ca8;
	line-height: 35px;
	float: right;
}

.main-nav ul, .main-nav li {
	display: inline;
}

.main-nav a {
	padding: 0 20px 0 20px;
	text-decoration: none;
	line-height: 35px;
	display: block;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		background: #1a5ca8;

}

.main-nav a:hover {
	background: #555555;	
}

.main-nav  ul ul a {
	width: 300px;
	line-height: 20px;
	padding: 0 20px;
	display: block;
}

.main-nav ul li {
	position: relative;
	float: left;
}

.main-nav ul ul {
	position: absolute;
	top: -99999999px;
	left: 0;
	opacity: 0;
	top:0;
	background: #1a5ca8; 
	text-align: left;
	box-shadow: 2px 2px 0 #555555;
}

.main-nav ul li:hover > ul {
	position: absolute;
	top: 100%;
	opacity: 1;
	z-index:3;
}

#show-nav{
	display: none;
	background: #1a5ca8;
	
}
#close-nav{
	display: none;
	background: #1a5ca8;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media  screen and (max-width: 700px)  {
	.main-nav ul ul {
	position: relative;
	opacity: 1;
	top: 0;
	}
	.main-nav ul li:hover > ul {
	position: relative;
	top: 0;
	}
	.main-nav ul ul a {
	padding: 0 20px 0 40px;
	width: auto;
	line-height: 30px;
	}
	.main-nav ul li {
	float: none;
	}
	.main-nav {
	display: none;
	}

	#show-nav {
		display: block;
	}
}


/* Right/Left---------------------------*/
.clearfix{
	clear: both;
	}
.contentleft{
	width: 70%;
	float: left;
}
.contentright{
	width: 25%;
	float: right;
}
.contentright li { list-style-type: none; }
.contentright ul { list-style-type: none; }
.clearfix{
	clear: both;
	}

/*Pocetna-----------------------------*/
[class*='col-']{
	float: left;
	margin: 5px;
}

.contentleft-pocetna{
	width: 100%;
}
.col-right{
	width: 100%;
	padding-right: 5px;
	margin-top: 27px;
}
.posts-list-right{
	margin: 10px 0;
}
.col-1-4 {
	width: 23.9%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.col-1-4  p {
	padding: 0 5px;
	}
.sadrzaj {
	min-height: 40px;
}	
/*.col-1-4:last-of-type{
	padding-right: 0px;
}*/
.page-title {
	margin-top: 10px;
	padding-bottom: 5px;
    border-bottom: thin solid #999;	
}

/*Arhiva*/

.blog ul {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #777;
    padding: 5px;
    list-style: none;
}
.blog ul li a {
color: #777;    
}
.blog ul li a:hover{
color: #1a5ca8;    
}

.blog ul a:visited{
color: #777;
    
}
.screen-reader-text{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #777;
	padding: 5px;
}
/*Footer*/
.footer {
margin-top: 30px;
background-color: #2b2c2d;}
.footer-content {
	width: 960px;
	margin: 0 auto;
}
.col-1-3{
	width: 31.5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.col-1-3 a {
	color: #777;
}
.col-1-3 a:hover {
	color: #fff;
}
.footer h3 { font-size: 1.4rem; line-height: 1.25; letter-spacing: 0rem; padding: 5px}
.footer-bottom {
	width: 100%;
	text-align: center;
	border-top: thin solid #999;
}
/* Slider--------------------------------*/

.featured-post{
	position: relative;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.featured-post .caption {
	position: absolute;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	top: 85px;
	right: 40px;
	padding:10px;
	color: #fff;
	width: 50%;
	background: #000;
	opacity: .7;
	
	font-size: 17px;
	z-index: 2;
}
.featured-post .caption p {
	padding-bottom: 50px;
}
.featured-post .slider-title {
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-family: 'oswald', sans-serif;
}
.featured-post a {
	color: #fff;
}
.featured-post a:visited {
	color: #fff;
}
.featured-post .btn {
	text-align: center;
	text-decoration: none;
	background: #1a5ca8;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px;
}
@media only screen and (max-width: 800px) {
	.flexslider {
		display: none;
	}
}
@media only screen and (max-width: 650px){
	.flexslider {
		display: none;
	}
	
}
