/*
	Theme Name: Wanza
	Version: 1.0
	Author: Smode Webbyrå (http://www.smode.se/)
	Description: Based on HTML5 Blank WordPress Theme Version: 1.4.3 by Todd Motto (@toddmotto) http://toddmotto.com
*/

@import url(css/bootstrap.css);

/*------------------------------------*\
    GOLBAL
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #909090;
	border-top: 2px solid #F04A26;
	
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
	clear: both;
    *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #5D5D5D;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	outline: 0;
	color: #F04A26;
	text-decoration: none;
	
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
input:focus {
	outline: 0;
	border: 1px solid #F04A26;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #5D5D5D;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.site-wrapper {
	max-width: 1030px;
	width: 100%;
	margin: auto;
	position: relative;
	padding: 0 15px;
}

.main-image {
	min-width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 5px;
}
	.main-image img {
		min-width: 100%;
		max-height: 470px;
	}
	
.multi-img .row div {
	padding: 5px !important;
}
.multi-img .mega-img img {
	min-width: 100%;
	min-height: 260px;
}
.multi-img .mini-img img {
	min-height: 145px;
	min-width: auto;
}
.multi-img .row {
	margin-right: -5px;
	margin-left: -5px;
}
	
.icon-arrow {
	background-image: url('img/icon-arrow.png');
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
    width: 15px;
    height: 15px;
}
.read-more {
	font-size: 25px;
}
.date {
	color: #F04A26;
	font-size: 17px;
}
.huge-heading {
	font-size: 50px;
	color: #F04A26;
}
.big-heading {
	font-size: 35px;
	color: #F04A26;
}
.no-widget-title {
	display: none;
}
.text-small {
	font-size: 13px;
}
.box-border-top {
	padding-top: 30px;
	border-top: 1px solid #C3C3C3;
}
.box-border-bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid #C3C3C3;
}
.footer-border-top {
	padding-top: 30px;
	border-top: 1px solid #676767;
}

#google-map iframe {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.extra-ptop {
    margin-top: 20px;
}

#news {}
	#news #post {
		background-color: #F3F3F3;
		padding: 15px;
		margin-bottom: 15px;
	}
	#news h3 {
		font-size: 17px;
	}
	#news a {
		color: #5D5D5D;
	}
	#news a:hover {
		color: #484848;
	}
	
	.archive {
		max-height: 940px;
		height: 100%;
		overflow: auto;
	}
	.archive .archive-title {
		font-size: 20px;
		color: #fafafa;
		padding: 15px;
		background-color: #F04A26;
	}
	.archive,
	.archive .date {
		font-size: 14px;
	}

#top {
	padding: 5px 0 0 0;
	background: #FAFAFA;
	text-align: right;
	height: 35px;
}
	#top .icon {
		display: none !important;
		
		width: 25px;
		height: 25px;
		display: inline-block;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#top .f {
		background-image: url('img/sfb.png');
	}
	#top .l {
		background-image: url('img/lin.png');
	}

#header {}
		
		#nav .inactive,
		#footer .inactive {
			display: none !important;
		}

		#nav .desktop-menu {
			margin-top: 28px;
		}
		#nav .desktop-menu a:hover {
			color: #5D5D5D;
		}
		#nav .desktop-menu .current_page_item > a {
			color: #F04A26;
		}
		#nav .desktop-menu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			float: right;
			position: relative;
		}
			#nav .desktop-menu ul li {
				float: left;
				margin-left: 15px;
			}
		#nav .desktop-menu .sub-menu {
			margin-top: 7px;
			position: absolute;
			right: 0;
			display: none;
		}
		#nav .desktop-menu .current_page_item .sub-menu {
			display: block;
		}
			#nav .desktop-menu .sub-menu li {
				font-size: 13px;
				margin-right: 5px;
				padding-right: 5px;
				margin-left: 0;
				border-right: 2px solid #D2D2D2;
			}
			#nav .desktop-menu .sub-menu li:last-child {
				border-right: 0px solid #fff;
			}
			#nav .desktop-menu .sub-menu a {
				cursor: pointer;
			}
			
	.mobile-menu-button-wrap {
		width: 100%;
		height: 35px;
		position: relative;
		clear: both;
	}
		.mobile-menu-button {
			width: 40px;
			float: right;
			cursor: pointer;
		}
			.mobile-menu-button div {
				background-color: #F04A26;
				margin-bottom: 5px;
				height: 5px;
				width: 100%;
			}
		
		#nav .mobile-menu {
			display: none;
		}
			
		#nav .mobile-menu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			float: none;
			width: 100%;
		}
		#nav .mobile-menu ul li {
			float: none;
			margin-left: 0px;
		}
		#nav .mobile-menu a {
			padding: 7px;
			background-color: #4C4A46;
			color: #fff;
			width: 100%;
			display: inline-block;
		}
		#nav .mobile-menu a:hover {
			background-color: #65635F;
			color: #fff;
		}
		#nav .mobile-menu .current_page_item > a {
			color: #fff;
			background-color: #F04A26;
		}
		#nav .mobile-menu .sub-menu {
			margin-top: 0;
			position: relative;
			display: none;
		}
		#nav .mobile-menu .current_page_item .sub-menu {
			display: block;
		}
		#nav .mobile-menu .sub-menu li {
			margin-right: 0;
		}
		#nav .mobile-menu .sub-menu a {
			background-color: #65635F;
			color: #fff;
		}
		#nav .mobile-menu .sub-menu a:hover {
			background-color: #7B7A76;
			color: #fff;
		}

#front-page {}

	#front-page .puff-wrapper h2 {
		font-size: 25px;
	}
	#front-page .puff-wrapper a {
		color: #5D5D5D;
	}
	#front-page .puff-wrapper a:hover {
		color: #484848;
	}
	#front-page .puff-wrapper img {
		margin-bottom: 25px;
	}
	
#threesections-page {}
	
#services-page {}

	#services-page .tabs {
		width: 100%;
		display: inline-block;
	}
		#services-page .tab-links {
			margin: 0;
			margin-bottom: 30px;
		}
		#services-page .tab-links:after {
			display: block;
			clear: both;
			content: '';
		}
		#services-page .tab-links li {
			float: left;
			list-style: none;
			width: 320px;
			padding-bottom: 20px;
		}
			#services-page .tab-links a {
				display: inline-block;
				font-size: 16px;
				font-weight: 600;
				transition: all linear 0.15s;
			}
			#services-page .tab-links a:hover {
				text-decoration: none;
			}
			#services-page .tab-links .active a {
				color: #F04A26;
			}
	 
		#services-page li.active a {
			color: #4c4c4c;
		}
		#services-page li.active a:hover {
			color: #F04A26;
		}
		#services-page .tab-content {
		}
			#services-page .tab {
				display: none;
			}
			#services-page .tab:first-child {
				display: block;
			}
			#services-page .tab.active {
				display: block;
			}
		#services-page .propertysample .propert-mainimg {
			max-height: 200px;
			overflow: hidden;
		}
		#services-page .propertysample dl {
			margin-bottom: 5px;
		}
		#services-page .propertysample .property-tumbnails .gallery-caption {
			display: none !important;
		}
		#services-page .propertysample .property-tumbnails img {
			max-height: 60px;
			border: 2px solid #fff;
		}
		#services-page .propertysample .property-tumbnails img:hover {
			opacity: 0.7;
		}
			
#approach-page {}
			
#usefulinfo-page {}

	.usefulinfo-time {
		margin-left: -5px;
	}
	.usefulinfo-date {
		color: #5D5D5D;
		font-size: 17px;
	}
	.usefulinfo-currency td, th {
		padding: 10px;
	}
	#practical-info #post {
		background-color: #F1F1F1;
		margin-bottom: 15px;
		padding: 15px 0;
		
		-webkit-transition: 500ms;
		-moz-transition: 500ms;
		-o-transition: 500ms;
		transition: 500ms;
	}
	#practical-info #post:hover {
		background-color: #DDD;
	}
	#practical-info img  {
		max-width: 50px;
	}
	#practical-info h2  {
		font-size: 20px;
		color: #f04a26;
		margin-bottom: 0;
	}
	#practical-info h3  {
		margin-bottom: 0;
	}
	#practical-info .practicalinfo-pdf {
		text-align: right;
	}
	
#contact-page {}

	#contact-page .big-link {
		font-size: 25px;
	}

	#contact-page #contactform input[type="submit"] {
		background-image: url('img/icon-arrow.png');
		background-size: 15px;
		background-position: right;
		background-repeat: no-repeat;
		background-color: white;
		border: none;
		padding: 0;
		padding-right: 20px;
		margin: 0;
		font-size: 25px;
		color: #5D5D5D;
		-webkit-transition: 500ms;
		-moz-transition: 500ms;
		-o-transition: 500ms;
		transition: 500ms;
	}
	#contact-page #contactform input[type="submit"]:hover {
		color: #F04A26;
	}
	#contact-page #contactform input[type="text"],
	#contact-page #contactform input[type="email"],
	#contact-page #contactform textarea {
		width: 100%;
		padding: 7px 15px;
		border: 1px solid #ddd;
		border-radius: 2px;
	}
	#contact-page #contactform textarea {
		height: 212px;
	}
	span.wpcf7-not-valid-tip {
		color: #C10909;
		font-size: 13px;
		display: block;
	}
	div.wpcf7-response-output {
		margin: 30px 0;
		padding: 15px;
		text-align: center;
	}
	div.wpcf7-mail-sent-ok {
		color: #3c763d;
		border: none;
		background-color: #DFF0D8;
	}
	div.wpcf7-mail-sent-ng {
		color: #a94442;
		border: none;
		background-color: #f2dede;
	}
	div.wpcf7-validation-errors {
		color: #8a6d3b;
		border: none;
		background-color: #FCF8E3;
	}
	
#footer {
	background-color: #4C4A46;
	padding: 30px 25px;
	color: #B5B5B5;
}
	#footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#footer .footer-menu > ul > li {
			float: left;
			margin-right: 70px;
			margin-bottom: 22px;
		}
		#footer .footer-menu > ul > li:last-child {
			margin-right: 0px;
		}
		#footer .footer-menu a {
			margin-bottom: 5px;
			display: block;
		}
	#footer .sub-menu {
		display: block;
	}
		#footer .sub-menu li {
			font-size: 13px;
			float: none;
		}
		#footer .sub-menu a {
			color: #B5B5B5;
		}

	#footer .footer-contact .heading {
		font-size: 15px;
	}
	#footer .footer-contact ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#footer .footer-contact > ul > li {
			float: left;
			margin-right: 22px;
			margin-bottom: 22px;
		}
	#footer img {
		max-width: 220px;
	}
	#footer a {
		color: #FAFAFA;
	}
	#footer a:hover {
		color: #F04A26;
	}
	#footer p {
		margin-bottom: 5px;
	}
	#footer p,
	#footer .footer-small-text a {
		font-size: 13px;
		color: #B5B5B5;
	}
	#footer .footer-small-text a:hover {
		color: #F04A26;
	}
	#footer .footer-big-text {
		font-size: 15px !important;
		margin-bottom: 2px;
	}
	#footer h2 {
		color: #FAFAFA;
		margin-bottom: 35px;
	}
	#footer h3 {
		display: none;
	}
	#footer .footer-copyright {
		text-align: right;
		color: #B5B5B5;
		font-size: 13px;
	}
	
	
/*------------------------------------*\
    BOOTSTRAP STYLES
\*------------------------------------*/

