/*
Theme Name:029 ITMWPB
Theme URI: https://wordpressforbroadcasters.com
Author: The WPB team
Description: 029 Parent Theme, Elementor Homepage, Flexbox and Grid CSS
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 029-itmwpb
*/

/*-------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.logo_content {
  align-items: center;
  padding-top: 15px;
}

/*-------------------------------------------------------------
# Helper Classe
--------------------------------------------------------------*/
.mt5 {
  margin-top: 5px !important
}

.mt10 {
  margin-top: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.mt40 {
  margin-top: 40px !important
}

.mt60 {
  margin-top: 60px !important
}

.row_margin {
  margin: 15px 0
}

.sidebar-column aside {
  margin-bottom: 15px
}

.bg_wht {
  background-color: #fff
}

.bg_blk {
  background-color: #000
}

.site_name a {
  color: #fff !important
}

.site_name a:hover {
  color: #000 !important
}

.site_name a:visited {
  color: #fff !important
}

.sharify-container {
  padding: 0
}

/*-------------------------------------------------------------
# Body
--------------------------------------------------------------*/

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: #009A8F;
}

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

.circle {
  border-radius: 50%;
}



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

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

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

p {
-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

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

/*--------------------------------------------------------------
  # Buttons
  --------------------------------------------------------------*/
.on-air-meta,
.red-btn,
.tribe-events-button {
  display: inline-block;
  background-color: #009A8F !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: #232323 !important;
  border-color: none;
}

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

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

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


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

/*--------------------------------------------------------------
  ## 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: "Poppins", sans-serif;
  font-weight: 300;
}

/*--------------------------------------------------------------
#Navigation
--------------------------------------------------------------*/
.supermenu__menu-items-ul>li>a {
  font-family: 'Poppins', sans-serif !important;
}

.supermenu,
.supermenu *,
.superside,
.superside * {
  line-height: 1.6 !important;
}

.supermenu__desktop .supermenu__menu-items-ul>li {
  padding-top: 15px !important;
  padding-bottom: 19px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.supermenu__desktop .supermenu__menu-items-ul>li:first-child {
  padding-left: 0 !important;
}

.supermenu__desktop .supermenu__menu-items-ul>li:last-child {
  padding: 0 !important;
  float: right;
}

.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: 12px 5px 6px 0 !important;
}

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

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

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

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

.supermenu__mobile .supermenu__toggler,
.supermenu__mobile .superside__toggler {
  height: 47px !important;
}

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

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

fieldset {
  border-style: none !important
}

/*--------------------------------------------------------------
  ## Header
  --------------------------------------------------------------*/
.site_info_header {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #fff;
}

.site_name {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase
}

.site_date {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left
}

.logo_group {
  background-color: #fff
}

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

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


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

.ajax-spinner {
  color: #009A8F;
  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;
}

.show_onair {
  color: #009A8F;
  font-weight: 800;
}

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

/*--------------------------------------------------------------
## 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: #009A8F;
}

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

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

#volume .ui-slider-range-min {
  background: #009A8F;
  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;
  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: 20px 0 0;
}

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

}

/*--------------------------------------------------------------
  # 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
--------------------------------------------------------------*/
.link-left,
.link-right {
  background-color: #212121;
  padding: 20px;
  margin-bottom: 0;
}

.nav-links a {
  color: #fff
}

.nav-links a:hover {
  color: #009A8F
}

.nav-links a:visited {
  color: #fff
}

.story {
  font: normal 600 20px/30px "poppins", San-Serif;
  text-transform: uppercase;
  border-bottom: 1px solid #009A8F;
  color: #fff;
  padding: 0 20px;
}

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

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

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
  margin: 20px 0;
  overflow: auto;
  zoom: 1;
}

.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: #009A8F none repeat scroll 0 0;
}

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

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



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

/*--------------------------------------------------------------
# Recent Posts Advanced
--------------------------------------------------------------*/
#row_a_wrapper .grid,
#row_c_wrapper .grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

#wpb-podcasts:last-child {
  padding: 0;
}

#wpb-podcasts {
  padding: 0;
  border-bottom: none;
}

.row-title,
.page-header h2 {
  color: #009A8F;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}

.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 {
  color: #212121 !important;
  margin: 0 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
}

.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 {
  border-bottom: 0 solid #232825;
  transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
  padding: 0 0 8px 0 !important;
}

.elvotics_event_list_text h4 a:hover,
.widget_recent_posts .article-title h5 a:hover,
.entry-title a:hover {
  margin-left: 8px !important;
}

.show-group .article-wrapper {
  margin-bottom: 40px;
}

.show_figure_size img {
  max-height: 150px !important;
  max-width: 150px !important;
}

.extended_get_show {
  text-align: center;
}


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

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

.elvotics_el_whitebox ul li:before {
  color: #009A8F;
}

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

.wp-post-image-main {
  overflow: auto;
  zoom: 1;
  margin-bottom: 15px !important;
}


#wpb-three-column {
  background: #009A8F;
  overflow: hidden;
}

