/* __________________________
x
    Fonts
   __________________________ */

@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic);

@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/Montserrat-Light.otf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BebasNeue-Bold';
    src: url('fonts/BebasNeue-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hero-light';
    src: url('fonts/hero_light-webfont.eot');
    src: url('fonts/hero_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hero_light-webfont.woff') format('woff'),
         url('fonts/hero_light-webfont.ttf') format('truetype'),
         url('fonts/hero_light-webfont.svg#hero_lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hero-regular';
    src: url('fonts/hero-webfont.eot');
    src: url('fonts/hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hero-webfont.woff') format('woff'),
         url('fonts/hero-webfont.ttf') format('truetype'),
         url('fonts/hero-webfont.svg#heroregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-p5busi');
    src:url('fonts/icomoon.eot?#iefix-p5busi') format('embedded-opentype'),
        url('fonts/icomoon.woff?-p5busi') format('woff'),
        url('fonts/icomoon.ttf?-p5busi') format('truetype'),
        url('fonts/icomoon.svg?-p5busi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
    content: "\e600";
}
.icon-cross2:before {
    content: "\e601";
}
.icon-erase:before {
    content: "\e602";
}
.icon-list:before {
    content: "\e603";
}
.icon-resize-shrink:before {
    content: "\e604";
}
.icon-arrow-left:before {
    content: "\e605";
}
.icon-arrow-down:before {
    content: "\e606";
}
.icon-arrow-up:before {
    content: "\e607";
}
.icon-arrow-right:before {
    content: "\e608";
}
.icon-arrow-left2:before {
    content: "\e609";
}
.icon-arrow-down2:before {
    content: "\e60a";
}
.icon-arrow-up2:before {
    content: "\e60b";
}
.icon-arrow-right2:before {
    content: "\e60c";
}
.icon-vimeo:before {
    content: "\e60d";
}
.icon-twitter:before {
    content: "\e60e";
}
.icon-facebook:before {
    content: "\e60f";
}
.icon-googleplus:before {
    content: "\e610";
}
.icon-pinterest:before {
    content: "\e611";
}
.icon-tumblr:before {
    content: "\e612";
}
.icon-instagram:before {
    content: "\e613";
}

a {

transition: all 1s ease;
    
}

/* __________________________

   Slider
   __________________________ */

.top-slider {
    text-align: center;
}

.top-slider h1 {
    color: #fff;
}

.top-slider-content {
     font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}


.top-slider-btn a {
    color: #fff;
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        display: inline-block;
margin: 10px 12px 12px 0px;
padding: 14px 34px;
border: 2px solid #fff;
color: #fff;
font-size: 14px;
text-transform: uppercase;
text-align: center;
    background-color: transparent;
}

.top-slider-btn a:hover {
    background-color: #fff;
    color: #000;
}


/* __________________________

    Related posts
   __________________________ */


.inspo-footer {
 text-align: center;   
    margin-top: 40px;
}

.contact {
        font-family:  "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    font-size: 8px;
    float: left;
    margin: 10px 10px 0 0;
    letter-spacing: 2px;
    
    
}

.crp_title {
    font-family:  "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

.crp_related h6 {
 letter-spacing: 2px;   
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
}

.crp_related {
    margin: 40px 20px;
    border-top: 1px solid #eeeef3;
    
}

.crp_related ul {
    margin-left: 0px;
    
}

.crp_related ul li {
    display: inline-block;
    margin: 0 20px 0px 0;
    list-style-type: none;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    
}

.crp_related ul li:hover {
    opacity: 1;
    
}

.crp_thumb {
    width: 290px;
    
}


/* __________________________

    Main Styles
   __________________________ */

html { 
	overflow-y:scroll;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    background-attachment: fixed;
  
}

p {
line-height: 1.8;
}

.container {
    background: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Old Standard TT', serif;
}

h1.h5 {
    font-size: 18px;
}

.banner {
    text-align: center;
    margin: 0 auto 0px auto;
    max-width: 980px;
}

.banner.top {
    margin-top: 20px;
    margin-bottom: 20px;
}


.archive-title {
    margin-bottom: 1em;
}

.inline-list > li > * {
    display: inline-block;
}
/* __________________________

    Exerpt
   __________________________ */

.slider-text {
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #fff;
    letter-spacing: 6px;
    font-size: 48px;
    text-align: center;
    margin: 0px auto 0 auto;
}

.slider-button {
  background: transparent;
  padding: 15px 20px;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat-Regular", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  text-align: center;
  width: 200px;
    margin: 20px auto 0 auto;
}

.slider-button:hover {
  border: 2px solid #fff;
  color: #000;
    background: #fff;
}


.feed-background-color {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.4)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 );

}

.feed-body:hover .feed-background-color {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.8)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 );
}

