/*

RESET + OSNOVNA WP PODESAVANJA

*/

/*--------------------------------------------------------------
0.0 OGITIVE CUSTOM
--------------------------------------------------------------*/

.clearfix, .clear {
clear:both;
}

.floatleft {
float:left;
}

.floatright {
float:right;
}



h4 {
font-size:18px;
font-weight:bold;
line-height:1;
}

h5 {
font-size:16px;
font-weight:bold;
line-height:1;
margin-bottom: 8px;
}

b, strong {
font-weight: bold;
}

i, em {
font-style: italic;
}

/* responsive embed 

usage: 

<div class='embed-responsive embed-responsive-16by9'>
	<iframe class='embed-responsive-item' src='https://www.youtube.com/embed/<?php the_field('youtube'); ?>' frameborder='0' allowfullscreen></iframe>  
</div>


*/

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}



b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.page-content ul,
.page-content ol {
	margin: 0 0 1.5em 3em;
}

.page-content ul {
	list-style: disc;
}

.page-content ol {
	list-style: decimal;
}

.page-content li > ul,
.page-content li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.single-box-con ul,
.single-box-con ol {
	margin: 0 0 1.5em 2em;
}

.single-box-con ul {
	list-style: disc;
	margin-top: 5px;
}

.single-box-con ol {
	list-style: decimal;
	margin-top: 5px;
}

.single-box-con li > ul,
.single-box-con li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.single-box-con h1 {
	font-size: 28px;
	color: #000;
	margin: 10px 0;
	font-family: 'Georgia', sans-serif;
	font-weight: 700;
}
.single-box-con h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	font-family: 'Georgia', sans-serif;
	font-weight: 700;
}
.single-box-con h3 {
	font-size: 20px;
	color: #000;
	margin: 10px 0;
	font-family: 'Georgia', sans-serif;
	font-weight: 700;
}
.single-box-con h4 {
	font-size: 18px;
	color: #000;
	margin: 10px 0;
	font-family: 'Georgia', sans-serif;
	font-weight: 700;
}
.single-box-con h5 {
	font-size: 16px;
	color: #000;
	margin: 10px 0;
	font-family: 'Georgia', sans-serif;
	font-weight: 700;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

.page-content table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
7.0 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: 0 auto;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

  .wp-caption {
    /* Force the box to be 100% */
    margin-bottom: 1.5em;
    width: 100% !important;
    /*max-width: 100%;*/
  }
  #content .wp-caption a img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



