/*
Theme Name: Client Child Theme
Theme URI: http://solve4xstudio.com
Version: 1.1
Description: Client Custom Theme - Child theme
Author: Solve4x Brand and Code
Author URI: http://solve4xstudio.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.headerpart, .footerpart {
    display: none !important;
}
.headerpart, .footerpart {
    text-align: center;
    width: 100%;
}
.pp-menu-overlay .headerpart {
    display: inline-block !important;
	color: white;
}
.pp-menu-overlay .footerpart {
    display: inline-block !important;
	color: white;
}
.photoplaceholder .fl-photo-content{
	opacity: 0;
}
.inlinecolumn .fl-col-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    text-align: right !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.inlinemenu {
    width: auto !important;
}
.mobonly{
	display: none !important;
}
.uabb-menu-overlay .mobonly {
    display: inline-block !important;
}
.uabb-menu-overlay .menu-item .menu-item-text {
    font-size: 20px !important;
}
.uabb-menu-overlay .sub-menu .menu-item .menu-item-text {
    font-size: 18px !important;
}
.uabb-menu-overlay .sub-menu .menu-item a {
        padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}
.uabb-creative-menu .uabb-menu-overlay > ul.menu {
    text-align: center;
    position: relative;
    top: 30px;
    width: 40%;
    height: auto;
    margin: 0 auto;
    -webkit-transform: unset;
    transform: unset;
}
span.uabb-menu-toggle {
    float: none !important;
}
img.sitelogo {
    max-width: 200px !important;
    max-height: 70px !important;
}
h1.sitetitle {
    margin: 0px !important;
	color: white;
}
p {
    margin: 0 0 30px;
}
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fl-module.boxedarrow .fl-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 !important;
    border: 1px solid #231f20 !important;
    background: transparent !important;
    line-height: 1;
    overflow: hidden;
}
.fl-module.boxedarrow .fl-button .fl-button-text {
	white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 7px;
    color: #231f20;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.fl-module.boxedarrow .fl-button:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;      /* full height of the box */
    aspect-ratio: 1;          /* keeps the green block square */
    background-color: #42A72A;
    background-image:
        url(/wp-content/themes/bb-theme-child/includes/images/buttonarrow.webp),
        url(/wp-content/themes/bb-theme-child/includes/images/buttonarrow.webp);
    background-size: 60%, 60%;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%, -200% 300%;
    -webkit-transition: background-position .35s cubic-bezier(.65, 0, .35, 1);
    transition: background-position .35s cubic-bezier(.65, 0, .35, 1);
}
.fl-module.boxedarrow .fl-button:hover:after,
.fl-module.boxedarrow .fl-button:focus-visible:after {
    background-position: 300% -200%, 50% 50%;
}
.fl-module.boxedarrow .fl-button {
    padding: 6px !important;
}
.fl-module.boxedarrow .fl-button:after { 
	-webkit-box-flex: 0; 
	    -ms-flex: 0 0 30px; 
    flex: 0 0 30px;
    min-width: 30px; 
	-ms-flex-item-align: stretch; 
	align-self: stretch; 
}
.fl-module.boxedarrow .fl-button:after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #42A72A;
    background-image:
        linear-gradient(45deg,
            rgba(255,255,255,0) 42%,
            rgba(255,255,255,.55) 50%,
            rgba(255,255,255,0) 58%),
        url(/wp-content/themes/bb-theme-child/includes/images/buttonarrow.webp),
        url(/wp-content/themes/bb-theme-child/includes/images/buttonarrow.webp);
    background-size: 250% 250%, 60%, 60%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0% 100%, 50% 50%, -200% 300%;

    -webkit-transition: background-position .6s cubic-bezier(.65, 0, .35, 1);

    transition: background-position .6s cubic-bezier(.65, 0, .35, 1);
}

.fl-module.boxedarrow .fl-button:hover:after,
.fl-module.boxedarrow .fl-button:focus-visible:after {
    background-position: 100% 0%, 300% -200%, 50% 50%;
}

