/*
Theme Name: THE COFFEE GUY
Author: FnClick
Author URI: https://fnclick.com.np/
Description: Custom theme for the coffee guy website
Version: 1.1.2
Text Domain: thecoffeeguy
*/

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
:root {
  --primary-color: #b31d1a;
  --secondary-color: #272525;
  --bg-blue: #25b9c5;
  --bg-black: #272525;
  --bg-white: #fff;
  --dark-color: #272525;
  --color-white: #fff;
  --light-gray: #f5f8fa;
  --primary-fonts: "Source Sans Pro";
  --secondary-fonts: "Bergen Text";
  --tertiary-fonts: "Silk RemingtonSBold";
  --fourth-fonts: "Open Sans";
  --default-transition: all 0.3s ease-in-out;
  --default-padding: 40px 0;
  --default-md-gaps: 20px;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
/* global-fonts */
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.woff2") format("woff2"),
    url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
    url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Medium.woff2") format("woff2"),
    url("fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"),
    url("fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Light.woff2") format("woff2"),
    url("fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-SemiBold.woff2") format("woff2"),
    url("fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Black.woff2") format("woff2"),
    url("fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-ExtraLight.woff2") format("woff2"),
    url("fonts/SourceSansPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Bold.woff2") format("woff2"),
    url("fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stardos Stencil";
  src: url("fonts/StardosStencil-Bold.woff2") format("woff2"),
    url("fonts/StardosStencil-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bergen Text";
  src: url("fonts/BergenText-Bold.woff2") format("woff2"),
    url("fonts/BergenText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Silk RemingtonSBold";
  src: url("fonts/SilkRemington-SBold.woff2") format("woff2"),
    url("fonts/SilkRemington-SBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Carosello";
  src: url("fonts/Carosello-Regular.woff2") format("woff2"),
    url("fonts/Carosello-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("fonts/ArialMT.woff2") format("woff2"),
    url("fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* global-fonts-end */

.default-padding {
  padding: var(--default-padding);
}

.bg-blue {
  background-color: var(--bg-blue);
}

.bg-black {
  background-color: var(--bg-black);
}
body {
  overflow-x: hidden;
  font-family: var(--primary-fonts);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--dark-color);
  background-size: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?254f0v");
  src: url("fonts/icomoon.eot?254f0v#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?254f0v") format("truetype"),
    url("fonts/icomoon.woff?254f0v") format("woff"),
    url("fonts/icomoon.svg?254f0v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"],
[class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-phone:before {
  content: "\e90e";
}

.ic-category:before {
  content: "\e90c";
}

.ic-calendar-bold:before {
  content: "\e90d";
}

.ic-notebook:before {
  content: "\e90b";
}

.ic-location:before {
  content: "\e901";
}

.ic-mail:before {
  content: "\e900";
}

.ic-dropdown:before {
  content: "\e902";
}

.ic-dropdown-left:before {
  content: "\e90f";
}

.ic-dropdown-right:before {
  content: "\e910";
}

.ic-search:before {
  content: "\e903";
}

.ic-award:before {
  content: "\e904";
}

.ic-mouse:before {
  content: "\e905";
}

.ic-double-arrow-down:before {
  content: "\e906";
}

.ic-papers:before {
  content: "\e907";
}

.ic-clip-paper:before {
  content: "\e908";
}

.ic-youtube:before {
  content: "\e909";
}

.ic-calendar:before {
  content: "\e90a";
}

img {
  max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  /* font-family: var(--secondary-fonts); */
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

a:hover {
  color: var(--secondary-color);
}

a,
input[type="submit"],
button {
  cursor: pointer;
  -webkit-transition: var(--default-transition);
  -moz-transition: var(--default-transition);
  -ms-transition: var(--default-transition);
  -o-transition: var(--default-transition);
  transition: var(--default-transition);
}

/* site-header */
.parallax-window {
}
.imageHolder img.img-holder-img {
  object-fit: cover;
}
.site-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  max-width: 335px;
}

/* Header Menu */
.site-header-container {
  padding-bottom: 9rem;
}

.site-header {
  padding: 0 15px 0;
  position: fixed;
  background: white;
  z-index: 20;
  width: 100vw;
}

.header-right .overflow-menu {
  display: flex;
}

.primary-menu li {
  text-align: center;
}

.primary-menu a {
  font-size: 20px;
  font-family: var(--primary-fonts);
}

.primary-menu .menu-item {
  width: 100%;
}

.bg-overlay {
  position: relative;
}
section.coffee-treats.stallholder.default-padding {
  padding-top: 0;
}
.bg-overlay:before {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.79),
      rgba(0, 0, 0, 0.79)
    ),
    url("https://uploads-ssl.webflow.com/6049783e38e0ed9037a84f41/60e2230a79903b8688ea9c45_20210701_122617.jpg");
  background-position: 0 0, 20% 70%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-text {
  position: relative;
  color: var(--dark-color);
  max-width: 790px;
  margin: auto;
}

.banner-text h1 span {
  display: block;
  font-size: 37px;
  color: var(--primary-color);
  font-family: var(--tertiary-fonts);
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: initial;
}

.banner-text h1,
.location-banner-content h1 {
  font-size: 96px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.banner-text h1 {
  font-family: var(--secondary-fonts);
}
.banner-text p,
.location-banner-content p {
  padding: 0 0 12px 0px;
  color: var(--dark-color);
  font-size: 24px;
  border-radius: 0;
  max-width: 366px;
  line-height: 1.3;
}
.location-banner-content p {
  font-size: 36px;
  margin-bottom: 10px;
}
.location-banner-content h4 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}
.btn {
  padding: 12px 58px;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-family: var(--primary-fonts);
}

.btn.btn-sm {
  padding: 8px 30px;
  font-size: 16px;
}

.btn:hover {
  background: #000;
  color: #fff;
}
.btn.bg-white {
  color: var(--color-dark);
}
.btn-bg {
  background: var(--dark-color);
}
.btn-heart {
  position: relative;
}

.btn-heart i {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  color: #b31d1a;
  font-size: 30px;
  transform: rotate(16deg);
  transition: all 0.3s ease-in;
  opacity: 0;
}

.btn-heart:hover i {
  opacity: 1;
}

.btn-drive-thru:before,
.btn-drive-thru:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: -6px;
  background-repeat: no-repeat;
  --size: 88px;
  width: var(--size);
  height: var(--size);

  transition: all 0.4s ease-in-out;
}

.btn-drive-thru {
  position: relative;
}

.btn-drive-thru:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 90.02'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b42320;%7D.cls-2%7Bfill:%23b4221f;%7D.cls-3%7Bfill:%23b52522;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eleft%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6.56.06A54.39,54.39,0,0,1,22.42,9.9a2.49,2.49,0,0,1,.38,2.8,1.72,1.72,0,0,1-2.57.59C14.89,10,9.79,6.4,4.1,3.74c-1-.45-1-1.61-.57-2.63S5-.1,6.56.06Z'/%3E%3Cpath class='cls-2' d='M35,75.68a3.47,3.47,0,0,1-1.06,3.25,59.12,59.12,0,0,0-7.23,9.43c-.72,1.23-1.73,2.11-3.25,1.42s-1.67-2-.95-3.32a40.07,40.07,0,0,1,8.47-10.92C32.31,74.32,34.09,73.82,35,75.68Z'/%3E%3Cpath class='cls-3' d='M4.92,37.66c1.57.28,4.5.8,7.43,1.34,1.53.28,3.09.71,2.82,2.72-.31,2.33-2.16,2.19-3.83,1.9-2.92-.5-5.82-1.15-8.74-1.69-1.67-.32-2.92-1-2.53-3S2,37,4.92,37.66Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: -45px;
}

.btn-drive-thru:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.25 91.04'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b3201d;%7D.cls-2%7Bfill:%23b42320;%7D.cls-3%7Bfill:%23b4211e;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eright%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M8.44,10.23H4.12c-1.76,0-2.8-.83-2.88-2.66a2.61,2.61,0,0,1,2.69-3A52.93,52.93,0,0,0,24.16.25a2.66,2.66,0,0,1,3.69,1.6c.77,1.95-.44,3.16-2.07,3.91A50.33,50.33,0,0,1,8.44,10.23Z'/%3E%3Cpath class='cls-2' d='M29.83,42.7c-5.67-1.16-11.35-2.29-17-3.5-1.65-.36-2.75-1.49-2.38-3.22a2.84,2.84,0,0,1,3.66-2.43c5.5,1.14,11,2.33,16.49,3.44,2,.4,2.88,1.54,2.61,3.5S31.39,42.59,29.83,42.7Z'/%3E%3Cpath class='cls-3' d='M14.39,88.07c-.36,2.8-2,3.48-4,2.63A21.39,21.39,0,0,1,.48,82,2.68,2.68,0,0,1,1,78.37c1.16-.93,2.85-1.18,3.67-.13a38.46,38.46,0,0,0,8.8,8C14,86.58,14.17,87.59,14.39,88.07Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  right: -105px;
}

.btn-drive-thru:hover:before,
.btn-drive-thru:hover:after {
  opacity: 1;
}

.header-cta:hover,
.primary-btn:hover {
  background: var(--secondary-color);
  color: var(--color-white);
  text-decoration: none;
}

.secondary-btn:hover,
.btn.bg-white:hover {
  background: var(--primary-color) !important;
  color: #fff;
}

.secondary-btn {
  background: var(--secondary-color);
}

.primary-btn {
  background: var(--primary-color);
}

.button-group .btn {
  margin: 0 15px;
}

.button-group {
  margin: 0 -15px;
}

.bg-black {
  background: var(--bg-black);
}
.banner-wrapper {
  padding-top: 100px;
}
.input-group p br {
  display: none;
}

/* about-wrapper */
.about-content {
  max-width: 1142px;
  margin: auto;
  text-align: center;
  font-size: 37px;
}

.section-title span {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
}

.section-title h1,
.section-title h2 {
  font-size: 37px;
  color: var(--primary-color);
  font-family: var(--tertiary-fonts);
}

.section-title {
  margin-bottom: 30px;
}

.about-content p {
  line-height: 1.2;
}

.about-content .text {
  margin-bottom: 60px;
}
.franchise-wrapper .section-title span {
  text-transform: inherit;
  font-size: 36px;
  font-weight: 700;
}

.franchise-item {
  padding: 0 25px;
  display: block;
  margin-bottom: 25px;
  cursor: pointer;
}

.franchise-wrapper .row {
  margin: 0 -25px;
  /* padding-bottom: 60px; */
}

.franchise-item .itemwrap {
  height: 100%;
  position: relative;
  display: block;
}

.franchise-item .img-content {
  position: absolute;
  display: none;
  left: 50%;
  top: 10%;
  color: white;
  width: 100%;
  padding: 0 2.5rem;
  font-size: 20px;
  transform: translateX(-50%);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.franchise-item .itemwrap img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.franchise-item .itemwrap {
  position: relative;
}
.franchise-item .itemwrap h3 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 10px;
  text-align: center;
  justify-content: center;
}

.franchise-item .imgholder::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.franchise-item .itemwrap:hover .imgholder::after {
  background: rgba(0, 0, 0, 0.8);
}

.franchise-item .itemwrap {
  overflow: hidden;
}

.franchise-options h3 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: bold;
}
.franchise-options h4 {
  font-family: var(--primary-fonts);
  font-size: 36px;
}

.franchise-options h4 strong {
  font-weight: 600;
}
.franchise-listing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 36px;
  padding-left: 0;
  list-style: none;
  color: aliceblue;
  margin-bottom: 0;
}

.franchise-listing :is(a, li) {
  color: var(--dark-color);
}
.footer-menu-list a:hover,
.franchise-listing a:hover {
  color: var(--primary-color);
}
.franchise-listing li {
  padding: 0 30px;
  line-height: 1;
  margin-bottom: 40px;
}

.franchise-listing li:last-child {
  border-right: 0;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-banner .bg-img,
.hero-banner {
  background-color: #b3b3b3;
  height: 50vh;
}
.parallax-window {
  position: relative;
  z-index: 3;
  background: #080126;
  overflow: hidden;
}
.parallex-img {
  height: 130vh;
  object-fit: cover;
}
.simpleParallax.simple-parallax-initialized {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  right: 0;
}
.bg-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.coffee-treats {
  padding: 80px 0;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-title.type-2 {
  color: var(--primary-color);
}

.section-title.type-2 h2 {
  font-size: 96px;
  font-weight: bold;
  color: var(--dark-color);
  max-width: 900px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: var(--secondary-fonts);
}
.section-title.type-2 span {
  font-family: var(--tertiary-fonts);
  text-transform: initial;
}
.coffee-treats p {
  max-width: 1120px;
  margin: 0 auto 30px;
}
.text p {
  font-size: 36px;
  line-height: 1.2;
}

.coffee-treats .text {
  margin-bottom: 60px;
}

.coffee-treats-col-wrap .section-title span {
  font-size: 37px;
  text-transform: inherit;
}

.coffee-treats-col-wrap .btn {
  margin-top: 40px;
}

.coffee-treats-col-wrap .itemwrap {
  padding-left: 40px;
}

.coffee-treats-col-wrap .section-title {
  max-width: 370px;
  line-height: 1.2;
}

.coffee-treats-col-wrap .text {
  margin-bottom: 0;
}

/* about-wrapper-end */

/* contact-wrapper */
.mobile-espresso-text ul {
  list-style: none;
  padding-left: 0;
}
.mobile-espresso-text ul {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
}

.mobile-espresso-text ul li + li {
  margin-top: 8px;
}
.workplace-delivery-wrap {
  min-height: 65vh;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: flex;
}

.workplace-delivery-wrap span {
  font-size: 37px;
  color: var(--primary-color);
  font-family: var(--tertiary-fonts);
  display: block;
  padding-bottom: 10px;
}

.workplace-delivery-wrap h2 {
  font-size: 96px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}

.skew-text {
  font-size: 37px;
  color: var(--primary-color);
  transform: rotate(-3deg);
  line-height: 1;
  font-family: var(--tertiary-fonts);
}

.workplace-delivery-wrap .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.workplace-delivery-wrap h2 img {
  position: absolute;
  right: -62px;
  max-width: 94px;
  top: -9px;
}
/* contact-wrapper-end */

/* footer-wrapper */
.footer-menu-list {
  list-style: none;
  padding-left: 0;
}

.social-share {
  list-style: none;
  padding-left: 0;
  display: flex;
}

.social-share a {
  background: #ed3024;
  color: #fff;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.social-share a:hover {
  background: var(--dark-color);
}
.footer-menu-list a {
  font-size: 24px;
  color: var(--dark-color);
  padding-bottom: 5px;
  display: inline-block;
  font-family: var(--fourth-fonts);
}

.site-fotter {
  padding: 80px 0;
}

.site-footer.default-padding {
  padding: 60px 0;
}

.site-footer .social-share {
  margin-bottom: 30px;
}

.copyright-block {
  font-size: 14px;
  color: #666666;
}
/* footer-wrapper-end */

/* menu-wrapper */
.inner-banner-wrapper {
  background: #f8f9f8;
  min-height: 60vh;
}

.default-padding-l {
  padding: 60px 0;
}
.menu-wrapper .section-title.type-2 h2 {
  font-size: 65px;
  padding-bottom: 15px;
}

.text-middle {
  max-width: 1060px;
  text-align: center;
  margin: 0 auto;
}

p {
  margin-bottom: 30px;
}

.menu-wrapper .text-middle {
  padding-bottom: 60px;
}
/* menu-wrapper-end */

/* location-banner */
.Location-banner.default-padding {
  padding: 100px 0;
}

.location-banner-content h1 {
  padding-top: 60px;
  font-size: 80px;
}

.location-banner-content {
  padding: 0 30px;
}

.franchise-listing li span {
  display: inline-block;
  padding-right: 30px;
}

.franchise-listing.type-2 {
  display: flex;
  flex-wrap: wrap;
}

.franchise-listing.type-2 {
  max-width: 830px;
  margin: 0 auto;
}

.franchise-options.type-2 h3 {
  font-size: 30px;
}
/* location-banner-end */

/* prefooter-contact */
.prefooter-wrapper {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}

.prefooter-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.prefooter-wrapper .container {
  position: relative;
  text-align: center;
  color: #fff;
}

.prefooter-wrapper .container h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.prefooter-wrapper .container h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 40px;
}

.contact-listing {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 0;
}

.contact-listing li a {
  display: flex;
  flex-direction: column;
}

.contact-listing li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 30px;
}

.contact-listing li i {
  display: inline-flex;
  background: #ed3024;
  color: #fff;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 65px;
  margin-bottom: 15px;
}

i.fas.fa-phone {
  transform: rotate(90deg);
}

.contact-listing li span {
  display: inline-block;
  color: #fff;
  font-size: 24px;
}
/* prefooter-contact-wrap-end */

/* promotion-wrapper */
.promotion-banner p {
  max-width: 100%;
  font-size: 29px;
}

body .red-text {
  color: var(--primary-color);
  font-family: var(--tertiary-fonts);
}
/* promotion-wrapper-end */

/* large-red-text-block*/
.large-red-text-block {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.large-red-text-block .content h3 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--secondary-fonts);
  margin-bottom: 0;
  line-height: 1;
}

.large-red-text-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b51a16;
  opacity: 0.7;
  z-index: -1;
}
/* large-red-text-block-end */

