/* Social Icons Size*/ .widget_wpcom_social_media_icons_widget .genericon {
font-size: 30px;
color: #ef97d2;
}

/* Remove HR between widgets */
.sidebar-no-borders .widget.widget_text {
    padding: 30px 0;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}

/* Center social Jetpack icons */
.widget_wpcom_social_media_icons_widget ul {
    display: table;
    margin: 0 auto;
}

/* Link colors */
.single .entry-content p a {
    color: #c675d6;
    text-decoration: none;
}

a, a:hover, a:visited, a:active, a:focus {
	color: #000000;
}

.page-content p a {
    color: 
    #c675d6;
    text-decoration: underline;
}

a, a:hover, a:visited, a:active, a:focus {
    color: #000000;
}

/* Remove Category from products page */
.single-product div.product .product_meta {
display: none;
}

/* Remove italic in forms */
.form-control, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="date"], textarea, select {
    font-style: normal;
}

/* WooCommerce fonts */
.woocommerce-page .table-cart td.table-cart-name
{	font-size: 13px; }
.entry td 
{ font-size: 13px; }
.woocommerce-page .table-cart td.table-cart-qty .form-control
{	font-size: 13px; }
.woocommerce-page .woocommerce .form-control
{ font-size: 13px; }
.woocommerce-page .btn-border-dark { font-size: 13px; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{	font-size: 13px; }
.woocommerce-page .btn-group-xlg > .btn, .woocommerce-page .btn-xlg
{	font-size: 13px;}
.woocommerce-page ul.list-total
{ font-size: 13px; }

.woocommerce-page form table.shop_table .product-quantity .qty {
    font-style: normal;
}

/* Hide page title on landing page */
.page-id-9897 .entry-title{
display:none;
}

/* Hide woocommerce products thumbnails
.wpgs-nav {
    display: none;
}
*/

/* Read more */
.entry-content p a, .page-content p a {
    color: 
    #ef97d2;
    text-decoration: none;
}

/* Caption allignment */
.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
	  text-align: center;
}