/*
 Theme Name:   Emmet Lite
 Theme URI:    
 Description:  Emmet Lite
 Author:       Moye Akindele
 Author URI:   http://example.com
 Template:     emmet-lite
*/

/* Skryia GrapesJs Defaults(start) ************************************************* */
html {
	scroll-behavior: smooth;
}

.skg-scrollbar {
	overflow: auto;
}

.skg-scrollbar-y {
	overflow-y: auto;
}

.skg-scrollbar-x {
	overflow-x: auto;
}

.card-library {
	margin-bottom: 100px;
}

.skg-position-sticky {
	position: -webkit-sticky; /* Safari & IE */
	position: sticky;
	top: 0;
    z-index: 100;
}

/* Skryia GrapesJs Defaults(end) ************************************************* */

/* Global(start) ************************************************* */
html {
	/* background-color: #300b0b; */
}

body, html {
	/* height: 90vh !important; */
	margin: 0;
}

#gjs {
	height: 100vh !important;
}

.wp-singular h1, .wp-singular h2, .wp-singular .h1, .wp-singular .h2 {
	Margin: 0px;
	font-family: lato;
}

.header-content {
	/* padding-top: 50px; */
	/* color: white; */
}

body.wp-singular h1 {
	font-weight: 300;
    line-height: 50px;
    font-size: 40px;
}

body.wp-singular h2 {
	line-height: 58px;
    font-size: 40px;
	font-weight: 300;
}

body.wp-singular
{
	line-height: 30px;
    font-family: lato;
    font-size: 25px;
	font-weight: 300;
}

/*
.type-trade
{
    font-family: Ariel;
    line-height: 1.4;
    font-weight: 400;
    font-size: 17px;
}
*/

.sk-login-form {
	margin: 10% 10%;
}

.sk-login-form label {
	color: black;
}

.sk-login-form input[type="password"],
.sk-login-form input[type="text"],
.sk-login-form input[type="email"] {
	/* background-color: #d7e7ed; */
	width: 100% !important;
    /* padding: 10px; */
	font-size: medium;
}

#loginform {
	    padding: 0px 100px 0 0px;
}

.site-main {
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
}

.home .site-main {
	padding: 0px 0px 50px 0px;
}

.site-main label {
    /*color: #cad1df;*/
    font-family: Verdana, sans-serif;
    font-size: 14px;
	margin-bottom: 0px;
}

.wrapper {
	/*background-color: #300b0b;*/
	/*background-color: #7A4988;*/
}

.page-card {
	background-color: #6368ce;
	color: white;
	/* background-image: linear-gradient(to top, rgba(3,9,25,0), rgba(3,9,25,1)); */
	border-radius: 30px 30px 30px 30px;
    width: 350px;
    /* height: 450px; */
    margin: 20px;
	overflow: hidden;
}

.page-card a {
	text-decoration: none;
}

.page-card-inner {
	padding: 5px 10px;
	height: 110px;
	overflow: auto;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
  
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
  
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.page-card .heading {
	font-weight: 600; /* 300; */
	font-size: 20px; 
    line-height: 26px;
    text-decoration: none;
    font-size: var(--msft-article-heading-font-size, 20px);
    line-height: var(--msft-article-heading-line-height, 26px);
	color: white;
}

.page-card img {
	border-radius: 30px 30px 0px 0px;
	width: 350px;
	height: 260px;
}

.page-card p {
	/*
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	*/
	display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin: 5px 0px;
    color: white;
}

.gjs-field input[type="date"]::-webkit-calendar-picker-indicator,
.gjs-field input[type="datetime-local"]::-webkit-calendar-picker-indicator {
	background-color: grey;
}

.page-card p:hover {
	/*
	 * white-space: normal;
	overflow: visible;
	*/
}

.page-card-banner {
	/*background-color: #030919;*/
	background-image: linear-gradient(to top, rgba(204,204,204,0), rgba(204,204,204,1));
    padding: 15px 10px;
    /* width: 30%; */
    /* height: 350px; */
    /* float: left; */
    margin-right: 1%;
    margin-bottom: 20px;
    color: black;
}

.page-card-banner p {
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
	font-size: 16px;
}

.page-card-button-panel {
	display: flex;
    flex-flow: nowrap;
	justify-content: space-between;
	height: 60px;
}

.page-card-button-panel a {
	display: block;
	padding: 14px 28px;
    background: #7191e6;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 2.4;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px 0px 0px 0px !important;
    border: 0 solid;
    min-height: 49px;
    outline: 0;
	flex-basis: 25%;
}

.page-card-button-panel .btn-archive-revis {
	flex-basis: 40%;
	border-radius: 0px 0px 0px 0px !important;
}

.red-cancel-btn {
	background-color: red !Important;
}

.wrapper {
  position: relative;
  /* min-height: 100vh; */
}

#footer {
  position: relative;
  /* bottom: 0; */
  width: 100%;
  /* height: 2.5rem; */
}

.footer-inner {
	/* height: 2.5rem; */
	padding: 26px 26px;
}

input[type="checkbox"] {
	height: 20px;
    width: 20px;
}

.pages-container {
	display: flex;
	flex-flow: wrap;
	/* padding-bottom: 250px; */
}

/* Global(end) ************************************************* */

