/*-------- Nav -------*/
.main-navigation ul li a, ul.menu li a {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	color: white;
}
header#masthead {
    margin-bottom: 2em;
}
div.storefront-primary-navigation {
    background: #000000;
}
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
    background-color: #000000;
}
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
	color: #cecece;
}
.secondary-navigation ul.menu li.current-menu-item > a {
	color: #000000;
}
#site-header-cart.main-navigation ul li a, ul.menu li a:hover {
    color: #cecece;
}

.site-info, .site-info a:not(.button):not(.components-button) {
    font-size: 14px;
    color: #888888;
}

/*-------- Text Area -------*/
body {
		font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
		font-weight: 400;
	color: #000000;
} 
h1, h2 {
		font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
		font-weight: 400;
	padding:0 0 10px !important;
}
	h3 {
		font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
		line-height: 0.618em;
		font-size: 18px;
		font-weight: 400;
}

.et-db #et-boc .et-l .et_pb_module blockquote {
    border-left: 8px solid;
    border-color: #fa3030;
}


/*-------- Storefront -------*/
.storefront-full-width-content .woocommerce-products-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, header.entry-header h1.entry-title {
		font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
		font-weight: 400;
	text-align: left;
    padding: 0 0 1em;
}
.et-db #et-boc .et-l .et_pb_module a {
    color: #E02B20;
}
#customer_details #et-boc .et-l p {
	border:1px solid #aaa!important;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    display: none!important;
}
.site-header ul.menu li.current-menu-item > a {
    color: orangered;
    text-decoration: underline;
}

/*-------- INSTAGRAM Feed -------*/

.sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none;
}

/* BLOG*/
#post-366 header.entry-header {
    display: none;
}

/*-------- Footer -------*/
.site-footer a {
    color: #2c2d33;
    text-decoration: none;
}
.site-footer a:hover {
	    text-decoration: underline;
}

/* POSTS & Widgets */
span.post-author { display: none; }
span.posted-on { display: none; }
.entry-content img {
display: none;
}
.widget-area .widget li {
    line-height: 1.2;
    padding-bottom: 10px;
}

/*----- Change Mobile Logo -------*/

    @media only screen and (max-width: 768px){
    .custom-logo-link {
    content: url(https://carolinapepperworks.com/wp-content/uploads/2022/07/CarolinaPepperWorks-Logo-Rev.png);
    max-width: 160px;
		padding-top: 10px;
    padding-bottom: 10px;
			}
			button#site-navigation-menu-toggle {
    margin-top: 20px;
}
    }