/*
Theme Name: MAMA
Author: Kris Borgerink
Author URI: http://www.krisborgerink.nl/
Description: Custom build theme for MAMA
Version: 1.0
*/

/* general
--------------------------------------------------*/
html { /*overflow-x: hidden; overflow-y: scroll;*/ }

body {
    font: 20px/1.5 "FranklinGothicStd-Roman", Helvetica, "Arial Nova", Arial, sans-serif;
    line-height: 30px;
    font-weight: normal;
    text-align: left;
	color: #000;
	background-color: #fff;
}
#preloader {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #fff;
	position:fixed;
	z-index: 90000000;
}
.text-light {
    color: #fff !important;
}
.no-underline {
    border: none !important;
}
a {
  	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}
p a {
	border-bottom: 2px solid #000 !important;
}
a:hover, input[type="submit"]:hover, button:hover {
	text-decoration: none;
}

/*a, input[type="submit"], input[type="button"], button, .overlay-container {
    -webkit-transition: opacity 0.2s ease !important;
    -moz-transition: opacity 0.2s ease !important;
    -o-transition: opacity 0.2s ease !important;
    -ms-transition: opacity 0.2s ease !important;
    transition: opacity 0.2s ease !important;
}*/
a, input[type="submit"], input[type="button"], button, .overlay-container, #content #search .search-results h4 a .kwb-icon.kwb-icon-arrow-right {
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}
a:hover, input[type="submit"]:hover, form input[type="button"]:hover, button:hover, /*#main-nav li a:hover .txt,*/ .overlay-container:hover, body:not(.home) #content .slide:hover h2 a/*, #content .slide h2 a:hover*/ {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
    /*margin-top: -10px !important;*/
}
a.img-link {
    display: block;
    border: none;
}

.social_icon_holder a {
    font-size: 30px !important;
    border: none !important;
    padding: 8px 16px 8px 0;
    display: inline-block;
    width: 30px;
    text-align: center;
    max-width:100%;
}

.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
    display: none !important;
}
.white-bg {
    background-color: #fff;
}
.white-outline {
    border: 5px solid #fff;
}
.white-text, .white-text a {
    color: #fff;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.has-shadow,
form .button, .button, .wpcf7-submit, .add_to_cart_button, form input, form textarea, button, .btn, #search .search-results h4 {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.5);
}
.has-full-width-shadow:after {
    content:'';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.2+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.has-inner-shadow, .has-full-width-inner-shadow:after {
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.2+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
.has-full-width-inner-shadow:after {
    content:'';
    /*position: relative;*/
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.text-has-shadow {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
.ease {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bounce {
  /*-moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;*/
  -moz-animation: bounce 2s;
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/**/
.table {display: table;}
.table-cell {display: table-cell;}

/* vertical align */
/* This parent can be any width and height */
/*.v-center-block {
  text-align: center;

  /* May want to do this if there is risk the container may be narrower than the element inside */
  /*white-space: nowrap;
}*/
 
/* The ghost, nudged to maintain perfect centering */
/*.v-center-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
/*}*/

/* The element to be centered, can also be of any width and height */ 
/*.v-centered {
  display: inline-block;
  vertical-align: middle;
}*/

/* vertical align new */
.v-align {
    position: relative;
    top: 50%;
    -ms-transform: perspective(1px) translateY(-50%);
    -webkit-transform: perspective(1px) translateY(-50%);
    -moz-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

@media screen and (min-width: 768px) {
    .v-align-tablet {
        position: relative;
        top: 50%;
        -ms-transform: perspective(1px) translateY(-50%);
        -webkit-transform: perspective(1px) translateY(-50%);
        -moz-transform: perspective(1px) translateY(-50%);
        transform: perspective(1px) translateY(-50%);
    }
}


/*div {
  zoom: 1;	
  min-height: 0;
}*/

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 20px;
    }
    .social_icon_holder a {
        font-size: 25px;
        padding: 6px 14px 6px 0;
    }
}

/* header
--------------------------------------------------*/

#header {
    width: 100%;
    min-height: 80px;
    height: auto;
    padding: 18px 0 0 0;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;*/
    /*overflow: hidden;*/
}
.fixed-header #header {
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: -1;*/
    /*z-index: 100000000;*/
    z-index: 9999;
    background-color: #fff;
}

/*#header:after {
    content: "";
    position: absolute;
    top: -35px;
    height: 102px;
    background-color: #fff;
    z-index: -2;
    left: 0;
    width: 100%;
    -webkit-transform:skewy(-0.3deg);
    -moz-transform:skewy(-0.3deg);
    transform:skewy(-0.3deg);
}*/

/*#header .logo,*/
#header .navigation {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
#header .navigation.navigation-left, #header .navigation.navigation-right {
        padding-top: 4px;
}
#header .navigation.navigation-right {
    text-align: right;
}

#header .logo h1 {
    font-size: 22px;
    line-height: normal;
    text-transform: uppercase;
    /*height: 60px;*/
    width: 189px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
#header .logo h1 a.btn-home {
    width: 189px;
    height: 45px;
    display: block;
    background-image: url(assets/images/logo_MAMA@2x.png);
    background: url(assets/images/logo_MAMA.svg),
        linear-gradient(transparent, transparent); /* fallback hack */    
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    margin: 0 auto;
}
/* on air */
#header.on-air .logo h1 {
    width: 251px;
}
#header.on-air .logo h1 a,
#header.on-air .logo h1 .icon-on-air {
	display: inline-block;
	float: left;
	margin: 0;
}
#header.on-air .logo h1 .icon-on-air {
    width: 62px;
    height: 45px;
	display: inline-block;
    background-image: url(assets/images/MaMA_live_on_air@2x.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}



