/*
 Theme Name:   East Indies Coffee & Tea
 Theme URI:    https://eastindiescoffeeandtea.com/
 Description:  A custom WordPress website for East Indies Coffee & Tea
 Author:       Zach Heindel
 Author URI:   https://ezmarketing.com
 Template:     generatepress
 Version:      0.1
*/
/* xGlobal Settings

============================= */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  font-optical-sizing: auto;
  font-family: "DM Sans", sans-serif;
}
body p, body a {
  font-size: 19px;
  line-height: 1.7em;
}
h1, h2, h3, h4 {
  line-height: 1.33em;
}
body #content p a {
  color: var(--accent-2);
  text-decoration: underline;
  font-weight: 700;
}
body #content p a:hover {
  color: var(--accent);
}
.lexend {
  font-family: "Lexend Peta", sans-serif;
  letter-spacing: 1px;
}
a {
  text-decoration: inherit;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.hero h1 {
  margin-bottom: 0px;
  text-shadow: 0px 0px 10px black, 0px 0px 30px black;
}
.hero h1 mark {
  font-family: "Lexend Peta", sans-serif;
  display: block;
  font-size: 26px;
  margin-top: -17px;
  letter-spacing: 1px;
}
.home h1 {
  font-size: 58px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.hero h2 {
  font-size: 19px;
  max-width: 650px;
  line-height: 31px;
  margin: 0px auto 30px;
  text-shadow: 0px 0px 10px black, 0px 0px 30px black;
}
.inner-hero h2 {
  font-size: 20px;
  line-height: 40px;
}
h1 {
  font-size: 48px
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
.wp-block-cover.alignfull {
  padding: 0px;
  width: 100%;
}
#content .wp-block-cover.alignfull .wp-block-columns:last-child {
  margin-bottom: 0px;
}
.error404 #content, .blog #content {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#secondary-navigation .inside-navigation {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.site-header .inside-header {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#footer-widgets .inside-footer-widgets {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .site-info .inside-site-info {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
/* xNavigation

============================= */
.home #masthead {
  -webkit-box-shadow: 0px 4px 6px #00000033;
  box-shadow: 0px 4px 6px #00000033;
}
#masthead .inside-header.grid-container {
  position: relative;
}
#site-navigation {
  padding-top: 50px;
  padding-bottom: 50px;
}
.site-logo {
  position: absolute;
  z-index: 5;
  top: -30px;
}
.site-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-logo a:after {
  content: '';
  display: block;
  background-image: url(/wp-content/uploads/2024/04/East-Indies-Coffee-Tea.png);
  width: 226px;
  height: 14px;
  background-repeat: no-repeat;
  margin-top: 14px;
}
#secondary-navigation {
  border-bottom: 1px solid var(--contrast-4);
}
#masthead {
  position: relative;
  z-index: 2;
}
#menu-primary-menu a {
  font-size: 18px;
  background-image: -webkit-gradient(linear, right top, left top, from(#5d871b), to(#5d871b));
  background-image: -o-linear-gradient(right, #5d871b, #5d871b);
  background-image: linear-gradient(270deg, #5d871b, #5d871b);
  background-repeat: no-repeat;
  background-size: 0% 2%;
  background-position-x: left;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-position-y: bottom;
  display: block;
  height: 29px;
}
#menu-primary-menu a:hover {
  background-size: 100% 2%;
  background-position-x: left;
}
#menu-primary-menu .sub-menu a {
  font-size: 18px;
  height: auto;
}
#menu-secondary-menu a {
  font-size: 16px;
}
#masthead {
  border-bottom: 1px solid var(--contrast-4);
}
#menu-primary-menu .gp-icon svg {
  height: 10px;
  width: 10px;
  top: -1px;
}
.copyright-bar, .copyright-bar a {
  font-size: 12px;
}
.copyright-bar a {
  text-decoration: underline;
}
.logo-name {
  max-width: 230px;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
body:not(.home) .ez-cr {
  display: none;
}
/* xSitewide Styles

============================= */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, #main a.wp-block-button__link:not(.has-background) {
  border-radius: 6px;
  font-family: "Lexend Peta", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, #main a.wp-block-button__link:not(.has-background):hover {
  padding: 10px 25px 10px 25px;
}
#content a.wp-block-button__link.has-contrast-background-color {
  border-radius: 6px;
  font-family: "Lexend Peta", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background-color: var(--contrast);
  color: var(--base-2);
}
#content a.wp-block-button__link.has-contrast-background-color:hover {
  padding: 10px 25px 10px 25px;
  background-color: var(--accent);
}
#menu-secondary-menu .nav-btn a, #menu-primary-menu-1 .nav-btn a {
  font-family: "Lexend Peta", sans-serif;
  color: var(--base-2);
  background-color: var(--accent-2);
  font-size: 14px;
  letter-spacing: 1px;
}
#menu-secondary-menu .nav-btn {
  margin-left: 15px;
}
#menu-secondary-menu .nav-btn a:hover, #menu-primary-menu-1 .nav-btn a:hover {
  color: var(--base-2);
  background-color: var(--accent);
}
#footer-widgets a.wp-block-button__link.has-contrast-background-color.has-background {
  color: var(--base-2);
  border-radius: 0px;
  font-family: "Lexend Peta", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