.excerpt-read-more {

  padding: 15px 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  font-family: "BebasNeue-Bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  text-align: center;
    margin-top: 40px;
}

.excerpt-read-more:hover {
    color: #888 ;
    
}

.feed-body .post_top_meta a:hover {
    color:#888;
}

.my-excerpt {
    display: none;
}


.feed-body {
  position: relative;
  height: 480px;
  width: 480px;
  padding: 30px 30px;
  z-index: 10;
}

.post-background{
    bottom: 0px;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;    
    -webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}

.feed-body:hover .post-background{ 
    -webkit-filter: none;
	-webkit-filter: none;
	filter: none;
	filter: none;
	filter: none;
}

.feed-body .feed-title h2.title {
    margin-top: 0;
    line-height: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin-left: 0;
    margin-bottom: 0;
}

.feed-body .feed-title h2.title a {
    color: #fff;
    font-size: 34px;
    margin-top: 0;
}

.feed-body .feed-title h2.title a:hover {
    color: #eaeaea;
    margin-top: 0;
}

.feed-title {
    height: 250px;
    position: relative;
}



.feed-body .post_top_meta a {
    color: #fff;
}

.feed-body .post_top_meta a:hover {
    color: #eaeaea;
}

.feed-body .post_top_meta  {
  line-height: 1.6;
  font-family: "BebasNeue-Bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  color: #9d9d9d;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.content-banner {
 margin-bottom: 20px;   
    display: block;
    clear: both;
}


/* __________________________

    Navigation
   __________________________ */



.cube-logo {
    position: absolute;
    right: 10px;
    top: 19px; 
}

a.top-nav-item, span.top-nav-item {
    cursor: pointer;
    display: inline;
    position: relative;
    color:#a7a7a7; 
}

a.top-nav-item:hover {
    color:#000;
}

span.top-nav-item:hover {
    color:#000;
}

.inner-wrap {
margin-top: -20px;
}


.nav-logo {
position: absolute;
left: 49.5%;
width: 250px;
margin-left: -110px;
}




.nav-left {
    display: inline;
    float: left;
}

.nav-right {
    display: inline;
    float: right;
}

.nav-social-ftw {
    float:right;
}



.topbar {
    display: block;
    height: 72px;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border-bottom: 1px solid #ededed;
    padding-top: 6px;
}

.topbar .row {
 max-width: 1280px;   
}

.topbar h1 {
    display: inline;
    margin: 0;
    width: 218px;
    font-size: 22px;
}

.topbar nav {
	margin: 0 auto;
	padding: 0 0 2px 0;
	text-align: center;
	width: 250px;
}

.social-footer {
    font-size: 24px;  
    top:7px;
    position: relative;
}

.social-footer {
    margin: 20px auto 0 auto; 
    color:#fff;
    height: 30px;
    text-align: center;
}

.social-footer i {
    display: inline;
    margin-left: 20px;
    font-size: 31px;
}

.social-footer img {
    margin-left: 20px;
    margin-bottom: 10px;
}

.social-footer a:hover { 
    color:#fff;
}

.social-footer a { 
    color:#606060;
}

.fi-social-instagram {
    margin-left: 0px !important;
}



.top-nav {
    float: left;
    font-size: 10px;
    position: relative;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    white-space: nowrap;
    line-height: 2.6;
    top:5px;
    left:10px;
}

.top-nav-item {
    top: 10px;   
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: 15px;
}

.top-nav ul {
	position: relative;
	/*top: 10px;*/
	list-style: none;
        margin: 0;
}

.top-nav ul li { float: left; padding: 0px 10px; position: relative; }

.top-nav ul li:first-child {
	margin-left: 0;
}