#header, #header a {
	border: none;
    font-size: 100%;
}
#header .language_select {
    font-family: Helvetica, "Arial Nova", Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#header .language_select a {
    font-weight: 400;
}

#header .language_select span {
    display: none;
}

#header #header-info-block {
    padding-top: 40px;
    padding-bottom: 10px;
}
#header #header-info-block .ease {
    filter:alpha(opacity=100); 
    opacity:1;
}
#header #header-info-block.invisible .ease {
    filter:alpha(opacity=0); 
    opacity:0;
}
#header #header-info-block li {
    display: block;
}

@media screen and (max-width: 767px) {
    #header, #header a {
        font-size: 100%;
    }
    #header .logo h1 {
        margin: 0;
    }
    #header .logo h1 a.btn-home {
        width: 150px;
        height: 36px;
        /* background-size: 150px 36px; */
        margin: 4px 0 0 0;
    }
    #header #header-info-block * {
        text-align: center;
    }
    /*#header .logo h1 {
    }*/
    #header .logo {
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .navigation {
        padding-left: 15px;
        padding-right: 12px;
    }
    #header .navigation.navigation-left, #header .navigation.navigation-right {
        padding-top: 8px;
    }
    #header .navigation.navigation-right li {
        margin-bottom: 4px;
    }
    #header .navigation.navigation-right a {
        font-size: 1.2rem !important;
    }
    #header .navigation.navigation-right .kwb-icon.kwb-icon-info {
        width: 20px;
        height: 20px;
    }
	/* on air exceptions */
	#header.on-air .logo h1 .icon-on-air {
		position: absolute;
		top: 14px;
		left: 164px;
		z-index: 10;
	}
	/* #header.on-air .navigation .search, */
	#header.on-air .navigation .hide-on-mobile-small {
		display: none;
	}
}

@media screen and (min-width: 768px) {

}

/* footer
--------------------------------------------------*/
#footer {
    position: relative;
    overflow: visible;
}
.home #footer,
.main-nav-minimized #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/*.home #main-nav {
    height: calc( 100vh - 80px + 50px );
}*/

/* nav
--------------------------------------------------*/

/* general */

ul.main-nav, .navigation li, ul#inline-subnav li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation li, ul#inline-subnav li {
    display: inline-block;
}

/* main nav */

#main-nav ul.main-nav {
    font-family: "FranklinStein fat roman", Helvetica, "Arial Nova", Arial, sans-serif;
    /*width: 100%;*/
    position: relative;        
    width: 100%;
    /*height: 75vh;*/
    display: block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

/*.main-nav li {
    height: 25vh;
    font-size: 150px;
    line-height: normal;
    list-style: none;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    display: block;
    position: relative;
}
.main-nav li {
    height: calc( 25vh - 20px );
}*/


/*.main-nav li {
    font-size: 150px;
    line-height: normal;
    list-style: none;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    height: 100%;
    background-color: pink;
}*/
/* main level link */
.main-nav li a {
    overflow: hidden;
}
/* main level link */
.main-nav li,
.main-nav li a,
.main-nav li a .txt {
    font-size: 150px;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    /*z-index: 100000000000;*/
    z-index: 99990;
    width: 100%;
    height: 33.3333333333%;
    color: #fff !important;
    display: block;
    border: none;
}
.main-nav li:first-child a:after {
    display: none;
}
.main-nav li {
    overflow: visible;
}
/*.main-nav li.has-full-width-shadow:after {
    z-index: 2;
}*/
.main-nav li a {
    height: 100%;
}

.main-nav li:nth-child(1) {
    bottom: 66.6666666666%;
    /*background-color: #5096ff;*/
}
.main-nav li:nth-child(2) {
    bottom: 33.3333333333%;
    /*background-color: #00cc97;*/
}
.main-nav li:nth-child(3) {
    bottom: 0;
    /*background-color: #ff6e5a;*/
}
.main-nav li:nth-child(4) {
    display: none;
    /*background-color: #ffbe00;*/
}

/* main level link hover */
.main-nav li a:hover/*,
.main-nav li.active > a,
.main-nav li.current-menu-item > a*/
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-nav li a .txt {
    text-align: center;
    bottom: -40px;
    /*height: 150px;*/
    bottom: -55px;
    height: 165px;
}
.main-nav li:hover {
    margin-top: -15px;
    padding-bottom: 15px;
}
.main-nav li:hover .txt {
    bottom: -40px;
}

/* sub-nav */
.sub-nav.top li a {
    font-size: 23px !important;
    margin: 0 3px;
}

/* home */

/*.home #main-nav ul.main-nav {*/
#main-nav ul.main-nav {
    /*height: 100vh;*/
    height: calc( 100vh - 80px );
}
.home #main-nav ul.main-nav {
    height: calc( 100vh - 80px );
}
.main-nav-minimized #main-nav ul.main-nav {
    height: 80px;
}

