/*
Theme Name:037 ITMWPB
Theme URI: //wordpressforbroadcasters.com
Author: The WPB team
Description: 037 Parent Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
Text Domain: 037-itmwpb
*/
/*-------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* WPB-3916 */
@keyframes fade-in-up {
   0% {
     opacity: 0;
  }
   100% {
     transform: translateY(0);
     opacity: 1;
  }
}

.ac-player-wrapper.ac-floated-player{
  z-index:999999 !important;
  /*padding-bottom:30px !important;*/
}

.video-anyclip iframe {
   max-width: 100%;
   max-height: 100%;
}

.video-anyclip.stuck {
   position: fixed;
   bottom: 0px;
   right: 20px;
   width: 400px;
   height: 400px;
   transform: translateY(100%);
   animation: fade-in-up 0.75s ease forwards;
   z-index: 1;
}
/* ----------------- */

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.675em;
  line-height: 1.6em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}


/*-------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.circle {
  border-radius: 50%;
}

.grid-gutter-40 {

  grid-column-gap: 40px;
  grid-row-gap: 40px;

}

.article-wrapper.grid {
  grid-row-gap: 6px;
}



/*--------------------------------------------------------------
  # images
  --------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}

.shadow {
  box-shadow: 0px 0px 3px 1px #cecdcd;
}


/*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#hsecondary aside {
  margin-bottom: 20px;
}

.row-margin {
  margin: 20px auto 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}


.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-0 {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .sm-row-margin {
    margin: 20px auto 40px;
  }

  .sm-mb-20 {
    margin-bottom: 20px;
  }

  .sm-mb-40 {
    margin-bottom: 40px;
  }

  .sm-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm-mt-20 {
    margin-top: 20px;
  }

  .sm-mt-40 {
    margin-top: 40px;
  }

  .sm-mt-0 {
    margin-top: 0 !important;
  }


}

@media (min-width: 992px) {
  .md-row-margin {
    margin: 20px auto 40px;
  }

  .md-mb-20 {
    margin-bottom: 20px;
  }

  .md-mb-40 {
    margin-bottom: 40px;
  }

  .md-mb-0 {
    margin-bottom: 0 !important;
  }

  .md-mt-20 {
    margin-top: 20px;
  }

  .md-mt-40 {
    margin-top: 40px;
  }

  .md-mt-0 {
    margin-top: 0 !important;
  }

}

/*--------------------------------------------------------------
  # AD Banners
  --------------------------------------------------------------*/
.adv-banner img {
  max-width: 100%;
  margin: 0 auto;
}

/* DFP banners */
div[id*='div-gpt-ad'] {
  text-align: center;
  margin: 0 auto;
}

div[id*='div-gpt-ad'] iframe {
  width: auto !important;
}

@media (min-width:768px) {

  div[id*='div-gpt-ad'] frame[width="970"],
  div[id*='div-gpt-ad'] iframe[width="728"] {
    width: 740px !important;
  }

}

@media (min-width:992px) {

  div[id*='div-gpt-ad'] iframe[width="970"] {
    width: 970px !important;
  }

  div[id*='div-gpt-ad'] iframe[width="728"] {
    width: 728px;
  }

}

/*--------------------------------------------------------------
  # Buttons
  --------------------------------------------------------------*/
.on-air-meta,
.red-btn,
.tribe-events-button {
  display: inline-block;
  background-color: #e91635 !important;
  padding: 10px 18px 7px;
  line-height: 30px;
  color: #fff !important;
  border-radius: 8px;
}

#tribe-events a.tribe-events-ical.tribe-events-button,
#tribe-events a.tribe-events-gcal.tribe-events-button,
ul.tribe-events-sub-nav li a,
.submit,
.elvotics_event_list_button a,
.btn {
  padding: 6px 8px;
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid #232323;
  width: 100%;
  background-color: #fff !important;
  display: block;
  text-align: center;
  color: #232323;
  transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
}

#tribe-events a.tribe-events-ical.tribe-events-button,
#tribe-events a.tribe-events-gcal.tribe-events-button,
.submit,
.elvotics_event_list_button a,
.btn,
.btn a {
  color: #232323 !important;
}

.input-group .btn {
  margin: inherit !important;
}

.tribe-events-button:hover,
.btn-default:hover {
  color: #fff;
  background-color: #960730 !important;
  border-color: none;
}

