<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:033 ITMWPB
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: 033 Parent Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 033-itmwpb
*/
/*-------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
header .media_player{display:none!important}
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;
}


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

.mb-0{
  margin-bottom: 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-mt-0{
    margin-top: 0 !important;
  }
  
  .sm-mb-0{
    margin-bottom: 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-mt-0{
    margin-top: 0 !important;
  }
  
  .md-mb-0{
    margin-bottom: 0 !important;
  }
}

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

.wide_under_navigation  .adv-banner a{
  display: inline-block;
}

/*--------------------------------------------------------------
  # 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('https://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: 296px;
}

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

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

.container {
  margin-top: 20px;
}

.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: "Open Sans", serif;
}

.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;
}

/*--------------------------------------------------------------
## 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__desktop .supermenu__menu-items-ul&gt;li {
  padding-top: 22px !important;
  padding-bottom: 20px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

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

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

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

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

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

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


/*--------------------------------------------------------------
  #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%;
}

/*--------------------------------------------------------------
## 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: 4px !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;
}

/*--------------------------------------------------------------
# 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 {
  border-bottom: 2px solid #232825;
  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;
}

.elvotics_event_list_text h4 a:hover,
.widget_recent_posts .article-title h5 a:hover,
.entry-title a:hover {
  margin-left: 8px !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: #8B8B8B;
}

.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;
}

#wpb-content-first .show_thumbnail img{
  max-width: 100% !important;
  width: inherit !important;
}

.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;
}



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

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

.listing .entry-summary {
  text-align: left !important;
}

.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;
}

.listing.show figure {
  overflow: hidden;
}

.listing.show .article-wrapper figure img:hover {
  transform: none;
  opacity: 1;
}

/*--------------------------------------------------------------
  # 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("https://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: auto 1fr;
    min-height: 106px !important;
  }

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

  #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%;
  }

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

  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,
  {
    width: 25%;
  }
.header-right-column {
    width: 100%;
  }
  .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;
  }

}

@media (min-width: 1200px) {

  header .media_player {
    /* width: 510px; */
}

  .supermenu__mobile {
    display: none !important;
  }

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

}


/* -----------------------------------------------------------------------------
* $BRAND COLORS : Use this classes to customize theme
* -------------------------------------------------------------------------- */
.wp-post-image-main .wp-post-image {float:none!important}
.single-post .entry-summary {
        font-size: 18pxt!important;
}

/* TEXT &amp; BUTTON COLORS */

a:hover, a:focus, a:active {
    color: #90b1dd;
    text-decoration: none;
}

.widget-title.row-title {
    text-align: center !important;
    color: #000 !important;
    font-size: 30px !important;
}

.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,
.read-more span, .read-more .far, .read-more .fas, a .far, a .fa{
  color: #232323 !important;
}

.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,
.elementor-widget-container h5{
    color: #00203f !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}

.elvotics_event_list_text h4 a, .widget_recent_posts .article-title h5 a, .widget_recent_posts .article-title h5, .widget-title,
.elementor-widget-container h5{
    text-transform: uppercase;
}

.elvotics_event_list_text h4, .widget_recent_posts .article-title h5, .entry-title h2, h2.entry-title, .widget-title,
.elementor-widget-container h5{
    border-bottom: 1px solid #666;
}

.copyright a:hover,
.article-meta .fa,
.btn:hover .fa, .btn:hover .far, .read-more:hover span, .read-more:hover .far, .read-more:hover .fas,
.jp__menu a .fa, .jp-play-pause-btn .fa-play,
.jp-play-pause-btn .fa-pause,
.open-mobile-player .fa{
  color: #90b1dd !important;
}


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: #232323!important;
    border-color: #232323!important;
}

.pagination span, .pagination a{
  background-color: #232323!important;
}

.pagination .current, .pagination a:hover{
  background-color: #90b1dd!important;
  color:#fff;
}

.supermenu__menu-items-ul&gt;li .sub-menu li {
    border-bottom: 1px solid #FFF;
}

/* LOADER */
.ajax-spinner {
    color: #232323;
}

.ajax-spinner, .ajax-spinner:before, .ajax-spinner:after {
    background: #232323;
}


/* HEADER &amp; FOOTER */