/* main level link */
/* .main-nav li {
    height: 25%;
}

.main-nav li:nth-child(1) {
    bottom: 75%;
}*/
/* .home:not(.main-nav-minimized) .main-nav li.has-full-width-shadow:nth-child(1):after {
    display: none;
} */
/*.main-nav li:nth-child(2) {
    bottom: 50%;
}
.main-nav li:nth-child(3) {
    bottom: 25%;
}
.main-nav li:nth-child(4) {
    bottom: 0;
    display: block;
} */

@media screen and (max-width: 767px) {
    #main-nav {
        /*width: 100%;*/
    }
    .main-nav li,
    .main-nav li a,
    .main-nav li a .txt {
        font-size: 50px;
    }
    .main-nav li a .txt {
        overflow: visible;
        bottom: auto;
        height: 50px;
        top: calc( 50% - 20px );
    }
    .main-nav li:hover {
        margin-top: 0;
        padding-bottom: 0;
    }
    .main-nav li:hover .txt {
        bottom: auto;
    }
    /* home */
    .main-nav-minimized #main-nav ul.main-nav {
        height: 50px;
    }
}


/* headers and paragraphs
--------------------------------------------------*/
p {
	margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6, form label {
    font-family: "FranklinStein fat roman", Helvetica, "Arial Nova", Arial, sans-serif;
	margin: 0 0 5px 0;
    font-weight: normal;
    text-align: left;
}
h1, .title-large {
	font-size: 150px;	
	line-height: 150px;
    margin-top: 15px;
}
h2 {
	font-size: 110px;
	line-height: 95px;
	line-height: 96px;
}
h3 {
	font-size: 60px;
	line-height: 72px;
}
h4,
form label {
	font-size: 40px;
	line-height: 48px;	
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
h5 {
	font-size: 30px;
	line-height: 36px;	
}
h6 {
	font-size: 25px;
	line-height: 30px;	
}

b, strong {
    font-family: "FranklinStein fat roman", Helvetica, "Arial Nova", Arial, sans-serif;
    font-weight: 400;   
}

blockquote {
    font-family: "FuturaStd-ExtraBoldOblique", Helvetica, "Arial Nova", Arial, sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
    margin: 0 0 30px 40px;
}

small, .sub {
    font-size: 16px;
    line-height: 24px !important;
}

small {
    display: block;
}

hr {
    border: 0;
    height: 1px;
    background: #00254f;
    margin: 40px 0;
}

mark {
    background-color: #FFFBD5;
}

.caption, .wp-caption-text {
    padding-top: 3px;
    font-size: 75%;
    line-height: normal;
}

.centered-text {
    text-align: center;
}

.entry {
    background-color: #fff;
    font-size: 15px;
    padding: 10px;
    text-align: left;
}

.block {
    padding-bottom: 30px;
}

.no-content {
    font-weight: 600;
    text-transform: uppercase;
}

.img-container {
    display: block;
    height: 0;
    overflow: hidden;
    /*padding-bottom: 65%;*/
    padding-bottom: 100%;
    position: relative;
    /*background-color: rgba(0, 0, 0, 0.07);*/
}
.img-container .img {
    position: absolute;
    width: 100%;
    height: 100%;
    /*top: 10%;
    left: 10%;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
img.no-resize {
    width: auto !important;
    max-width: auto !important;
}

@media screen and (max-width: 767px) {
    h1, .title-large {
        font-size: 50px;	
        line-height: 40px;
    }
    h2 {
        font-size: 50px;
        line-height: 50px;
    }
    h3 {
        font-size: 35px;
        line-height: 42px;
    }
    h4 {
        font-size: 35px;
        line-height: 42px;	
    }
    .the-content h1,
    .the-content h2,
    .the-content h3,
    .the-content h4,
    h5,
    form label {
        font-size: 25px;
        line-height: 30px;	
    }
    blockquote {
        font-size: 20px;
        line-height: 27px;	
        margin: 0 0 30px 20px;
    }
}

/* custom icons
--------------------------------------------------*/
.kwb-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
}
.kwb-icon.kwb-icon-info,
.kwb-icon.kwb-icon-swirl {
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 4px;
}
.kwb-icon.kwb-icon-info {
    background-image: url(assets/images/icon_info.svg);
}
.kwb-icon.kwb-icon-swirl {
    background-image: url(assets/images/icon_swirl.svg);
}
.kwb-icon.kwb-icon-arrow-left, .kwb-icon.kwb-icon-arrow-right {
    width: 44px;
    height: 39px;
}
.kwb-icon.kwb-icon-arrow-left {
    background-image: url(assets/images/icon_arrow_left.svg);
}
.kwb-icon.kwb-icon-arrow-right {
    background-image: url(assets/images/icon_arrow_right.svg);
}
@media screen and (max-width: 767px) {
    .kwb-icon.kwb-icon-arrow-left, .kwb-icon.kwb-icon-arrow-right {
        width: 22px;
        /*height: 19px;*/
    }
    .kwb-icon.kwb-icon-arrow-left {
        background-image: url(assets/images/icon_arrow_left.svg);
    }
    .kwb-icon.kwb-icon-arrow-right {
        background-image: url(assets/images/icon_arrow_right.svg);
    }
}

/* buttons
--------------------------------------------------*/

form .button, .button, .wpcf7-submit, .add_to_cart_button, form input[type="submit"], form input[type="button"], button, .btn {
    font-family: "FranklinStein fat roman", Helvetica, "Arial Nova", Arial, sans-serif;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none !important;
    border: none;
    padding: 23px 30px 17px 30px;
    margin: 0 0 30px 0;
    min-height: 60px;
    white-space: normal;
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
form .button:hover, .button:hover, .wpcf7-submit:hover, .add_to_cart_button:hover, form input[type="submit"]:hover, form input[type="button"]:hover, button:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.button.align-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.btn, .btn:hover, .button, .button:hover, .wpcf7-submit:hover, .add_to_cart_button:hover, form input[type="submit"]:hover, form input[type="button"]:hover, button:hover {
    border: none;
    /*opacity: 1;
    filter: alpha(opacity=100);*/
}

@media screen and (max-width: 767px) {
    form .button, .button:not(.fancybox-button), .wpcf7-submit, .add_to_cart_button, form input[type="submit"], form input[type="button"], button:not(.player-play-pause), .btn {
        font-size: 35px;
        line-height: normal;
        width: 100% !important;
    }
}

/* forms
--------------------------------------------------*/

form label {
    font-family: "FuturaStd-ExtraBoldOblique", Helvetica, "Arial Nova", Arial, sans-serif;
    display: block;
    margin: 0px 0px 5px;
    font-weight: normal !important;
}
form label>span {
    /*float: left;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;*/
    /*color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;*/
}
form input[type="tel"], form input[type="number"], form input[type="text"], form input[type="email"], form input[type="password"], form textarea, form select{
    font-family: "FranklinGothicStd-Roman", Helvetica, "Arial Nova", Arial, sans-serif;
    font-size: 22px;
    border: none;
    /*height: 54px;*/
    line-height: normal;
    margin-bottom: 2px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 17px;
    padding: 25px;
    width: 100%;
    background-color: #fff !important;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
/*form select {
    background: #F1F2F2 url('assets/images/down-arrow.png') no-repeat right !important;
    font-size: 14px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 3px 0px 5px 5px;
    max-width: 90%;
    height: 40px;
    line-height:16px;
}*/
form textarea, form select[multiple]{
    font-family: "FranklinGothicStd-Roman", Helvetica, "Arial Nova", Arial, sans-serif;
    font-size: 22px;
    line-height: normal;
    height: 300px !important;
    padding: 17px;
    padding: 25px;
    background-color: #fff !important;
    /*width: 70%;*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
form input[type="checkbox"]{
    margin-top: 0;
    margin-left: 0;
}
/*form .button, a.button {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    background: #EBEBEB;
    border: none;
    padding: 16px 30px 13px 30px;
    margin: 0 10px 10px 0;
    white-space: normal;
    font-weight: 500;
    line-height: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
/*    display: inline-block;
    background-color: #e11e4a;
    color: #fff;
    text-align: center;
}
form .button:hover, a.button:hover {
    background-color: #b11235;
}*/

.nf-form-fields-required {
    display: none;
}
.ninja-forms-req-symbol, .nf-error-msg, .nf-error-required-error {
    color: #fff !important;
}
.nf-field-container.submit-container {
    text-align: center;
}
.ninja-forms-req-symbol {
    display: inline-block;
}

.nf-field .fa-info-circle.nf-help {
	background: none;
}
.nf-field .fa-info-circle.nf-help::before {
}


/* polls
--------------------------------------------------*/
.poll-single {
    background-color: #fff;
	padding: 20px;
	margin: 0 !important;
}

button.wpp-button,
.content-block button.wpp-button {
    font-size: 18px;
    line-height: 18px;
    background-color: #000;
	text-align: center !important;
}

[class*="wpp-option-list"] .has-thumb .wpp-option-thumb {
	width: auto;
}

[class*="wpp-option-list"] .has-thumb .wpp-option-thumb img {
	margin: 0 !important;
}

.wpp-option-list-3 .wpp-option-single {
	padding: 15px 0;
}

/* #content global
--------------------------------------------------*/

#content {
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
    height: auto;
    /*z-index: 0;*/
}
#content.has-full-width-shadow:after {
    z-index: -2;
}
.fixed-header #content {
    margin-top: 80px;
}
#content div:not(#front-page) .main-content-wrapper {
    position: relative;
    z-index: 2;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 100px;
    min-height: calc( 100vh - 180px );
}

/**/
#content .sub-header {
    position: relative;
    /*padding-top: 32px;*/
    padding-top: 83px;
    padding-bottom: 0;
    z-index: -1;
}

