/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* stängt av ny blockquote
.entry-content blockquote {
	quotes: "\201D""\201D""\2019""\2019";
}

blockquote:before {
	content: open-quote;
	font-size: 3em;
	line-height: 1em;
	vertical-align: -.3em;
}

blockquote:after {
	content: close-quote;
}

blockquote p {
	display: inline;
	font-size: 16px !important;
	font-size: 1rem !important;
}
*/
.widget_zuki_recentposts_color .bg-wrap {
	background: #fff2dd;
}

.tagcloud a {
	color: #b4293a;
}

.widget_recent_entries a {
	color: #b4293a;
}

.widget_recent_entries {
	color: #b4293a;
}

.widget_categories a {
	color: #b4293a;
}

.widget_categories {
	color: #b4293a;
}

/* Vy 1 */
.v1Cat {
	min-width: 25%;
	max-width: 25%;
	float: left;
	padding: 0 6% 0 0;
	margin: 10px 0;
	min-height: 200px;
}

.v1Cat img {
	width: 100%;
	height: auto;
}

.v1CatTitle {
	font-size: 18px;
}

/* Vy 2*/
.v2ImgBox {
	width: 30%;
	max-width: 30%;
	height: auto;
	float: left;
	min-height: 108px;
}

.v2TextBox {
	color: black;
	float: left;
	width: 65%;
	height: auto;
	text-align: left;
	font-size: 12px;
	font-size: .75rem;
	padding-left: 4%;
}

.v2TextBox p {
	margin: 10px 0;
}

.v2PropTitle {
	display: inline-block;
	color: #fb7e33;
	font-size: 12px;
	font-size: .75rem;
	margin: 0;
}

.v2LatTitle {
	font-style: italic;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: 1px;
	margin: 0;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	text-align: center;
}

.v2SweTitle {
	color: #b4293a;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	text-align: center;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.v2Rule {
	background-color: #b4293a;
	height: 1px;
	margin: 10px 0;
	border: 0;
	clear: both;
}

body.post-type-archive-vaxt article {
	min-width: 46%;
	max-width: 46%;
	min-height: 149px;
	display: inline-block;
	padding: 1.5%;
	border: 2px solid #ccc;
	margin: 0 2% 2% 0;
	vertical-align: top;
}

body.post-type-archive-vaxt #filter-wrap {
	float: left;
	width: 20%;
}

body.post-type-archive-vaxt #primary {
	width: 56%;
	float: left;
}

/* Vy 3 */
.v3PropTitle {
	color: #fb7e33;
	font-size: 14px;
	margin-bottom: 5px;
	padding-right: 5px;
}

.v3LatTitle {
	font-style: italic;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 0 12px;
	text-align: center;
}

.v3SweTitle {
	color: #b4293a;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 12px;
	text-align: center;
}

.single-vaxt #primary {
	width: 70%;
	float: left;
}

.single-vaxt #primary div.entry-content {
	display: inline-block;
	max-width: 45%;
	width: 45%;
	margin-left: 3%;
}

.single-vaxt #primary div.entry-content p {
	margin: 10px 0;
}

.single-vaxt #primary div.entry-thumbnail {
	display: inline-block;
	vertical-align: top;
}

.single-vaxt #primary div.entry-images {
	display: inline-block;
	width: 45%;
	max-width: 45%;
	vertical-align: top;
}

.v3Rule {
	background-color: #b4293a;
	height: 1px;
	margin: 15px 0;
	border: 0;
	clear: both;
}

