/*
Theme Name: mastermeals
Theme URI: 
Author: Sweans
Author URI: https://www.sweans.com
Description: A WordPress theme frame work
Requires at least: WordPress 5.0.0
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: mastermeals
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Alignments
# Sidebars
# Widgets
# Preloader
# Header
# Navigation
  ## Links
  ## Menus
# Accessibility
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Media
  ## Captions
  ## Galleries
# Post Format
# Pagination
# Footer
# Social Share
# Load more
# Responsive
--------------------------------------------------------------*/

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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  font-feature-settings: "liga" 0;

}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear {clear: both;}
html,
body {
  font-size: 100%;
  height: 100%;
}
body {
  margin: 0;
  background-color: #fff;
  transition: all 300ms ease-in-out;
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "HEXP" 0;
}
body,
th,
td,
input,
textarea {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
input.text {
  background: #ffffff;
  border: none;
  padding: 1px;
}
input.button {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 500;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
}
h2.wp-block-heading {
    padding-bottom: 10px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 17px;
}
strong {
  font-weight: 700;
}
p,
ul,
ol {
  font-size: 16px;
  line-height: 28px;
}
ul {list-style: none;}
ul li {
  padding-left: 20px;
}
#access ul li {
  background-image: none;
}
ol { margin-left: 20px; }
ol li {
  margin-left: 15px;
  padding-left: 5px;
}
ol li::marker {
  color: #dd8e45;
  font-size: 16px;
}
ul li, ol li {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
ul li:last-child, ol li:last-child, p:last-child {
  padding-bottom: 0;
}
ul, ol {
  padding-bottom: 20px;
}
th, td {
  border: 3px solid #ffffff;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  background: #0d02640a;
  color: #005ae2;
  font-size: 19px;
  line-height: 24px;
}
th {
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 22px 10px;
}
.product-DataContainer table {
  width: 100%;
}
.product-DataContainer th, .product-DataContainer td {
  border: 3px solid #f2f2f2;
  background: #0d02640a;
  color: #979393;
}
blockquote {
  margin-left: 36px;
  margin-right: 36px;
}
a {
  color: #fff;
  text-decoration: none;
  transition: 300ms all ease-in-out;
}
a:hover {
  border: none;
  color: #728E02;
}
h1 a,
h2 a,
h3 a {
  border: none;
  color: #000;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  background: none;
  color: #728E02;
}
hr {
  display: none;
}
section {
  float: left;
  width: 100%;
  position: relative;
}
img {
  max-width: 100%;
  display: block;
}
#search {
  float: right;
  width: 270px;
  padding-top: 10px;
}
#search fieldset {
  border: none;
}
#search #s {
  padding: 3px;
  width: 140px;
  vertical-align: top;
}
#search #x {
  width: 60px;
  vertical-align: top;
}
#logo-wrapper {
  height: 160px;
  margin: 0 auto;
  width: 1700px;
  background-color: #a8a8a8;
  background-repeat: no-repeat;
}
#page {
  float: left;
  background: #ffffff;
  width: 100%;
  min-height: 500px;
}
.contentmain {
  width: 490px;
  float: left;
}
#content {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.post .title {
  font-weight: normal;
  margin: 0;
}
h1.title {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
h2.title {
  color: #371015;
  font-size: 16px;
}
.desctitle {
  font-size: 10px;
}
.post h1.title {
  font-size: 24px;
  height: auto;
}
.entry ul {
    padding-left: 0;
    list-style: disc;
    list-style-position: inside;
}
.entry a {
  color: #237c91;
  transition: 300ms all ease-in-out;
  word-break: break-word;
}
.entry a:hover {text-decoration: underline;}
.post .meta {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  font-size: 14px;
}
.navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation a {
  font-size: 14px;
  font-weight: bold;
}
.post .meta a {
  color: #333333;
}
.post .links {
  margin: 0;
}
.post .tags {
  font-size: 9px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
.post .links a,
.post .tags a {
  border: none;
}
.leftsidebar {
  width: 245px;
  float: left;
}
.rightsidebar {
  width: 245px;
  float: right;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  background-color: #c6c6c6;
  padding: 5px;
}
#sidebar li li {
  margin: 0;
}
#sidebar li h2 {
  margin: 0;
}
#sidebar li h2 {
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  background-color: #333333;
  text-align: center;
}
#sidebar li ul {
  line-height: normal;
  padding-left: 5px;
  padding-right: 5px;
}
#sidebar li li {
  background-image: url(images/list.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#sidebar li li li {
  background-image: url(images/list.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px;
}
#calendar {
  margin: 0 auto;
}
#calendar caption {
  font-weight: bold;
}
#calendar table {
  border-collapse: collapse;
  text-align: center;
  width: 220px;
}
#calendar thead th {
  background: #cccccc;
  color: #ffffff;
}
#calendar tbody td {
  background: #eeeeee;
}
#calendar #today {
  background: #b8d03b;
  color: #ffffff;
  font-weight: bold;
}
#calendar a {
  font-weight: bold;
}
#calendar #prev {
  text-align: left;
}
#calendar #next {
  text-align: right;
}
.comlabel {
  color: #666666;
  font-size: 13px;
  font-weight: lighter;
}
.comtext {
  background-color: #371015;
  border: 5px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
.postlabel {
  color: #666666;
  font-size: 13px;
  font-weight: lighter;
}
.posttext {
  background-color: #371015;
  border: 5px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
.commentlist {
  list-style: none;
}
.authorcomment {
  background-color: #efefef;
  margin: 10px 0px 0px 0px;
  padding: 3px;
}
.odd {
  color: #333333;
  background-color: #eaeaea;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
}
.odd a:link {
  color: #000000;
}
.commenttext {
  color: #000000;
  color: #000000;
  font-size: 10px;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
  background-color: #eaeaea;
}
#author,
#email,
#url {
  background: #fbfbfb;
  border: 1px solid #cbcbcb;
  padding: 3px;
  width: 40%;
  margin-bottom: 5px;
}
#comment {
  background: #fbfbfb;
  border: 1px solid #cbcbcb;
  margin-bottom: 0.6em;
  padding: 3px;
  width: 95%;
}
#submit {
  background-color: #efefef;
  border-bottom: 2px solid #cccccc;
  border-left: 1px solid #e4e4e4;
  border-right: 2px solid #cccccc;
  border-top: 1px solid #e4e4e4;
  padding: 3px;
}
blockquote {
    background-image: url(images/blockquote.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 39px;
    padding-bottom: 60px;
    padding-left: 0;
}
blockquote cite {
  display: block;
  margin: 5px 0 0;
}
.center {text-align: center;}
.center img { display:inline-block; vertical-align:top; }
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img {
  border: none;
}
pre {
  background: #f3f2ed;
  border: solid 1px #9a9a9a;
  color: blue;
  margin: 10px;
  padding: 10px;
}
code {
  color: #000;
  font-size: 1em;
}
p img {
  padding: 0;
  max-width: 100%;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.post-password-form input[type="password"] {
  border: 1px solid #f90;
  height: 30px;
  padding: 0 5px;
}
.post-password-form input[type="submit"] {
  background: #f90;
  border: none;
  height: 30px;
  cursor: pointer;
  color: #fff;
  transition: all 250ms ease-in-out;
}
.post-password-form input[type="submit"]:hover {
  background: #728E02;
  transition: all 250ms ease-in-out;
}
.post-comment-block .comments-area {
  float: left;
  width: 100%;
}
.post-comment-block .comments-area ul {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.post-comment-block .comments-area ul li {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.post-comment-block .comments-area ul li.media {
  padding-bottom: 30px;
}
.post-comment-block .comments-area ul li .media-left-avatar {
  float: left;
  width: auto;
  border-radius: 50%;
}
.post-comment-block .comments-area ul li .media-left-avatar img {
  float: left;
  width: 50px;
  border-radius: 50%;
  height: 50px;
}
.post-comment-block .comments-area ul li .media-body {
  float: left;
  width: auto;
  padding-left: 30px;
}
.post-comment-block .comments-area ul li.media .children {
  padding-top: 30px;
}

.home-page-section-one-half img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.home-page-section-one-half img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-page-section-two-each-service {
  width: 20%;
  background: #014f60;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  box-sizing: border-box;
  padding: 24px 24px 41px 24px;
  max-width: 260px;
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.entry p {
  padding-bottom: 20px;
  color: #3A3D4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
input::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.site-header {
    width: 100%;
    border-bottom: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(59, 66, 29, 0.85);
    backdrop-filter: blur(20px);
}
#page { padding-top: 162px; }
.header-container {
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.sw-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 99px;
}
.site-logo {
    flex-shrink: 0;
}
.site-logo img {
    height: auto;
    width: auto;
    display: block;
    max-width: 240px;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.menu-header {
}
.main-navigation {
    display: flex;
    align-items: center;
}
.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
    padding-left: 25px;
}
.main-navigation ul li {
    padding-left: 0;
}
.main-navigation a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 133.333%;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.current_page_item a {
    color: #008938;
}
.main-navigation a:hover {
    color: #728E02;
}

.cta-button {
    display: inline-flex;
    padding: 22px 47px;
    justify-content: center;
    align-items: center;
    background-color: #008938;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 133.33%;
    outline: none;
    min-width: 220px;
    transition: 300ms all ease-in-out;
}
.cta-button:hover {
    background-color: #728E02;
    color: #fff;
}
.cta-button .svgOuter {
    display: inline-flex;
    background: #000;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    justify-content: center;
    align-items: center;
}
.cta-button svg {
    width: 23px;
    flex-shrink: 0;
}
.cta-button svg path {
    fill: #fff;
}
.cta-button:hover .svgOuter {
  background: #fff;
}
.cta-button:hover svg path {
    fill: #000;
}
#mobileMenu {
  display: none;
}
.full-width {
    display: flex;
    padding: 40px 0;
}

.flexbox {
  display: flex;
  flex-wrap: nowrap;
}
.faq .flexbox {
    flex-wrap: wrap;
    gap: 15px;
}




/*Footer*/
footer {
  float: left;
  width: 100%;
}
.site-footer {
    padding: 77px 0 0;
    background-color: #3B421D;
    background-image: url("images/footer_arch.png");
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* height: 734px; */
    background-attachment: fixed;
    position: relative;
    z-index: 999;
}
.footer-container.flexbox {
    flex-direction: column;
}
.footerTop-Content.flexbox {
    justify-content: space-between;
    gap: 50px;
}
#footerTop {
    padding-bottom: 134px;
}
.fTC-Cols {
    max-width: 330px;
    width: 330px;
}
#footerLogo {
    padding-bottom: 58px;
}
#footerLogo > a {
    display: inline-block;
    transform: translate(0);
}
#footerLogo > a:hover { transform: translateY(-3px); }
#footerTop h3 {
    padding-bottom: 20px;
    color: #FFF;
    font-family: "Readex Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 0.5px solid #fff;
    max-width: 90%;
    width: 90%;
}
.footer-main-nav, .address, .connects {
    padding-top: 29px;
}
#menu-footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    gap: 12px 20px;
    padding-bottom: 0;
}
.footer-main-nav li { padding-left: 0; }
.footer-main-nav li a, .address {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}
.address {
    font-weight: 200;
    line-height: 166.66%;
}
.footer-main-nav li a:hover { color: #728E02; }
.connects.flexbox {
    flex-wrap: wrap;
    gap: 20px;
}
.connectsList {
    width: 100%;
    transition: 300ms all ease-in-out;
}
.iconOuter {
    background-color: #fff;
    display: inline-flex;
    padding: 11.16px;
    border-radius: 50%;
    margin-right: 18.667px;
    transition: 300ms all ease-in-out;
    position: relative;
    z-index: 0;
    background-color: transparent;
    perspective: 600px;
}
.iconOuter::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
    z-index: -1;
}

