body {
font-family: manrope;
font-size: 16px;
font-weight: 600;	
line-height: 1.45}

#b-page-top {
	background: #EFE0BF;
	padding: 50px 0px;
}

#b-page-top-in {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

/* TOP BANNER */

a.savethelink {
color: #EFE0BF;
padding: 10px 15px;
display: inline-block;
text-decoration: none;
font-weight: 600;
border-radius: 3px;
background: #A03232;
margin-top: 15px;
margin-bottom: 15px;
}

.hive {
filter: invert(74%) sepia(44%) saturate(1319%) hue-rotate(346deg) brightness(96%) contrast(84%);}

.logo-top {
	width: 100%;	
}

a.top-social  {
	font-size: 23px;
	color: #E3A425;	
	margin-left: 20px;
}


#b-top-left {
	width: 20%;
}

#b-top-right {
	margin-top: 20px;
	
}



/* NAVIGATION */

#b-top-right-mobile {
display: none;	
}

.p-nav {
display: flex;	
align-items: center;
}

.p-nav ul {
	margin: 0px;
	padding: 0px;
		z-index: 6000;
}

.p-nav ul li {
	display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 10px;
}

.p-nav ul li:nth-child(2) {
    margin-left: 20px;
}

.p-nav ul li:nth-child(3) {
    margin-left: 20px;
}

.p-nav ul li:nth-child(4) {
    margin-left: 20px;
}


.p-nav ul lu li {
}

.p-nav ul li a {
	text-decoration: none;
	display: block;
	color: rgba(0,0,0,1);
	font-weight: 600;
	font-size: 18px;

}


.p-nav ul li a:hover {
}

.p-nav ul li:hover {
box-shadow: 0px 2px 0px 0px #E3A425;}

.p-nav ul li a#current {
	box-shadow: 0px 2px 0px 0px #E3A425;
}

.p-nav ul ul {
	display: none;
	position: absolute;
	z-index: 1!important;
	left: 50%;
	margin-left: -100px;
	margin-top: -0px;
	text-align: center;
	width: 200px;
	padding-top: 30px;
}

.p-nav ul ul:before {
	content: '';
	width: 2px;
	position: absolute;
	margin-top: -30px;
	background: #E3A425;
	height: 40px;
}
	
.p-nav ul li:hover > ul {
	display:inherit;
}

.p-nav ul li li {
	position: relative;
	text-align: left;
	display: block;
	margin-left: 0px;
	}
	

	
.p-nav ul li a.currentAncestor {
	box-shadow: 0px 2px 0px 0px #E3A425;

}
	
.p-nav li li a {
	background: #A03232;
	display: block;
	color: #EFE0BF;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	transition: all ease 0.2s;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0px;
	border-radius: 2px;
border-bottom: 2px dotted rgba(239,224,191,0.3);
}

.p-nav li li:first-child a{
	border-radius: 2px 2px 0px 0px;
}

.p-nav li li:last-child a{
	border-radius: 0px 0px 2px 2px;
	border-bottom: 0px dotted #EFE0BF;
}


.p-nav li li a:hover {
	color: #E3A425;
} 

.p-nav ul ul li:hover {
	box-shadow: 0px 0px 0px 0px black;	
}

.p-nav ul ul li:nth-child(1) {
    margin-left: 0px;
}

.p-nav ul ul li:nth-child(2) {
    margin-left: 0px;
}

.p-nav ul ul li:nth-child(3) {
    margin-left: 0px;
}

.p-nav ul ul li:nth-child(4) {
    margin-left: 0px;
}	

.top-home {
width: 35px;
margin-right:15px;
}

.top-home a{
display: flex;}

/* NAV MOBILE */

#menu-mobile-wrapper-out {
display: none;
z-index: 10000;
position: fixed;
width: 100%;
height: 100vh;
background: rgba(239,224,191,0.9);	}

#menu-mobile-wrapper {
width: 100%;
height: 100vh;
z-index: 10000;
display: flex;
justify-content: center;
align-items: center;	
}

#menu-mobile-wrapper-in {
width: 50%;
background: white;
padding: 30px;
/*display: fleX;
align-items: center;
justify-content: center;
flex-direction: column;*/
text-align: center;
border-radius: 2px;
}

#menu-mobile-wrapper-in ul {
	list-style-type: none;
	margin: 20px 0px ;
	padding: 0px;
}

#menu-mobile-wrapper-in ul li a{
	text-decoration: none;
	color: #E3A425;
	display: block;
	padding: 5px 0px;
	font-size: 22px;
	font-weight: 600;
}

#menu-mobile-wrapper-in ul ul {
	list-style-type: none;
	margin: 0px 0px ;
	padding: 0px;
}

#menu-mobile-wrapper-in ul ul li a{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 0px;
	font-size: 18px;
	font-weight: 600;
	
}

#menu-mobile-wrapper-in ul ul li a::before{
	content: ">";
	color: #E3A425;
	padding-right: 5px;
}