/* --------------------------------------------------------- */
/*Start - Header/Footer.
/* --------------------------------------------------------- */
.main-header {
	position: relative;
    z-index: 5;
	/* background-color: #7091E6; */
	/*background-image: url(https://skryia.com/wp-content/themes/emmet-lite-child/images/headers/pexels-suzy-hazelwood.jpg);*/
	min-height: 110px;
	/* padding: 0px 50px; */
    background: linear-gradient(135deg, #581c87 0%, #7c3aed 50%, #3730a3 100%);
}

.home-main-header {
	position: relative;
    z-index: 5;
	
	/*
    background-color: #7091E6;
	color: #3D52A0;
	color: #8697C4;
	color: #ADBBDA;
	*/
	color: #EDE8F5;
	/* background-image: url(https://skryia.com/wp-content/themes/emmet-lite-child/images/headers/pexels-wallace-chuck.jpg); */
	/* padding: 0px 50px; */
    background: linear-gradient(135deg, #581c87 0%, #7c3aed 50%, #3730a3 100%);
}

.home-main-header input[type=text] {
	background-color: #adbbda;
}

.header-footer {
	Background-color:#3D52A0;
	height: 50px;
}

.top-header {
    /* background-color: #030919; */
}

.site-header {
	background:transparent;
}

/*
.main-header .site-header {
	height:220px;
}
*/

.home-main-header .site-header {
	/* height:500px; */
}

.header-split {
	display: flex;
    justify-content: center;
	margin: 0 0 30px 0;
}

.header-content-left {
	border-top: 1px solid #ffffff;
	padding: 20px 30px;
	width: 30em;
	text-align: right;
}

.header-content-right {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 20px 30px;
	width: 30em;
}

.header-content .header-content-intro{
	/* margin: 125px 0 30px 0; */
	padding-top: 20px;
}
/* --------------------------------------------------------- */
/*End - Header/Footer.
/* --------------------------------------------------------- */

.logged-in-controls {
	display: flex !Important;
	margin-bottom: 30px;
	justify-content: center;
}

.logged-out-controls {
	display: block !Important;
	margin-bottom: 30px;
}

/* .logged-in .logged-in-controls {
	Display: block !Important;
} */

.logged-in .logged-out-controls {
	display: none !Important;
}

.row.clearfix {
    
}

.page-status-holder {
	display: flex;
}

.page-status-holder {
	display: flex;
}
.page-status-holder div {
	display: flex;
	margin: 10px 20px 20px 0px;
}

.container.main-container > .row.clearfix > div:nth-of-type(1) {
  width: 100%;
}

.container.main-container > .row.clearfix > div:nth-of-type(2) {
  Display: none;
}

.main-container {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.close-editor-page {
	text-decoration: none;
    color: white;
	/* margin-right: 20%; */
}

.btnEditPostClose {
    margin: 0px auto;
}

.type-trade a {
	text-decoration:none;
}

.space-editor-two {
	padding: 100px 300px;
}

.space-editor-three {
    background-color: cadetblue;
	padding: 100px 300px;
}

.space_editor_one_id .mce-edit-area {
	/*padding: 70px 0 0 0;*/
	background-color: blue;
    /*background-color: #030919;*/
	/*background-image: url(https://skryia.com/wp-content/themes/emmet-lite/images/headers/bg.png);*/
}

.gjs-am-assets {
	height: 100%;
}

.gjs-am-assets-cont {
    height: 100%;
}

.wp-space_editor_one_id-editor-container .mce-edit-area {
	background-color: blue;
}

#mceu_18-body {
	background-color: #030919 !Important;
}

.post-controls {
	margin: 0px 0px;
}

.post-controls button {
	width: 100%;
    min-height: 0;
}

/*
#mceu_65-body {
	background-color: #030919 !Important;
}
*/
.mce-content-body .space_editor_one_id {
	background-color: #030919 !Important;
}

.space-editor-one #Content {
	color: white;
	font-size: 24px;
}

.header-image.with-header-image {
    background-color: #030919;
    min-height: 210px;
}

.Address-block {
	width: 100%;
	background-color: #34393f;
	margin: 0px auto;
}

.inner-address-block {
	width: 70%;
	margin: 0 auto;
}

.Address-text {
	padding: 120px 60px;
}

.about-block {
	width: 100%;
	background-color: #34393f;
	margin: 0px auto;
}

.inner-about-block {
	margin: 0 auto;
}

.wp-singular .about-text {
	padding: 120px 60px;
}

.about-right {
	background-image: url(https://skryia.com/wp-content/themes/emmet-lite/images/headers/bg.png);
	text-align: center;
}

.about-right .about-text {
	min-height: 500px;
}

.about-right .about-text h2 {
	margin-bottom: 50px;
}

.page-body-block {
	margin: 0px auto;
}

.form-address-block {
	background-color: #34393f;
	display: grid;
}

/* LOGIN PAGE */

#loginform label {
	width: 100%;
}
/* --------------------------------------------------------- */

.right-login .wp-block-group {
	padding: 0px 10%;
}

.right-login p {
	margin: 35px 0 !important;
	line-height: normal;
}

.wp-block-button.main-button {
	margin: 50px 0 auto;
}

.home-column {
	margin: 25px;
	/*background-image: linear-gradient(to top, rgba(204,204,204,0), rgba(204,204,204,1));*/
	/*background-image: linear-gradient(to top, rgba(34,34,34,0), rgba(34,34,34,1));*/
	background-color: #290916;
    padding: 15px 10px;
    /* color: black; */
}

/* --------------------------------------------------------- */
/*Start - Registration.
/* --------------------------------------------------------- */
.reg-form {
	margin:5%;
}

.reg-form {
	margin: 15% 25%;
}

.reg-form label {
	color: black;
}

.reg-form input[type="password"],
.reg-form input[type="text"],
.reg-form input[type="email"],
.reg-form textarea{
	/* background-color: #d7e7ed; */
	width: 100%;
    padding: 10px;
	font-size: medium;
}

.prof-form-content {
	/* margin: 100px 25% 100px 25%; */
	padding: 100px;
}


.prof-form-content {
	color: black;
}

.prof-form-content input[type="password"],
.prof-form-content input[type="text"],
.prof-form-content input[type="email"],
.prof-form-content textarea{
	/* background-color: #d7e7ed; */
	width: 100%;
    padding: 10px;
	font-size: medium;
}

.error-bar {
	background-color: #d39292;
	color: white;
	padding: 30px 50px;
}

.form-submit-btn {
	margin: 40px 0%;
}

/* --------------------------------------------------------- */
/*End - Registration.
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/*Start - Archive.
/* --------------------------------------------------------- */
.archive a:link {
	text-decoration: none;
}

.archive a:visited {
	text-decoration: none;
}

.archive a:hover {
	text-decoration: none;
}

.archive a:active {
	text-decoration: none;
}

.page-form {
	margin: 3%;
}

.page-form input[type="password"],
.page-form input[type="text"],
.page-form input[type="email"],
.page-form textarea{
	/* background-color: #d7e7ed; */
	width: 100%;
    padding: 10px;
	font-size: medium;
}

/* --------------------------------------------------------- */
/*End - Archive.
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/*Start - Profile Page.
/* --------------------------------------------------------- */

.skryia-form-disabled input[type]:not([type=submit]), .skryia-form-disabled textarea {
	background: blanchedalmond;
    color: red;
}

.skryia-form-disabled input[type=submit] {
	display: none;
}

.title-bar {
	margin: 50px 0px 150px 0px;
}

/* --------------------------------------------------------- */
/*End - Profile Page.
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/*Start - Create Content Page.
/* --------------------------------------------------------- */
.mce-content-body.space_editor_two_id {
	background-color: red !important;
}

.mce-content-body.space_editor_one_id {     
   background: red !important; 
   color: green !important;
}

.body .mceContentBody {
   background: red !important;
}
/* --------------------------------------------------------- */
/*End - Create Content Page.
/* --------------------------------------------------------- */

#new_trading_post .gjs-block, 
#new_trading_post .gjs-editor, 
#new_trading_post .gjs-block-label,
#new_trading_post .gjs-sm-properties,
#new_trading_post .gjs-clm-tags {
	font-size:12px !important;
}

