/*************************
    FONT AWESOME
**************************/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-search:before {
  content: "\f002";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-youtube-play:before {
  content: "\f16a";
}
/*************************
    ALL EVENTS WIDGET
**************************/
.wfnb_all_events_widget {
  display: block;
  width: 100%;
}

.wfnb_all_events_widget ul {
  padding-left: unset;
}

.wfnb_all_events_widget li {
  display: flex;
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
}

.wfnb-events-thumb {
  width: 40%;
  max-height: 141px;
  vertical-align: middle;
  padding-right: 0.5rem;
  object-fit: cover;
}

.wfnb-events-info-box {
  vertical-align: middle;
  width: 100%;
}

.wfnb-events-meta-info,
.wfnb-events-meta-info a {
  color: #888;
  font-size: 0.7875rem;
  font-weight: 100;
}

.wfnb-events-title,
.wfnb-events-title a {
  color: #333;
  font-size: 0.9rem;
  font-weight: 700;
  min-height: 3rem;
}

/***************************
   EVENTS INFORMATION BOX
****************************/

.wfnb-info-container {
  /*padding: .5rem;*/
  padding-bottom: 2rem;
}
.wfnb-row {
  width: 100%;
}

/* WFNB HEADER */
.wfnb-header {
  background-color: #4a90e2;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  display: flex;
}

.wfnb-header h5 {
  text-transform: uppercase;
  background-color: #9c9a9a;
  font-weight: 700;
  font-size: inherit;
  padding: 0.5rem 1rem;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.15rem;
  margin: unset;
  width: 30%;
  text-align: center;
}

.wfnb-header a {  
  float: right;
  width: 100%;
  max-width: 70%;
  display: inline-block;
}
.wfnb-header a h5 {
  float: right;
  background-color: unset;
  text-align: center;
  width: 100%;
}

/* WFNB FLEXED INFORMATION BOX*/

.wfnb-flex-box {
  display: flex !important;
  background-color: #fbfbfb;
  padding: 1.85em 0;
}

/* wfnb event details*/
.wfnb-info-metabox {
  width: 30%;
  height: max-content;
  margin: auto;
}
.wfnb-info-box {
  padding: 0 0.5rem;
}

h5.wfnb-venue {
  color: #4a90e2 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07rem !important;
}
.wfnb-info-metabox .wfnb-info-box h5 {
  margin-right: 0.5rem;
  display: inline;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.07rem;
  font-size: inherit;
  font-weight: 700;
}
.wfnb-info-box h5 {
  margin: unset;
  font-weight: 700;
  margin-right: 0.5rem;
  display: inline;
}
.wfnb-info-container a:hover {
  background-color: #1f69c1;
}
/* wfnb event location */
.wfnb-info-location {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}
.wfnb-info-location iframe {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.wfnb-info-location p {
  font-size: 0.75rem;
}

/* WFNB HORIZONTAL LINE */
.wfnb-hr {
  /* Horizontal Line */
  content: "";
  border-top: 1px dashed #dada;
  width: 78%;
  height: 1px;
  z-index: 999;
  position: absolute;
  left: 10%;
}

/***************************
        MEDIA QUERIES
****************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .wfnb-flex-box {
    display: block !important;
  }
  .wfnb-info-metabox {
    width: 100%;
    display: block;
  }
  .wfnb-info-location {
    display: block;
  }
}