.row-no-margin {
    margin-left: 0;
	margin-right: 0;
}

.row-mb {
	margin-bottom: 30px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width:1280px) {

}
@media (max-width:1140px) {

}
@media (max-width:1024px) {
}
@media (max-width:991px) {
	#services-page .propertysample .property-tumbnails img {
		max-height: 130px;
	}
}
@media (max-width:785px) {
	.multi-img .mega-img img {
		min-height: 80px;
	}
	.multi-img .mini-img img {
		min-height: 45px;
	}
}
@media (max-width:768px) {
	#services-page .propertysample .property-tumbnails img {
		max-height: 100px;
	}
	.multi-img .mega-img img {
		min-height: 80px;
	}
	.multi-img .mini-img img {
		min-height: 45px;
	}
}
@media (max-width:700px) {
	#footer .footer-menu > ul > li {
		float: none;
	}
}
@media (max-width:480px) {
	#services-page .propertysample .property-tumbnails img {
		max-height: 80px;
	}
	.multi-img .mega-img img {
		min-height: 80px;
	}
	.multi-img .mini-img img {
		min-height: 45px;
	}
}
@media (max-width:320px) {
	#services-page .propertysample .property-tumbnails img {
		max-height: 50px;
	}
	.multi-img .mega-img img {
		min-height: 80px;
	}
	.multi-img .mini-img img {
		min-height: 45px;
	}
}

/*------------------------------------*\
    MISC.
\*------------------------------------*/

::selection {
	background: #F04A26;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #F04A26;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #F04A26;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}