body {
	font-size:18px;
	font-family:"Montserrat",sans-serif;
	overflow-x:hidden;
}

#toprow {
	padding:3px 0;
	background:#592a09;
	color:#FFEFD4;
}

#toprow a{
	color:#FFEFD4;
	font-size:13px;
}

.phonetop {
	clear:both;
	font-weight:600;
	font-size:30px;
	color:#532108;
}

a {
	color:#004FA3;
}
a.maroon {color:#be0600}
abbr.required {
	color:#8F0000!important;
}

.addtop {
	font-weight:600;
	font-size:15px;
}

.orangetext {
	color:#AD5100;
}

.socialtop {
	margin-top:-5px;
}

.socialtop img {
	float:right;
}

#ship-to-different-address {
	color:#B84D05;
}

.hero {
	border-bottom:1px solid #000;
}

.home-about, .home-honey {
	background:#fcd066;
	min-height:400px;
}

.home-catalog {
	background:#faba1f;
	min-height:400px;
}

.edit-account .form-row, .login .form-row {
	display:block;
}

.edit-account .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
 	top: 0;
}

.edit-account .woocommerce form .password-input, .woocommerce-page form .password-input, .login #username {
	max-width:350px;
}

h1 {
	font-family:'Courgette',Arial,Helvetica,sans-serif;
	color:#5c2807;
	font-size:2.8rem;
	padding-top:30px;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px solid #be0600;
}

h2 {
	font-family:'Courgette',Arial,Helvetica,sans-serif;
	color:#be0600;
	font-size:2.2rem;
	margin-bottom:15px;
}

.home-about h2, .home-honey h2, .home-catalog h2 {
	font-size:2.8rem;
	color:#000;
}

h3 {
	font-family:'Courgette',Arial,Helvetica,sans-serif;
	color:#e67400;
	margin-bottom:15px;
}

.footer-outer {
	color:#592a09;
}

.woocommerce-Price-amount.amount{
	color:#247C00;
}

.page-numbers {
	color:#002A74;
}
.page-numbers.current {
	color:#000!important;
}

p.stock {
	color:#455F3A!important;
}

.searchcol {
	position:relative;
}

.searchfield {
	background:none!important;
	position:relative;
	z-index:10;
}

.searchcol .searchbtn {
	display:block;
	position:absolute;
	z-index:1;
	right:24px;
	top:16px;
	bottom:16px;
	background:#EFEFEF url(../images/search.png) center center no-repeat;
	width:38px;
	border-left: 1px solid #CCC;
	border-radius:0 3px 3px 0;
	cursor:pointer;
	
}

.woocommerce-products-header__title {
	padding-top:15px;
}

.woocommerce button.button.alt, .woocommerce .checkout-button, .woocommerce .add_to_cart_button {
	color:#FFF!important;
	background-color:#592a09!important;
}

.woocommerce button.button.alt:hover, .woocommerce .checkout-button:hover, .woocommerce .add_to_cart_button:hover {
	background-color:#6d4127!important;
}

.btn-primary {
	border:4px solid #FFF;
	color:#FFF!important;
	border-radius:20px;
	background:#592a09;
	padding:10px 30px;
	font-size:22px;
	font-weight:600;
	text-shadow:1px 1px 0px #000;
}

.btn-sm {
	font-size:16px;
}

.lead strong {
	font-weight:bold;
}

.add1 {
	font-size:20px;
	font-weight:bold;
	background:#ffe4a1;
}

.btn-primary:hover {
	color:#FFF!important;
	background-color:#6d4127!important;
	border-color:#FFF!important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding:3px;
}

.woocommerce .col-1, .woocommerce .col-2{
	max-width:none;
}

.woocommerce-billing-fields input[type=text],.woocommerce-shipping-fields input[type=text], .woocommerce-input-wrapper {
	display:block!important;
	width:100%!important;
	max-width:100%!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size:1.3em;
}

.woocommerce-Price-amount.amount {
	font-weight:bold;
	font-size:16px;
}

#ship-to-different-address-checkbox {
	width:auto!important;
	float:left!important;
	display:inline!important;
	margin-top:5px;
	margin-right:5px;
}