#content .the-content {
    padding-top: 50px;
    /*padding-bottom: 100px;*/
}
#content .the-slider  {
    padding-bottom: 30px;
}
#content .sub-header-overlap {
    padding-top: 0;
    margin-top: -60px;
}

/**/

#content p {
	margin-bottom: 30px;
}
#content img, #content .img, #content .video-holder, #content .img-placeholder {
    background-color: #1b1b1b;
	margin-bottom: 30px;	
}
#content img[src$=".png"], 
#content img[src$=".gif"] {
    background-color: transparent;
} 
#content img.tight, #content .img.tight {
	margin-bottom: 0px;
}

#content ul, #content ol {
    margin-bottom: 30px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
    margin-bottom: 0px;
}
#content ul {
    list-style:none;
}
#content ul li {
    margin: 0px 30px;
    padding: 5px 0;
}
#content ul li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 10px 0 -16px;
}
#content ul li.toggle-open:before {    
    content: '\f107';
    margin: 0 10px 0 -21px;
}
#content li h1, #content li h2, #content li h3, #content li h4, #content li h5, #content li h6 {
	display: inline-block;
}

#content blockquote span.info {
    display: block;
    font-size: 20px;
    line-height: normal;
    padding-top: 8px;
}

#content .grid-33 p, #content .grid-33 .accordion, #content .grid-33 .accordion:hover {
    font-size: 16px;
    line-height: 24px;
}