.top-nav ul li a {
    padding-bottom: 2px;
    font-family: "BebasNeue-Bold", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
    letter-spacing: 2px;
    line-height: 2.6;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.top-nav ul li a:hover {
	color: #888888;
}

.top-nav ul li.active a {
	border-bottom: solid 1px #535353;
	color: #000;
}

.top-nav ul li ul.dropdown
{
    background-color: #fff;
    display: none;
    max-height:250px;
    overflow-y:scroll;
    padding: 10px;
    position: absolute;
    top: 42px;
    z-index: 10;
}

.top-nav ul li ul.dropdown a
{
    font-size: 11px;
}

.top-nav ul li ul.dropdown li
{
    float: none;
}

.top-nav ul li div.dropdown
{
    background-color: #fff;
    display: none;
    max-height:250px;
    padding: 10px;
    position: absolute;
    top: 42px;
    z-index: 10;
    right: 0px;
}

.topbar a.nav-toggle {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}

.topbar a.nav-toggle em {
    /*position: relative;
    color: #000;
    bottom: 5px;
    left: 8px;
    font: italic 10px 'Georgia';
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;*/
    display: none;
}

span.nav-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(../images/nav-icon-black.svg) no-repeat;
    margin-top: 16px;
}

.topbar ul.topbar-social {
	position: absolute;
	top: 9px;
	right: 13px;
}

.topbar ul.topbar-social li {
	margin-left: 10px;
}

.topbar ul.topbar-social li a {
	display: inline-block;
    opacity: 0.8;
    color: #FFF;
    font-size: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.topbar ul.topbar-social li a:hover {
	opacity: 1;
}

.topbar ul.topbar-social li.facebook a {
	background: url(../img/social/facebook-square.svg) no-repeat;
}
.topbar ul.topbar-social li.twitter a {
	background: url(../img/social/twitter.svg) no-repeat;
}
.topbar ul.topbar-social li.mail a {
	background: url(../img/social/mail.svg) no-repeat;
}

.left-off-canvas-menu {
    z-index: 999999999999999;
    background: #ffffff;
    border-right: 1px solid #828282;
}

.left-off-canvas-menu .inner {
    margin-top: 40px;
    padding: 15px 30px;
    text-align: left;
}

.left-off-canvas-menu p {
    font-size: 14px;
}

.left-off-canvas-menu img.avatar {
    margin: 5px 0 1.5em 0;
}

.blog-nav-side {
    margin: 15px 0 40px 0;
    padding-bottom: 25px;
    border-bottom: solid 1px;
}

.blog-nav-side ul {
    list-style: none;
    margin: 0;
    font-size: 12px;
    display: none;
}

.fold-out {
    position: fixed;
    display: none;
    top: 40px;
    width: 100%;
    padding-bottom: 80px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.15);
    z-index: 9999;
}

.fold-out .inner {
    padding: 45px 85px;
}

.fold-out .inner .bio {
    border-right: solid 1px;
    padding-right: 75px;
    margin-right: 25px;
}

.fold-out .inner .archive {
    border-right: solid 1px;
    margin-right: 25px;
    width: 325px;
}

.fold-out .inner .bio img.avatar {
    margin: 10px 45px 18px 0;
}

/* Special widget video, insta mm */

.spec-widgets {
    background: #f5c6ce; 
    padding: 20px;
}

.widget-title {
    color:#fff;
    font-family: 'BebasNeue-Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 26px;
    text-align: left;
    border-bottom: 1px solid #ffe0e5;
    padding-bottom: 10px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.social-logo {
    float: right;
    margin-bottom: 5px;
}

/* calendar widget */
#wp-calendar caption { text-align: center;
color: #333;
font-size: 12px;
position: relative;
top: 225px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

.fold-out .search .screen-reader-text {
    display: none;
    visibility: hidden;
}

.screen-reader-text {
 display: none;   
}

#searchform {
    position: relative;
	margin-top: 15px;
	padding-top: 0px;
}

.searchform {
	padding: 10px 10px;
    width: 100%;
    background: #131313;
    border: none;
    color: #FFF;
}

#searchform input[type="submit"] {
	display: inline;
    cursor: pointer;
    padding: 5px;
    background: #000;
    color: #FFF;
    border-radius: 3px;
    border: none;
    font-size: 11px;
    display: none;
}

#searchform input {
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 8px;
    font-family: 'BebasNeue-Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    border-radius: 3px;
    letter-spacing: 2px;
    
}

#searchform input:active {
    border: 1px solid #000;    
}

#searchform input:focus {
    border: 1px solid #000;    
}

.fold-out .search #s {
    padding: 16px;
    width: 19%;
    margin-left: 15px;
    margin-right: 7px;
}

.fold-out .close {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -21px;
    font: italic 12px 'Georgia';
}

.jaw_widget {
    float: right;
    list-style-type: none;
}

.widget_jal_widget {
    width: 150px;
}

.widget_jal_widget .widgettitle {
    float: left;
}



/* __________________________

    Blog Header & Navigation
   __________________________ */

