/*
 Theme Name:   Simple UU Child
 Theme URI:    http://www.inbusiness.no
 Description:  A Child theme for Simple UU by InBusiness AS. Enkelt tema med hovedfokus på Universell Utforming
 Author:       Yngve Wikøren Nilsen @InBusiness.no
 Author URI:   http://no.linkedin.com/in/ywndotno
 Template:     simpleuu
 Version:      1.0.0
 Tags:         universell-utforming, responsivt, fleksibel, layout-bygger
 Text Domain:  simpleuu-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('../simpleuu/style.css');
@font-face {
	font-family: 'vistasanslight';
	src: url('fonts/vistasanslight-020415006EmigreWebOnly.eot');
	src: url('fonts/vistasanslight-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),/*url('fonts/vistasanslight-020415006EmigreWebOnly.woff2') format('woff2'),*/
         /*url('fonts/vistasanslight-020415006EmigreWebOnly.woff') format('woff')*/;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'vistasansaltlight';
	src: url('fonts/vistasansaltlight-020415006EmigreWebOnly.eot');
	src: url('fonts/vistasansaltlight-020415006EmigreWebOnly.eot?#iefix') format('embedded-opentype'),/*url('fonts/vistasansaltlight-020415006EmigreWebOnly.woff2') format('woff2'),*/
         /*url('fonts/vistasansaltlight-020415006EmigreWebOnly.woff') format('woff')*/;
	font-weight: normal;
	font-style: normal;
}
body {
	background: #ebebeb;
}
header #mobilewrap svg{
	z-index:-1;
	/*height:calc(100% - 320px);
	min-height:calc(100% - 320px);
	padding-bottom:320px;*/}
h1, h2, h3, h4, h5, h6 {
	font-family: vistasanslight;
}
h1, h2, h3, h4, h5, h6, blockquote {
	font-family: vistasansbold;
}
p.ingress {
	font-family:vistasansbold;
	font-size:1.2rem;
	line-height:1.2em;}
aside#socialshare ~ * blockquote {
	position:relative;
	margin-top:1rem;
	padding:2rem 2rem 0 2rem;
	background:#c12f2e;
	font-size:1.618rem;
	line-height:1.2em;
	text-align:center;
}
aside#socialshare ~ * blockquote:before,
aside#socialshare ~ * blockquote:after {
	position:absolute;
	font-size:60px;
	line-height:60px;
	opacity:.8;
	width:60px;
	height:60px;
	font-family:Times, Times New Roman, serif;
	font-weight:bold;
}
aside#socialshare ~ * blockquote:before {
	content:'“';
	top:10px;
	left:-10px;}
aside#socialshare ~ * blockquote:after {
	content:'”';
	right:-10px;
	top:10px;}
aside#socialshare ~ * blockquote + p{
	padding:0 2rem 2rem 2rem;
	background:#c12f2e;
	color:white;
	font-style:italic;
	text-align:center;
}
.phototext {
	position:absolute!important;
	right:0;
	bottom:0;
	min-height:10px!important;}
.logo {
	max-width: calc(100% - 160px);
	margin: 40px 40px 0 40px!important;
	padding: 0;
	font-weight: bold;
}
.logo a {
	display: inline-block;
}
.logo svg {
	width: 100%;
	max-width: 240px;
}
#bloginfo {
	margin-top: 40px;
	margin-left: 40px;
}
#tagline {
	margin: 0 40px;
	color: #949ca1;
}
#tagline span {
	color: #c12f2e;
}
.storyline h1 {
	font-size: 1.563em;
}
#banner {
	height: 222px;
	background: #c12f2e;
	color: white;
	position: relative;
}
.banner-ads {
}
.banner-ads h1 {
	color: white;
}
.storyline {
}
.storyline > article {
	margin-top: 15px;
	margin-bottom: 15px;
}
.storyline h1 {
	height: 2em;
	overflow: hidden;
}
.vc_column_container {
	min-height: 200px!important;
}

.vc_single_image-img{width:100%;}

#mobiletop {
	height: 0;
	background: #ebebeb;
}
#downloadmagazine {
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
	max-width: calc(40% - 70px);
	height: 222px;
	margin: 0 40px 0 0;
	border: none;
	padding: 0;
	background: none;
	box-shadow: none;
	text-align: center;
	font-size: 1em;
}
#downloadmagazine > div {
	margin: auto;
	margin-bottom: 2em;
	transition: all .35s ease-in-out;
}
#downloadmagazine > div > svg {
}
#downloadmagazine > span {
}
#downloadmagazine:hover > div {
	transform: translateY(1.8em);
}
#footer p {font-size:.8rem;}
@media only screen and (min-width: 800px) {
#footer {
	margin-left: 320px;
}
}

@media only screen and (min-width: 1200px) {
#footer {
	margin-left: 420px;
}
}

@media only screen and (max-width: 800px) {
#footer {
	margin-left: 0;
}
}

@media only screen and (max-width: 800px) {
.logo {
}
}
