/*!
Theme Name: INDIE-Magazine-Renewed
Theme URI: http://www.indie-mag.com/
Author: INDIE-Magazine
Author URI: http://www.indie-mag.com/
Description: This is a custom theme developed for INDIE
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: INDIE-Magazine
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

INDIE-Magazine is a custom theme.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


.animate_fast{
	-webkit-transition:all ease 0.1s;
	-moz-transition:all ease 0.1s;
	-o-transition:all ease 0.1s;
	transition:all ease 0.1s;
}

.animate_normal{
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}


.animate_slow{
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	transition:all ease 0.5s;
}

.scroller-status{
  width: 390px;
/*  left: calc(50vw - 390px); */
	/*margin: 0 auto;*/
  margin-top: 120px;
	display: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  position: relative;
	border: black 1px;
}

hr{
  font-size: 0px;
}


.home .subscribe-link, .home .instagram-link {
  content: "";
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0 transparent; }

.layout {
  background-color: #dfc2c0;
  min-width: 240px;
  overflow-y: hidden;
  overflow-x: hidden; }
  @media only screen and (min-width: 640px) {
    .layout {
      overflow-y: visible; } }
  @media only screen and (min-width: 960px) {
    .layout {
      min-width: 960px; } }

.layout-title:not(.visible) {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0; }

.layout-header {
  text-align: center; }

.layout-body:after,
.layout-footer:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  visibility: hidden; }

.layout-header,
.layout-footer {
  margin: 0 auto; }

.layout-module {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
/*  background-image: linear-gradient(to right, #c8c8c8, #eeeeee 80%, transparent 80%);*/
  background-size: 8.4745762712%;
  background-origin: content-box;
  background-clip: content-box;
  background-position: left top;
  text-align: left;
  padding: 0 1.6949152542%;
  margin: 0 auto 40px auto;
  max-width: 460px; }
  .layout-module:after {
    content: " ";
    display: block;
    clear: both; }
  .layout-module:after {
    content: "";
    clear: both;
    height: 1px;
    display: block;
    visibility: hidden; }
  @media only screen and (min-width: 640px) {
    .layout-module {
      max-width: 93%; } }
  .layout-module .module-title {
    font-family: 'Nimbus', serif;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px; }

.ui-helper-hidden-accessible:not(.visible) {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0; }

.layout-footer {
  font-size: 28px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px; }
  .layout-footer .footer-container {
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto; }
    .layout-footer .footer-container.top {
      background: black; }
    .layout-footer .footer-container .container {
      padding-top: 25px;
      padding-bottom: 25px; }
    .layout-footer .footer-container .menu-menu-container {
      font-size: 0; }
    .layout-footer .footer-container .column {
      display: inline-block;
      text-align: center;
      width: 100%;
      vertical-align: top; }
      @media only screen and (min-width: 640px) {
        .layout-footer .footer-container .column {
          width: 28.5714285714%;
          margin-right: 1.6949152542%;
          text-align: left; } }
    .layout-footer .footer-container.third .column {
      width: 31.8181818182%; }
    @media only screen and (min-width: 640px) {
      .layout-footer .footer-container.third {
        float: none;
        width: 83.0508474576%; } }
    @media only screen and (min-width: 960px) {
      .layout-footer .footer-container.third {
        width: 41.6779661017%;
        margin: 0 auto; } }
    @media only screen and (min-width: 640px) {
      .layout-footer .footer-container .column:last-of-type {
        margin-right: 0;
        font-size: 0; } }
    .layout-footer .footer-container .link {
      cursor: pointer;
      font-size: 18px;
      line-height: 24px;
      display: inline-block; }
  .layout-footer .column-title {
    font-size: 8px;
    line-height: 1.5;
    margin: 0;
    display: block;
    padding-bottom: 8px; }
  .layout-footer .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center; }
    .layout-footer .menu .menu-item {
      display: block;
      padding-right: 25px; }
      .layout-footer .menu .menu-item a {
        color: #ffffff;
        text-transform: uppercase; }
    @media only screen and (min-width: 640px) {
      .layout-footer .menu .menu-item {
        display: inline-block; } }
  .layout-footer .social-links {
    margin: 20px 0 30px 0;
    font-size: 20px; }
    .layout-footer .social-links .links {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
    .layout-footer .social-links .item {
      padding: 0 30px;
      display: block; }
      .layout-footer .social-links .item a {
        text-decoration: none; }
    .layout-footer .social-links .fa,
    .layout-footer .social-links .vice {
      display: none; }
    @media only screen and (min-width: 640px) {
      .layout-footer .social-links {
        margin: 0; }
        .layout-footer .social-links .item {
          padding: 0 10px;
          display: inline-block; } }

.page-header {
  display: block;
  width: 100%;
  position: fixed;

  padding: 0;
  z-index: 20;
  left: 0;
	top: 0;
  background: #dfc2c0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s; }
  .page-header .header-base {
   /* -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    display: block;
    text-align: left;
    width: 100%;
    height: 100%;
    position: relative;
  /*  padding: 0;
    top: 50%; */
    margin:0 20px;
		}
    .page-header .header-base .search,
    .page-header .header-base .main-navigation,
    .page-header .header-base .social-links {
      display: none;
		}
    .page-header .header-base .logo-container {
			margin-top: 8px;
      vertical-align: top;
      position: relative;
      display: inline-block;
      width: 10%;
     vertical-align: middle;
	  }

		 @media only screen and (max-width: 959px) {

			.page-header .header-base .logo-container {
				margin-top: 8px;
	      width:100px;

		  }
		}



   .social-links {
      width: 23.7288135593%;
/*      margin-left: 6.7796610169%;*/
/*      top: 17px;*/
      position: relative; }
       .social-links .links {
        list-style: none;
        margin: 0;
        padding: 0; }
       .social-links .item {
        padding: 0 10px;
        display: inline-block; }
       .social-links .label {
        display: none; }
     .menu-toggle {
      font-family: "Union", sans-serif;
      display: inline-block;
      background: transparent;
      border: 0;
    background-image: none;

      position: fixed;
			right: 3%;
			width: 30px;
      outline: 0;
      top: 5px;
      z-index: 9999999;
			}

			 .menu-toggle img{
				 width: 20PX;

			 }

    .mobile-menu {
       position: fixed;

       width: 100%;
       top: -200%;
			 padding-bottom: 10px;
       left: 0%;
		background:#fff;
		/*-webkit-transition:all ease 0.1s;
		-moz-transition:all ease 0.1s;
		-o-transition:all ease 0.1s;
		transition:all ease 0.1s;


		-webkit-box-shadow: 0px -20px 15px 0px rgba(255,255,255,1);
		-moz-align-itemsbox-shadow: 0px -20px 15px 0px rgba(255,255,255,1);
		box-shadow: 0px -20px 15px 0px rgba(255,255,255,1);*/


		z-index: 9999999;


       }


      .mobile-menu.active {
        top: 50px;
    /*    -webkit-transition:all ease 0.1s;
        -moz-transition:all ease 0.1s;
        -o-transition:all ease 0.1s;
        transition:all ease 0.1s;*/

      }

			 .mobile-menu.active.condensed-mobile {
					  top: 80px;
				}
        .mobile-menu.active .search,
        .mobile-menu.active .main-navigation,
        .mobile-menu.active .social-links {
          display: block;
          margin-left: 0;
          float: none; }
        .mobile-menu.active .main-navigation {
           width: 100%;
           }
        .mobile-menu.active .social-links {
          	width: 100%;

          }

          .mobile-menu .search{
          	width: 75%;
          	margin-left: 12.5%!important;
          }

          .search-button{
					/*	top: 22px;
				    right: 120px;
				    position: fixed;
				    font-size: 15px;
						*/
					}
					.search-button button{
					background-color: transparent;
					border: none;
          }

          .mobile-menu .social-links{
          	margin-bottom: 10px;
          }

    @media only screen and (min-width: 960px) {
			.menu-toggle, .search-button{
				display:  none;
			}
      .page-header .header-base {
        max-width: 93%;
        padding: 0 1.6949152542%; } }
    @media only screen and (min-width: 960px) {

      /*.menu-toggle,*/
      .page-header .header-base .mobile-menu {
        display: none; }
    .jp-relatedposts{
      display: block !important;
    }
    .jp-relatedposts > h3 > em {
      font-size: 18px;
      text-transform: uppercase;
    }

	.single .menu-toggle,
	.single .mobile-menu {
	  display: block; }



      .page-header .header-base{
      	font-size: 0px;
				text-align: center;
      }

      .page-header .header-base .search{
				display: none;
				height: 50px;
        width: 25%;
				margin-left: auto;
        vertical-align: middle;
        text-align: right;
        font-size: 20px;


         }
        .page-header .header-base .search .search-form {
        /*  display: none; */
				}
          .page-header .header-base .search .search-form.active {
            display: block; }
      .page-header .header-base .main-navigation {
        text-align: left;
        display: inline-block;
				width: 45%;


        }

			.page-header .header-base #site-navigation-left{
				text-align: left;
			}
			.page-header .header-base  #site-navigation-right{
				text-align: right;
			}
      .page-header .header-base .social-links {
				height: 50px;
				width: 100%;
				text-align: right;
        display: none;
        vertical-align: middle;
         }
        .page-header .header-base .social-links .links {
          font-size: 20px; } }
    .page-header .header-base .logo-link {
      display: block; }



