/* @override http://devel.online/interark/wp-content/themes/interark/style.css?ver=4.8.2 */

/*
Theme Name: Interark
Theme URI: http://interark.it/
Author: #FAB10 - Fabio Folgori
Author URI: http://fabiofolgori.it/
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');

/* @group structure */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

a,
a:hover,
a:active,
a:focus {
	color: #666;
	text-decoration: none;
}

footer li a:hover,
p a:hover {
	text-decoration: underline;
}

.img-responsive {
	display: block;
	height: auto;
	width: 100%;
}

/* @end */

/* @group header */

header .container {
	position: relative;
}

.tophead ul,
header ul {
	list-style: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.tophead {
	background: #f4d34c;
	position: relative;
	z-index: 101;
}

.tophead ul li:hover,
.tophead ul li.current-menu-item {
	background: #a0a1a2;
}

.tophead ul li:hover a,
.tophead ul li.current-menu-item a {
	color: #fff;
}

body:before {
	content: '';
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	position: fixed;
	background: rgba(50,50,50,.75);
	z-index: 100;
}

.tophead ul {
	float: right;
}

.tophead ul li {
	display: inline-block;
	line-height: 50px;
	border-left: solid 1px #fff;
}

.tophead ul li:last-child {
	border-right: solid 1px #fff;
}

.tophead ul li a {
	font-size: 0.85em;
	color: #333;
	display: block;
	width: 150px;
	text-align: center;
}

.logo {
	margin: 20px 0;
	display: block;
	max-width: 330px;
}

.nav-menu-container {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 30px;
}

.nav-menu li {
	flex: 1;
	line-height: 50px;
	border-left: solid 1px #ccc;
	text-align: center;
	position: relative;
}

.nav-menu li:hover ul {
	display: block;
}

.nav-menu li ul {
	background: #a0a1a2;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 3000;
}

.nav-menu li ul li a {
	color: #fff;
}

.nav-menu li:last-child {
	border-right: solid 1px #ccc;
}

.nav-menu .current_page_item,
.nav-menu li:hover {
	background: #f9e79c;
}

.nav-menu li ul li {
	border: solid 1px #fff;
}

.nav-menu li ul li + li {
	border-top: none !important;
}

.nav-menu li ul li:hover a {
	color: #a0a1a2 !important;
}

.nav-menu li a {
	color: #333;
	display: block;
}

#toggle {
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 300;
	display: none;
	background: #000;
	height: 40px;
	width: 40px;
	padding: 0 8px;
	padding-top: 4px;
}

#toggle .line {
	background: #fff;
	height: 3px;
	margin-top: 6px;
}

.mobile-menu {
	display: none;
	background: #f4d34c;
}

.mobile-menu a {
	color: #fff;
	display: block;
	padding: 10px;
}

/* @end */

/* @group page */

hr {
	border: none;
	height: 1px;
	background: #f4d34c;
	margin: 40px 0;
}

.titlebar {
	background: #a0a1a2;
	color: #fff;
	text-align: center;
}

.titlebar h1 {
	font-weight: bold;
	font-size: 2rem;
	margin: 0;
	padding: 20px 0;
}

.entry-content {
	margin: 30px 0 60px;
}

.entry-content ul {
	list-style: none;
}

.entry-content ul li {
	text-indent: -20px;
	padding-left: 20px;
}

.entry-content ul li:before {
	content: '■';
	color: #f4d34c;
	margin-right: 10px;
}

.entry-content ul.list-email li:before {
	content: '';
	margin: 0;
}

.entry-content ul.list-email li {
	border-bottom: solid 1px #f4d34c;
	padding: 8px 0;
	text-indent: 0;
}

.entry-content ul.list-email li:after {
	content: '';
	cursor: pointer;
	display: block;
	float: right;
	background: url('images/list-email.png') no-repeat center;
	height: 21px;
	width: 28px;
}

.entry-content h1 {
	font-size: 3em;
	font-weight: 900;
}

.entry-content h2 {
	font-size: 2.5em;
	font-weight: 900;
}

.entry-content h3 {
	font-size: 2em;
	font-weight: 700;
}

.entry-content h4 {
	font-size: 1.5em;
	font-weight: 700;
}

.entry-content h5 {
	font-size: 1em;
	font-weight: 70000;
}

