/*CUSTOM CSS*/


/* ADD PADDING BOTTOM TO HEADINGS FOR BLOG POSTS*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
	padding-bottom: 20px;
	padding-top: 20px;
	letter-spacing: -1.1px;
}

/* HIDE TRIBE EVENTS*/
#tribe-events.tribe-events-shortcode.view-map {
	display: none;}
.tribe-events-title-bar {
		display: none;}



/* HIDE VIEW MORE LINK IN TRIBE EVENTS LIST SHORTCODE WIDGET
.tribe-events-widget-link {
  display:none;
}*/


/* LINE HEIGHT FOR POST MODULE LINKS - LIST STYLE*/
.fl-post-feed-title {
  line-height: .9;
}



/* REMOVE LEFT PADDING FOR CATEGORY FILTER */
.fl-node-5a1c933b26a68 ul.pp-post-filters { margin-left: 0; } 


/* Events Date Formatting in PP content grid */

.page-id-955 .pp-content-post.pp-grid-style-5 .pp-content-post-date span.pp-post-month {
         font-size: 24px;
}

.page-id-955 .pp-content-post.pp-grid-style-5 .pp-content-post-date span.pp-post-month {
	font-size: 20px;
}

.page-id-955 .pp-content-post.pp-grid-style-5 .pp-content-post-date span.pp-post-day {
	font-size: 20px;
}
.page-id-955 .pp-content-post.pp-grid-style-5 .pp-content-post-date {
  width: 20%;
}

.page-id-955 .pp-content-post.pp-grid-style-5 .pp-content-post-data {
  margin-left: 5%;
  width: 75%;
}

/* REDUCE MAIN HEADER HEIGHT */
.main-header-bar {
 line-height: 1;
 padding: 1.1em 0;
}

/* REDUCE MAIN HEADER WIDTH 
.site-header .ast-container {
max-width: 1120px;
margin: 0 auto;
}*/

/* REMOVE MOBILE NAV DIVIDER LINES */
.ast-header-break-point .main-navigation ul li a {
border-bottom: none;
}

/* CHANGE BACKGROUND COLOR FOR CART HEADER WINDOW */
.ast-site-header-cart-data .widget_shopping_cart_content ul,
.ast-woocommerce-cart-menu .ast-site-header-cart .widget_shopping_cart{
background-color: #000000;
}

/* CHANGE FONT COLOR FOR CART HEADER WINDOW 
.woocommerce-mini-cart-item.mini_cart_item a:nth-child(2),
.woocommerce-mini-cart-item.mini_cart_item span,
.widget_shopping_cart_content .woocommerce-mini-cart__total strong{
color:#000000;
}*/


/* CHANGE CART ICON COLOR 
------------------
.ast-woocommerce-cart-menu .ast-cart-menu-wrap .count,
.ast-woocommerce-cart-menu .ast-cart-menu-wrap .count:after {
border-color: #0c7079;
color: #0c7079;
}

.ast-woocommerce-cart-menu .ast-cart-menu-wrap:hover .count {
color: #ffffff;
background-color: #0c7079;
}*/

/* PROGAMMING BORDER COLOR */
.image-border {
    border-style: solid;
		border-width:10px;

		border-color: BLACK;
}

/* image caption formatting */
.wp-caption .wp-caption-text {
    font-size: 13px;
    text-align: left;
    color: #777;
}

/* Jetpack related articles */
#jp-relatedposts h3.jp-relatedposts-headline em {

    font-size: 20pt;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 16pt;
    font-weight: 700;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    opacity: .6;
	  margin-top: -10px;

}










    