/* Prize-winner */
.coffee-guy-winner-wrapper {
  text-align: center;
  padding-bottom: 100px;
}

.coffee-guy-winner-wrapper h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 60px;
}
.coffe-guy-text.coffee-treats .text strong {
  font-weight: 600;
}
.prize-winners {
  list-style: none;
  padding-left: 0;
}

.prize-winners h4 {
  font-family: var(--tertiary-fonts);
  color: var(--primary-color);
  font-size: 28px;
  display: inline-block;
  position: relative;
}

.prize-winners p {
  font-size: 26px;
  max-width: 800px;
  margin: 0 auto;
}

.prize-winners li {
  margin-bottom: 60px;
}

.prize-winner li h4 {
  display: inline-block;
  position: relative;
}

.prize-winners .heart-icon h4:before {
  content: "\f004";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  top: -40px;
  right: 30px;
  transform: rotate(25deg);
}

.normal-font {
  font-size: 30px;
}
.prize-winners li:nth-child(4) h4:before {
  right: auto;
  left: -22px;
  transform: rotate(-20deg);
}
/* prize-winner-end */

/* work-place-wrapper */
.location-banner-content .imgholder {
  background: #b3b3b3;
  height: 500px;
}
.location-banner-content .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-banner .location-banner-content h1 {
  padding-top: 0;
}