.read-more span,
.read-more .far,
.read-more .fas,
a .far,
a .fa {
  color: #E71939;
}

.jp-image .fa {
  color: #fff;
}

.listen a,
.listen button {
  text-transform: uppercase;
}

button#searchsubmit {
  padding: 7px 16px;
}

.form-search input {
  margin: 0;
  border-color: #232323;
  height: 36px;
  border-right: none;
}

ul.tribe-events-sub-nav li a:hover,
#tribe-events a.tribe-events-button:hover,
.elvotics_event_list_button a:hover,
.btn-default:hover,
.btn:hover {
  color: #fff !important;
  background-color: #E71939 !important;
  border-color: #a00b22 !important;
}

.btn:hover .fa,
.btn:hover .far,
.read-more:hover span,
.read-more:hover .far,
.read-more:hover .fas {
  color: #fff;
}

/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
/* .supermenu__mobile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 10px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
} */

nav.supermenu__mobile {
  display: flex;
  align-items: center;
}

.supermenu__logo-wrapper {
  display: none !important;
}

.supermenu--fixed .supermenu__logo-wrapper {
  display: block !important;

}

nav.supermenu__mobile .supermenu__logo-wrapper {
  width: 60%;
  text-align: right !important;

}

nav.supermenu__mobile .supermenu__logo-wrapper .img-logo {
  margin: 0 !important;
}

.menu-title {
  width: auto !important;
  float: none !important;
  font: inherit !important;
  color: #BEC0C2 !important;
  padding-top: 5px !important;
  margin-left: 20px !important;
}

.supermenu__mobile .supermenu__toggler {
  height: auto !important;
}

.supermenu__mobile .supermenu__menu-items-wrapper li {
  padding-left: 10px !important;
}

.fvp-overlay .fvp-actionicon.play,
.fvp-dynamic .fvp-actionicon.play {
  display: block;
  background-image: url('//dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/1108/2019/05/16185247/Play.png');
}

/*--------------------------------------------------------------
#Search
--------------------------------------------------------------*/
.supermenu__searchform.searchform--open {
  visibility: visible !important;
  opacity: 1 !important;
}

/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/

a,
a:visited {
  color: #000;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #5f5f5f;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/*--------------------------------------------------------------
  ## Header
  --------------------------------------------------------------*/
header {
  margin-top: 20px;
}

.header-content {
  padding: 0 8px 8px;
}

.branding,
.header-right-column {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  place-self: center;
}

.branding .header-image {
  width: 100% !important;
  margin: 0 auto !important;
}

.header-right-column {
  text-align: center;
  width: 300px;
}

.header-right-column aside:first-child {
  margin-bottom: 5px;
}

.wide_under_navigation .adv-container {
  margin: 20px auto;
}

.container {
  margin-top: 0;
  width: inherit !important;
}

.nav_bg .container {
  margin-top: 0;
}

.home .header-content {
  margin-top: 0;
  padding-top: 20px;
}

.home .wide_under_navigation {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Audio Player
--------------------------------------------------------------*/
.audio-stream-player {
  font-family: inherit;
}

.audio-stream-player,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.recent-played {
  color: #4B4B4B;
}

#play-pause .icon {
  fill: #E71939;
}

#play-pause:hover .icon {
  fill: #E71939;
}

#volume {
  border: none;
  border-radius: 0;
  background: #B2B2B2;
  height: 3px;
}

#volume .ui-slider-range-min {
  background: #E71939;
  height: 3px;
}

#volume .ui-slider-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 2px;
}

.fixed-bar .select2-container .select2-selection--single,
.fixed-bar .recent-played {
  background-color: inherit !important;
  box-shadow: none !important;
}

.audio-stream-player.fixed-bar {
  z-index: 400;
}

#ad_container #td_container {
  margin-top: 10px;
}

#ad_container #td_synced_bigbox,
#ad_container #disclaimer {
  padding: 6px;
}

/*--------------------------------------------------------------
## Podcasts
--------------------------------------------------------------*/
#wpb-podcasts .article-container {
  display: flex;
  flex-direction: column;
}

.wpb-audio-player.whiteControllers {
  font-family: "Lato", sans-serif;
  margin: 0;
  align-self: flex-end;
  max-width: none;
  text-align: left;
}