.backgroundangleleft span.fl-heading-text {

    padding: 5px 10px;
}
.backgroundangleleft span.fl-heading-text {
    display: inline-block;
    background: #F5F2EF;
    padding: 20px 40px 20px 80px;
    -webkit-clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
}
.tabssection button:focus {
    outline: 0px !important;
}
.tabssection button:hover {
    color: #42A72A  !important;
}
.angle-col > .fl-col-content,
.angle-col-b > .fl-col-content{
  --angle: 60px;
}
.angle-col > .fl-col-content{
  background: #009639;
  position: relative;
  z-index: 2;
  width: calc(100% + var(--angle));
  margin-right: calc(var(--angle) * -1);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle)) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--angle)) 100%, 0 100%);
}

.angle-col > .fl-col-content > .fl-module{
  padding-right: var(--angle);
}

/* light green — extend left so it sits behind the wedge */
.angle-col-b > .fl-col-content{
  background: #a4d233;
  position: relative;
  z-index: 1;
  width: calc(100% + var(--angle));
  margin-left: calc(var(--angle) * -1);
  padding-left: calc(var(--angle) + 20px);
}

@media (max-width: 768px){
  .angle-col > .fl-col-content{
    width: 100%;
    margin-right: 0;
    -webkit-clip-path: none;
    clip-path: none;
  }
  .angle-col > .fl-col-content > .fl-module{ padding-right: 0; }
  .angle-col-b > .fl-col-content{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

.fl-module.greenbutton .fl-button{
  position: relative;
  overflow: hidden;
}

.fl-module.greenbutton .fl-button::before{
  content: '';
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: 0;
  width: 45%;
  background: linear-gradient(225deg,
      rgba(255,255,255,0)   40%,
      rgba(255,255,255,.45) 50%,
      rgba(255,255,255,0)   60%);
  -webkit-transform: translateX(320%) skewX(-15deg);
  transform: translateX(320%) skewX(-15deg);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.65,0,.35,1);
  transition: -webkit-transform .6s cubic-bezier(.65,0,.35,1);
  transition: -webkit-transform .8s cubic-bezier(.65,0,.35,1);
  transition: transform .8s cubic-bezier(.65,0,.35,1);
  transition: transform .8s cubic-bezier(.65,0,.35,1), -webkit-transform .8s cubic-bezier(.65,0,.35,1);
  transition: transform .8s cubic-bezier(.65,0,.35,1), -webkit-transform .6s cubic-bezier(.65,0,.35,1);
  pointer-events: none;
  z-index: 0;
}

.fl-module.greenbutton .fl-button:hover::before,
.fl-module.greenbutton .fl-button:focus-visible::before{
  -webkit-transform: translateX(-120%) skewX(-15deg);
  transform: translateX(-120%) skewX(-15deg);
}

.fl-module.greenbutton .fl-button .fl-button-text{
  position: relative;
  z-index: 1;
}
.buttonbottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.buttonbottomwrapper .fl-col-content {
    position: relative;
}
.fl-module.greenbutton .fl-button,
.gform_wrapper .gform_footer button[type="submit"] {
  position: relative;
  overflow: hidden;
}

.fl-module.greenbutton .fl-button::before,
.gform_wrapper .gform_footer button[type="submit"]::before {
  content: '';
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: 0;
  width: 45%;
  background: linear-gradient(225deg,
      rgba(255,255,255,0)   40%,
      rgba(255,255,255,.45) 50%,
      rgba(255,255,255,0)   60%);
  -webkit-transform: translateX(320%) skewX(-15deg);
  transform: translateX(320%) skewX(-15deg);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.65,0,.35,1);
  transition: -webkit-transform .8s cubic-bezier(.65,0,.35,1);
  transition: transform .8s cubic-bezier(.65,0,.35,1);
  transition: transform .8s cubic-bezier(.65,0,.35,1), -webkit-transform .8s cubic-bezier(.65,0,.35,1);
  pointer-events: none;
  z-index: 0;
}

.fl-module.greenbutton .fl-button:hover::before,
.fl-module.greenbutton .fl-button:focus-visible::before,
.gform_wrapper .gform_footer button[type="submit"]:hover::before,
.gform_wrapper .gform_footer button[type="submit"]:focus-visible::before {
  -webkit-transform: translateX(-120%) skewX(-15deg);
  transform: translateX(-120%) skewX(-15deg);
}