/**/

ul#inline-subnav li {
    padding-bottom: 10px;
}
ul#inline-subnav li a {
    font-family: "FranklinStein fat roman", Helvetica, "Arial Nova", Arial, sans-serif;
    font-size: 30px;
}
ul#inline-subnav li a:not(.active) {
    border: none;
}
ul#inline-subnav li:before {
    content: ' ';
}
@media screen and (max-width: 767px) {
    ul#inline-subnav li {
        width: 40%;
        margin: 0 10px;
        box-sizing: border-box;
    }
}

/**/

#content .image-bg-container {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-color: #1b1b1b;
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    
}

#content .image-bg-container.square {
    padding-bottom: 100%;
}

#content .overlay-container {
    /*display: block;*/
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

#content .overlay-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}


/**/
#content #page-header,
#content .slide {
    position: relative;
}

#content #page-header h2,
#content .slide h2,
#content #page-header h3,
#content .slide h3 {
    width: 100% !important;
    position: absolute;
    text-align: center;
    /*font-size: 60px;*/
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
}


/**/

#content .collapsible {
    width: 100%;
    display: block;
}
.collapse-bottom-spacer {
    display: block;
    padding-bottom: 30px;
}
#content .btn-collapse {
    width: 100% !important;
    max-width: 210px;
    position: absolute;
    right: 30px;
    bottom: -30px;
}

#content .img-placeholder {
    width: 100%;
    padding-bottom: 65%;
    background-color: rgba(0, 0, 0, 0.7);
}

/**/

#content ul.pagination-events-archive, #content ul.pagination-events-archive li,
#content ul.postmeta, #content ul.postmeta li {
    margin: 0;
}
#content ul.pagination-events-archive li,
#content ul.postmeta li {
    padding: 0;
}
#content ul.pagination-events-archive li:before,
#content ul.postmeta li:before {
    content: ' ';
    font-family: inherit;
    margin: 0;
}
#content ul.postmeta li .fa:before {
    width: 20px !important;
    display: block;
    text-align: center;
}
#content ul.pagination-events-archive li,
#content #postmeta-bar ul.postmeta li {
    display: inline-block;
    padding: 0 15px;
}

/**/

@media screen and (max-width: 767px) {
    /*#content #page-header {
        margin-bottom: -5%;
    }
    */
    #content #page-header h2,
    #content .slide h2 {
        font-size: 35px;
        line-height: 35px;
    }
    #content .sub-header {
        padding-top: 58px;
    }
    #content .sub-header-overlap {
        margin-top: -15px;
    }
    ul#inline-subnav li a {
        font-size: 25px;
    }
    #content .image-bg-container {
        padding-bottom: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /*#content #page-header h2 {
        font-size: 36px;
        line-height: 38px;
    }*/
}

@media screen and (min-width: 768px) {
    /*#content .image-bg-container {
        padding-bottom: 25%;
    }*/
}


/* logo blocks
--------------------------------------------------*/

.logos {
    text-align: center;
}
#header .logos .element,
#content .logos .element {
    width: calc( 25% - 6px );
    padding: 15px;
    display: inline-block;
    box-sizing: border-box;
}
#content .logos .element {
    width: calc( 20% - 6px );
}
#header .logos .element,
#content .logos .element {
    padding-bottom: 15px;
}
#header .logos .element a,
#content .logos .element a {
    display: block;
    border: none;
}
#header .logos .element .img,
#content .logos .element .img {
    background-color: transparent !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #header .logos .element {
        width: calc( 33% - 6px );
    }
    #content .logos .element {
        width: calc( 25% - 6px );
    }
}

@media screen and (max-width: 767px) {
    #header .logos .element {
        width: calc( 50% - 6px );
    }
    #content .logos .element {
        width: calc( 50% - 6px );
    }
}


/* content blocks
--------------------------------------------------*/

.content-block {
    margin-bottom: 30px;
}
/* .content-block.text-block * {
    text-align: left !important;
} */

/*#content .content-block p:last-child {
    margin-bottom: 0px;
}*/


/* title block */
.title-block:first-of-type {
    margin-top: 0px;
}

.title-block {
    margin-top: 30px;
}

.title-block h2 {
    display: inline-block;
    margin-bottom: 0;
}

/* text block */

