@import "reset.css";
@import "fonts.css";
@import "../fonts/icomoon-voicemedia/style.css";
/* /////////////////////////////////////////////////////////////////////////  bottons //////////////////////////////////////////////////////////////////// */
/*.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  background-color: @black;
  color: @white;
}
*/
input[type="submit"],
.button,
button,
.wp-block-button__link {
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: break-word;
  border-radius: 0;
  padding: 8px 20px;
  background-color: #CBFF00;
  color: #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.button:active,
.button:focus,
.button:hover {
  -webkit-transition: all 0.2s ease 0s !important;
  -moz-transition: all 0.2s ease 0s !important;
  -o-transition: all 0.2s ease 0s !important;
  -ms-transition: all 0.2s ease 0s !important;
  transition: all 0.2s ease 0s !important;
  color: #fff;
  background-color: #181716 !important;
}
.is-style-outline .wp-block-button__link:active,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:hover {
  border-color: #CBFF00 !important;
}
/**
 * Defines a for-each mixin, to loop over a list
 */
.has-col-green-background-color {
  background-color: #CBFF00;
}
.has-col-green-color,
.has-col-green-color * {
  color: #CBFF00;
}
.has-col-grey-background-color {
  background-color: #2C2C2C;
}
.has-col-grey-color,
.has-col-grey-color * {
  color: #2C2C2C;
}
.has-col-darkgrey-background-color {
  background-color: #181716;
}
.has-col-darkgrey-color,
.has-col-darkgrey-color * {
  color: #181716;
}
.has-col-lightgrey-background-color {
  background-color: #A4A5A6;
}
.has-col-lightgrey-color,
.has-col-lightgrey-color * {
  color: #A4A5A6;
}
.has-white-background-color {
  background-color: #fff;
}
.has-white-color,
.has-white-color * {
  color: #fff;
}
.has-black-background-color {
  background-color: #000;
}
.has-black-color,
.has-black-color * {
  color: #000;
}
.has-col-green-background-color {
  background-color: #CBFF00;
}
.has-col-green-color,
.has-col-green-color * {
  color: #CBFF00;
}
.has-col-grey-background-color {
  background-color: #2C2C2C;
}
.has-col-grey-color,
.has-col-grey-color * {
  color: #2C2C2C;
}
.has-col-darkgrey-background-color {
  background-color: #181716;
}
.has-col-darkgrey-color,
.has-col-darkgrey-color * {
  color: #181716;
}
.has-col-lightgrey-background-color {
  background-color: #A4A5A6;
}
.has-col-lightgrey-color,
.has-col-lightgrey-color * {
  color: #A4A5A6;
}
.has-white-background-color {
  background-color: #fff;
}
.has-white-color,
.has-white-color * {
  color: #fff;
}
.has-black-background-color {
  background-color: #000;
}
.has-black-color,
.has-black-color * {
  color: #000;
}
.wp-block-group.alignfull {
  padding: 10px;
  box-sizing: border-box;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  padding: 10px 0;
  text-align: left;
  background: none;
}
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}
@media (min-width: 641px) {
  figure.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - (16px*2))/3);
    margin-right: 16px;
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  padding: 8px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
/* swiper mod */
.wp-block-ma-blocks-ma-swiper {
  width: auto;
  margin-bottom: 25px;
}
.wp-block-ma-blocks-ma-swiper .swiper-slide img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.wp-block-ma-blocks-ma-swiper .swiper-wrapper-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.wp-block-ma-blocks-ma-swiper.is-cropped {
  height: 53.5vw;
  max-height: 685px;
  /*  @media screen and (max-width: @large_media ) {
    }*/
}
@media (max-width: 480px) {
  .wp-block-ma-blocks-ma-swiper.is-cropped {
    height: 90vw;
  }
}
.wp-block-ma-blocks-ma-swiper.alignfull {
  margin-bottom: 25px;
}
.swiper-button-prev,
.swiper-button-next {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-voicemedia' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  height: auto;
  width: auto;
  color: #fff;
  padding: 12.5px;
  box-sizing: border-box;
  top: calc(50% - 32px);
}
@media (max-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    padding: 12.5px;
  }
}
@media (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    padding: 7.5px;
  }
}
.swiper-button-prev:before,
.swiper-button-next:before {
  font-size: 2.6em;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0 ;
  right: auto;
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  content: "\ea44";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0 ;
  left: auto;
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  content: "\ea42";
}
.swiper-pagination-bullet {
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #CBFF00;
}
.swiper-container-coverflow {
  padding-top: 10px;
  padding-bottom: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sliderpost_swiper:hover .swiper-button-prev,
.wp-block-ma-blocks-ma-swiper:hover .swiper-button-prev,
.sliderpost_swiper:hover .swiper-button-next,
.wp-block-ma-blocks-ma-swiper:hover .swiper-button-next {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .sliderpost_swiper:hover .swiper-button-prev,
  .wp-block-ma-blocks-ma-swiper:hover .swiper-button-prev,
  .sliderpost_swiper:hover .swiper-button-next,
  .wp-block-ma-blocks-ma-swiper:hover .swiper-button-next {
    display: none;
    opacity: 0;
  }
}
.swiper-pagination {
  position: relative;
  margin-top: 10px;
  bottom: auto;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
/*bugfix flashing content of next slide*/
.swiper-slide {
  padding: 0 1px;
  box-sizing: border-box;
}
.swiper-container-fade .swiper-slide-prev {
  opacity: 0 !important;
}
.swiper-container-flip.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-coverflow.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-flip.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-coverflow.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-flip.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-coverflow.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-flip.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-coverflow.swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}
.swiper-container-flip .swiper-wrapper-wrapper,
.swiper-container-coverflow .swiper-wrapper-wrapper {
  overflow: visible;
}
.swiper-slide .alignfull {
  width: 100%;
  margin-left: inherit;
  margin-right: inherit;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-ma-blocks-block-ma-section {
  margin-bottom: 25px;
  margin-top: 25px;
  position: relative;
}
.wp-block-ma-blocks-block-ma-section:first-child {
  margin-top: -25px;
}
.wp-block-ma-blocks-block-ma-section.no_margin:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-ma-blocks-block-ma-section .ma-section-content {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .wp-block-ma-blocks-block-ma-section .ma-section-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 640px) {
  .wp-block-ma-blocks-block-ma-section .ma-section-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-block-ma-blocks-block-ma-section .ma-section-content *:last-child {
  margin-bottom: 0;
}
.voicemedia_icon_ele {
  display: inline-block;
  padding: 8px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.menu-item .nav_text {
  display: none;
}
.menu-item .nav-icon,
.menu-item .voicemedia_icon {
  font-size: 1.4em;
  position: relative;
  top: 0.1em;
}
.menu-item .nav-icon::before,
.menu-item .voicemedia_icon::before {
  margin-top: -0.4em;
  display: block;
}
/* /////////////////////////////////////////////////////////////////////////  gallery //////////////////////////////////////////////////////////////////// */
.blocks-gallery-item::before {
  display: none !important;
}
.blocks-gallery-item figcaption {
  box-sizing: border-box;
  line-height: 1.1;
  overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  overflow: hidden;
}
.wp-block-image {
  margin: 0;
  margin-bottom: 25px;
}
.wp-block-image a {
  border: none;
}
.wp-block-image img {
  display: block;
  height: auto;
}
.wp-block-image figcaption {
  line-height: 1.2em;
  background-color: #181716;
  color: #A4A5A6;
  padding: 10px;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-video video {
  max-width: 100%;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 992px) {
  .wp-block-spacer {
    display: none;
  }
}
/* /////////////////////////////////////////////////////////////////////////  flex grid //////////////////////////////////////////////////////////////////// */
.wp-block-columns {
  align-items: center;
}
.wp-block-columns .wp-block-column {
  margin: 0 16px;
}
.wp-block-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-columns .wp-block-column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .wp-block-columns {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .wp-block-columns .wp-block-column {
    margin: 0 0;
  }
  .wp-block-columns .wp-block-column * {
    text-align: left !important;
  }
}
.columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(8.33333333% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-12 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(9.09090909% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-11 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(10% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-10 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(11.11111111% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-9 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(12.5% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-8 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(14.28571429% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-7 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(16.66666667% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-6 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(20% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-5 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(25% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-4 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(33.33333333% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-3 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-2 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
.columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item {
  width: calc(100% - 30px);
}
@media screen and (max-width: 1280px) {
  .columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .columns-1 .wp-block-ma-blocks-block-ma-flex-grid-item {
    width: 100%;
  }
}
/* /////////////////////////////////////////////////////////////////////////  media-text //////////////////////////////////////////////////////////////////// */
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 640px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*stacked on large breakpoint*/
@media screen and (max-width: 992px) {
  .wp-block-media-text.is-stacked-on-mobile,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-image-fill figure.wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right.is-image-fill figure.wp-block-media-text__media {
    min-height: 80vw;
  }
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Open Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #fff;
  color: #CBFF00;
}
a:hover {
  color: #CBFF00;
  color: #fff;
}
a:focus {
  outline: 1px dotted invert;
}
hr {
  border: none;
  border: 0px #CBFF00 solid;
  border-top-width: 1px;
  clear: both;
  height: 1px;
}
strong,
b {
  font-weight: 700;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-style: normal;
  margin: 0;
  margin-bottom: 15px;
}
h1,
.h1,
h2,
.h2 {
  font-size: 3.2em;
  font-weight: 300;
  margin-bottom: 25px;
  font-family: 'Josefin Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.1em;
  /*	@media (max-width: @medium_large_media) {
		font-size: 2.1em;
	}
	@media (max-width: @medium_media) {
		font-size: 1.8em;
	}*/
}
h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  /*	@media (max-width: @medium_large_media) {
		font-size: 1.6em;
	}
	@media (max-width: @medium_media) {
		font-size: 1.4em;
	}*/
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1.3em;
  line-height: 1.5em;
  /*	@media (max-width: @medium_large_media) {
		font-size: 1.6em;
	}
	@media (max-width: @medium_media) {
		font-size: 1.4em;
	}*/
}
/*p {
	& + h1,
	& + h2,
	& + h3 {
		margin-top: 30px;
	}
}*/
hr {
  margin-top: 0px;
}
td {
  padding-bottom: 10px;
}
blockquote {
  padding: 20px;
  border-left: 10px solid #2C2C2C;
  padding-left: 20px;
  border-right: 10px solid #2C2C2C;
  padding-right: 20px;
  margin-bottom: 25px;
}
blockquote *:last-child {
  margin-bottom: 0;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}
ul {
  list-style: square;
}
li {
  margin-left: 24px;
}
.content ul,
.content ol {
  overflow: hidden;
}
.content ul {
  list-style: none;
  list-style: disc;
}
.content li {
  margin-left: 18px;
  margin-bottom: 10px;
}
.has-small-font-size {
  font-size: 11px;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 14px;
}
.has-medium-font-size {
  font-size: 24px;
}
@media (max-width: 992px) {
  .has-medium-font-size {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .has-medium-font-size {
    font-size: 16px;
  }
}
.has-large-font-size,
.has-huge-font-size,
.has-larger-font-size {
  font-size: 32px;
}
@media (max-width: 992px) {
  .has-large-font-size,
  .has-huge-font-size,
  .has-larger-font-size {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .has-large-font-size,
  .has-huge-font-size,
  .has-larger-font-size {
    font-size: 20px;
  }
}
/*.has-medium-font-size, .has-large-font-size, .has-huge-font-size, .has-larger-font-size {
     line-height: 1.35em;
}*/
input,
textarea,
keygen,
select {
  font-size: inherit;
  font-family: 'OpenSans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 400;
  line-height: inherit;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
}
textarea,
input[type="text"],
input[type=email] {
  background-color: #181716;
  border: 1px solid #181716;
  outline: none;
  padding: 7px;
  width: 100%;
  box-sizing: border-box;
}
textarea:focus,
input[type="text"]:focus,
input[type=email]:focus {
  border: 1px solid #CBFF00;
  background-color: #000;
}
textarea {
  margin-bottom: 15px;
}
.form_label {
  margin: 0;
  padding: 7px;
  padding-left: 0;
  white-space: nowrap;
}
label,
.form_label,
.wpcf7-list-item-label {
  color: #fff;
  font-size: inherit;
}
form table {
  min-width: 100%;
}
form table td,
form table th {
  padding-bottom: 16px;
}
@media screen and (max-width: 480px) {
  form table,
  form tbody {
    display: block;
    padding: 0;
  }
  form table tr,
  form tbody tr,
  form table td,
  form tbody td,
  form table th,
  form tbody th {
    display: block;
    padding: 0;
  }
}
span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
  display: block;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
  padding-right: 20px;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}
.select-wrapper {
  position: relative;
  display: inline-block;
}
.select-wrapper::before {
  position: absolute;
  pointer-events: none;
  content: "";
  display: inline-block;
  float: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 100%;
  top: 0;
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.358' height='4.702'%3E%3Cpath fill='%23FFF' d='M8.314.284L4.179 4.418.044.284z'/%3E%3C/svg%3E");
}
keygen,
select {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/* remove standard-styles */
input[type='checkbox'],
input[type='radio'],
input[type='file'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
input[type="file"] {
  display: none;
}
.fileholder {
  margin-left: 10px;
}
.button-file {
  padding: 4px 10px;
  font-size: 1.1em;
}
.check-box,
.radio-box,
.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-acceptance {
  position: relative;
  /* hide standard inputs */
  /* add custom inputs with ::before */
}
.check-box .wpcf7-list-item-label,
.radio-box .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  margin: 0;
  margin-right: 10px;
}
.check-box label,
.radio-box label,
.wpcf7-checkbox label,
.wpcf7-radio label,
.wpcf7-acceptance label {
  font-size: 1;
}
.check-box input[type='checkbox']:checked,
.radio-box input[type='checkbox']:checked,
.wpcf7-checkbox input[type='checkbox']:checked,
.wpcf7-radio input[type='checkbox']:checked,
.wpcf7-acceptance input[type='checkbox']:checked,
.check-box input[type='checkbox']:not(:checked),
.radio-box input[type='checkbox']:not(:checked),
.wpcf7-checkbox input[type='checkbox']:not(:checked),
.wpcf7-radio input[type='checkbox']:not(:checked),
.wpcf7-acceptance input[type='checkbox']:not(:checked),
.check-box input[type='radio']:checked,
.radio-box input[type='radio']:checked,
.wpcf7-checkbox input[type='radio']:checked,
.wpcf7-radio input[type='radio']:checked,
.wpcf7-acceptance input[type='radio']:checked,
.check-box input[type='radio']:not(:checked),
.radio-box input[type='radio']:not(:checked),
.wpcf7-checkbox input[type='radio']:not(:checked),
.wpcf7-radio input[type='radio']:not(:checked),
.wpcf7-acceptance input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: -1;
  position: absolute;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-radio input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label,
.check-box input[type='radio'] + .wpcf7-list-item-label,
.radio-box input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-radio input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-acceptance input[type='radio'] + .wpcf7-list-item-label {
  cursor: pointer;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label::before,
.check-box input[type='radio'] + .wpcf7-list-item-label::before,
.radio-box input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio'] + .wpcf7-list-item-label::before {
  width: 17px;
  height: 17px;
  font-size: 1;
  line-height: 1;
  transition: color 0.1s ease-in;
  color: #000;
  line-height: 17px;
}
.check-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.check-box input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.check-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio']:checked + .wpcf7-list-item-label::before,
.check-box input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio']:not(:checked) + .wpcf7-list-item-label::before {
  content: '';
  display: inline;
  float: left;
  width: 17px;
  height: 17px;
  position: relative;
  border: none;
  margin-right: 0.6em;
  background-color: #181716;
  box-sizing: border-box;
  top: 2px;
  border: 4px solid #181716;
}
.check-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.radio-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label::before,
.check-box input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-radio input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type=radio]:not(:checked) + .wpcf7-list-item-label::before {
  border-radius: 100%;
}
.check-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.check-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input[type='radio']:checked + .wpcf7-list-item-label::before {
  background-color: #CBFF00;
}
@viewport {
  width: device-width;
}
html,
body {
  background-color: #2C2C2C;
  height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 105px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  body {
    padding-top: 100px;
  }
}
@media (max-width: 640px) {
  body {
    padding-top: 80px;
  }
}
#page_cont {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
  flex: 1 0 auto;
}
@media screen and (max-width: 1280px) {
  #page_cont {
    width: 100%;
  }
}
#footer {
  flex-shrink: 0;
}
.container {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1280px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 640px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container:after {
  content: '';
  display: ;
  clear: both;
}
.container_full {
  width: auto;
}
.nopad {
  padding: 0;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
#content {
  padding-top: 25px;
  padding-bottom: 25px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-transform: uppercase;
  background-color: #181716;
  font-family: 'Josefin Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#header input,
#header textarea,
#header keygen,
#header select {
  font-family: 'Josefin Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 300;
}
#header a {
  color: #000;
  text-decoration: none;
}
#header a:hover {
  color: #CBFF00;
}
#top_header {
  background-color: #181716;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  align-items: start;
  line-height: 1;
  padding: 25px 25px;
}
@media screen and (max-width: 1280px) {
  #top_header {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #top_header {
    padding: 20px 25px;
  }
}
@media (max-width: 640px) {
  #top_header {
    padding: 15px 15px;
  }
}
#top_header_main {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1280px) {
  #top_header_main {
    width: 100%;
  }
}
#header_logo {
  width: auto;
  height: 55px;
  box-sizing: border-box;
  display: inline-block;
}
#header_logo img {
  width: auto;
  height: 100%;
  float: left;
}
@media screen and (max-width: 992px) {
  #header_logo {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  #header_logo {
    height: 50px;
  }
}
#topnav_group {
  display: flex;
}
@media (max-width: 1280px) {
  #topnav_group {
    flex-direction: column;
  }
}
#main-nav-wrapper {
  flex: 1;
  text-align: right;
}
@media (max-width: 1280px) {
  #main-nav-wrapper {
    text-align: left;
  }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
  color: #A4A5A6;
  background-color: #181716;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Josefin Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  /*	@media (max-width: @medium_large_media) {
		padding: @pad_m;
  }
	@media (max-width: @medium_media) {
		padding: @pad_s;

  }*/
}
#footer a {
  color: #A4A5A6;
}
#footer a:hover {
  color: #CBFF00;
}
#footer_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 992px) {
  #footer_container {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 640px) {
  #footer_container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#footer_container > div {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #footer_container {
    flex-direction: column;
  }
}
#footer_logo_cont {
  flex-grow: 1;
}
@media screen and (max-width: 640px) {
  #footer_logo_cont {
    width: 100%;
  }
}
#footer_logo_cont img {
  float: right;
  max-width: 100%;
  margin-top: 3px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.menue {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.menue li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 1px;
  position: relative;
}
.menue li .toggle {
  display: none;
}
.menue a {
  text-decoration: none;
}
#topnav {
  flex: 1;
}
#topnav ul li {
  margin-right: 20px;
}
#topnav ul li a {
  color: #fff;
}
#topnav ul li a:hover {
  color: #CBFF00;
}
#topnav .sub-menu {
  position: absolute;
  min-width: 100%;
  line-height: normal;
  display: none;
  padding: 0 20px;
  padding-bottom: 10px;
  background-color: #181716;
  text-transform: none;
}
#topnav .sub-menu li {
  float: none;
  width: auto;
  white-space: nowrap;
  line-height: normal;
  display: block;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  #topnav .sub-menu {
    position: relative;
    left: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
}
#topnav li:hover .sub-menu {
  display: block;
}
#topnav .current-menu-ancestor > a,
#topnav .current-menu-item:not(.menu-item-type-custom ) > a,
#topnav a:hover {
  color: #CBFF00;
}
#topnav .current-menu-ancestor > a > *,
#topnav .current-menu-item:not(.menu-item-type-custom ) > a > *,
#topnav a:hover > * {
  color: #CBFF00;
}
@media screen and (max-width: 1280px) {
  #topnav {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #header.open #topnav {
    display: block;
    float: none;
    clear: both;
    overflow: auto;
    overflow-x: none;
    max-height: 72vh;
    max-height: calc(100vh -  105px);
    width: 100%;
    margin: 0;
    font-size: 1.2em;
  }
  #header.open #topnav .container {
    padding: 0;
  }
  #header.open #topnav .menue {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  #header.open #topnav .menue li {
    display: block;
    margin: 0;
    line-height: 50px;
  }
}
#footernav li {
  display: block;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#mobile_nav_toggle {
  cursor: pointer;
  font-size: 2.2em;
  display: none;
  margin-left: 20px;
  margin-top: -3px;
}
#mobile_nav_toggle:hover {
  color: #CBFF00;
}
@media screen and (max-width: 1280px) {
  #mobile_nav_toggle {
    display: block;
  }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.archive-header,