.fl-module.greenbutton .fl-button .fl-button-text,
.gform_wrapper .gform_footer button[type="submit"] span {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .fl-module.greenbutton .fl-button::before,
  .gform_wrapper .gform_footer button[type="submit"]::before {
    -webkit-transition: none;
    transition: none;
  }
}
span.cart-counter {
    font-size: 15px !important;
}
.gravity-theme .gform-datepicker-calendar table.calendar td {
    font-size: 17px !important;
}
.facetwp-bb-module {
	--facet-ink: #241c19;        /* text + icon colour */
	--facet-rule: #241c19;       /* underline colour */
	--facet-rule-idle: 0.35;     /* underline opacity when not focused */
	--facet-h: 2.6rem;           /* control height */
}
.facetwp-facet .facetwp-search,
.facetwp-facet .facetwp-dropdown {
	width: 100%;
	height: var(--facet-h);
	margin: 0;
	padding: 0 1.75rem 0 0;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--facet-ink);
	font-family: inherit;
	font-size: 18px;
	line-height: var(--facet-h);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.facetwp-facet .facetwp-input-wrap,
.facetwp-facet.facetwp-type-dropdown {
	position: relative;
	display: block;
	width: 100%;
}
.facetwp-facet .facetwp-input-wrap::after,
.facetwp-facet.facetwp-type-dropdown::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: var(--facet-rule);
	opacity: var(--facet-rule-idle);
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.facetwp-facet .facetwp-input-wrap:focus-within::after,
.facetwp-facet.facetwp-type-dropdown:focus-within::after {
	opacity: 1;
}
.facetwp-facet .facetwp-search:focus,
.facetwp-facet .facetwp-dropdown:focus {
	outline: 0;
}
.facetwp-facet .facetwp-dropdown:focus-visible {
	outline: 2px solid var(--facet-ink);
	outline-offset: 4px;
}
.facetwp-facet .facetwp-search::-webkit-input-placeholder {
	color: var(--facet-ink);
	opacity: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.facetwp-facet .facetwp-search:-ms-input-placeholder {
	color: var(--facet-ink);
	opacity: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
 
.facetwp-facet .facetwp-search::placeholder {
	color: var(--facet-ink);
	opacity: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.facetwp-facet .facetwp-icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
    color: #000;
    opacity: 1;
}
 .facetwp-facet .facetwp-search:focus-visible, .facetwp-facet .facetwp-dropdown:focus-visible {
    outline: 0px solid var(--facet-ink);
    outline-offset: 4px;
}
.facetwp-facet .facetwp-icon::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--facet-ink);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='M15.5 15.5 21 21'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='M15.5 15.5 21 21'/%3E%3C/svg%3E") no-repeat center / contain;
	opacity: 1;
}
 
/* Clear state — FacetWP swaps in f-reset once there's a value. */
.facetwp-facet .facetwp-icon.f-reset::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}
 
/* Loading state — FacetWP's default spinner is a background GIF, which
   the mask above would hide. Draw our own instead. */
.facetwp-facet .facetwp-icon.f-loading::before {
	-webkit-mask: none;
	mask: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	border: 1.5px solid var(--facet-ink);
	border-top-color: transparent;
	border-radius: 50%;
	-webkit-animation: facet-spin 0.7s linear infinite;
	animation: facet-spin 0.7s linear infinite;
}
 
@-webkit-keyframes facet-spin {
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
 
@keyframes facet-spin {
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
 
@media (prefers-reduced-motion: reduce) {
	.facetwp-facet .facetwp-icon.f-loading::before {
		-webkit-animation-duration: 2s;
		animation-duration: 2s;
	}
}
.facetwp-facet .facetwp-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.facetwp-facet .facetwp-dropdown:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--facet-ink);
}
 