.wpb-audio-player.whiteControllers,
.wpb-audio-player.whiteControllers .AudioControls {
  background: #232825 !important;
}

.wpb-audio-player.whiteControllers .AudioControls {
  flex-basis: 100%;
}

#wpb-podcasts .player_advance {
  margin: 0;
}

@media only screen and (max-width: 360px) {
  .wpb-audio-player.whiteControllers {
    max-width: 290px;
  }

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site_nav {
  background-color: #fff;
}

.supermenu__menu-items-ul>li .sub-menu li {
  padding: 0 40px 0px 5px;
  text-align: left;
}

.supermenu__menu-items-ul>li .sub-menu a {
  padding: 20px 5px 6px 0 !important;
}

.supermenu__desktop .supermenu__menu-items-ul>li>.sub-menu {
  padding: 16px !important;
}

.supermenu__menu-items-ul>li .sub-menu li {
  border-bottom: 1px solid #484c4a;
}

.supermenu__menu-items-ul>li .sub-menu li:last-child {
  border-bottom: none;
}

.supermenu__menu-items-ul>li .sub-menu a:hover,
.supermenu__menu-items-ul>li .sub-menu a:focus,
.supermenu__menu-items-ul>li .sub-menu li:hover .supermenu--dropdown-toggler {
  font-weight: 700;
}

.supermenu__desktop .supermenu__menu-items-ul>li:hover>.sub-menu {
  overflow: hidden !important;
  max-width: 270px !important;
  min-width: 270px !important;
}

/*--------------------------------------------------------------
  #Loader
--------------------------------------------------------------*/

#wrapper {
  position: relative;
}

.global-ajax-loader {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(245, 245, 245, 0.9);
  text-align: center;
  z-index: 200;
}

/*
  .page-wrap.bg-light{
    background-color: #ffffff !important;
  } */


.ajax-spinner,
.ajax-spinner:before,
.ajax-spinner:after {
  background: #E71939;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.ajax-spinner {
  color: #E71939;
  text-indent: -9999em;
  margin: 0 auto;
  position: fixed;
  right: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.ajax-spinner:before,
.ajax-spinner:after {
  position: absolute;
  top: 0;
  content: '';
}

.ajax-spinner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ajax-spinner:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}



/*--------------------------------------------------------------
## Shows
--------------------------------------------------------------*/

.show-content {
  margin-bottom: 8px;
  border-radius: 10px;
  min-height: 100px;
  overflow: hidden;
}

.grid.show-content {
  grid-template-columns: 3fr 2.2fr 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: 'Lato', sans-serif;
}


.schedule-show-wrapper .show-content h3 {
  color: #232323;
}

.schedule-show-wrapper .show-content,
.schedule-show-wrapper .show-content a {
  color: #666;
}

.schedule-show-wrapper .show-content h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 5px;
}

.show-content .show-social {
  width: 46%;
  margin: 0 auto;
}

.show-content .show-meta,
.show-content .show-social {
  padding: 8px;
}

.show-content hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #BEC0C2;
}

.show-content .show-excerpt {
  flex-direction: column;
}

.show-content .the-excerpt {
  line-height: 20px;
  font-size: 14px;
}

.show-content .personality img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 1px 7px 1px #d0d0d0;
}

.schedule-now {
  background-color: #fff;
}

.schedule-next {
  background-color: #fff;
}

.show_figure_size img {
  max-height: none !important;
}

.slider-sidebar aside {
  width: 100%;
}

/* ON-AIR NOW SCHEDULE NOW A */

#schedule_now_a .show {
  display: flex !important;
}

#schedule_now_a .hentry {
  margin-bottom: 5px;
}

#schedule_now_a {
  max-width: 330px;
  min-width: 300px;
  margin: 0 auto;
  color: #000;
  background: #FFDC00;
}

#schedule_now_a .show-meta {
  padding: 8px;
}

#schedule_now_a figure {
  width: 33.33%;
  overflow: hidden;
  height: 100%;
  padding: 51px;
  position: relative;
}

#schedule_now_a figure a {
  display: block;
}

#schedule_now_a figure img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: fill;
  top: 0;
  left: 0;
}

#schedule_now_a .excerpt-wrapper {
  display: flex;
}

#schedule_now_a .show-header {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border-style: none;
  margin-bottom: 0
}

#schedule_now_a .excerpt .show_title {
  font-size: 13px !important;
  line-height: 15px;
  color: #000 !important
}