.gjs-mdl-content {
    height: 90%;
}

.CodeMirror {
    height: 90%;
}

.gjs-mdl-dialog {
    max-width: 90%;
    width: 90%;
}

.form-content {
	/* background-image: url(https://skryia.com/wp-content/themes/emmet-lite/images/headers/bg.png); */
	background-color: #3D52A0;
	padding: 0px 25px;
	/* height: 60px;
    margin-bottom: 25px; */
}

.form-content input[type="submit"],
.form-content input[type="button"] {
	padding: 5px 10px !important;
    /* background: #27b399; */
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 0 solid;
    outline: 0;
	cursor: pointer;
	background: transparent;
    border: 2px solid white;
}

.narrow-container {
	padding: 10%;
	line-height: 1.5;
}

.card-library-inner {
	display: flex;
    flex-flow: wrap;
	justify-content: center;
}

/* --------------------------------------------------------- */
/*Loader
/* --------------------------------------------------------- */
.loader-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #242f3f;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}

@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

.page-id-1415 .site-footer {
	/* display: none !important; */
}

.site-footer {
	/* display: none !important; */
	color: white;
	font-size: 18px !important;
}

.site-footer a {
	/* display: none !important; */
	color: white;
	font-size: 18px !important;
}

.policy-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.policy-holder-item {
	display: flex;
	flex-flow: column;
}

.policy-holder-item p {
	font-size: 18px;
}

.policy-holder a {
	margin: 5px 10px;
}

.home-help-block {
	color: white !important;
	margin-bottom: 0px;
}

.home-help-block a {
	color: white !important;
}

.home-intro-block {
	margin: 150px 100px 60px 100px;
}

.home-intro-child {
	margin: 0px 0px 60px 0px;
	line-height: 2;
}

.home-help-contact-block {
	margin:60px 0px 30px 0px !important;
}

.home-column-child {
	line-height: 30px;
	font-size: 17px;
}

#page-form-div textarea {
	width: 100%;
	font-size: medium;
}

.title-bar div {
	margin-bottom: 20px;
}

#txtPageDesc {
	padding: 15px 0px;
	width: 100%;
	font-size: medium;
}

.page-form input[type=text] {
	padding: 0px !important;
	width: 100% !important;
}

#controlBar {
	margin: 10px 10px;
}

#controlBar label {
	color: black;
}

.mode-bar {
	/* position: relative;
	z-index: 10;
	background-color: #3D52A0;
	color: white; */
}

.mode-bar a {
	/* color: white; */
}

.mode-bar-container {
	/* display: flex; */
}

.mode-bar-left {
	/* flex-basis: 95%; */
}

.mode-bar-right {
	/* flex-basis: 5%; */
}

#controlBar input[type="password"],
#controlBar input[type="text"],
#controlBar input[type="email"],
#controlBar textarea,
#controlBar select{
	background-color: #adbbda;
	width: 100%;
    padding: 10px;
	margin-bottom: 10px;
	line-height: 30px;
    font-family: lato;
    font-size: 25px;
    font-weight: 300;
}

#rivisions-container {
	background-color: #adbbda;
}

#rivisions-container .hide-if-js {
    display: none;
}

.post-revisions {
	height: 100px;
    overflow-y: scroll;
    padding: 0px 20px;
    margin: 10px 0px;
    list-style-type: none;
    border-top: 3px solid white;
}

.templates-container {
	content-visibility: auto;
	border: 1px solid black;
    background-color: #adbbda;
	padding: 10px;
}

.template-holder {
	margin: 0px 10px 30px 0;
    width: 300px;
    float: left;
	background-color: #adbbda;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
  
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
  
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.available-slug-input {
	background-color: #9fc79f !important;
}

.unavailable-slug-input {
	background-color: #e7aeae !important;
}

.content-controls label {
	display: flex;
}

.create-trade-button {
	width: 100%;
}

.create-trade-button span div {
	display: none;
}

.create-trade-button #btnSubmit {
	width: 100%;
	margin: 30px 0px;
}

.template-header-left {
	float: left;
}
.selected-template-title {
	/*float: left;*/
}

.template-header-container {
	height: 50px;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #adbbda;
}

.template-button {
	width: 100%;
}

