/*
Theme Name:   Prime X Custom Theme
Description:  A custom child theme of Hello Elementor with the basics. 
Author:       Smart Web Creative
Author URL:   https://smartwebcreative.com
Template:     hello-elementor
Version:      1.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Prime X Custom Theme
*/

/* Write here your own personal stylesheet */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap");

:root {
	--primary-custom-color: #329cff;
	--secondary-custom-color: #a7fde6;
	--third-custom-color: #56c3ff;
	--fourth-custom-color: #86e5f0;
	--light-gray-color: #f8f8f8;
	--dark-gray-color: #778b93;
	--main-font-style: "Poppins", sans-serif;
	--content-font-style: "Poppins", sans-serif;
	--font-weight-black: 900;
	--font-weight-bold: 700;
	--font-weight-medium: 500;
	--font-weight-regular: 400;
	--font-weight-light: 300;
	--font-size-1: 30px;
	--font-size-2: 26px;
	--font-size-3: 24px;
	--font-size-4: 22px;
	--font-size-5: 21px;
	--font-size-6: 19px;
	--font-size-regular: 18px;
	--font-size-disclaimer: 15px;
	--button-padding: 14px 18px;
	--border-radius: 6px;
}

*:focus {
	outline: none;
}

/** Global CSS **/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--content-font-style);
	background: #fff;
}

body {
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow-x: hidden;
	color: var(--dark-gray-color);
	font-family: var(--content-font-style);
	font-size: var(--font-size-regular);
	font-weight: var(--font-size-light);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-location-header,
.elementor-location-footer {
	flex: 0 0 auto;
}

.elementor-location-single,
.elementor-location-archive,
main#content {
	flex: 1 0 auto;
}

.elementor-text-widget p:last-child {
	margin-bottom: 0px;
}


.elementor-nav-menu--dropdown .elementor-item:focus {
	background: transparent !important;
	outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--main-font-style);
	font-weight: var(--font-weight-bold);
	text-transform: none;
	color: var(--primary-custom-color);
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: var(--font-size-1);
}

h2 {
	font-size: var(--font-size-2);
}

h3 {
	font-size: var(--font-size-3);
}

h4 {
	font-size: var(--font-size-4);
}

h5 {
	font-size: var(--font-size-5);
}

h6 {
	font-size: var(--font-size-6);
}

a {
	color: var(--fourth-custom-color);
	font-weight: var(--font-weight-bold);
}

a:hover {
	color: var(--primary-custom-color);
	text-decoration: none;
}

a .title,
a .sub-title,
.sub-title>a {
	color: var(--dark-gray-color);
	text-decoration: none !important;
	font-weight: initial;
}

/*
a[href^="tel:"],
a[href^="tel:"]:hover,
a[href^="tel:"]:focus {
  color: unset !important;
  text-decoration: none !important;
  cursor: text !important;
}
*/

b,
strong {
	font-weight: var(--font-weight-bold);
}

p {
	margin: 0px 0px 20px 0px;
	line-height: 1.25em;
	font-weight: var(--font-weight-light);
}