.loc-post {
 color: #C0BCBC;
 font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
    letter-spacing: 3px;
}

.scrolldown-arrow {
 text-align: center;
    margin-left:-50px;
    font-size: 10px;
    text-transform: uppercase;
     font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 2;
    color:#fff;
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 100px;
    
}

.blog-header {
    margin: 0px auto 0px auto;
    text-align: center;
    background-size: cover;
    height: 600px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
    background-position: center center;
}

.blog-header.frontpage {
	margin: 80px auto 0 auto;
}

#menu-bloggmeny {
    /*margin-left: -3.7rem;*/
    padding: 15px 8px 15px 18px;
    position: relative;
    text-align: center;

}

.menu-bloggmeny-container {
    background-color: #f5c6ce;
}

#menu-bloggmeny li {
    display: inline-block;
    margin-right: 2.7rem;
}

#menu-bloggmeny li a {
    font: 12px 'BebasNeue-Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 4px;
    line-height: 2.6;
}

#menu-bloggmeny li a:hover {
    color:#262626;
}

#menu-bloggmeny li a i {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    color: #FCFCFC;
    top: 2px;
}

#menu-bloggmeny .dropdown {
    margin: 5px 0 0 0;
    padding: 6px 40px 15px 15px;
    position: absolute;
    display: none;
    background: #292929;
    box-shadow: 4px 4px 38px rgba(0, 0, 0, 0.23);
    z-index: 10;
}

#menu-bloggmeny .dropdown li {
    display: block;
    margin: 0;
    margin-bottom: 4px;
    padding: 0;
}

#menu-bloggmeny .dropdown li a {
    color: #BCBCBC;
    font-size: 12px;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
}

#menu-bloggmeny .dropdown li a:hover {
    color: #fff;
}

#menu-bloggmeny .dropdown li a i {
    display: none;
}

.sidenav {
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 30px 0 15px 0;
    margin-bottom: 30px;
}

.sidenav ul {
    padding: 0;
    margin: 0;
}

.sidenav ul li {
    list-style-type: none;
}

.sidenav ul li a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: none;
    margin-bottom: 15px;
    
}

.sidenav ul li a:hover {
	background: #0B0B0B;
}

.sidenav ul.dropdown {
    position: relative;
    bottom: 15px;
    background-color: #292929;
    border: 1px solid transparent;
    display: none;
}

.sidenav ul li.has-dropdown {
    margin-bottom: 15px;
}

.sidenav ul.dropdown li a {
    margin-bottom: 0;
    background: none;
    color: #BCBCBC;
}

li.has-dropdown a i {
    position: relative;
    top: 2px;
    left: 0px;
}

ul.blackbtn li a, a.blackbtn {
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    padding: 10px 20px;
    display: block;
    margin-bottom: 15px;
}

ul.blackbtn li:hover {
	background: #0B0B0B;
}

ul.blackbtn li a i {
    position: relative;
    top: 2px;
    left: 0px;
}

ul.archivelist {
    display: none;
    background: #292929;
    border: 1px solid transparent;
    padding: 15px;
    position: relative;
    top: -15px;
    margin: 0;
}

ul.archivelist li {
    list-style: none;
}

ul.archivelist li a {
    color: #BCBCBC;
}

ul.social-links {
	margin: 25px 0 25px 0;
	padding: 0;
}

.social-links li {
	display: inline;
	margin: 0 5px 0 5px;
	list-style-type: none;
}

.social-links li a {
	display: inline-block;
	opacity: 1;
    font-size: 22px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.social-links li a:hover {
	opacity: 0.8;
}


/* __________________________

    Blog Article & Meta
   __________________________ */

#posts-container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background:#fff;
}

article.blog-entry h2.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 200;
    line-height: 1.3;
}



article.blog-entry h2.title a:hover {
    color: #888;
}

article img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 5px 0px;
}

article img.size-full {
    margin: 0 auto 0 auto;
}


article img.wp-smiley {
    display: inline;
}

.article_post_1 {   
    height: 480px;
    width: 980px;
    margin-bottom: 20px;
}

.article_post_1 .feed-body {  
    position: relative;
    height: 480px;
    width: 980px;
    padding: 30px 180px;
    z-index: 10;
}

.article_post_2, .article_post_4, .article_post_6, .article_post_8, .article_post_10 { 
    float: left;
}

.article_post_3, .article_post_5, .article_post_7, .article_post_9, .article_post_11  { 
    float: left;
    margin-left: 20px;
}



