/*
Theme Name: Atesti i procjene doo.
Theme URI: http://www.aipro.hr
Description: Custom tema
Author: Allos.hr
Author URI: http://www.allos.hr
*/
@font-face {
	font-family: 'Pacifico';
	src: url('fonts/Pacifico-Regular.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'PtSerif';
	src: url('fonts/PTSerif-Regular.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'PTSerifBoldItalic';
	src: url('fonts/PTSerif-BoldItalic.ttf') format('truetype');
	font-style: italic;
	font-weight:bold;
}

body,html {
	height:100%;
}
body {
	font-family: 'PtSerif', sans-serif;
    font-size: 18px;
}
.home-content ul, #footer ul{
	list-style:none;
  margin:0px;
}
.inline-link{
	text-decoration:none;
	outline:none;
	color: #a7b06f;
}
.inline-link:hover {
    color:#7e824e;
    transition: .3s;
    text-decoration: underline;
}
p{
	color:#777777;
	font-size: 17px;
	text-align: justify;
}
a:hover,a:focus {
   text-decoration:none;
   outline:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.bot-top {
	margin:50px 0;
}
.padded {
	padding:50px 0;
}
.hugger {
	margin-bottom:0;
}
.bg-gray {
	background-color:#f0f0f0;
}
.bg-pale {
    background-color: #eec39a;
}
.bg-dark {
    background-color: #7e824e;
}
.underline-center {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	overflow: hidden;
	position: relative;
	transform: translateZ(0px);
	vertical-align: middle;
	padding-bottom: 6px;
}
.underline-center::before {
	background: #eec39a none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	right: 50%;
	transition-duration: 0.3s;
	transition-property: left, right;
	transition-timing-function: ease-out;
	z-index: -1;
}
.underline-center:hover::before {
	right: 0;
	left: 0;
}

.wpcf7-response-output:empty {
    display: none !important;
}

.main-nav {
	border-bottom:2px solid #7e824e;
}
.navbar-nav > li > a {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size:20px;
	font-weight: 700;
	color:#7e824e;
	position:relative;
	transition: background-color 0.3s;
}
.navbar-nav > li.active > a, .navbar-nav > li:hover > a, .navbar-nav > li > a:active, .navbar-nav > li > a:focus, .current-menu-ancestor > a {
	background-color:#eec39a!important;
	border-bottom:4px solid #7e824e;
	color:white!important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #7e824e;
	border-color: #7e824e;
}
.dropdown-menu {
	list-style: none;
	font-size:18px;
	background-color: #eec39a;
	border: none;
	box-shadow: none;
}
.dropdown-menu > li > a {
	padding: 3px 20px;
	color: white;
	font-weight: 700;
	transition: all .3s;
}
.dropdown-menu > li > a:hover {
	background-color:#7e824e;
	color: white;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color:#7e824e;
}
#hero {
	background-image: url('images/hero.jpg');
	background-attachment: fixed;
	height: 500px;
	background-position: top;
}
.title {
	color:#a7b06f;
	font-size:50px;
	font-weight: 400;
	padding-bottom: 20px;
	font-family: 'Pacifico', sans-serif;
}
.single-page .title {
	margin:40px 0;
	border-bottom:1px solid;
	padding-bottom: 3px;
}
.subtitle {
	font-size: 30px;
	color:#a7b06f;
	display:inline-block;
	padding-right: 20px;
	border-bottom: 2px solid #a7b06f;
}
.big-btn {
	background-color: #ce3b41!important;
	color: white;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 30px;
	padding: 25px 0;
	font-size: 25px;
	transition: all .3s;
}
.big-btn:hover {
	background-color:#a7b06f!important;
	color:white;
}
.big-btn.inline {
	display:inline-block;
	padding:25px 50px;
}
label {
	font-size:15px;
}
.button {
	color:#a7b06f;
	font-size:18px;
	font-weight: 700;
}
.button:hover {
    color:#7e824e;
}
.bg-pale .title{
	color:white;
}
.bg-pale .subtitle, .bg-pale a, .post-title a {
    color:#7e824e;
}
.white {color: white;}
.bg-pale .underline-center::before {
	background: #7e824e none repeat scroll 0 0;
}
.title.botspace{
	margin-bottom: 30px;
}


.bold {font-weight:bold;}
.small-title {
	color: #a7b06f;
	font-family: 'Pacifico', sans-serif;
	font-size:30px;
}
.date {
	font-size: 14px;
	padding-bottom: 6px;
	display: inline-block;
	padding-left: 40px;
}

#news-block .date {
	vertical-align: middle;
}
#news-block img {
	margin: 20px 0;
}

.tim-item img {
	margin-bottom: 20px;
}
textarea {
	height: 200px;
	resize:none;
}
#gmap {
	height: 450px;
	margin-top: 50px;
}
#footer {
	padding:20px 0;
	margin-top:100px;
}
#footer h6 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-right: 20px;
}
#footer ul {
	padding-left:0px;
}
#footer, #footer a {
	color:white;
}
.italic {
    font-style: italic;
    color: #7e824e!important;
}
#footer a:hover {
	color:#a7b06f;
}
.copy {
	margin-top:10px;
	padding-top:5px;
	margin-bottom:0;
	border-top:1px solid;
	font-size:14px;
	color:#e1e1e1;
}
.partneri {
	font-size:15px;
}
@media (max-width: 1450px) {
	#hero {
		height: 300px;
		background-size:150%;
	}
}/* min 1023px */

@media (max-width: 1170px) {
	.navbar-nav > li > a {
		font-size: 15px;
	}
	.sm-space-bot {
		margin-bottom: 35px;
	}
}/* max 1170px */


@media (max-width: 767px) {
	.navbar-toggle .icon-bar {
	background-color: black;
	}
	.top-bar ul li {
		display:block;
		text-align: center;
		margin-bottom: 10px;
		margin-right:0;
	}
    #hero {
		height: 250px;
	}
	.navbar-toggle {
	border: 3px solid black;
	}
	.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.dropdown-menu {
	background-color: #eec39a!important;
}
	.navbar-brand {
		padding-top:12px;
	}
	.navbar-brand img {
	width: 50%;
	}
	.title {
	font-size: 35px;
	}
	.subtitle {
		font-size: 25px;
	}
	.small-title {
		font-size: 20px;
	}
	.big-btn {
		padding: 15px 0;
		font-size: 20px;
	}
	.xs-space-bot {
		margin-bottom: 35px;
	}
	.news-item.xs-space-bot:last-child{
		margin-bottom:0;
	}

	#footer {
		margin-top:0;
	}
}/* max 767px */

@media (max-width: 350px) {
	.navbar-brand {
	width: 200px;
	}
}/* max 767px */