.connectsList a:hover{
  color: white;
}
.connectsList:hover .iconOuter::before {
    background-color: #000000;
    transform: rotateY(180deg);
}
.iconOuter svg {
    position: relative;
    z-index: 1;
}
.connect-Icons {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 6.059px;
    display: inline-block;
    transition: 300ms all ease-in-out;
}
.connectsList:hover .connect-Icons {
    transform: translateX(10px);
}
.connectsList:hover .iconOuter {
}
.connectsList svg {
  transition: 300ms all ease-in-out;
}
.connectsList:hover svg path {
    fill: #fff;
}
#footerBottom {
    border-top: 1px solid #EAEAEA;
    padding: 40px 0 30px;
}
#footerBottom .flexbox {
    justify-content: space-between;
}
.footer-BTMnav-header {
    display: inline-block;
    vertical-align: top;
}
.footer-BTMnav-header .menu {
    padding-bottom: 0;
}
.footer-BTMnav-header .menu li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0 10px 0 0;
}
.footer-BTMnav-header .menu li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: #000;
    margin-right: 10px;
}
.footer-BTMnav-header .menu li:first-child { padding-left: 0; }
.footer-BTMnav-header #menu-footer-menu-2.menu li:first-child::before { display: none; }
.footer-BTMnav-header .menu li a {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    color: #000;
}
.footer-BTMnav-header .menu li a:hover { text-decoration: underline; }
#fooBot-copyright {
    margin-top: 8px;
}
.subway-copyright p {
    color: #6E6E6E;
    font-size: 12px;
    line-height: 158.33%;
}
#footerBottom .socialMedia.flexbox {
    justify-content: flex-end;
    gap: 18px;
}
.socialMedia-Icons svg {
  transition: 300ms all ease-in-out;
}
.socialMedia-Icons:hover svg {
    transform: translateY(-1.5px);
}
.mastermeals-copyright p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 187.5%;
}
.socialMedia-Icons:hover svg path {
    fill: #728E02;
}


