/*
This custom CSS code has been written by D Hilton. Please do not change or delete unless you know what you are doing.
*/
/*CUSTOMISE HEADER AREA*/
/*Changing the Title colour if logo is removed*/
.site-branding h1 {
	font-size: 2.618em;
	color: white !important;
	letter-spacing: -1px;
	margin: 0;
}

/*Changing the default sizing of the logo*/
.site-header .site-branding img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
	height: auto;
	max-width: 200%;
	max-height: none;
	margin-left: 0;
}

/*Removing the spacing on the social / links section*/
header#masthead.site-header {
	margin-bottom: 5px;
}

section.deli-primary-navigation {
	margin-bottom: 5px;
}

div.header-widget-region {
	margin-bottom: 5px;
}

/*Adjust the title wording on the social / links section*/
.so-widget-sow-features-features-03bd79b4186a .sow-features-list .sow-features-feature .textwidget > h5 {
	text-transform: uppercase;
}

/*Adjusting the font and hover actions of second menu*/
.secondary-navigation {
	font-family: 'Life Savers', Serif;
	font-size: x-large;
	font-weight: 700;
	color: #ffffff !important;
}

.secondary-navigation a {
	color: #ffffff !important;
}

.secondary-navigation a:hover {
	color: #333 !important;
	font-weight: 600;
	background: #e3e3e3 !important;
}

/*Changing the way menu links behave*/
.deli-primary-navigation a {
	color: #333 !important;
}

.deli-primary-navigation a:hover {
	font-weight: 800;
	color: #fff !important;
	background: #333 !important;
}

#mega-menu-wrap-secondary #mega-menu-secondary {
	text-align: right;
}

/*Changing background and font colour of search field*/
.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text], .header-widget-region .widget_product_search input[type=search], .header-widget-region .widget_product_search input[type=text] {
	background: #e1e1e1;
	color: #333;
	font-family: 'Life Savers', Serif;
	font-size: 120%;
	text-transform: uppercase;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], .input-text {
	font-size: medium;
	font-family: 'Life Savers', Serif;
	color: #333;
	background: #e1e1e1;
}

/*Changing Main Menu Font*/
.deli-primary-navigation {
	font-family: 'Life Savers', Serif;
	font-size: 120%;
	padding: 2px;
	font: black !important;
}

/*Adding space between sidebar widgets and content*/
.left-sidebar .widget-area {
	padding-right: 10px !important;
	margin-right: 0;
}

/*Add the original "button" graphic to the widget titles*/
.widget-area .widget:before {
	background: url(/wp-content/uploads/2015/11/buttontransparent.png) rgba(255,255,255,0.3) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top center !important;
	top: .25em !important;
	height: 4em !important;
	width: 85% !important;
	transform: none !important;
	padding-bottom: 5px !important;
	left: 5% !important;
}

/*Allowing for graphic before widget title*/
.widget-area .widget h3.widget-title {
	padding-top: 25px !important;
	font-size: Medium;
}

.widget-area .widget {
	font-family: "Serif";
	font-size: small;
}

/*Changing widget colour*/
.left-sidebar .widget-area .widget {
	background-color: #fff !important;
}

/*Changing the colours and layout of the footer*/
.site-footer .footer-widgets {
	background-color: #fff !important;
	padding: 10px !important;
	text-shadow: none !important;
}

/*CLEANING UP THE HOME PAGE*/
/*Making adjustments to the spacing, font-sizes and tidying up the layout on whole site*/
.hentry {
	margin-bottom: 0 !important;
	padding-bottom: 1em;
}

.sow-features-list .sow-features-feature p {
	font-size: 11px !important;
}

.storefront-product-section {
	padding-bottom: 0;
	margin-bottom: 0;
}

.storefront-product-categories h3 {
	font-size: 44px;
}

.single-product div.product .images {
	margin-right: 0 !important;
}

.single-product div.product .summary {
	width: 47%;
	float: left;
}

.footer-widgets.col-3.fix {
	margin-left: -50px;
	margin-right: -50px;
}

/*Change colour of WooCommerce Messages*/
.woocommerce-message {
	background-color: red;
}

.woocommerce-noreviews {
	background-color: red;
}

/*Making adjustments to the price font size*/
ul.products li.product .price {
	font-size: 125%;
	font-weight: 800;
}