/* Tab/collapse */

.tab-col-sty .nav-tabs {
  display: none;
}

@media screen and (min-width: 1200px) {
}

@media (min-width: 1199px) {
  .primary-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 0;
    transition: all 0.3s linear;
    background: var(--primary-color);
  }
  .primary-menu > li.current-menu-item > a:before,
  .primary-menu > li > a:hover:before {
    width: 100%;
  }
  .header-cta {
    font-family: var(--secondary-fonts);
    background: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 13px 52px;
    margin-left: 20px;
  }
  .primary-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -15px;
  }
  .primary-menu a {
    color: var(--dark-color);
    position: relative;
  }
  .primary-menu li {
    padding: 0 15px;
  }
  .header-left img {
    height: 140px;
  }
  .brand {
    max-width: 255px;
  }
  .hamburger-menu {
    display: none;
  }
  .component-search.bottom {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    height: 0;
  }
}

@media (max-width: 1199px) {
  .primary-menu {
    width: 100%;
  }
  .primary-menu {
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 15px;
    margin-bottom: 0;
  }
  .primary-menu a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
  }
  .header-cta {
    display: inline-flex;
    padding: 12px 40px;
    font-family: var(--secondary-fonts);
    font-weight: 600;
    font-size: 14px;
    background: var(--primary-color);
    color: #fff;
    margin-left: 15px;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
  }
  .menu-overlay.open {
    opacity: 1;
    visibility: visible;
  }
  /* 	responsive-header */
  .hamburger-menu {
    float: right;
    cursor: pointer;
  }
  .top-header .container > .row {
    justify-content: space-between;
    align-items: center !important;
  }
  .top-header .container > .row .col-md-6,
  .top-header .container > .row .col-md-6 {
    width: auto;
  }
  .header-social-share {
    display: none;
  }
  .hamburger-menu div {
    width: 37px;
    height: 3px;
    display: block;
    margin: 6px 0;
    background: #000;
    border-radius: 13px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .hamburger-menu.active div {
    background: #000;
  }
  .hamburger-menu.active #two {
    opacity: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }
  .hamburger-menu.active #one {
    -webkit-transform: translateY(9px) rotate(-135deg);
    -ms-transform: translateY(9px) rotate(-135deg);
    transform: translateY(9px) rotate(-135deg);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }
  .hamburger-menu.active #three {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
  }

  /* 	.overflow-menu{
		display:none;
	} */
  .menu-wrap .hamburger-menu {
    float: right;
    cursor: pointer;
    background: #016594;
    padding: 2px 7px;
    border-radius: 2px;
  }

  .overflow-menu {
    margin: 0;

    right: -260px;
    width: 280px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: fixed;
    transition: all 0.3s;
    background: #fff;
    height: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 50px;
    padding-left: 0;
    z-index: 1111;
  }
  .nav-active .overflow-menu {
    opacity: 1;
    visibility: visible;
    padding-right: 0;
    right: 0;
    justify-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start !important;
    overflow-y: auto;
  }
  .nav-active .hamburger-menu {
    z-index: 11111;
    position: fixed;
    right: 15px;
    top: 15px;
    background: #fff;
  }
  .menu-wrap .cta-btn {
    display: flex;
    width: 240px;
    padding: 15px;
    font-size: 18px;
  }
  ul#menu-header-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  ul#menu-header-menu li a {
    color: #000 !important;
    padding: 15px 20px;
    /* display: block; */
    width: 100%;
    text-align: left;
    min-height: auto;
    line-height: initial;
    display: flex;
    justify-content: space-between;
  }
  ul#menu-header-menu li.current-menu-item a,
  ul#menu-header-menu li a:hover {
    color: var(--primary-color) !important;
  }
  body ul#menu-header-menu.primary-menu li.cta-btn > a {
    margin: 15px 15px 0;
    padding: 12px;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .nav-active .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  .hamburger-menu {
    float: right;
    cursor: pointer;
  }
  .bottom-header .container > .row .col-md-3,
  .bottom-header .container > .row .col-md-9 {
    width: auto;
  }
  .bottom-header .container > .row {
    justify-content: space-between;
  }
  .hamburger-menu.active div {
    background: #000;
  }
  .left-right-sec h2.title {
    font-size: 36px;
  }
  .sub-menu {
    display: None;
    background: #f1f1f1;
    padding-left: 0;
  }
  .primary-menu li {
    display: block;
    text-transform: uppercase;
    width: 100%;
  }
  span.dropdown-btn i {
    font-size: 8px;
  }
  .nav-active .sticky-top {
    z-index: -1;
  }
  .bottom-footer li {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-menu-list:not(#menu-footer-menu-1) {
    margin-top: 72px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-drive-thru:before {
    left: -35px;
  }
  .franchise-item {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .btn-drive-thru:after {
    right: -96px;
  }
  .parallax-window.parallax-container {
    background-attachment: fixed;
  }
  .contact-form span.wpcf7-not-valid-tip {
    right: 5px;
  }
  .input-group.submit-row span.wpcf7-spinner {
    display: none;
  }
  .contact-form-wrapper
    .input-group:not(.form-group, .submit-row)
    :is(input, textarea) {
    width: 95%;
  }
  .franchise-tab-banner-wrapper.fixed-header ul.tabs li {
    font-size: 18px;
  }
  .section-title.type-2 h2,
  .workplace-delivery-wrap h2,
  .our-fans-wrapper.coffee-treats .section-title.type-2 h2,
  .our-fans-wrapper.coffee-treats .section-title.type-2 h2,
  .banner-text h1,
  .location-banner-content h1 {
    font-size: 72px;
  }
  .franchise-listing li {
    margin-bottom: 30px;
  }
  .skew-text {
    font-size: 30px;
  }
  .section-title.type-2 h2 {
    line-height: 1.2;
  }
  ul.tabs li {
    font-size: 28px;
  }
  .brand {
    max-width: 275px;
  }
  .brand img.custom-logo {
    height: 100%;
  }
  .franchise-listing {
    font-size: 24px;
  }
  .row.location-banner-content > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ml-40 {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .large-red-text-block .content h3 {
    font-size: 40px;
  }
  .coffee-treats-col-wrap .itemwrap,
  .campaign-layout-wrapper .itemwrap {
    padding-left: 0px;
  }

  .normal-font {
    font-size: 28px;
  }
  .foter-menu {
    margin-bottom: 30px;
  }
  .section-title.type-2 h2,
  .our-fans-wrapper.coffee-treats .section-title.type-2 h2,
  .our-fans-wrapper.coffee-treats .section-title.type-2 h2,
  .workplace-delivery-wrap h2,
  .section-title.type-2 h2,
  .banner-text h1,
  .location-banner-content h1 {
    font-size: 70px;
  }
  .footer-menu-list li {
    max-width: 100%;
  }

  .text p {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .franchise-tab-banner-wrapper.fixed-header ul.tabs li {
    font-size: 15px;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .franchise-tab-banner-wrapper.fixed-header ul.tabs {
    gap: 0;
  }
  .offer-content {
    max-width: 100%;
  }
  .franchise-tab-banner-wrapper .tabs {
    gap: 40px 0px;
  }
  ul.tabs li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .quick-link-conatiner {
    max-width: 100%;
  }
  .contact-thumb {
    margin-bottom: 40px;
  }

  .form-item {
    padding-left: 15px;
  }
  .tab-col-sty .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .contact-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .input-group.checkbox label {
    text-align: left;
  }
  .franchise-item .itemwrap h3 {
    opacity: 1;
    /* transform: translateY(0); */
    background-color: rgb(0 0 0 / 25%);
  }
  .franchise-item .itemwrap:hover h3 {
    background-color: rgb(0 0 0 / 75%);
  }
  .site-header {
    padding: 0;
  }
  .brand {
    max-width: 245px;
  }
  .brand img.custom-logo {
    height: 100%;
  }
  .contact-block-listing {
    flex-wrap: wrap;
  }
  .franchise-filter-nav-wrap > li + li,
  .contact-block-listing > li + li {
    margin-top: 25px;
  }
  .contact-block-item .iconholder {
    margin-bottom: 13px;
  }
  .contact-block-item span {
    font-size: 27px;
  }
  .franchise-filter-item select {
    height: 54px;
    font-size: 20px;
  }
  .contact-block-item .iconholder {
    background: var(--primary-color);
    color: #fff;
    height: 115px;
    width: 115px;
    margin: 0 auto;
    line-height: 115px;
    font-size: 49px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .contact-block-listing > li,
  .franchise-filter-nav-wrap > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .franchise-filter-nav-wrap {
    margin: 0 0 30px;
    flex-wrap: wrap;
  }
  section.coffee-treats.stallholder.default-padding {
    padding-top: 0;
  }
  .coffee-treats .text {
    margin-bottom: 20px;
  }
}

/* End Tab/collapse */

@media screen and (max-height: 450px) {
  #notfound {
    height: 150vh;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner .bg-img,
  .hero-banner {
    height: 40vh;
  }
  .Location-banner.default-padding {
    padding: 70px 0;
  }
  .input-group.submit-row button.btn.btn-bg.btn-drive-thru {
    font-size: 18px;
  }
  .coffe-guy-text .text span.red-text {
    font-size: 30px;
  }
  .coffee-treats .section-title.type-2 h2 {
    padding-bottom: 0;
  }
  .btn-drive-thru:before,
  .btn-drive-thru:after {
    --size: 62px;
  }
  .btn-drive-thru:before {
    left: -24px;
  }
  .btn-drive-thru:after {
    right: -65px;
  }
  .input-group.formcol-big label,
  .input-group.checkbox label,
  .input-group p {
    display: block;
    text-align: left;
  }
  .input-group.form-group.checkbox .wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 19px;
  }

  .input-group.form-group.checkbox span.wpcf7-list-item-label {
    text-align: left;
  }
  .form-group label span:before {
    padding: 14px;
    margin-right: 9px;
    border: 1px solid #aaa;
  }
  .input-group.submit-row input,
  .contact-form-wrapper
    .input-group:not(.form-group, .submit-row)
    :is(input, textarea) {
    width: 100%;
    margin-left: 0px !important;
  }
  .wpcf7-list-item {
    margin-left: 0l;
  }
  .input-group label {
    margin-bottom: 10px;
  }
  .input-group span.wpcf7-list-item.first.last {
    margin-left: 0 !important;
  }
  .location-banner-content {
    padding: 0;
  }
  #notfound {
    height: 89vh;
  }
  .contact-main .section-title p {
    font-size: 25px;
  }
  .franchise-options.type-2 h3 {
    font-size: 30px;
    text-align: left;
  }
  .site-footer {
    text-align: center;
  }
  .hero-banner.with-bg-img h4,
  .hero-banner.with-bg-img p {
    font-size: 22px;
  }
  .location-banner-content {
    padding: 0;
  }
  .contact-listing li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-listing li i {
    width: var(--size);
    height: var(--size);
    --size: 100px;
    font-size: 45px;
  }
  .prefooter-wrapper .container h4 {
    font-size: 26px;
  }
  .franchise-wrapper .row {
    margin: 0 -10px;
  }
  .hamburger-menu div {
    width: 30px;
    height: 2px;
  }
  .franchise-item {
    padding: 0 10px;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 22px;
  }
  .campaign-layout-wrapper p {
    font-size: 22px;
  }
  .promotion-banner p,
  .coffee-treats-col-wrap .section-title span,
  .footer-menu-list a {
    font-size: 20px;
  }
  .workplace-delivery-wrap span {
    font-size: 24px;
  }
  .skew-text {
    font-size: 20px;
  }
  .social-share {
    justify-content: center;
  }
  .inner-banner-text h1 span {
    font-size: 16px;
  }
  .button-group {
    margin: 0;
  }
  .location-banner-content p,
  .inner-banner-text h1 {
    font-size: 26px;
  }
  .location-banner-content h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 45px;
  }
  .inner-banner-text p {
    font-size: 16px;
  }
  .section-head p {
    font-size: 16px;
  }
  .myaccordion .card-header button {
    text-align: left;
  }
  .myaccordion p {
    font-size: 16px;
  }
  .faqs-wrapper.default-padding {
    padding-bottom: 0;
  }
  .free-quote-form-wrapper.default-padding {
    padding-top: 60px;
  }
  .brand {
    max-width: 160px;
  }
  .checkbox-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .submit-row input {
    padding: 10px 30px;
    font-size: 14px;
  }
  .section-head span {
    font-size: 16px;
  }
  .contact-form .input-field-group.submit-row input {
    padding: 10px 30px;
    font-size: 14px;
  }
  .contact-no a {
    font-size: 16px;
  }
  .coffee-treats-col-wrap .itemwrap {
    padding-left: 0px;
  }
  .red-text.type-2,
  .campaign-layout-wrapper .title,
  .menu-wrapper .section-title.type-2 h2,
  .workplace-delivery-wrap h2,
  .section-title.type-2 h2,
  .banner-text h1,
  .location-banner-content h1 {
    font-size: 40px !important;
  }
  .red-text.type-2 {
    line-height: 1.1;
  }
  .franchise-options h4,
  .franchise-options h3,
  .franchise-wrapper .section-title span,
  .section-title {
    font-size: 26px;
  }
  .block-title {
    font-size: 18px;
  }
  .google-review-wrapper p {
    font-size: 18px;
  }
  .enquiry-wrapper p,
  .prize-winners p,
  .input-group label,
  .text p {
    font-size: 20px;
  }
  .input-group.submit-row span.wpcf7-spinner {
    display: none;
  }

  .form-group-col {
    margin-bottom: 30px;
  }
  span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -10px;
    right: 6px;
  }
  .franchise-listing li {
    padding: 0 18px;
    margin-bottom: 20px;
  }
  .franchise-wrapper .row {
    padding-bottom: 15px;
  }
  .franchise-listing {
    font-size: 18px;
  }
  .google-review-wrapper .imgholder {
    margin-top: 30px;
  }
  .free-quote-form-wrapper .section-sub-title {
    font-size: 22px;
  }
  .free-quote-form-wrapper p {
    font-size: 16px;
  }
  :root {
    --section-gaps: 40px;
    --section-md-gaps: 30px;
  }
  .banner-text h1 span {
    font-size: 16px;
  }
  .banner-text h1 {
    font-size: 50px;
  }
  .banner-text p {
    font-size: 16px;
  }
  .btn {
    padding: 10px 30px;
    font-size: 18px;
  }
  .button-group .btn {
    margin: 0 5px;
  }
  .large-red-text-block .content h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  .large-red-text-block {
    padding: 40px 0;
  }
  .workplace-delivery-wrap.default-padding {
    padding: 5rem 0;
    min-height: auto;
  }
  .location-banner-content h1 {
    padding-top: 0;
  }
  .coffee-treats .text {
    margin-bottom: 0;
  }
  .coffee-treats.stallholder.default-padding {
    padding-top: 0;
  }
  .franchise-tab-banner-wrapper .tabs {
    display: none;
  }
  .franchise-tab-banner-wrapper h1 {
    margin-bottom: 0;
  }
  .tab_container {
    padding: 4rem 0;
  }
  .repco-wrap .text p {
    font-weight: 400;
    line-height: 1.4;
  }
  .name,
  .author {
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 378px) {
  .campaign-layout-wrapper .title,
  .red-text.type-2,
  .menu-wrapper .section-title.type-2 h2,
  .workplace-delivery-wrap h2,
  .section-title.type-2 h2,
  .banner-text h1,
  .location-banner-content h1 {
    font-size: 40px !important;
  }
  .coffee-treats .section-title.type-2 h2 {
    padding-bottom: 18px;
  }
}