/**/


/*Header*/
/* .hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 951px;
    background-image: url('./images/herobg_white_shadow.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
} */






/*Normal Content Styles*/

/* Normal Content Section */
#normalContent.aboutpg {
    padding: 60px 0;
    background: #fff;
}
.sw-container.normal-content-container {
    max-width: 762px;
}
.normal-content-container {
    padding-bottom: 20px;
}
.normal-content-container p {
    color: var(--Black, #000);
    font-size: 18px;
    line-height: 161.11%;
    padding-bottom: 30px;
}
.normal-content-container p:last-child { padding-bottom: 0; }
.normal-content-container blockquote p {
    font-size: 36px;
    line-height: 130.556%;
}

/**/













.slick-slider {
    max-width: 100%;
}
p:last-child, li:last-child, ol:last-child { 
  padding-bottom: 0;
  margin-bottom: 0;
}
.pgHeader {
    padding: 60px 0;
}
h1.innerpgTitle {
    color: var(--Black, #000);
    font-size: 60px;
    line-height: 120%;
}

#help {
    padding: 60px 0;
    background: #F6F6F6;
}
.help-container.flexbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 565px;
}
.help-container .fresh-future-title, .help-container .fresh-future-description p {
    color: #000;
    text-align: center;
}


.only-heading.content-section {
    padding: 0;
}
.only-heading .sw-container {
    min-height: 320px;
    padding: 72.5px 273px;
}
.only-heading .u-up-vector.large {
    max-height: 301px;
    background-size: contain;
    max-width: 376px;
}
.only-heading .hallmark {
    right: 75px;
}

