/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html, body {
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    background: #FFf;
}

body a, .grid_1, plan_1, plan_1.one, plan_1.two, i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

@font-face {
    font-family: 'PoiretOne-Regular';
    src: url(../fonts/PoiretOne-Regular.ttf)format('truetype');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway-Regular.ttf)format('truetype');
}

a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"], li.parallelogram {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'PoiretOne-Regular';
    font-weight: 400;
}

p {
    margin: 0;
    font-family: 'Raleway-Regular';
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

/* --- GLOBAL HEADER STYLES --- */
.header-top {
    background-color: transparent !important; /* From new rules */
}

/* Specific green background for the inner container in the header */
.header-top .container {
    background-color: #4E6734 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    
    /* Flexbox for centering logo and header-right horizontally at larger screens */
    display: flex !important;
    align-items: center !important; /* Vertically centers children */
    justify-content: space-between !important; /* Pushes logo left, menu right */
}

.logo {
    float: none !important; /* Removed float */
    background-color: transparent;
    padding: 0em 0em; /* Original padding */
    flex-shrink: 0 !important; /* Prevents logo from shrinking in flex container */
}

.logo a {
    display: block;
}

.logo a h1 {
    font-weight: 300;
    font-size: 4em;
    color: #404359;
    text-align: center;
}

.logo a:hover {
    text-decoration: none;
}

#imgLogo {
    margin: 0 auto 0 auto;
}

/* --- HEADER RIGHT (MAIN NAV CONTAINER) GLOBAL STYLES --- */
.header-right {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    position: relative !important;
    height: auto !important;
    padding: 1em 1em !important;
    text-align: right !important;
}

.top-icons {
    float: right;
    margin-top: 20px;
}

/* --- TOP NAV (MENU LIST CONTAINER) GLOBAL STYLES --- */
.top-nav {
    margin: 0;
    padding: 0;
    position: static !important; /* Ensure no absolute positioning */
    bottom: auto !important;
    left: auto !important;
    width: auto !important; /* Auto width for flex-item child */
    float: none !important; /* Remove float */
    text-align: inherit !important; /* Inherit text alignment from header-right */
}

.top-nav ul {
    margin: 0;
    padding: 0 !important; /* Corrected unitless padding */
}

.top-nav ul li {
    display: block !important; /* Ensures each menu item is on its own line */
    margin-right: 0 !important; /* Removes horizontal spacing */
    color: #D6D6D6;
    font-size: large;
}

.top-nav ul li a {
    padding: 0;
    display: inline-block; /* Original display for internal menu link */
    font-weight: 400;
    font-size: 1em;
    text-decoration: none;
    color: #D29632;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.top-nav ul li.active a span {
    background: #e74c3c;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.top-nav ul li a:hover, .top-nav ul li.active a {
    color: #FFFFFF;
}

/* --- OTHER GLOBAL STYLES --- */
.f-icons li {
    display: inline-block;
    margin-left: 0px;
    list-style: none;
}

.f-icons {
    float: left;
    width: 42%;
}

ul.icons {
    margin-top: 0.5em;
    float: left;
    margin-left: 0.5em;
}

.f-icons ul li a.facebook, .f-icons ul li a.p, .f-icons ul li a.twitter {
    background: url(../images/icons.png) no-repeat -9px 0px;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.f-icons ul li a.p {
    background: url(../images/icons.png) no-repeat -39px 0px;
}

.f-icons ul li a.twitter {
    background: url(../images/icons.png) no-repeat -69px 0px;
}

.f-icons h6 {
    float: left;
    font-size: 0.9em;
    color: #fff;
    margin-top: 1.1em;
}

p.location, p.mail, p.phone {
    float: left;
    color: #fff;
    font-size: 0.95em;
    margin-top: 0.9em;
}

p.location i, p.mail i, p.phone i {
    color: #fff;
}

p.mail a {
    color: #fff;
    font-size: 1em;
    margin: 0 0.5em;
}

i.glyphicon.glyphicon-map-marker {
    margin: 2px 3px;
}

.search {
    position: relative;
    border-bottom: 1px solid #676979;
    float: right;
    width: 20%;
}

.search input[type="text"] {
    outline: none;
    padding: 8px 0px 8px 12px;
    background: none;
    width: 100%;
    border: none;
    font-size: 0.9em;
    color: #838E9C;
}

.search input[type="submit"] {
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    top: 10px;
    left: 0px;
    background: url(../images/search.png)no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    padding: 0;
}

/* --- Slider Styles --- */
#slider3, #slider2, #slider4 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: none !important; /* Removed float */
    width: 80% !important; /* Kept width */
    margin: 0 auto !important; /* Centered */
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    left: 0;
    top: 0;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
    margin: 0 auto 0 auto;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 32%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 82px;
    width: 29px;
    background: transparent url("../images/arrows.png") no-repeat left top;
    margin-top: 1%;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0px;
}