/* quote block */
.quote-block {
    text-align: center;
    margin-bottom: 60px;
}
.quote-block blockquote {
    color: #fff;
    background: #000;
    display: inline;
    line-height: 60px;
    margin: 0;
    padding: 5px 15px 5px 15px;
}
@media screen and (max-width: 767px) {
    .quote-block blockquote {
        line-height: 40px;	
    }
}

/* image block */

.image-block {
    box-sizing: border-box;
}

#content .image-block {
    /*padding-top: 15px;*/
    margin-bottom: 30px;
}

#content .image-block small {
    margin-top: -30px;
    margin-bottom: 30px !important;
    font-size: 10px;
    line-height: auto;
}

#content .image-block img {
    margin-bottom: 30px !important;
}

#content .image-block a.gallery-link {
    border: none;
    display: block;
    margin-bottom: 30px;
}

#content .image-block a.gallery-link img {
    margin-bottom: 0px !important;
}


/* embed block */

/*.embed-block .element {
    margin-bottom: 30px;
}*/

/* divider block */

/* accordion block */
.accordion, .accordion:hover {
    font-family: "FuturaStd-ExtraBoldOblique", Helvetica, "Arial Nova", Arial, sans-serif;
    background-color: transparent;
	color: #000;
    cursor: pointer;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    position: relative;
    border-top: 1px;
    border-top-style: solid;
	border-top-color: #000;
    border-radius: 0px;
    text-align: left;
    outline: none;
    font-size: 20px !important;
    line-height: normal;
    min-height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-right: 50px;
}

.accordion.active, .accordion:hover {
	color: #000;
}

.accordion:before {
    content: '\002B';
    /*color: #777;*/
    font-weight: bold;
    margin: 0 5px;
    position: absolute;
    right: 0;
}

.accordion.active:before {
    content: "\2212";
}

.accordion-panel {
    padding: 10px 0 10px 0;
}



/* media slider
--------------------------------------------------*/
/*.bxslider .slide {
    margin-left: -30vw !important;
}*/
/*
.bx-wrapper {
    position: relative;
    margin-bottom: 30px !important;
}
.bxslider img, .bxslider .img, .bxslider .video-holder, .img.slide {
    margin-bottom: 0 !important;
}

.bxslider .img, .img.slide {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-color: rgba(0, 0, 0, 0.15);
}
.bxslider .img.portrait, .img.slide.portrait {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.bx-controls {
    position: absolute;
    z-index: 100;
    top: calc( 50% - 33px );
    width: 100%;
    box-sizing: border-box;
}

.bx-controls .bx-prev, .bx-controls .bx-next {
    color: #FFFBD5;
    font-size: 40px;
    padding: 10px;
    border: none;
    position: absolute;
    box-sizing: border-box;
    display: block;
}

.bx-controls .bx-prev {
    left: -17px;
}

.bx-controls .bx-next {
    right: -16px;
}*/
.bx-wrapper {
    position: relative;
    display: block;
}
.bx-controls {
    position: absolute;
    z-index: 0;
    top: auto;
    bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-bottom: 6px;
    display: block;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
    border: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.home .bx-controls {
    bottom: 25px;
}

/* */

@media screen and (max-width: 767px) {
    /*.bx-controls {
        top: calc( 50% - 22px );
    }
    .bx-controls .bx-prev, .bx-controls .bx-next {
        font-size: 20px;
    }
    .bx-controls .bx-prev {
        left: -10px;
    }
    .bx-controls .bx-next {
        right: -10px;
    }*/
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 15px;
        height: 15px;
    }
}
@media screen and (min-width: 768px) {
}

@media screen and (orientation:portrait) and (min-width: 768px) {
}


/* music player styles 
--------------------------------------------------*/

