/*
Theme Name: Kayo Jordan
Theme URI: https://transformus.co/
Template: hello-elementor
Author: TransformUs
Author URI: https://transformus.co
Description: Developed by TransformUs, this theme is a customized child theme of Hello Elementor. Where innovation meets technology — we are a software house dedicated to delivering tailored digital solutions. Built on the lightweight and flexible Hello Elementor foundation, this theme offers the perfect combination of performance, customization, and modern design — empowering your business with innovative tools to unlock its full potential.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0
Updated: 2025-06-01 07:53:58
Text Domain: kayo-jordan
*/


/* global styling */
:root {
  --orange: #fc4c02;
  --black: #000;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #333;
}

::selection {
  color: #fff;
  background: #333;
}

/* global product swatches colors */
.color-red     { background-color: #ee0202; }
.color-black    { background-color: #000; }
.color-orange   { background-color: #fc4c02; }
.color-white { background-color: #fff; }


/* modify default elementor animation speeds */
.animated.animated-fast {
    animation-duration: .5s !important;
}
.animated.animated-normal {
    animation-duration: .75s !important;
}

/* body */
body{
	padding: 20px;
	font-family: Futura;
  	scrollbar-gutter: stable !important;
	overflow-x: hidden;
	animation: pageFadeIn 0.3s ease-in forwards;
  	opacity: 0;

}

@keyframes pageFadeIn {
  to {
    opacity: 1;
  }
}


@media only screen and (max-width: 767px){
	body{
		padding: 10px;
	}
}

/* default button */

a.elementor-button{
	position: relative;
	border: none;
	border-radius: 0px;
	background: var(--orange);
	font-family: Futura;
	font-size: 16px;
	padding: 13px 31px;
}

a.elementor-button:after{
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    right: 10%;
    opacity: 0;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-7px);
    transition: all .5s cubic-bezier(.19,1,.22,1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-1 0 23 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3Cpolyline points='3 12 14 12'%3E%3C/polyline%3E%3C/svg%3E");
}

a.elementor-button:hover{
	background: var(--black);
}

a.elementor-button:hover::after{
	opacity: 1;
	transform: translate(0px);
}

a.elementor-button span{
	transition: all .5s cubic-bezier(.19,1,.22,1);
}
a.elementor-button:hover span{
	transform: translate(-3px);
}
/* end default button */

/* sliding text */
.marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee {
  display: flex;
  white-space: nowrap;
  width: max-content;
}

.marquee-content {
  display: flex;
  align-items: center;
  animation: marquee var(--duration, 12s) linear infinite;
}

.marquee-item {
/*   font-size: clamp(2rem, 6vw, 6rem); */
	font-size: 100px;
  padding-right: 3rem;
  font-weight: 700;
  display: flex;
  gap: 0.5rem;
}

.stroked-text {
  color: white;
  -webkit-text-stroke: 2px var(--orange, #fc4c02);
  text-stroke: 1px var(--orange, #fc4c02);
}

.orange-text {
  color: var(--orange, #fc4c02);
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.gap-20 {
  margin-right: 3rem;
}

.no-gap {
  margin-right: 0;
}


/* end sliding text */

/* elementor off canvas - mobile mnue (first menu) */

/* open mobile menu */
#mobile-menu-container .e-off-canvas__content{
	filter: blur(0px);	
    transform: translateX(20px);
}

#mobile-menu-container .elementor-widget-off-canvas{
	--e-off-canvas-animation-duration: 0.5s !important;
/* 	transition: transform 0.5s cubic-bezier(.55,.03,.37,.96) !important; */
}

#contact-menu-container .elementor-widget-off-canvas {
		--e-off-canvas-animation-duration: 0.3s !important;
}


/* testing */
/* #contact-menu-container .e-off-canvas__content {
  opacity: 1;
  transform: translateX(100px);
  transition: transform 0.6s ease-out, opacity 0.2s ease-in 0.3s;
} */


/* closed contact menu */
#contact-menu-container .e-off-canvas__content {
  opacity: 0;
  transform: translateX(420px);
  /* this transition affects only the opening - closing is handeled in elementor */
  transition: transform 0.35s cubic-bezier(.55,.03,.37,.96) !important;
}
#contact-menu-container a{
	  color: black !important;
}
/* open contact menu */
#contact-menu-container .e-off-canvas[aria-hidden="false"] .e-off-canvas__content {
  opacity: 1;
  transform: translateX(0px);
}

#contact-menu-container .e-off-canvas__main{
    overflow: hidden;
    width: 420px;
    height: 90vh;
    top: 5vh;
	left: 20px;
	border-radius: 10px;
}


/* test closing */
/* #contact-menu-container .e-off-canvas:not([aria-hidden="false"]) .e-off-canvas__content {
  animation: slideOutRightFade 0.6s ease-in forwards;
}

@keyframes slideOutRightFade {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(420px);
  }
} */

#contact-menu-container .e-off-canvas[aria-hidden="true"] .e-off-canvas__content {
  opacity: 1;
	background: red
  transform: translateX(90px);
}