#menu-mobile-wrapper-in .top-social {
margin: 0px 20px;	
}

#b-top-right-mobile a{
color: #E3A425;	
font-size: 24px;
}


/* BODY */

.b-main-dark {
	background-color: #A03232;
	z-index: 1;
}

.b-main-dark-in {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
	z-index: 2;
	padding: 50px 0px;
}

.b-main-alt {
	background-color: #EFE0BF;
	z-index: 1;
}

.b-main-alt-in {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
	z-index: 2;
	padding: 50px 0px;
}

.b-main-dark-in h2 {
	font-weight: 600;
	font-size: 20px;
	color: #EFE0BF;
	margin-bottom: 30px;
}

.b-main-honey {
	background-color: #E3A425;
	z-index: 1;
}

.b-main-forest {
	background-color: #9BA55F;
	z-index: 1;
}

.b-main-honey-in {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
	z-index: 2;
	padding: 50px 0px;
}

.b-main-honey-in h2 {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-bottom: 30px;
}


/*FOOTER */

#footerFG {
	width: 100%;
	background: black;

}

#footertop {
width: 100%;
padding: 0px 0px;
box-sizing: border-box;	
}


.topbox {
width: 9.09%;
height: 10px;
float: left;
}



.topclear {
	clear: both;
}

#footercontent {
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;

display: flex;
	justify-content:  space-between;
	align-items:top;
color: #EFE0BF;
	background: black;}

#footerleft {
width: 60%;
min-width: 415px;
padding: 70px 35px 35px 0px;
box-sizing: border-box;
}

#footerright {
display: block;
width: 250px;
padding: 160px 35px 35px 0px;
box-sizing: border-box;
}

.footerlogo {
	width: 30%;
	margin-bottom: 25px;
}

.footerack {
display: flex;
flex-direction: column-reverse;
margin-bottom: 10px;
}

.ackimg {
	margin-top: 30px;
display: flex;
width: 100%;
gap: 20px;}

.flag:first-child {
width: 70%;	
}

.flag {
width: 100%;	
}

.acktext {
width: 100%;
box-sizing: border-box;
padding-left: 0px;
font-family: Manrope;
font-weight: 500;
font-size: 14px;
margin-top: -2px;}

.ackcred {
margin-top: 30px;
font-size: 14px;}

.ackcred a {
color: #EFE0BF;
text-decoration: none;	
}


.f_menu a{
color: #EFE0BF;
text-decoration: none;
font-size: 18px;
margin-bottom: 5px;
display: block;
font-family: Manrope;
font-weight:700;
}

.f_menu  .fa.fa-pull-right, .f_menu  .fab.fa-pull-right, .f_menu  .fal.fa-pull-right, .f_menu  .far.fa-pull-right, .f_menu  .fas.fa-pull-right {
margin-top: .6em;	
font-size: 14px;
color: #E3A425;
}

/* NEWS ALERT */

.news-alert a{
display: inline-block;
background: black;
color: #9BA55F;
padding: 5px 10px;
border-radius: 3px;	
text-decoration: none;
font-weight: 700;
margin: 0px 2px;
}

.news-alert {
display: flex;	
gap: 20px;
align-items: center;
}

.news-alert-icon {
width: 100px;}

.underline {
box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.3);}



@media only screen and (max-width: 1145px) {
	
.p-nav ul li a {
	font-size: 15px;

}

a.top-social {
font-size: 20px;
color: #E3A425;
margin-left: 15px;
}

.p-nav ul li:nth-child(2) {
        margin-left: 20px;

}

.p-nav ul li:nth-child(3) {
        margin-left: 20px;

}

.p-nav ul li:nth-child(4) {
        margin-left: 20px;

}

.p-nav li li a {
	font-size: 13px;
}


}

@media only screen and (max-width: 950px) {
	
.p-nav ul li a {
	font-size: 13px;

}

a.top-social {
font-size: 18px;
color: #E3A425;
margin-left: 10px;
}


.p-nav ul li:nth-child(2) {
    margin-left: 15px;
}

.p-nav ul li:nth-child(3) {
    margin-left: 15px;
}

.p-nav ul li:nth-child(4) {
    margin-left: 15px;
}

.top-home {
width: 25px;
margin-right:5px;
}

.p-nav li li a {
	font-size: 12px;
}



}

@media only screen and (max-width: 740px) {

#b-top-right-mobile {
display: inline;	
}

#b-top-right {
display: none;	
}

#b-page-top-in {
	width: 90%;
}

.b-main-dark-in {
	width: 90%;	
}

.b-main-honey-in {
	width: 90%;	
}

#footercontent {
	width: 90%;	
}

#footercontent {
flex-direction: column;	
}

#footerleft {
	width: 100%;
}

#footerright {
	width: 100%;
	padding: 35px 35px 35px 0px;
}

#b-top-right {
margin-top: 10px;	
}

}