.facetwp-facet.facetwp-type-dropdown::before {
	content: '';
	position: absolute;
	top: calc(var(--facet-h) / 2);
	right: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: var(--facet-ink);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat center / contain;
	pointer-events: none;
	z-index: 1;
}
.facetwp-facet .facetwp-dropdown option {
	color: var(--facet-ink);
	letter-spacing: normal;
	text-transform: none;
}
.facet-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.facet-row > .facetwp-bb-module {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 14rem;
	flex: 1 1 14rem;
	min-width: 0;
}
.facetwp-facet {
	margin-bottom: 0;
}
.woopack-product-action.woopack-qty-custom a {
    background: white !important;
    color: #27120A !important;
    text-transform: none !important;
    padding: 8px 15px;
}
.woopack-product-action.woopack-qty-custom a:hover {
    color:  white !important;
    background: #27120A !important;
}
.woopack-product-action.woopack-qty-custom {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.uppercontover .fl-row-content {
    z-index: 10;
    position: relative;
}
.slashright > .innerslash {
  --slash: 100px;
  position: relative;
  display: inline-block;
  background: #f5f2ef;
z-index: 10;
    padding: 17px 17px 17px 0px;
}

.slashright > .innerslash::after {
  content: '';
  position: absolute;
  top: 0;
    left: calc(100% - 1px);
  width: var(--slash);
  height: 100%;
  background: inherit;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.leftcontent {
    background: #f5f2ef;
    z-index: 10;
    padding: 20px;
}
.leftcont{
        z-index: 10;
}
.uppermenu > .fl-row-content-wrap {
        background-color: #27120A !important;
}

.fl-theme-builder-header-scrolled #frosted > .fl-row-content-wrap {
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    background-color: rgba(245, 242, 239, .40) !important;

}
.fl-theme-builder-header-scrolled #frosted .fl-col-content {
            border-bottom-width: 0px !important;
}
.mainnav .menu-item a{
    position: relative;
}

