/*
 Theme Name:   Recyclops theme (Storefront child)
 Theme URI:    http://recyclops.co.uk
 Description:  Bespoke Recyclops website and shop theme created as a child theme of Storefront
 Author:       Merlin Howse
 Author URI:   http://merlinhowse.co.uk
 Template:     storefront
 Version:      2.0.13
 Text Domain:  storefront-child
*/

body {
	font-family: "Lato", Sans-serif;
}

#site-navigation {
	width: 50%;
}

.storefront-primary-navigation {
	overflow: hidden;
}
.recyclops-menu-logo {
	width: 15%;
	float: left;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}

.woocommerce-active .site-header .site-header-cart {
	width: 15%;
}
.woocommerce-active .site-header .main-navigation {
	width: 80%;
	margin-right: 2%
}
.home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}

footer .widget .widget-title, .widget .widgettitle {
    font-size: 1em;
    font-weight: 500;
		text-align:center;
		font-family: "Lato", Sans-serif;
		font-size: 25px;
		text-shadow: 0px 0px 10px #000000;
}
.widget .widget-title, .widget .widgettitle {
    color: #668e32;
}
.site-footer a:not(.button) {
    color: #668e32;
    font-size: 15px;
    text-shadow: none;
}
#recent-posts-3 a {
	  color: #e6ded0;
    font-size: 20px;
	
}
#nav_menu-2 a {
	  color: #e6ded0;
    font-size: 20px;
}
#facebook-likebox-2 a {
    font-size: 1em;
    font-weight: 500;
		color: #e6ded0;
		font-size: 25px;
		text-shadow: 0px 0px 10px #000000;
}
#facebook-likebox-2 {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.jetpack-social-widget-list {
	text-align:center;
}
.widget {
    margin: 0;
}
.col-full {
	max-width: 1200px;
}
.site-footer {
  background-color: #54595f;
	color: #e6ded0;
	font-family: "Lato", Sans-serif;

}

.footer-img {
	margin:auto;
}
.footer-widgets {
    padding-top: 0;
}
#mc_subheader {
    line-height: 1.25em;
    margin-bottom: 18px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #d86b01;
    border-color: #d5d5d5;
    color: #fff;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    background-color: #e87b11;
    border-color: #e5e5e5;
    color: #fff;
}



.widget .widget-title, .widget .widgettitle {
	color: #668e32;
  font-weight: 400;
}
a {
    color: #668e32;
}
footer .widget .widget-title, .widget .widgettitle {
	color: #e6ded0;
    font-size: 1em;
    font-weight: 500;
		text-align:center;
		font-family: "Lato", Sans-serif;
		font-size: 25px;
		text-shadow: 0px 0px 10px #000000;
	  padding: 0 0 0.5em;
    margin-bottom: 0.5em;
}
.widget_nav_menu ul li::before {
    content: "";
}
.widget_recent_entries ul li::before, .widget_pages ul li::before {
    content: "";
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    background-color: #d86b01;
}
.footer-social-icons {
	text-align:center;
	max-width: 200px;
	width: 100%;
	display: block;
	margin: auto;
	padding: 0;
	list-style: none;
}
.footer-social-icon {
	width: 40%;
	border: 0;
	display: inline-block;
	margin: 3%;
	padding: 0;
	list-style: none;
}
.VS_sm-icon {
	max-width: 80px;
	width: 100%;
	margin:auto;
}

.storefront-breadcrumb {
	margin: 0
}