.page-header-pad {
  display: block;
  height: 135px; }

.post-header {
  display: block;
  width: 100%;
  position: fixed;
  height: 80px;
  padding: 0;
  z-index: 20;
  left: 0;
  background: #ffffff; }
  .post-header .header-base {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-align: left;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    top: 50%;
    margin-top: 0; }
    .post-header .header-base .main-navigation,
    .post-header .header-base .social-links {
      display: none; }

			.post-header .header-base .li:last-child {
				padding-right: 0;
				display: none; }

    .post-header .header-base .logo-container {
      display: inline-block;
      height: 100%;
      width: 49.1525423729%; }
      .post-header .header-base .logo-container .logo {
        top: 50%;
        transform: translateY(-50%);
        position: relative; }
    .post-header .header-base .menu-toggle {
      font-family: "Union", sans-serif;
      display: inline-block;
      background: transparent;
      border: 0;
      position: absolute;
      right: 10px;
      outline: 0;
      top: 10px; }
    .post-header .header-base .mobile-menu {
      display: none;




       }
      .post-header .header-base .mobile-menu.active {
        display: block;
        height: 100vh;
        background: #ffffff;
        width: 108%;
        left: -4%;
        position: relative; }
        .post-header .header-base .mobile-menu.active .main-navigation,
        .post-header .header-base .mobile-menu.active .social-links {
          display: block;
          height: 45%;
          width: 100%;
          margin-left: 0;
          float: none; }
        .post-header .header-base .mobile-menu.active .main-navigation {
          transform: translateY(45%); }
        .post-header .header-base .mobile-menu.active .social-links {
          transform: translateY(65%); }
    @media only screen and (min-width: 640px) {
      .post-header .header-base {
        max-width: 93%; }
        .post-header .header-base .social-links {
          width: 32.2033898305%;
          float: left;
          height: 100%; }
          .post-header .header-base .social-links .links {
            list-style: none;
            margin: 0;
            padding: 0; }
          .post-header .header-base .social-links .item {
            padding: 0 10px;
            display: inline-block; }
          .post-header .header-base .social-links .label {
            display: none; }
        .post-header .header-base .logo-container {
          width: 15.2542372881%;
          margin-left: 10.1694915254%; }
        .post-header .header-base .search {
          display: inline-block;
          width: 23.7288135593%; }
        .post-header .header-base .main-navigation {
          width: 100%; } }
    @media only screen and (min-width: 960px) {
      .post-header .header-base .main-navigation,
      .post-header .header-base .social-links {
        display: inline-block; }
      .post-header .header-base .mobile-menu {
        display: none; }
      .post-header .header-base .social-links .links {
        font-size: 20px;
        position: relative;
        top: 10px; } }
    .post-header .header-base .logo-link {
      display: block; }

.post-header-pad {
  display: block;
  height: 80px; }

.page-title,
.entry-title,
h1 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 400; }

.home .hero-container:before, .home .hero-container:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden; }

.home .hero-container:after {
  clear: both; }

.home .slider {
  width: 100%;
  margin: 0 auto 60px auto;

	overflow: hidden;}
.home .slider .entry-title {
	font-size: 22px;
	padding-bottom: 10px;
}
.home .left-subscribe,
.home .right-instagram {
  width: 50%;
  display: inline-block;
  margin-bottom: 40px; }

.home .left-subscribe {
  float: left; }

.home .right-instagram {
  text-align: right;
  float: right; }

.home .subscribe-link,
.home .instagram-link {
  display: inline-block;
  position: relative; }

.home .subscribe-link {
  background: url("/wp-content/uploads/2017/01/left-subscribe-1.png");
  background-size: 100px 100px;
  width: 100px;
  height: 100px; }

.home .instagram-link {
  background: url("/wp-content/uploads/2017/01/right-instagram-1.png");
  background-size: 100px 100px;
  width: 100px;
  height: 100px; }

.home .entry-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	}

	.home .entry-title a {
	  font-size: 14px;
	 }

.home .entry-meta {
  display: block;
  line-height: 1;

   }

  .archive .entry-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 1; }

  .archive .entry-meta {
    display: block;
    line-height: 1;

     }

.home .entry-footer {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px; }

 .cat-links {
  color: #ffffff;
  padding: 5px 0 4px 0;
  display: inline; }
   .cat-links .cat-container {
    position: relative;
     }
  .cat-links a {
		text-transform: uppercase;
    font-size: 12px;

    color: #000;

	padding: 0px;
	}

	  .cat-links a:hover {
			text-decoration: underline;
		}


.archive .entry-footer {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px; }

.archive .cat-links {
  color: #000;
  padding: 5px 0 4px 0;
  display: inline; }
  .home .cat-links .cat-container {
    position: relative;
     }
  .archive .cat-links a {
    font-size: 11px;
    letter-spacing: 1px;

	padding: 2px 3px;
	}

.mostread_link_inner {
    min-height: 36.3333333332vw;
}
#advice-boards{
  position: relative;
  margin: 0;
  width: 970px;
  left: calc(50% - 485px);
}
#advice-mpu{
  margin: 3%;
}