/* Brands Section - Sticky Scroll Effect */
#brandsContents {
    position: relative;
}

.content-section.brands {
    position: sticky;
    top: 140px; /* Adjust this value to match your fixed header height */
    height: calc(100vh - 100px); /* Full viewport height minus header height */
    z-index: 1;
}

/* Stack brands on top of each other with increasing z-index */
.content-section.brands:nth-child(1) {
    z-index: 1;
}

.content-section.brands:nth-child(2) {
    z-index: 2;
}

.content-section.brands:nth-child(3) {
    z-index: 3;
}
.awsm-job-inline-group .awsm-job-form-error{
  color: red;
}
#awsm-cover-letter-error{
  color: #ffb900;
}
#awsm-applicant-name-error{
 color: #ffb900;
}
#awsm-applicant-email-error{
 color: #ffb900;
}
#awsm-applicant-phone-error{
 color: #ffb900;
}
#awsm-application-file-error{
 color: #ffb900;
}
#awsm_form_privacy_policy-error{
 color: #ffb900;
}

@supports (position: sticky) {
    .content-section.brands {
        background-attachment: scroll; /* Change from fixed to scroll for better performance */
        background-size: cover;
        background-position: center;
    }
}

.content-section.brands:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 39, 0, 0.65);
    z-index: 0;
}
#mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
  font-weight: 200;
  line-height: 24px;
}
#mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
font-weight: 200;

}
#mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-flyout ul.mega-sub-menu {
    width: 204px;
  }

#mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
}
#mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover, #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:hover {
    color: #728E02;
}

section {
  scroll-margin-top: 162px;
}

/*Job Detail Page Styling */

.awsm-job-main.awsm-job-single-content {
    background-color: rgba(80, 92, 34, 1);
}

.awsm-job-form-inner h2{
  color: white;
    text-align: center;
    font-family: "Readex Pro", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 120px;
    letter-spacing: -1.8px;
    margin: 0 0 30px;
}
.awsm-job-form-control {
   font-family: "Readex Pro", sans-serif;
    border-radius: 10px;
    border: 2px solid #A0AF65;
    display: block;
    width: 100%;
    padding-bottom: 14px;
    padding-top: 14px;
    padding-left: 14px;
    background-color: transparent;
    color: white;
    font-size: 15px;
    
}
.awsm-job-form-inner {
    background: rgba(80, 92, 34, 1);
    border: 2px solid #A0AF65;
    border-radius: 10px;
    color: white;
    padding: 35px;
}
.awsm-job-form-group label {
    color: #FFF;
    font-family: "Readex Pro", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}
h1.entry-title.awsm-jobs-single-title {
    display: none;
}
.awsm-job-specifications-container.awsm_job_spec_below_content{
    display: none;
}
.awsm-job-form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid rgba(160, 175, 101, 1) !important;
}

.awsm-job-container {
    max-width: 957px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 99px;
}
input#awsm-application-submit-btn {
    border-radius: 10px;
    background: #728E02;
    color: #FFF;
    text-align: center;
     font-family: "Readex Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    border: none;
    padding: 8px 52px;
    cursor: pointer;
}
.awsm-job-form-group input[type="submit"] {
    display: block;
    margin: 0 auto;
}

/* Make checkbox group inline */
.awsm-job-form-group input[type="checkbox"] {
    display: inline-block;
    margin-right: 8px;
    width: auto;
}

/* Align text next to checkbox */
.awsm-job-form-group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto !important;
}
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter label {
    color: rgba(91, 104, 40, 1) !important;
}
#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo {
    background-color: rgba(91, 104, 40, 1) !important;
    border-color: rgba(91, 104, 40, 1) !important;
}

.cp-stoe-locator-wrap #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li i {
    color: #5B6828 !important;
}

.cp-stoe-locator-wrap .asl-cont.asl-template-0.asl-bg-0 {
    --sl-primary: #5B6828 !important;
  }


