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

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

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
}

h1 {
	text-transform: uppercase;
	font-size: 28px;
	margin: 0 0 12px;
	line-height: 1.2;
	color: #005e60;
}

h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 12px;
	line-height: 1.3;
	color: #005e60;
}

h3 {
	color: #005e60;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-size: 13px;
}

p {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 22px;
	color: #7b7b7b;
}

a, a:active, a:focus, a:hover, a:visited {
	outline: none;
	color: #7b7b7b;
}

ul, ol {
	margin: 0 0 22px;
	padding-left: 0;
}

#primary li {
	font-size: 13px;
	line-height: 1.6;
	color: #7b7b7b;
	list-style: none;
}

#primary li::before {
	content: '· ';
	font-size: 24px;
	vertical-align: top;
	line-height: 20px;
	position: relative;
	top: -1px;
}

#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: 1280px;
	margin: 0 auto;
	padding: 0 30px;
}

body:not(.home) #primary.max-width {
	margin-top: 170px;
}

.entry-header {
	text-align: center;
	margin-bottom: 20px;
}

a.button {
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #005e60;
	letter-spacing: 0.5px;
	border: 1.5px solid #005e60;
	padding: 6px 18px;
	font-size: 15px;
	text-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

a.button:hover {
	background-color: #fff;
	color: #005e60;
	border-color: #005e60;
}

a.button.white {
	background-color: #fff;
	border-color: #fff;
	color: #005e60;
}

a.button.white:hover {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #232323;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #232323;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #232323;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #232323;
}

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

#masthead {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.8);
}

#site-navigation {
	position: relative;
	height: 110px;
	padding-top: 10px;
	-webkit-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

#masthead.scroll #site-navigation {
	height: 90px;
}

.logo {
	/*max-width: 350px;*/
	max-width: 190px;
	position: absolute;
	top: 10px;
	left: 30px;
	-webkit-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

#masthead.scroll .logo {
	max-width: 250px;
}

.menu-menu-1-container {
	float: right;
}

.main-navigation li {
	margin: 35px 12px 0;
	-webkit-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

#masthead.scroll .main-navigation li {
	margin: 25px 12px 0;
}

.main-navigation a {
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.main-navigation .shop-now a {
	color: #fff;
	background-color: #005e60;
	border-radius: 30px;
	padding: 6px 12px;
	margin-top: -7px;
	border: 1.5px solid #005e60;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.main-navigation .shop-now a:hover {
	background-color: transparent;
	color: #005e60;
	border-color: #005e60;
}

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

#home-banner {
	height: 100vh;
	width: 100%;
}

#home-banner .wrap {
	position: absolute;
	top: 60%;
	background-color: #005e60;
	margin-right: 30px;
	max-width: 685px;
	padding: 25px 30px 5px 90px;
}

#home-banner h1,
#home-banner p {
	color: #fff;
}

#hone-banner p {
	font-size: 14px;
	line-height: 1.4;
}

.banner-image {
	width: 100%;
	height: 100%;
}

#about {
	display: flex;
	min-height: 392px;
}

#about .left {
	width: 45%;
	background-size: cover;
	background-position: center;
}

#about .right {
	width: 60%;
	padding: 50px 50px 28px;
}

#tabs .ui-tabs-nav {
	list-style: none;
	padding: 0;
}

#tabs .ui-tabs-tab {
	display: inline-block;
	margin-right: 30px;
}

#tabs .ui-tabs-tab::before {
	display: none;
}

#tabs .ui-tabs-anchor {
	color: #9f9f9f;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 21px;
	font-weight: 400;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

#tabs .ui-tabs-anchor::after {
	content: '';
	display: block;
	width: 95%;
	height: 3px;
	background-color: #005e60;
	left: 2.5%;
	position: relative;
	opacity: 0;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

#tabs .ui-tabs-active .ui-tabs-anchor {
	color: #005e60;
	font-weight: 600;
}

#tabs .ui-tabs-active .ui-tabs-anchor::after {
	opacity: 1;
}

#clients {
	background-color: #005e60;
	padding: 68px 0 50px;
}

#clients .max-width {
	max-width: 1100px;
}

#clients .left {
	display: inline-block;
	vertical-align: top;
	width: 35%;
}

#clients .right {
	display: inline-block;
	vertical-align: top;
	width: calc(65% - 5px);
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

#clients h1 {
	max-width: 150px;
	margin-bottom: 20px;
	color: #fff;
}

#clients li {
	color: #fff;
	padding-left: 20px;
}

#clients li::before {
	left: -20px;
}

#brands {
	text-align: center;
	padding: 70px 0;
}

#brands .max-width {
	max-width: 1120px;
}

.brand {
	padding: 10px;
}

.brand img {
	margin: 0 auto;
}

#brands a.button {
	margin-top: 12px;
}

#gallery {
	overflow: auto;
}

.gallery-image {
	height: 340px;
	width: 25%;
	float: left;
	background-size: cover;
	background-position: center;
}

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

.site-footer {
	padding: 70px 0 0;
}

.site-footer h1 {
	text-align: center;
	margin-bottom: 32px;
}

.site-footer .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 50px;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.site-footer .left > * {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-top: 0;
}

.site-footer .right {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 5px);
}

.site-footer .left strong {
	color: #232323;
}

#input_1_4 {
	float: right;
}

body .gform_wrapper.gravity-theme .gfield input.large, 
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea.large {
	font-family: 'Montserrat', sans-serif;
	background-color: #e2e2e2;
	border: none;
	border-radius: 0;
	outline: none;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 15px;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 180px;
	resize: none;
}

