????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.112.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tempvsty/./eaabusiness.com/wp-content/themes/globeco/scss/typography/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/./eaabusiness.com/wp-content/themes/globeco/scss/typography/_typography--xs.scss
/* HEADINGS */
h1 {
	font-weight: 700;
	line-height: 1.1818em;
	margin-top: 45px;
	&:first-child {
		margin-top: 0;
	}
}
h2 {
	font-weight: 700;
	line-height: 1.25em;
	margin-top: 42px;
	&:first-child {
		margin-top: 0;
	}
}
h3,
.h3,
.woocommerce .comment-respond .comment-reply-title {
	font-weight: 700;
	line-height: 1.3333em;
	margin-top: 45px;
	&:first-child {
		margin-top: 0;
	}
}
h4 {
	font-weight: 700;
	line-height: 1.3846em;
	margin-top: 45px;
	&:first-child {
		margin-top: 0;
	}
}
h5 {
	font-weight: 700;
	line-height: 1.4545em;
	margin-top: 45px;
	&:first-child {
		margin-top: 0;
	}
}
h6 {
	font-weight: 700;
	line-height: 1.5555em;
	margin-top: 45px;
	&:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 959px) {
	h1 {
		font-size: 36px !important;
	}
	h2 {
		font-size: 30px !important;
	}
	h3,
	.h3,
	.woocommerce .comment-respond .comment-reply-title {
		font-size: 26px !important;
	}
	h4 {
		font-size: 22px !important;
	}
	h5 {
		font-size: 18px !important;
	}
	h6 {
		font-size: 16px !important;
	}
}


/* LISTS */
ul,
ol {
	margin-left: 0;
	margin-top: 1.5em;
	padding-left: 0;
}
ol {
	list-style: none;
	counter-reset: decimalCounter;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.25em;
}
ul > li {
	padding-left: 46px;
	text-indent: 0;
	position: relative;
	line-height: 1.5em;
}
ol > li {
	padding-left: 30px;
	text-indent: 0;
	position: relative;
	line-height: 1.5em;
}
ul > li:before{
	content: '';
	position: absolute;
	left: 3px;
	top: 0.75em;
	font-size: inherit;
	width: 21px;
	height: 2px;
	background-color: #adbfc5;
}
ol > li:before{
	counter-increment: decimalCounter;
	content: counter(decimalCounter) '. ';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
}
ul > li + li,
ol > li + li {
	margin-top: 0.6875em;
}


/* TEXT */
p {
	margin: 1.5em 0 0;
	max-width: 100%;
	&:first-child {
		margin: 0;
	}
}


/* BLOCKQUOTE */
blockquote {
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 25px 0 0;
	&:before {
		content: '';
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 5px;
		height: 100%;
	}
	p {
		font-size: 1.2em;
		line-height: 1.25em;
		font-style: normal;
		font-weight: 700;
	}
	*:first-child {
		margin: 0;
	}
	cite {
		font-style: normal;
		display: block;
		text-align: left;
		font-size: 16px;
		margin: 20px 0 0;
		font-weight: 400;
	}
	&.wp-block-quote.is-large,
	&.wp-block-quote.is-style-large {
		padding: 0 0 0 20px;
		margin: 25px 0 0;
		p {
			font-style: normal;
			font-size: 1.5em;
		}
	}
}

/* MARK */
mark {
	-webkit-appearance: none;
	padding: 1px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
}
h1 mark,
h2 mark,
h3 mark,
h4 mark,
h5 mark,
h6 mark {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent !important;
}

/* FORM */
form {
	font-weight: 400;
	font-size: 0;
	line-height: 1;
	p {
		margin: 0;
	}
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
	background: none;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 30px 0 0;
	padding: 9px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
	width: 100%;
	font-size: 17px;
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #3f485d;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	&::-webkit-input-placeholder {
		opacity: 1;
		color: inherit;
	}
	&::-moz-placeholder {
		opacity: 1;
		color: inherit;
	}
	&:-moz-placeholder {
		opacity: 1;
		color: inherit;
	}
	&:-ms-input-placeholder {
		opacity: 1;
		color: inherit;
	}
}
.woocommerce {
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="url"],
	input[type="password"],
	input[type="tel"],
	input[type="number"],
	textarea {
		background-color: #FFFFFF;
		position: relative;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: solid 1px #bcd0da;
		margin: 30px 0 0;
		padding: 9px 14px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px;
		width: 100%;
		-webkit-transition: border-color 0.3s;
		-moz-transition: border-color 0.3s;
		-ms-transition: border-color 0.3s;
		-o-transition: border-color 0.3s;
		transition: border-color 0.3s;
		font-size: 17px;
		display: block;
		&::-webkit-input-placeholder {
			opacity: 0.5;
		}
		&::-moz-placeholder {
			opacity: 0.5;
		}
		&:-moz-placeholder {
			opacity: 0.5;
		}
		&:-ms-input-placeholder {
			opacity: 0.5;
		}
	}
	textarea {
		height: 125px;
	}
}
.cws-widget {
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="url"],
	input[type="password"],
	input[type="tel"],
	input[type="number"],
	textarea {
		margin: 10px 0 0;
		border: solid 1px #d4d6e3;
		padding: 7px 14px;
		height: 40px;
		font-size: 16px;
		color: #3f485d;
		&::-webkit-input-placeholder {
			opacity: 0.5;
		}
		&::-moz-placeholder {
			opacity: 0.5;
		}
		&:-moz-placeholder {
			opacity: 0.5;
		}
		&:-ms-input-placeholder {
			opacity: 0.5;
		}
	}
	textarea {
		height: 100px;
	}
}