#ship-to-different-address {
	font-size:20px!important;
}

.flex-control-thumbs li {
	max-width:100px;
}

.quantity input {
	height:42px;
}

.sidecats {
	background:#fcd066;
}

.sidecats h2 { 
	padding-top:15px;
}

.sclinks a {
	display:block;
	font-size:15px;
	color:#592a09;
	padding:8px;
	border-bottom:1px solid #b6815c;
	transition:background-color .15s, color .1s
}

.sclinks a:first-child {
	border-top:1px solid #b6815c;
}

.sclinks a:last-child {
	margin-bottom:30px;
}

.sclinks a:hover {
	background:#592a09;
	text-decoration:none;
	color:#fcd066;
}

.cartcount {
	width:40px;
	height:40px;
	background:url(../images/cart.png) center center no-repeat;
	color:#FFF;
	text-align:center;
	padding:3px 12px 20px 1px;
	font-size:14px;
	font-weight:600;
	display:inline-block;
	transform:translateY(-8px);
}

.cltext {
	display:inline-block;
	height:35px;
	line-height:35px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	background:#592a09;
	padding:0 15px;
	border-radius:4px;
	margin-top:10px;
	text-decoration:none;
}

.cartlink {
	display:inline-block;
	margin-top:15px;
}

.cartlink:hover{
	text-decoration:none;
}

.cartlink:hover .cltext {
	background:#6d4127;
}

.cartlink:hover .cartcount {
	opacity:.9;
}

h1.sans,h2.sans,h3.sans,h4.sans {
	border:none!important;
	font-weight:600;
	color:#000;
	font-family:"Montserrat",sans-serif;
}

.btmnav li {
	list-style:none;
}

.btmnav ul {
	padding:15px;
	border-right:1px solid #963e01;
}

.btmnav a {
	font-weight:600;
	color:#592a09;
}

.btmnav a:hover {
	color:#963e01;
	text-decoration:none;
}

.maprow iframe {
	height:450px;
	width:100%;
	border:none;
	margin:0;
	padding:0;
	display:block;
}

.dropdown-menu .nav-item {
	text-align:left;
}

.dropdown-item:hover {
	background:#6d4127!important;
}

.phonebtm {
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}

.addbtm {
	font-size:16px;
	font-weight:600;
}

.shipbanner {
	background:#156F00;
	color:#FFF;
}

.woocommerce-MyAccount-navigation ul,.woocommerce-MyAccount-navigation li{
	margin:0;
	padding:0;
	list-style:none;
}

.woocommerce-MyAccount-navigation ul {
	background:#fcd066;
	padding:15px;
}

.woocommerce-MyAccount-navigation ul li {
}

.woocommerce-MyAccount-navigation ul li a {
	display:block;
	font-size:15px;
	color:#592a09;
	padding:8px;
	border-bottom:1px solid #b6815c;
	transition:background-color .15s, color .1s
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background:#592a09;
	text-decoration:none;
	color:#fcd066;
}

#searchfield {
	display:block;
	float:left;
	width:64%;
}

#searchsubmit {
	display:block;
	float:left;
	width:34%;
	margin-left:2%;
}

.main-content img {
	max-width:100%;
}

.blogpost img {
	margin-right:10px;
	margin-bottom:10px;
}

.bloglink:hover {
	text-decoration:none;
}

.bloglink:hover h3{
	text-decoration:none;
	color:#17244b;
}

.blognav {
	font-size:13px;
}

.sidebar {
	font-size:14px;
}


.sidebar ul {
	padding-left:20px;
}

.sidebar hr {
	border-width:2px;
	border-color:#17244b;
}

.sidebar h2 {
	font-size:19px;
}

.phonetop small{
	font-size:15px;
}

/**NAVBAR**/