.red-text.type-2 {
  font-family: var(--secondary-fonts);
  font-size: 70px;
}
/* work-place-wrapper-end */

/* campaign-wrapper */
.campaign-layout-wrapper .imgholder {
  height: 460px;
  background: #b3b3b3;
}
.campaign-layout-wrapper .imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title {
  font-size: 70px;
  text-transform: uppercase;
  font-family: var(--secondary-fonts);
}

.campaign-layout-wrapper .title {
  padding-top: 60px;
  padding-bottom: 20px;
}

.campaign-layout-wrapper .itemwrap {
  padding-left: 60px;
}

.campaign-layout-wrapper p {
  font-size: 26px;
  line-height: 1.3;
}
.ml-40 {
  margin-left: 40px;
}
.pt-80 {
  padding-top: 60px;
}
.coffee-treats .section-title.type-2 h2 {
  padding-bottom: 30px;
}

.coffee-treats.stallholder p {
  margin-bottom: 60px;
}
/* campaing-wrapper-end */

/* franchise-page */
.Franchise-banner-wrapper {
  background: #b3b3b3;
  height: 65vh;
}

.default-padding-el {
  padding: 100px 0;
}

.hero-banner.with-bg-img .text-wrap {
  color: #fff;
  z-index: 1;
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.hero-banner.with-bg-img {
  height: 90vh;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
}

.hero-banner.with-bg-img h4,
.hero-banner.with-bg-img p {
  font-size: 36px;
  margin-bottom: 30px;
}
.name,
.author {
  font-size: 30px;
}
.repco-wrap .text p {
  font-weight: 600;
}

.mob-coffee-wrapper .title {
  line-height: 1.2;
  padding-top: 40px;
}

.mob-coffee-wrapper.campaign-layout-wrapper .imgholder {
  height: 465px;
}

.mob-coffee-wrapper .title {
  line-height: 1.2;
  padding-top: 40px;
}

.mob-coffee-wrapper.campaign-layout-wrapper .imgholder {
  height: 465px;
}

.our-fans-wrapper.coffee-treats .section-title.type-2 h2 {
  font-size: 90px;
}

.coffee-guy-text .text {
  max-width: 1100px;
}

.coffe-guy-text.coffee-treats .text {
  max-width: 1056px;
  margin: 0 auto;
}

.coffe-guy-text .text span.red-text {
  font-size: 36px;
  display: block;
  margin-bottom: 40px;
}
.hero-banner.with-bg-img .text-wrap h2 {
  color: #fff;
  padding-bottom: 15px;
  font-size: 80px;
}

span.red-text.white-text {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.hero-banner.with-bg-img p {
  line-height: 1.3;
}
/* franchise-page-end */

/* enquiry-form */
.enquiry-wrapper p {
  font-size: 30px;
}

.enquiry-wrapper .text-wrap {
  max-width: 936px;
  margin: 0 auto;
  line-height: 1.2;
}

.enquiry-wrapper .text-wrap h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.enquiry-wrapper p a {
  color: var(--dark-color);
}
.enquiry-wrapper p a:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

a.link {
  border-bottom: 2px solid var(--dark-color);
  line-height: 1;
}

.contact-form-wrapper {
  padding-top: 50px;
}

.input-group p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  width: 100%;
}
.input-group span {
  width: 85%;
}

.input-group.submit-row span.wpcf7-spinner {
  position: absolute;
  margin-right: -28%;
}
.input-group label {
  flex: 0 0 15%;
  text-align: right;
}

.input-group :is(input, textarea) {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 30px !important;
  padding: 14px 10px;
  border: 1px solid #aaa;
}

.input-group label {
  font-weight: 600;
  font-size: 24px;
}

.input-group.checkbox input,
.input-group.checkbox span {
  width: auto;
}

.input-group.checkbox label {
  flex: 0 0 auto;
}

.input-group.checkbox {
  max-width: 719px;
  margin: 0 auto;
}
.input-group.form-group.checkbox p {
  justify-content: center;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 4px;
  right: -20px;
  width: 100%;
  text-align: right;
  font-size: 13px;
}
/* This css is for normalizing styles. You can skip this. */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.new {
  padding: 50px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label,
.form-group span {
  position: relative;
  cursor: pointer;
}

.form-group label span:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #aaa;
  padding: 25px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

.form-group input:checked + label:after,
.form-group input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 23px;
  width: 10px;
  height: 22px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.input-group.formcol-big label {
  flex: 0 0 34%;
}

.input-group.formcol-big input {
  flex: 0 0 60%;
}
.input-group.formcol-big p span {
  width: 60%;
}
.formcol-big textarea {
  margin-left: 30px !important;
  height: 150px;
  width: 100%;
  padding: 14px 10px;
}
.input-group.submit-row p {
  justify-content: center;
  text-align: center;
}
.input-group.submit-row {
  margin-top: 40px;
  text-align: center;
  justify-content: center;
}

.input-group.submit-row input {
  width: auto;
  padding: 15px 60px;
  background: var(--dark-color);
  color: #fff;
  font-size: 18px;
}

.input-group.checkbox {
  margin-bottom: 30px;
}

span.form-title {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
}

.form-group-col {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

.pt-20 {
  padding-top: 20px;
}

.input-group.form-group.checkbox.pt-20 {
  padding-top: 2rem;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
}

ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  flex: 0 0 25%;
  text-align: left;
}
.franchise-tab-banner-wrapper {
  display: block !important;
  color: #fff;
}

.franchise-tab-banner-wrapper h1 {
  position: relative;
  font-family: var(--tertiary-fonts);
  margin-bottom: 32px;
}

.franchise-tab-banner-wrapper .tabs {
  justify-content: center;
  display: flex;
}

.franchise-tab-banner-wrapper .tabs h1 {
  font-family: var(--tertiary-fonts);
}
.tab_last {
  /* border-right: 1px solid #333; */
}

ul.tabs li:hover {
  color: var(--primary-color);
}
section {
  position: relative;
  z-index: 2;
}
.franchise-tab-banner-wrapper.fixed-header {
  z-index: 3;
}
.franchise-tab-banner-wrapper.fixed-header ul.tabs {
  position: fixed;
  left: 0;
  right: 0;
  justify-content: center;
  top: 0;
  z-index: 9;
  background: #fff;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.logged-in .franchise-tab-banner-wrapper.fixed-header ul.tabs {
  top: 30px;
}

.franchise-tab-banner-wrapper.fixed-header ul.tabs li {
  padding: 22px 10px;
  font-size: 22px;
  color: #000;
  text-align: center;
  border-right: 1px solid #000;
}

.franchise-tab-banner-wrapper.fixed-header ul.tabs li.tab_last {
  border: none;
}
ul.tabs li.active,
.franchise-tab-banner-wrapper.fixed-header ul.tabs li.active {
  color: var(--primary-color);
}

.tab_container {
  border-top: none;
  width: 100%;
  overflow: auto;
}

.tab_content {
  display: none;
}

.tab_drawer_heading {
  display: none;
}
span.wpcf7-spinner {
  width: 24px;
}
.contact-main h2 {
  padding-bottom: 30px;
}

.contact-main .section-title p {
  font-size: 34px;
  color: var(--dark-color);
}

.contact-block-listing {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact-block-item {
  padding: 0 50px;
}

.contact-block-item .iconholder {
  background: var(--primary-color);
  color: #fff;
  height: 135px;
  width: 135px;
  margin: 0 auto;
  line-height: 135px;
  font-size: 70px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.contact-block-item span {
  font-size: 30px;
  color: var(--dark-color);
}

.contact-main .section-title.type-2 {
  margin-bottom: 80px;
}

/* franchise-wrapper */
.franchise-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.franchise-filter-nav-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px 40px;
  list-style: none;
  padding-left: 0;
}

.franchise-filter-item {
  width: 100%;
  padding: 0 30px;
}
.mobile-espresso-text-list li a:hover {
  color: var(--primary-color);
}
.franchise-filter-item select {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #000;
  background: transparent;
  font-size: 28px;
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
}

.mobile-espresso-text {
  list-style: none;
  text-align: center;
  background: rgb(179 29 26 / 15%);
  padding: 44px 30px 30px;
}

.mobile-espresso-text-list {
  font-size: 20px;
  list-style: none;
  padding-left: 0;
}

.mobile-espresso-text h4 {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 40px;
}

.mobile-espresso-text-list li strong {
  color: var(--primary-color);
  display: inline-block;
  padding-right: 5px;
}

.mobile-espresso-text-list li {
  padding-bottom: 10px;
}

.mobile-espresso-text-list li a {
  text-decoration: underline;
  color: var(--dark-color);
}
.page-default-section .container {
  max-width: 800px;
}

section.page-default-section.default-padding {
  --default-padding: 61px;
  padding: var(--default-padding) 0;
}
/* .franchise-wrapper .container {max-width: 1000px;} */

.franchise-wrapper.default-padding {
  /* padding-bottom: 100px; */
}
.input-group.submit-row button.btn.btn-bg.btn-drive-thru {
  font-size: 20px;
}
.input-group.submit-row .btn-drive-thru:before,
.input-group.submit-row .btn-drive-thru:after {
  --size: 60px;
}
.input-group.submit-row .btn-drive-thru:before {
  left: -30px;
  top: 2px;
}
.input-group.submit-row .btn-drive-thru:after {
  right: -71px;
  top: 0;
}
/* franchise-wrapper-end */
@media screen and (max-width: 575px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #272626;
    position: relative;
    color: #fff;
    font-size: 22px;
    border-top: none;
    margin: 0;
    padding: 13px 20px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #000000;
    color: #fff;
  }
  .tab_drawer_heading:before {
    content: "\f067";
    /* font-family: fantasy; */
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 14px;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    --size: 35px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
  }
  .tab_content .default-padding-el {
    padding: 55px 0;
  }
  .tab_drawer_heading.d_active:before {
    content: "\f068";
  }
}

#notfound {
  position: relative;
  height: 75vh;
  padding: 5rem 0;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 625px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  padding: 0 20px;
}

.notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}