.callbacks2_nav:active {
    opacity: 1.0;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0px;
}

#slider3-pager a, #slider2-pager a, #slider4-pager a {
    display: inline-block;
}

#slider3-pager span, #slider2-pager span, #slider4-pager span {
    float: left;
}

#slider3-pager span, #slider2-pager span, #slider4-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a, #slider2-pager .rslides_here a, #slider4-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a, #slider2-pager a, #slider4-pager a {
    padding: 0;
}

#slider3-pager li, #slider4-pager li, #slider2-pager li, { /* Trailing comma removed */
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
    /* Removed: alignment-baseline: middle; (Invalid CSS) */
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 80.5%;
    z-index: 999;
    left: 43%;
    padding: 0em 0.6em 1em 0.3em;
    margin: 0;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 .5em;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    width: 44px;
    height: 6px;
    display: inline-block;
    background: #404359;
    border: none;
}

.callbacks_here a:after {
    background: #404359;
}

.banner-info {
    position: relative;
    top: 43%;
    z-index: 999;
    left: 36%;
    text-align: center;
}

.banner-info h3 {
    font-size: 4em;
    font-weight: 400;
    color: #fff;
}

/*--about--*/
.about {
    padding: 5em 0;
    text-align: center;
}

.about-bottom {
    margin-top: 1%;
    text-align: center;
}

.about-top {
    text-align: center;
}

.about-bottom p {
    line-height: 1.9em;
    color: #777;
    font-size: 1.2em;
}

.about-bottom p:nth-child(2) {
    width: 90%;
    margin: 1% auto 0;
}

.about-btm {
    margin-top: 4%;
}

.about-left {
    text-align: right;
}

.about-right {
    text-align: left;
}

.about-btm img {
	height: auto !important;
    width: 100%;
}

#about h2 {
    font-size: 3.5em;
    color: #404359;
}

/*--services--*/
.services {
    background-color: #FFFFFF;
    padding: 5em 0;
}

.serve-text p {
    line-height: 1.9em;
    color: #777;
    font-size: 0.9em;
}

.icon i {
    color: #404359;
    font-size: 3em;
    margin-top: 0.2em;
}

.s-sub {
    margin-bottom: 1em;
}

.serve-top {
    background-color: #fff;
    padding: 3em;
}

/*--fishes--*/
.fishes {
    padding: 5em 0;
}

h3.tittle {
    font-size: 3.5em;
    text-align: center;
    margin-bottom: 1em;
    color: #404359;
}

.grid {
    position: relative;
}

.caption {
    display: none;
}

.caption {
    background-color: #1F1E23;
    padding: 1.2em 1em;
    bottom: 0px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -o-translate3d(0,100%,0);
    -moz-translate3d(0,100%,0);
}

.icon-links a i {
    margin-right: 10px;
    color: #fff;
}

/* Common style */
.l-grids h4 {
    font-size: 1.9em;
    font-weight: 400;
    color: #fff;
}

.l-grids figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.l-grids figure img {
    position: relative;
    display: block;
}

.l-grids figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.l-grids figure figcaption::before,
.l-grids figure figcaption::after {
    pointer-events: none;
}