#schedule_now_a .show_excerpt p {
  font-size: 12px;
  margin: 0;
  line-height: 14px
}

#schedule_now_a .show_social_icons {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

#schedule_now_a .show_social_icons img {
  width: 24px;
}

/*-------------------------------------------------------------
# Extended Show
--------------------------------------------------------------*/
.extshow-wrapper {
  margin-top: 25px;
  font-family: 'Poppins';
}

.extshow .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  font-size: 1.2em;
  font-weight: 500;
  background-color: #093663;
  color: #fff
}

.extshow .nav-tabs>li>a {
  font-size: 1.2em;
  font-weight: 500;
}

.extshow .date_viewer {
  font-size: 1.2em;
  font-weight: 500;
  color: #000;
  padding: 25px 0;
}

.extshow .show_view {
  padding: 10px;
}

/* -----------ON AIR---------------------------------------- */


.extshow .onair {
  background-color: #093663
}

.extshow .onair p.show_onair {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
  color: #FDB927;
}

.extshow .onair .show_time {
  font-size: 1.1em;
  font-weight: 300;
  color: #fff
}

.extshow .onair .show-summary p.show_title {
  margin: 10px 0 0 0
}

.extshow .onair .show-summary p.show_title a {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}

.extshow .onair .show-summary p.show_title a:hover {
  color: #FDB927;
}

.extshow .onair .show-summary p.show_desc {
  font-size: 1em;
  line-height: 1.4em;
  color: #fff;
  margin: 0
}

/* -----------ON AIR NEXT---------------------------------------- */

.extshow .onair-next {
  background-color: #f1f1f1
}

.extshow .onair-next .show_time {
  font-size: 1.0em;
  font-weight: 500;
  color: #093663
}

.extshow .onair-next .show-summary p.show_title {
  margin: 10px 0 0 0
}

.extshow .onair-next .show-summary p.show_title a {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #093663;
}

.extshow .onair-next .show-summary p.show_title a:hover {
  color: #093663;
}

.extshow .onair-next .show-summary p.show_desc {
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  margin: 0
}

.extshow .show_figure_size img {
  max-width: 100% !important;
  max-height: 100% !important;
  border-style: none;
  padding: 0;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
  # Galleries
  --------------------------------------------------------------*/

span.wpbg-share {
  bottom: 24px !important;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Events
--------------------------------------------------------------*/
.events-list .tribe-events-loop {
  max-width: 100%;
}

#tribe-events-pg-template {
  width: 100%;
  max-width: 100%;
}

.tribe-events-list .vevent.hentry {
  margin-bottom: 20px !important;
}

/* .elvotics_event_list_left,
.elvotics_event_list_right {
  float: none;
} */

.elvotics_event_list_text_col:first-child {
  padding-left: 18px;
}

.elvotics_event_list_text {
  padding-right: 18px;
}

.elvotics_el_whitebox ul li:first-child {
  padding-left: inherit;
}

.elvotics_el_whitebox ul li:before,
.elvotics_el_whitebox ul li span,
.sonoma_event_post_meta ul li i,
.single-tribe_events .tribe-events-meta-group {
  color: #5f5f5f;
}

.elvotics_el_whitebox ul li span {
  color: #012b5d;
}

#tribe-bar-collapse-toggle {
  background: #960730;
  color: #fff;
}

.tribe-events-sub-nav li a {
  background: #5f5f5f;
}

#tribe-events-header:before,
#tribe-events-header:after,
#tribe-events-footer:before,
#tribe-events-footer:after {
  background-color: initial;
}

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 20px;
  text-align: center;
}

.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 30px;
}

.sonoma_event_post_meta {
  margin-top: 10px;
}

.sonoma_event_post_meta ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.sonoma_event_post_meta ul li i {
  padding-right: 10px;
}

#tribe-events-footer~a.tribe-events-ical.tribe-events-button {
  line-height: initial;
}

.elvotics_event_list_image {
  text-align: center;
}

/*--------------------------------------------------------------
  # The Coutndown
--------------------------------------------------------------*/

.the-countdown,
.sidebar .widget_dfp_banner_location {
  clear: both;
  margin-bottom: 5px;
}

.the-countdown .hasCountdown,
.the-countdown .outro-text {
  background-color: hsl(351, 83%, 50%);
  color: hsl(0, 0%, 100%);
  margin: 0;
}