.btn-archive-revis {
	width: 100%;
	min-height: 62px !important;
}

.home #gjsParentDiv {
	display: block;
}

.post-type-archive-trade #gjsParentDiv {
	display: block;
}

#gjsParentDiv {
	display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#gjsParentDiv .gjs-pn-panel {
	background-color: white;
}

.archive-modal-content .hide-if-js {
	    display: none;
}

.archive-modal-content a {
	    color: burlywood;
}

.archive-modal-content a:visited {
	    color: violet;
}

.library-image {
	width: 300px;
	height: 200px;
    margin: 10px 10px 0px 10px;
}

#drop_file_zone {
	background-color: #6368ce;
	border: white 5px dashed;
	/* height: 200px; */
	padding: 8px;
	font-size: 18px;
	
	border-radius: 10px;
	color: white;
	margin: 0em 3em;
	
}
#drag_upload_file {
	width:50%;
	margin:0 auto;
}
#drag_upload_file p {
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	margin: 10px;
}
#drag_upload_file #selectfile {
	display: none;
}
.upload-form {
	background-color: #6368ce;
	padding: 1px 0px 10px 0px;
}

.library-image-holder {
	float: left;
}

.library-image-toolbar {
	margin: 0px 10px 30px 10px;
	background-color: #6368ce;
    border-radius: 0px 0px 10px 10px;
	padding: 5px 10px 5px 10px;
	height: 80px;
	color: white;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}

.library-image-toolbar label {
	width: 100px;
	text-overflow: ellipsis;
	display: block;
	/* overflow: hidden; */
	/* white-space: nowrap; */
}

.library-image-toolbar p {
	width: 275px;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.album-container {
	/* display: flex; */
	background-color: #7191e6;
    color: white;
    padding: 5px;
    margin: 10px;
}

.album-container label {
	color: white !important;
}

.album-controls {
	display: flex;
	background-color: #7191e6;
    color: white;
    padding: 5px;
    margin: 10px;
    max-width: fit-content;
}

.modal-image-viewer-body {
	overflow: auto;
	height: 75vh;
}

.modal-image-viewer-body div {
	width: fit-content;
    margin: auto;
}

/*
.album-list {
	display: flex;
	flex-wrap: wrap;
	background-color: #7191e6;
    color: white;
    padding: 5px;
    margin: 10px;
    max-width: fit-content;
}

.album-item {
	background-color: black;
	margin: 0px 5px;
	padding: 0px 5px;
	border-radius: 5px;
}
*/

.creation-disabled div {
	display: block !important;
	margin: 20px auto 0 auto;
	text-align: center;
	padding: 20px 0px;
    border-radius: 4px 4px 0 0;
	background-color: #e5a0a0;
    font-weight: 400;
}

.creation-disabled input[type="submit"] {
	cursor: not-allowed;
	pointer-events: none;
	color: #c0c0c0 !important;
	margin-top: 0 !important;
	border-radius: 0px 0px 4px 4px !important;
}

.page-info {
	margin: 1em 2em 1em 2em;
}

.asset-page-info {
	margin: 5px 1px 5px 1px;
}

.page-info-panel {
	
}

.inline-item p {
	font-size: 18px;
    margin: 5px;
}

/* Style the form - display items horizontally */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline > * {
    margin: 0px 30px;
}

.page-info-child{
	width: 95%;
    margin: auto;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

.inline-item {
	display: block;
    border-radius: 10px;
    padding: 0px 15px;
	margin: 5px 5px 5px 5px;
}

.inline-message {
	background-color: #a1e7a1;
}

.inline-error {
	background-color: #e5a0a0;
}

#btn_delete {
	width: 100%;
    background-color: #d14f4f;
}

.pricing-table-container {
	margin: auto !Important;
}

.payment-links-container {
	padding: 45px 0px 0 0px;
}

.price-block-item {
	flex-basis:97% !important;
	margin: auto !important;
	padding: 0px 15px 15px 15px;
}


.price-block-split-row {
	flex-basis:95% !important;
	margin: auto !important;
	padding: 0px 15px 15px 15px;
}

.account-type-item {
	padding: 50px;
	border-radius: 25px;
	text-align: center;
}

#stripe-sub-block {
	height: 400px;
    padding: 100px 50px 50px 50px;
}

.payment-link-description {
	width: 100%;
    line-height: 50px;
}

.payment-tier-banner-holder {
	
}