.l-grids figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background-color: #EF7498;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h4 {
    padding-top: 16%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    font-size: 0.85em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.l-grids {
    padding: 0 0.3em;
    margin-bottom: 0.5em;
}

.icon-links {
    display: none;
}

.l-grids:hover .icon-links {
    display: block;
}

/*--team--*/
.team {
    padding: 6em 0;
    background-color: #f4f4f4;
}

.team-grid img {
    border: 2px solid transparent;
    border-radius: 0%;
/*    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
*/
}

.team-grids {
    margin-top: 4em;
}

.team-img h3 {
    margin: 15px 0 15px 0;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    color: #404359;
}

.team-img h4 {
    font-size: 1.1em;
    color: #404359;
}

.team-img p {
    display: none;
    color: #777;
    font-size: 0.85em;
    line-height: 1.8em;
    margin-top: 7px;
}

.team-img ul {
    margin-top: 8px;
}

.team-img ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 5px;
}

.team-img ul li a {
    width: 24px;
    height: 24px;
    display: block;
}

.team-img ul li a:hover {
    opacity: 0.4;
}

.team-img ul li a.fb {
    background: url('../images/icons.png') no-repeat 0px 0px;
}

.team-img ul li a.twitt {
    background: url('../images/icons.png') no-repeat -26px 0px;
}

.team-img ul li a.goog {
    background: url('../images/icons.png') no-repeat -52px 0px;
}

.team-img ul li a.drib {
    background: url('../images/icons.png') no-repeat -78px 0px;
}

.team-grid:hover div.team-img p {
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*--gallery--*/
#gallery {
    padding: 5em 0;
    background: #fff;
}

.gallery-bottom {
    margin-top: 1.5em;
}

h3.tittle.gal {
    color: #fff;
}

.gallery-left img, .g-left img {
    width: 100%;
}

.g-left:nth-child(4), .g-left:nth-child(5) {
    margin-top: 3.5%;
}

.gallery-one {
    margin: 2em 0 0 0;
}

.gallery-right {
    padding: 0;
}

.gallery-left {
    padding: 0 2px;
}

.g-3 {
    padding: 0 2px 0 0;
}

.g-4 {
    padding: 0 0 0 2px;
}

.g-2 {
    padding: 4px 0;
}

.g-5 {
    padding: 4px 0;
}

.g-6 {
    padding-top: 4px;
}

/*--news--*/
.news {
    padding: 6em 0 15em 0;
    background-color: #f4f4f4;
}

a.post {
    color: #FF8DAE;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 1em;
    font-family: 'PoiretOne-Regular';
}

a.post_date {
    font-size: 0.5em;
    color: #404359 !important;
    float: left;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    margin-top: 2.5em;
    width: 40%;
}

span.datePost {
    float: left;
    width: 44%;
}

.top-new p {
    font-size: 0.9em;
    line-height: 1.9em;
    color: #777;
    text-align: center;
    margin-top: 0.5em;
}

.bog_post_info.infoPost {
    margin-top: 1em;
}

p.likePost i, p.commentPost i {
    color: #FF8DAE !important;
    margin: 0em 0.5em;
}

.commentPost {
    text-align: right;
}

p.likePost i:hover, p.commentPost i:hover {
    color: #404359;
}

a.icon-heart, a.icon-comment-1 {
    color: #404359 !important;
}

.bog_post_info.infoPost > p + p {
    float: right;
    color: #404359;
}

.infoPost > p.commentPost {
    margin-right: 0;
    float: right;
}

a.post:hover {
    color: #404359;
}

.testimonials-section {
    background: #FFFFFF;
    padding: 5em 0;
}

.slide-test img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.text-info {
    color: #fff;
    text-align: center;
    width: 67%;
    margin: 5% auto 0;
}

.text-info p {
    line-height: 1.9em;
    font-size: 0.95em;
    margin-top: 1em;
}

.slide-test {
    background-color: #404359;
    padding: 2em 4em;
    min-height: 333px;
}

h3.tittle.test {
    color: #404359;
}

.text h4 {
    font-size: 1.5em;
    color: #E069AD;
    text-transform: capitalize;
    padding: 0em 0 0.3em 0;
    font-weight: 700;
}