.navbar { /* navbar styles */
	background:#faba1f;
	padding:0 1rem;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.nav-link { /* top level link */
	font-weight:600;
	color:#222;
	font-size:15px;
	transition:color .15s;
	position:relative;
}


.nav-link:hover {
  color:#b80000; /* top level link hover */
}

.dropdown-menu { /* dropdown menu styles */
	background:#FFF;
}

.dropdown-item { /* dropdown link */
	 color:#000;
}

.dropdown-item:hover { /* dropdown link hover */
	 color:#FFF;
	 background:#00F;
}

.navbar-toggler { /* styles the mobile nav button border */
	border-color:#000;
	border-radius:8px;
}

.navbar-toggler-icon { /* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar { /* navbar styles */
		padding:.25rem 1rem;
	}
	
	.nav-link { /* top level link */
		text-align:left;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
	
	.dropdown-menu { /* dropdown menu styles */
		padding-top:0;
		padding-bottom:0;
		background:none;
		border:none;
	}
	
	.dropdown-item { /* dropdown link */
		padding-top:10px;
		padding-bottom:10px;
		font-size:18px;
		border-bottom:1px solid rgba(0,0,0,0.2);
	}
}

/**END NAVBAR**/



/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.wp-block-column,.wp-block-columns {
		display: block;
	}
	
	.wp-block-column {
		margin: 20px 0;
	}
	
	.shipbanner {
		font-size:20px;
	}
	
	.shipbanner strong {
		font-size:22px;
	}
	
	.shipbanner em{
		font-size:15px;
	}
	
	.blogpost h3 {
		font-size:19px;
	}
	
	.blogpost img {
		max-width:33%;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {
	
}

/**LG & DOWN**/
@media (max-width: 1199px) {
	
}

/**MD & UP*/
@media (min-width: 768px) {
	
	.hbimg1 {
		background:url(../images/home-about.jpg) left center;
	}
	
	.hbimg2 {
		background:url(../images/home-catalog.jpg) right center;
	}
	
	.hbimg3 {
		background:url(../images/home-honey.jpg) left center;
	}
	
	.hbimg1, .hbimg2, .hbimg3 {
		background-size:cover;
		background-repeat:no-repeat;
	}
	
	.nav-link:before {
		display:block;
		content:"";
		width:1px;
		position:absolute;
		left:0;
		top:8px;
		bottom:8px;
		background:#bb8b17;
	}
	
	.nav-item:last-child .nav-link:after {
		display:block;
		content:"";
		width:1px;
		position:absolute;
		right:0;
		top:8px;
		bottom:8px;
		background:#bb8b17;
	}
	
}

/**LG & UP**/
@media (min-width: 992px) {

}

/**INDIVIDUAL SIZES**/


/**SUPERSMALL**/
@media (max-width: 400px) {
	.blognav {
		font-size:11px;
	}
	
	.main-content {
		font-size:15px;
	}
	
	.blogpost h3 {
		font-size:16px;
	}
	
}


/**XS**/
@media (max-width: 575px) {

}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {

}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {
	.phonetop {
		font-size:19px;
	}
	.addtop {
		font-size:13px;
	}
	
	.btmnav {
		font-size:13px;
	}
	
	.shipbanner {
		font-size:16px;
	}
	
	.shipbanner strong {
		font-size:18px;
	}
	
	.shipbanner em{
		font-size:12px;
	}
	
	.blogpost h3 {
		font-size:21px;
	}
	
	.blogpost img {
		max-width:185px;
	}
}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {
	.phonetop {
		font-size:24px;
	}
	.addtop {
		font-size:14px;
	}
	
	.btmnav {
		font-size:15px;
	}
	
	.shipbanner {
		font-size:18px;
	}
	
	.shipbanner strong {
		font-size:20px;
	}
	
	.shipbanner em{
		font-size:14px;
	}
	
	.blogpost h3 {
		font-size:23px;
	}
	
	.blogpost img {
		max-width:200px;
	}
	

}

/**XLG**/
@media (min-width: 1200px) {
	.btmnav {
		font-size:15px;
	}
	
	.shipbanner {
		font-size:20px;
	}
	
	.shipbanner strong {
		font-size:22px;
	}
	
	.shipbanner em{
		font-size:15px;
	}
	
	.blogpost h3 {
		font-size:26px;
	}
	
	.blogpost img {
		max-width:225px;
	}
}