/* Responsive Structure
----------------------------------------------- */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.v1Cat {
		min-width: 41%;
		max-width: 41%;
		padding: 0 4%;
		margin: 20px 0;
		min-height: 150px;
	}
	
	body.post-type-archive-vaxt article {
		min-width: 95%;
		max-width: 100%;
		width: 100%;
		display: inline-block;
		padding: 2%;
		border: 2px solid #ccc;
		margin: 0 0 5%;
	}
	
	body.post-type-archive-vaxt #filter-wrap {
		width: 40%;
	}
	
	body.post-type-archive-vaxt #primary {
		float: left;
		width: 60%;
	}
	
	.v2TextBox {
		font-size: 12px;
		font-size: .75rem;
	}
	
	.v2PropTitle {
		font-size: 12px;
		font-size: .75rem;
	}
	
	.v2LatTitle {
		font-size: 16px;
		font-size: 1rem;
	}
	
	.v2SweTitle {
		font-size: 16px;
		font-size: 1rem;
	}
	
	.single-vaxt #primary {
		width: 85%;
		float: left;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
	.v1Cat {
		min-width: 41%;
		max-width: 41%;
		padding: 0 4%;
		margin: 20px 0;
		min-height: 150px;
	}
	
	body.post-type-archive-vaxt article {
		min-width: 95%;
		max-width: 100%;
		width: 100%;
		display: inline-block;
		padding: 2%;
		border: 2px solid #ccc;
		margin: 0 0 5%;
	}
	
	body.post-type-archive-vaxt #filter-wrap {
		width: 100%;
	}
	
	body.post-type-archive-vaxt #primary {
		float: left;
		width: 100%;
	}
	
	.v2TextBox {
		font-size: 12px;
		font-size: .75rem;
	}
	
	.v2PropTitle {
		font-size: 12px;
		font-size: .75rem;
	}
	
	.v2LatTitle {
		font-size: 16px;
		font-size: 1rem;
	}
	
	.v2SweTitle {
		font-size: 16px;
		font-size: 1rem;
	}
	
	.single-vaxt #primary {
		width: 100%;
		float: left;
	}
	
	.single-vaxt #primary div.entry-content {
		display: inline-block;
		max-width: 95%;
		width: 95%;
		margin-left: 3%;
	}
	
	.single-vaxt #primary div.entry-content p {
		margin: 10px 0;
	}
	
	.single-vaxt #primary div.entry-thumbnail {
		display: inline-block;
		vertical-align: top;
	}
	
	.single-vaxt #primary div.entry-images {
		display: inline-block;
		width: 95%;
		max-width: 95%;
		vertical-align: top;
	}
}

/* 151104 Magnus Strand added to hide sub-menus for Mobile menu */
/* 200129 Kalle turned it off */
/*@media screen and (max-width: 1259px) {
	#site-nav ul ul.sub-menu {
		display: none !important;
		color: #AA1124;
	}
*/
.nav-menu a {
	color: #AA1124;
	font-family: 'Varela Round', sans-serif;
/*wändels röd menytext*/
}	
}

/*Design för menyrad - backgrundsfärg, textfärg, teckensnitt */
@media screen and (min-width: 1260px) {
	.nav-menu {
		background-color: #fff !important;
	/*vit bakgrund*/
		height: 50px;
		font-family: 'Varela Round', sans-serif;
	/* Gammal design för @media screen med röd ruta och gradient
																		background-color: #b4293a !important;
																		background: -webkit-linear-gradient(#AA1124,#581215);
																		background: linear-gradient(#AA1124,#581215);
																		height: 50px; 
																*/
	}
	
	.nav-menu a {
		color: #AA1124;
	/*wändels röd menytext*/
	}
	
	#site-nav ul li {
		height: 50px;
	}
	
	#site-nav ul li a:hover {
	/*förändrar menyradens utseende när muspekaren är över */
		color: rgb(237,110,46);
	/*text: wändels orange*/
		border-bottom: 5px solid rgb(170,17,36);
	/*understreck: wändels röd*/
	}
}

/*undermeny*/
.sub-menu a {
	color: #AA1124;
/*wändels röd undermeny-text*/
}

#site-nav li li:hover > a {
	border-bottom: none;
	background: #fff;
}

#site-nav ul.sub-menu a:hover,
	#site-nav ul.children a:hover {
	color: #ED6E2E;
}

#site-nav ul li a {
	font-size: 23px;
	font-size: 1.4rem;
}

#site-nav ul li:hover > ul {
	display: block;
	border-left: 1px solid transparent;
}

/*slut undermeny*/
#site-nav {
	padding: 0;
}

#site-banner img {
	vertical-align: bottom;
	margin: 0;
}

/*minskar padding*/
.page .site-content .page, .search-no-results .site-content .page, .error404 .site-content .page {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 0 solid #ccc;
}

@media screen and (min-width: 767px)
.page .site-content .page {
	
}

/*slut minskar padding*/