.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-1429 fix: override thumb img width:auto */
.thumb-wrap.crop .inner-thumb-wrap .post-thumb {
 width:100%;
}

/* 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;
}