/*Footer Affliations  */
.roll-client .client-item{
	display: inline;
}
/* Footer widget padding*/
#sow-editor-2, #jetpack_widget_social_icons-2{
	margin-bottom: 0px;
	padding-top: 0px !important;
}
/* Footer widget social icons*/
#icon-facebook{
	color: #e64e4e;
}
#icon-instagram{
	color: #e64e4e;
}
/*Hide page titles*/
.title-post.entry-title {
    display: none;
}

/*WooCommerce Hide Related Procucts on Product page*/
div #jp-relatedposts.jp-relatedposts {
	display: none;
} 

/*Widget Title Size*/
.panel-grid-cell .widget-title {
  font-size: 42px !important;
}
/*WooCommerce Title Shop page removal*/
.archive-title {
	display:none;
}
.tabs.wc-tabs, p.price{
	display:none;
}

/*List items for events*/ ul.upcoming-events{
	list-style-type: none;
}
.upcoming-events li::before{
	text-indent: -1.4em;
	font-family: 'FontAwesome';
  content:"\f073";
  margin:0 2px 0 -20px;
  color: #e64e4e;
}
.upcoming-events li::before{
	text-indent: -1.4em;
	font-family: 'FontAwesome';
  content:"\f073";
  margin:0 2px 0 -20px;
  color: #e64e4e;
}

/*WPForm - Contact Form*/
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	background-color: #e64e4e !important;
	border: 2px solid #e64e4e !important;
	color: #fff !important;
	border-radius: 3px;
	font-size: 20px !important;
	
}


/*WPForm - Contact Form Hover */
.everest-forms .everest-forms-part-button, .everest-forms button[type=submit], .everest-forms input[type=submit]
{
	border: 2px solid #e64e4e !important;
	background-color: #e64e4e !important;
	color: #fff !important;
	border-radius: 3px;
	font-size: 18px !important;

}
	
/*Hover category*/
/* Make products on categories page glow on hover */
.woocommerce ul.products li.product:hover {
	box-shadow: 0 0 20px #7e7e7e;
	padding-bottom: 15px;
}
.woocommerce ul.products li.product {
	padding-bottom: 15px;
}
 /*Remove "Description" title on product pages*/
#tab-description h2{
	display: none;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
		visibility: hidden;
	}

/*Remove icon from "view product" button*/

.woocommerce ul.products li.product .button .sydney-svg-icon{
	display: none;
}