.member1 {
    padding: 0;
}

/*--.contact_desc--*/
.contact_desc {
    padding: 4em 0;
    background-color: #F5F3F3;
}

form.left_form {
    float: left;
    width: 49%;
}

form.right_form {
    float: right;
    width: 49%;
}

label {
    margin: 0;
    font-size: 1em;
    color: #333333;
    margin-bottom: 0.3em;
    font-weight: 400;
}

.contact-form input[type="text"], .contact-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    padding: 15px 18px;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    color: #333;
    margin: 0px 0 7px 0;
}

.contact-form textarea {
    height: 225px;
    resize: none;
    margin: 0em 0 0.5em 0;
}

.contact-form input[type="submit"] {
    outline: none;
    padding: 0.7em 1em;
    color: #fff;
    background: #404359;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    display: block;
    width: 24%;
    border: none;
    float: right;
}

.contact-form input[type="submit"]:hover {
    text-decoration: none;
    background: #4E6734;
}

.contact-form {
    padding: 3em 0 1em 0;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

h3.tittle.two {
    margin: 0.5em 0;
    text-align: left;
}

.map {
    position: relative;
    min-height: auto;
}

.map iframe {
    width: 100%;
    min-height: 540px;
    border: none;
    position: absolute;
    left: 0;
}

.black {
    width: 100%;
    min-height: auto;
    position: absolute;
    left: 0;
}

.contact-top p, .contact-top p a {
    font-size: 1em;
    color: #888;
    font-weight: 400;
    margin: 1em 0;
}

.contact-top h4 {
    font-size: 1.2em;
    color: #555;
    font-weight: 600;
    margin: 0.5em 0;
}

.map-l {
    margin: 2% auto 0;
    text-align: center;
}

#imgMapa {
    margin-left: auto;
}

.contact-top {
    padding: 1em 0 0 15em !important; /* Adjusted top padding */
    vertical-align: top !important; /* Ensure content aligns to the top */
}

.point i {
    color: #404359;
    font-size: 4em;
}

.map-l i {
    color: #fff;
    font-size: 4em;
}

.copy {
    text-align: center;
    background: #D29632;
    padding: 1em 1em;
}

.copy p {
    color: sales /* Invalid color property syntax. Should be a valid color value like #FFFFFF or rgb(0,0,0) */
    @genesee-superfoods.com;
    font-size: medium;
}

.copy p a {
    color: #fff;
}

.copy p a:hover {
    text-decoration: underline;
}

/*--top-move--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 22px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

/* --- RESPONSIVE DESIGN --- */

/* @media (min-width: 1441px) - For screens wider than 1440px */
@media (min-width: 1441px) {
    .header-right {
        width: 62% !important; /* Set a consistent width for widest screens */
        float: none !important; /* Ensure no float, flexbox handles positioning */
        
        /* Flexbox properties (already present globally, ensure consistency or override if needed) */
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        position: relative !important;
        height: auto !important;
        padding: 1em 1em !important;
        text-align: right !important;
    }
}

@media (max-width:1440px){
    .callbacks_tabs {
        top: 74.5%;
        left: 42%;
    }
    .contact-top {
        padding: 1em 0 0 7em !important;
    }
    .top-nav {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: inherit !important;
    }
    .header-right {
        width: 62%; /* Original width from this MQ */
        float: none !important; /* REMOVED float:right */
        
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        position: relative !important;
        height: auto !important;
        padding: 1em 1em !important;
        text-align: right !important; /* Ensure text aligns right */
    }
    .news-top {
        width: 51%;
        margin: 0.5em auto 0;
    }
}

@media (max-width:1366px){
    .callbacks_tabs {
        top: 74.5%;
        left: 42%;
    }
    .contact-top {
        padding: 1em 0 0 5em !important;
    }
    .top-nav {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: inherit !important;
    }
    .header-right {
        float: none; /* REMOVED float:right */
        position: relative;
        height: auto;
        text-align: left; /* Original text-align */
        padding: 1em 1em;
        
        display: flex !important; 
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important; 
        
        width: 62%; /* Original width */
    }
    .news-top {
        width: 51%;
        margin: 0.5em auto 0;
    }
}