.meta-container {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

.meta-container .post-meta {
    margin-left: -10px;
}

.meta-container .post-meta li {
    margin: 0 0 10px 10px;
    font: 10px/18px 'Georgia';
    letter-spacing: 4px;
    text-transform: uppercase;
}

.meta-container .post-meta li.sep {
    color: #C7C7C7;
}

.meta-container .category li a {
    margin-left: 4px;
}

.meta-container .post-meta li.comments {
    color: #ababab;
}

.post_bottom_meta  {
    line-height: 1.6;
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
}
.post_bottom_meta .right {
    position: absolute;
    right: 1px;
    top: 1px;
}

.post_bottom_meta a {
    color: #000;
}

.post_bottom_meta a:hover {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.post_bottom_meta a:hover {
    color: #888;
}

.post_top_meta-time  {
    display: block;
    line-height: 1.6;
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 9px;
    color:#000;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 60px;
}

.post_top_meta-time span {
	display: none;
}


.post_top_meta  {
    line-height: 1.6;
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 9px;
    color:#9d9d9d;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.post_top_meta a {
    color:#000;
}

.post_top_meta a:hover {
    color:#888;
}

.post p a {
    font-weight: bold;
    text-decoration: underline;
    color: #888;
}

.post p a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}


.post p {
    /*text-align: justify;*/
    color: #000;
    margin: 10px 20px 10px 20px;
}

.addthis_toolbox {
    float: right !important;
    position: relative;
    top: 45px;
}

.pagination li.current a {
    background: #000;
    color: #FFF;
    padding: 0px 5px;
}

.pagination li a {
color: #000;
}

.pagination {
    margin-top: 20px; 
    margin-right: 20px;
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
}

article.blog-entry {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/******************************************************************
Footer
******************************************************************/
.footer {
    max-width: 100%;
	background: #000;  
    padding: 20px 0 100px 0;
}

.insta-footer {
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 4px;
    
}


/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  margin-left: 20px;
}

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 0;}
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist li.depth-3 {}
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .avatar {
       display: inline-block;
       margin: 0 0 1.25rem 0;
       padding: 0.625rem 1rem;
    }
    .commentlist img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      background: #fff; }
  .commentlist .comment_content p {
    margin-bottom: 0.24rem;
    padding: 0; }
  .commentlist .comment-reply-link {
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.175rem;
    padding-right: 1.75rem;
    padding-bottom: 0.2375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #151515;
    border-color: #111111;
    color: white;
    float: left; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #888; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: white; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .comment-respond form {
    margin: 0.75em 0; }
    .comment-respond form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .comment-respond form li label,
      .comment-respond form li small {
        display: none; }
    .comment-respond form input[type=text],
    .comment-respond form input[type=email],
    .comment-respond form input[type=url],
    .comment-respond form textarea {
      padding: 3px 6px;
      background: #ffffff;
      border: 1px solid #cccccc;
      line-height: 1.5em;
      /* form validation */ }
      .comment-respond form input[type=text]:focus,
      .comment-respond form input[type=email]:focus,
      .comment-respond form input[type=url]:focus,
      .comment-respond form textarea:focus {
        background: #fff; }
      .comment-respond form input[type=text]:invalid,
      .comment-respond form input[type=email]:invalid,
      .comment-respond form input[type=url]:invalid,
      .comment-respond form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .comment-respond form input[type=text],
    .comment-respond form input[type=email],
    .comment-respond form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .comment-respond form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin-left: 20px; }

#commentform ul {
  margin: 0;
}

#commentform ul li {
  margin: 0;
  padding: 0;
}

#commentform ul li input {
  margin: 0;
}

#commentform p {
  margin-top: 15px;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }


/* __________________________

    Front-page
   __________________________ */

section.front-section {
	margin-top: 0px;
}

section .front-title {
	text-transform: uppercase;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 59px;
}

section.front-section .box {
	margin-bottom: 35px;
}

