.vc_wp_rss.wpb_content_element.rss-feed ul {
    list-style-type: none;
}

/*Gallery Template*/
/*Corrects cropping issue - Ticket 37584 - Charlie changed 4/19/17 */
.gtx-gallery-slider.gtx-gallery-crop .gtx-image-container {
    background-size: contain!important;
}


@media (max-width: 680px) {
.ssbp-toggle-switch {
    position: relative;
}
}



/*VOLT-610 : z-index fix on community adding events*/

.ui-front.tribe-row-delete-dialog {
    z-index: 99;
}

/*Volt-780: fix line height on RSS item*/

@media (max-width: 680px) {
span.rss_item {
    line-height: 1em;
}
}

/* Time.ly Calendar CSS */

.ai1ec-event-footer {
	display:none;
}
.events_categories-community-calendar.single .entry-meta-wrapper  {
    display:none;
}
/*Calendar page - hide byline*/
.ai1ec_event .entry-meta-wrapper{
        display:none;
    }

/* WC-1437: override utility menu targets for social icons */
.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(4) {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height:auto;
  width:auto;
}
.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(5),
.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(6),
.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(7) {
  width: 50px;
  display:inline-block;
  border-top: none;
  height: 80px;
}

/* Recipe Page fixes #45746 */
.recipe-button a {
    font-weight: bold;
    font-size: 20px !important;
}

.link-grid .grid-item .h3.entry-title a {
    color: #fff;
    font-size: 100%;
}
.link-grid .grid-item {
    background: none ;
    box-shadow: none;
    border: none;
}
.content-list-wrapper.link-grid .hentry .entry-content-wrap {
	width:100%;
	margin:0px auto;
	position:absolute;
	bottom:25px;
	z-index:99999!important;
	background:rgba(0,0,0,.6);
	padding: 6px;	
}
.content-list-wrapper.link-grid .hentry .entry-title a {
	font-size:1.5em;
}

/* WC-1796 shrink paw icon on mobile menu */
.menu-side i {
    font-size: 20px;
    margin-left:5px;
}

/* WC-1784: sports link */
.more-link p {
    position: relative;
    bottom: 43px;
    right: auto;
    text-align: right;
    padding-right: 15px;
}

/*related posts links*/
.related-posts .grid-item .h3.entry-title a {color:#000 !important}

/* Responsive Livestream iframe - 16:9 Aspect Ratio - #811622 */

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Ticket #864721 */
.flowplayer a {
    background-image: none !important;
}

/* Ticket #870479 Maney 8/6/21 */
.footer .bucket ul{
   padding-top: 0px
}

ul#menu-footer-main-menu:nth-child(1) {
    padding-top: 15px;
}

ul#menu-footer-secondary-menu:nth-child(1) {
    padding-top: 15px;
}

ul#menu-footer-utility:nth-child(1) {
    padding-top: 15px;
}

/* JIRA Ticket CS-3717 */
.f59-video .f59-main .fp-ui .ad-remaining { display: none }
.f59-video .f59-main.ad-is-visible .fp-ui .ad-remaining { display: block }

header.header {
    background: #3161AC;
}

/*SF 29819*/
@media screen and (max-width: 981px) {.show-menu .menu-wrap{z-index: 10000 !important;background:#fff;max-width: 270px;}
.menu-side{max-width: 270px}
}