/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {list-style: none;}
blockquote,
q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: none;}
table {border-collapse: collapse; border-spacing: 0;}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {outline: none;}
article,
aside,
nav,
section {display: block;}
audio,
canvas,
video {display: inline-block;}
audio:not([controls]) {display: none;}
hr {border: 0; border-top: 1px solid #ddd; height: 0; margin: 40px 0; clear: both;}
sub,
sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0; max-width: 100%;}

/* Form fields, general styles first */

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

.searchform > div {display: flex;}
.searchform input#s {flex-grow: 1; width: auto; margin: 0;}
.searchform #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; border: 0; background: #f1c360; color: #fff;}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {border: 0;	border-radius: 0;	padding: 0;}

/* Responsive elements */

.entry-content img,
.widget img,
embed, iframe, object, video {max-width: 100%; border-radius: 10px;}

/* Images */

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.gallery {display: flex; flex-flow: row wrap; line-height: 0; gap: 20px;}
.gallery-columns-2 .gallery-item {width: calc(50% - 10px)!important;}
.gallery-columns-3 .gallery-item {width: calc(33.33% - 14px)!important;}
.gallery-columns-4 .gallery-item {width: calc(25% - 15px)!important;}
.gallery-columns-5, .gallery-columns-6 {gap: 14px;}
.gallery-columns-5 .gallery-item {width: calc(20% - 12px)!important;}
.gallery-columns-6 .gallery-item {width: calc(16% - 5px)!important;}
.gallery img {width: 100%; height: auto; border: 0!important; max-height: 320px; object-fit: cover;}
.gallery br {display: none;}

