/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* All screens */

:root {
	--om-color-section-light: #384b59;
	--om-color-section-dark: #202c3a;
}

.marginless > p {
    margin-bottom: 0px;
}

.paddingless {
    padding-bottom: 0px;
}

div.icon-box-text > h5 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--fs-color-primary);
}

a:hover {
    color: var(--fs-color-primary)!important;
}

.icon-box-img {
  margin-bottom: 0px!important;
}

.row-dashed > div:last-child.col:after {
  border-style: none;
}



/* MAIN MENU AREA */

.header-wrapper {
	background-color: color-mix(in srgb, var(--om-color-section-dark) 67%, transparent)!important;
}

#masthead {
	background-color: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.stuck #masthead {
	box-shadow: 0px 0px 200px var(--fs-color-primary);
}

li.menu-item > a {
	color: white;
}

.button:hover {
	color: white!important;
}



/* PLEXUS AREA */

.om-section_plexus {
	position: relative;
	width: 100%;
}

.om-section_plexus > .section-content {
	display: flex;
	justify-content: center;
}

#plexus-canvas {
	display: block;
	width: 100%;
	height:100vh;
	min-height: 700px;
	z-index: 1;
}

.om-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	margin-bottom: 0px;
	z-index: 2;
}

.om-banner div {
	padding: 0px;
}

.om-banner h1 {
	font-size: 6rem;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1em;
  	text-shadow: 0 0 25px var(--fs-color-primary);
}

.om-banner p {
	margin-bottom: 0px;
	line-height: 1.2em;
}

.om-banner p:nth-child(1) {
	margin-top: 20px;
}

.om-banner_button {
	pointer-events: auto;
	margin: 0px;
	margin-top: 50px;
	color: black!important;
	z-index: 2;
}

.om-banner_arrowDown {
	position: absolute;
	bottom: 2rem;
	z-index: 1;
}

@keyframes bounce {
	0%, 100% {
	transform: translateY(-25%);
	animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
	transform: none;
	animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}

.animate-bounce {
	animation: bounce 1s infinite;
}

.om-banner_button-glow {
	box-shadow: 0px 0px 20px 0px var(--fs-color-primary), 0px 0px 40px 0px color-mix(in srgb, var(--fs-color-primary) 50%, transparent);
	color: white!important;
}

.om-banner_button-glow:hover {
	box-shadow: 0px 0px 20px 0px var(--fs-color-primary), 0px 0px 60px 0px color-mix(in srgb, var(--fs-color-primary) 50%, transparent);
	color: var(--fs-color-base)!important;
}




/* SECTION TITLES */

h2 {
	font-size: 1.125em;
	text-shadow: 0 0 25px var(--fs-color-primary);
	text-transform: uppercase;
	margin: 0;
}



/* ICON BOX */

.om-column-stretch {
	display: flex;
}

.om-icon-box {
	flex-direction: column;
 	height: 100%; 
	background-color: var(--om-color-section-light);
	border-radius: 1rem;
	padding: 30px;
}

.om-glow-hover {
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.om-glow-hover:hover {
	box-shadow: 0 0 50px color-mix(in srgb, var(--fs-color-primary) 25%, transparent);
	transform: translateY(-2px);
}

.om-icon-box p {
	font-size: 1.3rem;
}

.om-icon-box-darker {
	background-color: color-mix(in srgb, var(--om-color-section-light) 13%, transparent);
}

.om-icon-box-small p {
	font-size: 1rem;
}

h5 {
	padding-top: 10px;
	margin: 0;
}

.om-text-intro p {
	font-size: 1.4rem;
	font-weight: 600;
}

.om-text-intro p > strong {
	color: var(--fs-color-primary);
}

.om-uppercase p {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.om-h3 {
	font-size: 1.6rem;
}



/* STEPS AREA */

.om-steps {
	position: relative;
}

.om-steps::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 33px;
	height: 33px;
	border-radius: 9999px;
	background: var(--fs-color-primary);
	color: #0f172a;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.om-step-1::before {
	content: "1";
}

.om-step-2::before {
	content: "2";
}

.om-step-3::before {
	content: "3";
}

.om-step-4::before {
	content: "4";
}

.om-cursor-pointer {
	cursor: pointer;
}



/* DELIVERABLES COMPARISON */

/* title */
.om-title-marginless {
	margin-bottom: 0px;
}

/* wrapper */
.om-table-wrapper {
	overflow-x: auto;
}

/* table */
.om-table {
	width: 100%;
	border-collapse: collapse;
}

/* header row */
.om-table thead tr {
	border-bottom: 2px solid color-mix(in srgb, var(--fs-color-primary) 10%, transparent);
}

/* header cells */
.om-table th {
	padding: 1rem;
	color: var(--fs-color-primary);
	font-weight: 600;
}

/* body row separator */
.om-table tbody tr + tr {
	border-top: 1px solid rgba(51, 65, 85, 0.5);
}

/* body cells */
.om-table td {
	padding: 1rem;
	font-size: 1rem;
}

/* hover background */
.om-table tbody tr:hover {
	background-color: rgba(51, 65, 85, 0.3);
	transition: background-color 150ms ease;
}

/* text helpers */
.om-text-center {
	text-align: center;
}
.om-text-left {
	text-align: left;
}
.om-text-muted {
	color: #4b5563;
}

/* icon sizes and colors */
.om-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--fs-color-primary);
    margin-left: auto;
    margin-right: auto;
}
.om-head-teal {
  font-weight: 700;
  font-size: 1.125rem;
}