.music-player {
    color: #fff;
    background-color: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
/*.music-player h3.player-header {
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    padding: 0 15px 15px 15px;
    font-weight: 700;
}*/

.music-player .player {
    padding: 0px 15px 0 5px;
    margin: 0px;
}

.music-player .track-info, .music-player .track-info-placeholder {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    display: block;
    height: 115px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    overflow: hidden;
}

.music-player .flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.music-player .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.music-player button {
    margin: 0 15px 0 0;
    padding: 5px;
    display: inline-block;
    height: 40px;
    background-color: transparent;
}
/*.music-player button.player-next {
    margin-right: 10px;
}*/
.music-player button svg {
    /*width: 20px;*/
    color: #fff;
}
.music-player button.player-play-pause svg {
    margin-top: 5px;
    width: 40px;
}

.music-player .progress {
    display: block;
    width: 100%;
    height: .5625rem;
    margin: .5rem 0;
    /*background-color: rgba(0, 0, 0, .0625);*/
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 10000px;
    overflow: hidden;
    -webkit-appearance: none;
    cursor: pointer
}

.music-player .progress::-webkit-progress-bar {
    -webkit-appearance: none;
    /*background-color: rgba(0, 0, 0, .0625)*/
    background-color: rgba(255, 255, 255, 0.1);
}

.music-player .progress::-webkit-progress-value {
    -webkit-appearance: none;
    background-color: currentColor
}

.music-player .progress::-moz-progress-bar {
    background-color: currentColor
}

@media screen and (max-width: 767px) {
    .music-player button {
        width: auto;
        padding: 5px;
    }
    .music-player button.player-play-pause svg {
        margin-top: 8px;
    }
}

/* post block
--------------------------------------------------*/
.post-block {
    padding-bottom: 30px;

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.post-block .the-info {
    padding: 30px;
}
.post-block .the-info .postmeta {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .post-block .the-info {
        padding: 15px;
    }
}
@media screen and (min-width: 768px) {
    .post-block.horizontal .overlay-container {
        position: relative;
        display: table;
    }
    .post-block.horizontal .the-image {
        float: left;
        position: absolute;
        height: 100%;
    }
    .post-block.horizontal .the-image a {
        display: block;
        height: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }
    #content .post-block.horizontal .the-image a .image-bg-container {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        padding-bottom: 0;
        background-color: transparent;
    }
    .post-block.horizontal .the-info {
        float: right;
        box-sizing: border-box;
        overflow: visible;
        min-height: 374px;
    }
    .post-block.horizontal .the-info p.the-excerpt {
        margin-bottom: 80px !important;
    }
    .post-block.horizontal .the-info .postmeta {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0px;
        padding: 30px 30px;
    }
}

/* content parts ??
--------------------------------------------------*/


@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (orientation:portrait) and (min-width: 768px) {
}

/* home
--------------------------------------------------*/

/*.home #content .bx-wrapper {
    height: calc( 100vh - 80px );
}
.home #content .bxslider {
    height: calc( 100vh - 80px );
}*/
body.home {
    height: 0;
}
.home #content .slide .image-bg-container {
    padding-bottom: calc( 100vh - 80px - 80px );
}
#content .slide a {
    border: none !important;
}


@media screen and (max-width: 767px) {
    .home #content .slide .image-bg-container {
        padding-bottom: calc( 100vh - 80px - 50px );
    }
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 768px) {
    .home #content .slide .overlay-link {
        display: none;
    }
    /*.home #content .slide:hover h2 a {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .home #content .slide h2 a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }*/
}
@media screen and (min-width: 1115px) {
}
@media screen and (orientation:portrait) and (min-width: 768px) {
}



/* pages
--------------------------------------------------*/


/* team
---------------------------*/

/* in action
---------------------------*/
#page-in-action .pagination {
    font-size: 30px;
    line-height: normal;
}


/* xx
---------------------------*/


@media screen and (max-width: 767px) {
}


/* single
--------------------------------------------------*/

/* main
---------------------------*/
.single #content {
    padding-top: 80px;
}

.single #content #postmeta-bar {
    padding: 25px 0;
    display: block;
    text-align: center;
}

.single #content .category-info {
    padding: 20px;
    color: #fff;
}
.single #content .category-info h4 {
    margin-bottom: 20px;
    color: #fff;
}
.single #content .category-info p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .single #content {
        padding-top: 50px;
    }
}

/* team
---------------------------*/

@media screen and (min-width: 768px) {
    #author .bio {
        margin-top: 10%;
    }
}

/* in action
---------------------------*/


@media screen and (max-width: 767px) {
}

@media screen and (min-width: 1024px) {
}


/* search
---------------------------*/

#content #search form {
    position: relative;
}
#content #search form .search-field {
    padding-right: 120px;
    margin-bottom: 0;
}
#content #search form button.search-submit {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    font-size: 35px;
    line-height: normal;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#content #search .search-results h4 {
    position: relative;
    margin: 0;
    color: #fff;
    background-color: #8d8d8d;
    height: 80px;
}
#content #search .search-results h4.no-results {
    margin-top: 20px;
    background-color: transparent;
}
#content #search .search-results h4 a {
    color: #fff;
    display: block;
    border: none;
    padding: 16px 80px 16px 16px;
    margin: 0;
    height: 30px;
    overflow: hidden;
}
#content #search .search-results h4 a .kwb-icon.kwb-icon-arrow-right {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 25px;
    margin-right: 25px;
}

#content #search .search-results h4 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#content #search .search-results h4 a:hover .kwb-icon.kwb-icon-arrow-right {
    margin-right: 15px;
}


@media screen and (max-width: 767px) {
    #content #search form button.search-submit {
        width: 60px !important;
        font-size: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #content #search .search-results h4 {
        height: 110px;
    }
    #content #search .search-results h4 a {
        height: 60px;
    }
    #content #search .search-results h4 a .kwb-icon.kwb-icon-arrow-right {
        margin-top: 40px;
        margin-right: 20px;
        /*display: none;*/
    }
}

@media screen and (min-width: 1024px) {
}



/* pagination
---------------------------*/

/* top */

#content .pagination-top {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 3;
}
.fixed-header #content .pagination-top {
    position: fixed;
    padding-top: 80px;
    
}
#content .pagination-top-content {
    position: relative;
    height: 80px;
    text-align: center;
}
#content .pagination-top h3 {
    display: inline-block;
    margin: 10px auto 0 auto;
    padding: 0;
}
/*#content .pagination-top h3 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}*/
#content .pagination-top .btn-pagination-top {
    /*font-size: 40px;
    line-height: normal;*/
    position: absolute;
    top: 0;
    z-index: 3;
    padding: 8px 20px;
    height: 100%;
    box-sizing: border-box;
}
#content .pagination-top .btn-pagination-top.btn-prev-post {
    left: 0;
}
#content .pagination-top .btn-pagination-top.btn-next-post {
    right: 0;
}
#content .pagination-top .btn-pagination-top.btn-prev-post .kwb-icon.kwb-icon-arrow-left,
#content .pagination-top .btn-pagination-top.btn-next-post .kwb-icon.kwb-icon-arrow-right {
    height: 100%;
}