#footer-widgets a.wp-block-button__link.has-contrast-background-color.has-background:hover {
  color: var(--base-2);
}
/* xPage Specific

============================= */
.service-media .wp-block-media-text__content {
  padding: 5%;
}
.service-media p {
  font-size: 16px;
  margin-bottom: 15px;
}
.service-media h2 {
  font-size: 32px;
}
#main .service-ul-col ul ul {
  margin-top: 7px;
  line-height: 1.8;
  margin-bottom: 11px;
}
#main .service-ul-col ul li ul li {
  font-weight: 500;
  font-size: 14px;
}
.service-ul-col ul li {
  font-size: 16px;
  font-weight: 700;
}
#main .marg-bot-0 {
  margin-bottom: 0px !important;
}
.video-shadow {
  -webkit-box-shadow: 0px -4px 6px #00000033;
  box-shadow: 0px -4px 6px #00000033;
  position: relative;
  z-index: 2;
}
.home-boxes a {
  font-size: 24px;
}
.home-image-split {
  position: relative;
}
.home-image-split .split1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.home-image-split .split1 img, .home-image-split .split2 img {
  height: 779px;
}
.home-image-split .split2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
}
.home-circle {
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 30px #00000052;
  box-shadow: 0px 10px 30px #00000052;
  padding: 30px;
  border-radius: 360px;
  height: 600px;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  background: var(--base-2);
}
#content .choice-boxes .wp-block-cover__inner-container {
  padding: 0px;
}
#content .choice-boxes .wp-block-column h2 {
  font-size: 30px;
  margin-bottom: 5px;
}
#content .choice-boxes .wp-block-column h3 {
  font-size: 19px;
  line-height: 1.7em;
  margin-bottom: 0px;
}
#content .choice-boxes .wp-block-column a {
  text-decoration: underline;
}
#content .choice-boxes .wp-block-column a:hover {
  text-decoration: none;
  color: var(--contrast);
  padding-left: 5px;
}
#content .choice-boxes ul {
  list-style: none;
}
#content .choice-boxes ul li {
  margin-bottom: 8px;
}
#content .choice-boxes ul li:before {
  content: "+";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  color: var(--contrast);
  margin-right: 10px;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  top: -2px;
}
.coffee-accesor-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coffee-accesor-list li {
  width: 30%;
  margin: 1%;
  text-indent: -.6em;
  margin-left: 1em;
}
.coffee-accesor-list li:before {
  content: "\f0da";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  color: var(--accent-2);
  margin-right: 10px;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  top: -2px;
}
.service-ul-col ul li {
  margin-bottom: 10px;
}
.service-ul-col ul ul {
  margin-left: 40px;
}
.service-ul-col ul li:before {
  content: "\f00c";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  top: -2px;
}
.service-ul-col ul {
  margin-left: 20px;
  list-style: none;
}
#content .choice-boxes .box-lines {
  border: 1px solid #00000029;
}
.box-lines .wp-container-core-columns-is-layout-5 {
  background: var(--base-2);
}
.pos-rel-image-home {
  position: relative;
  z-index: 2;
}
.relative {
  position: relative;
}
.pattern1 {
  position: absolute;
  left: 0;
  top: -60px;
}
.pattern2 {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.inner-hero .wp-block-column {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media:after {
  -webkit-box-shadow: inset 0 0 80px 30px #000000cc;
  box-shadow: inset 0 0 80px 30px #000000cc;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.inner-hero .wp-block-columns {
  margin-bottom: 0px;
}
.inner-hero h1, .inner-hero h2 {
  text-shadow: 1px 1px 4px #00000036;
}
#content .remove-box {
  border: 0px solid transparent;
  background-color: transparent;
}
#content .remove-box:before {
  content: none;
}
.product-boxes .wp-block-column {
  border: 1px solid #80808057;
  padding: 20px;
  background: #ebebeb20;
  min-height: 190px;
  position: relative;
  border-radius: 6px;
}
.product-boxes .wp-block-column p {
  margin-bottom: 0px;
  font-size: 16px;
}
.product-boxes .wp-block-column h3 {
  font-size: 24px;
  position: relative;
}
.product-boxes .wp-block-column h3:before {
  left: -10000px;
}
.product-boxes .wp-block-column h3:after {
  content: "";
  position: absolute;
  width: 1%;
  height: 1px;
  top: 0;
  border-bottom: 1px solid #c5c5c5;
  right: 0;
}
.india-div {
  max-width: 280px;
  margin: 50px auto;
  opacity: .3;
}
.more-types {
  border: 1px solid #80808057;
  min-height: 190px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-radius: 6px;
}
.more-types i {
  font-size: 34px;
  margin-bottom: 5px;
}
.more-types a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page .more-types a {
  font-size: 20px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
#content .more-types:hover a, #content .more-types:hover p a {
  color: var(--accent);
}
.more-types:hover {
  margin-top: -5px;
  border-bottom: 6px solid var(--accent-2);
}
.inner-hero-flav {
  max-width: 90%;
}
.more-types p {
  margin-bottom: 6px;
  width: 100%;
}
#content .more-types i.fa-arrow-right-long {
  font-size: 22px;
  margin-bottom: 0px;
}
.img-tech img {
  -webkit-box-shadow: 0px 10px 30px #00000052;
  box-shadow: 0px 10px 30px #00000052;
  border-radius: 360px;
}
.picture-padding {
  padding: 12.3456789px;
}
a.generate-back-to-top {
  border-radius: 360px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.fa-headline .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fa-headline .wp-block-group__inner-container i {
  color: var(--accent-2);
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  top: 9px;
  margin-left: -5px;
}
#content .main-squeeze {
  max-width: 970px;
  margin: 0 auto;
}
#main .searchandfilter ul ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog #right-sidebar {
  width: 35%;
}
.blog #primary {
  width: 70%;
  padding-right: 5%;
}
#right-sidebar {
  border-left: 1px solid #d7d7d7;
  padding-left: 5%;
}
blockquote {
  background: #f5f5f5;
  border-left-color: var(--accent-2);
  font-style: normal;
  position: relative;
  z-index: 2;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.pattern1-story {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -1vw;
  top: -190px;
}
div#mc_embed_signup {
  width: 100%;
  background: transparent;
  color: white;
}
#mc_embed_signup form {
  margin: 0px !important;
}
#mc_embed_signup .mc-field-group label {
  font-size: 12px;
  font-weight: 700;
}
#mc_embed_signup .mc-field-group {
  padding-bottom: 1.5%;
}
.marg-bot-0 {
  margin-bottom: 0px;
}
#mc_embed_signup .mc-field-group input {
  padding: 3px 0px !important;
}
#mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .choice-boxes .box-lines {
  background: white;
  z-index: 2;
}
.g-padding {
  padding: 0px 35px;
}
.blog .inner-hero h2 {
  font-size: 18px;
  line-height: 35px;
}
#main .service-ul-col ul ul {
  list-style: square;
}
#main .service-ul-col ul li li {
  text-indent: 0px;
  padding-left: 0px;
  line-height: 20px;
}
#main .service-ul-col ul li {
  font-size: 14px;
  text-indent: -.85em;
  padding-left: .85em;
  font-weight: 500;
}
#main .service-ul-col ul ul li:before {
  content: none;
}
#main .service-ul-col ul li:before {
  color: var(--accent-2);
}
.service-ul-col {
  gap: 20px;
}
.tea_description {
  font-size: 14px;
  margin-top: 10px;
}
.coffee_description {
  font-size: 14px;
  margin-top: 10px;
}
.single div#primary {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 5%;
}
.single #right-sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
}
.searchandfilter {
  border: 1px solid #d3d3d3;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 21px;
  border-radius: 7px;
  position: sticky;
  top: 100px;
}
.contact-group, .form-wrap {
  border: 1px solid #d3d3d3;
  background: #f5f5f5;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 21px;
  border-radius: 7px;
}
/* xMedia Queries

============================= */
.mobile-link {
  display: none;
}
@media screen and (max-width: 1400px) {
  .service-media .wp-block-media-text__content {
    padding: 32px 32px;
  }
  .single div#page {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .home-image-split .split1 img, .home-image-split .split2 img {
    height: 430px;
    width: auto;
  }
  .home-image-split .split1, .home-image-split .split2 {
    top: 114px;
  }
  div#right-sidebar .wp-block-search__inside-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div#right-sidebar button.wp-block-search__button.wp-element-button {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1170px) {
  #primary-menu {
    margin-top: 26px;
  }
  .site-logo {
    position: inherit;
    top: 0;
  }
  #site-navigation {
    padding-top: 0px;
    padding-bottom: 20px;
    margin: -10px auto 0px;
  }
  .service-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-media .wp-block-media-text__media {
    display: block;
    width: 100%;
  }
  .single #main .wp-block-image figure {
    float: none;
    margin: 20px auto;
  }
}
@media screen and (max-width: 992px) {
  span.dropdown-menu-toggle {
    background: var(--accent-2);
  }
  span.gp-icon.icon-arrow svg path {
    stroke: var(--base-2);
  }
  nav#site-navigation {
    display: none;
  }
  .choice-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  button.menu-toggle {
    border: 1px solid var(--contrast-2);
    background: #d1d1d138;
  }
  .hero h1 mark {
    margin-top: -7px;
    line-height: 36px;
  }
  .generate-columns-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page .generate-columns-container article {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  figure.wp-block-media-text__media {
    width: 100%;
  }
  .inner-hero .wp-block-column {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  .blog #right-sidebar {
    width: 100%;
  }
  .blog #primary {
    width: 100%;
    padding-right: 0%;
  }
  .hero h1 mark {
    font-size: 20px;
    margin-top: 13px;
    margin-bottom: 30px;
  }
  #secondary-navigation {
    display: none;
  }
  .mobile-link {
    display: block;
  }
  .home-circle {
    padding: 50px;
    border-radius: 8px;
    height: 320px;
    width: 480px;
  }
  .home-image-split .split1, .home-image-split .split2 {
    top: 14px;
  }
  .choice-boxes .wp-block-columns ul:last-child {
    margin-bottom: 0px;
  }
  .choice-boxes .wp-block-columns {
    gap: 0px;
  }
  .inner-hero-flav {
    max-width: 100%;
  }
  #main .inner-hero.wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main .wp-block-media-text__media {
    display: block;
    width: 100%;
  }
  .single div#primary {
    padding-right: 0;
  }
  .site-logo a:after {
    width: 186px;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .home-circle {
    width: 100%;
  }
  .site-header .header-image {
    width: 110px;
  }
  button.menu-toggle {
    font-size: 10px;
  }
  .copyright-bar {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  .inner-hero h2 {
    font-size: 18px;
    line-height: 34px;
  }
  .single div#page {
    padding-left: 40px;
    padding-right: 40px;
  }
}