/*	Mama
	by Kal Ström
	v. 2015-06-16
	Edited 2015-06-25 by OA
*/

@import url(http://fonts.googleapis.com/css?family=Paytone+One);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*	Resets
	------	*/

/*	Typography presets
	------------------	*/

a
{
	color: inherit;
	text-decoration: none;
}

	a:hover,
	a:hover *,
	a:focus,
	a:active,
	a:active *
	{
		text-decoration: none;
	}
	
	.content-section a
	{
		color: #ff66a3;
	}
	
/*  @group buttons */

.btn
{
	font-weight: normal;
	font-family: Montserrat, Arial, sans-serif;
	border-radius: 5px;
}

.btn-primary,
a.btn-primary
{
	color: #fff;
	box-shadow: inset 2px 2px 5px #000;
	text-shadow: 1px 1px 3px #000;
	border: 1px solid #000;
}

.btn-primary,
a.btn-primary
{

	color: #fff;
	box-shadow: inset 2px 2px 5px #000;
	text-shadow: 1px 1px 3px #000;
	border: 1px solid #000;
	background: -moz-linear-gradient(top,  #424242 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #424242 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #424242 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #424242 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #424242 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.mama .btn-gray
{
	
}

.mama .btn-red
{
	color: #fff;
	box-shadow: inset 2px 2px 5px #000;
	text-shadow: 1px 1px 3px #000;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(top,  #424242 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424242), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #424242 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #424242 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #424242 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top,  #424242 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

input[type="text"],
textarea,
input[type="submit"],
input[type="button"]
{
	font-family: Montserrat, Arial, sans-serif;
	font-weight: normal;
}

/* @end */

/* Selection colours (easy to forget) */

::selection 	 	{background: #ff66a3; color: #fff;}
::-moz-selection 	{background: #ff66a3; color: #fff}
img::selection 		{background: transparent; color: #fff}
img::-moz-selection	{background: transparent; color: #fff}
body {-webkit-tap-highlight-color: #ff66a3;}



/*		Default Layout: 992px. 
------------------------------ */

body
{
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	font-family: Montserrat, Arial, sans-serif;
	
	background: #fff;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Montserrat, Arial, sans-serif;
}

#page-wrapper
{
	background: #fff;
	box-shadow: none;
}

.body-wrapper
{
	border: 1px solid #dfdfde;
	border-top: none;
	margin-left: -1px;
	margin-right: -1px
}


/* @group .logo */

.header-wrapper
{
	background: #fff; /* Old browsers */
}

	.blogo
	{
		float: left;
	}

	.logo .logo-img
	{
		margin: 0 auto 0;
		display: block;
		max-width: 100%;
	}
	

	.header-teasers .span-2 img
	{
		max-width:450px;
		margin:0px 0 0 20px
	}
	

/*		Tablet Layout: 768px.
--------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.header-teasers .span-2
	{
		width: 370px;
	}
	
	.header-teasers .span-2 img
	{
		max-width: 350px;
	}
	
	.header-wrapper .span-2.logo img
	{
		height: auto;
		max-width: 370px;
		margin: 16px 10px;
	}
	
}



/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
			
	.header-wrapper
	{
		height: 80px;
		padding: 0;
		width: 100%;
		border-bottom: 4px solid #ff66a3;
		position: relative;
	}
		
		.header-wrapper .span-2
		{
			display: none;
			margin-top: 0;
		}
		
		.span-2 img {
			max-width:370px;
			margin:32px 0 0 0px;
		}

		.header-wrapper .logo
		{
			display: block;
			margin: 10px auto 0 12.75%;
			max-height: 80px;
			height: 80px !important;
			margin-top: 0;
			width: auto;
			float: left;
			text-align: center;
		}
		
			.header-wrapper .logo img
			{
				margin: 0;
				height: 80px;
				max-height: 80px;
				display: inline-block;
			}
			
	.menu-button
	{
/*
		bottom: 0;
		position: absolute;
		top: auto;
*/
		background: transparent;
		background: #ff66a3;
	}
	
	.menu-button a
	{
		background: transparent url(http://www.mama.nu/Static/grid/images/menu-button.png) no-repeat 50% 50%;
		border-bottom: none;
		padding: 10px 5px;
		display: block;
		background-size: 30px;
	}
}


/*		Wide Mobile Layout: 480px.
--------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
		
}



/* @end */



/* @group .figure */

/* @end */

/* @group .nav-wrapper */

.nav-wrapper
{
	background: #ff66a3;
	font-weight: 300;
	line-height: 1.2308;
	font-size: 16px;
	position: relative;
}

	.main-nav,
	.secondary-nav
	{
		background: #ff66a3;
	}

	.nav-wrapper li
	{
		text-align: center;
		text-transform: uppercase;
		position: relative;
	}
	
	.nav-wrapper ul > li a
	{
		display: block;
		padding: 9px 10px 8px;
	}
	.nav-wrapper a
	{
		color: #fff;
		display: block;
		padding: 10px 15px;
		letter-spacing: 0;
	}
	
		.nav-wrapper a:hover
		{
			text-shadow: 0 0 10px #fff;
		}
		
		.nav-wrapper .home a
		{
			padding-left: 20px;
			background: transparent url(../images/blog-home.png) left center no-repeat;
		}
		
	.nav-wrapper .nav-label
	{
		color: #fff;
	}
	
		.secondary-nav .nav-label
		{
			color: #fff;
			padding: 10px 15px;
			letter-spacing: 1px;
			margin-left: -140px;
			width: 110px;
		}
		
		.nav-wrapper .nav-logo a
		{
			padding: 0;
			margin: 6px 15px 3px 25px;
		}
	
	.secondary-nav
	{
		z-index: 200;
		position: relative;
	}
	
		.is-dropdown
		{
			position: absolute;
			background: #ff66a3;
			color: #fff;
			text-align: left;
			width: 430px;
			right: 0;
			padding-bottom: 12px;
			border-top: none;
			z-index: 100;
	box-shadow: 0 2px 3px #999;
		}
		
		.search-nav .is-dropdown li
		{
			width: 190px;
			border: none;
			text-align: left;
			border-bottom: none;
			margin: 0 12px;
			padding: 5px 0;
			text-transform: none;
			line-height: 20px;
		}
		
		.search-nav a
		{
			border: none;
			border-top: none;
			border-left: none;
			padding: 8px 0;
		}
		
			.search-nav li:first-child a
			{
				border-left: none;
			}
			
			.search-nav .has-dropdown > a
			{
				background: transparent url(../images/search-filter-button.png) 5px 7px no-repeat;
				padding-left: 30px;
			}
			
			.has-dropdown.active a
			{
				border-top: none;
				border-bottom: none;
				border: none;
				z-index: 1000;
				position: relative;
			}
			
			.search-nav .has-dropdown.is-selected > a
			{
				background: transparent url(../images/search-filter-button.png) 5px -117px no-repeat;
			}
						
		.is-dropdown label
		{
		}
		
.main-nav.sticky
{
	position: fixed;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 3px #999;
}
		
.secondary-nav.sticky
{
	position: fixed;
	top: 0;
	z-index: 200;
	box-shadow: 0 0 3px #999;
}

/*		Tablet Layout: 768px.
--------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.nav-wrapper
	{
		font-size: 13px;
	}
	
	.nav-wrapper a
	{
		padding: 10px 9px;
		letter-spacing: 0;
	}
	
	
	
}

/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	

.nav-wrapper
{
	height: auto;	
}

	.nav-wrapper li
	{
		text-align: center;
		text-transform: uppercase;
		position: static;
	}
	
	.nav-wrapper li a
	{
		letter-spacing: 0;
		border-bottom: 1px solid #fff;
	}

	.is-dropdown
	{
		width: 100%;
	}

	.main-nav
	{
		display: none;
	}

		.nav-wrapper.active .main-nav,
		.nav-wrapper.active .secondary-nav
		{
		}

}

/* @end */

/* @group .page-nav */

.page-nav
{
	font-family: Montserrat, Arial, sans-serif;
	font-weight: bold;
}

/* @end */

	/* .footer-nav */
	
	.footer-nav
	{
		background: #ff66a3;
		margin-bottom: 0;
		overflow: hidden;
		padding: 10px;
		margin-bottom: 10px;
		z-index: 10;
		position: relative;
	}
	
		.footer-nav a,
		.footer-nav .pager-current-page,
		.footer-nav b
		{
		  padding: 2px 10px 2px 10px;
		  display: block;
		  float: left;
		}
		
			.footer-nav a
			{
				color: #fff;
			}
		
			.footer-nav b,
			.footer-nav .pager-current-page
			{
				color: #000;
			}
		
		.footer-nav .nav-left-link,
		.footer-nav .nav-right-link
		{
			text-transform: uppercase;
		}

		.footer-nav .nav-right-link
		{
			float: right;
		}
	
		.footer-nav li
		{
			display: inline;
			float: left;
		}
		

/* mama hot fix 2012-12-19  */

.footer-nav li
{
	display: block;
	float: left;
	list-style: none;
}

.footer-nav a,
.footer-nav .pager-current-page,
.footer-nav b
{
  padding: 2px 10px 2px 10px;
  display: block;
  float: left;
}

.footer-nav a
{
	color: #fff;
}



.footer-nav .pager-current-page,
.footer-nav b
{
	color: #000;
}

/* / hot fix */
	
	/* @end */

	/* @group .article-nav */

	.article-nav
	{
	}

		.article-nav .widget
		{
			background: transparent url(../img/diagonal.png);
			font-weight: normal;
			font-family: Montserrat, Arial, sans-serif;
		}

	/* @end */

/* @group .teaser-group */

.teaser-group
{
	margin: 20px 0;
	overflow: hidden;
}

/* @end */

/* @group .blog-teaser */

.blog-nav .nav-teaser
{
	border: 1px solid #818181;
	border-right: none;
	margin-left: -1px;
}

.blog-nav
{
	clear: both;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfdfde;
	border-left: none;
	border-right: none;
	margin-top: 5px;
}

	.blog-nav .teaser-group
	{
		margin: 0 0 0;
		overflow: hidden;
	}
	
/* @group .teaser-group */

	.teaser-group > .nav-teaser
	{
		display: block;
		float: left;
	}
	
	.blog-nav .nav-teaser
	{
		position: relative;
	}
	
		.blog-nav .nav-teaser a > img
		{
			display: block;
		}
	
		.blog-nav .figcaption
		{
			position: absolute;
			bottom: 5px;
			padding: 0;
			color: #fff;
			font-size: 15px;
			margin: 0 10px;
			max-width: 100%;
		}
		
			.blog-nav .figcaption blockquote
			{
				background: #fff;
				background: rgba(255,255,255,0.9);
				color: #000;
				margin: 0 10px 0 0;
				font-size: 14px;
				font-weight: normal;
				text-align: left;
				padding: 5px;
				bottom: 70px;
				float: left;
			}
		
			.blog-nav .figcaption .fn
			{
				color: #ff66a3;
			}
		
				.blog-nav .figcaption .given-name,
				.blog-nav .figcaption .family-name
				{
					background: #fff;
					font-size: 19px;
					font-weight: normal;
					font-family: 'Paytone One', Arial, sans-serif;
					padding: 0 3px;
					clear: left;
					display: block;
					float: left;
				}
				
				
							
			.blog-nav .nav-teaser a
			{
				color: #fff;
			}
			
			.blog-nav .nav-teaser:first-child + .nav-teaser a,
			.blog-nav .nav-teaser:first-child + .nav-teaser + .nav-teaser + .nav-teaser a
			{
				color: #000;
			}
			
			.blog-nav b
			{
				display: block;
			}
			

/*		Tablet Layout: 768px.
--------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	

	.teaser-group .nav-teaser
	{
		width: 185px;
		height: auto;
	}
	
	.blog-nav .figcaption blockquote
	{
		margin: 0 12px 0;
		font-size: 14px;
		padding: 5px;
		width: 150px;
	}
	
	.blog-nav .figure,
	.blog-nav .figure a
	{
		width: 185px !important;
	}
	
	
	
	
}

/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
.teaser-group
{
	overflow: hidden;
}
	
	.blog-nav
	{
		clear: both;
		overflow: hidden;
		border: 1px solid #dfdfde;
		border-left: none;
		border-right: none;
		margin-top: 5px;
		background: #f2f2f4 url(../images/noise.png);
	}
	
	.blog-nav-pager,
	.blog-nav-pager .pagination
	{
		background: transparent;
	}
	
	.blog-nav .teaser-group
	{
		height: 140px;
		border-bottom: none;
		background: none;
	}

	.blog-nav .nav-teaser
	{
		border: none;
		box-shadow: 0 0 3px #999;
		margin: 2% 2% 2.5%;
		background: #fff;
		padding: 3px 0;
		width: 96%;
		height: 120px;
	}
	
	.blog-nav .figure
	{
		float: left;
	}
	
		.blog-nav .figure img
		{
			margin: 0;
		}
	
	.blog-nav .figcaption
	{
		width: auto;
		bottom:  auto;
		top: 20px;
		left: 40%;
		margin: 0;
	}
	
	.blog-nav .figcaption blockquote
	{
		position: static;
		margin: 0 0 0 0;
		padding: 0;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		max-height: 44px;
		line-height: 21px;
	}
	
	.blog-nav .figcaption .fn
	{
		line-height: 20px;
	}
	
	.blog-nav.active
	{
	}
	
		
}



/*		Wide Mobile Layout: 480px.
--------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	.blog-nav .figure
	{
		float: left;
		width: 24%;
	}
	
	.blog-nav .figcaption
	{
	}

}



/* @end */

/* @end */

/* @group ads */

.ad
{
}

	.ad-wrapper .caption,
	.ad-wrapper-first .caption
	{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 9px;
		border-top: 1px solid #efefef;
	}
	
	/*		Mobile Layout: 320px.
	--------------------------------------------- */
	
	@media only screen and (max-width: 767px) {

		.ad-wrapper .caption
		{
			background: #fff;
		}	

	}

	.ad img
	{
	}

/* @end */

/* @group .contrast-hook */

.contrast-hook
{
}

	.contrast-hook .line-1
	{
		letter-spacing: -1px;
	}
	
	.contrast-hook .line-2
	{
		font-weight: 300;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

/* @group .contrast-hook */

.contrast-hook-1
{
	background: #ff66a3;
}

	.contrast-hook-1 .contrast-content
	{
		background: url(../images/mama-contrast-checkout.png) 0 10px no-repeat;
		font-weight: 300;
		padding-left: 350px;
		font-size: 20px;
	}
	
.contrast-hook-2
{
	background: #ff66a3;
}

.contrast-hook-3
{
	background: #ff66a3;
}

.contrast-hook-4
{
	background: #000;
	font-weight: 300;
}

.contrast-hook-5
{
	background: #000;
}

.contrast-ad-hook-1
{
}


/*		Tablet Layout: 768px.
--------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.contrast-hook-1 .contrast-content
	{
		background: url(../img/contrast-checkout.png) left 20px no-repeat;
		font-weight: 300;
		background-size: 30%;
	}

}



/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	.contrast-hook
	{
		display: none;
	}
	
}



/*		Wide Mobile Layout: 480px.
--------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
		
}

/*	Retina media query.
--------------------------------------------- */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	
}

/* @end */



/* @end */

.footer-wrapper,
.footer-wrapper h2
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.footer-area a
{
	color: #ff66a3;
}

.footer-wrapper.load
{
	background: #fefefe;
	clear: both;
	border: 1px solid #efefef;
	margin: 10px 0;
	padding: 10px;
	color: #999;
	text-align: center;
	font-size: 13px;
}

/* @group .contest-wrapper */

.contest-list .contestant
{
	box-shadow: 0 0 5px #aaa;
}

.contest-list .contestant h2
{
	color: #ff66a3;
}


/* @end */

/* @group .section-wrapper */

.section-wrapper
{
	overflow: hidden;
}

	.section-wrapper.comments
	{
		background: #d3d3d3 url(../images/noise.png);
	}

/* @end */

/* @group Teasers & grid */

.teaser
{
	background: #fff;
	box-shadow: 0 0 3px #999;
}

	.teaser a
	{
	}

	.teaser img
	{
	}

	.excerpt
	{
		font-family: Montserrat, Arial, sans-serif;
	}
	
/* @group Teaser 1 */

.t-l
{
	background: #ff98be;
}

	.t-l .excerpt
	{
		padding-top: 7px;
	}

	.t-l h1
	{
		font-weight: 300;
		font-size: 29px;
		color: #fff;
		text-align: center;
		text-shadow: 1px 1px 1px #666;
		letter-spacing: -1px;
	}
	
	.t-l .figure
	{
		border-bottom: 1px solid #fff;
	}

/* @end */

/* @group Teaser 2 */

.t-s
{
	
}

	.t-s .excerpt h1
	{
		font-weight: normal;
		color: #ff66a3;
		overflow: hidden;
		text-align: center;
		font-size: 16px;
	}

		@media only screen and (min-width: 991px) {
		
			.t-s h1
			{
				max-width: 200px;
			} 
		
		}

	
/* @end */

/* @group Teaser 3 */

.t-m
{
}

	.t-m h1
	{
		font-size: 21px;
		line-height: 1.2;
		font-weight: 300;
		text-align: center;
max-height:100px !important;

	}
	
	.t-m.teaser .excerpt
	{
		padding: 6px 10px 0;
	}
	

/* @end */

/*		Tablet Layout: 768px.
----------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.teaser
	{
	}
	
	.t-l
	{
	}
	
		.t-l .excerpt
		{
			padding: 10px 15px;
		}
	
	.t-s
	{
	}

		.t-s h1
		{
			font-size: 22px;
		}
		
		.t-s .excerpt
		{
			padding-top: 30px;
		}
	
	.t-m
	{
	}
	
		.t-m .excerpt h1
		{
			font-size: 16px;
		}
	
		.t-m.teaser .excerpt
		{
			padding: 10px 10px;
		}
	
	
}



/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	.teaser
	{
		color: #fff;
	}
			
	.t-l
	{
	}
	
		.t-l h1,
		.t-m h1,
		.t-s-v2 h1
		{
			font-size: 16px;
			line-height: 1.1;
			letter-spacing: 0;
			color: #000;
		}
					
	.t-s
	{
		background: #fff;
		color: black;
		box-shadow: 0px 0 5px #ccc;
	}
	
		.t-s h1
		{
			margin-bottom: 0;
		}
		
		.t-s.t-s-v2 .excerpt h1
		{
			color: #000;
			font-size: 16px;
		}
		
		.t-s .excerpt h1,
		.t-s-v3 .excerpt h1
		{
			text-align: left;
		}
	
		.t-s .excerpt
		{
			color: #ff66a3;
		}
		
		.t-s .excerpt h1
		{
		}
		
		.t-s img
		{
			margin: 0 3% 0 0;
		}
		
		.t-s .excerpt p,
		.t-s .excerpt .t-description
		{
			display: none;
		}
		
	.article.t-m
	{
		background: #fff;
	}

	.t-m
	{
	}

		.t-m.teaser.partner .excerpt,
		.t-m.teaser .excerpt
		{
			color: #000;
			padding: 5px 10px;
		}
		
		.t-m.teaser.partner .excerpt
		{
			padding: 5px 10px;
		}
		

}



/*		Wide Mobile Layout: 480px.
--------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.article.t-m
	{
	}
	
	.t-l h1,
	.t-m h1
	{
		font-size: 22px;
	}
	
	.t-s .excerpt h1
	{
		margin-bottom: 0;
		max-height: none;
	}
	
	.t-s-v2 .excerpt
	{
		display: block;
		color: #000;
	}
	
	.t-s.partner img
	{
		margin-right: 3%;
	}
	
	
}

/* @end */

.content-section
{
	box-shadow: 0 5px 6px #999;
}


/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.content-section
	{
		box-shadow: 0 5px 6px #999;
	}

}

/* @group article */

	.article
	{
		overflow: hidden;
	}
	
		.article-header h1
		{
			font-family: Montserrat, Arial, sans-serif;
			line-height: 1.05;
			letter-spacing: -1px;
			font-weight: 300;
			margin-bottom: .5em;
		}

		.article-wrapper h2
		{
			font-family: Montserrat, Arial, sans-serif;
			letter-spacing: -1px;
			font-weight: normal;
		}
		
		.article-content
		{
			font-family: Georgia, serif;
		}
		
		.article-header p,
		.article-content p
		{
			margin: 1em 0;
			font-size: 18px;
			line-height: 1.33;
			font-weight: normal;
		}
		
			.article-content h2 + p
			{
				margin-top: 0;
			}
			
		.article-wrapper .intro
		{
			font-family: Montserrat, Arial, sans-serif;
			font-weight: 700;
		}
		
	.aside
	{
		
	}

		.article blockquote
		{
			font-size: 40px;
			line-height: 1.05;
			font-family: Montserrat, Arial, sans-serif;
		}
		
			blockquote.quote-left
			{
				float: left;
				margin: 0 10px 10px 0;
			}
	
			blockquote.quote-right
			{
				float: right;
				margin: 0 0 10px 10px;
			}

	.fact-box h4
	{
		font-family: Montserrat, sans-serif;
	}

	.fact-box p,
	.video-widget p
	{
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		font-size: 14px;
	}
	


			
/* @group article images */

.main-img
{
	margin: 0 0 0;
	background: #fff;
}
			
		.aside img
		{
			max-width: 100%;
		}
	
			.aside-left
			{
				margin: 10px 10px 10px 0;
				float: left;
				width: 50%;
			}
			
			
			.aside-right
			{
				margin: 10px -30px 10px 10px;
				float: right;
				width: 50%;
			}
			
			
			.alignleft
			{
				margin: 0 10px 10px 0;
				float: left;
			}
			
				.alignleft + .alignleft
				{
					margin-right: 10px;
				}
				
			.alignleft.wp-caption
			{
				float: left;
				max-width: 50%;
			}
			
				.alignleft.wp-caption img
				{
					max-width: 100%;
				}
			
			div.alignnone
			{
				margin: 0 -30px 10px;
			}
			
			.alignright
			{
				margin: 0 0 10px 10px;
				float: right;
			}
			
			.alignright.wp-caption
			{
				float: right;
				max-width: 50%;
			}
			
				.alignright.wp-caption img
				{
					max-width: 100%;
				}
			
			.wp-caption .wp-caption-text
			{
				float: left;
			}
	
			.article .figcaption,
			.article .figcaption p,
			p.wp-caption-text
			{
				font-size: 13px;
				font-weight: normal;
				font-family: "Helvetica Neue", Helvetica, sans-serif;
				color: #000;
			}
			
				.article .figcaption
				{
					margin: 0 30px;
				}
				
					.article .figcaption p
					{
						margin: 0 0 10px;
					}
				
				.alignleft .figcaption,
				.alignleft p.wp-caption-text
				{
					margin: 0 0 0 30px;
				}
	
				.alignright .figcaption,
				.alignright p.wp-caption-text
				{
					margin: 0 30px 0 0;
				}

	
				.figcaption .credits
				{
					font-family: Montserrat, sans-serif;
				}
		
				.aside-left .figcaption
				{
					margin: 0 0 0 30px;
				}
				
				.alignnone .figcaption,
				.alignnone .wp-caption-text
				{
					margin: 0 30px;
				}
				
					.alignnone .figcaption .credits
					{
						margin: 5px -20px 0 10px;
						
					}

/* @end */
			
	.article-header,
	.article-content,
	.article-footer
	{
		margin: 0 0;
	}
	
		.article-header
		{
			padding-top: 15px;
			margin-bottom: -px;
		}
		
	.section-wrapper.blog .comment-section,
	.article-wrapper .comment-section
	{
		font-family: "Helvetica Neue", Helvetica, sans-serif;
	}
	
		.comments > h2
		{
			font-size: 18px;
			line-height: 22px;
			margin-top: 1em;
		}
		
		.article-wrapper .comments > p
		{
			font-family: Montserrat, Arial, sans-serif;
			font-size: 11px;
			line-height: 14px;
		}
	
		.article-wrapper .comments
		{
		}
		

/*		Tablet Layout: 768px.
--------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
}



/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
		
	.article-wrapper h1
	{
		font-size: 24px;
		letter-spacing: 0;
	}

	.article-wrapper p
	{
		font-size: 15px;
	}
	
	.article-wrapper blockquote
	{
		font-size: 22px;
	}
	
		
}



/*		Wide Mobile Layout: 480px.
--------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
		
}

/*	Retina media query.
--------------------------------------------- */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	
}

/* @end */

/* @group meta (published info, avatar, sharing) */

.meta
{
}

	.meta .avatar
	{
		float: left;
		margin-right: 10px;
	}

	.meta .author
	{
		display: inline-block;
		font-family: Montserrat, Arial, sans-serif;
	}
	
	.meta .published
	{
		display: inline-block;
		color: #808080;
		font-family: Montserrat, Arial, sans-serif;
		font-size: 13px;
		text-transform: uppercase;
	}
	
	.meta .tags
	{
		font-size: 10px;
		font-family: Montserrat, Arial, sans-serif;
		text-transform: uppercase;
		color: #000;
		margin-bottom: 5px;
	}

		.meta .tags a
		{
			color: #808080;
		}

/* @end */

/* @group blog */

.blog
{
	
}

	.blog .alignnone
	{
		
	}



/* @end */

.body-wrapper .jump
{
	color: #606060;
	font-size: 13px;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 1em 0;
}

	a.jump,
	.jump a
	{
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #606060;
	}

	.search-wrapper .jump
	{
		margin-left: 168px;
	}


/* @group .search-wrapper */

.search-wrapper
{
	font-size: 12px;
}

	.search-wrapper h2
	{
		font-weight: 300;
		font-size: 2em;
		color: #ff66a3;
	}
	
		.search-wrapper h2 + p
		{
			margin-top: 0;
		}

	.search-wrapper p
	{
		margin: 1em 0;
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		color: #000;
	}
	
	.search-wrapper .article
	{
		padding: 13px 0 12px;
		border-bottom: 1px solid #ddd;
		margin: 0 13px;
	}
	
		.search-wrapper .excerpt
		{
			padding: 0;
		}
		
	.search-nav .input-text-field
	{
		background: #fff;
		display: inline-block;
		border-radius: 3px;
		box-shadow: inset 1px 1px 4px #000;
		padding: 2px;
		margin: .5em 0;
	}
	
		.search-nav .input-search
		{
			border: none;
			
		}
		
	.search-nav .input-button-field
	{
		height: 20px;
		padding: 2px;
		display: inline-block;
	}

	.search-nav #search-btn
	{
		width: 4em;
		text-indent: -9999px;
		display: inline-block;
		background: none;
		border: none;
		background: transparent url(../images/search-000-14x14.png) no-repeat center center;
	}

	
/*		Tablet Layout: 768px.
--------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
}

/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
.search-wrapper h2
{
	font-weight: 300;
	font-size: 18px;
}

	.search-wrapper h2 + p
	{
		margin-top: 0;
	}
	
	.search-wrapper p
	{
	}
	
	
	.search-wrapper .form
	{
		text-align: center;
	}
	
	.search-nav .input-search-field
	{
		width: 50%;
		display: inline-block;
	}

		.search-nav .input-search
		{
			font-size: 16px;
			width: 97.5%;
		}
		
		.search-nav .btn-gray,
		.search-nav .btn-grey
		{
			
			border-radius: 3px;
			border: 1px solid black;
		}		
	
	.search-nav #search-btn
	{
		width: 4em;
		text-indent: -9999px;
		display: inline-block;
		background: none;
		border: none;
		background: transparent url(../images/search-000-14x14.png) no-repeat center center;
	}
		
}

/*		Wide Mobile Layout: 480px.
--------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
		
}


/* @end */

/* @group .crumbs */

.crumbs li
{
	text-transform: uppercase;
}

	.crumbs li:last-child
	{
		text-transform: none;
	}

.crumbs .type a,
.crumbs .section a
{
	color: #ff66a3;
}

/*		Mobile Layout: 320px.
--------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	.crumbs
	{
		font-size: 10px;
	}
	
}

/* @end */

/* @group .gallery */

	.gallery-section + .gallery-section
	{
		background: #efede7 url(../images/noise.png);
	}

	.gallery-section + .gallery-section + .gallery-section
	{
		background: transparent none;
	}

	
	.gallery-section h2
	{
		font-weight: 300;
	}
	
	.gallery-header .intro
	{
		font-size: 18px;
		font-weight: normal;
	}
	
	/*		Mobile Layout: 320px.
	--------------------------------------------- */
	
	@media only screen and (max-width: 767px) {
		
		.gallery-section + .gallery-section .gallery-img
		{
			background: #efede7 url(../images/noise.png);
		}
		
		.gallery-section h2
		{
			font-size: 26px;
		}
		
	
	}

/* Fix for hamburger overwritten thingie */
@media only screen and (max-width: 769px) {
	
	.nav-wrapper .menu > li {
		float: none;
	}

}

/* @end */

/* Fix for instagram embedded media */

.instagram-media {
	margin-top: 30px !important;
}





/*PETTERS MODIFICATIONS*/

@media only screen and (max-width: 667px) {
.form-desktop{
display:none !important;
}

}

.reply a, #commentform input[type=submit], .comments-link a {
background:none !important;
background-color: #f5f5f5;
}

/*Petters edit för typeform */

#fixed-footer 
{
display:none !important;
}
@media only screen and (min-width: 769px) {
.form-mobile
{
display:none;
}
}
@media only screen and (max-width: 768px) {
.form-desktop
{
display:none;
}
}