section.front-section .box img {
	width: 100%;
	opacity: 1;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

section.front-section .box span {
	display: block;
    position: relative;
	padding: 12px 0 15px 10px;
	background: #fff;
	color: #000;
	font: 14px Georgia;
	text-transform: uppercase;
        border-bottom:1px solid #ccc;
        text-align:center;
}

section.front-section .box span i {
	position: relative;
	top: 1px;
	left: 2px;
	transition: left 0.1s ease-in-out;
}

section.front-section .box a:hover i {
	left:5px;
}

section.front-section .box a {
    display: block;
    overflow: hidden;
}

section.front-section.profiles-small a {
    background: #111;
    color: #FFF;
    padding: 25px 20px;
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.front-section.profiles-small a i {
    top: 2px;
    left: 4px;
}

section.front-section.feed article.feed-item {
    margin-bottom: 45px;
}

section.front-section.feed article.feed-item:after {
    content: '';
    display: block;
    border-bottom: solid 1px #CCC;
}

section.front-section.feed .header img {
    width: 100%;
}

section.front-section.feed .body {
    padding-top:15px;
}

section.front-section.feed .social-links {
    margin: 0 0 15px 0;
    text-align: right;
}

section.front-section.feed .body h4 {
    text-transform: uppercase;
    font: 18px/29px georgia;
}

section.front-section.feed .navigation {
    display: none;
    visibility: hidden;
}

section.front-section.feed #infscr-loading {
    position: absolute;
    bottom: -15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.feed span.filtering {
    background: #454545;
    color: #fff;
    padding: 5px 10px 5px 6px;
    border-radius: 12px;
    font-size: 11px;
    position: relative;
    bottom: 50px;
    left: 325px;
    display: none;
}

#isotope.infinite-scrolling {
    webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

   .topbar a.nav-toggle {
        display: none;
    }

.sharing-meta {
    margin-top: 20px;
}

.sharing-meta ul:before,
.sharing-meta ul:after {
    border-top: 1px solid #dadada;
    display: block;
    height: 1px;
    content: " ";
    width: 25%;
    position: absolute;
    left: 0;
    top: 50px;
    margin-left: 19%;
    margin-right: 19%;
}
.sharing-meta ul:after {
   right: 0;  
   left: auto; 
}

.sharing-meta ul {
    margin: 0 auto 0 auto;
    list-style: none;
    display: inline-block; 
}

.sharing-meta ul li {
    display: inline;
}


/* __________________________

    Media Queries
   __________________________ */
@media (max-width : 1400px) {
    .contact {
        display: none;
    }
    
    .nav-right {
        margin-right: 60px;
    }
}

@media (max-width : 1260px) {

    
    .topbar .topbar-social {
    	display: none;
    }

    .topbar nav {
    	width: 250px;
        
     }
        .topbar a.nav-toggle {
        display: none;
        position: absolute;
        top: 10px;
        left: 10px;
    } 
}

@media (max-width : 980px) {
    
    

    
        .fi-social-instagram {
        display: none;
    }
    
      .fi-social-facebook {
        display: none;
    }
    
      .fi-social-youtube {
        display: none;
    }
    
        .nav-logo {
        float:none;
        text-align: center;
        }
    

    

    
    
   .crp_related {
        display: none;
   }
    
    section.front-section .box span {
    font: bold 14px Georgia;
    }
    
      #menu-bloggmeny li a {
        font: 32px 'BebasNeue-Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    #menu-bloggmeny li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px; 
    }
    section .front-title {
	text-transform: uppercase;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 42px;
    }

    iframe {
	margin: 0 auto 15px auto !important;
	display: block;
    }
}

@media (max-width : 769px) {
    

    
    .feed-title {
    height: 160px;
    position: relative;
}
    
    .article_post_2, .article_post_4, .article_post_6, .article_post_8, .article_post_10 { 
    float: left;
    margin-bottom: 20px
}

.article_post_3, .article_post_5, .article_post_7, .article_post_9, .article_post_11  { 
    float: left;
    margin-left: 20px;
}
    
    .feed-body {
  height: 374px;
  width: 374px;
}
            .article_post_1, .article_post_2, .article_post_3, .article_post_4, .article_post_5, .article_post_6, .article_post_7, .article_post_8, .article_post_9, .article_post_10, .article_post_11, .article_post_12, .article_post_13, .article_post_14 {
                width: 374px;
                height: 374px;
}
    
.feed-body .feed-title h2.title a {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
}
    
.article_post_1 {   
    width: 100%;
    margin-bottom: 20px;
    height: 374px;
    
}

.article_post_1 .feed-body {  
    position: relative;
    height: 374px;
    width: 100%;
    padding: 30px 30px;
    z-index: 10;
}
    
.content-banner {
    margin-top: 20px;
}
}   

@media (max-width : 760px) {
    
    .nav-logo img{
width: 230px !important;
        margin-top: 5px;

}
    
         .top-nav {
        display: none;
    }
    
            .topbar a.nav-toggle {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
    } 
    
       .article_post_2, .article_post_4, .article_post_6, .article_post_8, .article_post_10 { 
    float: none;
}

.article_post_3, .article_post_5, .article_post_7, .article_post_9, .article_post_11  { 
    float: none;
    margin-left: 0px;
}
    
    .feed-body {
  height: 480px;
  width: 100%;
}
            .article_post_1, .article_post_2, .article_post_3, .article_post_4, .article_post_5, .article_post_6, .article_post_7, .article_post_8, .article_post_9, .article_post_10, .article_post_11, .article_post_12, .article_post_13, .article_post_14 {
                width: 100%;
        height: 480px;
}
    
.feed-body .feed-title h2.title a {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
}
    
.article_post_1 {   
    width: 100%;
    margin-bottom: 0px;
}

.article_post_1 .feed-body {  
    position: relative;
    height: 480px;
    width: 100%;
    padding: 30px 30px;
    z-index: 10;
}
    
.content-banner {
    margin-top: 20px;
}
    
.sharing-meta {
    margin-top: 20px;
}

.sharing-meta ul:before,
.sharing-meta ul:after {
    border-top: 1px solid #dadada;
    display: block;
    height: 1px;
    content: " ";
    width: 25%;
    position: absolute;
    left: 0;
    top: 50px;
    margin-left: 5%;
    margin-right: 5%;
}
.sharing-meta ul:after {
   right: 0;  
   left: auto; 
}

.sharing-meta ul {
    margin: 0 auto 0 auto;
    list-style: none;
    display: inline-block; 
}

.sharing-meta ul li {
    display: inline;
}
       
     .top-slider-content {
        display: none;
    }
    
    
     .top-nav {
        display: none;
    }
    
    
    .fi-social-instagram {
        display: none;
    }
    
      .fi-social-facebook {
        display: none;
    }
    
      .fi-social-youtube {
        display: none;
    }
    
    .nav-logo {
        float:none;
        text-align: center;
        margin-left:-125px; 
}
    

    #menu-bloggmeny li a {
        font: 22px 'BebasNeue-Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
    }
    
    #menu-bloggmeny {
        padding: 15px 0px 15px 0px;
    }
    
    #menu-bloggmeny li {
        margin-right: 0;
        margin-bottom: 10px; 
    }
    
    article.blog-entry h1.title {
        margin-left: 10px;
        margin-right: 10px;
        
    }
    
    .blog-header .blog-nav li {
        margin-left: 1rem;
    }


    .blog-header .blog-nav {
        margin-left: -1rem;
    }

    .topbar a.nav-toggle em {
        display: none;
    }

    .sep.comments {
        display: none;
    }

    li.comments {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .feed span.filtering {
        position: initial;
        margin-left: 13px;
        margin-bottom: 25px;
        
    }
    
    article.blog-entry h1.title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 8px;
    margin-bottom: 15px;
    }
    section .front-title {
	text-transform: uppercase;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 18px;
    }
    .meta-container .post-meta li {
    margin: 0 0 10px 10px;
    font: 10px/18px 'Georgia';
    letter-spacing: 1px;
    text-transform: uppercase;
}
}