@media screen and (max-width: 767px) {
    #content .pagination-top, #content .pagination-top-content {
        height: 50px;
    }
    #content .pagination-top h3 {
        line-height: 1;
    }
    #content .pagination-top .btn-pagination-top {
        font-size: 25px;
        padding: 4px 15px;
    }
    #content .pagination-top .kwb-icon.kwb-icon-arrow-left:before {
        width: 50%;
    }
    #content .pagination-top .kwb-icon.kwb-icon-arrow-right:before {
        width: 50%;
        font-size: 10px;
    }
}
@media screen and (min-width: 768px) {
}

/* events archive */

#content ul.pagination-events-archive {
    padding-top: 60px;
    text-align: center;
}
#content ul.pagination-events-archive li {
    padding-bottom: 10px;
}
#content ul.pagination-events-archive li a {
    font-size: 30px;
    border-width: 5px;
}
#content ul.pagination-events-archive li a:not(.active) {
    border: none;
}

@media screen and (max-width: 767px) {
    #content ul.pagination-events-archive li a {
        font-size: 20px;
        border-width: 3px;
    }
}

/* randomizer
--------------------------------------------------*/
html #blocking-layer {
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: transparent;
	position:fixed;
	z-index: -9000000000000;
    display: block;
    visibility: hidden;
    
    -webkit-transition-property: background; /* Safari */
    -webkit-transition-duration: 2s; /* Safari */
    -webkit-transition-delay: 0.5s; /* Safari */
    -moz-transition-property: background; /* Safari */
    -moz-transition-duration: 2s; /* Safari */
    -moz-transition-delay: 0.5s; /* Safari */
    transition-property: background;
    transition-duration: 2s;
    transition-delay: 0.5s;
}
html.randomizer #blocking-layer {
	z-index: 9000000000000;
    visibility: visible;
    background-color: #000;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html.randomizer {
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         0.5s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function:  linear;
    -moz-animation-name:             rotate; 
    -moz-animation-duration:         0.5s; 
    -moz-animation-iteration-count:  infinite;
    -moz-animation-timing-function:  linear;
    animation-name:             rotate; 
    animation-duration:         0.5s; 
    animation-iteration-count:  infinite;
    animation-timing-function:  linear;
}

html.randomizer {
    overflow: hidden;
}
html.randomizer body {
    min-height: 100vh;
    -webkit-transition: all 2s 0ms ease-in-out;
    -moz-transition: all 2s 0ms ease-in-out;
    transition: all 2s 0ms ease-in-out;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    transform: scale(4);
}

/* other stuff
--------------------------------------------------*/

/* fancybox */


button.fancybox-button {
    width: 44px !important;
}
.fancybox-navigation button.fancybox-button {
    width: 70px !important;
}

@media screen and (min-width: 768px) {
}




/* extra breakpoints
--------------------------------------------------*/

/*@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
}*/
@media screen and (max-width: 345px) {
  .hide-on-mobile-small {
    display: none !important;
  }
}

/* fixed colors
--------------------------------------------------*/

/* section colors */

.section-bg-team {
    background-color: #5096ff !important;
}
.section-bg-in-action, .section-bg-events {
    background-color: #00cc97 !important;
}
.section-bg-universe, .section-bg-post {
    background-color: #ff6e5a !important;
}
.section-bg-invest {
    background-color: #ffbe00 !important;
}
.section-bg-search {
    background-color: #000000 !important;
}
.section-text-team,
.section-text-team a {
    color: #5096ff !important;
}
.section-text-in-action,
.section-text-in-action a {
    color: #00cc97 !important;
}
.section-text-universe,
.section-text-universe a {
    color: #ff6e5a !important;
}
.section-text-invest,
.section-text-invest a {
    color: #ffbe00 !important;
}


/* other
--------------------------------------------------*/

.hidden {
    display: none !important;
}

#wpadminbar {
    z-index: 999999999999999999999;
}
.admin-bar.fixed-header #header, .admin-bar.fixed-header .pagination-top { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
    .admin-bar.fixed-header #header, .admin-bar.fixed-header .pagination-top { margin-top: 46px !important; }
}

/* temp
--------------------------------------------------*/

/*.single-product #content {
    display: none;
}*/
/*li {
    color: #999;
}
@supports 
  ((-webkit-text-stroke-color: #666)
  and
  (-webkit-text-fill-color: white))
  or
  ((-moz-text-stroke-color: #666)
  and
  (-moz-text-fill-color: white)) {
  a {
       -moz-text-fill-color: white;
    -webkit-text-fill-color: white;
       -moz-text-stroke-color: #666;
    -webkit-text-stroke-color: #666;
       -moz-text-stroke-width: 2px;  
    -webkit-text-stroke-width: 2px;
  }
}*/
/*a:hover, #content .overlay-container:hover h4 a {
    color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 2px #000;
}*/