/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3
	Boris was here

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-size: 1.8rem;
	line-height: 150%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #3A3A3A;
	margin-top: 80px;
	background-color: #F2F1F4;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#d44457;
	text-decoration:none!important;
	font-weight: 400;
}
a:hover {
	color:rgba(192, 48, 67, 1);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.sidebar a {
	font-weight: 300;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

iframe {
	max-width: 100%;
	height: 400px;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*------------------------------------*\
    Image Overlays
\*------------------------------------*/

.bs1, .bs2, .bs3 {
	background-size: cover;
	background-color: #000;
}

.bsbox {
	margin-top: 15px;
}

.bsbox p {
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	opacity: 0;
}

.bsbox-active p {
	height: 100%;
	background-color: rgba(43,190,197,0.85);
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

#box3 p {
	font-size: 1.8rem;
}

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

/* header */
.header {
	padding: 8px 0px 0px 0px;
}
/* logo */
.logo {
	display: inline-block;
}
.logo-img {
	width: 68px;
	padding-top: 4px;
}

/* nav-footer bg */
.hf-bg {
	background-color: #382B71;
}

/* nav */

.nav {
	font-family: 'antartidamedium';
	font-size: 2rem;
	text-transform: uppercase;
}

.nav a {
	color: #fff;
	text-decoration: none;
}

.nav a:active {
	color: #f8ea33;
}

.nav a:hover {
	color: #a499c9;
}

#bs-navbar-collapse {
	margin-top: 9px;
	padding-top: 0;
	background-color: #3e2c80;
	max-width: 100%;
	float: right !important;
}
.nav li {
	padding: 18px 20px 0px 20px;
	display: block;
	text-align: right;
	padding-right: 0;
}
.log-in-navbtn a {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 27px 0px 35px 22px;
    height: 80px;
    width: 80px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
.log-in-navbtn a:hover {
	color: #a499c9;
}
.customer-page .log-in-navbtn a {
	color: #D44457;
}
.nav ul {
	margin-top: 0px;
}

body > div.hf-bg > div {
	padding-right: 0px;
}

.current-menu-item a {
	color: #fbed32;
}

#nav-toggle { cursor: pointer; padding: 20px 35px 20px 20px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.single {
	margin-top: 30px;
}

/* BOXES */

.color-box {
	background-color: rgba(212, 68, 87, 1);
	color: #FFF;
	padding: 45px;
}
.chat-box {
	padding: 25px 35px 110px 35px;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 88% 75%, 88% 88%, 75% 75%, 0% 75%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 88% 75%, 88% 88%, 75% 75%, 0% 75%);
}
.color-box h3, .color-box p {
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 0;
}
.color-box p {
	color: #FFF;
	margin: 0;
	padding: 0;
}
.color-box a {
	color: #fbed32;
}
.color-box a:hover {
	opacity: 0.7;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.cd-hero p, .hero-smaller p {
	text-shadow: 0px 1px 4px rgba(0,0,0, 0.5);
}
.hero-smaller p {
	font-weight: 400;
}
p {
	font-size: 1.8rem;
	line-height: 1.6;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #3A3A3A;
}
b, strong {
	font-weight: 400;
}
h1 {
	font-family: 'Antartida Rounded';
	font-size: 6rem;
	color: #FFFFFF;
	line-height: 1;
	text-shadow: 0px 1px 4px rgba(0,0,0, 0.5);
}

h2, h2 a, .gform_title {
	font-family: 'Antartida Light';
	font-size: 3.8rem;
	color: #3E2C80;
	margin-bottom: 10px;
}

h3 {
	font-family: 'antartidamedium';
	color: #352A69;
	font-size: 2.6rem;
	
}

h4 {
	font-family: 'Antartida Light';
	font-size: 2.2rem;
	color: #3E2C80;
}

.spec-number {
	font-size: 6.5rem;
	color: #382B71;
	font-family: 'Antartida Rounded';
	margin-bottom: 3px;
}

.spec-title {
	margin-top: 0;
	color: #fff;
	font-family: 'antartidamedium';
	font-size: 2rem;
}

@font-face {
    font-family: 'Antartida Light';
    src: url('../fonts/antartida_light/Antartida-Light-webfont.eot');
    src: url('../fonts/antartida_light/Antartida-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antartida_light/Antartida-Light-webfont.woff2') format('woff2'),
         url('../fonts/antartida_light/Antartida-Light-webfont.woff') format('woff'),
         url('../fonts/antartida_light/Antartida-Light-webfont.ttf') format('truetype'),
         url('../fonts/antartida_light/Antartida-Light-webfont.svg#antartidalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antartidamedium';
    src: url('../fonts/antartida_medium/Atartida-Medium-webfont.eot');
    src: url('../fonts/antartida_medium/Atartida-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antartida_medium/Atartida-Medium-webfont.woff2') format('woff2'),
         url('../fonts/antartida_medium/Atartida-Medium-webfont.woff') format('woff'),
         url('../fonts/antartida_medium/Atartida-Medium-webfont.ttf') format('truetype'),
         url('../fonts/antartida_medium/Atartida-Medium-webfont.svg#antartidamedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antartida Rounded';
    src: url('../fonts/antartida_rounded/Antartida-Rounded-bold-webfont.eot');
    src: url('../fonts/antartida_rounded/Antartida-Rounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antartida_rounded/Antartida-Rounded-bold-webfont.woff2') format('woff2'),
         url('../fonts/antartida_rounded/Antartida-Rounded-bold-webfont.woff') format('woff'),
         url('../fonts/antartida_rounded/Antartida-Rounded-bold-webfont.ttf') format('truetype'),
         url('../fonts/antartida_rounded/Antartida-Rounded-bold-webfont.svg#antartidablack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri/calibri-webfont.eot');
    src: url('../fonts/calibri/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri/calibri-webfont.woff2') format('woff2'),
         url('../fonts/calibri/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri/calibri-webfont.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

/* Sticky footer */

main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -80px auto -472px;
	padding-top: 80px;
    position: relative;

}
* {
	margin: 0;
}
html, body {
	height: 100%;
}

.push {
	height: 472px;
	clear: both;
}
footer {
	height: 472px;
	clear: both;
}

/* partners */

.partners {
	background-color: #fff;
	padding: 0px 0px 20px 0px;
}

.footer .partners p {
	font-family: 'Antartida Rounded';
	font-size: 1.6rem;
	padding: 30px 0px 20px 0px;
	color: #382B71;	
}

.partners img {
	height: 40px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 10px;
}




.hf-bg-2 {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #382B71;
}
.footer {
	position: relative;
	bottom: 0px;
}

.footer a, .footer p {
	color: #fff;
	font-size: 1.5rem;
	font-family: 'Antartida Light'
}

.foothead  {
	color: green;
	font-size: 1.6rem;
	font-family: 'Antartida Rounded' !important;
}

.nav-bottom li {
	display: inline;
	padding-right: 15px;
}

.nav-bottom ul {
	list-style: none;
	padding-left: 0;
}

.line {
	margin: 15px 0px 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #563db2;
	border-style: solid;
}

.line2 {
	padding: 0;
	border-width: 1px 0px 0px 0px;
	border-color: #d3d3d3;
	border-style: solid;
}
.white-box {
	background-color: #fff;
	padding: 20px 35px 20px 35px;
}
.team-member img {
	width: 100%;
	height: auto;
}

.team-member h4 {
	margin-bottom: 1px;
}

.team-member {
	margin-bottom: 30px;
}

.team-member:nth-child(odd) {
	float: left;
	clear:both;
}
.team-member:nth-child(even) {
	float: right;
}

.noimage:nth-child(odd) {
	float: left;
	clear:both;
	/*background-color: red;*/
}
.noimage:nth-child(even) {
	float: right;
}
.noimage {
	margin-bottom: 60px;
	min-height: 200px;
}

/*------------------------------------*\
    HERO
\*------------------------------------*/

.hero {
	background-image: none;
	background-color: #ccc;
}
.hero-smaller {
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.hero-img {
	margin-top: 80px;
	padding-top: 90px;
	padding-bottom: 100px;
}
.hero-color {
	margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #1D1447;
}
.hero-smaller img {
	padding-top: 0;
	padding-bottom: 20px;
}

.hero-text {
	padding-top: 40px;
	padding-bottom: 40px;
}

.herocontent {
	background-size: auto 100%;
	background-position: 20% 100%;
	color: #fff;
	padding-top: 140px;
	padding-bottom: 240px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.herocontent p, .herocontent h2, .hero-img p, .hero-smaller p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}
.herocontent p, .hero-smaller p, .cd-hero p {
	font-weight: 400;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


.btn-default, .btn {
	background: #FFFFFF;
	font-family: 'antartidamedium';
	font-size: 1.4rem;
	line-height: 2;
	border: none;
	border-color: none;
	border-radius: 0;
	padding: 10px 16px 6px 16px;
	color: #3B5998;
}
.cd-btn, .button, .gform_button {
	font-family: 'antartidamedium';
	padding: 10px 20px 8px 20px;
	display: inline-block;
	margin-top: .8em;
	background-color: rgba(212, 68, 87, 1);
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.cd-btn {
	background-color: rgba(212, 68, 87, 0.9);
}
.cd-btn:hover, .button:hover, .gform_button:hover {
	background-color: rgba(192, 48, 67, 1);
}
.cd-btn:hover {
  color: #FFF;
}
.button1 {
	padding: 0px 0px 0px 0px;
}
.weather strong {
	font-family: 'Antartida Rounded';
	font-weight: 300;
}

div.feats:nth-child(3) > p:nth-child(2), div.feats:nth-child(4) > p:nth-child(2), div.feats:nth-child(5) > p:nth-child(2) {
	margin-bottom: 5px;
}

.hm, .bs {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hm h3 {
	padding-top: 0px;
}

.hm-text {
	padding-bottom: 20px;
}

.date-label {
	color: #777776;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
}

.tags {
	text-transform: uppercase;
}

.current-cat {
	/*font-weight: 400;*/
}

.pressbox {
	background-color: #f1f1f1;
	padding: 25px 25px 0 25px;
}

.pressbox article {
	margin-bottom: 30px;
	border-width: 0px 0px 1px 0px;
	border-color: #d3d3d3;
	border-style: solid;
}
.pressbox article:last-child {
	padding-bottom: 10px;
	border-width: 0px 0px 0px 0px;
	border-color: #d3d3d3;
	border-style: solid;
}

.pressbox p {
	margin-bottom: 25px;
}

.press-contact {
	margin-top: -40px;
}

.inquiry-form h4 {
	color: #f1688b;
	margin-top: 25px;
}

.video-wrapper {
    width: 100%;
}  

.video-js {
    padding-top: 55.25%;
}

.vjs-default-skin .vjs-big-play-button {
left: 40% !important; 
top: 36% !important;
width: 20% !important;
height: 27% !important;}

.vjs-default-skin.vjs-paused .vjs-big-play-button 
{
display: none;
}

.vjs-default-skin.vjs-paused .vjs-control-bar
{
display: block;
}

.newsbox {
	margin-bottom: 0px;
}

.imagebox .col-md-6  {
	padding:0 0 0 0;
}

.imagebox img {
	width: 100% !important;
}

.news a {
	color: #f1688b;
}

.news h4 {
	margin-bottom: 0;
}

/*------------------------------------*\
    PRESS PAGE
\*------------------------------------*/

.press a.active {
	background-color: #382b71;
	color: #fff;
}

.press .btn-holder a {
	margin-bottom: 40px;
	margin-right: 15px;
}

.press .btn-holder a:focus {
	outline:0 !important;
}

.btn-holder li {
	display: inline;
}

.btn-holder-mobile {
	margin-bottom: 20px;
}

.btn-holder-mobile button, .btn-holder-mobile ul, .btn-holder-mobile li {
	width: 100%;
	text-align: center;
}

.btn-holder-mobile a {
	padding: 20px !important;
}

.newspost {
	/*margin-top: 26px;*/
	margin-bottom: 26px;
	background-color: #fff;
	padding: 25px;
	min-height: 230px;
}

.newspost h2 {
	font-size: 2.2rem;
	line-height: 1.2;
	margin-top: 0;
}


.newsholder .newspost h2 {
	font-size: 2.6rem;
}

.press-contact h2, .press-contact h4 {
	margin-top: 0;
}

.press-contact-bg {
	background-color: #382b71;
	padding: 20px;
}

.press-contact-bg p {
	color: #fff;
}

div.newsholder div:nth-child(odd)
{
    clear: both;
}

.press-images, .news {
	display: none;
}

.press-rel {
	min-height: 200px;
	background-size: cover;
	background-position: center;
}

.crumb {
	background-color: #5fbd65;
	height: 40px;
	padding-top: 10px;
	font-size: 1.6rem;
	font-family: 'Antartida Rounded';
}

.crumb p {
	color: #fbed32;
	display: inline;
	font-family: 'Antartida Rounded';
	font-size: 1.6rem;
}

.crumb a {
	display: inline;
	color: #fff;
	text-decoration: none;
}

.mc4wp-form div {
	margin-bottom: 10px;
}

/*------------------------------------*\
    ABOUT BETTER SHELTER
\*------------------------------------*/

.about-container {
	padding: 65px 0 85px 0;
	text-align: center;
}
.about-box {
	background-color: rgba(255,255,255,0.89);
	padding: 30px 20px 20px 20px;
	min-height: 335px;
	margin-bottom: 30px;
}
.about-symbol {
	width: 140px;
	height: auto;
}

/*------------------------------------*\
    HELPERS
\*------------------------------------*/

.spacing {
	margin-top: 30px;
}
.spacing.last {
	margin-bottom: 30px;
}

.spacing-more {
	padding-top: 20px;
	padding-bottom: 20px;
}

.hf-bg {
  height: 80px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 9999;
}

.infront {
	overflow: hidden;
}

.mini {
	min-height: 320px;
}

.mini img {
	margin-bottom: 25px;
}

.mini p {
	margin-bottom: 40px;
}

.org img {
	margin-top: 40px;
}

/*------------------------------------*\
    CAKE
\*------------------------------------*/

.product-box {
	display: table;
	width: 100%;
	max-width: 100%;
}

.product-box div {
	display: table-cell;
	vertical-align: middle;
	/*table-layout: fixed;*/
}

.infobox {
	margin-top: 2px;
	cursor: pointer; 
	cursor: hand;
}

.info-img img {
	padding: 20px;
	max-height: 100%;
	/*max-width: 600px;*/
}

.info-img {
	height: 200px;
	background-color: #e7e7e7;
	text-align: center;
	/*max-width: 100% !important;*/
	max-width: 600px;
}

.info-purp {
	min-height: 330px;
	background-color: #3e2c80;
	color: #fff;
	height: 100%;
}

.infobox-big h3, .infobox-big p {
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
}

.infobox-big p {
	font-size: 1.5rem;
}

.infobox-big h3 {
	margin-top: 25px;
}

.cake {
	background-color: #e5e5e5;
}

.activecake {
	border-bottom: 4px solid #d44457;
	/*border-style: solid;*/
    /*border-width: 2px 10px 4px 20px;*/
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

.blog {
	margin-top: 160px;
}

.blog-title {
	margin-bottom: 20px;
}

.blog .sidebar {
	margin-top: 82px;
	margin-bottom: 50px;
}
.post {
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 40px;
}
.bs-content-wrapper {
	padding: 20px 45px 35px 45px;
}
.bs-content-wrapper img {
	width: 100%;
}
.blog .post img {
	display: block;
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}
.pagination {
	background-color: #FFF;
	margin-top: -30px;
	padding: 15px;
	margin-bottom: 35px;
}
.pagination span, .pagination a {
	margin: 10px;
	font-weight: 400;
}

/* single blog post */

.single-post .post {
	margin-top: 0px;
	z-index: 10;
	position: relative;
}

.single-post .post h2 {
	margin: 6px 0px 10px 0px;
}

.single-post .post a img {
	margin: 35px 0 35px 0;
	width: 100%;
	height: auto;
}
.single-post .post img {
	width: 100%;
	height: auto;
}
.aesop-parallax-component {
	margin: 0 -45px 0 -45px;
	margin-top: 35px;
    padding-bottom: 35px;
}
#blurred-image-container {
	max-width: 100%;
	position: absolute;
	display:block;
    padding:0;
    position:scroll;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-1;
}

.blog-head {
	height: 500px;
	position: absolute;
    background-size: cover;
    background-position: center;
    top: 60px;
    bottom: 10%;
    left: -20%;
    right: 10%;
    width:120%;
    clip: rect(0px, 9999px, 650px, 0px);
}

.single-post .article {
	position: relative;
	margin-top: 200px;
}

.article-push-down {
	position: relative;
	margin-top: 360px;
}

.single-post .side-no-image {
	position: relative;
	margin-top: 228px;
}
.single-post .side-push-down {
	position: relative;
	margin-top: 620px;
}

.blog-head.blurred-image {
    opacity:0;
    -webkit-filter: blur(2px) brightness(0.5);
    -ms-filter: blur(2px) brightness(0.5);
    -o-filter: blur(2px) brightness(0.5);
    filter: blur(2px) brightness(0.5);
}

/*------------------------------------*\
    WHITE LABEL ON TOP \
\*------------------------------------*/

.bs-white-label {
	display: inline-block;
	padding: 12px 50px 10px 14px;
    background: white;
	-webkit-clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
	margin-bottom: 2px;
	box-shadow: 0px 2px 0px 0px #F2F1F4;
	z-index: 1;
}

.sidebar-widget div .widget-title {
	display: table-cell;
	padding: 8px 38px 2px 14px;
    background: white;
    position: relative;
}

.sidebar-widget li {
	line-height: 1.5;
}

.sidebar-widget div .widget-title:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 38px solid #F2F1F4;
    border-left: 38px solid white;
    width: 0;
}
.sidebar {
	margin-bottom: 50px;
}
/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.blog .sidebar-widget > div {
	margin-top: 28px;
}
.single .sidebar-widget > div {
	margin-top: 10px;
}
.sidebar .widget-title {
	font-size: 1.4rem;
	font-family: 'antartidamedium';
	color: #382B71;
	text-transform: uppercase;
}

.sidebar div div ul, .tagcloud {
	background-color: #FFF;
	padding: 20px;
	margin-top: 2px;
}
/*------------------------------------*\
    Forms
\*------------------------------------*/

.page-template-page-contact .gfield_label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/* ORDER FORM */
.gform_title {
	display: block;
	margin-top: 50px;
	padding-bottom: 20px;
}
.formtitle, .gform_confirmation_message {
	margin-top: 40px;
	display: block;
	font-family: 'Antartida Light';
	color: #3E2C80;
	font-size: 2.6rem;
	padding-bottom: 5px;
	margin-bottom: 18px;
}
.formtitle {
	border-bottom: 1px solid #C4C4C4;
}

.formspace {
	padding-top: 45px;
}
.gform_confirmation_message {
	text-align: center;
	padding: 45px;
}
.gfield_label {
	font-family: 'Antartida Light';
	font-size: 1.5rem;
	color: #3E2C80;
}
.instruction {
	font-size: 1.4rem;
}
/*------------------------------------*\
    Password
\*------------------------------------*/

.protected-post-form {
	background-color: #fff;
	padding: 20px 35px 15px;
}
.protected-post-form * {
	margin-bottom: 10px;
}
.pass-label { display: none; }
.pass-help {
	float: right;
	text-align: right;
}
.post_password {
	display: block;
	width: 100%;
	background: #F2F1F4;
	border: none;
	color:#333333;
	padding:10px;
}

.dl-box table {
	background-color: #fff;
	table-layout: fixed;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

.dl-box td a {
	text-align: right;
	font-size: 0.8em;
}

.dl-box table td:first-child {
	width: 60px;
}

.dl-box table td:last-child {
	width: 100px;
	padding-right: 10px;
}

.dl-box .text-right {
	padding-right: 5px;
	padding-left: 10px;
}

.dl-box td {
	padding: 10px 0 10px 0;
	vertical-align: middle;
}

.dl-box p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.3;
}

.dl-box img {
	margin: 0 15px 0 15px;
	padding: 5px;
	height: 40px;
}

.dl-box span {
	font-size: 0.6em;
	display: block;
}

.spacer {
	border-left: 1px solid #999;
	height: 100%; 
}

.ui-datepicker-month {
	color: #000;
}

.ui-datepicker-year {
	color: #000;
}

.ui-datepicker-header {
	background-color: #382B71 !important;
}

.gform_wrapper {
	max-width: 100% !important;
}

.hundred .ginput_left {
	width: 100% !important;
}

/*------------------------------------*\
    MAP
\*------------------------------------*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0px 0;
	pointer-events: none;
}

#mapbox h4 {
	font-size: 1.6rem;
}

#mapbox p {
	font-size: 1.3rem;
}
#map-canvas > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div.gm-style-iw > div > div > div {
	padding-left: 0 !important;
}

/*------------------------------------*\
    GALLERY
\*------------------------------------*/

.gallery-container {
	padding-top: 10px;
}
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.rig li {
	display: inline-block;
	margin: 0 0 2.5% 2.5%;
	vertical-align: top;
}
ul.rig li img {
	width: 100%;
	height: auto;
}
ul.rig li h3 {
	margin: 0 0 5px;
}
ul.rig li p {
	font-size: .9em;
	line-height: 1.5em;
	color: #999;
}
/* class for 2 columns */
ul.rig.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.rig.columns-3 li {
	width: 30.83%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

@media (max-width: 1199px) {
	.container {
		width: auto;

	}
}

@media (max-width: 640px) {
	ul.grid-nav li {
		display: inline-block;
		margin: 0 0 2.5% 2.5%;
	}
	ul.grid-nav li a {
		display: inline-block;
	}
	ul.rig {
		margin-left: -2.5%; /* should match li left margin */
	}
	ul.rig.columns-4 li {
		width: 47.5%; /* this value + 2.5 should = 50% */

	}
}
/*------------------------------------*\
	CSS TABLE - For card layouts
\*------------------------------------*/

#css-table {
	display: table;
}
#css-table .col-50 {
	background-color:#FFF;
}

.projectImages li, .projectImages div, .projectImages ul, .projectImages p, .projectImages img {
	vertical-align: bottom;
} 

.projectImages p {
	margin: 0;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 5px; 
	padding-right:15px;
	color:#fff;
}

.imageCaption{
    display:none;
    position:absolute;
    background-color :rgba(0,0,0,0.5);
    width:100%;
}

.projectImages li{
    display:block;
    position:relative;
    overflow:hidden;
    height: 100%;
}
/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/

/* Mobile */

@media (max-width: 767px) {

	/*------------------------------------*\
		TYPOGRAPHY
	\*------------------------------------*/

	p {
		font-size: 1.8rem;
		line-height: 1.6;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #3A3A3A;
	}
	b, strong {
		font-weight: 400;
	}
	h1 {
		font-family: 'Antartida Rounded';
		font-size: 5rem;
		color: #FFFFFF;
		line-height: 1;
		/*text-shadow: 0px 1px 1px #000000;*/
	}

	h2, h2 a, .gform_title {
		font-family: 'Antartida Light';
		font-size: 3rem;
		color: #3E2C80;
		margin-bottom: 10px;
	}

	h3 {
		font-family: 'antartidamedium';
		color: #352A69;
		font-size: 2.2rem;
		
	}

	h4 {
		font-family: 'Antartida Light';
		font-size: 2rem;
		color: #3E2C80;
	}

	body {

	}

	/* NAVBAR Mobile */

	#bs-navbar-collapse {
		margin-top: 10px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-right: 3%;
	    text-align: center;
	    margin-left: -20px;
	    background-color: #3e2c80;
	    width: 110%;
	    max-width: 110%;
	    position: absolute;
	    box-shadow: 0 15px 10px rgba(10, 10, 10, 0.3);
	    border-top: 1px solid rgba(255,255,255,.1);
	}
	.nav li {
		padding: 12px 0px 12px 0px;
		display: block;
		text-align: center;
		padding-right: 0;
	}

	/* BLOG Mobile */

	.single-post .article {
		margin-top: 210px;
	}
	.blog {
	    margin-top: 100px;
	}
	.blog .post img {


	}
	.bs-content-wrapper, .white-box {
		padding: 20px 30px 20px 30px;
	}
	.bs-content-wrapper h2 {

	}
	.blog .sidebar {
		margin-top: 30px;
	}
	.single-post .side-push-down {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.single-post .side-no-image {
		margin-top: 30px;
	}
	.blog-head {
		height: 260px;
		top: 80px;
	}
	/* ABOUT */

	.about-container {
		padding: 35px 0 45px 0;
		text-align: center;
	}

	/* col-50 layout */
		
	#css-table {
		margin-bottom: 25px;
		width: 100%;
	}
	#css-table .col-text {
		padding: 20px 20px 20px 20px;
	}
	#css-table .col-img {
		height: 300px;
	}
	#css-table .col-text h2 {
		margin-top: 0;
	}

	/* FOR IMAGES WITH LABELS */

	.projectImages img {
		width: 100%
	}

	/* NEWS CARDS MOBILE*/

	#css-table .col {
		padding: 5px 20px 20px 20px;
	}
	#css-table .col h3 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.news-card-img {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 270px;
	}
	.news-card-avatar {
			background-color:#FFC700; 
			height:100px;
			position:relative;
	}
	.news-card-avatar img {
		position:absolute;
		left:50%;
		margin-left:-40.5px;
		top:50%;
		margin-top:-40.5px;
		width:81px;
		height:81px;
	}

	/* FORMULÄR */

	.gform_wrapper form {
		padding: 15px 25px 25px 25px;
	}
	.gform_title {
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 0 0 0 0;
	}
	#gform_fields_2:before, li#field_2_4:after {
		font-size: 2.2rem;
		margin-top: 30px;
	}
	.formtitle {
		font-size: 2.2rem;
	}
	.gform_fields li {
		margin-bottom: 15px!important;
	}

	/* Mobile footer */

	.footer .partners p {
		padding: 30px 0 10px 0;
	}
	.partner-img a img {
		width: 65%;
		height: auto;
	}
	.partner-img a:first-child img {
		margin-bottom: 20px;
	}

	/* Sticky footer */

	main {
		margin: -80px auto -442px;
	}

	.push {
		height: 442px;
	}
	footer {
		height: 442px;
	}
	/* Footer mobile styleee */
	.hf-bg-2 {
		text-align: center;
	}
}