.payment-tier-banner {
	display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.payment-tier-container {
	border: 1px solid white;
	width: 400px;
    min-width: 400px;
	margin: 20px;
	border-radius: 10px;
}

.tier-header {
	height: 120px;
    align-content: center;
    background-color: #3d52a1;
	color: white;
	border-radius: 10px 10px 0 0;
	font-weight: 600;
}

.tier-body div {
	border-top: 1px solid white;
	padding: 5px;
	min-height: 60px;
	align-content: center;
	color: white;
}

.tier-footer {
	height: 80px;
	border-top: 1px solid white;
	align-content: center;
    text-align: -webkit-center;
}

.tier-footer a {
	display: block;
    background: transparent;
    border: 2px solid white;
    width: 35%;
    padding: 8px 0px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
	font-weight: 600;
}

.other-services {
	background-color: #1d1d29;
	align-content: center;
	padding: 100px 0px;
}
.other-services-inner {
	color: white;
	text-align: center;
}

.other-services-title {
	color: #ff6800;
	font-size: 40px;
}

.other-services-line {
	width: 30%;
	margin: 20px auto 50px auto;
}

.other-services-jobs{
	display: flex;
    justify-content: center;
}

.other-services-jobs-inner {
	display: flex;
	width: fit-content;
	flex-flow: wrap;
}

.job-item {
	border: 2px solid white;
	margin: 30px;
	width: 360px;
}

.job-item-title {
	font-weight: 400;
    margin: 10px 10px;
    background-color: #ADBBDA;
    padding: 20px 10px;
    margin: 0px;
    color: black;
}

.job-item-body {
	padding: 30px 10px;
}

.quote-button-holder {
	margin: 50px;
}

.quote-button-holder div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.quote-button {
	display: block;
    background: transparent;
    border: 2px solid white;
    width: 35%;
    padding: 15px 0px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-weight: 600;
}

/* .payment-tier-container :not(:last-child) {
	margin: 0 20px 0 0;
} */

p.price-title{
    font-size: 30px;
}

p.price-sub-title {
    font-size: 22px;
}

p.price-mini-title {
	font-size: 20px;
    font-weight: 600;
}

.billing-portal-link {
	display: block;
    background-color: cadetblue;
    margin: 40px 0px 10px 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	font-family: helvetica;
    font-size: 18px;
    text-decoration: none;
    color: whitesmoke;
}

.billing-portal-link-container {
	border: 1px solid black;
    border-radius: 10px;
    padding: 30px 10px;
	box-shadow: 10px 10px 5px lightblue;
}

.main-button-seperator {
	margin: 0px 10px;
}

.header-content-payment {
	padding:50px 0px;
}

.payment-successful-container {
	margin: 10% 10%;
	background-color: #8ed1fc;
	padding: 10% 10%;
}

.payment-successful-container p {
	font-size: 30px;
}

.payment-error-container {
	margin: 10% 10%;
	background-color: #e5a0a0;
	padding: 10% 10%;
}

.payment-error-container p {
	font-size: 30px;
}

.Skryia-offering {
	padding: 10px 20px;
	background-color: #8ed1fc;
	padding: 60px 100px 60px 100px;
	
}

.Skryia-offering p {
	color: white;
    font-family: Helvetica;
    font-size: 30px;
	font-family: fantasy;
}

.Skryia-offering-inner {
	color: white;
	
}

.Skryia-offering-inner p {
	font-size: 20px;
	font-family: cursive;
    line-height: 2;
}

.what-you-get-left {
	margin-bottom: 20px;
}

.what-you-get-right {
	margin-bottom: 20px;
}

.comments-area {
    padding: 0px;
}

.page .menu-logout-bar, 
.archive .menu-logout-bar {
	height: 30px;
    padding: 5px 0px 5px 0px;
}

.trade-template-default .menu-logout-bar {
	height: 30px;
    padding: 5px 0px 5px 0px;
}

.logout-bar-child {
	float: right;
	margin: 0px 0px 0px 15px;
}

.small-red-btn {
    background: #3c4e65;
    color: #d56975;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 0 solid;
    outline: 0;
}

.small-link-btn {
    display: block;
    background-color: #3c4e65;
    color: white;
    padding: 0px 10px;
    border-radius: 5px;
    line-height: 22px;
	/* text-transform: uppercase; */
    text-decoration: none;
}

#header .account-row {
	background-color: #312f2f;
	padding: 0px 50px;
	width: -webkit-fill-available;
}

.home .menu-row {
	Display: flow-root;
    /* width: -webkit-fill-available; */
}

#header .menu-row {
    padding: 0px 50px;
	Display: flow-root;
    /* width: -webkit-fill-available; */
}

.home .header-content {
    margin: 3% 5% 3% 5%;
    border-radius: 40px 40px 0px 0px;
	text-align: center;
}

.home .header-content a {
	color: white;
}

.header-h1 {
	margin-bottom:10px;
}

/*-- pager --*/
.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

.pagination {
	margin: 20px 20px 20px 20px;
	padding-bottom: 20px;
}

.pagination-inner {
	margin: 0 auto;
    width: fit-content;
}

.search-bar {
	float: left !important;
	margin: 10px 50px 1px 50px !important;
    /* width: 40% !important; */
	background-color: white !important;
	border-radius: 50px !important;
	height: fit-content !important;
}

.search-form {
	display: flex !important;
}

.search-field {
	width: 90% !important;
	line-height: 43px !important;
	border-radius: 10px 0px 0px 10px !important;
	padding: 0px 20px !important;
	border: none !important;
}

.search-submit {
	width: 10% !important;
	margin: 0px !important;
	border-radius: 0px 10px 10px 0px !important;
	border: none !important;
	color: white;
	background-color: #3D52A0 !important;
    cursor: pointer;
}

.entry-header {
	background: none !important;
}

.search-results {
	
}

.article-item {
	padding: 0px 100px 0px 100px;
}

.search-item {
	
}

.search-item-image img {
	border-radius: 30px;
}

.search-item-desc {
	font-family: helvetica;
    font-size: 17px;
}

.title-bar-left {
	float: left;
}

.title-bar-right {
	float: right;
}

.delete-account-btn {
	padding: 14px 28px;
    background: #27b399;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 3.2;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 0 solid;
    min-height: 49px;
    outline: 0;
	background-color: red !Important;
	text-decoration: none;
}

/* Mobile menu */
.primary-mobile-nav, .mobile-navbar {
	display: none;
}

.nav-menu>li>a, .sf-menu>li>a {
    padding: 14px 0;
	color: white;
	font-size: 16px;
}

.button {
    padding: 14px 28px;
    background: #27b399;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 0 solid;
    min-height: 49px;
    outline: 0;
}

.home-menu.nav-menu>li.current-menu-item>a, 
.home-menu.nav-menu>li.current_page_item>a {
    color: white;
}

.nav-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-item > a {
    color: white;
}