/*Responsive styles*/
@media only screen and (max-width: 1900px) {
  .swcontainer, .header-wrapper { max-width: 87%; }
  .pathway-card { width: calc((100% - 12px) / 3); }
}
@media only screen and (max-width: 1600px) {
    .site-logo {margin-right: 50px;}
    .site-logo img, #footerLogo img { max-width: 200px; }
    #page { padding-top: 140px; }
    .content-section.brands {
        top: 130px;
        height: 84vh;
    }
    #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px; 
    }
    blockquote {
        margin-top: 25px;
        padding-bottom: 55px;
        background-size: 32px;
    }
    h1.innerpgTitle { font-size: 50px; }

    .awsm-job-container {
    max-width: 957px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 50px;
}
.awsm-job-form-inner h2{
  font-size: 53px;
}
.footer-main-nav li a, .address {

    font-size: 17px;
}
#mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item {
    margin: 0 40px 0 0;
}
h2.wp-block-heading {
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 1580px) {
    #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px; 
    }
    #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item {
    margin: 0 35px 0 0;
}
   }


@media only screen and (max-width: 1440px) {
 #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px; 
    }
        #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item {
        margin: 0 30px 0 0;
    }

    .sw-container { padding: 0 79px; }
    .site-logo img, #footerLogo img { max-width: 182px; }
    #page { padding-top: 130px; }
    .main-navigation a { font-size: 17px; }
    #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item > a.mega-menu-link {
        font-size: 17px;
    }
    #mega-menu-wrap-primary_nav #mega-menu-primary_nav > li.mega-menu-item {  margin: 0; }
    .connect-Icons, .footer-main-nav li a, .address { 
        font-size: 16px; 
    }
    #footerTop { padding-bottom: 104px; }
     .awsm-job-form-inner h2 {
        font-size: 45px;
    }
    .only-heading .sw-container {
    min-height: 274px;
    padding: 72.5px 214px;
}
    #mega-menu-wrap-primary_nav .mega-menu-toggle.mega-menu-open + #mega-menu-primary_nav {
        left: 0;
        padding-left: 20px;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 1366px) {
    .hero-image img { max-width: 450px; }
    .brands .sec-content-Outer.flexbox {
        transform: translateY(-30px);
    }
    blockquote {
      margin-top: 20px;
      padding-bottom: 40px;
      background-size: 30px;
  }
 .only-heading .sw-container {
    min-height: 238px;
    padding: 20px 170px;
}
     
}

@media only screen and (max-width: 1280px) {
    .hero-image img { max-width: 400px; }
    .catering-section .sw-container {
        max-width: 100%;
        padding-right: 60px;
    }
    .footer-BTMnav-header { width: 100%; }
    .footer-BTMnav-header #menu-footer-menu-3.menu li:first-child::before { display: none;}
    .footer-BTMnav-header #menu-footer-menu-3.menu li:first-child { padding-left: 0; }
    .catering-banner-text { font-size: 65px; }
    .intro-container h2 { font-size: 50px; }
    .only-heading .sw-container {
    min-height: 274px;
    padding: 72.5px 104px;
}
}


@media only screen and (max-width: 1080px) {
    .catering-banner-text { font-size: 60px; }
    .intro-container { max-width: 87%; }
    .only-heading .sw-container {
    min-height: 201px;
    padding: 72.5px 84px;
}
}

@media only screen and (max-width: 1024px) {
    .mob-menu-logo-holder {
        display: flex;
        align-items: center;
    }
    .sw-container { padding: 0 60px; }
    #footerBottom > .flexbox {
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 20px;
    }
    .fooBot-Cols { width: 100%; }
    #footerBottom .socialMedia.flexbox { justify-content: flex-start; }
    #fooBot-Cols-Right { order: 1; }
    #fooBot-Cols-Left { order: 2; }
    .footer-BTMnav-header .menu li {
        display: inherit;
        padding: 0;
        margin-bottom: 10px;
    }
    .footer-BTMnav-header .menu li::before { display: none;}
    #fooBot-menuRow {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    #footerBottom { padding: 40px 0 20px; }

}
@media only screen and (max-width: 900px) {
    .connectsList {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 10px;
    }
    .connect-Icons {
        width: 100%;
    }
    .awsm-job-form-inner h2 {
        font-size: 40px;
    }

}