/* PROCESSING TIERS AREA */

p.om-price {
	font-size: 2rem;
	font-weight: 700;
	margin-top: -10px;
	margin-bottom: 10px;
}

p.om-price .om-price_currency {
	font-size: 60%;
	opacity: 0.5;
}



/* FAQ AREA */

.om-button_contactUs {
	color: var(--fs-color-base)!important;
}



/* CF7 FORM */

.dark .wpcf7 input:not([type="submit"]),
.dark .wpcf7 textarea {
 	background-color: var(--om-color-section-light)!important;
 	border: unset;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	border-radius: 10px;
}

.wpcf7 label {
	font-size: 1rem;
	color: white;
}

.form-flat input {
	border-radius: 99px;
}

body .wpcf7 input:not([type="submit"]),
body .wpcf7 textarea {
	font-size: 1.2rem;
	font-weight: 400;
	color: white!important;
}

input[type=submit] {
	background-color: var(--fs-color-primary);
	color: var(--fs-color-base)!important;
}

input[type=submit]:hover {
	box-shadow: 0px 0px 20px 0px color-mix(in srgb, var(--fs-color-primary) 75%, transparent);
	color: white!important;
}

.dark .form-flat textarea {
	resize: vertical;
}

.wpcf7 .wpcf7-not-valid-tip {
	padding: 8px 8px 8px 14px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0px 0px 0px;
	padding: 8px 8px 8px 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--fs-color-primary);
}



/* PRICING CALCULATOR AREA */

/* Container */
.om-calculator {
	background-color: var(--om-color-section-dark);
	border-radius: 1rem;
	padding: 2rem;
	box-shadow: 0 0 40px color-mix(in srgb, var(--om-color-section-dark) 70%, black);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

/* Fields */
.om-calculator__field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

#calc-num-images-display {
	padding-left: 0.2rem;
}

/* Labels and text */
.om-calculator__label {
	display: block;
	font-size: 1.125rem;
	margin-bottom: 0.2rem;
}

.om-calculator__value {
	color: var(--fs-color-primary);
	font-weight: 700;
	font-size: 1.3rem;
}

.om-calculator__accent {
	color: var(--fs-color-primary);
}

/* Range input */
.om-calculator__range {
	width: 100%;
	height: 0.5rem;
	border-radius: 9999px;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	margin-bottom: 0px;
}

/* Range track */
.om-calculator__range::-webkit-slider-runnable-track {
	height: 0.75rem;
	border-radius: 9999px;
	background-color: var(--om-color-section-light);
}
.om-calculator__range::-moz-range-track {
	height: 0.75rem;
	border-radius: 9999px;
	background-color: var(--om-color-section-light);
}

