/*
Theme Name: Newmans Fine Foods
Description: Custom Theme for Newmans Fine Foods
Author: Blue Ginger
Author URI: http://www.bluginger.co.uk
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family:"Montserrat", sans-serif;
	font-weight:400;
	font-size:20px;
	color:#545859;
}
a{
	text-decoration: none;
}
h1, h2, h3, h4{
	color:#1d2b4d;
}
h1{
	font-size:47px;
	font-weight:700;
}
h2{
	font-size:34px;
	font-weight:600;
}
h3{
	font-size:26px;
	font-weight:600;
	margin-bottom:1.5rem;
}
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form textarea, form.wpcf7-form label{
	max-width:100%;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px;
    }
    .navbar-expand-lg {
        flex-wrap: wrap;
    }
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
	padding-right:15px;
	padding-left:15px;
}

#header{
	border-bottom:10px solid #daab00;
}
#header .container{
	position:relative;
}
.logo{
	position:absolute;
	left:15px;
	top:35px;
	z-index:9999;
}
#header-contact{
	position:relative;
	text-align:right;
	padding-top:35px;
	font-size:16px;
}
#header-contact a{
	color:#545859;
}
.navbar {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-link{
	font-weight:700;
	font-size:20px;
	padding:5px 10px;
	color:#000;
	text-transform: uppercase;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-item{
	position:relative;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-item:last-child a{
	padding-right:0;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-link:hover, .main-menu .navbar-expand-lg .navbar-nav .nav-link:active, .main-menu .navbar-expand-lg .navbar-nav .nav-link:focus, .main-menu .navbar-expand-lg .navbar-nav .nav-item.current-menu-item .nav-link{
	color:#000;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-item > ul{
	display:none;
	list-style:none;
	margin:0;
	padding:10px 21px;
	position:absolute;
	top:37px;
	left:10px;
	background:#fff;
	z-index:10;
	box-shadow:0 0 5px rgba(0,0,0,0.8);
}
.main-menu .navbar-expand-lg .navbar-nav .nav-item > ul:after{
	position: absolute;
		z-index: -1;
		content: "";
		right: 0;
		top: 13px;
		height: 100%;
		width: 100%;
		background-color: inherit;
		-webkit-transform: skewY(-5deg);
		-moz-transform: skewY(-5deg);
		-ms-transform: skewY(-5deg);
		transform: skewY(-5deg);
		box-shadow:0 5px 5px rgba(0,0,0,0.8);
}
.main-menu .navbar-expand-lg .navbar-nav li:hover > ul{
	display:block;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-item > ul > li > a{
	padding-left:0;
	padding-right:0;
	font-weight:400;
	font-size:16px;
}

#hero-banner{
	color:#fff;
	font-size:32px;
	text-shadow:0 0 10px #000;
}
#hero-banner h1{
	color:#fff;
	text-shadow:0 0 10px #000;
}
#hero-banner p{
	padding:0 200px;
}

#home-boxes{
	color:#fff;
	font-size:16px;
}
#home-boxes .prod-box{
	padding:68px 0;
	background-image:url(images/home-box.jpg);
	background-size:cover;
	background-position:center;
	text-align:center;
	margin-bottom:35px;
}
#home-boxes h2{
	color:#fff;
	margin:0;
}
#home-boxes p{
	border-bottom:2px solid #daab00;
	width:92px;
	margin:auto;
}
#home-boxes a{
	color:#fff;
}

#product-header{
	text-align:center;
}
#product-header h1{
	color:#fff;
	text-shadow:0 0 10px #000;
	margin:0;
	padding:6.4% 0;
}
body.single-product h3{
	border-bottom:2px solid #daab00;
}
.single-prod-text{
	padding-left:80px !important;
}

#footer{
	border-top:10px solid #daab00;
	background-color:#f0f0f0;
	padding:50px 0;
	font-size:17px;
	color:#000;
}
#footer a{
	color:#000;
}
.social-media-footer img{
	margin:0 6px;
}
.credits{
	font-size:13px;
}

/* WOO */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h2{
	border-bottom:2px solid #daab00;
}
.mark, mark{
	display:none;
}
.woocommerce-products-header{
	padding:110px 0;
	text-align:center;
	background-image:url(images/header-img.jpg);
	background-position:center;
	background-size:cover;
	margin-bottom:80px;
}
.woocommerce-products-header h1{
	color:#fff;
	text-shadow:0 0 10px #000;
}
.woocommerce .woocommerce-breadcrumb{
	font-size:14px;
	margin:1em 0;
}