.notfound .notfound-404 > div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f68b11;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 5px dashed #000;
  border-radius: 5px;
}

.notfound .notfound-404 > div:first-child:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}

.notfound .notfound-404 h1 {
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.notfound {
  max-width: 619px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

/* Store Locator */

.store-locator .location-markers {
  border: solid thin #86888c;
  height: 700px;
  overflow: auto;
}

.store-locator .location-markers .marker-content {
  border-bottom: solid thin #86888c;
}

.all-locations .marker-content,
.location-markers .marker-content {
  position: relative;
  max-width: 100%;
  padding-right: 4rem;
}

.all-locations .marker-content,
.location-markers .marker-content h6 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.marker-content {
  background-color: #fff;
  padding: 2rem;
  cursor: pointer;
}

.marker-content .hours {
  margin: 1rem 0;
}

.text-primary {
  color: #bd1622 !important;
}

.text-primary:hover {
  color: #8e0a13 !important;
}

.store-locator #map {
  width: 100%;
  height: 700px;
}

.location-marker:hover {
  background-color: #f0f0f0;
}

.location-marker.selected {
  background-color: #f0f0f0;
}

.location-marker:after {
  display: block;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 2rem;
  width: 12px;
  height: 24px;
  background: url("/wp-content/uploads/icons/arrow-right.svg") center/contain
    no-repeat;
}

/* Action Button */
.action-btn {
  position: relative;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  text-align: center;
  transition-property: background-color;
  transition-duration: 0.2s;
}

.action-btn:hover {
  background-color: #bd1622;
}

.action-btn--icon {
  width: 2rem;
  height: 2rem;
  color: white;
}

/* Booking Iframe */
#booking-iframe {
  display: block; /* iframes are inline by default */
  border: none; /* Remove default border */
  width: 100%;
  height: 100%;
  min-height: 1817px;
}

@media (max-width: 767.98px) {
  .action-btn--icon {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .store-locator #map {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .store-locator .location-markers {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .notfound .notfound-404 {
    width: 170px;
    height: 170px;
  }
}

.fv_img1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}

.news-highlight {
  padding-bottom: 100px;
}

.post-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .post-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.aspect-square {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.aspect-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: relative;
}

.wp-embed-aspect-16-9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: relative;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: 100%;
}

.object-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-title h2 {
  font-size: 5rem;
  font-weight: bold;
  color: var(--dark-color);
  max-width: 900px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: var(--secondary-fonts);
}

.post-image {
  margin-top: 30px;
}
.post-content {
  margin-top: 30px;
}
