/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
    font-family: 'Bobby Jones Condensed';
    src: url('/wp-content/themes/generatepress_child/fonts/BobbyJones-Condensed.woff2') format('woff2'),
        url('/wp-content/themes/generatepress_child/fonts/BobbyJones-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
	margin:0;
	padding:0;
}
html {
  scroll-behavior: smooth;
}
body {
  padding-top: 98px;
	scroll-behavior: smooth;
}
a{
	transition: all .3s ease-in !important;
  -webkit-transition: all .3s ease-in !important;
  -moz-transition: all .3s ease-in !important;
}
.site-header {
  position: fixed;
  top: 0;
  z-index:10;
  left: 0;
  width: 100%;
}
.site-logo {
  max-width: 100%;
  position: absolute;
  top:16px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-navigation .main-nav ul li a {
  line-height: 28px;
}
.main-navigation .menu-bar-items{
	display: none;	
}
.main-navigation li:nth-child(2) {
  margin-right: 152px;
}
.main-navigation .main-nav > ul {
  column-gap: 84px;
}
#primary-menu {
  margin: 0 auto;
}
.nav-float-right #site-navigation {
  margin-left: auto;
  width: 100%; 
}
.btn{
		position:relative;
	background: none !important;
	padding: 0!important;
}
.btn span {
  background: #fff !important;
  color: #005f2c;
  letter-spacing: 0px;
  padding: 16px 24px 12px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-size: 24px;
  border-radius: 16px;
  line-height: 100%;
  transition: transform .1s cubic-bezier(.215,.61,.355,1);
}
.btn-green.btn span{
	background: #a5cf51 !important;
}
.btn span:hover {
  transform: matrix(1, 0, 0, 1, 6, 6);
}
.btn::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  background-color:rgb(44, 89, 62);
  border-width: 1px;
  border-color:rgb(44, 89, 62);
  z-index: 0;
}
ul.is-style-logos-only{
	margin-bottom:4px;
}
ul.wp-block-social-links li:nth-child(1) svg{
	width: 29px;
}
ul.wp-block-social-links li:nth-child(2) svg{
	width: 32px;
}
ul.wp-block-social-links li:nth-child(3) svg{
	width: 24px;
}
.scrolling-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  
}

.scrolling-content {
  display: inline-flex;
  gap: 15px;
  animation: scroll 60s linear infinite;
}
.scrolling--image {
  display: inline-flex;
  gap: 24px;
  animation: scroll 60s linear infinite;
}




@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Pause on hover */
.scrolling-wrapper:hover .scrolling-content, .scrolling-wrapper:hover .scrolling--image {
  animation-play-state: paused;
}
.scrolling-content h2 strong{
	color:#A5CF51;
	line-height:1;
	font-weight:400;
}
.scrolling-content h2{
	line-height:1;
}
.press-logo .wp-block-column {
  margin: 0 auto;
  text-align: center;
}
.btn-icon{
		position:relative;
	background: none !important;
	padding: 0!important;
}
.btn-icon span {
  background: #F0F6FB !important;
  color: #1D3B88;
  letter-spacing: 0px;
  padding:0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-size: 24px;
  border-radius: 16px;
  line-height: 100%;
  transition: transform .1s cubic-bezier(.215,.61,.355,1);
	    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-icon span svg{
	width:48px!important;
	height:48px!important;
}
.btn-icon span:hover {
  transform: matrix(1, 0, 0, 1, 6, 6);
}
.btn-icon::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  background-color:#87BAE5;
  border-width: 1px;
  border-color:#87BAE5;
  z-index: 0;
}
.scrolling--image img{
	margin-top:44px;
}

.scrolling--image img:nth-child(2n){
	margin-bottom:44px;
	margin-top:0;
}
.font-b-J-condensed strong{
	font-family: 'Bobby Jones Condensed'!important;	
	font-weight: normal!important;	
}
.copyright-menu ul{
    display: flex;
    column-gap: 48px;
}
.site-footer .wp-block-navigation__container li a:hover {
  color: #fff !important;
}
input::placeholder{
	color: #005F2C;
	 font-size: 18px;
  opacity: 1;
}
.footer_news{
    position: relative;
    max-width: 468px;
}
input[type="email"]{
  height: 45px;
  border-radius: 8px;
  max-width: 100%;
	width: 100%;
  font-size: 18px;
  color: #005F2C!important;
}
input[type="email"]:autofill {
  color: #005F2C!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;

}
input[type="submit"], input[type="submit"]:hover {
    height: 52px;
    font-size: 24px;
    padding: 16px 24px;
    border-radius: 8px;
    margin-left: 0;
    line-height: 0;
    background: #fff;
	font-family: var(--gp-font--bobby-jones);
    position: static;
    right: 0;
    top: 0;
    color: #005f2c;
    margin-top: 32px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	border:none;
	}