.the-countdown .outro-text {
  text-align: center;
  font-weight: bold;
}

.the-countdown .countdown_section {
  background: transparent;
}

.the-countdown .sidebar-widget-title {
  text-align: center !important
}

/*--------------------------------------------------------------
# Single posts
--------------------------------------------------------------*/

.nav-links {
  background: #dedede;
  padding: 20px;
  margin-bottom: 20px;
}

.story {
  border-bottom: 1px solid #888;
  font: normal 600 14px/38px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
}

.story .fa {
  margin: 0 11px;
  font-size: 20px;
}

.nav-previous,
.nav-next {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

/* SHOW BLOG */
.show_group .h-blog {
  box-shadow: 0px 1px 4px 2px #dadada;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.show_group .h-blog .entry-title,
.show_group .h-blog .date p {
  margin: 0 !important;
  color: #232323 !important;
}

.show_group .h-blog .host-blog-article,
.show_group .h-blog .read-more {
  margin: 0;
  padding: 10px 14px;
}

.show_group .h-blog .read-more {
  padding-top: 0;
  padding-bottom: 20px
}

.show_group .h-blog .entry-title a {
  margin: 0 0 20px 0 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  color: #232323 !important;
}

.show_group .h-blog .date,
.show_group .h-blog .excerpt,
.show_group .h-blog .entry-title {
  margin-bottom: 20px;
}

.show_group .h-blog .date p {
  font-size: 12px;
  color: #ccc;
}


.show_group .h-blog .excerpt p {
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
}

.show_group .h-blog .read-more {
  text-transform: uppercase;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
  position: relative;
  clear: both;
  padding: 20px 0;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  color: #fff;
  background: #E71939 none repeat scroll 0 0;
}

.pagination .current {
  padding: 6px 9px 5px;
  color: #fff;
  background: #232825 none repeat scroll 0 0;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  color: #fff;
  background: #E71939 none repeat scroll 0 0;
}

.pagination a {
  text-decoration: none;
  color: #fff;
  background: none repeat scroll 0 0 #E71939;
}

/*--------------------------------------------------------------
# Recent Posts Advanced
--------------------------------------------------------------*/
.article-wrapper h2 {
  margin: 0;
}

.page-header {
  border: none;
}

.page-header,
.page-header h2 {
  margin: 0;
}

.archive .page-header {
  margin: 0 0 20px 0;
}

.elvotics_event_list_text h4 a,
.widget_recent_posts .article-title h5 a,
.widget_recent_posts .article-title h5,
.entry-title a,
.entry-title,
.widget-title {
  color: #E71939 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
  text-align: left !important;
}

.footer-content .widget-title {
  text-align: center !important;
}

.elvotics_event_list_text h4,
.widget_recent_posts .article-title h5,
.entry-title,
.widget-title {
  margin: 0 0 10px 0 !important;
}

.elvotics_event_list_text h4 a,
.widget_recent_posts .article-title h5 a,
.entry-title a {
  display: block;
}

.elvotics_event_list_text h4,
.widget_recent_posts .article-title h5,
.entry-title h2,
h2.entry-title,
.widget-title {
  transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
  padding: 0 0 8px 0 !important;
}

.widget-title.row-title,
.page-header h2 {
  color: #232825 !important;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none !important;
}

.widget-title.row-title {
  margin-bottom: 40px !important;
}

.page-header h2 {
  margin-bottom: 20px !important;
}

.article-meta {
  margin: 8px 0;
  font-size: 12px;
  color: #8B8B8B;
}

.article-meta .fa {
  color: #E71939;
  margin-right: 6px;
}

.elvotics_el_whitebox ul li:before {
  color: #E71939;
}

.elvotics_el_whitebox ul li span.elvotics_el_list_title,
.elvotics_el_whitebox ul li span {
  color: #404040;
}

.article-meta span {
  margin-right: 10px;
}

.article-meta span:first-child {
  margin-right: 0;
}

.entry-summary {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
}

#wpb-two-column .article-wrapper,
#wpb-three-column .article-wrapper {
  background: none;
  margin: 0;
}

#wpb-two-column,
#wpb-three-column {
  border: 1px solid #C7C7C7;
}


.article-wrapper .article-thumb {
  height: auto !important;
  position: relative;
  overflow: hidden;
  background: #000;
}