@media only screen and (min-width: 640px) {
  .home .slider {
    /*width: 66.1016949153%;*/
		width: 100%;
  /*  margin-left: 1.6949152542%; */
    display: inline-block; }
  .home .left-subscribe,
  .home .right-instagram {
    width: 15%;
    vertical-align: middle;
    margin-bottom: 0;
    position: relative;
  }
  .home .subscribe-link,
  .home .instagram-link {
   /* position: relative;
    top: 50%;
    transform: translateY(-50%);*/ }
  .home .site-main .post,.archive .site-main .post, .home .site-main .podcast,.archive .site-main .podcast {

    vertical-align: top;
  /*  width: 33.3333333333332%; */
		width: 30%;
		padding: 1.5%;
    float: left;
		overflow: hidden;

	}

	.home .site-main .post img,.archive .site-main .post img {

			width: 100%;

	}





		.grid-sizer{

	  	width: 33.333%;

	  }
		.gutter-sizer{
			padding: 0px !important;
			width: 5px;
		}

    #advice-mpu{
        width: 33.333333332%;
        background-color: red;
        margin: 3%;
      }
    #advice-mpu div:first-of-type{
      max-width: auto;
    }


/*
  .home .site-main .post:nth-of-type(3) {
    float: left; }
  .home .site-main .post:nth-of-type(3n+5) {
    margin-right: 0; }
  .home .site-main .post:nth-of-type(3n+6) {
    clear: left; }
  .home .site-main .post:nth-of-type(2),
  .home .site-main .post:nth-last-of-type(2) {
/*    width: 57.6271186441%;*/
   /* width: 66.66666666664%;
    float: right;*/
  /*  margin-right: 0; }
  .home .site-main .post:nth-last-of-type(2) {
    float: left;
    clear: left;
/*    margin-right: 1.6949152542%; */
/*    }
  .home .site-main .post:nth-last-of-type(3),
  .home .site-main .post:last-of-type {
    float: right;
    margin-right: 0; }
*/
}
.site-main {
	padding-top:  30px;
  font-family: 'Nimbus', serif;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
 }
  .site-main .post,
  .site-main .widget-area {
    width: 100%; }
  .site-main .container {
    margin: 0 auto; }
    .site-main .container.spacing {
      margin-bottom: 110px; }
  .site-main .shift {
    float: none;
    clear: none; }
  .site-main .nope:not(.visible) {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0; }
  .site-main .hide {
    display: none; }
  .site-main h2 {
    font-family: "Union", sans-serif;
    font-size: 49px;
    margin-bottom: 0.5em;
	font-weight: 500;  }
  .site-main h3 {
    font-family: "Union", sans-serif;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: 300; }
  .site-main h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 20px; }
  .site-main h5 {
    line-height: 1.5;
    color: #000000;
    margin-bottom: 20px; }
  .site-main ol,
  .site-main ul {
    margin-bottom: 1em; }
  .site-main p {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 35px;
    margin-top: 0; }
  .site-main p > span,
  .site-main p > a {
    font-size: 18px;
    line-height: 1.5;
    color: #000000; }
  .site-main p > a {
    text-decoration: underline; }
    .site-main p > a:hover, .site-main p > a:focus {
      -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      color: #323232;

      cursor: pointer; }
    .site-main p > a:active {
      -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, outline-color 0.2s ease;
      color: #c8c8c8;
      cursor: pointer; }
  .site-main .clear {
    display: block;
    visibility: hidden;
    width: 100%;
    clear: both;
    height: 0; }
  .site-main .center,
  .site-main .centered {
    text-align: center; }
  .site-main .right {
    text-align: right; }
  .site-main .left {
    text-align: left; }
  .site-main .entry-content {
    margin: 0; }
  .site-main .tags {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .site-main .tags-links a {
    font-size: 18px;
    line-height: 1.5; }
  .site-main .tags-links .spacer {
    padding-right: 15px; }
  @media only screen and (min-width: 640px) {

    .site-main .widget-area {
      display: inline-block;
      //float: left; }
    .site-main .post {
     /* margin-left: 8.4745762712%;
      width: 59.1836734694%;
      margin-right: 1.6949152542%; */}
    .site-main .widget-area {
      width: 28.5714285714%; }
    .site-main .container {
      width: 83.0508474576%;
      margin: 0 auto; } }
  @media only screen and (min-width: 960px) {
    .site-main .container.content {
      width: 49.1525423729%; }
    .site-main .shift {
      float: right;
      clear: right; } }

embed,
iframe,
object {
  max-width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container embed,
  .embed-container iframe,
  .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .embed-container .overlay img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 999; }

@media only screen and (max-width: 459px) {
  .form .container {
    margin: 0;
    width: 100%; } }

.form .section-title {
  font-family: "Union", sans-serif;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px; }

.form p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px; }

.form .hightlight {
  border-color: #FF0000; }

.form .form-row {
  width: 100%;
  margin-bottom: 20px; }

.form label {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px; }

.form .field {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  border: 1px solid #c8c8c8; }
  .form .field.active, .form .field.focus {
    border: 1px solid #323232; }

.has-full-width .hero {
  margin-bottom: 80px; }

	@media only screen and (max-width: 768px) {
		.has-full-width .hero {
		  margin-bottom: 0px; }
	}
  .has-full-width .hero .hero-image {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: contain;
    object-fit: contain;
    object-position: 50% 5%;
    height: auto; }

.has-full-width .entry-header {
  padding: 0; }

.has-full-width .entry-title {
  margin-top: 0; }

.has-full-width .entry-meta {
  margin-bottom: 30px; }

.has-half-width .hero {
  margin-bottom: 100px; }
  .has-half-width .hero .hero-image,
  .has-half-width .hero .entry-header {
    display: inline-block;
    vertical-align: middle; }
  .has-half-width .hero .hero-image {
    position: relative; }
  .has-half-width .hero .entry-header {
    font-weight: bold;
    text-align: center; }
  @media only screen and (min-width: 640px) {
    .has-half-width .hero .hero-image {
      width: 49.1525423729%; }
    .has-half-width .hero .entry-header {
      width: 49.1525423729%; } }

.has-small-hero-image .hero {
  margin: 60px 0; }
  .has-small-hero-image .hero .hero-image {
    width: 23.7288135593%;
    margin: 0 auto;
    display: block; }
  .has-small-hero-image .hero .entry-header {
    text-align: center;
    width: 49.1525423729%;
    margin: 0 auto;
    font-weight: bold; }

.has-default .hero {
  margin-bottom: 80px; }
  .has-default .hero .hero-image {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    object-position: 50% 5%;
    height: 100vh; }

.has-default .entry-header {
  padding: 0; }

.has-default .entry-title {
  margin-top: 0; }

.has-default .entry-meta {
  margin-bottom: 30px; }

.screenIndicator {
  background: black;
  bottom: 0;
  border: solid black;
  border-width: 1px 1px 0 0;
  color: lime;
  font-family: monospace;
  opacity: 0.2;
  padding: 2px 1ex;
  position: fixed;
  right: 0;
  visibility: hidden; }
  .debugging .screenIndicator {
    visibility: visible; }
  .screenIndicator:after {
    content: "tiny"; }
  .screenIndicator:after {
    content: "small"; }
  @media only screen and (min-width: 640px) {
    .screenIndicator:after {
      content: "medium"; } }
  @media only screen and (min-width: 960px) {
    .screenIndicator:after {
      content: "large"; } }
  @media only screen and (min-width: 1439px) {
    .screenIndicator:after {
      content: "xlarge"; } }
  .screenIndicator:hover {
    opacity: 1; }
    .screenIndicator:hover:before {
      content: "screen type: "; }

.slider .flexslider {
  padding: 0;
  margin: 0;
  background: #ffffff;
  position: relative;
  border: none;
  overflow: hidden; }
  .slider .flexslider a:active {
    outline: none; }
  .slider .flexslider a:focus {
    outline: none; }
  .slider .flexslider .slides {
    zoom: 1; }
    .slider .flexslider .slides > li {
      display: none; }
    .slider .flexslider .slides img {
      width: 100%;
      max-width: 100%;
      display: block;
      margin: auto;
      max-height: 500px;
      object-fit: cover;
      object-position: 50% 20%; }
    .slider .flexslider .slides li {
      position: relative; }
  .slider .flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 0;
    text-align: center; }
    .slider .flexslider:hover .flex-prev:hover {
      opacity: 1; }
  .slider .flexslider:hover .flex-next {
    opacity: 0.7;
    right: 0;
    text-align: center; }
    .slider .flexslider:hover .flex-next:hover {
      opacity: 1; }

.slider .slides {
  margin: 0;
  padding: 0;
  list-style: none; }
  .slider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.slider .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  bottom: -40px;
  text-align: center;
  bottom: 10px;
  z-index: 1000;
  position: absolute;
  display: inline-block; }
  .slider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.slider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  *height: 0;
  line-height: 80px; }
  .slider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #000000;
    text-shadow: 1px 1px 0 #e6e6e6;
    transition: all .3s ease;
    height: 80px;
    top: 45%; }
    .slider .flex-direction-nav a:before {
      font-family: FontAwesome;
      font-size: 40px;
      display: inline-block;
      content: '\f104'; }
    .slider .flex-direction-nav a.flex-next:before {
      content: '\f105'; }
  .slider .flex-direction-nav .flex-prev {
    left: 50px; }
  .slider .flex-direction-nav .flex-next {
    right: 50px;
    text-align: right; }
  .slider .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }

.slider .flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.slider .flex-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 30px;
  display: inline-block;
  max-width: 1170px;
  margin: auto;
  top: 35%;
  text-align: center; }
  .slider .flex-caption h2 {
    color: #ffffff;
    font-family: Lora, serif;
    font-style: italic;
    font-size: 28px;
    margin-bottom: 20px; }
  .slider .flex-caption .post-categories {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px; }
    .slider .flex-caption .post-categories a {
      color: #ffffff;
      font-family: Montserrat, sans-serif;
      text-transform: uppercase; }
    .slider .flex-caption .post-categories:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 2px;
      width: 40px;
      margin-left: -20px;
      background: #ffffff; }
  .slider .flex-caption .read-more a {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    line-height: 1;
    padding: 0 10px;
    letter-spacing: 1px; }

@media only screen and (min-width: 640px) {
  .slider .flex-caption,
  .slider .flex-control-nav {
    display: none; }
  .slider .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .slider .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.slider .flex-container a:active {
  outline: none; }

.slider .flex-container a:focus {
  outline: none; }

.slider .flex-pauseplay span {
  text-transform: capitalize; }

.slider html[xmlns] .slides {
  display: block; }

.slider * html .slides {
  height: 1%; }

.slider .no-js .slides > li:first-child {
  display: block; }

.slider .loading .flex-viewport {
  max-height: 300px; }

.slider .carousel li {
  margin-right: 5px; }

.slider .flex-control-paging li a {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px #323232; }
  .slider .flex-control-paging li a:hover {
    background: #ffffff; }
  .slider .flex-control-paging li a.flex-active {
    background: #ffffff;
    cursor: default; }

.slider .entry-container {
	background-color: #dfc2c0;
  width: 100%;
  text-align: center;
	padding-top: 5px;
  bottom: -10px;
  position: absolute; }
  .slider .entry-container .entry-header {
    width: 65%;
    margin: 0 auto;
    text-align: center; }
  .slider .entry-container .link {
    padding: 10px;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold; }
  .slider .entry-container .entry-meta {
    display: block; }
    .slider .entry-container .entry-meta * {
      color: black; }
	@media only screen and (max-width: 768px) {
		.slider .entry-container{
			text-align: left;

		}
		.home .slider .entry-title{
			text-align: left
		}
		.slider .entry-container .entry-header{
			margin: 0;
			width: 100%
		}
	}

.blocker {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4); }
  .blocker .modal {
    position: absolute;
    left: 20px;
    right: 20px;
    min-height: 200px;
    max-height: 570px;
    max-width: 90%;
    padding: 30px 20px 40px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    text-align: center;
    top: 10%; }
    @media only screen and (min-width: 640px) {
      .blocker .modal {
        width: 450px;
        max-height: 80%;
        margin-top: 0;
        left: 50%;
        margin-left: -225px;
        right: auto; } }
    .blocker .modal table {
      width: 100%; }
  .blocker .close-modal {
    position: relative;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    visibility: hidden;
    width: 0;
    height: 0;
    content: ""; }
    .blocker .close-modal:after {
      content: "";
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px; }
    .blocker .close-modal:before {
      position: absolute;
      visibility: visible;
      top: -7px;
      right: -8px; }
      .blocker .close-modal:before:after {
        content: "";
        position: absolute;
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px; }
  .blocker.current {
    display: block; }
  .blocker .cta {
    margin: 0 auto;
    text-align: center; }
  .blocker .message-fail {
    color: #FF0000;
    margin-top: 30px;
    text-align: center;
    padding: 0 20px; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
	background-color: blue;
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
	 image-rendering: auto;
  border: 0; }

img.half{
	width: 50%;
	float:left;
}
svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px;
margin-top: 0;}

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


@font-face {
    font-family: Union;
    src: url("inc/Union.otf") format("opentype");
}

@font-face {
	font-family: UnionBOld;
	font-weight: bold;
	src: url("inc/Union-Bold.otf") format("opentype");
}



@font-face {
	font-family: Nimbus;
	src: url("inc/fonts/nimbus/NimbusRomNo9L-Reg.otf") format("opentype");
}



@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700');


body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: 'Nimbus', serif;
  font-size: 1;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #ffffff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375; }

abbr, acronym {
  border-bottom: 1px dotted #c8c8c8;
  cursor: help; }

mark, ins {
  background: #ffffff;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/*  box-sizing: inherit; */ }

body {
  background: #dfc2c0;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }



figure {
  margin: 1em 0;
	margin-top: 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

a,
a:visited {
  font-family: "Union", sans-serif;
  font-size: 18px;

  color: #000000;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  cursor: pointer;
  color: #323232;
 }

*, *:before, *:after {
  /*-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
box-sizing: border-box; */ }

.landing {
  overflow-x: hidden; }
  .landing.hidden {
    overflow-y: hidden; }
  @media only screen and (min-width: 640px) {
    .landing {
      overflow-x: visible; } }

body {
  font-family: "Union", sans-serif;
  font-size: 28px;
  margin: 0;
  padding: 0;
  min-height: 100%;
  position: relative;
  background: #dfc2c0;
  color: #000000;
	 image-rendering: auto;
/*	 -webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto; */
	font-weight: 400;
  }

/*
.button {
  -webkit-background: linear-gradient(-45deg, #4DCDFF 0%, #C47FFF 70%);
  -moz-background: linear-gradient(-45deg, #4DCDFF 0%, #C47FFF 70%);
  -ms-background: linear-gradient(-45deg, #4DCDFF 0%, #C47FFF 70%);
  -o-background: linear-gradient(-45deg, #4DCDFF 0%, #C47FFF 70%);
  background: linear-gradient(-45deg, #4DCDFF 0%, #C47FFF 70%);
  font-size: 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 0;
  line-height: 18px;
  outline: none;
  width: auto;
  -webkit-transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 0;
  padding: 11px 29px 11px 29px;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer; }
  .button:hover, .button:focus {
    -webkit-background: linear-gradient(45deg, #C47FFF 0%, #4DCDFF 70%);
    -moz-background: linear-gradient(45deg, #C47FFF 0%, #4DCDFF 70%);
    -ms-background: linear-gradient(45deg, #C47FFF 0%, #4DCDFF 70%);
    -o-background: linear-gradient(45deg, #C47FFF 0%, #4DCDFF 70%);
    background: linear-gradient(45deg, #C47FFF 0%, #4DCDFF 70%);
    background: linear-gradient(45deg, #C47FFF 0%, #4DCDFF 70%);
    background: -webkit-linear-gradient(45deg, #C47FFF 0%, #4DCDFF 70%);
    -webkit-transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #ffffff; }
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 0.1em; }

h1 {
  font-family: "Union", sans-serif;
  font-size: 66px; }

h2 {
  font-family: "Union", sans-serif;
  font-size: 38px; }

h3, h4, h5, h6 {
  font-family: "Union", sans-serif;
  font-size: 28px; }

.seperator {
  display: block;
  border: 0 solid #e6e6e6;
  border-top-width: 1px; }

p {
  margin-bottom: 1em; }

p > strong,
p > b {
  font-style: normal; }

p > i,
p > em,
p > span > i,
p > span > em {
  font-style: italic; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea {
  font-family: "Union", sans-serif;
  font-size: 28px;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  display: block;
  width: 100%;
  line-height: 2em;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  color: #000000;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  textarea:focus {
    box-shadow: none;
    border-color: #fff;
    outline: 0; }
  input[type="email"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="url"][disabled], input[type="color"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="week"][disabled],
  textarea[disabled] {
    background: #e6e6e6;
    opacity: 0.3; }
  input[type="email"].placeholder, input[type="number"].placeholder, input[type="password"].placeholder, input[type="search"].placeholder, input[type="tel"].placeholder, input[type="text"].placeholder, input[type="url"].placeholder, input[type="color"].placeholder, input[type="date"].placeholder, input[type="datetime"].placeholder, input[type="datetime-local"].placeholder, input[type="month"].placeholder, input[type="time"].placeholder, input[type="week"].placeholder,
  textarea.placeholder {
    color: #e6e6e6; }
  input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }
  input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }
  input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }

textarea {
  resize: vertical;
  min-height: 150px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #323232;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #000000; }

select {
  border: 1px solid #c8c8c8; }

textarea {
  width: 100%; }

.search .search-wrap {
  position: relative;
	padding-top: 10px }

.search .search-submit {
  color: #000000;
  background: transparent;
  border: 0;
  position: absolute;
  top: 3px;
	line-height: normal;
  right: 3px; }

	@media  screen and (max-width: 960px) {

		.search .search-submit {
			top: -6px;
		}
	}

.search .search-icon { 
  display: none; 
  cursor: pointer; 
  background: transparent; 
  border: 0; 
  outline: 0;
}

 input[type="search"], input[type="search"]:focus{

	 font-size: 11px;
	 padding: 0 5px;
	 border-radius: 0;
	 border: solid 1px #000;
 }
	@media  screen and (max-width: 960px) {
		input[type="search"], input[type="search"]:focus{
font-size: 20px;
	  }
		.search .search-submit{
			top:4px;
		}

	}


 .search .fa{
	 font-size: 11px;

 }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/



.naviation-wrapper{
   position: relative;
 width: auto;
	margin: 0 auto;
	text-align: center;
	  position: relative;
}



.main-navigation {
  display: inline-block;

}


  .main-navigation .menu-item {
		text-transform: uppercase;
 display: inline-block;
    margin-right:7%;
    margin-left: 7%;
		font-weight: bold;
			  position: relative;

	}

	@media  screen and (max-width: 1150px) {
	    .main-navigation .menu-item {
				margin-right:5%;
				margin-left: 5%;
			}
	}

	@media  screen and (max-width: 960px) {
			.main-navigation .menu-item {
				margin-right:0;
				margin-left: 0;
			}
			.naviation-wrapper{
				text-align: left;
			}

	}



  .main-navigation .menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 0;
	}



    .main-navigation .menu ul {
    /*  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
      float: left;
      position: absolute;
			 top:0px;
			 left:-5px;
			 padding-top: 30px;
			 background: transparent;
			display: none;
      z-index: 99999; }
      .main-navigation .menu ul ul {
        left: -999em;
        top: 0; }
      .main-navigation .menu ul li:hover > ul,
      .main-navigation .menu ul li.focus > ul {
			top: 45px; }
      .main-navigation .menu ul a {
        width: 200px;
		}



  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 14px; }

		.main-navigation .sub-menu{

			padding: 0;
			background-color: white;

			text-align: left;
			display: block;
			position:absolute;


		}
		.main-navigation .sub-menu li{
			display: inline-block;
			margin: 0;
			padding:5px;
			background-color: white;
		}

		  .main-navigation li:hover, .main-navigation li.current-menu-item{
				border-bottom:  solid 2px black;
			}

			.main-navigation .sub-menu li:hover{
					border-bottom:  none;
					background-color: black;

			}
			.main-navigation .sub-menu li a:hover{
					color:white;
			}


		@media screen and (max-width: 959px){
						.main-navigation .menu ul{
							position: relative;
							display: block;
							margin: 0 auto;
							width: 100%;
							text-align: center;
						}

						.main-navigation .menu ul a {
						width: 100%;
						}

						.main-navigation a {

							font-size: 16px; }

					}


		#primary-menu-left .menu-item:first-child{

			margin-left: 0;
		}
		#primary-menu-right .menu-item:last-child{

			margin-right: 0;
		}

  @media only screen and (min-width: 640px) {
    .main-navigation {
      /*width: 100%; */ } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	display: none;
  margin: 0 0 1.5em;
  overflow: hidden;
  width: 100%; }

	.site-content-archive .site-main .posts-navigation, .site-content-archive .site-main
	.nav-previous, 	.author .site-main .posts-navigation, .author .site-main
	.nav-previous{
		display: block;
	}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .custom-previous {
	display: none;
  float: right;
  width: 25%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  text-align: right;
  width: 25%; }


.mobile-menu.active .main-navigation {
  width: 100%;
  text-align: center; }
  .mobile-menu.active .main-navigation .menu-item {
    width: 100%;
    padding: 5px 0; }
    .mobile-menu.active .main-navigation .menu-item:nth-of-type(5) {
      /*margin-left: 0;*/ }
			.mobile-menu.active .main-navigation ul ul {
				padding-top:  5px;

			}
				.mobile-menu.active .main-navigation ul ul a {
						font-size: 14px;
				}
.mobile-menu.active .social-links .links {
  text-align: center;
  width: 100%;
  float: none; }

.mobile-menu.active .social-links .item {
  padding: 0 40px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #0000ff;
    display: block;
    font-size: 0.875;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/



.advertising .entry-meta{
	display: none;
}

.advertising a{
	color: #fff;
}

@media screen and (max-width: 640px){
	.advertising{
		background-color: #fff;
	}

	.advertising a{
		color: #000;
	}
	.banner a{
		color: #fff;
	}


}


.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em;

  }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.content-area {
  padding: 0 20px;
	padding-top: 80px;
  margin: 0px 0 50px 0; }

.content {
  margin-bottom: 200px; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.cat-links,
.byline,
.entry-date {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
}


.cat-links {
  color: #ffffff;
/*  padding: 5px 10px; */
  }

  .cat-links a {
    font-size: 11px;
		text-transform: uppercase;
		font-weight: 400;
  }

.byline .url {
  font-size: inherit;
   }

.entry-content a,.posted-on a{
	font-family: "Nimbus";
}


.entry-content a{
	text-decoration: underline;
}
./* clear fix */
.posts_wrapper:after {
  content: '';
  display: block;
  clear: both;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.view-more-wrapper{
	width: 100%;
	text-align: center;
}

.view-more-button{
 background-color: #dfc2c0;;
 border-radius: 0px;
 border:none;
 text-decoration: underline;
 padding: 10px;
 font-family: "Union";
}
.view-more-button:hover{
	cursor: pointer;
	color: #323232;
}

.load-status{
	display: none;
	max-width: 100px;
margin: 0 auto;

}
.load-status a{
	text-decoration: none;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }




		.half_width{
		/*	display: none; */
		}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }





  .single article{
  	padding-top: 0px;
  }

  .single .site-main article {
  	width: 60%;
		margin: 0 auto;
  }


	.single-format-gallery .site-main article {
  	width: 100%;
		margin: 0 auto;
  }

	.single .site-main #secondary {
		width: 25%;
	}


	.cat-container a{
		font-family: 'Nimbus', serif;

		padding: 2px 0px;

	}

	.in{
		background-color: #000;

				font-family: 'Nimbus', serif;
				font-size: 12px;
				margin-right: -4px;
				display: none;

	}

	.byline, .byline a {
		font-family: 'Nimbus', serif;
		font-size: 12px;
		font-weight: 400;
	}

	.single .byline {

	}




  .material_girl_link {
     padding: 3%;
  }

  .wpp-views{
    display: none;
  }

  .material_girl_link a {
    padding: 20px;
    line-height: 1.2;
    font-size: 35px;
    /* display: block; */
    float: left;
    color: #000;
    /* width: 33.333333332%!important; */
    text-align: center;
    background-color: #FF0000;

    background: linear-gradient(270deg, #fff, #ff0000, #fff, #ff0000);
    background: linear-gradient(270deg, #ff0000, #ffffff, #ff0000, #ffffff);
    background-size: 800% 800%;

    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
  }
        @-webkit-keyframes AnimationName {
      0%{background-position:0% 51%}
      50%{background-position:100% 50%}
      100%{background-position:0% 51%}
  }
        @-moz-keyframes AnimationName {
      0%{background-position:0% 51%}
      50%{background-position:100% 50%}
      100%{background-position:0% 51%}
  }
        @keyframes AnimationName {
      0%{background-position:0% 51%}
      50%{background-position:100% 50%}
      100%{background-position:0% 51%}
  }

  #secondary .material_girl_link {
     padding: 0%;
  }

	.material_girl_link img{
	width: 100%;

	}

	.material_girl_link_inner{
		width: auto;
		margin: 0 auto;
	}

	.material_girl_link_img{

	}

	.material_girl_link_inner p{
		margin: 0!important;
		background-color: #FF0000;
		display: inline;
		padding: 10px;
		font-size: 35px;
		line-height: 1.3;
	}

	.material_girl_link span{
		display: block;
	}

	.fb_link{
		width: auto!important;
		padding: 20px;
		background-color: #000;
		font-size: 25px;
		color: #ff0000;
		display: block;
		margin: 25px;
	}

	.fb_link:hover{
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #ff0000!important;
	}

	.store_link{
	/*	width: auto!important; */
		padding: 20px;
		background-color: #ff0000;
		font-size: 25px;
		color: #000;
		display: block;
	/*	max-width: 20%;
		margin-left: 6.66666%; */
		text-align: center;
				/*margin: 25px;*/

	}

	.store_link img {
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}


	.mostread_link_inner{
		height: 33.3333333332%;
/*		padding: 50px;
		font-size: 25px;
		color: #000;
		display: block;
		margin: 25px;*/

	}

	.single .mostread_link{
		margin: 0px;
	}

	.mostread_link_inner{
		background-color: #ff0000;
		padding-bottom:10px;

	}



	.wpp-thumbnail{
		margin: 0px 5%!important;
		width: 90%!important;
	}

	.wpp-list{
		margin: 0px!important;
		padding: 0px!important;
		list-style: none;
	}
	.wpp-list li{
		position: relative;
	}

	.wpp-post-title{
		position: absolute;
		bottom: 25%;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 12px;
		width:80%;
		margin-left: 10%;
		background-color: #fff;
		padding: 2px;
		font-weight: 500;
	}


	.mostread_link ul#sidebar{
		margin: 0px!important;
		padding: 0px!important;
	}

	.mostread_link h2.widget-title{
		margin: 0px;
		padding-top: 25px!important;
		margin-bottom: 25px;
		font-size: 20px;
		text-align: center;

	}

	.wpp-list li{
		float: left!important;
		clear: none!important;
	}



	.bottom a{
		font-size:13px;
	}

	#menu-secondary a{
		font-size: 25px;
		font-weight: 700;

	}

	.singleaside {
		text-align: center;
	}

	.singleaside .material_girl_link_inner p{
		font-size: 20px;
	}

	.singleaside .material_girl_link {
		width: 100%!important;
		margin-top: 50px;
	}

	.singleaside .fb_link {
		display: inline-block;
		width: auto!important;
		margin-left: auto!important;
		margin-top: 50px;
	}

	.singleaside .store_link {
		width: 100%;
		display: block;
		max-width: 100%;
		margin-top: 50px;
		margin-left: 0px;

	}

	.singleaside .mostread_link{
		width: 100%;
		padding: 0px;
	}


	.single.has-default .entry-header{
		max-width: 93%;
		margin: 0 auto;
		padding: 3%;
	}
	.nav-links{
		margin-top: 50px;
	}
	.nav-links a{
		font-size: 30px;
		font-weight: 700;
	}


	.footer-container .social-links .label{
		display: inline-block;
	}

	.footer-container .social-links{
		width: 100%;
		top: 0px;
	}

	.bottom .container {
		padding: 5px;
	}

	.logo{
		width: 60%;
		margin: 0 auto;
		margin-top: 0px;
	}



	.archive #mainHeader .social-links, 	.search #mainHeader .social-links{
		float: none;
		margin-left: 0px;
		height: auto;
	}

	archive .post-header .header-base .social-links .links, .search .post-header .header-base .social-links .links{
		top: 0px;
	}

	.archive .post-header .header-base .logo-container, .search .post-header .header-base .logo-container{
		vertical-align: middle;
	}


	.box_text{
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;

		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);

		-webkit-transform-origin:30% 160% ;
		-webkit-transform-origin:30% 160% ;
		-webkit-transform-origin:30% 160% ;
		-webkit-transform-origin:30% 160% ;



		color: #fff;
		font-size: 12px;
		text-align: center;
	}


			.subscribe_text{

					-webkit-transform: rotate(-90deg);
					-moz-transform: rotate(-90deg);
					-o-transform: rotate(-90deg);
					transform: rotate(-90deg);

					-webkit-transform-origin:73% 160% ;
					-webkit-transform-origin:73% 160% ;
					-webkit-transform-origin:73% 160% ;
					-webkit-transform-origin:73% 160% ;

           left:35px !important;
           top:-60px !important;

							}



	.featured_box{
		width: 100%;
		padding-bottom: 100vh;
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}

	@media (max-width:769px){
			.featured_box{
					padding-bottom: 50vh;
					background-size: contain;
			}
	}

	.home_slider{
		vertical-align: middle;
		margin-bottom: 0px!important;
	/*	guida */
	/*	margin-left: 0.5%!important;*/


	}