.mainnav .sub-menu .menu-item a:before {
    height: 0px;
}
.mainnav .menu .menu-item a {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.mainnav .menu .sub-menu .menu-item a {
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


@media (max-width: 1200px) {
    .mainnav .menu .menu-item a {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
}
}



.mainnav .menu-item a:before {
      --split: 50%;
    content: '';
    position: ABSOLUTE;
    top: -11px;
    left: 0px;
    width: 100%;
    background: -webkit-gradient(
    linear,
    left top, right top,
    color-stop(0, #16913C),
    to(#C2E03C)
  );
    background: linear-gradient(
    to right,
    #16913C 0 var(--split),
    #C2E03C var(--split) 100%
  );
    height: 3px;
    opacity: 0;
}
.mainnav .menu-item.current-menu-parent a:before, .mainnav .menu-item.current-menu-item a:before {
        opacity: 1;
}
.mainnav .menu-item:hover a:before{
    opacity: 1;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease;
}
.lowerfly {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index:1;
}
.upperfooter{
        z-index:2;
    position:relative;
}
footer{
    overflow: hidden;
}

.sunsweep {
	--sun-y: 35%;            /* height of the glow, as % of the image */
	--sun-size: 85%;         /* horizontal spread — tighter reads stronger */
	--sun-strength: 0.25;    /* peak intensity */
	--sun-warm: 249, 253, 158;   /* core colour */
	--sun-duration: 14s;     /* full cycle, including the pause */
}
 
.sunsweep .fl-photo-content,
.sunsweep.fl-row > .fl-row-content-wrap {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}
 
/* Collapses the inline descender gap so the clip box matches the image
   exactly — otherwise the glow crosses bare background at the edges. */
.sunsweep .fl-photo-content {
	display: block;
	line-height: 0;
	font-size: 0;
}
 
.sunsweep .fl-photo-content img {
	display: block;
	width: 100%;
}
 
.sunsweep .fl-photo-content::after,
.sunsweep.fl-row > .fl-row-content-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: var(--sun-size);
	background:
		/* core — the sun itself */
		radial-gradient(ellipse 20% 55% at 50% var(--sun-y),
			rgba(var(--sun-warm), var(--sun-strength)) 0%,
			rgba(var(--sun-warm), calc(var(--sun-strength) * 0.5)) 40%,
			rgba(var(--sun-warm), 0) 72%),
		/* bloom — tall enough to span sky and field, so the effect never
		   terminates at the horizon and draw a visible edge */
		radial-gradient(ellipse 62% 190% at 50% var(--sun-y),
			rgba(var(--sun-warm), calc(var(--sun-strength) * 0.6)) 0%,
			rgba(var(--sun-warm), calc(var(--sun-strength) * 0.22)) 45%,
			rgba(var(--sun-warm), 0) 80%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	will-change: transform;
	/* screen, not soft-light: soft-light acts hardest on light tones, so
	   it lifts a pale sky to cream while barely touching dark foliage —
	   which makes the horizon read as a hard line. screen is biased the
	   other way and spreads the light evenly across both. */
	mix-blend-mode: screen;
	pointer-events: none;
	z-index: 1;
	-webkit-animation: sun-sweep var(--sun-duration) linear infinite;
	animation: sun-sweep var(--sun-duration) linear infinite;
}
 
/* The travel occupies the first 65% of the cycle; the rest is the pause
   before it comes round again.
 
   transform, not background-position: percentage background-position is
   computed against (container width - background width), so it does not
   travel proportionally and the glow never fully clears the frame — it
   stops while still visible, then snaps back. transform percentages are
   relative to the element's own width, so -110% is reliably off the left
   edge and 240% is reliably past the right. */
@-webkit-keyframes sun-sweep {
	0% {
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%);
	}
	65%, 100% {
		-webkit-transform: translateX(240%);
		transform: translateX(240%);
	}
}
@keyframes sun-sweep {
	0% {
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%);
	}
	65%, 100% {
		-webkit-transform: translateX(240%);
		transform: translateX(240%);
	}
}
 
@media (prefers-reduced-motion: reduce) {
	.sunsweep .fl-photo-content::after,
	.sunsweep.fl-row > .fl-row-content-wrap::after {
		-webkit-animation: none;
		animation: none;
		opacity: 0;
	}
}
 .boxedarrow a.fl-button span {
    background: none !important;
     margin-right: 2px;
	     transition: background 0.3s ease, color 0.3s ease;
}
 .boxedarrow a.fl-button:hover span {
    background: #27120A !important;
    margin-right: 2px;
	 color: white !important;
}

@media (max-width: 767px) {
    .fl-module.boxedarrow .fl-button {
        width: auto !important;
        max-width: none !important;
    }
}
.hamburger-menu rect {
    height: 6px;
}
.drone-hover { position: relative; display: inline-block; width: 100%; max-width: 646px; }
.drone-hover__stack { position: relative; }

.drone-hover__img,
.drone-hover__rotors {
    animation: dr-bob 4.1s ease-in-out infinite,
               dr-tilt 9.7s ease-in-out infinite;
}

.drone-hover__img { display: block; width: 100%; position: relative; z-index: 2; will-change: transform; }

.drone-hover__rotors {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    z-index: 1; pointer-events: none;
}

.drone-hover__sway { animation: dr-sway 7.3s ease-in-out infinite; }

.drone-hover__shadow {
    position: absolute;
    left: 50%; bottom: 4%;
    width: 32%; height: 14px;
    margin-left: -16%;
    border-radius: 50%;
    background: #231f20;
    filter: blur(9px);
    opacity: .13;
    animation: dr-shadow 4.1s ease-in-out infinite;
}

.r  { animation: rotor-flick .42s steps(2, jump-none) infinite; }
.rb { opacity: .7; }
.r:nth-of-type(2) { animation-delay: -.11s; }
.r:nth-of-type(3) { animation-delay: -.19s; }
.r:nth-of-type(4) { animation-delay: -.31s; }

@keyframes rotor-flick { 0%,100% { opacity: .8 } 50% { opacity: 1 } }
@keyframes dr-sway   { 0%,100% { transform: translateX(-3px) } 50% { transform: translateX(3px) } }
@keyframes dr-bob    { 0%,100% { transform: translateY(-4px) } 50% { transform: translateY(4px) } }
@keyframes dr-tilt   { 0%,100% { rotate: -.5deg } 50% { rotate: .5deg } }
@keyframes dr-shadow { 0%,100% { transform: scale(.96); opacity: .11 } 50% { transform: scale(1.04); opacity: .17 } }

@media (prefers-reduced-motion: reduce) {
    .drone-hover__sway, .drone-hover__img,
    .drone-hover__rotors, .drone-hover__shadow, .r { animation: none; }
}
.pp-feed-item-inner img {
    object-fit: cover !important;
    display: block;
    width: 100%;
    height: 100%;
}