.article-wrapper figure img {
  max-width: none;
  width: 100%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.article-wrapper figure img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.category .post-categories {
  background: none !important;
  padding: 0 !important;
  text-transform: capitalize !important;
  position: relative !important;
  bottom: initial !important;
  left: initial !important;
  display: inline-block !important;
  list-style: none !important;
}

#injected-shortcode {
  width: 100% !important;
  padding: 0 !important;
}

.visible-md-block {
  display: none !important;
}

#injected-shortcode .adv-banner img {
  max-width: none;
  margin: 0 auto;
  width: 100%;
}

.posts-container .weblator-poll-container .panel-default {
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.two-column .recent-posts-list .posts-container .entry-title a,
.three-column .recent-posts-list .posts-container .entry-title a,
.four-column .recent-posts-list .posts-container .entry-title a {
  font-size: 16px !important;
  line-height: 20px !important;
}

.two-column .recent-posts-list .posts-container .entry-summary,
.three-column .recent-posts-list .posts-container .entry-summary,
.four-column .recent-posts-list .posts-container .entry-summary {
  font-size: 15px !important;
  line-height: 18px !important;
}

.two-column .recent-posts-list .posts-container,
.three-column .recent-posts-list .posts-container,
.four-column .recent-posts-list .posts-container {

  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.recent-posts-list .posts-container:after,
.recent-posts-list .posts-container:before {
  content: none;
}

.recent-posts-list .posts-container .clearfix {
  display: none;
}

/*--------------------------------------------------------------
  # Elementor Fixes
--------------------------------------------------------------*/
.pjax .elementor-post__card .elementor-post__thumbnail img {
  position: absolute;
}

.eael-divider-content {
  display: inherit;
  flex: 0 1 auto;
  margin: 0 20px;
}

.divider-border {
  border: 0;
  height: 1px;
  border-top: 1px solid;
  display: block;
  width: 100%;
}

.divider-text-wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.divider-border-wrap {
  flex: 1 1 auto;
}

.content-wrapper {
  max-width: 1170px;
  padding: 15px 0;
  margin: 0 auto;
  background-color: #ffffff;
}

/* search full modal input field position for mobile */
.elementor-search-form__container.elementor-search-form--full-screen.elementor-lightbox {
  align-items: flex-start;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .elementor-search-form__container.elementor-search-form--full-screen.elementor-lightbox {
    align-items: center;
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
  # Arcgive Category Listing pages
--------------------------------------------------------------*/

.listing .article-wrapper {
  margin-bottom: 26px;
}

.listing figure {
  text-align: center;
}

.listing figure img {
  width: 100%;
}

.listing .main_content .post:first-child {
  margin-top: 20px;
}

.listing .result-content {
  width: 100%;
}

.elvotics_event_list_text h4,
.listing .entry-title h2 {
  margin-top: 0;
  font-size: 14px;
}

.listing .read-more {
  margin-top: 10px;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.footer-content {
  margin: 40px 0 40px;
  color: #fff;
  text-align: center;
}

.row_footer_nav {
  background-color: #232825;
  margin-top: 20px;
}

.footer-content .footer-nav-a .widget img {
  width: 80% !important;
}

.footer-content .widget-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin-top: 0 !important;
  border: none !important;
  padding: 0 !important;
}

.footer-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-content,
.footer-content ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.footer-content a,
.footer-content a:visited {
  color: #fff;
}

.footer-content ul li a:hover {
  color: #d3d4d8;
}

/*--------------------------------------------------------------
  ## Footer Blocks
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Back to Top
  --------------------------------------------------------------*/
.scrollup {
  position: fixed;
  z-index: 1;
  right: 5px;
  bottom: 150px;
  width: 50px;
  height: 50px;
  display: none;
  text-indent: -9999px;
  background: url("//dehayf5mhw1h7.cloudfront.net/wp-content/uploads/sites/1108/2019/02/25182324/top_btn.png") no-repeat;
}

/*--------------------------------------------------------------
  ## Copyright
  --------------------------------------------------------------*/
.copyright {
  padding: 20px 0;
  color: #232323;
  font-size: 13px;
  text-align: center;
}

.copyright a {
  color: #E71939;
}

.copyright a:hover {
  color: #232323;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


@media only screen and (max-width: 550px) {

  .wpb-audio-player.whiteControllers .ximage {
    flex-basis: 100%;
    width: 100%;
  }

}

@media (min-width:769px) {

  nav.supermenu__mobile {
    display: none;
  }

}

@media (min-width: 768px) {

  .two-column .recent-posts-list .posts-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .three-column .recent-posts-list .posts-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .four-column .recent-posts-list .posts-container {
    grid-template-columns: repeat(4, 1fr);
  }

  header {
    margin-top: 0;
  }

  .branding .header-image {
    width: 84% !important;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .article-wrapper h2 {
    margin: 0;
  }

  nav.supermenu__mobile .supermenu__logo-wrapper {
    width: 70%;

  }

  .header-content {
    padding: 8px !important;
  }

  .header-content .grid {
    grid-template-columns: 1fr auto 1fr;
    min-height: 106px !important;
  }

  .branding,
  .header-right-column {
    width: 200px;
  }

  #row_b_wrapper .grid {
    grid-row-gap: 40px;
  }

  .slider-sidebar aside {
    width: 47%;
  }

  .supermenu.supermenu--etpcrossed.supermenu--fixed {
    min-height: 58px !important;
    max-height: 58px !important;
  }

  .submit,
  .btn {
    width: auto;
  }

  #tribe-events a.tribe-events-ical.tribe-events-button,
  #tribe-events a.tribe-events-gcal.tribe-events-button,
  .submit,
  .elvotics_event_list_button a,
  .btn,
  .btn a {
    width: auto;
    display: inline-block;
    margin-right: 10px;
  }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 48%;
  }

  header .audio-stream-player {
    box-shadow: none;
    border-radius: none;
    padding: 0;
  }

  .control-bar {
    border-top: 1px solid #B2B2B2;
  }

  .footer-content {
    text-align: left;
  }

  .footer-content,
  .footer-content ul li {
    font-size: 13px;
  }

  .visible-sm-block {
    display: none !important;
  }

  .listing .article-wrapper {
    margin-bottom: 12px;
    border-top: 1px dotted #bbbbbb;
    padding: 22px 0 0;
  }

  .listing figure {
    margin-right: 16px;
  }

  .posts-container .weblator-poll-container {
    height: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .posts-container .weblator-poll-container .panel-default {
    height: 92%;
  }

  .weblator-poll-container .panel-footer {
    position: absolute;
    bottom: 1px;
    width: 99.6%;
  }


  .wpb-audio-player.whiteControllers .AudioControls {
    flex-basis: auto;
  }

  .footer-content .widget-title {
    text-align: left !important;
  }

  #wpb-three-column figure {
    height: 140px;
  }

}

/* -----------------------------*
$Small devices (992px and up)
\*-----------------------------*/
@media (min-width: 992px) {


  .branding .header-image {
    width: 70% !important;
  }


  #wpb-three-column figure {
    height: 180px;
  }

  .branding,
  .header-right-column {
    width: 300px;
  }

  .slider-sidebar aside {
    width: 100%;
  }


  .posts-container .weblator-poll-container .panel-default {
    height: 87%;
  }

  .article-wrapper.grid {
    grid-row-gap: 10px;
    align-items: center;
  }

  .two-columns .article-wrapper.grid {
    grid-row-gap: 40px;
  }

  .content-wrapper {
    padding: 15px;
  }

}

@media (min-width: 1200px) {

  header .media_player {
    width: 510px;
  }

  .supermenu__mobile {
    display: none !important;
  }

  .listing .read-more {
    text-align: right;
  }

}

/* DFP Freestar banners Temp Fix*/
.one_cms_dfp_freestar_banner {
  text-align: center;
  margin: 0 auto;
}

.one_cms_dfp_freestar_banner div[id*="google_ads_iframe"]{
  width:auto !important;
}

@media (min-width:768px) {

 .one_cms_dfp_freestar_banner div[id*="leaderboard"] frame[width="970"],
  .one_cms_dfp_freestar_banner div[id*="leaderboard"] iframe[width="728"] {
    width: 740px !important;
  }

}

@media (min-width:992px) {

  .one_cms_dfp_freestar_banner div[id*="leaderboard"] iframe[width="970"] {
    width: 970px !important;
  }

  .one_cms_dfp_freestar_banner div[id*="leaderboard"] iframe[width="728"] {
    width: 728px;
  }

}