@media (max-width:1280px){
    .about span {
        width: 91%;
        height: 84px;
        top: -9%;
        left: 6%;
    }
    .top-nav {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: inherit !important;
    }
    .header-right {
        float: none; /* REMOVED float:right */
        position: relative;
        height: auto;
        text-align: left; /* Original text-align */
        padding: 1em 1em;
        
        display: flex !important; 
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important; 
        
        width: 62%; /* Original width */
    }
    .news-top {
        width: 61%;
        margin: 0.5em auto 0;
    }
    .map-l {
        margin: 38% auto 0;
    }
    .callbacks_tabs {
        top: 74.5%;
        left: 41%;
    }
}

@media (max-width:1024px){
    .team-grid.text-center img {
        width: 100%;
    }
    .team-grid.text-center {
        width: 24%;
        float: left;
        margin-right: 1%;
        padding: 0;
    }
    .about span {
        width: 99%;
        height: 84px;
        top: -8%;
        left: 1%;
    }
    .news-top {
        width: 66%;
        margin: 0.5em auto 0;
    }
    .top-nav {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: inherit !important;
    }
    .top-nav ul li {
        display: block !important;
        margin-right: 0 !important;
        color: #D6D6D6;
        font-size: large;
    }
    .top-nav ul li a {
        font-size: 0.9em;
    }
    p.location, p.mail, p.phone {
        float: left;
        font-size: 0.85em;
        margin-top: 0.9em;
        padding: 0;
    }
    .header-right {
        float: none; /* REMOVED float:right */
        position: relative;
        height: auto;
        text-align: left; /* Original text-align */
        padding: 1em 1em;
        
        display: flex !important; 
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important; 
        
        width: 66%; /* Original width */
    }
    .callbacks_tabs {
        top: 74.5%;
        left: 39%;
    }
    .serve-icons {
        padding: 0;
    }
    .contact-top {
        padding: 6em 0 0 2em;
    }
    .map-l {
        margin: 41% auto 0;
    }
    .icon i {
        font-size: 2.5em;
    }
}

@media (max-width:990px){
    .header-right {
        float: none; /* REMOVED float:right */
        position: relative;
        height: auto;
        text-align: left; /* Original text-align */
        padding: 1em 1em;
        
        display: flex !important; 
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important; 
        
        width: 66%; /* Original width */
    }
    p.location, p.mail, p.phone {
        float: left;
        font-size: 0.75em;
        margin-top: 0.9em;
        padding: 0;
        width: 24%;
    }
    p.location, p.mail, p.phone { /* This is a duplicate. Keeping the later position:absolute as it was in the source */
        float: left;
        font-size: 0.75em;
        margin-top: 0.5em;
        padding: 0;
        width: 24%;
        position: absolute;
    }
    .top-nav {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: inherit !important;
    }
    .top-nav ul li {
        display: block !important;
        margin-right: 0 !important;
        color: #D6D6D6;
        font-size: large;
    }
    .top-nav ul li a {
        font-size: 0.85em;
    }
    p.mail {
        float: left;
        font-size: 0.75em;
        margin-top: 0.9em;
        padding: 0;
        width: 28%;
    }
    .search input[type="text"] {
        outline: none;
        padding: 8px 0px 8px 12px;
        font-size: 0.8em;
    }
    .about span {
        width: 99%;
        height: 84px;
        top: -3%;
        left: 0;
        background-size: 89%;
    }
    .about-left, .about-right {
        padding: 0;
        float: left;
        width: 49%;
        margin-right: 1%;
    }
    .icon {
        width: 13%;
        float: left;
    }
    .l-grids {
        padding: 0 0.3em;
        margin-bottom: 0.5em;
        float: left;
        width: 49%;
    }
    .l-grids figure img {
        width: 100%;
    }
    figure.effect-bubba h4 {
        padding-top: 0%;
    }
    figure.effect-bubba p {
        padding: 1px 0.5em;
    }
    figure.effect-bubba p {
        padding: 6px 0.5em;
        font-size: 0.6em;
    }
    .col-md-6.gallery-left {
        width: 50%;
        float: left;
    }
    .col-md-3.gallery-left {
        width: 25%;
        float: left;
    }
    .g-4, .g-3 {
        width: 50%;
        float: left;
    }
    .news-top {
        width: 84%;
        margin: 0.5em auto 0;
    }
    .contact-form input[type="submit"] {
        padding: 0.7em 1em;
        font-size: 1em;
        width: 31%;
    }
    .black {
        min-height: 476px;
    }
    .map iframe {
        min-height: 476px;
    }
    .map {
        min-height: 476px;
    }
    .map-l {
        margin: 21% auto 0;
    }
    .contact-top {
        padding: 5em 0 4em 6em;
    }
    .logo a h1 {
        font-size: 3.5em;
    }
    .callbacks_tabs li {
        display: inline-block;
        margin: 0 .2em;
    }
    .callbacks_tabs {
        top: 63.5%;
        left: 37%;
    }
    .about span {
        width: 99%;
        height: 84px;
        top: -6%;
        left: 0;
        background-size: 89%;
    }
    h3.tittle {
        font-size: 3em;
        margin-bottom: 0.6em;
    }
    .text-info p {
        font-size: 0.95em;
        margin-top: 0.9em;
    }
    .text-info {
        width: 84%;
        margin: 5% auto 0;
    }
    .top-new {
        width: 89%;
    }
    .serve-text {
        float: right;
        width: 86%;
    }
    .icon i {
        font-size: 2em;
    }
}

