/*
Theme Name: Ohybaren
Author: Alex Chudic
Text Domain: ohybaren
*/

/* 
COLORS USED

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
body{line-height:1}
button{outline:0}
/*ol,ul{list-style:none}*/
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal}
q:after{content:'"';font-style:normal}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* OVERALL */
* {
	box-sizing: border-box;
}

body {
	width: 100%;
	line-height: 1.2;
}

button {
	background-color: inherit;
	border: none;
}

strong {
	font-weight: bold;
}

html {
	scroll-behavior: smooth;
}

a {
	color: inherit;
	text-decoration: none;
}

ul, li {
	list-style: none;
}

ul.ul li {
	list-style: disc;
	list-style-position: inside;
}

h1, h2, h3, h4, h5 {
	font-family: Barlow Semi Condensed, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	color: black;
}

.page h2, .archive h2, .single h2, .woocommerce-page.single h1.product_title, .error404 h2 {
	font-size: 50px;
}

.page h4, .single h4 {
	font-size: 22px;
}

.page h5 {
	font-size: 18px;
}

h1.white, h2.white, h3.white, h4.white, h5.white, p.white, a.white, span.white, ul.white{
	color: white;
}

div, p, span, a, table, ol, ul, button {
	font-family: Barlow Semi Condensed, sans-serif, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
}

.bold {
	font-weight: 700;
}

.page p, .page ul {
	line-height: 1.4;
	font-size: 22px;
}

p.grey, a.grey, ul.grey {
	color: #007bc3;
}

p.small-text, a.small-text, ul.small-text, .small-text a {
	font-size: 15px;
}

/* BUTTONS */

a.basic-button {
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 158px;
	height: 56px;
	font-weight: 700;
	font-size: 20px;
	-o-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

a.basic-button.white {
	color: #007bc3;
	background-color: white;
}

a.basic-button.white:hover {
	background-color: #007bc3;
	color: white;
	border: 2px solid white;
}

a.basic-button.black {
	color: white;
	background-color: #007bc3
}

a.basic-button.black:hover {
	background-color: white;
	color: #007bc3;
	border: 2px solid #007bc3;
}

body {
	background-color: #FFF;
	min-width: 300px;
	min-height: 100vh;
	-o-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	position: relative;
}

.content-width {
	padding-right: 15%;
	padding-left: 15%;
}

@media (max-width: 550px){
	.content-width {
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media (min-width: 2000px){
	.content-width {
		max-width: 2000px;
		margin: 0 auto;
		padding-right: 300px;
		padding-left: 300px;
	}
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.bold {
	font-weight: 700;
}

h2 {
	font-size: 50px;
}

/* PAGE HERO */

div.page-hero {
	height: 500px;
	width: 100%;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

div.page-hero {
	background-image: linear-gradient(to right, rgba(220,77,21,0.7), rgba(220,127,41,0.7)), url('imgs/bg-img.jpeg');
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
}

div.page-hero h2 {
	text-transform: uppercase;
	font-weight: 300;
}

div.page-hero span.bold {
	font-size: 50px;
	font-weight: 800;
}

/* TOP SECTION */

div#placeholder-oznam {
	background-color: #F5F5F5;
}


/* LETAK */

#letak img {
	width: 100%;
}