#wpb-three-column .article-wrapper {
  color: #fff;
  background: none;
}

#wpb-three-column figure {
  background: #000;
  overflow: hidden;
  height: 160px;
}

#wpb-three-column figure img {
  max-width: none;
  width: 100%;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#wpb-three-column figure img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

#wpb-three-column .article-wrapper h2 {
  line-height: 24px;
  border: none;
}

#wpb-three-column .article-wrapper h2 a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300 !important;
  font-size: 20px !important;
}

#wpb-three-column .article-wrapper h2 a,
#wpb-three-column .entry-summary {
  color: #fff !important;
}

#wpb-three-column .article-meta .fa {
  color: #232825;
}

#wpb-three-column .article-meta,
#wpb-three-column .category .post-categories a {
  color: #BEC0C2;
}

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

#wpb-three-column .entry-summary {
  font-size: 16px;
}

#wpb-three-column .article-meta {
  padding: 0;
  margin: 0;
}

#row_d_wrapper #js-recent-posts-advanced-7 {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 20px;
}

#row_d_wrapper #js-recent-posts-advanced-7::before {
  content: none;
}

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


/*--------------------------------------------------------------
  # 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;
  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;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}

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

.footer-content,
.footer-content ul li {
  font-family: "poppins"sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

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

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

/*--------------------------------------------------------------
  ## 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: 10px 0;
  color: #fff;
  background-color: #212121;
  font-size: 12px;
  text-align: center;
}

.copyright a {
  color: #fff;
}

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


/*--------------------------------------------------------------
11.0 Comments
--------------------------------------------------------------*/
.comment-respond
{
    padding: 20px;

    border: 1px solid hsl(0, 0%, 82%);
    border-radius: 15px;
}

.comment-content a
{
    word-wrap: break-word;
}

.comments-title, .comment-reply-title
{
    margin: 40px 0 20px 0;
    padding-bottom: 9px;

    border-bottom: 1px solid hsl(0, 0%, 93%);

    font-family: 'Signika'
}

ol.comment-list
{
    padding-left: 0;

    list-style: none;
}

.comment-author .avatar
{
    margin-right: 25px;
    padding: 4px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    border: 1px solid hsl(0, 0%, 87%);
    border-radius: 4px;
}

.comment-meta
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.comment-details
{
    overflow: hidden;
    zoom: 1;

    margin-bottom: 25px;
    padding-bottom: 25px;

    border-bottom: 1px solid hsl(0, 0%, 87%);
}

.comment-details .reply
{
    margin-top: 10px;
}

.comment-date a
{
    font-size: 11px;

    margin-right: 10px;

    color: hsl(0, 0%, 47%);
}

#comments
{
    clear:both;
    padding:20px 0 0 0;
}

#commentform #comment
{
    width: 100% !important;
}

#commentform #submit
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;

    display: inline-block;

    margin-bottom: 0;
    padding: 6px 12px;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: hsl(0, 0%, 20%);
    border: 1px solid transparent;
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    background-color: hsl(0, 0%, 100%);
    background-image: none;
}

#commentform #submit:hover
{
    color: hsl(0, 0%, 20%);
    border-color: hsl(0, 0%, 68%);
    background-color: hsl(0, 0%, 90%);
}

.tags {
  margin:15px 0
}

.comments-wrapper {
  margin:15px 0
}

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

@media (min-width: 375px) {

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

}

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

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

}

@media (min-width: 768px) {

  /* .container {
    width: 736px;
  } */

  /* header {
    margin-top: 0;
  }

  .header-content {
    padding: 8px;
  }

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

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

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


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

  .site_date {
    text-align: right;
  }

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

  .extended_get_show {
    text-align: left;
  }

  .show-group #archive {
    text-align: left;
  }

  .show-group figure {
    margin-right: 20px;
  }

  .show_desc {
    line-height: 30px;
  }

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

  #row_d_wrapper #js-recent-posts-advanced-7 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .listing .article-wrapper {
    margin-bottom: 12px;
    border-top: 0px 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-three-column figure {
    height: 140px;
  }

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

}

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

  .sm-px-80 {
    padding: 0 80px
  }

  .sm-py-20 {
    padding-top: 20px
  }

  #tab_container_50537 .wpsm_nav-tabs>li>a {
    padding: 10px 11px 10px 11px !important;
  }

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

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

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

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

}

@media (min-width: 1200px) {


  /* .supermenu__mobile {
    display: none !important;
  }

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

}