/* Temporarily hiding play button and modal */
.fullscreen .modal-container {
  display: none !important;
}

/* Temporarily hiding partners section */
.projects {
  display: none !important;
}

/* Temporarily hiding language selection */
.language {
  display: none !important;
}

section h3 {
  color:#3ac8c8;
}

footer {
  color: #555555;
}

footer .footer__icon {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
  text-indent: -999em;
  overflow: hidden;
}

footer .footer__icon.footer__icon--love {
  background-image: url(../img/love.png);
}

footer .footer__icon.footer__icon--sunny {
  background-image: url(../img/sunny.png);
}

img.io-page-header-logo {
  height: 2em;
  vertical-align: baseline;
}

.btn.btn-filled {
  background-color: #3ac8c8;
  border-color: #3ac8c8;
}

.btn.btn-filled:hover {
  background-color: #2da0a0;
  border-color: #2da0a0;
  opacity: 1;
}

.image-bg .btn.btn-filled {
  background-color: #fcae31;
  border-color: #fcae31;
}

.image-bg .btn.btn-filled:hover {
  color: #ffffff;
  background-color: #fca418;
  border-color: #fca418;
}

.hover-tile img {
  opacity: 0.5;
}

.hover-tile div {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 100%;
  padding: 0 40px;
}

.hover-tile div h3 {
  color: #ffffff;
}

.feature-3 i {
  color: #707070;
}

.cover.fullscreen {
  height: 100vh;
  padding: 0;
}

.fullscreen .video-holder {
  background: url(../img/headers/desk.jpg) no-repeat center right / cover;
  height: 100%;
}

@media all and (max-width: 1279px) {
  .fullscreen video {
    display: none !important;
  }
}

.fullscreen .logo-holder {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.fullscreen .logo-holder h6 {
  font-size: 14px;
  letter-spacing: 3px;
}

.cover.fullscreen video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 200% !important;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: auto;
}

.overlay:before {
  opacity: 0.45;
}

.parallax.parallax--big .background-image-holder {
  height: 100%;
}

.cover p {
  font-size: 22px;
}

@media all and (max-width: 768px) {
  .cover p {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .module.widget-handle, .mobile-toggle {
    border: none !important;
  }

  .menu .has-dropdown ul {
    background: #ffffff;
  }

  .menu .has-dropdown ul li a {
    color: #292929;
  }
}

/* START Custom Helper Classes */
.color-io {
  color: #3ac8c8;
}

.color-io:hover {
  color: #2da0a0;
}

.color-dark-gray {
  color: #292929;
}

.bg-light-gray {
  background-color: #f9f9f9;
}

.color-light-gray {
  color: #f9f9f9;
}

.p20 {
  padding: 20px;
}
/* END Custom Helper Classes */

/* START io location blocks*/
.io-location {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.io-location:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.io-location .tile-left {
  width: 100%;
  min-height: 0;
}

.io-location .tile-right {
  width: 100%;
  min-height: 500px;
}

.io-location .tile-left p {
  color: #292929;
  font-size: 15px;
}

.io-location h4.io-location__title {
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #3ac8c8;
}

.io-location:hover h4.io-location__title {
  font-weight: bold;
}

.io-location h4.io-location__title img {
  height: 2.2em;
  vertical-align: baseline;
}

.io-location__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.io-location--downtown .io-location__picture {
  background-image: url(../img/content/downtown.jpg);
}

.io-location--riverside .io-location__picture {
  background-image: url(../img/content/riverside.jpg);
}
/* END io location blocks*/

/* START events block */
.eventItem {
  display: table;
  position: relative;
  width: 100%;
  padding: 65px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f9f9f9;
  border-top: 1px solid #d6d6d6;
  transition: background 0.3s ease, border 0.3s ease;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
}

.eventItem:first-child {
  border-top: 0;
}

.eventItem:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.eventItem:hover .attendBtn {
  opacity: 1;
}

.eventItem:hover .eventWhiteOverlay {
  background-color: rgba(0,0,0,0.5);
}

.eventItem h3 {
  position: relative;
  z-index: 2;
  color: #333333;
}

.eventItem:hover h3 {
  color: #ffffff;
}

.eventItem h4 {
  position: relative;
  z-index: 2;
  color: #707070;
}

.eventItem:hover h4, .eventItem:hover .eventTime p, .eventItem:hover .eventTime strong {
  color: #ffffff;
}

.eventItem:hover .attendBtn {
  color: #3ac8c8;
}

.eventItem:hover .attendBtn svg path {
  fill: #3ac8c8;
}

.eventWhiteOverlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.85);
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.eventsFull .eventWhiteOverlay{
  background-color: #fff;
}

.eventTime {
  display: table-cell;
  vertical-align: middle;
  float: none;
  z-index: 2;
  text-align: center;
}

.eventTime strong, .eventTime p {
  display: block;
  line-height: 20px;
  color: #787878;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}

.eventTime p {
  line-height: 18px;
}

.attendBtn {
  display: table-cell;
  vertical-align: middle;
  float: none;
  z-index: 2;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease;
}

.attendBtn svg {
  transition: margin 0.3s ease;
  -webkit-transition: margin 0.3s ease;
}

.attendBtn:hover svg {
  margin-left: 4px;
}

.attendBtn svg path {
  transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
}

.attendBtn svg path {
  fill: #333333;
}
/* END events block */

/* START newsletter form block */
.form-newsletter input::-webkit-input-placeholder {
    color: #ffffff;
}

.form-newsletter input:-moz-placeholder {
    color: #ffffff;
}

.form-newsletter input::-moz-placeholder {
    color: #ffffff;
}

.form-newsletter input:-ms-input-placeholder {
    color: #ffffff;
}
/* END newsletter form block */

/* START social list block */
.social-list a i {
  font-size: 25px;
  opacity: 0.5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.social-list a:hover i {
  opacity: 1;
}
/* END social list block */

/* START tabs block */
.tabs, .button-tabs .tab-title {
  width: 100%;
}

.button-tabs .tabs li {
  width: 33.3333%;
}

@media (max-width: 767px) {
  .button-tabs .tab-title span {
    font-size: 10px;
  }
}

.button-tabs .active .tab-title {
  background: #3ac8c8;
}

.button-tabs .active .tab-title:hover {
  background: #3ac8c8;
}
/* END tabs block */

/* START pricing block */
@media (max-width: 1200px) {
    .container-pricing {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .pricing-table {
        zoom: 0.8;
    }
}

.col-sm-4 .feature {
  min-height: 230px;
}

.feature-1 .icon-lg {
  font-size: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-4 .feature {
      min-height: 305px;
  }
}

@media (max-width: 767px) {
  .col-sm-4 .feature {
      min-height: 0;
  }

  .col-sm-4 .feature div {
      display: none;
  }

  .col-md-12 .feature {
    display: none;
  }
}
/* END pricing block */

/* START lightbox gallery block */
.io-location__gallery.lightbox-grid ul {
  margin: -8px;
}

.io-location__gallery.lightbox-grid li {
  width: 50%;
}

.io-location__gallery.lightbox-grid.gallery-thumbs li {
  height: 180px;
}

@media (max-width: 991px) {
  .io-location__gallery.lightbox-grid {
    margin: 0 -15px;
    padding-bottom: 24px;
  }

  .io-location__gallery.lightbox-grid.gallery-thumbs li {
    height: 220px;
  }
}
/* END lightbox gallery block */