@media (max-width : 980px) {

    section.front-section.feed article.feed-item {

    }

    .addthis_toolbox {
        float: none !important;
    }
    
}

@media (max-width : 1535px) {
/*
    .topbar a.nav-toggle {
        display: none;
    }
    */
}

@media (min-width : 1024px) {

    section.front-section .box a img {
        opacity: 1;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }

    section.front-section .box a:hover img {
        opacity: 0.9;
        -webkit-transform: scale(1.05);
        overflow: hidden;
    }

    .blog-header.frontpage {
        margin: 120px auto 100px auto;
    }
   
    .top-nav ul li:hover ul.dropdown
    {
         display: block;
    }

    .top-nav ul li:hover div.dropdown
    {
         display: block;
    }
}








/* __________________________

    Helpers
   __________________________ */

.transition {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}



/* __________________________

    Misc
   __________________________ */

svg {
     width: 100%;
    }

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

div.responsive-wrapper header {
	display: none;
}

#fb-wrapper_10703076_1 {
    z-index: 2 !important;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(146, 146, 146, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}

.site-info, .site-info p {
    font-family: "Montserrat-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 5;
}

.site-info a {
    color: #9d9d9d;
}

.instagram-feed {
    border-top: solid 1px #F3F3F3;
    padding-top: 15px;
    margin-top: 50px;
}

.instagram-feed h6 {
    text-align: left;
    margin-left: 7px;
    text-transform: uppercase;
    font-size: 12px;
}