p:last-child,
.elementor-text-editor:last-child {
	margin-bottom: 0px;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/**
hr,
span.elementor-divider-separator,
.elementor hr {
	width: 100% !important;
	clear: both;
	border: 0px;
	height: 2px !important;
	margin: 20px auto !important;
	background: var(--primary-custom-color) !important;
}
**/

span.req {
	color: #f00 !important;
}

/* ul li {
	margin-bottom: 20px;
}

ul li::last-child {
	margin-bottom: 0px;
} */

.breadcrumb {
	font-size: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.breadcrumb li {
	display: inline-block;
	font-size: var(--font-size-regular);
}

.breadcrumb li::after {
	content: "\f105";
	font-family: "FontAwesome";
}

.breadcrumb li:last-child::after {
	content: "";
}

.breadcrumb li a {
	margin: 0px 10px;
}

.breadcrumb li:first-child>a {
	margin-left: 0px;
}

.breadcrumb li:last-child>a {
	margin-right: 0px;
}

.breadcrumb li.active a {
	color: #939598;
	pointer-events: none;
	cursor: default;
}

a.hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	font-size: var(--font-size-4);
	color: #fff;
	line-height: 150px;
	/* height of slider-ticker */
	background: rgba(0, 0, 0, 0.75);
	padding: 0px;
	z-index: 2;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.clear-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.clear-list a {
	text-decoration: none;
}

.clear-list a:hover {
	text-decoration: underline;
}

a#button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: var(--button-padding);
}

button,
.button,
.submit,
a#button,
.btn,
input[type="submit"],
[type="submit"],
.elementor-button,
.elementor-button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: var(--content-font-style) !important;
	font-size: calc(var(--font-size-regular) - 3px);
	font-weight: var(--font-weight-bold);
	border: none;
	border-radius: var(--border-radius) !important;
	background: var(--secondary-custom-color);
	color: #fff;
	float: none;
	margin: 0px auto;
	padding: var(--button-padding);
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

[type="submit"] {
	padding: var(--button-padding);
}

button,
.button,
.button a,
.submit,
a#button,
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	width: auto !important;
}

button#responsive-menu-button {
	background: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.submit:hover,
.submit:focus,
a#button:hover,
a#button:focus,
.btn:focus,
.btn:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
[type="submit"]:hover,
[type="submit"]:focus,
.elementor-button[type="submit"]:hover,
.elementor-button[type="submit"]:focus,
.elementor-button:hover,
.elementor-button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus {
	border: none;
	background: var(--secondary-custom-color);
	color: var(--primary-custom-color);
	outline: none;
}

button:active,
.button:active,
.submit:active,
a#button:active,
.btn:active,
input[type="submit"]:active,
.elementor-button[type="submit"]:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
	color: #FFF;
	border: none;
	outline: none;
	background: var(--third-custom-color);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7fde6", endColorstr="#56c3ff", GradientType=1);
}

