/*
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.9
Requires PHP: 7.4
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 */

:root {
	--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;
}

*:focus {
	outline: none;
}

/** Global CSS **/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

body {
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow-x: hidden;
	font-size: var(--font-size-regular);
	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,
.elementor[data-elementor-post-type="page"] {
	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-weight: var(--font-weight-bold);
	text-transform: none;
	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 {
	font-weight: var(--font-weight-bold);
}

a:hover {
	text-decoration: none;
}

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

p {
	margin: 0px 0px 20px 0px;
}

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

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

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

ul,
ol {
	margin-bottom: 20px;
}

.grecaptcha-badge {
	visibility: hidden;
}

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

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

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

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

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

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

@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;
	}
}