.slick-list{
	height: 100vh;
}


	/*add banner */
	.home .site-main article.banner{
		background: none;
		width: 100%;
		text-align: center;
		padding: 0;

		padding-top: 50px;


	}

	.home .site-main article.banner img{
		max-height: 400px;
		width: auto;
	}


	.home_slider .entry-meta{
		padding-bottom: 10px;
	}

	.left-subscribe{
		float: none!important;
		display: inline-block;
		vertical-align: middle;
		height: auto!important;
	}

	.right-instagram{
		float: none!important;
		display: inline-block;
		vertical-align: middle;
		height: auto!important;
	}


	.home .hero-container{

		margin-bottom: 0px;
	}


	a.vice {
		background-image: url(img/vice_logo.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.fa-vice{
		width: 20px;
	}

	.fa-vice:before{
		content: url('img/vice_logo.svg');
		width: 5px;
	}

	.home .site-main .post.two_third, .home .site-main .podcast.two_third {
	/*	width: 66.666666662%; */
	width: 62%;
	}
	.home .site-main .post.small_advertising, .home .site-main .podcast.small_advertising  {
	/*	width: 66.666666662%; */
	width: 15%;
	}

	.slider_links{
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.content{
		margin-bottom: 100px;
	}

	#mc_embed_signup{
			background: transparent!important;
			text-align: center;
			    font-family: "Union", sans-serif!important;

		}


		#mc_embed_signup input.email {
			border: 5px solid #000!important;
			background: #000!important;
			color: #fff!important;
			display: inline-block!important;
			margin-right: 0px!important;
			border-radius: 0px!important;
			width: 100%!important;
			margin: 0!important;
		}

		input[type="email"]{
			color: #000!important;
		}

	#mc_embed_signup	.divider {
			border: 5px solid #000!important;
			background: #000!important;
			width: 100%!important;
			margin: 0!important;
			height: 30px;
		}

		#mc_embed_signup .button{
			color:#000!important ;
			border-radius: 0px!important;
			padding: 10px!important;
			display: inline-block!important;
			min-width: auto!important;
			height: auto!important;
			line-height: 1!important;
			margin: 0!important;
			background: #dfc2c0!important;
			width: 100%!important;
			padding-top: 10px;
			text-transform: uppercase!important;
			letter-spacing: 2px!important;
			font-size: 18px !important;
			padding-bottom: 10px!important;
			font-weight: bold!important;
		}

	/*	#mc_embed_signup label{
			padding-top: 10px;text-transform: uppercase;
			letter-spacing: 2px;

		}*/

		#mc-embedded-subscribe{
				padding-top: 10px;text-transform: uppercase;
				letter-spacing: 2px;
				font-size: 18px;
	    padding-bottom: 10px;
	    font-weight: bold;
			}

		#mc_embed_signup_scroll{
			text-align: center;
