body {
  background-color: #ff6161!important;
}

html, body {
  overflow-x: hidden;
  min-height: 100vh; /* MIN VOOR Y SCROLLFIX MOBILE --*/


}



/* TAG SIDEBAR -------------------------------------------*/

.tags-container {
  min-height: 100vh;
}

.tags-scroller {
  overflow-y: auto;
  height: 100vh !important;
  width: 250px;
  position: fixed;
  padding-bottom: 2em;
}

.wrapper {
  width: 100%;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  border-right: 1px solid black;
  color: #000 !important;
  position: relative;
  bottom: 0 !important;
  z-index: 100000000;
  background-color:#ff6161;

}

.sidebar-animate {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


#sidebar.active {
  margin-left: -250px;

}

#sidebar.active .search-tags {
  margin-right: 233px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#sidebar .search-tags {
  display: inline-block;
  position: fixed;
  top: 4px;
  right: calc(100% - 250px);
  z-index: 100 !important;
  margin-right: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  #sidebar .search-tags {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

#sidebar .search-tags .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#sidebar .search-tags .btn.btn-primary {
  background: #000;
  border-color: #000;
  color: #ff6161 !important
}

#sidebar .search-tags .btn.btn-primary:hover, #sidebar .search-tags .btn.btn-primary:focus {
  background: #000 !important;
  border-color: #000 !important;
  color: #ff6161 !important
}

a[data-toggle="collapse"] {
  position: relative;
}

.btn.btn-primary {
  background: #000 !important;
  border-color: #000 !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #000 !important;
  border-color: #000 !important;
}

.form-control {
  height: 40px !important;
  background: #ff6161 !important;
  ;
  color: inherit !important;
  font-size: 13px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid black !important;
  width: calc(100% - 1.5em) !important;
  right: -2em;
}

.form-control:focus, .form-control:active {
  border-color: #000;
  color: #000 !important;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 1);
  color: #000 !important;

}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 1);
  color: #000 !important;

}

.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 1);
  color: #000 !important;

}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 1);
  color: #000 !important;

}

/* CONTENT GENERAL -------------------------------------------*/
#content {
  width: 100%;
  padding: 0;
  /* min-height: 100%; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

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

.footer {
  top: 0 !important;
  bottom: 0 !important;
}

.footer-bg {
  background-color: #71B5FF!important;
}

.footer-spacer {
  height: 100%;
}

.footer-spacer-inside {
  top: 0;
  left: 0;
  height: 100%;
}

/* COLORS -------------------------------------------*/

.c-red {
  background-color: #ff6161
}

.c-yellow {
  background-color: #e6ff5d;

}

.c-yellow {
  background-color: #e6ff5d;
}

.c-yellow-d, .c-yellow-d-bg {
  background-color: #f3ffb3;
}

.c-lila {
  background-color: #e490ff;
}

.c-lila-d, .c-lila-d-bg {
  background-color: #f3cfff
}

.c-brown {
  background-color: #b37a65
}

.c-brown-d, .c-brown-d-bg {
  background-color: #ccb1a7
}

.c-green {
  background-color: #9eb32f
}

.c-green-d, .c-green-d-bg {
  background-color: #ccd792
}

.c-purple {
  background-color: #6a55ff
}

.c-purple-d, .c-purple-d-bg {
  background-color: #b5abff!important;
}

.c-salmon {
  background-color: #ff9098
}

.c-salmon-d, .c-salmon-d-bg {
  background-color: #ffc2c6
}

.c-orange {
  background-color: #ff6a2c
}

.c-orange-d, .c-orange-d-bg {
  background-color: #ff9f77
}

.c-blue {
  background-color: #71b5ff
}

.c-yellow-d:hover, .c-yellow-d.active  {
  background-color: #e6ff5d !important;
}

.c-yellow-d>.c-hover {
  pointer-events: auto;
  display: inline-block;
}

.c-lila-d:hover, .c-lila-d.active {
  background-color: #e490ff !important;
}

.c-lila-d>.c-hover {
  pointer-events: auto;
  display: inline-block;
}

.c-brown-d:hover, .c-brown-d.active {
  background-color: #b37a65 !important;
}

.c-brown-d>.c-hover {
  pointer-events: auto;
  display: inline-block;
}