.nav-menu a {
    display: block;
    position: relative;
    text-decoration: none;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu {
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
}
 
.home-menu.nav-menu>li.current-menu-item>a,
.home-menu.sf-menu>li.current-menu-item>a, 
.nav-menu a:hover,
.sf-menu a:hover {
	color: #06b6d4 !important;
}

.sf-menu > li.menu-item-object-custom.current-menu-item > a {
    /* color: #4f4f4f; */
}

.sf-menu ul .current_page_item a, .sf-menu ul a:hover, .sf-menu ul a {
    background: #6628af;
}

.wrapper {
    background: linear-gradient(135deg, #581c87 0%, #7c3aed 50%, #3730a3 100%);
}
  
/*
.sk-navbar {
	margin: 0;
	padding: 5px 0;
	min-height: 50px;
	float: right;
}
*/

.wp-block-button__link {
	background-color: #214f7d;
}

.contact-wrapper {
	margin: 30px;
	padding: 30px;
}

.contact-wrapper textarea {
	padding: 20px 0px !important;
}

.contact-wrapper button, 
.contact-wrapper input[type=email], 
.contact-wrapper input[type=text] {
	width: 100% !important;
	padding: 0px !important;
}

.contact-wrapper input[type=submit] {
	width: 100% !important;
	padding: 0px !important;
	padding: 14px 28px;
    background: #7191e6;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 0 solid;
    min-height: 49px;
    outline: 0;
}

.contact-wrapper .section-header {
	margin: 30px 0px;
}

.pricing-banner {
	Height: 500px;
	text-align: center;
	align-content: center;
}

.subscription-and-tiers {
	/* background-image: url(https://skryia.com/wp-content/themes/emmet-lite-child/images/headers/pexels-wallace-chuck.jpg); */
	background-color: #7191e6;
}

.paging-navigation {
	width: 100%;
}

.title-bar-sub-heading {
	margin-top: 100px;
}

.form-content-row-one {
    display: flex;
}

.btnEditPost {
    margin: 0px auto;
}

.delete-account-bar {
	/* display: none; */
}


/* Start - Albums Css */
.album-list {
	display: flex;
    flex-flow: wrap;
	height: 250px;
    overflow-y: auto;
}

.album-item {
	display: block;
	background-color: #6368ce;
	/* height: 200px; */
	width: 200px;
	margin: 5px;
	padding: 5px;
	border-radius: 10px;
}

.album-item a {
	text-decoration: none;
	color: whitesmoke;
	display: block;
	height: 100%;
}

.album-item a img {
	Width: 100%;
	height: 130px;
}

.psuedo-image {
	Width: 100%;
    height: 60%;
    align-content: center;
    text-align: center;
    font-family: lato;
    font-size: xxx-large;
    color: black;
    background-color: #ece8f6;
	margin-bottom: 7px;
}

.create-album-form {
	/*Display: none;*/
	width: 100%;
	height: 230px;
}

.album-name-holder {
	margin: 0px 10px;
	/* height: 40%; */
}

.album-name-holder p {
	font-size: 15px;
	/*
	white-space: nowrap;
	overflow: hidden;
	*/
}

.template-holder-desc {
	height: 100px;
    overflow: auto;
}

.template-holder img {
    width: 300px;
	height: 225px;
}

.template-holder p {
    font-size: 18px;
}
/* End - Albums Css */

/* Start - Messages Css */
.message-holder {
	background-color: white;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 15px;
	display: flex;
}

.message-title {
	margin: 0 10px 10px 0;
	font-weight: 600;
	width: 80%;
}

.message-panel {
	display: flex;
}

.message-panel-left-holder {
	width: 15%;
	display: flex;
    flex-flow: column;
	background-color: #7191e6;

	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	min-height: 100vh;
	padding: 20px;
}

.message-panel-left-holder-mobile {
	width: 100%;
	display: flex;
    flex-flow: row;
	background-color: #7191e6;

	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	max-height: 100px;
	padding: 10px 0 5px 0px;
	border-radius: 10px;
}

.message-panel-left {
	width: 100%;
	display: flex;
    flex-flow: column;
}

.message-panel-left-mobile {
	width: 100%;
	padding: 0px 10px;
}

.message-panel-left a {
	background-color: #c2ccff;
	margin: 0px 0 5px 0;
    padding: 5px 10px;
	border-radius: 0 22px 0 22px;
    color: black;
    text-decoration: none;
}

.message-panel-left-mobile a {
	display: inline-block;
    background-color: #c2ccff;
    margin: 0px 0 5px 0;
    padding: 5px 10px;
    border-radius: 0 22px 0 22px;
    color: black;
    text-decoration: none;
    width: 80px;
}

a.selected-msg-type {
	border: 4px solid white;
    color: white;
    font-weight: 400;
}

.message-panel-right {
	width: 85%;
	margin: 20px 20px;
}

.w3-modal {
	z-index: 5 !important;
    color: black;
	display: none;
    padding-top: 160px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-full {
	z-index: 5 !important;
    margin-top: 160px;
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.message-link {
	display: flex;
}

.message-icon {
	width: 3%;
	margin: 0 10px 0 0;
	font-size: large;
}

.message-date {
    width: 15%;
    text-align: right;
}

.is-unread {
	background-color: #cad7f7;
}

.message-holder a {
	text-decoration: none;
	width: 100%;
	color: black;
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}
.w3-display-topcentre {
    position: absolute;
    right: 50%;
    top: 0;
	padding: 12px 0 0 0;
}

/*.w3-button */
.w3-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.w3-button */
.w3-btn {
	border: none;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 40px;
    border: 1px solid black;
    background-color: #f1a4a4;
    border-radius: 0px 10px 0px 5px;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
.w3-container-full, .w3-panel-full {
    padding: 10px 16px;
}
.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 50px 20px;
    outline: 0;
    width: 98vw;
    /* Height: 80vh; */
    border-radius: 10px;
	max-height: 98vh;
	min-height: 98vh;
    overflow: scroll;
}
.w3-modal-content-full {
    background-color: #fff;
    position: relative;
    outline: 0;
    width: 99vw;
    Height: 100%;
    border-radius: 10px;
    max-height: 100%;
}

.email-modal-control {
	padding: 5px !important;
    background-color: transparent !important;
    color: black !important;
    line-height: 0 !important;
    min-height: fit-content !important;
	margin: 5px 20px !important;
}

.btn-close-modal {
	background-color: #e98585;
    border-radius: 0px 10px 0px 0px;
    padding: 3px 8px;
	cursor: pointer;
}

.message-page-title {
	text-align: center;
}

.modal-title {
	padding: 0 0 20px 0;
	font-weight: 600;
	display: flex;
	border-bottom: 1px solid black;
}

.modal-body {
	padding: 10px 0 0px 0;
	height: 60vh;
}

.modal-title-title {
	width: 90%;
}

.modal-title-date-time {
	min-width: fit-content;
    float: right;
	display: flex;
}

.modal-title-date-time div {
	margin-right: 10px;
}

.body-preview {
	width:80%;
}

.body-preview div {
	display: ruby;
	font-weight: 300;
}

.btn-panel-all {
	position: absolute;
	right: 50%;
	display: flex;
}

.modal-title-text p {
	font-weight: 500;
}

#new-message-modal input[type=text],
#new-message-modal input[type=email],
#new-message-modal textarea {
	background-color: transparent;
	border: none;
    border-bottom: 1px solid #d4d4d4;
	width:100% !important;
	padding: 8px 0;
}

#new-message-modal textarea {
	margin-top: 20px;
	height: 85%;
}

.txt-message-payload-holder {
	height: 48vh;
}

.message-footer-button {
	background: transparent !important;
    border: 1px solid black !important;
    color: black !important;
    padding: 5px 10px !important;
	float: right;
}

.message-holder-cb {
	margin: 0 10px 0 0;
}

.message-sender {
	margin: 0 10px 0 0;
	width: 25%;
}

#alert-modal {
	z-index: 10 !important;
}

#alert-modal .w3-modal-content {
	z-index: 10;
	width: 25%;
    height: 25%;
}