@media (max-width: 768px) {

  #footerLogo {
    padding-bottom: 41px;
}

    .connectsList {
        display: flex !important;
    }

   .connectsList {
       flex-wrap: nowrap;
        gap: 20px;
        margin-bottom: 6px;
        align-items: center;
    }
    h1.innerpgTitle { font-size: 45px; }
    .mobmenul-container { margin-left: 22px!important; }
    .sw-container { padding: 0 40px; }
    .footerTop-Content.flexbox {
        flex-direction: column;
        row-gap: 37px;
    }
    #footerTop, .site-footer { padding-bottom: 40px; }
    #footerTop h3 { padding-bottom: 20px; }
    .fTC-Cols {
        max-width: none;
        width: auto;
    }
    .connectsList { display: initial; }
    .fooBot-Cols-innerCols, #footerBottom .socialMedia.flexbox {
        justify-content: center;
    }
    #footerBottom > .flexbox { row-gap: 0; }
    .connect-Icons, .footer-main-nav li a, .address {
        font-size: 16px;
    }
    .mastermeals-copyright p { font-size: 14px; }
     .awsm-job-form-inner h2 {
        font-size: 35px;
        line-height: 69px;
    }
    .awsm-job-form-inner {
    padding: 20px;
}
.awsm-job-container {
        padding: 30px 20px;
    }
    .awsm-job-form-group label {
    font-size: 14px;
     line-height: 21px;
}
input#awsm-application-submit-btn {
    font-size: 16px;
    padding: 6px 46px;
    cursor: pointer;
}
.awsm-job-form-group.awsm-job-inline-group {
    display: flex;
    align-items: flex-start;
}
.awsm-job-form-group input[type="checkbox"] {
    margin-top: 4px;
}
.awsm-job-form-group small{
 font-size: 15px;
}
 .only-heading .sw-container {
    min-height: 202px;
    padding: 72.5px 20px;
}
    h2.wp-block-heading {
        padding-bottom: 10px;
    }

        #mega-menu-wrap-primary_nav .mega-menu-toggle.mega-menu-open + #mega-menu-primary_nav {
        left: 0px;
        padding-left: 20px;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 600px) {
  .sw-container { padding: 0 30px; }
    .content-column { padding: 0 20px; }
    .catering-section .content-column .cta-button {
        width: 100%;
    }
    #menu-footer-menu { gap: 20px 85px; }
    .intro-container h2 { font-size: 40px; }
    .wanna-container.flexbox { height: 288px; }
}
@media only screen and (max-width: 530px) {
    .mob-menu-logo-holder { margin-left: 10px!important; }
}
@media (max-width: 480px) {
  .sw-container { padding: 0 20px; }
    .hero-content .tagline {font-size: 16px;}
    .hero-content .description p, .catering-section .description p {font-size: 15px;}
    .catering-banner-background {
        min-height: 400px;
        padding: 30px 20px;
    }
    .catering-banner-container {
        padding: 0 15px;
        gap: 20px;
    }
    .catering-banner-text h1 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .catering-banner-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .catering-banner-text h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .catering-banner-text p {font-size: 14px;}
    .catering-banner-image img {max-width: 100%;}
    .wanna-container.flexbox { height: 188px; }
    .awsm-job-form-inner h2 {
        font-size: 30px;
        line-height: 69px;
    }
}
@media only screen and (max-width: 428px) {
    #menu-footer-menu { gap: 14px 40px; }
    .footer-main-nav li a { line-height: 90.57%; }
}
@media only screen and (max-width: 400px) {
    .catering-banner-text { font-size: 42px; }
}
@media only screen and (max-width: 350px) {
    .catering-banner-text { font-size: 38px; }
    .awsm-job-form-inner h2 {
        font-size: 23px;
        line-height: 66px;
    }
}