.c-green-d:hover, .c-green-d.active {
  background-color: #9eb32f !important;
}

.c-green-d>.c-hover {
  pointer-events: auto;
  display: inline-block;
}

.c-purple-d:hover, .c-purple-d.active {
  background-color: #6a55ff !important;
}

.c-purple-d>.c-hover {
  pointer-events: auto;
  display: inline-block;
}

.c-salmon-d:hover, .c-salmon-d.active {
  background-color: #ff9098 !important;
}

.c-salmon-d>.c-hover {
  pointer-events: auto;
  display: inline-block;
}

.c-orange-d:hover, .c-orange-d.active {
  background-color: #ff6a2c !important;
}

.c-orange-d>.c-hover {
  pointer-events: auto;
  display: inline-block;
}

.c-ease {
  /* pointer-events: none; */
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.c-hover-disable {
    pointer-events: none !important;
  }

.cursor { /* FIX FOR HOVER DISABLE NOT ALLOWING CURSORS, ADD TO PARENT */
    cursor: text;
}

/* MOBILE MENU -------------------------------------------*/

.mobile-menu {
  display: none;
  position: fixed;
  top: 18px;
  right: 0;
  z-index: 101 !important;
  margin-right: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

}

.mobile-menu .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#000!important;
}

.mobile-menu .btn.btn-primary {
  border: 1px solid black;
  color: #ff6161 !important;

}

.mobile-menu .btn.btn-primary:hover, .search-tags .btn.btn-primary:focus {
  background: #000 !important;
  border-color: #000 !important;
  color: #ff6161 !important;

}

.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  z-index: 100;
  margin-top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-container {
overflow-y: scroll!important;
overflow-x: hidden!important;
background-color: #71b5ff;
height: 100vh;
}

.menu .row {
  border-left:1px solid black!important;

}
.open .menu {
  right: 0;
  opacity: 1;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* DESKTOP MENU -------------------------------------------*/
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index:10000;
}

/* BLURB FOLDOUT -------------------------------------------*/

.more-click {
  cursor: pointer;
}

/* BTN ICONS -------------------------------------------*/

.gg-menu {
    transform: scale(var(--ggs,1))
}
.gg-menu,
.gg-menu::after,
.gg-menu::before {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 1px;
    background: #ff6161;
}
.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -6px
}
.gg-menu::after {
    top: 6px
}

.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 100px
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    left: -1px;
    top: -1px
}

.print-show {
  display:none;
}



.longread-text * {
  padding-bottom:.25rem!important;
}

.longread-header * {
  padding-bottom:0rem!important
}


.embed-container {
    max-width: 100%;
    height:600px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    width: 100%;
    min-height: 100%;
    padding-bottom:0%!important;
}


.gallery-item {
  width: 100%
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery > div {
  flex: 50%; /* or - flex: 0 50% - or - flex-basis: 50% - */
  flex-shrink: 0;

}

/* MAILFORM -------------------------------------------*/

.wpforms-field-label  {
  font-family: 'AER';
  font-size: 30px!important;
  line-height: 1.2;
  font-weight:500!important;
  color: black;
}

div.wpforms-container-full .wpforms-form input[type="email"], 
div.wpforms-container-full .wpforms-form input[type="text"],

.wpforms-form textarea{
  color:black!important;
  background-color:transparent!important;
  border:1px solid black!important;
  font-family: 'AER';
  font-size: 14px!important;
  line-height: 1.2;
  font-weight:500!important;
}

div.wpforms-container .wpforms-form .wpforms-field.wpforms-field-textarea textarea {
  max-width: 60%!important;
  }

  div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color:#ff9098 !important;
    font-family: 'AER';
    font-size: 14px!important;
    color:#000!important;
    border-color:#000!important;
  }

  div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-family: 'AER';
    font-size: 14px!important;
    line-height: 1.2;
    font-weight:500!important;
    color: #ff6161 !important;
    padding-top:5px;
  }


  .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background-color: transparent!important;
    color:#ff6161 !important;
    font-family: 'AER';
    font-size: 30px!important;
    line-height: 1.2;
    font-weight:500!important;
    border-color:transparent !important;
    padding-left:0px!important;
  }