/*			padding: 2% 10%!important;*/
/*			border: 7px solid #000;*/
			width: 100%!important;
			display: inline-block;
			margin: 0 auto!important;
			background-color: #dfc2c0!important;
		}

		#mc_embed_signup form{S
			margin-left: 0px!important;
			padding: 0px!important;
			text-align: center!important;
		}

		#mc_embed_signup_scroll .clear:before{
			display: inline-block!important;

		}

		input[type="email"]::-webkit-input-placeholder {
		  color: #fff;
		  text-align: center;
		}

		.mobile-subscribe {
			display: none!important;
		}


		.custom_search{
			width: 75%;
			margin: 20px auto;
		}

		.custom_search input[type="search"]{
			background-color: #000;
			height: 200px;
			color: #fff;
		}

		.custom_search .search-submit{
			background: transparent;
			border: 0px;
			box-shadow: 0px!important;
			float: right;
		}

		.custom_search input[type="search"]::-webkit-input-placeholder {
		  color: #fff;
		}

		.error-404 .page-header {
			text-align: center;
			position: relative;
		}
				@media (max-width:768px){
					.single .site-main article {
						width: 100%;
					}

				}
				@media (max-width:599px){

								.mobile_100{
									width: 100%!important;
									max-width: none!important;
									margin-left: 0px;
								}

								.hero-container{
									font-size: 0px;
									margin-bottom: 0px!important;
								}

								.home_slider{
									margin-left: 0px!important;
								}

								.left-subscribe.mobile-subscribe {
									display: inline-block!important;
								}

								.left-subscribe{
									display: none!important;
								}


								.right-instagram, .left-subscribe{
									width: 49.8%!important;
									margin-top: 20px;
									margin-bottom: 10px!important;
								}

								.sampleClass {
									float: none;
								}

								.home .entry-title{
									margin-bottom: 10px;
								}



								.single .site-main #secondary{
									width: 100%;
								}


								.nav-links a{
									font-size: 18px;
								}

								.nav-next, .nav-previous {
									width: 50%!important;
								}

								.nav-next{
									text-align: left!important;
								}

								.nav-previous{
									text-align: right!important;

								}

								.home .site-main .post.two_third, .home .site-main .podcast.two_third{
									width: 100%;
								}



								.home_slider{
									float: left!important;
								}


							}