/* "Bigger" devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	#css-table {
		display: table;
		table-layout: fixed;
		height: 250px;
		width: 100%;
	}
	.newsbox #css-table {
		margin-bottom: 25px;
	}
	#css-table .col-50 {
		display: table-cell;
		position:relative;
		width: 50%;
		vertical-align: middle;
		background-color:#FFF;
		height: 200px;
	}
	#css-table .col-text {
		background-color: #FFF;
		padding: 35px 45px 35px 45px;
	}
	#css-table .col-text h2 {
		margin-top: 10px;
	}
	.v-top, .v-bottom {
		position:absolute;
	}

	.v-bottom p {
		padding-right: 30px;
	}
	.v-top{
		top: 10px;
	}
	.v-bottom {
		bottom: 30px;
	}
	#css-table a h2 {
		font-size: 2.8rem;
	}
	#css-table .v-top {
		margin-right: 20px;
	}

	#css-table .col {
		display: table-cell;
		padding: 25px 25px 0px 25px;
		position:relative;
		/*height: 200px;*/
	}
	.news-card-img {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 270px;
	}
	.news-card-avatar {
		background-color:#FFC700; 
		height:100%;
		position:relative;
		width: 270px;
	}
	.news-card-avatar img {
		position:absolute;
		left:50%;
		margin-left:-40.5px;
		top:50%;
		margin-top:-40.5px;
		width:81px;
		height:81px;
	}

}