.sharing li a span {
    font-size: 30px; 
    color:#000;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.sharing li a span:hover {
    color:#888;
}
.sharing li { margin-left: 0.5rem }

.feedtype_btn { color: #606060; }
.feedtype_active { color: #000000; }
.feedtype_content .post-meta a:hover { text-decoration: underline; }

.likeThis.done {
    color: #fff;
    background: url(../images/likethis1.png) 0px 0px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    padding-left: 2em;
    background-position: left;
    margin-right: 1em;
    width: 3em;
}
.likeThis {
    color: #fff;
    position: absolute;
    left: 1px;
    background: url(../images/likethis2.png) 0px 0px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    padding-left: 2em;
    background-position: left;
    margin-right: 1em;
    width: 3em;
}

.rgg_imagegrid a img { display: inline; padding: 5px; }

.sponsored-container {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: #fff;
	z-index: 10;
}

.sponsored-container.is-fixed {
	position: fixed;
	width: 100%;
	top: 72px;
	left: 0px;
	border-bottom: 1px solid #E6E6E6;
	background: #eaeaea;
}

.sponsored-container h5 {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px;
}

/* Cookies */

.confirm-cookie {
	border: 2px solid #000;
	padding: 5px;
	width: auto;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}


#cookies > p a:hover{
	color: #fff;
}
#cookies {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 10px;
  position: fixed;
  background: #fff;
  border-bottom: 2px solid #000;
  color: #000;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9999;
 }

#cookies > p {
  margin: 0 0 10px 0;
}
  
#cookies > p a {
  color: #332b17;
  text-decoration: none;
}
    
#cookies > p a:hover {
  color: #332b17;
}

#cookies.display {
  display: block;

  /* Cross browser animation */
  -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
     -moz-animation: cookies 1s 1; /* Firefox 5-15 */
      -ms-animation: cookies 1s 1; /* IE9 */
       -o-animation: cookies 1s 1; /* Opera 12.00 */
          animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */}

@keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-170px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-170px,0); /* Firefox */
        -ms-transform: translate3d(0,-170px,0); /* IE9 */
         -o-transform: translate3d(0,-170px,0); /* Opera */
            transform: translate3d(0,-170px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-170px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-170px,0); /* Firefox */
        -ms-transform: translate3d(0,-170px,0); /* IE9 */
         -o-transform: translate3d(0,-170px,0); /* Opera */
            transform: translate3d(0,-170px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-moz-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-170px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-170px,0); /* Firefox */
        -ms-transform: translate3d(0,-170px,0); /* IE9 */
         -o-transform: translate3d(0,-170px,0); /* Opera */
            transform: translate3d(0,-170px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-o-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-170px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-170px,0); /* Firefox */
        -ms-transform: translate3d(0,-170px,0); /* IE9 */
         -o-transform: translate3d(0,-170px,0); /* Opera */
            transform: translate3d(0,-170px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}

.close-cookies {
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  
  -webkit-transform: translate3d(0,-170px,0); /* Safari & Chrome */
     -moz-transform: translate3d(0,-170px,0); /* Firefox */
      -ms-transform: translate3d(0,-170px,0); /* IE9 */
       -o-transform: translate3d(0,-170px,0); /* Opera */
          transform: translate3d(0,-170px,0);
}

.noscroll-desktop {
    overflow: hidden;
}

.noscroll-mobile {
	overflow: hidden;
    position: fixed;
}

.overlay {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	display: none;
	overflow: hidden;
}

.footer-logo {
	width: 70px;
	height: 70px;
	display: inline-block;
	margin: 0 auto;
}

.site-info {
	margin-bottom: 60px;
	text-align: center;
	font-family: 'Montserrat', serif;
	font-size: 12px;
	color: grey;
}

.site-info a {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	color: #fff;
}

.profile-container {
	margin-top: 80px;
	margin-bottom: 0px;
}

.profile-container h5 {
	margin-bottom: 0px;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
}

.profile-container .profiles {
	display: none;
	margin-top: -20px;
}

input[type=submit] {
    background: #000;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
        font-size: 16px;
    border: none;
}

.commentlist .comment-reply-link {
	padding: 10px;
}

.comment-form-cookies-consent {
	display: none;
}

.comment-respond form input[type=text]:invalid, .comment-respond form input[type=email]:invalid, .comment-respond form input[type=url]:invalid, .comment-respond form textarea:invalid {
	    border-color: #ccc;
    background-color: #fff;
}