.alert-model-container {
	z-index: 10;
}

/* End - Messages Css */



/* Media Size Style */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.search-bar {
		margin: 18px 10px 1px 10px !important;
		width: 100% !important;
	}
	
	.prof-form-content {
		/* margin: 100px 25% 100px 25%; */
		padding: 30px;
	}
	
	.title-bar-left {
		width: 100%;
	}
	
	#btnViewProf, #btnEditProf {
		width: 100%;
	}
	
	.title-bar-right {
		width: 100%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}
@media only screen and (max-width: 768px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1000px) {
	
}

/* @media only screen and (max-width: 600px){ */
@media only screen and (min-width: 991px){
	#message-panel-left-mobile {
		display: none;
	}
}

@media only screen and (max-width: 991px){
	.main-navigation-mobile .menu-item {
		opacity: 0.75;
		background-color: #e9dede;
	}
	
	.primary-nav, .main-navbar {
		display: none;
	}
	.primary-mobile-nav, .mobile-navbar {
		display: block;
	}
	
	.main-navigation-mobile {
		display: block;
	}
	
	.btn-toggle-mobile-menu {
		width: 100%;
	}
	
	/*
	#header .menu-row {
		width: -webkit-fill-available;
		min-width: 80vw;
	}
	*/
	
	.page .menu-row {
		width: -webkit-fill-available;
		max-width: 95%;
	}
	
	.trade-template-default .menu-row {
		width: -webkit-fill-available;
		min-width: 100%;
	}
	
	.home .header-content {
		margin: 20px 0px 0px 0px;
	}
	
	.payment-link-description {
		width: 100%;
	}

	.message-panel-left-holder {
		display: none;
	}
	.message-panel-left-mobile {
		display: block;
	}
	.message-panel-right {
		width: 100%;
	}
}



.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
.sk-navbar {
    background-color: transparent !important;
    color: black !important;
}
*/

.sk-footer-ad {
	background-image: linear-gradient(#34393f 0%, #34393f 100%);
	color: white;
	font-family: lato;
    font-size: 17px;
	text-align: center;
	padding: 50px 50px 25px 50px;
}

.sk-footer-social-icons-row {
	padding: 20px 0px 0px 0px;
}

#central-footer-text {
	text-align: left;
}

.sk-footer-ad-inner {
	width: fit-content;
	margin: 0px auto;
	/* padding: 50px 0px 0px 0px; */
}

.sk-footer-ad #skryia-link {
    text-decoration: none;
	color: #d983a6;
	font-family: cursive;
    font-size: 50px;
	display: block;
	padding: 10px 0px 10px 0px;
}

.sk-footer-ad .sk-footer-gjs-cell {
    flex-grow: 1;
    flex-basis: 100%;
}

.sk-footer-ad #fb-social-icon {
    color: white;
    font-size: 30px;
}

.sk-footer-ad .sk-footer-gjs-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    /* padding: 10px; */
}

.footer-home-link {
	width: fit-content;
    margin: 0px auto;
}

/*
******************************************************************************
	V2 Design
******************************************************************************
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.wp-singular {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    min-height: 100vh;
    background: linear-gradient(135deg, #581c87 0%, #7c3aed 50%, #3730a3 100%);
    /* color: #ce7272; */
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.container-narrow {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Background Elements */
.background-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.bg-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: pulse 4s ease-in-out infinite;
}

.bg-blur-1 {
    top: -10rem;
    right: -10rem;
    width: 20rem;
    height: 20rem;
    background: rgba(6, 182, 212, 0.1);
}

.bg-blur-2 {
    top: 50%;
    left: -10rem;
    width: 24rem;
    height: 24rem;
    background: rgba(168, 85, 247, 0.1);
    animation-delay: 1s;
}

.bg-blur-3 {
    bottom: 5rem;
    right: 25%;
    width: 16rem;
    height: 16rem;
    background: rgba(236, 72, 153, 0.1);
    animation-delay: 2s;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Navigation */
.sk-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(6, 182, 212, 0.2);
    padding: 1rem 0;
    width: 100%;
}