.wp-caption {max-width: 100%; padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {font-style: italic; font-size: 12px; line-height: 2; color: #666666;}
.entry-content dl.gallery-item {margin: 0!important;}
.gallery-caption {width: 100%;}
.gallery-caption a {display: inline;}

/* Navigation for posts and pages*/

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a, .nav-single a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi > span.current {color: #aaa;}

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 1px solid #ddd; clear: both; margin: 30px 0 0; padding: 30px 0 0;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {margin: 48px 0;}

/* Author profiles */

.author .archive-header {margin-bottom: 24px;}
.author-info {border-top: 1px solid #ededed; margin: 24px 0; padding-top: 24px; overflow: hidden;}
.author-description p {color: #757575; font-size: 13px; line-height: 1.846153846;}
.author.archive .author-info {border-top: 0; margin: 0 0 48px;}

/* Basic structure
-------------------------------------------------------------- */

html {font-size: 90.5%;}
body {
	line-height: 1.4;
	font-size: 18px;
	font-family: 'Dosis', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
}

a {outline: none; color: #f1c360; text-decoration: none; -webkit-transition: .3s; transition: .3s;}
a:hover {text-decoration: underline;}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {margin-right: -4px; width: 67.9999%;}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {clear: both;}
.entry-header img.wp-post-image {margin-bottom: 24px;}
.entry-title a {color: inherit;}
.entry-header .entry-format {margin-top: 24px; font-weight: normal;}
.entry-header .comments-link {margin-top: 24px; font-size: 13px; line-height: 1.846153846; color: #757575;}
.entry-content,
.entry-summary {line-height: inherit;}

.entry-content h1,
h1,
.entry-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
h3,
.entry-content h4,
h4,
.entry-content h5,
.entry-content h6 {
	margin: 0 0 30px;
	line-height: 1.2;
}

.entry-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child {font-size: 40px; color: #f1c360; margin: 0;}
.entry-content h1:after, h1.entry-title:after, .archive-title:after, .page-title:after, .entry-content > h2:first-child:after {content: ""; display: block; width: 100px; height: 3px; background: linear-gradient(to right, #fa9a35, #f1c360); margin: 20px 0 30px;}
.entry-content h2:not(.head1), h2.entry-title {font-size: 26px; margin: 0;}
.entry-content h2:not(.head1):after, h2.entry-title:after {content: ""; display: block; width: 50px; border-top: 2px solid #f1c360; margin: 20px 0;}
.entry-content h2:not(:first-child), .entry-content h3:not(:first-child) {padding-top: 15px;}
.entry-content hr + h2 {padding-top: 0!important;}
.entry-content h3, h3 {font-size: 20px;}
.entry-content h3 {text-transform: uppercase; letter-spacing: 0.065em; font-weight: 600;}
.entry-content h4, h4 {font-size: 18px;}
.entry-content h5 {font-size: 16px;}
.entry-content h6 {font-size: 14px;}

.center h1:after {margin: 20px auto 30px;}

.entry-content p, .entry-summary p, p {margin: 0 0 30px; line-height: inherit;}
p:last-child {margin: 0;}

.entry-content ol,
.entry-content ul {margin: 0 0 30px;}
.entry-content ol:last-child, .entry-content ul:last-child {margin-bottom: 0;}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {margin-bottom: 0;}
.entry-content ul {list-style: disc outside;}
.entry-content ol {list-style: decimal outside;}
.entry-content li {margin: 0 0 0 25px;}
.entry-content ul li {list-style: none; margin: 0; background: url(//buzzingbees.ai/wp-content/uploads/ico-hex-y.svg) no-repeat left 7px / 12px auto; padding: 0 0 5px 30px;}
.entry-content ul li:last-child {padding-bottom: 0;}

.entry-content blockquote {background: #eee; margin-bottom: 25px; padding: 25px;}
.entry-content blockquote p:last-child {margin-bottom: 0;}

img.alignleft {margin: 0 15px 10px 0;}
img.alignright {margin: 12px 0 12px 24px;}
img.aligncenter {margin-top: 12px; margin-bottom: 12px;}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {margin-bottom: 30px;}
.entry-content dl {margin: 0 24px;}
.entry-content dt {font-weight: bold;}
.entry-content dd {margin-bottom: 24px;}
.entry-content table {margin: 0 0 30px; width: 100%;}
.entry-content table caption {margin: 24px 0;}
.entry-content td {vertical-align: top; padding: 0 5px;}

article.post {margin: 0 0 30px;}
article.post::after {content: " "; display: block; clear: both;}
.es-img {width: 33%;}
.es-img img {width: 100%; height: 100%; object-fit: cover;}
article.post .read-more {display: block; margin: 10px 0 0;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta, .archive-meta {margin-top: 24px; font-size: 13px; color: #757575;}
.entry-meta > span a {color: #333333; padding: 2px; text-decoration: none;}

/* Comments
-------------------------------------------------------------- */

.comments-title {margin-bottom: 48px; font-size: 16px; line-height: 1.5; font-weight: normal;}
.comments-area article {margin: 24px 0;}
.comments-area article header {float: left; margin: 0 15px 0 15px; overflow: hidden; position: relative;}
.comments-area article header img {float: left; padding: 0; line-height: 0;}
.comments-area article header cite, .comments-area article header time {display: block; margin-left: 45px;}
.comments-area article header cite {font-style: normal;}
.comments-area article header time {text-decoration: none;}
.comments-area article header h4 {position: absolute; top: 0; right: 0; padding: 6px 12px; font-weight: normal;	color: #fff; background-color: #0088d0; border-radius: 3px; border: 1px solid #007cbd;}
.comments-area li.bypostauthor cite span {position: relative; margin-left: 5px; padding: 2px 5px;}
a.comment-reply-link, a.comment-edit-link {color: #686868; font-size: 13px;}
a.comment-reply-link:hover, a.comment-edit-link:hover {color: #21759b;}
.commentlist .pingback {margin-bottom: 24px;}

/* Comment form */

#respond {margin-top: 30px;}
#respond h3#reply-title {font-size: 16px;}
#respond h3#reply-title #cancel-comment-reply-link {margin-left: 10px; font-weight: normal;}
#respond form {margin: 24px 0;}
#respond form p {margin: 12px 0;}
#respond form p.logged-in-as {margin-bottom: 24px;}
#respond form label {display: block;}
#respond form input[type="text"], #respond form textarea {box-sizing: border-box; padding: 10px; width: 100%;}
#respond form p.form-allowed-tags {margin: 0; color: #5e5e5e;}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 30px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Responsive selectnav.js css */

.selectnav {display: none;}
select.selectnav {border: 1px solid #ddd; border-radius: 4px; margin: 4px; padding: 10px; width: 96%;}

/* mobile menu styling */
 
@media screen and (max-width: 849px) {
    .js .selectnav {display: inline-block;}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul, .nav-menu li {display: none;}
	.themonic-nav ul {display: none;}
	.themonic-nav li a, .themonic-nav li {display: none;}

	.themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {display: none;}
}

/* Minimum width of 850pixels. */

@media screen and (min-width: 850px) {
	.site {margin: 0 auto; max-width: 1024px;}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {width: 100%; margin: 0;}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: center;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block; position: relative; z-index: 9;}

/* NAV MENU STYLES */

.themonic-nav ul.nav-menu {display: flex; justify-content: space-between;}
.themonic-nav .nav-menu > li {padding: 15px 0;}
.themonic-nav .nav-menu > li > a {color: #222; font-weight: bold; text-transform: uppercase; letter-spacing: 0.065em; padding: 15px 0 0;}
.themonic-nav .nav-menu > li > a:after {content: ""; display: block; height: 4px; background: none; width: calc(100% + 30px); margin: 10px 0 0 -15px;}
.themonic-nav .nav-menu > li > a:hover {color: #f1c360;}

.themonic-nav .nav-menu > li.current-menu-item > a:after {background: linear-gradient(to right, #fa9a35, #f1c360);}

.themonic-nav .sub-menu {position: absolute; top: calc(100% - 20px); left: -25px; z-index: 10; text-align: left; max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #fff; box-shadow: 0 12px 50px rgba(0,0,0,0.1); border-radius: 15px;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 220px; padding: 25px 0;}
.themonic-nav .sub-menu > li {}
.themonic-nav .sub-menu > li > a {line-height: 1.4; padding: 4px 25px; width: 185px; color: #222; text-transform: uppercase; letter-spacing: 0.065em; font-weight: 600; font-size: 16px;}
.themonic-nav .sub-menu > li > a:hover {color: #f1c360;}

}

#page-wrap {padding: 0 20px;}
.home #page-wrap {display: none;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 50px 0;  box-sizing: border-box; flex-grow: 1; max-width: 100%;}
.widget-area {margin: 0 0 0 25px; padding: 50px 0 50px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}
.entry-content > .gallery:not(:last-child) {margin: 0 0 30px!important;}
.entry-content > div:not(:last-child):not(.expand):not(.collapse):not(.pad) {margin-bottom: 30px;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%; margin: 0 0 30px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

:is(a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"]):not(.fancybox-content a) {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}
.fancybox-content:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {height: auto !important; aspect-ratio: 1.78;}
.fancybox-content iframe[src*="youtube.com"], .fancybox-content iframe[src*="vimeo.com"] {aspect-ratio: 1.78; width: 100%; height: auto;}

.assistive-text {display: none;}
span.excerpt-dash {display: none;}

ul.responsive-menu-submenu {background: #222;}
.responsive-menu-submenu a {background: transparent!important; border: 0!important;}
button#responsive-menu-button {z-index: 1!important; outline: 0!important; width: 100%!important;}

/* DEFAULT STYLES */

.limit-xl {max-width: 1350px; margin: 0 auto;}
.limit-l {max-width: 1200px; margin: 0 auto;}
.limit {max-width: 1024px; margin: 0 auto;}
.limit-m {max-width: 900px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; gap: 30px;}
.flex.g0 {gap: 0;}
.flex.g1 {gap: 40px;}
.flex.g2 {gap: 50px;}
.flex.g3 {gap: 60px;}
.flex.g4 {gap: 70px;}
.flex.g5 {gap: 80px;}
.flex.g6 {gap: 90px;}
.entry-content .flex:not(:last-child) {margin-bottom: 30px;}
.flex.rows {flex-flow: row wrap;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child),
.sub-col > div:not(:last-child) {margin: 0 0 30px;}
.flex > * {flex-grow: 1; box-sizing: border-box;}
.flex.rows > * {width: 33.33%;}
.flex.f0 > *, .flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex.f1 > * {flex: 1;}
.flex.f2 > * {width: calc(50% - 15px);}
.flex.f3 > * {width: calc(33.33% - 20px);}
.flex.f4 > * {width: calc(25% - 23px);}
.flex.f5 > * {width: calc(20% - 24px);}
.flex .f2 {width: calc(50% - 30px); flex-grow: 2;}
.flex .f3 {width: calc(33.33% - 30px);}
.flex .f4 {width: calc(25% - 30px);}
.flex .f5 {width: calc(20% - 30px);}
.flex .f40 {width: calc(40% - 30px);}
.flex .f60 {width: calc(60% - 30px);}
.flex .f23 {width: calc(66.66% - 30px); flex-grow: 2;}
.flex .f34 {width: calc(75% - 30px); flex-grow: 3;}
.flex.p15 > * {padding: 15px;}
.flex.p20 > * {padding: 20px;}
.flex.p25 > * {padding: 25px;}
.flex.p30 > * {padding: 30px;}
.flex.p40 > * {padding: 40px;}
.flex.p50 > * {padding: 50px;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:first-child {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.full {position: relative; left: 50%; width: 100vw; transform: translate(-50%,0); padding: 50px 15px; box-sizing: border-box; margin: 50px 0; background: #eee;}
.entry-content .full:first-child {margin-top: -50px;}
.entry-content .full:last-child {margin-bottom: -50px;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}

/* REUSABLE CLASS NAMES FOR REFERENCE */

a.btn {display: inline-block; text-decoration: none; padding: 10px 30px; background: #f1c360; color: #222; border-radius: 10px;}
a.btn:hover {background: #222; color: #f1c360;}
a.link {display: inline-block; text-decoration: none; border-bottom: 5px solid #f1c360; color: #222; text-transform: uppercase; font-weight: bold; letter-spacing: 0.065em; padding: 0 2em 0.5em;}
a.link:hover {color: #f1c360;}
.featured {background: #f1c361; padding: 30px; box-sizing: border-box; border-radius: 10px;}
.featured2 {background: #222; color: #fff; padding: 30px; box-sizing: border-box; border-radius: 10px;}
.featured3 {background: linear-gradient(to right, #f29a30, #f1c361); color: #fff; padding: 30px; box-sizing: border-box; border-radius: 10px;}
.shaded {background: #f4f4f4; padding: 30px; box-sizing: border-box;}

/* REUSABLE CLASS DETAILS */

.featured a.btn, .featured3 a.btn {background: #fff; color: #222;}
.featured a.btn:hover, .featured3 a.btn:hover {background: #222; color: #f1c361;}
.featured2 a.btn:hover {background: #fff; color: #222;}
div[class^="featured"].flex > div:not(:last-child), .shaded.flex > div:not(:last-child) {border-right: 1px solid rgba(255,255,255,0.5); padding-right: 35px; margin-right: 35px;}

/* CUSTOM STYLES */

#header {padding: 20px; background: #f1c360; color: #fff; font-weight: 600; letter-spacing: 0.065em; position: relative; z-index: 2;}
#header:before, #header:after {content: ""; display: block; position: absolute; top: 100%; height: 200px; background: url(//buzzingbees.ai/wp-content/uploads/honey-drip-l.png) no-repeat center top / contain;}
#header:before {left: 0; width: 290px; max-width: 14vw;}
#header:after {right: 0; width: 370px; max-width: 18vw; background-image: url(//buzzingbees.ai/wp-content/uploads/honey-drip-r.png);}
.h-block > div {flex: 1;}
.h-block > div.site-logo {flex: auto; flex-grow: 0;}
.site-logo {text-align: center;}
.site-logo a {display: inline-block; text-decoration: none; color: #000; font-size: 35px; letter-spacing: 0; white-space: nowrap;}
.sl-img {display: block; background: url(//buzzingbees.ai/wp-content/uploads/oak-stone-apiaries-logo-hex.svg) no-repeat center center / contain, url(//buzzingbees.ai/wp-content/uploads/oak-stone-apiaries-logo-bee.svg) no-repeat center center / auto 56%; padding: 2em 0 0;}
.site-logo h1, .site-logo h2 {font-size: inherit; margin: 0;}
.sl-name1 {display: block; padding: 0.05em 0 0.15em;}
.sl-name2 {display: block; text-transform: uppercase; font-size: 45%; letter-spacing: 0.12em;}
.sl-name2 span {display: inline-block; position: relative;}
.sl-name2 span:before {content: ""; position: absolute; left: 0; top: 50%; width: 40px; border-top: 2px solid #c8a253; transform: translate(calc(-100% - 8px),-50%);}
.sl-name2 span:after {content: ""; position: absolute; right: 0; top: 50%; width: 40px; border-top: 2px solid #c8a253; transform: translate(calc(100% + 8px),-50%);}
.h-cont {text-transform: uppercase;}
.h-cont a {color: #fff; text-decoration: none; display: inline-block; line-height: 1; padding: 0 0 0 1.2em; white-space: nowrap;}
a.hc-loc {background: url(//buzzingbees.ai/wp-content/uploads/ico-loc.svg) no-repeat left center / auto 100%; font-size: 88%;}
a.hc-phone {background: url(//buzzingbees.ai/wp-content/uploads/ico-phone.svg) no-repeat left center / auto 100%;}
.h-tag {text-align: right; text-transform: uppercase;}
.h-tag span {display: block;}

#site-nav {padding: 0 50px;}

#banner-home {position: relative; background: url(//buzzingbees.ai/wp-content/uploads/banner-home.jpg) no-repeat center center / cover; height: 600px;}
.bh-over {position: absolute; z-index: 2; left: 0; top: 50%; transform: translate(0,-50%); width: 100%; color: #fff; font-size: 24px; font-weight: 600; line-height: 1.2; padding: 0 50px; box-sizing: border-box;}
.bh-over h1, .bh-over h2 {font-size: 48px;}
.bh-over h1 span, .bh-over h2 span {color: #f1c360;}
.bh-over a.btn {font-size: 18px; text-transform: uppercase; letter-spacing: 0.065em; font-weight: bold; padding: 0.75em 1.5em;}
.bh-over a.btn:hover {background: #fff; color: #f1c360;}

.sect {padding: 75px 20px;}

#intro {padding-bottom: 0;}
#intro .flex {gap: 115px;}
#intro .flex > div {padding-right: 50px;}
#intro .flex > div:has(img:only-child) {line-height: 0; padding: 0;}
#intro .flex > div > span {display: inline-block; font-weight: bold; position: relative;}
#intro .flex > div > span:after {content: ""; position: absolute; left: 0; bottom: 0px; width: 100%; height: 10px; background: #f1c360; z-index: -1;}
img.ii-wide {margin: 0 0 0 -250px; max-width: calc(100% + 250px); position: relative; z-index: -1;}

.head1 {font-size: 40px; text-align: center; color: #f1c360; margin: 0 0 55px;}
.sect-more {text-align: center; margin: 40px 0 0;}

.sect-more:has(a:nth-child(2)) {display: flex; justify-content: center; gap: 15px;}
.sect-more:has(a:nth-child(2)) > a {min-width: 200px; box-sizing: border-box;}

#prods {background: #f1c360; position: relative;}
#prods:after {content: ""; display: block; position: absolute; right: 0; top: 100%; width: 500px; height: 200px; background: url(//buzzingbees.ai/wp-content/uploads/honey-drip-r2.png) no-repeat center top / contain;}
#prods .head1 {color: #fff;}
.prods.flex {gap: 10px;}
.prod {text-align: center; font-size: 16px; border-radius: 10px; padding: 20px; -webkit-transition: .4s; transition: .4s;}
.p-img {background: url(//buzzingbees.ai/wp-content/uploads/ico-hex-w-t.svg) no-repeat center center / contain; text-align: center; position: relative; height: 150px; margin: 0 0 25px; -webkit-transition: .4s; transition: .4s;}
.p-img img {position: absolute; left: 50%; bottom: 0; transform: translate(-50%,0); width: 100%; height: 100%; object-fit: contain; width: 175px;}
.prod.p-liv .p-img img {bottom: -12px;}
.prod.p-col .p-img img {left: calc(50% + 27px); height: 177px;}
.prod.p-hon .p-img img {width: 165px; left: calc(50% - 8px);}
.prod.p-wax .p-img img {mask: url(//buzzingbees.ai/wp-content/uploads/ico-hex-w.svg) no-repeat center center / 165px;}
.sect h3 {font-size: 24px; margin: 0 0 20px;}
.sect h3 a {color: #222; text-decoration: none;}
#prods a.link {border-color: #fff;}
#prods a.link:hover {color: #fff;}
#prods a.btn {background: rgba(255,255,255,0.25);}
#prods a.btn:hover {background: rgba(255,255,255,0.5); color: #222;}
.prod .flex {gap: 6px;}
.prod a.btn {padding: 5px 15px; min-width: 100px; box-sizing: border-box;}
.prod .flex a.btn {padding: 5px 0; min-width: none; width: 100%; box-sizing: border-box;}

.prod:hover {background: rgba(255,255,255,0.25);}
.prod:not(.p-wax):hover .p-img {background-image: url(//buzzingbees.ai/wp-content/uploads/ico-hex-t.svg);}

#serv {background: url(//buzzingbees.ai/wp-content/uploads/bg-hex.jpg) repeat center center / 58px auto;}
.serv {font-size: 16px; border-radius: 10px; padding: 25px; -webkit-transition: .4s; transition: .4s;}
.s-img {line-height: 0; margin: 0 0 25px; position: relative;}
.s-img img {border-radius: 10px;}
.si-ico {position: absolute; right: -22px; bottom: -22px; background: url(//buzzingbees.ai/wp-content/uploads/ico-hex-y.svg) no-repeat center center / 66px auto, url(//buzzingbees.ai/wp-content/uploads/ico-hex-w.svg) no-repeat center center / contain; width: 80px; height: 80px; -webkit-transition: .4s; transition: .4s;}
.si-ico img {position: absolute; left: 50%; top: 50%; border-radius: 0; transform: translate(-50%,-50%); max-width: 52%; max-height: 52%;}
.s-man .si-ico img {max-height: 42%;}

.serv:hover {background: #f1c360;}
.serv:hover .si-ico {background: url(//buzzingbees.ai/wp-content/uploads/ico-hex-w.svg) no-repeat center center / 66px auto, url(//buzzingbees.ai/wp-content/uploads/ico-hex-y.svg) no-repeat center center / contain;}

#footer {background: #222; color: #fff; padding: 0 20px;}
.f-top {padding: 65px 0 10px; text-transform: uppercase; letter-spacing: 0.065em; font-weight: bold; font-size: 15px; line-height: 2;}
.f-top h4 {font-size: 20px; text-transform: uppercase; letter-spacing: 0.065em; margin: 0;}
.f-top h4:after {content: ""; display: block; width: 30px; height: 5px; border-radius: 20px; background: #f1c360; margin: 15px 0 25px;}
.f-top a {color: #fff; text-decoration: none; font-size: 100%;}
.f-top a:hover {color: #f1c360;}
#footer .sub-menu {display: none;}

.f-btm {padding: 0 0 50px;}
.f-btm .site-logo {overflow: hidden; position: relative; margin: 0 0 -56px;}
.f-btm .site-logo:before, .f-btm .site-logo:after {content: ""; display: block; position: absolute; top: 35px; width: 1000px; border-top: 1px solid rgba(255,255,255,0.12);}
.f-btm .site-logo:before {right: calc(50% + 50px);}
.f-btm .site-logo:after {left: calc(50% + 50px);}
.f-btm .site-logo a {color: #f1c360;}
.f-btm .sl-img {background: url(//buzzingbees.ai/wp-content/uploads/oak-stone-apiaries-logo-hex-y.svg) no-repeat center center / contain, url(//buzzingbees.ai/wp-content/uploads/oak-stone-apiaries-logo-bee-y.svg) no-repeat center center / auto 56%;}
.f-btm .site-logo h3 {font-size: inherit; margin: 0;}
.f-btm a, .f-btm span {color: #f1c360;}
.f-btm .flex {justify-content: space-between; font-size: 14px; position: relative;}

#banner-inner {background: url(//buzzingbees.ai/wp-content/uploads/banner-inner.jpg) no-repeat center center / cover; height: 300px; position: relative;}
#banner-inner:after {content: ""; display: block; position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4);}
#banner-inner .bh-over {text-align: center;}
#banner-inner .bh-over h2 {margin: 0; display: inline-block; position: relative; padding: 0 0.25em;}
#banner-inner .bh-over h2:after {content: ""; display: block; position: absolute; z-index: -1; left: 0; bottom: 0; width: 100%; height: 0.5em; background: #f1c360;}

.entry-content .sect {position: relative; left: 50%; width: 100vw; transform: translate(-50%,0); box-sizing: border-box;}
.entry-content .sect:last-child {margin-bottom: -50px;}
.entry-content #prods:after {content: none; display: none;}
.entry-content #serv {background: linear-gradient(to right, rgba(0,0,0,0.02), rgba(0,0,0,0.02)), url(//buzzingbees.ai/wp-content/uploads/bg-hex.jpg) repeat center center / 58px auto;}
.entry-content #serv .head1 {text-align: left;}

/* MEDIA QUERIES */

@media screen and (max-width : 1350px){
	#header:before, #header:after {content: none; display: none;}
	#prods:after {width: 32vw;}

	#banner-inner {height: 260px;}
}
@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 50px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

	#banner-home {height: 500px;}

	.prods.flex {flex-flow: row wrap; justify-content: center;}
	.prods.flex > div {flex: auto; width: calc(33.33% - 45px); box-sizing: border-box; flex-grow: 0;}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	.sect {padding: 50px 20px;}
	.head1 {font-size: 36px; margin: 0 0 35px;}
	.entry-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child {font-size: 36px;}

	#banner-home {height: 425px;}
	.bh-over h1, .bh-over h2 {font-size: 42px;}
	.bh-over {font-size: 22px;}
	.bh-over a.btn {font-size: 16px;}

	#intro .flex {gap: 65px;}
	#intro .flex > div {padding-right: 0;}
	img.ii-wide {margin: 0 0 0 -137px; max-width: calc(100% + 173px);}

	.prods.flex > div {width: calc(33.33% - 7px);}
	.prod, .serv {padding: 10px;}

	#banner-inner {height: 225px;}
}
@media screen and (max-width : 720px){
	.fbreak1 {flex-flow: column!important;}
	.fbreak1 > * {width: 100%!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: calc(50% - 30px)!important; flex: auto!important;}
	div[class^="featured"].flex.fbreak1 > div:not(:last-child), .shaded.flex.fbreak1 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}

	#header {padding: 20px 50px;}
	.h-block {flex-flow: row-reverse;}
	.h-tag {display: none;}
	#header .h-cont {text-align: right;}

	#banner-home {height: 390px;}

	#intro .flex:first-child {display: block;}
	#intro .flex:first-child > div:has(img:only-child) {float: right; width: 40%!important; margin: 0 0 5px 15px;}
	#intro .flex {gap: 30px;}
	img.ii-wide {margin: 0; width: 100%;}

	#prods:after {width: 40vw;}
	.prods.flex > div {width: calc(50% - 6px);}

	#serv {padding-top: 75px;}
	.servs.flex {flex-flow: row wrap; justify-content: center;}
	.servs.flex > div {flex: auto; width: calc(50% - 15px); box-sizing: border-box; flex-grow: 0;}

	#footer {text-align: center;}
	.f-top {padding: 50px 0 30px; gap: 38px;}
	.f-top h4:after {margin: 15px auto;}
	.f-btm .site-logo {margin: 0 0 20px;}
	.f-btm .flex {gap: 5px;}

	#banner-inner {height: 190px;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {flex-flow: column!important;}
	.fbreak2 > * {width: 100%!important;}

	.entry-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child {font-size: 32px;}

	#header {padding: 20px;}

	#banner-home {height: 325px;}
	.bh-over {font-size: 20px; padding: 0 20px;}
	.bh-over h1, .bh-over h2 {font-size: 36px; margin: 0 0 20px;}

	#intro .flex:first-child > div:has(img:only-child) {padding-top: 192px; width: 45%!important;}
	#intro h1 {white-space: nowrap;}

	.sect-more:has(a:nth-child(2)) {flex-flow: column;}
}
@media screen and (max-width : 425px){
	.fbreak3 {flex-flow: column!important;}
	.fbreak3 > * {width: 100%!important;}

	.head1 {font-size: 32px;}

	.h-block {flex-flow: column-reverse; gap: 20px;}
	#header .h-cont {text-align: center;}

	.bh-over {font-size: 18px;}
	.bh-over h1, .bh-over h2 {font-size: 32px;}
	.bh-over a.btn {font-size: 14px;}

	#prods {padding: 50px 5px;}
	#prods:after {width: 55vw;}
	.prods.flex {gap: 0;}

	.servs.flex {flex-flow: column;}
	.servs.flex > div {width: 100%;}

	#banner-inner {height: 150px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}

/* Hide editor on home page */
form#post:has(input#post_ID[value="10"]) #post-body-content {display: none;}