textarea {
	height: 125px;
}
label {
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin: 16px 0 0;
}
.woocommerce label {
	margin: 30px 0 -22px;
}
h1 label,
h2 label,
h3 label,
h4 label,
h5 label,
h6 label {
	font-size: inherit;
	line-height: inherit;
	margin-top: 0 !important;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button,
.cws_submit,
.button,
.added_to_cart {
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 46px;
	padding: 10px 34px 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	cursor: pointer;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border-style: solid;
	border-width: 2px;
	&:hover {
		background-color: transparent;
	}
	&:disabled,
	&:disabled:hover {
		cursor: default;
		opacity: 0.5;
		color: #FFFFFF;
	}
}
form {
	input[type='submit'],
	input[type='reset'],
	input[type='button'],
	button,
	.cws_submit {
		margin: 30px 0 0;
	}
}
.cws-widget form {
	input[type='submit'],
	input[type='reset'],
	input[type='button'],
	button,
	.cws_submit {
		margin: 19px 0 0;
		font-size: 16px;
		line-height: 24px;
		height: 46px;
		padding: 9px 32px;
	}
}
input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea{
	-webkit-appearance: none;
}

input[type="checkbox"] {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	line-height: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-ms-box-szing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin: 4px 0 0 16px;
	cursor: pointer;
	border: solid 1px #a1b4bc;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	color: #FFFFFF;
	&:first-child {
		margin: 4px 16px 0 0;
	}
}
input[type="checkbox"]:before {
	content: '\f110';
	font-family: "cwsicon";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	z-index: 999999;
	color: transparent;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type=checkbox]:checked:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

input[type="radio"] {
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 0 16px;
	padding: 0;
	line-height: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-ms-box-szing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #a1b4bc;
	cursor: pointer;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	color: #FFFFFF;
	&:first-child {
		margin: 4px 16px 0 0;
	}
}
input[type=radio]:checked:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
input[type=radio] + label {
	display: inline;
	margin: 0;
	vertical-align: middle;
}

select {
	padding: 9px 30px 9px 14px;
	border-radius: 0;
	min-height: 42px;
	height: 42px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	font-size: 17px;
	line-height: 28px;
}
.wpcf7-form select {
	margin: 42px 0 0;
}
.cws_custom_select {
	position: relative;
}
//.cws_custom_select:before {
//	content: '\f107';
//	position: absolute;
//	right: 20px;
//	top: 50%;
//	-webkit-transform: translateY(-50%);
//	transform: translateY(-50%);
//	font-family: FontAwesome;
//	font-size: 17px;
//	font-weight: 700;
//}
.cws_custom_select select {
	float: none !important;
	background-color: transparent;
}

.cws-widget > select {
	min-height: 40px;
}
.select2-container {
	font-size: 16px;
	line-height: 1.5em;
	margin: -4px 0 0;
}
.select2-hidden-accessible {
	margin: 15px -1px -1px !important;
	position: relative !important;
}
.select2-results__option {
	line-height: 1.5em;
}
.select2-results__option:before {
	display: none;
}
.cws_select {
	position: relative;
	display: flex;
}
.cws_select:after {
	content: '';
}

.post-password-form {
	p {
		font-size: 16px;
		line-height: 1.5em;
		margin: 0;
		position: relative;
	}
	input[type="password"] {
		margin: 0 135px 0 0;
        width: calc(100% - 135px);
	}
	input[type="submit"] {
		position: absolute;
		right: 0;
		top: 0;
	}
	label {
		font-weight: 700;
	}
}


/* Additional classes */
.text_alignleft {
	text-align: left;
}
.text_alignright {
	text-align: right;
}
.text_aligncenter {
	text-align: center;
}

Youez - 2016 - github.com/yon3zu
LinuXploit