@media (max-width:800px){
    .header-right {
        float: none; /* REMOVED float:right */
        position: relative;
        height: auto;
        text-align: left;
        padding: 1em 1em;
        
        display: flex !important; 
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-end !important; /* Original align-items */
        
        width: 66%; /* Original width */
    }
    p.location, p.mail, p.phone {
        float: left;
        font-size: 0.75em;
        margin-top: 0.9em;
        padding: 0;
        width: 24%;
    }
    .top-nav {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        text-align: inherit !important;
    }
    .top-nav ul li {
        display: block !important;
        margin-right: 0 !important;
        color: #D6D6D6;
        font-size: large;
    }
    .top-nav ul li a {
        font-size: 0.85em;
    }
    p.mail {
        float: left;
        font-size: 0.75em;
        margin-top: 0.9em;
        padding: 0;
        width: 28%;
    }
    .search input[type="text"] {
        outline: none;
        padding: 8px 0px 8px 12px;
        font-size: 0.8em;
    }
    .about span {
        width: 99%;
        height: 84px;
        top: -3%;
        left: 0;
        background-size: 89%;
    }
    .about-left, .about-right {
        padding: 0;
        float: left;
        width: 49%;
        margin-right: 1%;
    }
    .icon {
        width: 13%;
        float: left;
    }
    .l-grids {
        padding: 0 0.3em;
        margin-bottom: 0.5em;
        float: left;
        width: 49%;
    }
    .l-grids figure img {
        width: 100%;
    }
    figure.effect-bubba h4 {
        padding-top: 0%;
    }
    figure.effect-bubba p {
        padding: 1px 0.5em;
    }
    figure.effect-bubba p {
        padding: 6px 0.5em;
        font-size: 0.6em;
    }
    .col-md-6.gallery-left {
        width: 50%;
        float: left;
    }
    .col-md-3.gallery-left {
        width: 25%;
        float: left;
    }
    .g-4, .g-3 {
        width: 50%;
        float: left;
    }
    .news-top {
        width: 84%;
        margin: 0.5em auto 0;
    }
    .contact-form input[type="submit"] {
        padding: 0.7em 1em;
        font-size: 1em;
        width: 31%;
    }
    .black {
        min-height: 476px;
    }
    .map iframe {
        min-height: 476px;
    }
    .map {
        min-height: 476px;
    }
    .map-l {
        margin: 27% auto 0;
    }
    .contact-top {
        padding: 5em 0 4em 2em;
    }
    .logo a h1 {
        font-size: 3.5em;
    }
    .callbacks_tabs li {
        display: inline-block;
        margin: 0 .2em;
    }
    .callbacks_tabs {
        top: 63.5%;
        left: 37%;
    }
    .about span {
        width: 99%;
        height: 84px;
        top: -6%;
        left: 0;
        background-size: 89%;
    }
    h3.tittle {
        font-size: 3em;
        margin-bottom: 0.6em;
    }
    .text-info p {
        font-size: 0.95em;
        margin-top: 0.9em;
    }
    .text-info {
        width: 84%;
        margin: 5% auto 0;
    }
    .top-nav {
        /* This rule is problematic - it's old absolute positioning */
        position: absolute;
        bottom: -170px;
        left: -140px;
        width: 300px;
        margin: 0;
        padding: 0;
    }
    .top-new {
        width: 83%;
        margin: 0 auto;
    }
}