body .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 16px 0;
	text-align: right;
}

body .gform_wrapper.gravity-theme .gform_footer input {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #005e60;
	letter-spacing: 0.5px;
	border: 1.5px solid #005e60;
	padding: 18px 95px;
	font-size: 15px;
	text-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	cursor: pointer;
	line-height: 1 !important;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

body .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: #fff;
	color: #005e60;
	border-color: #005e60;
}

.footer-links {
	color: #005e60;
	background-color: #e2e2e2;
	text-align: center;
	padding: 10px 0;
	margin-top: 10px;
}

.footer-links a {
	color: #005e60;
	text-transform: uppercase;
	font-size: 13px;
}

.footer {
	background-color: #005e60;
	padding: 10px 0;
	overflow: auto;
}

.coffee-foot {
	text-align: center;
}

.coffee-foot a {
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

.coffee-foot img {
	position: relative;
	top: 4px;
	margin-right: 7px;
}

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

#coffeerm-button {
	background-color: transparent;
	top: 24px;
	right: 25px;
	display: none;
	position: absolute;
	bottom: 0;
}

#coffeerm-button span {
	width: 33px;
	background-color: #005e60;
}

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

#responsive-menu-items::before {
	content: '';
	display: block;
	/*background-image: url('/wp-content/themes/installer/images/logo.png');*/
	background-image: url('/wp-content/uploads/2022/07/FantiqueAir-Logo-New.png');
	width: 262px;
	/*height: 100px;*/
	height: 92px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/*margin: 10px 0;*/
	margin: 20px 0 15px;
}

ul.responsive-menu-items {
	background-color: #fff;
	padding: 0;
	max-width: 300px;
}

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;
	-webkit-transition: 0.35s ease all;
	-ms-transition: 0.35s ease all;
	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: #005e60;
	color: #fff;
}

ul.responsive-menu-items li.menu-item-has-children::after {
	border-left: 10px solid #005e60;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 0px solid #005e60;
	top: 11px;
	right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover::after {
	border-left: 10px solid #fff;
	border-right: 0px solid #fff;
}

ul.responsive-menu-items li ul.sub-menu {
	padding: 0;
	margin: 0;
	background-color: transparent;
	box-shadow: none;
	width: 100%;
}

ul.responsive-menu-items li ul.sub-menu li {
	margin: 0;
	padding-right: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
	padding: 8px 15px 8px 25px;
	font-size: 1em;
}

ul.responsive-menu-items li ul.sub-menu .sub-menu a {
	padding-left: 45px;
}

@media (max-width: 1240px) {
	#coffeerm-button, 
	#responsive-menu-items,
	.responsive-menu-items {
		display: block !important;
	}
	#primary-menu {
		display: none;
	}
	#masthead #site-navigation {
		height: 90px;
	}
	#masthead .logo {
		/*max-width: 250px;*/
		max-width: 150px;
	}
	#masthead .main-navigation li {
		margin: 0 !important;
	}
	.main-navigation .shop-now a {
		color: #000;
		background-color: #fff;
		border-radius: 0;
		padding: 8px 15px;
		margin-top: 0;
		border: none;
	}
	.main-navigation .shop-now a:hover {
		background-color: #005e60;
		color: #fff;
	}
	body:not(.home) #primary.max-width {
		margin-top: 130px;
	}
}

@media (max-width: 1024px) {
	#clients .left {
		width: 25%;
	}
	#clients .right {
		width: calc(75% - 5px);
	}
	#brands .max-width {
		padding: 0 50px;
	}
	.gallery-image {
		height: 250px;
	}
}

@media (max-width: 768px) {
	#about {
		flex-wrap: wrap;
	}
	#about .left {
		width: 100%;
		order: 2;
		height: 300px;
	}
	#about .right {
		width: 100%;
		padding: 42px 30px 28px;
	}
	#clients {
		padding: 45px 0;
	}
	#clients li {
		padding-left: 0;
	}
	#clients li::before {
		left: 0;
	}
	#brands {
		padding: 40px 0;
	}
	.gallery-image {
		width: 50%;
	}
	.site-footer {
		padding: 40px 0 0;
	}
	.site-footer .left {
		padding-right: 30px;
	}
}

@media (max-width: 640px) {
	#input_1_4 {
		float: none;
	}
	#home-banner .wrap {
		top: 65%;
		margin-right: 0;
		max-width: none;
		padding: 25px 30px 5px 30px;
	}
	#clients .left {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#clients h1 {
		max-width: none;
	}
	#clients .right {
		width: 100%;
	}
	#clients .right {
		width: 100%;
		text-align: center;
		-moz-column-count: 1;
		column-count: 1;
	}
	.site-footer .left {
		padding-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.site-footer .right {
		width: 100%;
	}
	body .gform_wrapper.gravity-theme .gform_footer {
		text-align: center;
	}
}

@media (max-width: 639px) {
	#masthead.scroll .logo {
		max-width: 180px;
	}
	#home-banner {
		height: auto;
	}
	.banner-image {
		height: 500px;
	}
	#home-banner .wrap {
		top: auto;
		bottom: 0;
		position: absolute;
	}
	#home-banner .wrap {
		position: relative;
		top: auto;
	}
	#about {
		display: flex;
		min-height: 392px;
	}
	#tabs .ui-tabs-tab {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.gallery-image {
		width: 100%;
	}
}