article,
.content_section {
  background-size: cover;
  background-position: center center;
  clear: both;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .archive-header,
  article,
  .content_section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 640px) {
  .archive-header,
  article,
  .content_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.archive-header,
article,
.ma-anchor-wrapper {
  position: relative;
}
.archive-header .ma-anchor,
article .ma-anchor,
.ma-anchor-wrapper .ma-anchor,
.archive-header .anchor,
article .anchor,
.ma-anchor-wrapper .anchor {
  position: absolute;
  left: 0px;
  top: -105px;
}
@media (max-width: 992px) {
  .archive-header .ma-anchor,
  article .ma-anchor,
  .ma-anchor-wrapper .ma-anchor,
  .archive-header .anchor,
  article .anchor,
  .ma-anchor-wrapper .anchor {
    top: -100px;
  }
}
@media (max-width: 640px) {
  .archive-header .ma-anchor,
  article .ma-anchor,
  .ma-anchor-wrapper .ma-anchor,
  .archive-header .anchor,
  article .anchor,
  .ma-anchor-wrapper .anchor {
    top: -80px;
  }
}
.header-content,
.entry-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-content img,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content > .alignfull:first-child {
  margin-top: -25px;
}
.post {
  margin-bottom: 25px;
  background-color: #181716;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
/*.wp-block-image {
	margin: 0;
	margin-top: 0;
	margin-bottom: @margin;

	&.alignfull {
		margin-bottom: 0;
	}
}*/
.posts {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .posts {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 640px) {
  .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.posts .post {
  padding: 0;
}
.posts .post h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.posts .post .entry-content {
  padding: 12.5px 25px;
  box-sizing: border-box;
}
.posts .post > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.flex_grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.flex_grid > .flex_grid_item {
  width: 50%;
  width: calc(50% -  25px);
  margin: 12.5px;
}
@media screen and (max-width: 640px) {
  .flex_grid > .flex_grid_item {
    width: 100%;
    margin-top: 0;
  }
}
.audio_media_item {
  display: flex;
  flex-direction: row;
}
.audio_media_item .download {
  text-align: right;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
}
.audio_media_item .download .icon {
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  padding: 4px;
  padding-left: 5px;
  text-align: center;
  font-size: 1.1em;
  margin-left: 5px;
}
.audio_media_item .download:hover .icon {
  background-color: #CBFF00;
}
.audio_media_item .entry-content {
  flex-grow: 1;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.audio_media_item .audio-image {
  width: 30%;
}
.audio_media_item .audio-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .audio_media_item.flex_grid_item {
    width: 100%;
  }
  .audio_media_item.flex_grid_item .audio-image {
    width: 20%;
  }
  .audio_media_item.flex_grid_item .entry-content {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .audio_media_item.flex_grid_item .audio-image {
    width: 30%;
  }
  .audio_media_item.flex_grid_item .entry-content {
    width: 70%;
  }
}
/* /////////////////////////////////////////////////////////////////////////  mejs //////////////////////////////////////////////////////////////////// */
.mejs-container .mejs-controls {
  padding: 0;
}
.mejs-container .mejs-time-rail {
  margin: 0;
}
/* /////////////////////////////////////////////////////////////////////////  alignment //////////////////////////////////////////////////////////////////// */
.wp-block-image .alignleft,
.alignleft {
  float: left;
  margin: 0;
  margin-bottom: 25px;
  margin-right: 25px;
  margin-top: 5px;
}
.wp-block-image .alignright,
.alignright {
  margin-bottom: 25px;
  margin-left: 25px;
  float: right;
  margin-top: 5px;
}
.wp-block-image .aligncenter,
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  margin: 0 auto 25px;
}
.alignnone {
  margin-bottom: 10px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.alignfull {
  margin: 0;
  margin-bottom: 25px;
  margin-left: calc(-50vw +  1150px/2  -  25px);
  margin-right: calc(-50vw +  1150px/2  -  25px);
  width: 100vw;
}
@media (max-width: 1280px) {
  .alignfull {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 992px) {
  .alignfull {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 640px) {
  .alignfull {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 640px) {
  .alignright,
  .alignleft,
  .aligncenter,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none;
    margin: 0;
    margin-bottom: 25px;
    display: block;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  max-height: 90%;
  max-width: 90%;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.scrolling_text {
  font-family: 'Josefin Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1;
}
.scrolling_text ul {
  padding-top: 8px;
  height: 35px;
}
.scrolling_text ul li::after {
  content: '+++';
  margin-right: 10px;
  margin-left: 10px;
}
.tax_menu {
  list-style: none;
  padding: 0;
  font-family: 'Josefin Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
}
.tax_menu li {
  margin: 0;
  margin-bottom: 10px;
}
.tax_menu a {
  color: #fff;
}
.tax_menu .current-cat a {
  color: #CBFF00;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
table td,
table th {
  padding-right: 10px;
  vertical-align: top;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-block-embed {
  margin: 0;
  margin-bottom: 25px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#videocats_and_posts #media_gallery {
  width: 84%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px;
}
@media (max-width: 1280px) {
  #videocats_and_posts #media_gallery {
    width: 80%;
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (max-width: 640px) {
  #videocats_and_posts #media_gallery {
    width: auto;
    float: none;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
#videocats_and_posts #videocats {
  float: left;
}
@media (max-width: 640px) {
  #videocats_and_posts #videocats {
    width: auto;
    float: none;
  }
}
.mediagallery_item_video {
  position: relative;
  margin-bottom: 25px;
  margin-right: 12.5px;
  margin-left: 12.5px;
  width: 25%;
  width: calc(25% -  25px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 992px) {
  .mediagallery_item_video {
    margin-bottom: 25px;
    margin-right: 12.5px;
    margin-left: 12.5px;
    width: calc(33.3% -  25px);
  }
}
@media (max-width: 640px) {
  .mediagallery_item_video {
    margin-bottom: 15px;
    margin-right: 7.5px;
    margin-left: 7.5px;
    width: calc(50% -  15px);
  }
}
.mediagallery_item_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mediagallery_item_video .video_button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4px solid transparent;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mediagallery_item_video .video_button .playicon {
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.706' height='45.137'%3E%3Ccircle fill='%23FFF' cx='22.5' cy='22.5' r='22.5'/%3E%3Cpath fill='%23181716' d='M16.811 12.344l15.757 10.29-15.757 10.29z'/%3E%3C/svg%3E");
  background-size: contain;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mediagallery_item_video .video_button .playicon,
.mediagallery_item_video .video_button .spacer,
.mediagallery_item_video .video_button .subline {
  flex: 1;
}
.mediagallery_item_video .video_button .subline {
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mediagallery_item_video .video_button .subline_title {
  font-weight: 600;
}
.mediagallery_item_video .video_button .subline_subtitle {
  font-size: 0.85em;
}
.mediagallery_item_video .video_button:hover {
  border: 4px solid #CBFF00;
  background: rgba(0, 0, 0, 0.6);
}
.mediagallery_item_video .video_button:hover .subline,
.mediagallery_item_video .video_button:hover .playicon {
  opacity: 1;
}
.mediagallery_item_video .edit-link {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.75);
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  max-height: 90%;
  max-width: 90%;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  background-color: #2C2C2C;
}
.swipebox-video {
  background-color: #000;
}
.image_swipe_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63.679' height='63.767'%3E%3Cpath opacity='.77' fill='%23FFF' d='M31.609 0C14.152 0 0 14.152 0 31.609s14.152 31.608 31.609 31.608 31.609-14.151 31.609-31.608S49.065 0 31.609 0zm-8.681 48.575v-32.02l23.87 16.009-23.87 16.011z'/%3E%3C/svg%3E");
  background-size: 15%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.image_swipe_box:hover::after {
  opacity: 0.95;
}