/*------------------------------------*\
	WiIDGETS
\*------------------------------------*/

.widget_text {
	padding: 10px;
	background-color: #fff;
	margin: 0 0 20px 0;
	text-align: center;
	padding-bottom: 20px;
}

.firstslide p {
	margin: 0 !important;
}


	.cd-hero {
		margin-top: 0px !important;
	}

	.cd-hero h1 {
		font-size: 25px;
	}

	.cd-half-width, .cd-full-width {
		padding-top: 40px;
	}

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

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
	.hm, .bs {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}
@media only screen and (min-width:768px) {

	.cd-hero h1 {
		font-size: 5.8rem;
	}

	.cd-half-width, .cd-full-width {
		padding-top: 100px;
	}

	.press-contact {
		margin-top: 0px;
	}

	.newspost {
		margin-top: 0px;
	}


	.press {
		margin-top: 60px;
	}

	.org img {
		margin-top: 0px;
	}


	.spacing-more h3 {
		margin-top: 0px;
	}

	.line {
		margin: 55px 0px 10px 0px;
		border-width: 1px 0px 0px 0px;
		border-color: #563db2;
		border-style: solid;
	}

	.line2 {
		padding: 0;
		border-width: 1px 0px 0px 0px;
		border-color: #d3d3d3;
		border-style: solid;
	}

	.spacing{
		margin-top: 60px;
	}

	.spacing.last {
		margin-bottom: 60px;
	}

	.spacing h3 {
		margin-top: 0px;
	}

	.spacing-less {
		margin-top: 20px;
	}

	.spacing-less.last {
		margin-bottom: 20px;
	}

	.hero-text {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.herocontent {
		background-size: cover;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.herocontent p, .herocontent h2 {
		text-align: center;
		color: #fff;
	}

	.herocontent {
		padding-top: 200px;
		padding-bottom: 260px;
	}

	.hero-smaller p, .hero-smaller h1 {
		color: #fff;
	}

	.hero h1, .hero-smaller h1 {
		font-size: 4.6rem;
		margin-top: 0;
	}

	#bs-navbar-collapse {
		margin-top: 0px;
		background-color: transparent;
		float: right !important;
	}

	.nav li {
		padding: 0px 15px 0px 15px;
		display: inline;
		font-size: 1.6rem;
	}

	.nav ul {
		margin-top: 18px;
	}

	#box3 p {
		font-size: 2.2rem;
	}

	.newsbox {
		/*margin-bottom: 50px;*/
	}

	.newsbox img {
		width: 100%;
	}

	.mini {
		min-height: 620px;
	}

	.mini img {
		margin-bottom: 20px;
	}

	.mini p {
		margin-bottom: 0px;
	}

	.hm h3 {
		padding-top: 0px;
	}	

	/*------------------------------------*\
	    ORDER
	\*------------------------------------*/

	.order-info h4 {
		margin-top: 25px;
	}

	.order-info {
		margin: 15px 45px 15px 45px;
		/*border-top: 1px solid #C4C4C4;*/
	}

	.order-info:last-child {
		padding-bottom: 30px;
		border-top: none;
	}

	/*------------------------------------*\
    CAKE
	\*------------------------------------*/

	.cakebox {

	}

	.infobox {
		margin-top: 3px;
		cursor: pointer; 
		cursor: hand;
	}

	.info-img img {
		padding: 40px;
		max-height: 360px;
	}

	.info-img-d img {
		padding: 0px;
		max-height: 420px;
	}

	.info-img {
		height: 500px;
		background-color: #e7e7e7;
		text-align: center;
	}

	.info-purp {
		height: 500px;
		background-color: #3e2c80;
		color: #fff;
		min-height: 100%;
		overflow: auto;
	}

	.infobox-big h3, .infobox-big p {
		margin-left: 40px;
		margin-right: 40px;
		color: #fff;
	}

	.infobox-big p {
		font-size: 1.8rem;
	}

	.infobox-big h3 {
		margin-top: 40px;
	}
	.cake {
		border: 2px solid #F2F1F4;
		opacity: 0.8;
	}
	.cake:hover {
		border-color: rgba(0,0,0,0.3);
		opacity: 1;
		/*border-bottom: 2px solid #3e2c80; */
	}

	.noimage {
		min-height: 250px;
	}

	.activecake {
		/*border-bottom: 2px solid #3e2c80;*/
	}
}
@media only screen and (min-width:1024px) {

	.hero {
		background-size: cover;
		background-image: url('http://bsdev.skurar.se/wp-content/uploads/2015/01/hero-home4.jpg');
	}
}
@media only screen and (min-width:1140px) {
	
	#box3 p {
		font-size: 2.6rem;
	}

	.hero {
		background-position: center center;
	}

	.hm h3 {
		padding-top: 20px;
	}

	.hm p, .hm h3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.verticalcenter h3 {
		padding-top: 65px;
	}

	.verticalcenter1 h3 {
		padding-top: 20px;
	}

	.verticalcenter2 h3 {
		padding-top: 30px;
	}

	.verticalcenter3 h3 {
		margin-top: 16px;
	}

	.verticalcenter h1 {
		margin-top: 70px;
	}
}
@media only screen and (min-width:1280px) {
	.hm h3 {
		padding-top: 50px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (min-width:1286px) {
	.cst-button-list {
		display: none !important;
	}
}
@media only screen and (max-width:1285px) {
	.cst-button-right {
		display: none;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	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;
	}
}