/* end test closing */
/* end testing */
/* end elementor off canvas - mobile mnue */


/* single product available colors */
.available-colors {
    display: flex;
    align-items: baseline;
	justify-content: center;
    gap: 8px;
    margin: 0px 15px;
}

.available-colors .label {
    font-weight: 400;
	font-size: 16px;
	color: #333;
    margin-right: 5px;
}

.color-swatch {
  width: 30px;
  height: 30px;
  border: 1px solid grey;
  display: inline-block;
  border-radius: 30px;
}

/* end single product available colors */

/* single product 360 degree slider */

.accordion .accordion-header {
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
}

.accordion .accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding: 0 10px;
}

.accordion .accordion-item.open .accordion-content {
    padding: 10px; /* restore padding after open */
    border-top: none;
}

/* end single product 360 degree slider */

/* single product specifications table */
.acf-group-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    font-weight: 400;
    color: #333;
	margin: 0px;
}

.acf-group-table tr {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
}

.acf-group-table th,
.acf-group-table td {
    padding: 10px;
    text-align: left;
    background-color: #ffffff !important;
    border: none;
}

.acf-group-table th{
/* 	border-top: 1px solid #e2e2e2 !important; */
	border-bottom: 3px solid #e2e2e2 !important;
	background: #f8f8f8 !important;
	font-weight: 700 !important;
}

/* key cell width */
.acf-group-table td:first-child,
.acf-group-table th:first-child {
    width: 35%;
}

/* end single product specifications table */


/* 360 product slider */
.threesixty-viewer{
	border: 12px solid #f7f7f7;
	border-radius: 10px 10px 0 0;
}

.product-swiper-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;
}

.product-swiper-footer img{
	transform: translatey(-7px);
}

/* End 360 product slider */

/* Forminator form */
/* become a reseller form */

.forminator-label{
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 25px;
	margin-bottom: 2px !important;
}
.forminator-input,
.forminator-textarea,
span.select2-selection{
	border: 1.5px solid #ccc !important;
	border-radius: 0px !important;
	outline: none !important;
}

.forminator-input:hover,
.forminator-textarea:hover{
	border: 1.5px solid #8f8f8f !important;
}

.forminator-input:focus,
.forminator-textarea:focus{
	border: 1.5px solid black !important;
	border-radius: 0px !important;
}

.forminator-select-dropdown{
	padding: 0px !important;
/* 	transform: translate(-5px, -50px); */
}

.forminator-required{
	display: none;
}
.forminator-grouped-fields{
	display: flex;
	gap: 15px;
}
.forminator-row{
	margin-bottom: 23px !important;
}
.forminator-button{
    border: none;
    color: white;
    background: var(--orange);
    border-radius: 0px;
    padding: 10px 31px;
}

/* horizontal fields */
.forminator-row .forminator-col:nth-child(1){
	padding-right: 5px !important
}
.forminator-row .forminator-col:nth-child(2){
	padding-right: 5px !important
}
.forminator-button:hover{
	background: var(--orange);
}
/* End Forminator form */

/* photo gallery page */
.photo-gallery-row img{
	height: 85vh !important;
	object-fit: cover;
}
.photo-gallery-row div{
	border-radius: 10px;
}
/* End photo gallery page */


/* animation */
.zoom-out-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 107%;
  animation: bgZoomOut 1s ease-out forwards;
}

@media only screen and (max-width: 767px){
	.zoom-out-bg {
		background-size: cover !important;
	}
}

@keyframes bgZoomOut {
  from {
    background-size: 107%;
  }
  to {
    background-size: 102%;
  }
}