#eu-cookie-law{
	font-size: 14px;
}

/* guida 1/10/2018 bugs and adds */

.tag_info{
	padding: 0 3%;
	text-align: center;
	max-width: 960px;
	margin: 0 auto;


}



	/*--------------------------------------------------------------
	## related posts
	--------------------------------------------------------------*/
	.jp-relatedposts-items {
		display: none;
		font-family: "Nimbus";
	}

	.jp-relatedposts-custom{
		display: block;

	}

	.jp-relatedposts-post-date{
		display: none !important;
	}

	.jp-relatedposts-post-a{
		font-family: "Nimbus";
	}
	/*--------------------------------------------------------------
	## single articles
	--------------------------------------------------------------*/

iframe.instagram-media, .jetpack-video-wrapper iframe{
	margin: 0 auto !important;
	width: 100% !important;
}

twitter-widget{
	margin: 0 auto !important;
}


figcaption{
font-size:14px;
}

.instagram-media{
	margin: 0 auto !important;
	width: 100% !important;
}
/*--------------------------------------------------------------
## Gallery posts
--------------------------------------------------------------*/
.post-slider{
	width: 74%;
	float: left;
	position: relative;
	height: 90vh;
	padding-top:60px;
overflow: hidden;

}


.single-format-gallery section.hero{
	padding: 0 20px;
	border-left: solid black 1px;
	float: right;
 	width: 20%;

}

.single-format-gallery section.hero .entry-header{
	text-transform: uppercase;

	 width: 100%;

}
.single-format-gallery section.hero .entry-content{
	text-align: center;

}

.single-format-gallery .entry-content{
	padding-top: 50px;
}

.gallery-on-post .gallery img{
	margin: 0 auto;
	width: auto;
	max-height: 600px;

}
.gallery-on-post .slick-slider{
	margin-bottom: 0px;
}

.gallery-on-post .slick-list{
	height: auto;
	margin-bottom: 0px;
}
.gallery-post-slider{

margin:0;
padding: 0;
max-height: 80vh;
}