.wp-singular .nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-box {
    background: #06b6d4;
    color: #1a1f2c;
    font-weight: bold;
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.logo a {
    text-decoration: none;
    color: #1a1f2c;
    display: flex;
}

.brand-title {
    font-size: 1.875rem;
    font-weight: bold;
    background: linear-gradient(to right, #06b6d4, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wp-singular .nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.wp-singular .nav-link {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wp-singular .nav-link:hover {
    color: #06b6d4;
}

.login-btn {
    background: transparent !Important;
    border: 1px solid #06b6d4 !Important;
    /* color: #06b6d4; */
    padding: 0.5rem 1rem !Important;
    border-radius: 9999px !Important;
    cursor: pointer !Important;
    transition: all 0.3s ease !Important;
    font-size: 14px !Important;
    height: 34px !Important;
    line-height: 15px !Important;
    color: white !Important;
    text-decoration: none !Important;
}

.login-btn:hover {
    background: #06b6d4;
    color: #581c87;
}

.search-container {
    max-width: 32rem;
    margin: 0 auto;
}

.search-box {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 0.75rem 1rem;
    padding-left: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 9999px;
    color: white;
    font-size: 1rem;
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-input:focus {
    outline: none;
    border-color: #06b6d4;
}

/*
.search-box::before {
    content: "🔍";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}
*/

/* Main Content */
.main-content {
    position: relative;
    z-index: 10;
}

/* Hero Section */
.wp-singular .hero-section {
    padding: 5rem 0 0 0;
}

.wp-singular .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    width: fit-content;
}

.hero-left {
    space-y: 2rem;
}

.wp-singular .hero-title {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.gradient-text {
    background: linear-gradient(to right, #06b6d4, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wp-singular .hero-subtitle {
    font-size: 1.25rem;
    color: #d1d5db;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 32rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.wp-singular .btn {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-weight: 600;
}

.wp-singular .btn-primary {
    background: linear-gradient(to right, #06b6d4, #a855f7);
    color: white;
}

.wp-singular .btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3);
}

.wp-singular .btn-outline {
    background: transparent;
    border: 2px solid #06b6d4;
    color: #06b6d4;
}

.wp-singular .btn-outline:hover {
    background: #06b6d4;
    color: #581c87;
}

.arrow {
    font-size: 1.2em;
}

.hero-right {
    display: flex;
    justify-content: center;
}

.hero-image {
    width: 100%;
    max-width: 40rem;
    height: auto;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5));
}

/* Sections */
.wp-singular .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.wp-singular .section-title {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.wp-singular .section-subtitle {
    font-size: 1.25rem;
    color: #d1d5db;
}

/* About Section */
.wp-singular .about-section {
    padding: 10rem 0 0 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 1rem;
    padding: 1.5rem;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.feature-text {
    color: #d1d5db;
    line-height: 1.6;
}

.main-content-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.content-image {
    width: 100%;
    max-width: 28rem;
    height: auto;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5));
}

.content-block {
    margin-bottom: 2rem;
}

.content-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1rem;
}

.content-text {
    color: #d1d5db;
    line-height: 1.7;
}

/* Pricing Section */
.pricing-section {
    padding: 10rem 0 0 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 75rem;
    margin: 0 auto;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
}

.pricing-card-featured {
    transform: scale(1.05);
    border-color: rgba(168, 85, 247, 0.5);
}

.popular-badge {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, #06b6d4, #a855f7);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #06b6d4;
    margin-bottom: 1rem;
}

.plan-price-pro {
    color: #a855f7;
}

.price-period {
    font-size: 1.125rem;
    color: #d1d5db;
}

.plan-description {
    color: #d1d5db;
}

.plan-features {
    list-style: none;
    margin-bottom: 2rem;
}

.feature-item {
    color: #d1d5db;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
}

.btn-plan {
    width: 100%;
    background: #06b6d4;
    color: #581c87;
    font-weight: 600;
}

.btn-plan-pro {
    background: #a855f7;
    color: white;
}

.btn-plan:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3);
}

/* Contact Section */
.contact-section {
    padding: 10rem 0;
}

.services-container {
    max-width: 75rem;
    margin: 0 auto 4rem;
}

.templates-container {
    background-color: #141625;
    padding: 5rem 2.5rem;
    border-radius: 1rem;
}

.template-heading {
    text-align-last: center;
}

.service-top {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-top .service-card {
    width: 100%;
    max-width: 28rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.service-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 1rem;
    padding: 1.5rem;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(6, 182, 212, 0.3);
}

.service-text {
    color: #d1d5db;
    line-height: 1.6;
}

/* Consultation Card */
.consultation-card {
    max-width: 64rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 1rem;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.consultation-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(168, 85, 247, 0.2));
    border-radius: 50%;
    filter: blur(2rem);
}

.consultation-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
}

.consultation-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1rem;
}

.consultation-text {
    font-size: 1.25rem;
    color: #d1d5db;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.consultation-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.consultation-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #d1d5db;
}

.feature-icon {
    font-size: 1.25rem;
}

.consultation-right {
    text-align: center;
}

.btn-consultation {
    width: 100%;
    background: linear-gradient(to right, #06b6d4, #a855f7);
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.btn-consultation:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(6, 182, 212, 0.4);
}

.consultation-note {
    font-size: 0.875rem;
    color: #9ca3af;
    font-style: italic;
}

#wpwrap {
    color:#030919;
}

.site-main label:not(.gjs-editor-cont label) {
  margin-bottom: 16px;
  font-size: 20px;
  vertical-align: top;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .nav-links {
        display: none; /* You'd implement a mobile menu here */
    }
    
    .hero-content,
    .main-content-section,
    .consultation-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .wp-singular .hero-title,
    .wp-singular .section-title {
        font-size: 2.5rem;
    }
    
    .pricing-card-featured {
        transform: none;
    }
    
    .consultation-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 0.5rem;
    }
    
    .wp-singular .hero-title,
    .wp-singular .section-title {
        font-size: 2rem;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .feature-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        padding: 1rem;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .nav-links.mobile-active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