.button a,
.submit a,
input[type="submit"] {
	padding: var(--button-padding);
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button:hover a,
.button:focus a,
.submit:hover a,
.submit:focus a {
	color: var(--primary-custom-color) !important;
	text-shadow: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button a:hover,
.button a:focus,
.submit a:hover,
.submit a:focus {
	text-decoration: none;
}

a#button-alt {
	padding: var(--button-padding);
}

.button.left {
	margin: 0px 5px 5px 0px;
	float: left;
}

.button.right {
	margin: 0px 0px 5px 5px;
	float: right;
}

.clearfix:after {
	content: " ";
	/* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.grecaptcha-badge {
	visibility: hidden;
}

.arrow-list li::before {
	content: "\f105";
	font-family: FontAwesome;
	margin: 0px 5px 0px -15px;
}

.hide {
	display: none !important;
	visibility: hidden !important;
}

.clickable {
	cursor: pointer;
}

/**
table {
  border-collapse: collapse;
  margin: 20px auto;
}

table,
th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

table th {
  background: #444444;
  color: #fff;
}

table tr:nth-child(odd) {
  background: #fff;
}

table tr:nth-child(even) {
  background: #f3f3f3;
}
**/

/** End Global CSS **/

/** CSS for Forms **/

form {
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	float: none;
	font-size: inherit;
	color: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

form p {
	text-align: left !important;
}

label {
	font-weight: bold;
	display: inline-block;
}

label>span {
	margin: 0 auto;
	color: #000;
	font-weight: bold;
}

label.required::after {
	color: #f00;
	content: "*";
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="phone"],
input[type="password"],
input[type="tel"],
input[type="url"],
textarea,
select {
	font-family: var(--main-font-style);
	font-size: var(--font-size-regular);
	font-weight: inherit;
	border: none;
	border-bottom: 1px solid var(--primary-custom-color);
	border-radius: 0px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	color: var(--dark-gray-color);
	height: auto;
	margin-top: 0px;
	outline: 0 none;
	padding: 0px;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-field-group .elementor-field-textual {
	font-size: var(--font-size-regular);
	padding: 0px;
	border-radius: 0px !important;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: none !important;
}

#footer input[type="text"],
#footer input[type="date"],
#footer input[type="email"],
#footer input[type="number"],
#footer input[type="phone"],
#footer input[type="password"],
#footer input[type="tel"],
#footer input[type="url"],
#footer textarea,
#footer select {
	color: var(--primary-custom-color);
}

::-webkit-input-placeholder {
	color: #777 !important;
}

:-ms-input-placeholder {
	color: #777 !important;
}

::placeholder {
	color: #777 !important;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	width: 100%;
	height: auto;
	margin-top: 0px;
	cursor: pointer;
	border-radius: var(--border-radius) !important;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

form textarea {
	font-family: inherit;
	height: 100px !important;
	resize: none;
	border-radius: var(--border-radius);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

form textarea:hover {
	border: 1px solid var(--primary-custom-color);
	background: none;
}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="phone"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
input[type="checkbox"]:hover,
input[type="url"]:hover,
textarea:hover,
select:hover,
.elementor-field-group .elementor-field-textual {
	background: var(--light-gray-color);
	border-bottom: 1px solid var(--primary-custom-color);
	border-image-slice: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.elementor-field-group .elementor-field-textual {
	color: var(--primary-custom-color);
	border-bottom: 1px solid var(--primary-custom-color);
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox-list li {
	margin-left: 20px;
	margin-right: 15px;
	float: left;
}

.form-col-1 {
	display: block;
	width: 27%;
	float: left;
	margin-right: 3%;
}

.form-col-2 {
	display: block;
	width: 70%;
	float: left;
}

.caldera-grid {
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

.caldera-grid .checkbox-list {
	-webkit-column-count: 2;
	column-count: 2;
}

.caldera-grid .checkbox-list .checkbox {
	margin-bottom: 10px;
}

.elementor-message {
	padding: 10px;
	border-radius: 500px;
	text-align: center;
}

.elementor-message.elementor-message-success {
	background: #b4de8d;
	color: #5b7d06;
}

.elementor-message.elementor-message-error {
	background: #e88686;
	color: #9e0505;
}

/** End CSS for Forms **/

#top-bar-header input[type="search"] {
	width: auto;
	color: var(--dark-gray-color);
}

/** CSS for Footer **/

#footer {
	clear: both;
	z-index: 0;
	height: auto;
	float: none;
	font-size: var(--font-size-regular);
	font-weight: var(--font-weight-medium);
	font-weight: 500;
	width: 100%;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
}

#footer .wrap {
	padding: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	display: table;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #fff;
}

#footer a {
	font-weight: var(--font-weight-regular);
}

#footer a:hover {
	opacity: 1;
}

/**
#footer a.custom-logo-link img {
    -webkit-filter: grayscale(100%) invert(1) brightness(0.5);
    filter: grayscale(100%) invert (1) brightness(0.5);
}
**/

#footer hr,
#footer span.elementor-divider-separator {
	background: var(--dark-gray-color);
}

.footer-column {
	width: 32%;
	float: left;
	margin-bottom: 20px;
	text-align: left;
	margin-right: 2%;
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 0px;
	border-right-width: 1px;
	border-style: solid;
	border-color: var(--primary-custom-color);
}

.footer-column:last-child {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.footer-column ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
}

#footer form {}

#copyright {
	text-align: center;
	font-family: var(--main-font-style);
	font-size: var(--font-size-disclaimer);
	font-weight: var(--font-weight-light);
	bottom: 0;
	clear: both;
	background: none;
	color: #fff;
}

#copyright a {
	color: var(--light-gray-color);
	font-weight: normal;
	opacity: 0.75;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#copyright a:hover {
	color: var(--light-gray-color);
	opacity: 1;
}

/** End CSS for Footer **/

@media screen and (max-width: 460px) {
	:root {
		--font-size-1: 24px;
		--font-size-2: 23px;
		--font-size-3: 22px;
		--font-size-4: 21px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-regular: 16px;
		--font-size-disclaimer: 14px;
	}
}