header {
    margin-top: 0;
}

.site_nav{
  background: #fff;
}

.row_footer_nav{
  background: #90b1dd;
}

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

/* AUDIO STREAM PLAYER */	

.audio-stream-player {
    background-color: #f2f2f2;
    color: #666;
    border-bottom: 4px solid #90b1dd;
}

.open-mobile-player {
    background-color: #232323;
    color: #fff !important;
    box-shadow: 0px 0px 2px 1px #f6921e;
}


@media (min-width: 768px){
  header .player-content {
      margin: 6px 6px 16px;
  }
  
  .audio-stream-player {
    background-color: transparent;
    border-bottom: 1px solid #d0cfcf;
}
}

.player-content #play-pause .icon,
.player-content #play-pause:hover .icon{
    fill: #90b1dd;
}

/* FLOATING PLAY BTN */

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

#amplitude-song-name {
    color: #232323;
}

#amplitude-artist {
    color: #666;
}

.volume {
    width: 130px;
    display: block;
}

.select2-container .select2-selection--single, .recent-played {
    background-color: transparent;
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .recent-played {
    color: #666 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent;
}

#volume {
    border-radius: 5px;
    box-shadow: none;
}

#volume .ui-slider-range-min {
    background: #90b1dd;
}

#volume .ui-slider-handle {
    background: #fff;
    border: none;
    box-shadow: 2px 1px 0px 0px rgba(36, 36, 36, 0.66);
}

/* Hiding the summaries under the local updates boxes */
.home .entry-summary{
  display: none;
}

@media (min-width: 768px){
  .control-bar {
      border-top: 1px solid #BEC0C2;
  }
}

.floating-controls-wrapper {
    background-color: #232323;
    box-shadow: 0px 0px 2px 1px #737373;
}

/* COPYRIGHT */

.copyright {   
    color: #7b7b7b;
    background-color: #232323;
}

.copyright a {
    color: #ccc;
}
.home #wpb-two-column .entry-title{display:none}
/* podcast email subscriptions */
.stc-categories .stc-checkbox{display:none}
.stc-subscribe-wrapper form&gt;.stc-checkbox label {font-size:13px;color:#6c7a89}
.stc-categories&gt;label {display:none}
input#stc-email {margin-bottom: 15px;}
#stc-unsubscribe-checkbox {margin-bottom:25px}
.stcUL&gt;li {background-color: #84CDCC;padding: 10px;color: #000000;}
.stcUL&gt;li&gt;label {font-size:25px;margin-bottom:15px}
.stc-caret-u.stc-caret-down-u {display:none}
#stc-subscribe-btn {margin-top:25px;border-color:#3fc380;color:#3fc380}
#stc-update-btn {margin-top:25px;}
#stc-subscribe-btn:hover{background-color:#2abb9b;color:#ffffff}
ul.stc-nested-u.stc-active-u {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap
}
ul.stc-nested-u.stc-active-u li {flex-basis:25%;margin-bottom:10px}
@media (max-width: 1024px) {ul.stc-nested-u.stc-active-u li {flex-basis:50%;}}
@media (max-width: 768px) {ul.stc-nested-u.stc-active-u li {flex-basis:100%;}}

/* Podcast Subscribe CTA Sidebar */
.threehundredw {width:300px!important}
.stc-nested-u li:nth-child(3){display:none}
.stc-nested-u li:nth-child(4){display:none}
.stc-nested-u li:nth-child(5){display:none}
.stc-nested-u li:nth-child(6){display:none}
.stc-nested-u li:nth-child(7){display:none}
.stc-nested-u li:nth-child(8){display:none}
.stc-nested-u li:nth-child(9){display:none}
.stc-nested-u li:nth-child(10){display:none}
.stc-nested-u li:nth-child(11){display:none}
.stc-nested-u li:nth-child(12){display:none}
.stc-nested-u li:nth-child(13){display:none}
.stc-nested-u li:nth-child(17){display:none}
.stc-nested-u li:nth-child(24){display:none}
.stc-nested-u li:nth-child(26){display:none}
  @media (min-width: 768px)
.footer-content, .footer-content ul li {
  font-size: 16px!important;
}</pre></body></html>