/* Range thumb */
.om-calculator__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 9999px;
	background-color: var(--fs-color-primary);
	border: none;
	box-shadow: 0 0 20px var(--fs-color-primary);
	margin-top: -0.25rem;
}
.om-calculator__range::-moz-range-thumb {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 9999px;
	background-color: var(--fs-color-primary);
	border: none;
	box-shadow: 0 0 20px var(--fs-color-primary);
}

/* Range labels */
.om-calculator__range-labels {
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	color: #fff8;
	margin-top: 0.25rem;
}

/* Resolution/Tiers grid */
.om-calculator__resolutions, .om-calculator__tiers {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.om-calculator__resolutions, .om-calculator__tiers {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Resolution/Tier cards */
.om-calculator__resolution, .om-calculator__tier {
	display: flex;
	align-items: center;
	padding: 1rem;
	background-color: var(--om-color-section-light);
	border-radius: 0.75rem;
	cursor: pointer;
	border: 2px solid transparent;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.om-calculator__resolution:hover, .om-calculator__tier:hover {
	background-color: color-mix(in srgb, var(--fs-color-primary) 10%, var(--om-color-section-light));
}

.om-calculator__resolution--active, .om-calculator__tier--active {
 	border-color: var(--fs-color-primary);
	box-shadow: 0 0 20px color-mix(in srgb, var(--fs-color-primary) 50%, transparent);
}

.om-tier--active {
	outline: 2px solid var(--fs-color-primary);
	outline-offset: 0;           
}

/* Hide native radio but keep it accessible */
.om-calculator__tier-input, .om-calculator__resolution-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
	margin-bottom: 0;
}

.om-calculator__tier-body, .om-calculator__resolution-body {
  display: flex;
  flex-direction: column;
}

.om-calculator__resolution-title, .om-calculator__tier-title {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--fs-color-primary);
}

.om-calculator__tier-price, .om-calculator__resolution-mp {
	font-size: 1rem;
	color: white;
	margin-top: -5px;
}

/* Priority lane */
.om-calculator__priority {
	display: inline-flex;
	align-items: center;
	font-size: 1.125rem;
	cursor: pointer;
	transition: color 0.2s ease-in-out;
}

.om-calculator__priority-input {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.75rem;
	margin-bottom: 0;
	accent-color: var(--fs-color-primary);
}

/* Summary block */
.om-calculator__summary {
	padding-top: 1.5rem;
	border-top: 1px solid rgba(22, 78, 99, 0.3);
	display: flex;
	flex-direction: column;
}

.om-calculator__summary-main {
	text-align: center;
}

.om-calculator__summary-title {
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 0rem;
}

.om-calculator__summary-details {
	font-size: 1rem;
}

.om-calculator__summary-details p {
	margin: 0;
	color: #fff8;
}

.om-calculator__discount {
	font-weight: 600;
	color: var(--fs-color-primary)!important;
	margin: 0;
}

#calc-price {
	font-size: 1.875rem;
}










/* Tablets and down */
@media (max-width: 849px) {

	div.icon-box-text > h5 {
	  font-size: 110%;
	}

	.om-calculator__resolutions, .om-calculator__tiers {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.icon-menu {
		color: white;
	}

}










/* Mobile only */
@media (max-width: 549px) {

	/* PLEXUS AREA */

	.om-banner h1 {
		font-size: 3.2rem;
		line-height: 1em;
	}

	.om-banner p {
		line-height: 1.1em;
	}

	.om-banner_button {
		font-size: 1.2rem;
	}

	/* SECTION TITLES */

	h2 {
		font-size: 1em;
		line-height: 0.9em;
	}

	/* DELIVERABLES COMPARISON */

	/* wrapper */
	.om-table-wrapper {
		-ms-overflow-style: none;    /* IE and old Edge */
		scrollbar-width: none;       /* Firefox */
	}

	/* Chrome, Safari, Opera */
	.om-table-wrapper::-webkit-scrollbar {
		height: 0; /* hides horizontal bar */
	}

	/* PRICING CALCULATOR AREA */

	.om-calculator__resolutions, .om-calculator__tiers {
		grid-template-columns: 1fr;
	}

}