/* VC */
.vc_btn3.vc_btn3-color-chino, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat{
	color:#1d2b4d !important;
	text-shadow:none;
	background-color:#daab00 !important;
	border:4px solid #fff;
	font-weight:700;
}
.vc_btn3.vc_btn3-color-sandy-brown, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
    color: #1d2b4d !important;
    background-color: #daab00 !important;
    font-weight:700;
    background-image:url(images/icon-download.png);
    background-repeat:no-repeat;
    background-position:right center;
    padding: 20px 70px 20px 20px;
    margin-top:4px;
}
.vc_btn3.vc_btn3-size-md{
	font-size:20px !important;
}

/* Images */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right:7px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ebebeb;
	line-height: 18px;
	margin-bottom: 3px;
	max-width: 630px !important;
	padding: 3px 13px 4px 3px;
	text-align: center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	color: #555;
	font-size: .875em;
	margin: 0;
	
}
.wp-smiley {
	margin: 0;
}

.bypostauthor{
}
.feedback{
	text-align:right;
	padding:0 20px 10px 0;
	clear:both;
}

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.top-footer .gallery-item{
	float: none;
	display: inline-block;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail,
.gallery-columns-4.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	text-align: center;
}



.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery img {
	border: 10px solid transparent;
	max-width: 100%;
height: auto;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* Comments */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	width:7%;
}
#respond input {
	margin: 20px 5px;
}
#respond textarea {
	width: 99%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#advert{
	width:640px;
	margin-left:-40px;
}
#advert ul{
	list-style:none;
}
/* =Widget Areas
-------------------------------------------------------------- */

.textwidget{
width:100%;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding-left:0;
}
.widget-area ul ul {
	margin: 0;
	padding-left:10px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0;
	padding:0;
	list-style:none;
}
.widget-container ul{
margin:0;
padding:0;
}
.widget-container ul li{
list-style:none;
}
.widget-container a,
.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}
.widget-container a:active,
.widget-container a:hover {
	text-decoration: none;
}
.widget-area a,
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	text-shadow:none;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid #333;
	padding: 3px 0 2px;
	text-align: center;
	font-size:12px;
}

#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #CC0000;
}
.widget_rss a.rsswidget:hover {
	color: #FF0000;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* RESPONSIVE */
img{
	max-width:100%;
	height:auto;
}
.navbar-toggler{
	margin-bottom:10px;
	border:1px solid #ddd;
}
.hamburger{
	width:100%;
	text-align:right;
}

.navbar-toggler:focus{
	box-shadow:none;
}

@media only screen and (max-width:991px) {
	#footer .col-lg-9{
		text-align:center;
	}
	.credits{
		text-align:center;
		margin-top:10px;
	}
	.navbar-nav{
		text-align:right;
	}
	.main-menu .navbar-expand-lg .navbar-nav .nav-link{
		padding-right:0;
		padding-left:0;
	}
	#hero-banner p {
	    padding: 0;
	}
}

@media only screen and (max-width:768px) {
	.single-prod-text{
		padding-left:0px !important;
	}
	#header-contact{
		padding-top:10px;
		padding-bottom:35px;
	}
}

@media only screen and (max-width:491px) {
	.logo{
		top:45px;
	}
}