.entry-content ul,
.entry-content ol,
.entry-content p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.entry-content .complex-button {
	background: #f4d34c;
	position: relative;
	text-indent: 50px;
	display: block;
	color: #000;
	height: 50px;
	text-align: center;
	margin-bottom: 15px;
	padding: 12px 0;
	font-weight: bold;
}

.entry-content .complex-button:before {
	content: '';
	background: #fff url('images/complex-button.png') no-repeat center;
	border: solid 2px #f4d34c;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery {
	display: none;
}

/* @end */

/* @group footer */

footer {
	background: #eaebeb;
	font-weight: normal;
	padding: 30px 0;
}

.credits {
	background: #333;
	padding: 10px 0;
}

.credits p {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

.credits a {
	color: #f4d34c;
}

.credits a:hover {
	text-decoration: underline;
}

/* @end */

/* @group archive */

.page-template-page-appartamenti h1 {
	margin-bottom: 50px;
}

.page-template-page-appartamenti footer {
	margin-top: 50px;
}

.loop-appartamento {
	background: #eaebeb;
	padding: 20px;
	margin-bottom: 30px;
}

.loop-appartamento h2 {
	font-size: 1.5em;
	margin-bottom: 0;
}

.loop-appartamento .info {
	margin-bottom: 10px;
	font-weight: 500;
}

.loop-appartamento .price {
	font-weight: 500;
	float: left;
	font-size: 1.2em;
}

.loop-appartamento .exc {
	line-height: 1.2em;
}

.loop-appartamento .contact {
	float: right;
	background: #f4d34c;
	color: #000;
	font-size: 0.9em;
	padding: 5px 10px;
	border-radius: 5px;
	position: relative;
	top: -5px;
	text-transform: uppercase;
}

.loop-appartamento .type {
	font-weight: 500;
	text-transform: uppercase;
	color: #c42929;
}

.loop-appartamento .zone {
	font-weight: 500;
	text-transform: uppercase;
	color: #5b712c;
}

.loop-appartamento .sep {
	margin: 0 5px;
}

.relative {
	position: relative;
}

.zoom {
	background: url('images/zoom.png') no-repeat center;
	display: block !important;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	pointer-events: none;
}

.filter a {
	display: inline-block;
	color: #000;
	border: solid 2px #f4d34c;
	padding: 0 3px;
	margin: 0 3px;
	font-size: 0.9em;
}

.filter a.nuova-costruzione {
	float: right;
}

.filter a.active,
.filter a:hover {
	color: #fff;
	background: #f4d34c;
}

/* @end */

/* @group home */

.home .owl-slider {
	margin-top: -30px;
}

.home .owl-slider .slide {
	height: 50vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.home .owl-slider .slide .relative {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home .owl-slider .slide .relative .container {
	height: 100%;
}

.home .owl-slider .slide .relative .text {
	background: rgba(0,0,0,.25);
	height: 100%;
	color: #fff;
	text-align: center;
}

.home .owl-slider .slide .relative .text h2 {
	font-weight: bold;
	margin-bottom: 30px;
}

.home .owl-slider .slide .relative .text a {
	color: #fff;
	border: solid 1px #fff;
	padding: 10px 30px;
	display: inline-block;
	min-width: 250px;
	text-align: center;
	font-weight: bold;
}

.home .entry-content {
	margin: 50px 0;
}

.prefooter {
	background: #eaebeb;
	padding: 30px 0;
}

.prefooter h5 {
	margin-bottom: 15px;
}

.owl-proposte .owl-nav * {
	font-size: 2em;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.owl-proposte .owl-prev {
	left: -30px;
}

.owl-proposte .owl-next {
	right: -30px;
}

/* @end */

@media screen and (max-width: 992px) {

	footer .row > div {
		margin-bottom: 30px;
	}

	body:before {
		display: none;
	}


	.home .owl-slider .slide {
		height: 50vh;
	}

	#toggle {
		display: block;
	}

	.home .owl-slider {
		margin-top: 0;
	}

	.nav-menu-container,
	.tophead {
		display: none !important;
	}

	.logo {
		margin: 10px 0;
		max-width: 60vw;
	}

	.logo img {
		display: block;
		height: auto;
		width: 100%;
	}

	.entry-content ul.list-email li:after {
		display: none !important;
	}

	.loop-appartamento img {
		display: block;
		margin-bottom: 15px;
	}

	.owl-proposte .owl-nav {
		display: none !important;
	}

	.entry-content ul li:before {
		font-size: 0.8em;
	}

}
