/*!
Theme Name: Buildware
Author: Coffee Creative Studio
Author URI: https://www.coffeecreativestudio.co.za
Description: A custom theme for Buildware.
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Vars
# Global
# Navigation
# Home
# Secondary
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/

:root {
  --color-orange: #fc8134;
  --color-dark-grey: #2b2b2b;
  --color-white: #ffffff;
  --color-black: #101010;

  --fontsize-body-normal: 16px;
  --fontsize-heading-primary: 42px;
  --fontsize-heading-secondary: 35px;
  --fontsize-heading-tertiary: 28px;
  --fontsize-heading-quarternary: 24px;
  --fontsize-heading-quinary: 22px;
  --fontsize-button: 18px;

  --fontfamily-body: 'Barlow', sans-serif;
  --fontfamily-headings: 'Barlow', sans-serif;

  --transition: 0.35s ease all;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body * {
  scroll-margin-top: 50px;
  -webkit-font-smoothing: antialiased;
}

body {
	font-family: var(--fontfamily-body), sans-serif;
	overflow-x: hidden !important;
	color: var(--color-white);
	background-color: var(--color-dark-grey);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--fontfamily-headings), sans-serif;
	margin: 0;
	color: var(--color-white);
}

h1 {
	text-transform: uppercase;
	font-size: 55px;
	line-height: 1.2;
}

h2 {
	font-size: 25px;
	color: var(--color-orange);
	text-transform: none;
	font-weight: 500;
	line-height: 1.3;
}

h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 1.2;
}

h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
}

a, 
a:active, 
a:focus {
	outline: none;
}

p {
	font-size: 16px;
	margin: 15px 0;
	line-height: 1.4;
}

ul,
ol {
	margin: 15px 0;
	padding: 0 0 0 16px;
	font-size: 16px;
}

#page {
	overflow-x: hidden !important;
}

.post, 
.page {
	margin: 0;
}

.home .entry-header, 
.entry-footer {
	display: none;
}

.entry-content, 
.hentry {
	margin: 0;
}

.max-width {
	max-width: 1300px;
	padding: 0 30px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.space-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.button {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	letter-spacing: 2px;
	border: 1px solid;
	padding: 11px 22px;
	font-size: 11px;
	text-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	font-weight: 400;
	position: relative;
	transition: var(--transition)
}

.button.orange {
	color: var(--color-white);
	border-color: var(--color-orange);
	background-color: var(--color-orange);;
}

.button.orange:hover {
	color: var(--color-orange);
	border-color: var(--color-white);
	background-color: var(--color-white);
}

.button.white {
	color: var(--color-orange);
	border-color: var(--color-white);
	background-color: var(--color-white);
}

.button.white:hover {
	color: var(--color-white);
	border-color: var(--color-orange);
	background-color: var(--color-orange);
}

.button.black {
	color: var(--color-white);
	border-color: #2b2b2b;
	background-color: #2b2b2b;
}

.button.black:hover {
	color: #2b2b2b;
	border-color: #2b2b2b;
	background-color: var(--color-white);
}

.button.arrow::after {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2024/09/arrow-right-orange.svg');
	width: 14px;
	height: 10px;
	margin-left: 7px;
	position: relative;
	top: 2px;
	transition: var(--transition);
}

.button.arrow:hover::after {
	filter: brightness(0) invert(1);
}

.button.orange.arrow::after {
	filter: brightness(0) invert(1);
}

.button.orange.arrow:hover::after {
	filter: none;
}

.buttons {
	margin: 25px 0;
}

.buttons .button {
	margin: 4px 12px 4px 0;
}

.links a:not(:last-child) {
	margin-right: 15px;
}

.links a img {
	max-height: 44px;
	display: block;
}

.buttons + .links {
	margin-left: 7px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: var(--color-black);
	padding: 40px 0;
	transition: var(--transition);
}

.home #masthead {
	padding: 20px 0;
	background-color: transparent;
}

.home #masthead.scroll {
	background-color: var(--color-black);
	padding: 40px 0;
}

#site-navigation {
	max-width: 1470px;
}

.main-navigation li {
	margin: 8px 0 8px 40px;
}

.main-navigation a {
	color: var(--color-white);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	transition: var(--transition);
}

.main-navigation li.orange a,
.main-navigation a:hover {
	color: var(--color-orange);
}

.menu-buttons {
	margin: 0 -8px 0 30px;
}

.menu-buttons a {
	margin: 0 8px;
	position: relative;
}

.menu-buttons img {
	max-height: 28px;
	display: block;
}

.menu-buttons a span {
	position: absolute;
	bottom: -18px;
	font-size: 10px;
}

.logo {
	margin-left: 80px;
}

.logo img {
	position: absolute;
	transition: var(--transition);
}

.logo img.home-top,
.home .logo img.scroll,
.home #masthead.scroll .logo img.home-top {
	opacity: 0;
}

#masthead.scroll .logo img.scroll,
.home .logo img.home-top {
	opacity: 1;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.home-landing {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.home-landing::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2024/09/overlay.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -3px;
	background-size: cover;
	background-position: top;
}

.home-landing .max-width {
	position: relative;
	top: calc(50% + 70px);
	transform: translateY(-50%);
	z-index: 2;
	max-width: 1100px;
}

.home-landing h1 {
	max-width: 650px;
}

.home-landing p {
	max-width: 475px;
	font-size: 18px;
	margin: 10px 0 15px;
}

.home-landing .links a img {
	max-height: 36px;
}

#about {
	padding: 50px 0;
	position: relative;
}

#about::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2024/09/Group-25.svg');
	width: 280px;
	height: 698px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#about .max-width {
	z-index: 2;
	position: relative;
}

.about-image {
	width: 49%;
}

.about-image h2 {
	text-align: center;
	margin-top: 8px;
}

.about-content {
	width: 43%;
}

.about-content .button {
	margin: 15px 0 35px;
}

.download-links a {
	text-decoration: none;
}

.download-links a:not(:last-child) {
	margin-right: 15px;
}

.download-links img {
	display: inline-block;
}

.download-links a:nth-child(2) img {
	margin-top: -1px;
}

.login-link {
	margin-top: 20px;
}

.login-link a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.login-link span {
	color: var(--color-white);
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
}

#what-we-offer {
	min-height: 750px;
	position: relative;
	background-size: cover;
	background-position: center;
}

#what-we-offer::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.3) 100%);
}

#what-we-offer .max-width {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);	
}

.offer-content {
	width: 50%;
	max-width: 435px;
}

.offer-content h4 {
	margin-top: 15px;
}

.offer-content .button {
	margin: 15px 0 35px;
}

.offer-carousel {
	width: 50%;
}

.carousel-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.carousel-slide {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.carousel-slide.active {
    opacity: 1;
    visibility: visible;
}

.active-slide-text {
	background-color: var(--color-orange);
	padding: 20px 25px 38px;
	border-radius: 8px;
	display: none;
	width: 180px;
}

.active-slide-text p {
	font-size: 14px;
	line-height: 1.25;
}

.active-slide-text p:first-child {
	margin-top: 0;
}

.active-slide-text p strong {
	font-size: 15px;
}

.carousel-slide.active .active-slide-text {
    display: block;
}

.dot-wrapper {
	text-align: center;
	margin: 0;
	position: absolute;
	width: 145px;
}

.dot {
	height: 18px;
	width: 18px;
	background-color: var(--color-orange);
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	border: 2.5px solid transparent;
	transition: var(--transition);
}

.dot.active {
	transform: scale(3);
	background-color: #fff;
	border-color: var(--color-orange);
}

.dot-text {
	font-size: 15px;
	color: var(--color-white);
	max-width: 145px;
	font-weight: 700;
	margin: 0;
}

.dot.active ~ .dot-text {
    display: none;
}

.carousel-arrows {
	position: absolute;
	bottom: -120px;
	right: 0;
}

.carousel-arrows .arrow {
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
}

#slide-1 {
	left: -4.5%;
	bottom: 3.2%;
}

.dot-wrapper.slide-1 {
	bottom: 0;
	left: 1.5%;
}

#slide-2 {
	left: 22%;
	bottom: 39.5%;
}

.dot-wrapper.slide-2 {
	left: 25%;
	bottom: 36%;
}

#slide-3 {
	left: 48%;
	bottom: 21%;
}

.dot-wrapper.slide-3 {
	left: 51%;
	bottom: 18%;
}

#slide-4 {
	right: -3%;
	bottom: 50.5%;
}

.dot-wrapper.slide-4 {
	left: 76.5%;
	bottom: 47%;
}

.features {
	min-height: 650px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.features::before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
}

.features .max-width {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.features-content {
	max-width: 450px;
}

.features-content h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.features .button {
	margin: 15px 0 35px;
}

#packages {
	padding: 100px 0;
}

#packages .packages {
	width: 68%;
}

.free-trial {
	background-color: var(--color-white);
	border-radius: 7px;
	padding: 60px;
	width: 48%;
	align-content: center;
}

.free-trial h2 {
	color: var(--color-black);
	font-weight: 700;
	font-size: 22px;
}

.free-trial p {
	color: var(--color-black);
	font-size: 14px;
}

.free-trial p:first-of-type {
	font-size: 17px;
	max-width: 200px;
}

.free-trial .button {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 8px 25px;
	margin-top: 30px;
}

.free-trial .button:hover {
	border-color: var(--color-orange);
}

.subscription-tabs {
	width: 54%;
	position: relative;
	margin-left: -2%;
	background-color: var(--color-orange);
	border-radius: 7px;
	padding: 35px 60px;
	min-height: 550px;
}

.subscription-tabs .tabs-nav {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 30px;
	overflow: hidden;
	max-width: 135px;
	background-color: var(--color-white);
}

.subscription-tabs .tab-link {
	padding: 7px 10px;
	cursor: pointer;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	text-align: center;
	flex: 1;
	color: var(--color-black);
	transition: var(--transition)
}

.subscription-tabs .tab-link.active {
	color: var(--color-white);
}

.subscription-tabs .tab-content {
    display: none;
}

.subscription-tabs .tab-content.active {
    display: block;
}

.subscription-tabs .tab-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 50%;
	z-index: 1;
	border-radius: 30px;
	background-color: var(--color-dark-grey);
	transition: left 0.3s ease;
}

.subscription-tabs .tab-content h2 {
	color: var(--color-white);
	font-size: 22px;
	font-weight: 700;
	margin-top: 25px;
}

.subscription-tabs .tab-content p {
	font-size: 14px;
}

.subscription-tabs .tab-content h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
}

.subscription-tabs .tab-content li {
	font-size: 13px;
	margin: 0 0 8px;
	line-height: 1.3;
}

.subscription-tabs .tab-content span, 
.subscription-tabs .tab-content span > p {
	display: block;
	font-size: 19px;
	font-weight: 600;
	margin: 30px 0 15px;
}

.subscription-tabs .tab-content span > p em {
	text-transform: uppercase;
	font-size: 16px;
}

.subscription-tabs .tab-content .button {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 8px 25px;
}

.subscription-tabs .tab-content .button:hover {
	border-color: var(--color-white);
}

.packages-content {
	width: 26%;
}

.packages-content .links {
	margin-bottom: 20px;
}

.packages-content .buttons .button:last-of-type {
	margin-right: 0;
}

.packages-content .buttons .button:not(:first-child) {
	margin-top: 18px;
}

.packages-content .buttons .button.white {
	font-size: 11px;
	letter-spacing: 0.5px;
	color: var(--color-black);
	font-weight: 500;
}

.packages-content .buttons .button.white:hover {
	color: var(--color-white);
}

#app-features {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

#app-features::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2024/09/Group-255.svg');
	width: 240px;
	height: 698px;
	position: absolute;
	left: 0;
	top: -85px;
}

.app-features {
	position: relative;
	z-index: 2;
}

.app-features .tabs {
	width: 28%;
	background-color: var(--color-white);
	border-radius: 7px;
	padding: 60px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	min-height: 550px;
}

.app-features .tabs .tab {
	cursor: pointer;
	color: var(--color-black);
	font-size: 16px;
	font-weight: 400;
	margin: 16px 0;
	display: inline-block;
	transition: var(--transition);
}

.app-features .tabs .tab.active {
	color: var(--color-orange);
}

.app-features .tabs .tab::after {
	content: '';
	display: block;
	width: 0;
	height: 1.5px;
	background-color: var(--color-orange);
	position: relative;
	bottom: -2px;
	left: -2px;
	transition: var(--transition);
}

.app-features .tabs .tab.active::after {
	width: calc(100% + 4px);
}

.app-features .tabs .button {
	font-size: 11px;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 25px;
}

.app-features .tab-content {
	width: 67%;
}

.features-carousel-wrap {
	display: flex;
	padding: 25px 0px;
	flex-direction: column;
	gap: 27px;
}

.features-carousel .slick-track, 
.features-carousel .slick-list {
	display: flex;
}

.features-carousel .slick-prev, 
.features-carousel .slick-next {
	position: absolute;
	bottom: -50px;
	display: flex;
	width: 32px;
	height: 42px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 80px;
	cursor: pointer;
	top: auto;
	transform: none;
	text-align: center;
	right: 15px;
}

.features-carousel .slick-prev::before, 
.features-carousel .slick-next::before {
	display: none;
}

.features-carousel .slick-prev {
	right: 60px;
	left: auto;
}

.features-carousel .slick-prev img,
.features-carousel .slick-next img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.features-carousel .slick-list {
	overflow: hidden;
	position: relative;
}

.features-slide {
	border: 3px solid var(--color-orange);
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: var(--color-black);
	text-align: center;
	padding: 40px 35px;
	border-radius: 30px;
}

.features-slide img {
	margin: 0 auto 18px;
	max-height: 55px;
}

.features-slide h3 {
	font-size: 17px;
	font-weight: 600;
}

.features-slide p {
	margin-bottom: 0;
	font-size: 14px;
}

.features-carousel-wrap .progress {
	display: block;
	width: calc(100% - 130px);
	height: 4px;
	overflow: hidden;
	background-color: var(--color-black);
	background-image: linear-gradient(to right, var(--color-orange), var(--color-orange));
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
}

.features-carousel-wrap .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.app-features .tab-pane.active {
    display: block;
}

.app-features .tab-intro {
	padding: 30px 20px 10px 30px;
}

.app-features .intro-wrap {
	width: 74%;
}

.app-features .links img {
	filter: invert(25%) sepia(57%) saturate(4934%) hue-rotate(336deg) brightness(99%) contrast(99%);
	max-height: 41px;
}

/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

body:not(.home) {
	background-color: var(--color-white);
}

body:not(.home) .entry-content h1,
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body:not(.home) .entry-content h4,
body:not(.home) .entry-content h5,
body:not(.home) .entry-content h6,
body:not(.home) .entry-content p {
	color: #000;
}

body:not(.home) .entry-header {
	margin-top: 120px;
	position: relative;
}

body:not(.home) .entry-header::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -3px;
	background-size: cover;
	background-position: top;
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.1) 100%);
}

body:not(.home) .entry-header img {
	height: 370px;
	object-fit: cover;
	object-position: center;
	display: block;
}

body:not(.home) .entry-header .max-width {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

body:not(.home) .entry-header .entry-title {
	font-size: 60px;
}

body:not(.home) .entry-content {
	margin: 80px auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	clear: both;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.site-footer::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2024/09/Group-26.svg)');
	width: 399px;
	height: 587px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.site-info {
	padding-top: 120px;
	padding-bottom: 120px;
	max-width: 1100px;
	position: relative;
	z-index: 2;
}

.site-info h3 {
	margin-bottom: 20px;
}

.footer-left {
	width: 42%;
}

.footer-right {
	width: 58%;
}

.contact-details p {
	color: var(--color-white);
	font-size: 15px;
	margin: 0;
	max-width: 270px;
	padding-left: 25px;
	position: relative;
}

.contact-details p::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
}

.contact-details p:nth-child(1)::before {
	width: 13px;
	height: 13px;
	top: 4px;
	background-image: url('/wp-content/uploads/2024/09/phone.svg');
}

.contact-details p:nth-child(2)::before {
	width: 14px;
	height: 10px;
	top: 6px;
	background-image: url('/wp-content/uploads/2024/09/email.svg');
}

.contact-details p:nth-child(3)::before {
	width: 16px;
	height: 18px;
	top: 4px;
	background-image: url('/wp-content/uploads/2024/09/map.svg');
}

.contact-details p a {
	display: inline-block;
	color: var(--color-white);
	text-decoration: none;
	display: block;
	margin: 6px 0;
}

.social-media {
	margin-top: -7px;
	margin-bottom: 20px;
}

.social-media a {
	background-color: var(--color-orange);
	border-radius: 5px;
	width: 30px;
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 2.15;
	margin-right: 5px;
	opacity: 1;
	border: 1px solid var(--color-orange);
	transition: var(--transition);
}

.social-media a:hover {
	background-color: transparent;
	border-color: var(--color-white);
}

.footer-contact-info .button {
	font-size: 13px;
	font-weight: 500;
	padding: 9px 20px;
}

.footer-contact-info .button.outline {
	border-color: var(--color-white);
	color: var(--color-white);
}

.footer-contact-info .button.outline:hover {
	border-color: var(--color-white);
	background-color: var(--color-white);
	color: #000;
}

.sub-footer {
	padding: 12px 0 15px;
	background-color: #1b1b1b;
	position: relative;
	z-index: 2;
}

.legal-links a {
	color: var(--color-white);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 35px;
}

.coffee-foot img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.coffee-foot a {
	color: var(--color-white);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	line-height: 1.5;
	position: relative;
	top: 1px;
}

body .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 1.5%;
	grid-row-gap: 10px;
}

body .gform_wrapper.gravity-theme .gfield input.large, 
body .gform_wrapper.gravity-theme .gfield select.large, 
body .gform_wrapper.gravity-theme .gfield textarea {
	font-family: 'Barlow', sans-serif;
	width: 100%;
	background-color: var(--color-white);
	border: none;
	border-radius: 0;
	outline: none;
	color: var(--color-black);
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.5;
	font-weight: 400;
	padding: 11px 20px;
	resize: none;
}

body .gform_wrapper.gravity-theme .gfield select.large {
	padding: 13px 20px;
}

body .gform_wrapper.gravity-theme .gfield textarea {
	height: 128px !important;
}

body .gform_wrapper.gravity-theme .gfield_label {
	color: var(--color-white);
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 0 20px 5px;
}

body .gform_footer.top_label {
	padding: 0 !important;
	margin: 15px 0 0 !important;
}

body .gform_button.button {
	font-family: 'Barlow', sans-serif;
	background-color: transparent;
	border: 1px solid var(--color-white);
	color: var(--color-white);
	margin: 0 0 0 auto !important;
	line-height: 1.6 !important;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 7px 30px;
	cursor: pointer;
	text-transform: uppercase;
	transition: var(--transition);
}

body .gform_button.button:hover {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: #000;
}

body input::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder,
body input:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
	color: #a8a8a8;
}

body input:-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder,
body input::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
	color: #a8a8a8;
	opacity: 1;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

#coffeerm-button {
	background-color: transparent;
	top: 14px;
	right: 25px;
	display: none;
	position: absolute;
	bottom: 0;
	transition: var(--transition);
}

#coffeerm-button span {
	width: 33px;
	background-color: var(--color-white);
}

#responsive-menu-items {
	display: none;
}

#responsive-menu-items::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2024/09/logo-horizontal.svg');
	width: 200px;
	height: 42px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px 15px;
}

ul.responsive-menu-items {
	background-color: var(--color-black);
	padding: 0;
}

ul.responsive-menu-items li {
	list-style: none;
	position: relative;
	margin: 0;
	text-align: left;
}

ul.responsive-menu-items a {
	text-align: left;
	text-decoration: none;
	padding: 8px 15px;
	display: block;
	border: none;
	margin: 0;
	transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
	display: none;
}

ul.responsive-menu-items a.active, 
ul.responsive-menu-items a:hover {
	background-color: var(--color-orange);
	color: var(--color-white);
}

@media (max-width: 1200px) {
	.logo {
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	.offer-content {
		width: 35%;
	}
	.offer-carousel {
		width: 59%;
	}
	.dot-wrapper.slide-1 {
		left: -1.5%;
	}
}

@media (max-width: 1080px) {
	#coffeerm-button, 
	#responsive-menu-items,
	.responsive-menu-items {
		display: block !important;
	}
	#primary-menu {
		display: none;
	}
	.menu-buttons {
		margin: 0 40px 0 30px;
	}
	.home #masthead.scroll {
		padding: 30px 0;
	}
	.home #masthead.scroll .logo img.scroll, 
	.home .logo img.home-top {
		top: 21px;
	}
	body:not(.home) .logo img.scroll {
		top: 32px;
	}
	body:not(.home) #coffeerm-button {
		top: 34px;
	}
	.home #masthead.scroll #coffeerm-button {
		top: 22px;
	}
	.free-trial,
	.subscription-tabs {
		padding: 35px 30px;
	}
	.app-features .tabs {
		width: 24%;
		padding: 35px 30px;
	}
	.app-features .tab-content {
		width: 68%;
	}
	.app-features .tab-content {
		width: 72%;
	}
	.features-slide {
		padding: 40px 25px;
	}
	.app-features .tab-intro {
		padding: 30px 20px 10px 0;
	}
	body:not(.home) .entry-header {
		margin-top: 108px;
	}
	body:not(.home) .entry-header .entry-title {
		font-size: 45px;
	}
	body:not(.home) .entry-header img {
		height: 300px;
	}
	body:not(.home) .entry-content {
		margin: 60px auto;
	}
}

@media (max-width: 810px) {
	.home-landing::after {
		background-position: left;
		left: 0;
	}
	.about-content {
		width: 47%;
	}
	#packages {
		padding: 60px 0;
	}
	.packages-content {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	#packages .packages {
		width: 100%;
		order: 2;
	}
	.features::before {
		width: 66%;
	}
	#app-features {
		padding: 60px 0;
	}
	.app-features .tabs {
		width: 100%;
		padding: 20px;
		min-height: unset;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	.app-features .tabs .tab {
		font-size: 15px;
		margin: 5px 7px;
	}
	.app-features .tabs .button {
		display: none;
	}
	.app-features .tab-content {
		width: 100%;
		margin-top: 18px;
	}
	.site-info {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#what-we-offer {
		padding: 70px 0 80px;
	}
	#what-we-offer .max-width {
		position: relative;
		top: auto;
		transform: none;
		flex-wrap: wrap;
	}
	.offer-content {
		max-width: 570px;
		width: 100%;
	}
	.offer-carousel {
		width: 100%;
		margin-top: 45px;
	}
	.carousel-arrows {
		display: none;
	}
	.carousel-dots {
		display: flex;
		width: 100%;
		position: absolute;
		bottom: -14px;
		text-align: center;
		justify-content: space-between;
	}
	.carousel-slide {
		position: relative;
		width: 24%;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
		min-height: 275px;
		visibility: visible;
		opacity: 1;
	}
	.active-slide-text {
		padding: 20px;
		width: 100%;
		height: 100%;
		display: block !important;
		opacity: 1 !important;
	}
	.carousel-container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.dot-text {
		display: none;
	}
	.dot {
		transform: scale(3);
		background-color: #fff;
		border-color: var(--color-orange);
	}
	.dot-wrapper {
		position: relative;
		width: 24%;
		left: auto !important;
		right: auto !important;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 22px;
	}
	.about-content {
		width: 100%;
		order: 1;
		margin-bottom: 40px;
	}
	.about-image {
		width: 100%;
		order: 2;
		text-align: center;
	}
	.about-image img {
		max-width: 450px;
		margin: 0 auto;
		width: 100%;
	}
	.carousel-slide {
		width: 48%;
		min-height: unset;
		margin-bottom: 4%;
	}
	.carousel-dots {
		display: none;
	}
	#what-we-offer {
		padding: 70px 0 40px;
		background-position: left;
	}
	#packages .packages {
		flex-wrap: wrap;
	}
	.free-trial {
		width: 100%;
	}
	.free-trial h2 {
		width: 100%;
	}
	.free-trial p:first-of-type {
		max-width: 300px;
		margin-bottom: 0;
	}
	.free-trial .button {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.subscription-tabs {
		width: 100%;
		margin-left: 0;
		margin-top: -2%;
		min-height: unset;
	}
	.features {
		min-height: unset;
	}
	.features::before {
		width: 100%;
	}
	.features .max-width {
		position: relative;
		top: auto;
		transform: none;
		padding-top: 70px;
  		padding-bottom: 70px;
	}
	.features-content {
		max-width: unset;
	}
	.footer-left {
		width: 100%;
		margin-bottom: 35px;
	}
	.footer-right {
		width: 100%;
	}
}

@media (max-width: 639px) {
	h1 {
		font-size: 32px;
	}
	.home .logo img.home-top {
		max-width: 105px;
	}
	.download-links img {
		max-width: 140px;
	}
	.features-slide {
		margin-right: 0;
	}
	.features-carousel .slick-next {
		right: 0;
	}
	.features-carousel .slick-prev {
		right: 45px;
	}
	.features-carousel-wrap .progress {
		width: calc(100% - 100px);
	}
	.app-features .tab-intro {
		flex-wrap: wrap;
		padding: 30px 0 12px 0;
	}
	.app-features .intro-wrap {
		width: 100%;
	}
	.tab-intro .links {
		margin-top: 10px;
	}
	#app-features {
		padding: 60px 0 40px;
	}
	.carousel-slide {
		width: 100%;
	}
	.free-trial .button {
		text-align: center;
	}
	.site-info {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body .gform_button.button {
		width: 100%;
	}
	.legal-links {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.legal-links a:last-child {
		margin-right: 0;
	}
	.coffee-foot {
		width: 100%;
		text-align: center;
	}
	body:not(.home) #masthead,
	#masthead.scroll {
		height: 85px;
	}
	body:not(.home) .menu-buttons,
	#masthead.scroll .menu-buttons {
		display: none;
	}
	body:not(.home) .logo img.scroll {
		top: 20px;
	}
	body:not(.home) #coffeerm-button {
		top: 23px;
	}
	body:not(.home) .entry-header {
		margin-top: 85px;
	}
	body:not(.home) .entry-header img {
		height: 250px;
	}
	body:not(.home) .entry-header .entry-title {
		font-size: 34px;
	}
}