@media (max-width:768px){
    .team-grid.text-center {
        float: none !important;
        width: 100% !important;
        margin: 0 auto 6% auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
	
    .header-top .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0px 0px 0px 0px !important;
    }
    
    .logo {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        padding: 0em 0em !important;
        margin-bottom: 15px !important;
        flex-shrink: 0 !important;
    }

    .header-right {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: center !important;
        position: relative !important;
        height: auto !important;
        padding: 1em 1em !important;
    }

    .top-nav {
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .top-nav ul {
        display: block !important;
        margin-top:0em !important;
        padding:0 !important;
        text-align: center !important;
    }
    
    .top-nav ul li {
        display: block !important;
        margin-right: 0 !important;
        color: #D6D6D6;
        font-size: large;
        text-align: center !important;
        width: 100% !important;
    }
    .top-nav ul li a {
        margin: 2px 0;
        padding: 0em 0em;
        width: 100%;
        border-bottom: 0px ridge rgba(36, 38, 53, 0.26);
        text-align: center !important;
    }

	span.menu {
		display: none !important; /* HIDE THE HAMBURGER ICON */
		width: 0 !important;      /* Ensure it takes no width */
		height: 0 !important;     /* Ensure it takes no height */
		background: none !important; /* Remove its background image */
		position: static !important; /* Ensure no absolute positioning */
		margin: 0 !important;      /* Remove all margins */
		padding: 0 !important;     /* Remove all paddings */
		right: auto !important;    /* Reset right property */
		left: auto !important;     /* Reset left property */
		top: auto !important;      /* Reset top property */
	}

    /* Other Header Top elements for this breakpoint */
    .top-icons {
        float: right; /* Keep existing float if it doesn't conflict */
        margin-top: 12px;
    }
    .logo a h1 {
        font-weight:400;
        font-size:2em;
        margin:0;
    }

    /* --- General Layout and Content Styles (from your existing MQ) --- */
    p.location, p.mail, p.phone {
        float: left;
        font-size: 0.9em;
        margin-top: 0.9em;
        padding: 0;
        width: 50%;
    }
    p.mail { /* More specific rule for p.mail, overrides width from above */
        float: right;
        font-size: 0.9em;
        margin-top: 2em;
        padding: 0;
        width: 45%;
        padding-left: 6%;
    }
    .search {
        float: right;
        width: 47%;
        margin-top: 0.9em;
    }
    .text-info p {
        font-size: 0.9em;
        margin-top: 0.9em;
    }
    .testimonials-section {
        padding: 4em 0;
    }
    .contact-form {
        padding: 1em 0 1em 0;
		
    }
	
	.contact-form input[type="submit"] {
        width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
        display: block !important;
		
    }
    .callbacks_tabs {
        top: 71.5%;
        left: 37%;
    }
}


/* --- NEW RULES ADDED TO FIX HEADER BACKGROUND AND IMAGE CENTERING --- */


/* Ensure the outer 'header-top' area is transparent */
.header-top {
    background-color: transparent !important;
}

/* Apply the specific green background to the inner '.container' div within the header */
.header-top .container {
    background-color: #4E6734 !important; /* <<< IMPORTANT: REPLACE WITH YOUR EXACT GREEN HEX CODE (e.g., #4CAF50) */
    padding-top: 15px !important; /* Added for spacing */
    padding-bottom: 15px !important; /* Added for spacing */
}

/* Centering the rotating images */
/* Ensure the overall banner container is set for centering its children */
.banner {
    text-align: center; /* Ensures any inline or inline-block children are centered */
}

/* Adjust the main container for the slides to allow for centering */
.callbacks_container {
    float: none !important; /* Remove the float: left; that prevents margin: auto */
    width: 80% !important;  /* Keep its 80% width */
    margin: 0 auto !important; /* Center the callbacks_container itself */
}

/* Ensure the images within the slides are centered */
.banner-img img {
    display: block !important; /* Makes sure it behaves like a block element */
    width: 90% !important;     /* Confirms the 80% width */
    margin: 0 auto !important; /* Centers the image */
}

/* --- NEW RULE ADDED TO ADJUST CONTACT US FORM WIDTH --- */

.contact-form {
    max-width: 800px !important; /* Adjust this value to your desired maximum width */
    margin-left: auto !important;
    margin-right: auto !important;
}

/* --- NEW RULES ADDED TO ADJUST CONTACT US SECTION ALIGNMENT --- */

/* Modify the existing .contact-top rule to reduce top padding */
/* FIND this existing rule in your style.css and CHANGE its padding-top: */
.contact-top {
  padding: 1em 0 0 15em !important; /* Adjusted top padding to 1em. Keep existing left padding. */
  vertical-align: top !important; /* Ensure content aligns to the top */
}

/* Ensure the map column is also top-aligned vertically, just in case */
.col-md-6.map {
    vertical-align: top !important;
}

/* --- Responsive adjustments for .contact-top padding, if they exist in your style.css --- */
/* You might have similar rules for different screen sizes (e.g., @media (max-width:991px), etc.)
   Find these existing rules and adjust their padding-top values as well. */

@media (max-width:1440px){
	.contact-top {
		padding: 1em 0 0 7em !important; /* Adjust top padding here too */
	}
}

@media (max-width:1366px){
	.contact-top {
		padding: 1em 0 0 5em !important; /* Adjust top padding here too */
	}
}

@media (max-width:1024px){
	.contact-top {
		padding: 1em 0 0 2em !important; /* Adjust top padding here too */
	}
}

@media (max-width:990px){
   .contact-top {
    padding: 1em 0 4em 6em !important; /* Adjust top padding here too, keep bottom/left */
   }
}

@media (max-width:800px){
   .contact-top {
		padding: 1em 0 4em 2em !important; /* Adjust top padding here too, keep bottom/left */
   }
}

@media (max-width:480px){
	.contact-top {
		padding: 1em 0 3em 1em !important; /* Adjust top padding here too, keep bottom/left */
	}
}

@media (max-width:320px){
	.contact-top {
		padding: 1em 0 2em 1em !important; /* Adjust top padding here too, keep bottom/left */
	}
}

/* --- NEW RULE ADDED TO ADD SPACE BETWEEN CONTACT SECTION AND COPYRIGHT --- */

.contact {
    margin-bottom: 2em !important; /* Adds space below the contact section */
}

/* --- NEW RULE ADDED TO ADD SPACE BELOW THE TOP HEADER SECTION --- */

.header-section {
    margin-bottom: 2em !important; /* Adjust this value to add more or less space */
}

/* --- NEW RULES ADDED TO LEFT-ALIGN CONTACT TEXT --- */

/* Targets the 'For any questions...' text */
.contact-top h4 {
    text-align: left !important;
    margin-left: 0 !important;  /* Ensure no unwanted left margin */
    margin-right: 0 !important; /* Ensure no unwanted right margin */
}

/* Targets the 'E-mail: sales@genesee-superfoods.com' part */
.contact-ad {
    text-align: left !important;
    margin-left: 0 !important;  /* Ensure no unwanted left margin */
    margin-right: 0 !important; /* Ensure no unwanted right margin */
}