.gallery-post-slider .slick-slide img{
max-width: 85%;
max-height: 80vh;
margin: 0 auto;


}
.gallery-post-slider	.slick-prev, .gallery-post-slider	.slick-prev:hover{
	left: 10px;


	}
	.gallery-post-slider	.slick-next, 	.gallery-post-slider	.slick-next:hover{
		right: 10px;

	}

	.gallery-post-slider .slick-next:hover, .gallery-post-slider .slick-prev:hover{
		background-color: transparent !important;
		color:#323232;
		opacity: 1;
		right: 10px;
	}

	.gallery-post-slider .slider-captions{
		text-align: center;



	}
	.gallery-post-slider .slider-captions figcaption{
		text-align: center;
		padding-top: 5px;
		font-size: 16px;

	}

.gallery-post-slider .slick-dots{
	bottom: -60px;
}

.captions-post-slider li{
	list-style: none;
	display: none;
}
.captions-post-slider li.caption-0{
	display: block;
}

.captions-post-slider{

	margin: 0;
	padding: 0;
	padding-left: 10px;

}

.captions-post-slider li p{
		font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}
.captions-post-slider li p a{
	font-size: 14px;
}

.single-format-gallery .slick-initialized .slick-slide{
	position: relative;
	height: 80vh;

}

.single-format-gallery .hero{
/*	float: left;
	width: 40%; */
}

.single-format-gallery .layout-module{
	width: 100%;


}



.gallery-footer{
	width: 60%;
	margin:0  auto;
}

/* BLOCKS */
/* galerie */
.site-content .wp-block-jetpack-slideshow .amp-carousel-button-prev, 	.site-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
		width: 50px;
		height: 50px;
		background-size: 50px;
		background-color: transparent;
		background-image: url(/wp-content/themes/Indie-Renewed-2019/js/slick/arrow_left.svg) !important;
}

.wp-block-jetpack-slideshow .amp-carousel-button-next, .wp-block-jetpack-slideshow .swiper-button-next.swiper-button-white, .wp-block-jetpack-slideshow.swiper-container-rtl .swiper-button-prev.swiper-button-white, .wp-block-jetpack-slideshow.swiper-container-rtl .wp-block-jetpack-slideshow_button-prev, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next{
	width: 50px;
	height: 50px;
	background-size: 50px;
	background-color: transparent;
	background-image: url(/wp-content/themes/Indie-Renewed-2019/js/slick/arrow_right.svg) !important;
}

.wp-block-jetpack-slideshow .amp-carousel-button:focus, .wp-block-jetpack-slideshow .amp-carousel-button:hover, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:hover, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:hover, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:hover, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:hover{
	background-color: transparent !important;
}

.wp-block-jetpack-slideshow .amp-carousel-button:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play:focus, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev:focus {
    outline: none !important
}

/*podcast*/


body .castos-player.light-mode .player {
    background: transparent;
    width: 96%;
		border: 3px solid black;
		border-radius: 10px
	}

body .castos-player .play-pause-controls .play-btn {
	  background: url("img/play-button.png");
		background-size: cover;
		background-repeat: no-repeat;

	}
body .castos-player .play-pause-controls{
	background: transparent;

}
body .castos-player .play-pause-controls .pause-btn{
	background-repeat: no-repeat;
	background: url("img/pause.png");
	background-size: cover;
}

body .castos-player .progress__filled {
	background-color: black
}

body .castos-player .play-pause-controls .loader{
	display: none !important;
}

body .castos-player.light-mode .ssp-progress{
	background-color: white
}

body .castos-player .progress, .castos-player .ssp-progress{
	height: 4px
}

body .castos-player .player-btn__volume.off{
	background-color: black  !important;
}

body .castos-player .share-icon:hover{
	background-color: #f1f1f1 !important

}

body .castos-player .player-panel .player-panel-row button:hover {
    cursor: pointer;
    background-color: #f1f1f1 !important
}

.podcast-template-default .hero{
	margin-bottom: 0px
}
/* slick lightbox */

.slick-lightbox{
background-color: rgb(255,255,255,0.9) !important;}

.slick-lightbox button.slick-prev, .slick-lightbox button.slick-prev:hover{
	left: 50px;
}

.slick-lightbox button.slick-next, .slick-lightbox button.slick-next:hover{
	right: 50px
}

	@media (max-width:768px){
		.post-slider{
			max-height: 400px;
			height: auto;
			padding-top: 30px;
			width: 100%;
			float: none;
		}
		.gallery{
			padding-top: 30px;
		}
		.single-format-gallery section.hero{
			width: 96%;
			float: none;
			border:none;
			padding: 2%;
			margin-bottom: 0px;
		}
	.gallery-on-post	.gallery img, .gallery .slick-initialized .slick-slide,	.gallery-post-slider .slick-slide img, .single-format-gallery .slick-initialized .slick-slide{
			max-width: 75%;
			max-height: 50vh;
		}
		.slick-list{
			max-height: 60vh;
		}
		button.slick-prev, button.slick-next, button.slick-next:hover,button.slick-prev:hover {
			top: -30px;
			width: 20px;
		}
	.gallery-post-slider	button.slick-prev, 	.gallery-post-slider	button.slick-prev:hover,	.gallery	button.slick-prev, 	.gallery	button.slick-prev:hover{
			left: 40%;

		}

		.gallery	button, .gallery	button:hover {
			top: 0px; !important;
		}
	.gallery-post-slider	button.slick-next, .gallery-post-slider	button.slick-next:hover, .gallery	button.slick-next, .gallery	button.slick-next:hover{
			right: 40%;
		}
		.cat-links, .entry-footer, .entry-meta{
			line-height: normal;
		}

		.site-main p{
			margin-bottom: 20px;
		}

		.content-area{
			padding-left: 10px;
			padding-right: 10px;
		}
	}

	/* 404 not found */

	.no-results .page-header{
		position: relative;
	}

	.no-results, .not-found{
		left: 50% !important;
		text-align: center;
		transform: translateX(-50%);
	}

/*  #mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
  #mergeRow-gdpr {margin-top: 20px;}
  #mergeRow-gdpr fieldset label {font-weight: normal;}
  #mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}
  */

	.pop-up{
		position: fixed;
	    /* display: none; */
	    z-index: 10;
	    background: black;
	    color: white;
			top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      max-width: 550px;


    }

    #mc_embed_signup_popup{
      background:#000; clear:left;
    }

		.pop-up h2{
      font-family: "Union";
      text-transform: uppercase;
      margin:0;
      margin-bottom: 10px;
      font-size:34px;
    }
    .pop-up h3{
     margin-top: 5px;
    }

    .pop-up label{
      text-transform: uppercase;
      font-size: 14px;
      padding: 20px 0;
    }
		.pop-up p {

			font-size:10px;
		}

    .pop-up a {
      color: white;
      text-decoration: underline;
			font-size:12px;
    }

		.pop-up input[type="email"]{
			-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 20px;
    padding: 0 5px;
    color:white !important;
    background: black;
    border-radius: 0;
    border: solid 1px white
		}

		.pop-up input.button{
			-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		border-radius: 0px;
		background-color: black;
		color: white;
		border: white 1px solid;
		font-family: Union;
		text-transform: uppercase;
		font-size:20px;

    }

    .pop-up input.button:hover{
		background-color: white;
		color: black;
		border: black 1px solid;


    }

    .pop-up_close{
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
    }


    @media (max-width:768px){
      .pop-up{
        max-width: unset;
        width: 90%;

    }
