/*
 Theme Name:     Vital Beat Child Theme
 Theme URI:      http://vitalbeat.com.au
 Description:    A Custom Theme to Vital Beat Website
 Author:         Kristy Morton
 Author URI:     http://kristymorton.com/
 Template:       gourmet
 Version:        1.0.2
*/

@import url("../gourmet/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* HOME */
.row-asseen-logos .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

/*Events Page*/
.page-template-event .main-header#top .top-banner-container.paddings-bigger {
    padding-bottom: 550px;
}
.events-page .title-section {
    text-align: center;
    margin: 40px 0;
}

/*Card Events*/
.col-event-upcoming:first-child, .col-event-previous:first-child {
    display: none;
}
.card {
  position: relative;
  width: 100%;
  background: #fcfbf2;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;*/
  margin-bottom: 50px;
}
/*.card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}*/
.card a {
  color: inherit;
  text-decoration: none;
}

.card__date {
  background: #bc8b5f;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 13px;
  font-weight: bold;
  padding-top: 14px;
}
.col-event-previous .card__date {
   background: #23323a;
   width: 45px;
   height: 45px;
   padding-top: 10px;
   opacity: .9;
}

.card__date__day {
  display: block;
  font-size: 22px;
  margin-bottom: 3px;
}
.col-event-previous .card__date__day {
  font-size: 16px;
  margin-bottom: 0;
}

.card__date__month {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.col-event-previous .card__date__month {
  font-size: 10px;
}

.card__thumb {
  height: 235px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.col-event-previous .card__thumb {
  height: 187px; 
}

.card__thumb img {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*.card:hover .card__thumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}*/
/*.card:hover .card__thumb {
  height: 90px;
}*/

.card__body {
  position: relative;
  padding: 20px;
  height: 185px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
/*.card:hover .card__body {
  height: 330px;
}*/

.card__category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background: #bc8b5f;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
}
.col-event-previous .card__category {
   background: #23323a;
}

.card__category a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.card__title {
  padding: 0 0 10px 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  font-size: 25px;
  line-height: 35px;
}
.card:hover .card__title a {
  color: #bc8b5f;
}


.col-event-previous .card__title {
  font-size: 22px;
  line-height: 22px;
  margin-top: 5px;
}

/*.card:hover .card__title {
  margin-top: 0;
  font-size: 22px;
  line-height: 22px;
  -webkit-animation: titleBlur 0.3s;
          animation: titleBlur 0.3s;
}*/

.card__subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  color: #08c;
  font-size: 19px;
}
/*.card:hover .card__subtitle {
  -webkit-animation: subtitleBlur 0.3s;
          animation: subtitleBlur 0.3s;
}*/

.card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 65px;
  margin: 0;
  padding: 0;
  color: #666c74;
  font-size: 14px;
  line-height: 27px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
/*.card:hover .card__description {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}*/

.card__footer {
  position: absolute;
  color: #a3a9ab;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 11px;
}
.card__footer .icon--comment {
  margin-left: 10px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.icon:before {
  display: inline-block;
  text-align: center;
  height: 14px;
  width: 14px;
  margin-top: -2px;
  margin-right: 6px;
}

.icon--comment:before {
  content: "\f0e6 ";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.icon--time:before {
  content: "\f017 ";
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}

@keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}
@-webkit-keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 136, 204, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(0, 136, 204, 0);
  }
}
@keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 136, 204, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(0, 136, 204, 0);
  }
}


@media screen and (max-width: 500px) {
  .row-asseen-logos .row {
    flex-wrap: wrap;
  }

  .row-asseen-logos .row > div {
    width: 49%;
    margin-bottom: 50px;
  }
}

/* PAGE: CLASSES */
.page-id-1183 .top-banner-container {
  min-height: 680px;
}
.classes-imagery-section {
  margin: 90px 0;
}
.page-id-1183 .main-footer .map {
  display: none;
}

/* PAGE: CLASSES MINDLAND */
body.page-id-12 {
  overflow-x: visible;
}

/* MM: Screen */
@media screen and (max-width: 1280px) { }

/* SM: Screen */
@media screen and (max-width: 1024px) { }

/* Tablet/iPad */
@media screen and (max-width: 980px) { 
  /* TABLET: PAGE - CLASSES */
  .classes-imagery-section .wpb_column {
    margin-bottom: 50px;
  }
}

/*iPhone 6/7*/
@media screen and (max-width: 500px) { 
  
}

/*iPhone 5 */
@media screen and (max-width: 320px) { }