.main-navigation .main-nav ul ul li a {
  line-height: 28px;
  font-size: 20px;
  text-align: center;
}
.main-navigation .main-nav ul ul li a {
  padding: 8px 0;
}
.main-navigation ul ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.main-navigation ul ul li:first-child{
	border-top: 1px solid #fff;
}
.main-navigation ul ul{
	width:172px;
  border-radius: 0 0 12px 12px;
  padding: 20px 20px;
	left: -26px!important;
	box-shadow: none;
}
.menu-item-has-children .dropdown-menu-toggle, .comments-area, .inside-article footer.entry-meta{
    display: none;
}
.page-header, .sidebar .widget, .site-main>* {
    margin-bottom: 0;
}
.featured_image_show::after{
	content: "";
}
.featured_image_show::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    height: 100%;
    width: 100%;
    background-color: rgb(44, 89, 62);
    z-index: 0;
}
.Blackcurrant_boxshadow .featured_image_show::after{
	background-color: #3c254a;
}
.Raspberry_boxshadow .featured_image_show::after{
	background-color: #830f40;
}
.Strawberry_boxshadow .featured_image_show::after{
	background-color: #a0001d;
}
/*.featured_image_show a{
	transition: transform .1s cubic-bezier(.215, .61, .355, 1);
}
.featured_image_show a:hover {
    transform: matrix(1, 0, 0, 1, 6, 6);
}*/
@media screen and (min-width:1299px) {
.width-1450{
	align-items:flex-start!important;
}
}	
@media screen and (max-width:1349px) {
.scrroll-right-60{
	right:60px!important;
}
.babal-pink-three{
	left:130px!important;	
	top: -112px!important;	
}	
.boy-left{
	bottom: -83px!important;
}	
}	
@media screen and (max-width:1120px){
.boy-left{
	max-width:30%!important;
}
}

@media screen and (max-width:991px){
.boy-left{
	max-width:30%!important;
}
.main-navigation .main-nav > ul {
    column-gap: 35px!important;
}	
}
@media screen and (max-width:767px){
body {
    padding-top: 58px;
}
.site-header .inside-header{
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}	
.site-logo {
    top: 6px;
}	
.main-navigation.offside{
    padding: 0 30px;
}	
.site-header .header-image{
    width: 110px;
}	
.boy-left {
    bottom: -43px !important;
}	
.babal-pink-three{
	left: 30px !important;
	top: -82px !important;
}	
.scrroll-right-60{
	right: 20px !important;
	top: 80px !important;
}	
.btn-icon span{
    width: 52px;
    height: 52px;
}	
.btn-icon span svg {
    width: 28px !important;
    height: 28px !important;
}	
.copyright-menu ul {
    display: flex;
    column-gap: 10px;
}	
.main-navigation li:nth-child(2) {
  margin-right: 0;
}	
.menu-item-has-children .dropdown-menu-toggle{
  display: block;
}	
}	

.error404.separate-containers .site-main {
	margin:0;
}
.error404 .site-content .content-area, .error404  .grid-container{
	width:100%;
	max-width:100%;
}

.green-text a{
	color:#005f2c;
}

/* =========== contact-form ================= */
.contact-form .form-group input, .contact-form .form-group textarea{
	width:100%;
	padding:10px 16px;
	border-radius: 8px;
}
.form-group{
	margin-bottom:20px;
}
.form-check .wpcf7-list-item{
	margin:0;
}
.form-check .wpcf7-list-item label{
    display: flex;
    margin: 0;
	color:#005F2C;
	font-size:18px;
}

.form-check input[type="checkbox"] {
    margin-right: 8px;
	width: 21px;
    height: 21px;
    border: none !important;
    background-color: #fff;
	display:none;
    box-shadow: none;
}

.form-check .wpcf7-list-item-label {
    display: inline;
}

.contact-form .btn {
    display: inline-flex;
    align-items: center;
	margin-top: 40px;
}
.wpcf7 form.sent .wpcf7-response-output{
	 background-color: #005f2c;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
	position: relative;
    z-index: 9;
}
.wpcf7 form.invalid .wpcf7-response-output{
	    background-color: red;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
	position: relative;
    z-index: 9;
}
.form-check.custom-checkbox {
  position: absolute;
	width:101%;
}

.form-control::placeholder, .form-control {
    color: #005f2c !important;
}
.form-control::-webkit-input-placeholder {
    color: #005f2c !important;
}
.form-control:-ms-input-placeholder {
    color: #005f2c !important;
}
.form-control::-ms-input-placeholder {
    color: #005f2c !important;
}

@media screen and (max-width:767px){
	.form-check.custom-checkbox {
  position: static;
}
	.form-check .wpcf7-list-item label {
		font-size:18px;
	}
.contact-form .btn {
 	margin-top:20px;
}	
	#flakes {
    scroll-margin-top: 100px;
}
}
.footer_news .btn{
	display: inline-flex;
  margin-top: 32px;
}

.custom-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  top: 1px;
}
.form-check .wpcf7-list-item-label {
  display: inline;
  padding-left: 27px;
	cursor: pointer;
  position: relative;
}
.custom-checkbox .wpcf7-list-item-label::after {
  background: url(https://fruitbowl1stg.wpenginepowered.com/wp-content/uploads/2026/03/checkmark.svg) no-repeat center center;
  width: 13px;
  height: 9px;
  position: absolute;
  left: 4px;
  top: 7px;
  opacity: 0;
}	
.custom-checkbox input:checked ~ .wpcf7-list-item-label::after{
	opacity:1;
}

.slideout-navigation .menu-item-has-children .dropdown-menu-toggle, .gp-icon, .gp-icon svg{
	outline:0;
}


