/**
 * Theme Name:   AA Child
 * Theme URI:    https://ahmadawais.com/
 * Description:  Theme for AhmadAwais.com by Awais.
 * Author:       Ahmad Awais
 * Author URI:   https://ahmadawais.com/
 * Template:     aa_v2
 * Version:      1.9.5
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeinpost {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.2;
	}
}

@-moz-keyframes fadeinpost {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.2;
	}
}

@keyframes fadeinpost {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.2;
	}
}

@-webkit-keyframes slidefade {
	from {
		-webkit-transform: translateY(-40px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
}

@-moz-keyframes slidefade {
	from {
		-moz-transform: translateY(-40px);
		opacity: 0;
	}
	to {
		-moz-transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes slidefade {
	from {
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
}

@-moz-keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
}

@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #fff;
	font: 300 17px/28px Oxygen, Arial, Sans-Serif;
}

.wrapper {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}

input:active,
input:focus {
	outline: 0;
}

.tagcloud,
.tags {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tagcloud a,
.tags a {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 3px;
	background: #efeefb;
	color: #1e1e3f;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tagcloud a:hover,
.tags a:hover {
	background: #4d21fc;
	color: #fff;
}

.tags {
	float: left;
	width: 65%;
}

.tagcloud a {
	font-size: 9px !important;
	padding: 9px 17px;
	margin-bottom: 5px;
	margin-right: 5px;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}

.headerspace {
	height: 90px;
	width: 100%;
}

::selection {
	background: #1e1f3f;
	color: #fff;
}

::-moz-selection {
	background: #1e1f3f;
	color: #fff;
}

a::selection {
	-webkit-text-fill-color: #a599e9;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in, background 0.15s ease-in, border-color 0.15s ease-in;
	-moz-transition: color 0.15s ease-in, background 0.15s ease-in, border-color 0.15s ease-in;
	transition: color 0.15s ease-in, background 0.15s ease-in, border-color 0.15s ease-in;
}

strong {
	font-weight: 600;
}

input[type='email'],
input[type='password'],
input[type='text'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	margin-bottom: 30px;
	background: #efefef;
	color: #373737;
	border: 0;
	border-radius: 3px;
	padding: 14px 18px;
	height: 60px;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #efefef;
	color: #373737;
	border: 0;
	border-radius: 3px;
	width: 100%;
	padding: 14px 18px;
	font-family: Oxygen, Arial, Sans-Serif;
	font-size: 14px;
}

button,
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: right;
	padding: 12px 32px;
	font-size: 12px;
	border: 0;
	border-radius: 90px;
	background: #efefef;
	color: #373737;
	margin-top: 20px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
	transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}

button:hover,
input[type='submit']:hover {
	background: #373737;
	color: #fff;
}

body.admin-bar .headroom {
	padding-top: 50px;
	height: 102px;
}

body.admin-bar .drawer {
	padding-top: 32px;
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),
		url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'),
		url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),
		url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
	font-weight: 400;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: '\f000';
}

.fa-music:before {
	content: '\f001';
}

.fa-search:before {
	content: '\f002';
}

.fa-envelope-o:before {
	content: '\f003';
}

.fa-heart:before {
	content: '\f004';
}

.fa-star:before {
	content: '\f005';
}

.fa-star-o:before {
	content: '\f006';
}

.fa-user:before {
	content: '\f007';
}

.fa-film:before {
	content: '\f008';
}

.fa-th-large:before {
	content: '\f009';
}

.fa-th:before {
	content: '\f00a';
}

.fa-th-list:before {
	content: '\f00b';
}

.fa-check:before {
	content: '\f00c';
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: '\f00d';
}

.fa-search-plus:before {
	content: '\f00e';
}

.fa-search-minus:before {
	content: '\f010';
}

.fa-power-off:before {
	content: '\f011';
}

.fa-signal:before {
	content: '\f012';
}

.fa-cog:before,
.fa-gear:before {
	content: '\f013';
}

.fa-trash-o:before {
	content: '\f014';
}

.fa-home:before {
	content: '\f015';
}

.fa-file-o:before {
	content: '\f016';
}

.fa-clock-o:before {
	content: '\f017';
}

.fa-road:before {
	content: '\f018';
}

.fa-download:before {
	content: '\f019';
}

.fa-arrow-circle-o-down:before {
	content: '\f01a';
}

.fa-arrow-circle-o-up:before {
	content: '\f01b';
}

.fa-inbox:before {
	content: '\f01c';
}

.fa-play-circle-o:before {
	content: '\f01d';
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: '\f01e';
}

.fa-refresh:before {
	content: '\f021';
}

.fa-list-alt:before {
	content: '\f022';
}

.fa-lock:before {
	content: '\f023';
}

.fa-flag:before {
	content: '\f024';
}

.fa-headphones:before {
	content: '\f025';
}

.fa-volume-off:before {
	content: '\f026';
}

.fa-volume-down:before {
	content: '\f027';
}

.fa-volume-up:before {
	content: '\f028';
}

.fa-qrcode:before {
	content: '\f029';
}

.fa-barcode:before {
	content: '\f02a';
}

.fa-tag:before {
	content: '\f02b';
}

.fa-tags:before {
	content: '\f02c';
}

.fa-book:before {
	content: '\f02d';
}

.fa-bookmark:before {
	content: '\f02e';
}

.fa-print:before {
	content: '\f02f';
}

.fa-camera:before {
	content: '\f030';
}

.fa-font:before {
	content: '\f031';
}

.fa-bold:before {
	content: '\f032';
}

.fa-italic:before {
	content: '\f033';
}

.fa-text-height:before {
	content: '\f034';
}

.fa-text-width:before {
	content: '\f035';
}

.fa-align-left:before {
	content: '\f036';
}

.fa-align-center:before {
	content: '\f037';
}

.fa-align-right:before {
	content: '\f038';
}

.fa-align-justify:before {
	content: '\f039';
}

.fa-list:before {
	content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
	content: '\f03b';
}

.fa-indent:before {
	content: '\f03c';
}

.fa-video-camera:before {
	content: '\f03d';
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: '\f03e';
}

.fa-pencil:before {
	content: '\f040';
}

.fa-map-marker:before {
	content: '\f041';
}

.fa-adjust:before {
	content: '\f042';
}

.fa-tint:before {
	content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: '\f044';
}

.fa-share-square-o:before {
	content: '\f045';
}

.fa-check-square-o:before {
	content: '\f046';
}

.fa-arrows:before {
	content: '\f047';
}

.fa-step-backward:before {
	content: '\f048';
}

.fa-fast-backward:before {
	content: '\f049';
}

.fa-backward:before {
	content: '\f04a';
}

.fa-play:before {
	content: '\f04b';
}

.fa-pause:before {
	content: '\f04c';
}

.fa-stop:before {
	content: '\f04d';
}

.fa-forward:before {
	content: '\f04e';
}

.fa-fast-forward:before {
	content: '\f050';
}

.fa-step-forward:before {
	content: '\f051';
}

.fa-eject:before {
	content: '\f052';
}

.fa-chevron-left:before {
	content: '\f053';
}

.fa-chevron-right:before {
	content: '\f054';
}

.fa-plus-circle:before {
	content: '\f055';
}

.fa-minus-circle:before {
	content: '\f056';
}

.fa-times-circle:before {
	content: '\f057';
}

.fa-check-circle:before {
	content: '\f058';
}

.fa-question-circle:before {
	content: '\f059';
}

.fa-info-circle:before {
	content: '\f05a';
}

.fa-crosshairs:before {
	content: '\f05b';
}

.fa-times-circle-o:before {
	content: '\f05c';
}

.fa-check-circle-o:before {
	content: '\f05d';
}

.fa-ban:before {
	content: '\f05e';
}

.fa-arrow-left:before {
	content: '\f060';
}

.fa-arrow-right:before {
	content: '\f061';
}

.fa-arrow-up:before {
	content: '\f062';
}

.fa-arrow-down:before {
	content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
	content: '\f064';
}

.fa-expand:before {
	content: '\f065';
}

.fa-compress:before {
	content: '\f066';
}

.fa-plus:before {
	content: '\f067';
}

.fa-minus:before {
	content: '\f068';
}

.fa-asterisk:before {
	content: '\f069';
}

.fa-exclamation-circle:before {
	content: '\f06a';
}

.fa-gift:before {
	content: '\f06b';
}

.fa-leaf:before {
	content: '\f06c';
}

.fa-fire:before {
	content: '\f06d';
}

.fa-eye:before {
	content: '\f06e';
}

.fa-eye-slash:before {
	content: '\f070';
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: '\f071';
}

.fa-plane:before {
	content: '\f072';
}

.fa-calendar:before {
	content: '\f073';
}

.fa-random:before {
	content: '\f074';
}

.fa-comment:before {
	content: '\f075';
}

.fa-magnet:before {
	content: '\f076';
}

.fa-chevron-up:before {
	content: '\f077';
}

.fa-chevron-down:before {
	content: '\f078';
}

.fa-retweet:before {
	content: '\f079';
}

.fa-shopping-cart:before {
	content: '\f07a';
}

.fa-folder:before {
	content: '\f07b';
}

.fa-folder-open:before {
	content: '\f07c';
}

.fa-arrows-v:before {
	content: '\f07d';
}

.fa-arrows-h:before {
	content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: '\f080';
}

.fa-twitter-square:before {
	content: '\f081';
}

.fa-facebook-square:before {
	content: '\f082';
}

.fa-camera-retro:before {
	content: '\f083';
}

.fa-key:before {
	content: '\f084';
}

.fa-cogs:before,
.fa-gears:before {
	content: '\f085';
}

.fa-comments:before {
	content: '\f086';
}

.fa-thumbs-o-up:before {
	content: '\f087';
}

.fa-thumbs-o-down:before {
	content: '\f088';
}

.fa-star-half:before {
	content: '\f089';
}

.fa-heart-o:before {
	content: '\f08a';
}

.fa-sign-out:before {
	content: '\f08b';
}

.fa-linkedin-square:before {
	content: '\f08c';
}

.fa-thumb-tack:before {
	content: '\f08d';
}

.fa-external-link:before {
	content: '\f08e';
}

.fa-sign-in:before {
	content: '\f090';
}

.fa-trophy:before {
	content: '\f091';
}

.fa-github-square:before {
	content: '\f092';
}

.fa-upload:before {
	content: '\f093';
}

.fa-lemon-o:before {
	content: '\f094';
}

.fa-phone:before {
	content: '\f095';
}

.fa-square-o:before {
	content: '\f096';
}

.fa-bookmark-o:before {
	content: '\f097';
}

.fa-phone-square:before {
	content: '\f098';
}

.fa-twitter:before {
	content: '\f099';
}

.fa-facebook:before {
	content: '\f09a';
}

.fa-github:before {
	content: '\f09b';
}

.fa-unlock:before {
	content: '\f09c';
}

.fa-credit-card:before {
	content: '\f09d';
}

.fa-rss:before {
	content: '\f09e';
}

.fa-hdd-o:before {
	content: '\f0a0';
}

.fa-bullhorn:before {
	content: '\f0a1';
}

.fa-bell:before {
	content: '\f0f3';
}

.fa-certificate:before {
	content: '\f0a3';
}

.fa-hand-o-right:before {
	content: '\f0a4';
}

.fa-hand-o-left:before {
	content: '\f0a5';
}

.fa-hand-o-up:before {
	content: '\f0a6';
}

.fa-hand-o-down:before {
	content: '\f0a7';
}

.fa-arrow-circle-left:before {
	content: '\f0a8';
}

.fa-arrow-circle-right:before {
	content: '\f0a9';
}

.fa-arrow-circle-up:before {
	content: '\f0aa';
}

.fa-arrow-circle-down:before {
	content: '\f0ab';
}

.fa-globe:before {
	content: '\f0ac';
}

.fa-wrench:before {
	content: '\f0ad';
}

.fa-tasks:before {
	content: '\f0ae';
}

.fa-filter:before {
	content: '\f0b0';
}

.fa-briefcase:before {
	content: '\f0b1';
}

.fa-arrows-alt:before {
	content: '\f0b2';
}

.fa-group:before,
.fa-users:before {
	content: '\f0c0';
}

.fa-chain:before,
.fa-link:before {
	content: '\f0c1';
}

.fa-cloud:before {
	content: '\f0c2';
}

.fa-flask:before {
	content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
	content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
	content: '\f0c5';
}

.fa-paperclip:before {
	content: '\f0c6';
}

.fa-floppy-o:before,
.fa-save:before {
	content: '\f0c7';
}

.fa-square:before {
	content: '\f0c8';
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: '\f0c9';
}

.fa-list-ul:before {
	content: '\f0ca';
}

.fa-list-ol:before {
	content: '\f0cb';
}

.fa-strikethrough:before {
	content: '\f0cc';
}

.fa-underline:before {
	content: '\f0cd';
}

.fa-table:before {
	content: '\f0ce';
}

.fa-magic:before {
	content: '\f0d0';
}

.fa-truck:before {
	content: '\f0d1';
}

.fa-pinterest:before {
	content: '\f0d2';
}

.fa-pinterest-square:before {
	content: '\f0d3';
}

.fa-google-plus-square:before {
	content: '\f0d4';
}

.fa-google-plus:before {
	content: '\f0d5';
}

.fa-money:before {
	content: '\f0d6';
}

.fa-caret-down:before {
	content: '\f0d7';
}

.fa-caret-up:before {
	content: '\f0d8';
}

.fa-caret-left:before {
	content: '\f0d9';
}

.fa-caret-right:before {
	content: '\f0da';
}

.fa-columns:before {
	content: '\f0db';
}

.fa-sort:before,
.fa-unsorted:before {
	content: '\f0dc';
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: '\f0dd';
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: '\f0de';
}

.fa-envelope:before {
	content: '\f0e0';
}

.fa-linkedin:before {
	content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
	content: '\f0e2';
}

.fa-gavel:before,
.fa-legal:before {
	content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: '\f0e4';
}

.fa-comment-o:before {
	content: '\f0e5';
}

.fa-comments-o:before {
	content: '\f0e6';
}

.fa-bolt:before,
.fa-flash:before {
	content: '\f0e7';
}

.fa-sitemap:before {
	content: '\f0e8';
}

.fa-umbrella:before {
	content: '\f0e9';
}

.fa-clipboard:before,
.fa-paste:before {
	content: '\f0ea';
}

.fa-lightbulb-o:before {
	content: '\f0eb';
}

.fa-exchange:before {
	content: '\f0ec';
}

.fa-cloud-download:before {
	content: '\f0ed';
}

.fa-cloud-upload:before {
	content: '\f0ee';
}

.fa-user-md:before {
	content: '\f0f0';
}

.fa-stethoscope:before {
	content: '\f0f1';
}

.fa-suitcase:before {
	content: '\f0f2';
}

.fa-bell-o:before {
	content: '\f0a2';
}

.fa-coffee:before {
	content: '\f0f4';
}

.fa-cutlery:before {
	content: '\f0f5';
}

.fa-file-text-o:before {
	content: '\f0f6';
}

.fa-building-o:before {
	content: '\f0f7';
}

.fa-hospital-o:before {
	content: '\f0f8';
}

.fa-ambulance:before {
	content: '\f0f9';
}

.fa-medkit:before {
	content: '\f0fa';
}

.fa-fighter-jet:before {
	content: '\f0fb';
}

.fa-beer:before {
	content: '\f0fc';
}

.fa-h-square:before {
	content: '\f0fd';
}

.fa-plus-square:before {
	content: '\f0fe';
}

.fa-angle-double-left:before {
	content: '\f100';
}

.fa-angle-double-right:before {
	content: '\f101';
}

.fa-angle-double-up:before {
	content: '\f102';
}

.fa-angle-double-down:before {
	content: '\f103';
}

.fa-angle-left:before {
	content: '\f104';
}

.fa-angle-right:before {
	content: '\f105';
}

.fa-angle-up:before {
	content: '\f106';
}

.fa-angle-down:before {
	content: '\f107';
}

.fa-desktop:before {
	content: '\f108';
}

.fa-laptop:before {
	content: '\f109';
}

.fa-tablet:before {
	content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: '\f10b';
}

.fa-circle-o:before {
	content: '\f10c';
}

.fa-quote-left:before {
	content: '\f10d';
}

.fa-quote-right:before {
	content: '\f10e';
}

.fa-spinner:before {
	content: '\f110';
}

.fa-circle:before {
	content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
	content: '\f112';
}

.fa-github-alt:before {
	content: '\f113';
}

.fa-folder-o:before {
	content: '\f114';
}

.fa-folder-open-o:before {
	content: '\f115';
}

.fa-smile-o:before {
	content: '\f118';
}

.fa-frown-o:before {
	content: '\f119';
}

.fa-meh-o:before {
	content: '\f11a';
}

.fa-gamepad:before {
	content: '\f11b';
}

.fa-keyboard-o:before {
	content: '\f11c';
}

.fa-flag-o:before {
	content: '\f11d';
}

.fa-flag-checkered:before {
	content: '\f11e';
}

.fa-terminal:before {
	content: '\f120';
}

.fa-code:before {
	content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: '\f123';
}

.fa-location-arrow:before {
	content: '\f124';
}

.fa-crop:before {
	content: '\f125';
}

.fa-code-fork:before {
	content: '\f126';
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: '\f127';
}

.fa-question:before {
	content: '\f128';
}

.fa-info:before {
	content: '\f129';
}

.fa-exclamation:before {
	content: '\f12a';
}

.fa-superscript:before {
	content: '\f12b';
}

.fa-subscript:before {
	content: '\f12c';
}

.fa-eraser:before {
	content: '\f12d';
}

.fa-puzzle-piece:before {
	content: '\f12e';
}

.fa-microphone:before {
	content: '\f130';
}

.fa-microphone-slash:before {
	content: '\f131';
}

.fa-shield:before {
	content: '\f132';
}

.fa-calendar-o:before {
	content: '\f133';
}

.fa-fire-extinguisher:before {
	content: '\f134';
}

.fa-rocket:before {
	content: '\f135';
}

.fa-maxcdn:before {
	content: '\f136';
}

.fa-chevron-circle-left:before {
	content: '\f137';
}

.fa-chevron-circle-right:before {
	content: '\f138';
}

.fa-chevron-circle-up:before {
	content: '\f139';
}

.fa-chevron-circle-down:before {
	content: '\f13a';
}

.fa-html5:before {
	content: '\f13b';
}

.fa-css3:before {
	content: '\f13c';
}

.fa-anchor:before {
	content: '\f13d';
}

.fa-unlock-alt:before {
	content: '\f13e';
}

.fa-bullseye:before {
	content: '\f140';
}

.fa-ellipsis-h:before {
	content: '\f141';
}

.fa-ellipsis-v:before {
	content: '\f142';
}

.fa-rss-square:before {
	content: '\f143';
}

.fa-play-circle:before {
	content: '\f144';
}

.fa-ticket:before {
	content: '\f145';
}

.fa-minus-square:before {
	content: '\f146';
}

.fa-minus-square-o:before {
	content: '\f147';
}

.fa-level-up:before {
	content: '\f148';
}

.fa-level-down:before {
	content: '\f149';
}

.fa-check-square:before {
	content: '\f14a';
}

.fa-pencil-square:before {
	content: '\f14b';
}

.fa-external-link-square:before {
	content: '\f14c';
}

.fa-share-square:before {
	content: '\f14d';
}

.fa-compass:before {
	content: '\f14e';
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: '\f150';
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: '\f151';
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: '\f152';
}

.fa-eur:before,
.fa-euro:before {
	content: '\f153';
}

.fa-gbp:before {
	content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
	content: '\f155';
}

.fa-inr:before,
.fa-rupee:before {
	content: '\f156';
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: '\f157';
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: '\f158';
}

.fa-krw:before,
.fa-won:before {
	content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
	content: '\f15a';
}

.fa-file:before {
	content: '\f15b';
}

.fa-file-text:before {
	content: '\f15c';
}

.fa-sort-alpha-asc:before {
	content: '\f15d';
}

.fa-sort-alpha-desc:before {
	content: '\f15e';
}

.fa-sort-amount-asc:before {
	content: '\f160';
}

.fa-sort-amount-desc:before {
	content: '\f161';
}

.fa-sort-numeric-asc:before {
	content: '\f162';
}

.fa-sort-numeric-desc:before {
	content: '\f163';
}

.fa-thumbs-up:before {
	content: '\f164';
}

.fa-thumbs-down:before {
	content: '\f165';
}

.fa-youtube-square:before {
	content: '\f166';
}

.fa-youtube:before {
	content: '\f167';
}

.fa-xing:before {
	content: '\f168';
}

.fa-xing-square:before {
	content: '\f169';
}

.fa-youtube-play:before {
	content: '\f16a';
}

.fa-dropbox:before {
	content: '\f16b';
}

.fa-stack-overflow:before {
	content: '\f16c';
}

.fa-instagram:before {
	content: '\f16d';
}

.fa-flickr:before {
	content: '\f16e';
}

.fa-adn:before {
	content: '\f170';
}

.fa-bitbucket:before {
	content: '\f171';
}

.fa-bitbucket-square:before {
	content: '\f172';
}

.fa-tumblr:before {
	content: '\f173';
}

.fa-tumblr-square:before {
	content: '\f174';
}

.fa-long-arrow-down:before {
	content: '\f175';
}

.fa-long-arrow-up:before {
	content: '\f176';
}

.fa-long-arrow-left:before {
	content: '\f177';
}

.fa-long-arrow-right:before {
	content: '\f178';
}

.fa-apple:before {
	content: '\f179';
}

.fa-windows:before {
	content: '\f17a';
}

.fa-android:before {
	content: '\f17b';
}

.fa-linux:before {
	content: '\f17c';
}

.fa-dribbble:before {
	content: '\f17d';
}

.fa-skype:before {
	content: '\f17e';
}

.fa-foursquare:before {
	content: '\f180';
}

.fa-trello:before {
	content: '\f181';
}

.fa-female:before {
	content: '\f182';
}

.fa-male:before {
	content: '\f183';
}

.fa-gittip:before {
	content: '\f184';
}

.fa-sun-o:before {
	content: '\f185';
}

.fa-moon-o:before {
	content: '\f186';
}

.fa-archive:before {
	content: '\f187';
}

.fa-bug:before {
	content: '\f188';
}

.fa-vk:before {
	content: '\f189';
}

.fa-weibo:before {
	content: '\f18a';
}

.fa-renren:before {
	content: '\f18b';
}

.fa-pagelines:before {
	content: '\f18c';
}

.fa-stack-exchange:before {
	content: '\f18d';
}

.fa-arrow-circle-o-right:before {
	content: '\f18e';
}

.fa-arrow-circle-o-left:before {
	content: '\f190';
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: '\f191';
}

.fa-dot-circle-o:before {
	content: '\f192';
}

.fa-wheelchair:before {
	content: '\f193';
}

.fa-vimeo-square:before,
.fa-vimeo:before {
	content: '\f194';
}

.fa-try:before,
.fa-turkish-lira:before {
	content: '\f195';
}

.fa-plus-square-o:before {
	content: '\f196';
}

.fa-space-shuttle:before {
	content: '\f197';
}

.fa-slack:before {
	content: '\f198';
}

.fa-envelope-square:before {
	content: '\f199';
}

.fa-wordpress:before {
	content: '\f19a';
}

.fa-openid:before {
	content: '\f19b';
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: '\f19c';
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: '\f19d';
}

.fa-yahoo:before {
	content: '\f19e';
}

.fa-google:before {
	content: '\f1a0';
}

.fa-reddit:before {
	content: '\f1a1';
}

.fa-reddit-square:before {
	content: '\f1a2';
}

.fa-stumbleupon-circle:before {
	content: '\f1a3';
}

.fa-stumbleupon:before {
	content: '\f1a4';
}

.fa-delicious:before {
	content: '\f1a5';
}

.fa-digg:before {
	content: '\f1a6';
}

.fa-pied-piper:before {
	content: '\f1a7';
}

.fa-pied-piper-alt:before {
	content: '\f1a8';
}

.fa-drupal:before {
	content: '\f1a9';
}

.fa-joomla:before {
	content: '\f1aa';
}

.fa-language:before {
	content: '\f1ab';
}

.fa-fax:before {
	content: '\f1ac';
}

.fa-building:before {
	content: '\f1ad';
}

.fa-child:before {
	content: '\f1ae';
}

.fa-paw:before {
	content: '\f1b0';
}

.fa-spoon:before {
	content: '\f1b1';
}

.fa-cube:before {
	content: '\f1b2';
}

.fa-cubes:before {
	content: '\f1b3';
}

.fa-behance:before {
	content: '\f1b4';
}

.fa-behance-square:before {
	content: '\f1b5';
}

.fa-steam:before {
	content: '\f1b6';
}

.fa-steam-square:before {
	content: '\f1b7';
}

.fa-recycle:before {
	content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
	content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
	content: '\f1ba';
}

.fa-tree:before {
	content: '\f1bb';
}

.fa-spotify:before {
	content: '\f1bc';
}

.fa-deviantart:before {
	content: '\f1bd';
}

.fa-soundcloud:before {
	content: '\f1be';
}

.fa-database:before {
	content: '\f1c0';
}

.fa-file-pdf-o:before {
	content: '\f1c1';
}

.fa-file-word-o:before {
	content: '\f1c2';
}

.fa-file-excel-o:before {
	content: '\f1c3';
}

.fa-file-powerpoint-o:before {
	content: '\f1c4';
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: '\f1c5';
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: '\f1c6';
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: '\f1c8';
}

.fa-file-code-o:before {
	content: '\f1c9';
}

.fa-vine:before {
	content: '\f1ca';
}

.fa-codepen:before {
	content: '\f1cb';
}

.fa-jsfiddle:before {
	content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: '\f1cd';
}

.fa-circle-o-notch:before {
	content: '\f1ce';
}

.fa-ra:before,
.fa-rebel:before {
	content: '\f1d0';
}

.fa-empire:before,
.fa-ge:before {
	content: '\f1d1';
}

.fa-git-square:before {
	content: '\f1d2';
}

.fa-git:before {
	content: '\f1d3';
}

.fa-hacker-news:before {
	content: '\f1d4';
}

.fa-tencent-weibo:before {
	content: '\f1d5';
}

.fa-qq:before {
	content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
	content: '\f1d7';
}

.fa-paper-plane:before,
.fa-send:before {
	content: '\f1d8';
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: '\f1d9';
}

.fa-history:before {
	content: '\f1da';
}

.fa-circle-thin:before {
	content: '\f1db';
}

.fa-header:before {
	content: '\f1dc';
}

.fa-paragraph:before {
	content: '\f1dd';
}

.fa-sliders:before {
	content: '\f1de';
}

.fa-share-alt:before {
	content: '\f1e0';
}

.fa-share-alt-square:before {
	content: '\f1e1';
}

.fa-bomb:before {
	content: '\f1e2';
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: '\f1e3';
}

.fa-tty:before {
	content: '\f1e4';
}

.fa-binoculars:before {
	content: '\f1e5';
}

.fa-plug:before {
	content: '\f1e6';
}

.fa-slideshare:before {
	content: '\f1e7';
}

.fa-twitch:before {
	content: '\f1e8';
}

.fa-yelp:before {
	content: '\f1e9';
}

.fa-newspaper-o:before {
	content: '\f1ea';
}

.fa-wifi:before {
	content: '\f1eb';
}

.fa-calculator:before {
	content: '\f1ec';
}

.fa-paypal:before {
	content: '\f1ed';
}

.fa-google-wallet:before {
	content: '\f1ee';
}

.fa-cc-visa:before {
	content: '\f1f0';
}

.fa-cc-mastercard:before {
	content: '\f1f1';
}

.fa-cc-discover:before {
	content: '\f1f2';
}

.fa-cc-amex:before {
	content: '\f1f3';
}

.fa-cc-paypal:before {
	content: '\f1f4';
}

.fa-cc-stripe:before {
	content: '\f1f5';
}

.fa-bell-slash:before {
	content: '\f1f6';
}

.fa-bell-slash-o:before {
	content: '\f1f7';
}

.fa-trash:before {
	content: '\f1f8';
}

.fa-copyright:before {
	content: '\f1f9';
}

.fa-at:before {
	content: '\f1fa';
}

.fa-eyedropper:before {
	content: '\f1fb';
}

.fa-paint-brush:before {
	content: '\f1fc';
}

.fa-birthday-cake:before {
	content: '\f1fd';
}

.fa-area-chart:before {
	content: '\f1fe';
}

.fa-pie-chart:before {
	content: '\f200';
}

.fa-line-chart:before {
	content: '\f201';
}

.fa-lastfm:before {
	content: '\f202';
}

.fa-lastfm-square:before {
	content: '\f203';
}

.fa-toggle-off:before {
	content: '\f204';
}

.fa-toggle-on:before {
	content: '\f205';
}

.fa-bicycle:before {
	content: '\f206';
}

.fa-bus:before {
	content: '\f207';
}

.fa-ioxhost:before {
	content: '\f208';
}

.fa-angellist:before {
	content: '\f209';
}

.fa-cc:before {
	content: '\f20a';
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: '\f20b';
}

.fa-meanpath:before {
	content: '\f20c';
}

#wp-calendar {
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
	margin: 0;
	font-family: Montserrat, Arial, Sans-Serif;
}

#wp-calendar caption {
	display: none;
}

#wp-calendar thead {
	font-weight: 400;
	font-size: 13px;
	color: #626262;
}

#wp-calendar thead th {
	padding-bottom: 20px;
	text-align: center;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody tr {
	margin-bottom: 10px;
}

#wp-calendar tbody td {
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 10px;
	color: #939393;
	background: #f7f7f7;
	text-align: center;
	padding: 9px;
	border-radius: 3px;
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}

#wp-calendar tbody td#today {
	background: #696b6c;
	color: #fff;
}

#wp-calendar tbody td#today a {
	color: #fff;
}

#wp-calendar tbody td:hover {
	background: #dbdbdb;
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
	background: 0 0;
}

#wp-calendar tbody td a {
	font-weight: 400;
	font-size: 13px;
	border-radius: 3px;
	color: #eee;
}

#wp-calendar tfoot {
	border-spacing: 0;
	margin-top: 8px;
}

#wp-calendar tfoot a {
	font-weight: 400;
	font-size: 14px;
	color: #909090;
}

#wp-calendar a:hover {
	color: #7e7e7e;
}

#wp-calendar tfoot #next {
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	text-transform: uppercase;
	padding-top: 10px;
}

@media (max-width: 420px) {
	#wp-calendar {
		display: none;
	}
}

.postcontents .aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.postcontents .alignright {
	margin-left: 40px;
}

.postcontents .alignleft {
	margin-right: 40px;
}

.postcontents .aligncenter {
	margin: 30px auto;
}

.postcontents a img.alignright {
	float: right;
}

.postcontents a img.alignleft {
	float: left;
}

.postcontents a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postcontents .wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.postcontents .wp-caption.alignnone {
	margin: 5px 0 15px;
}

.postcontents .wp-caption.alignleft {
	margin: 5px 5% 15px 0;
}

@media (max-width: 700px) {
	.postcontents .wp-caption.alignleft {
		float: none;
		margin: 0 auto;
	}
}

.postcontents .wp-caption.alignright {
	margin: 5px 0 15px 5%;
}

@media (max-width: 700px) {
	.postcontents .wp-caption.alignright {
		float: none;
		margin: 0 auto;
	}
}

.postcontents .wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.postcontents .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.postcontents img.alignright {
	margin: 5px 0 15px 5%;
}

@media (max-width: 700px) {
	.postcontents img.alignright {
		float: none;
		margin: 0 auto;
	}
}

.postcontents img.alignleft {
	margin: 5px 5% 15px 0;
}

@media (max-width: 700px) {
	.postcontents img.alignleft {
		float: none;
		margin: 0 auto;
	}
}

.postcontents img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postcontents .alignright {
	float: right;
}

.postcontents .alignleft {
	float: left;
}

.postcontents .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

header.bloginfo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 22px 25px 15px;
	height: 75px;
	border-bottom: 2px solid #f2f2f2;
	z-index: 1500;
	-webkit-transition: -webkit-transform 150ms ease-in-out, left 500ms ease-in-out;
	-moz-transition: -moz-transform 150ms ease-in-out, left 500ms ease-in-out;
	transition: transform 150ms ease-in-out, left 500ms ease-in-out;
}

header.bloginfo .title {
	float: left;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 18px;
	font-weight: 600;
	color: #2d2a56;
}

header.bloginfo .title a {
	color: #2d2a56;
}

header.bloginfo nav {
	float: right;
}

header.bloginfo.slide {
	left: -400px;
}

header.bloginfo.transparent {
	background: 0 0;
	border: 0;
	padding: 35px;
	position: absolute;
}

header.bloginfo.transparent .title a {
	color: #fff;
}

header.bloginfo.transparent.slide {
	left: 0;
}

@media (max-width: 420px) {
	header.bloginfo.transparent {
		padding: 25px;
	}
}

header.bloginfo.headroom {
	display: none;
}

header.bloginfo.headroom--pinned {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

header.bloginfo.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

nav.main div {
	float: left;
}

nav.main ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

nav.main ul li {
	display: block;
	float: left;
	position: relative;
}

nav.main ul li:hover a {
	color: #0f0f0f;
}

nav.main ul a,
nav.main ul span {
	cursor: pointer;
	display: inline-block;
	padding: 3px 12px 15px;
	text-transform: uppercase;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 14px;
	color: #2d2a56;
	-webkit-transition: color 0.15s ease-in;
	-moz-transition: color 0.15s ease-in;
	transition: color 0.15s ease-in;
}

nav.main ul a:hover,
nav.main ul span:hover {
	color: #1e1e3f;
}

nav.main ul i {
	margin-left: 10px;
	font-size: 10px;
	vertical-align: 2px;
}

nav.main ul > li:before {
	font-family: arial;
	font-size: 8px;
	content: '\25CF';
	vertical-align: 3px;
	color: #d5d1ed;
}

nav.main ul > li:hover ul {
	display: block;
}

nav.main ul li ul {
	position: absolute;
	top: 40px;
	right: 0;
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	width: 225px;
	display: none;
	border: 2px solid #eee;
}

nav.main ul li ul:before {
	content: '';
	position: absolute;
	top: -10px;
	right: 7px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eee;
}

nav.main ul li ul li {
	float: none;
	text-align: right;
	display: block;
	-webkit-transition: padding 0.125s ease-in;
	-moz-transition: padding 0.125s ease-in;
	transition: padding 0.125s ease-in;
}

nav.main ul li ul li:hover {
	padding-right: 5px;
}

nav.main ul li ul li:hover a {
	color: #46484d;
}

nav.main ul li ul a {
	display: block;
	font-size: 12px;
	color: #46484d;
	padding: 5px 10px;
}

nav.main ul li ul a:hover {
	color: #000;
}

nav.main ul li ul li:before {
	content: '';
}

nav.main ul .option i {
	margin: 0;
	font-size: 14px;
	vertical-align: 0;
}

nav.main ul .option:before {
	content: '|';
	font-size: 16px;
	vertical-align: 0;
}

nav.main ul li:first-child:before {
	content: '';
}

nav.main ul .option:first-child:before {
	content: '|';
}

@media (max-width: 880px) {
	nav.main ul li {
		display: none;
	}
	nav.main ul .option {
		display: block;
	}
	nav.main ul .option:first-child:before {
		content: '';
	}
}

@media (max-width: 630px) {
	nav.main ul .option.searchnav {
		display: none;
	}
	nav.main ul .option:before {
		content: '';
	}
}

nav.light ul > li:hover > a {
	color: #fff;
}

nav.light ul a,
nav.light ul span {
	color: #d9d9d9;
}

nav.light ul a:hover,
nav.light ul span:hover {
	color: #fff;
}

nav.light ul li:before {
	color: #4f4974;
}

nav.light ul li ul {
	border: 2px solid #fff;
}

nav.light ul li ul li a {
	color: #46484d;
}

nav.light ul li ul li a:hover {
	color: #000;
}

nav.light ul li ul:before {
	border-bottom: 10px solid #fff;
}

.cover {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #1e1e3f;
	display: table;
	overflow: hidden;
}

.cover.short {
	height: 65vh;
}

.cover .patternbg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/pattern_bg.png);
	display: none;
}

@media (max-width: 560px) {
	.cover {
		height: 60vh;
	}
}

.cover .background {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mouse {
	width: 25px;
	position: absolute;
	height: 36px;
	border-radius: 15px;
	border: 2px solid #888;
	border: 2px solid rgba(255, 255, 255, 0.27);
	border: 2px solid #5c5684;
	bottom: 40px;
	right: 40px;
	margin-left: -12px;
	cursor: pointer;
	-webkit-transition: border-color 0.2s ease-in;
	-moz-transition: border-color 0.2s ease-in;
	transition: border-color 0.2s ease-in;
}

.mouse .scroll {
	display: block;
	margin: 6px auto;
	width: 3px;
	height: 6px;
	border-radius: 4px;
	background: #766da6;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: scroll;
	-moz-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mouse:hover {
	border: 2px solid #a599e9;
}

@media (max-width: 560px) {
	.mouse {
		visibility: hidden;
	}
}

.cover .posttitle {
	position: relative;
}

.vjs-caption-settings,
.vjs-control-bar,
.vjs-loading-spinner,
.vjs-poster,
.vjs-text-track-display {
	display: none;
}

body.archive .cover,
body.author .cover,
body.category .cover,
body.home.paged .cover,
body.search .cover {
	height: 65vh;
}

body.single .cover .background {
	-webkit-animation: fadeinpost 0.5s ease-in-out;
	-moz-animation: fadeinpost 0.5s ease-in-out;
	animation: fadeinpost 0.5s ease-in-out;
}

.background {
	background-attachment: fixed;
}

body.error404 .mouse {
	visibility: hidden;
}

.blogtitle,
.errortitle {
	display: table-cell;
	vertical-align: middle;
	width: 700px;
	position: relative;
	z-index: 1000;
}

.blogtitle h1,
.errortitle h1 {
	margin: 10% 0 50px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 44px;
	font-weight: 600;
	line-height: 52px;
	color: #fff;
}

.blogtitle .description,
.errortitle .description {
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 23px;
	line-height: 38px;
	color: #ffffff;
	letter-spacing: -1px;
	margin: 40px 0 35px;
}

.blogtitle .description a,
.errortitle .description a {
	color: #ffffff;
}

.blogtitle hr,
.errortitle hr {
	border: 0;
	height: 3px;
	width: 10%;
	background: #5a5a5a;
	margin: 0;
}

@media (max-width: 880px) {
	.blogtitle,
	.errortitle {
		width: 70%;
		text-align: center;
	}
	.blogtitle .description,
	.errortitle .description {
		font-size: 20px;
		line-height: 32px;
	}
	.blogtitle hr,
	.errortitle hr {
		margin: 0 auto;
		width: 20%;
	}
}

@media (max-width: 560px) {
	.blogtitle,
	.errortitle {
		width: 80%;
	}
	.blogtitle img,
	.errortitle img {
		margin-top: 25%;
	}
	.blogtitle .description,
	.errortitle .description {
		font-size: 18px;
		line-height: 28px;
		margin-top: 25px;
	}
	.blogtitle hr,
	.errortitle hr {
		display: none;
	}
}

@media (max-height: 520px) {
	.blogtitle .description,
	.blogtitle hr,
	.errortitle .description,
	.errortitle hr {
		display: none;
	}
}

.categorytitle {
	display: table-cell;
	vertical-align: middle;
	width: 700px;
	position: relative;
	z-index: 1000;
}

.categorytitle .name {
	margin: 10% 0 25px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.categorytitle p {
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 23px;
	line-height: 38px;
	color: #a599e9;
	letter-spacing: -1px;
	margin: 40px 0 35px;
	text-align: center;
}

.categorytitle hr {
	border: 0;
	height: 3px;
	width: 10%;
	background: #5a5a5a;
	margin: 0;
}

@media (max-width: 880px) {
	.categorytitle {
		width: 70%;
		text-align: center;
	}
	.categorytitle .name {
		font-size: 36px;
		line-height: 34px;
		margin: 20% 0 25px;
	}
	.categorytitle p {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 560px) {
	.categorytitle {
		width: 80%;
	}
	.categorytitle .name {
		font-size: 30px;
		line-height: 32px;
	}
	.categorytitle p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-height: 675px) {
	.categorytitle p {
		display: none;
	}
}

.postlist .postitem:nth-child(even) {
	background: #f9f9f9;
}

.postitem {
	padding: 90px 0;
}

.postitem .meta {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
}

.postitem .meta li {
	display: block;
}

.postitem .meta li:last-child:before {
	content: '';
}

.postitem .meta li:nth-child(2) a {
	padding-right: 0;
}

.postitem .meta .category {
	float: left;
}

.postitem .meta .category a {
	display: inline-block;
	background: #009bbb;
	border-radius: 3px;
	padding: 3px 15px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.postitem .meta .date,
.postitem .meta .issticky,
.postitem .meta .readtime {
	float: right;
	margin-top: 3px;
}

.postitem .meta .date a,
.postitem .meta .issticky a,
.postitem .meta .readtime a {
	color: #b5b5b5;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 15px;
	letter-spacing: -1px;
	padding: 0 8px;
}

.postitem .meta .date a:hover,
.postitem .meta .issticky a:hover,
.postitem .meta .readtime a:hover {
	color: #5c5c5c;
}

.postitem .meta .date:before,
.postitem .meta .issticky:before,
.postitem .meta .readtime:before {
	margin: 0 4px;
	font-family: arial;
	font-size: 8px;
	content: '\25CF';
	vertical-align: 3px;
	color: #e0e0e0;
}

.postitem .meta .date:first-child:before,
.postitem .meta .issticky:first-child:before,
.postitem .meta .readtime:first-child:before {
	content: '';
}

.postitem .meta .issticky {
	display: none;
	color: #b5b5b5;
}

.postitem .meta .issticky i {
	margin-left: 10px;
}

.postitem h1,
.postitem h2 {
	margin: 45px 0;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 62px;
	letter-spacing: -1px;
}

.postitem h1 a,
.postitem h2 a {
	display: block;
	color: #2d2a56;
	transition: all 0.2s cubic-bezier(0.65, -0.45, 0, 1.57);
}

.postitem h1 a:hover,
.postitem h2 a:hover,
.header.bloginfo .title a:hover {
	color: #4d21fc;
	text-decoration-color: #4d21fc;
	background: linear-gradient(90deg, #b362ff, #4d21fc);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

.postitem .excerpt {
	margin: 40px 0;
	font-family: 'Noto Serif', 'Times New Roman', Serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 35px;
	color: rgba(35, 37, 40, 0.7);
	color: #2e2f3e;
	overflow: hidden;
}

.postitem .author {
	display: inline-block;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 15px;
	letter-spacing: -0.5px;
	color: #b5b5b5;
}

.postitem .author:hover {
	color: #7a7b8e;
}

.postitem .author img {
	width: 25px;
	height: 25px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: -7px;
	margin-right: 15px;
}

@media (max-width: 750px) {
	.postitem {
		padding: 10% 0;
	}
	.postitem h2 {
		margin: 40px 0;
		font-size: 38px;
		font-weight: 600;
		line-height: 52px;
	}
}

@media (max-width: 490px) {
	.postitem h2 {
		margin: 30px 0;
		font-size: 32px;
		line-height: 46px;
	}
	.postitem .excerpt {
		margin: 30px 0;
		font-size: 17px;
		line-height: 28px;
	}
	.postitem .meta .readtime {
		display: none;
	}
	.postitem .meta .category a {
		font-size: 10px;
	}
}

@media (max-width: 370px) {
	.postitem {
		text-align: center;
	}
	.postitem h2 {
		margin: 30px 0;
		font-size: 28px;
		line-height: 42px;
	}
	.postitem .meta .date {
		display: none;
	}
	.postitem .excerpt {
		display: none;
		font-size: 16px;
	}
	.postitem .meta .category {
		float: none;
		margin: 0 auto;
	}
}

nav.pagination {
	position: relative;
	border-top: 1px solid #f3f3f3;
	padding: 80px 0;
	overflow: hidden;
}

nav.pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav.pagination .previous {
	float: right;
}

nav.pagination .next {
	float: left;
}

nav.pagination .next,
nav.pagination .previous {
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #373737;
	border-radius: 90px;
	border: 2px solid #e9e9e9;
	padding: 7px 36px;
	letter-spacing: -0.5px;
	-webkit-transition: border-color 0.1s ease-in-out;
	-moz-transition: border-color 0.1s ease-in-out;
	transition: border-color 0.1s ease-in-out;
}

nav.pagination .next:hover,
nav.pagination .previous:hover {
	border-color: #b6b7c5;
}

nav.pagination .next i,
nav.pagination .previous i {
	display: none;
}

nav.pagination ul.page-numbers {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: default;
}

nav.pagination ul.page-numbers li {
	display: inline-block;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #373737;
	margin: 0 2px;
}

nav.pagination ul.page-numbers a,
nav.pagination ul.page-numbers span {
	display: block;
	text-align: center;
	line-height: 39px;
	border: 2px solid #e9e9e9;
	width: 42px;
	height: 42px;
	border-radius: 90px;
	color: #373737;
	-webkit-transition: border-color 0.15s ease-in-out;
	-moz-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}

nav.pagination ul.page-numbers a {
	cursor: pointer;
}

nav.pagination ul.page-numbers a:hover {
	border-color: #b6b7c5;
}

nav.pagination ul.page-numbers span {
	background: #f9f9f9;
}

nav.pagination ul.page-numbers .dots {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 16px;
}

nav.pagination .button .sub {
	display: block;
	color: #373737;
}

@media (max-width: 740px) {
	nav.pagination ul.page-numbers {
		display: none;
	}
}

@media (max-width: 520px) {
	nav.pagination .button .main {
		display: none;
	}
	nav.pagination .button .sub i {
		display: inline-block;
	}
}

footer.main {
	overflow: hidden;
	padding: 30px;
	background: #242526;
	background: url(https://ahmadawais.com/wp-content/uploads/2023/01/bgp.jpg);
	background-color: grey;
	background-blend-mode: multiply;
}

footer.main .copyright {
	/* float: left; */
	padding: 0;
	border: 0;
	display: table;
	width: 100%;
	margin: 0 auto;
	max-width: 1130px;
}

footer.main .copyright:after {
	display: none;
}

footer.main .copyright .main {
	margin: 0 0 10px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 13px;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #ced3d8;
}

footer.main .copyright .main a {
	color: #ced3d8;
}

footer.main .copyright .main a:hover {
	color: #fff;
}

footer.main .copyright .alt {
	margin: 0;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 13px;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #515151;
}

footer.main .copyright .alt a {
	color: #515151;
}

footer.main .copyright .alt a:hover {
	color: #797979;
}

footer.main .social {
	/* float: right; */
	padding: 0;
	overflow: hidden;
	list-style: none;
	display: flex;
	margin: 1rem auto 0;
	justify-content: flex-end;
}

footer.main .social li {
	display: block;
	float: left;
	border-left: none;
}

footer.main .social li:first-child {
	border: 0;
}

footer.main .social li:first-child a {
	padding-left: 0;
}
footer.main .social li:last-child a {
	padding-right: 0;
}

footer.main .social a {
	display: inline-block;
	margin: 0;
	padding: 0 17px;
	font-size: 20px;
	color: #a599e9 !important;
	background: none !important;
}

footer.main .social a:hover {
	color: #fad000 !important;
}

footer.main .social .twitter:hover {
	color: #55acee;
}

footer.main .social .facebook:hover {
	color: #3b5998;
}

footer.main .social .github:hover {
	color: #999;
}

footer.main .social .youtube:hover {
	color: #c4302b;
}

footer.main .social .dribbble:hover {
	color: #ea4c89;
}

footer.main .social .google-plus:hover {
	color: #dd4b39;
}

footer.main .social .instagram:hover {
	color: #3f729b;
}

footer.main .social .linkedin:hover {
	color: #0e76a8;
}

footer.main .social .pinterest:hover {
	color: #c8232c;
}

footer.main .social .skype:hover {
	color: #00aff0;
}

footer.main .social .tumblr:hover {
	color: #35465c;
}

footer.main .social .flickr:hover {
	color: #ff0084;
}

footer.main .social .reddit:hover {
	color: #5f99cf;
}

footer.main .social .stackoverflow:hover {
	color: #fe7a15;
}

footer.main .social .twitch:hover {
	color: #6441a5;
}

footer.main .social .vine:hover {
	color: #00b488;
}

footer.main .social .vk:hover {
	color: #45668e;
}

footer.main .social .vimeo:hover {
	color: #1ab7ea;
}

footer.main .social .weibo:hover {
	color: #d72928;
}

footer.main .social .soundcloud:hover {
	color: #f80;
}

@media (max-width: 900px) {
	footer.main .copyright,
	footer.main .social {
		clear: both;
		float: none;
		margin: 0 auto;
		text-align: left;
	}
	footer.main .social {
		display: inline-block;
		width: 100%;
		margin-top: 20px;
	}
	footer.main .social li {
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}

	.copyright-secondary {
		padding-top: 2rem !important;
	}
}

footer.postinfo {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 75px;
	border-top: 2px solid #f2f2f2;
	z-index: 1500;
	-webkit-transition: left 500ms ease-in-out;
	-moz-transition: left 500ms ease-in-out;
	transition: left 500ms ease-in-out;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

footer.postinfo.slide {
	left: -400px;
}

footer.postinfo .socialoptions {
	position: absolute;
	bottom: 38px;
	width: 100%;
	background: #f4f4f4;
	background: rgba(244, 244, 244, 0.5);
	height: 75px;
	margin-left: -25px;
	display: none;
}

footer.postinfo .socialoptions .closeshare {
	cursor: pointer;
}

footer.postinfo .socialoptions ul {
	float: right;
	list-style: none;
	margin: 23px 15px 0 0;
}

footer.postinfo .socialoptions ul li {
	float: left;
	margin-right: 10px;
}

footer.postinfo .default {
	position: relative;
	padding: 22px 25px 15px;
}

footer.postinfo .authorinfo {
	font-family: Oxygen, Arial, Sans-Serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	float: left;
	margin-top: 2px;
}

footer.postinfo .authorinfo .gravatar {
	width: 30px;
	height: 30px;
	border-radius: 60px;
	vertical-align: -9px;
	margin-right: 10px;
}

footer.postinfo .authorinfo .authorname {
	color: #2d2a56;
}

footer.postinfo .authorinfo .authordate {
	color: #d5d1ed;
	font-size: 15px;
}

footer.postinfo .authorinfo .authordate:before {
	font-family: arial;
	font-size: 8px;
	content: '\25CF';
	vertical-align: 3px;
	margin: 0 10px;
}

footer.postinfo .postoptions {
	float: right;
	margin: 0;
	list-style: none;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

footer.postinfo .postoptions li {
	display: block;
	float: left;
	border-left: 1px solid #dadada;
	padding: 11px 20px;
	color: #2d2a56;
	cursor: pointer;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

footer.postinfo .postoptions li:hover {
	color: #1e1e3f;
}

footer.postinfo .postoptions i {
	margin-right: 10px;
}

footer.postinfo .postoptions li:first-child {
	border: 0;
}

footer.postinfo .postoptions li:last-child {
	padding-right: 0;
}

footer.postinfo .relatedposts {
	overflow: hidden;
	position: relative;
	display: none;
	padding: 22px 25px 15px;
}

footer.postinfo .relatedposts .nextpost,
footer.postinfo .relatedposts .previouspost {
	float: left;
	display: block;
}

footer.postinfo .relatedposts .nextpost {
	float: right;
	text-align: right;
}

footer.postinfo .relatedposts img {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 60px;
	margin-right: 10px;
}

footer.postinfo .relatedposts .nextpost img {
	margin-right: 0;
	margin-left: 10px;
}

footer.postinfo .relatedposts .info {
	float: left;
}

footer.postinfo .relatedposts .nextpost img {
	float: right;
}

footer.postinfo .relatedposts span {
	display: block;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 12px;
	line-height: normal;
	color: #6a6899;
	text-transform: uppercase;
}

footer.postinfo .relatedposts .title {
	color: #6a6899;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 15px;
	text-transform: none;
}

footer.postinfo .relatedposts .backtotop {
	display: block;
	cursor: pointer;
	width: 28px;
	height: 28px;
	position: absolute;
	background: #e8e8e8;
	background: #e3e1ef;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 25px;
	border-radius: 90px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer.postinfo .relatedposts .backtotop i {
	font-size: 11px;
	color: #1e1e3f;
}

footer.postinfo .relatedposts .backtotop:hover {
	background: #4d21fc;
}

footer.postinfo .relatedposts .backtotop:hover i {
	color: #fff;
}

@media (max-width: 750px) {
	footer.postinfo {
		display: none !important;
	}
}

@media (max-width: 875px) {
	.x750 {
		display: none !important;
	}
}

.searchoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #191a1a;
	background: rgba(25, 26, 26, 0.89);
	z-index: 2000;
	display: none;
	-webkit-transition: left 500ms ease-in-out;
	-moz-transition: left 500ms ease-in-out;
	transition: left 500ms ease-in-out;
}

.searchoverlay.slide {
	left: -400px;
}

.searchoverlay .closesearch {
	color: #fff;
	position: absolute;
	font-size: 28px;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.searchoverlay form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	max-width: 700px;
}

.searchoverlay form input {
	font: 600 32px 'Varela Round', Arial, Sans-Serif;
	color: #fff;
	text-transform: uppercase;
	background: 0 0;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #545555;
	padding: 40px 50px 40px 0;
	width: 100%;
}

.searchoverlay form input::-webkit-input-placeholder {
	color: #e7e7e7;
}

.searchoverlay form input:-moz-placeholder {
	color: #e7e7e7;
	opacity: 1;
}

.searchoverlay form input::-moz-placeholder {
	color: #e7e7e7;
	opacity: 1;
}

.searchoverlay form input:-ms-input-placeholder {
	color: #e7e7e7;
}

.searchoverlay form .fa-search {
	position: absolute;
	top: 48px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #fff8f8;
}

@media (max-width: 800px) {
	.searchoverlay form {
		width: 80%;
	}
}

.drawer {
	position: fixed;
	z-index: 3000;
	width: 400px;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	overflow-y: auto;
	border-left: 1px solid #eaeaea;
	padding: 0 35px;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 500ms ease-in-out;
	-moz-transition: -moz-transform 500ms ease-in-out;
	transition: transform 500ms ease-in-out;
}

.drawer.show {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.drawer .closedrawer {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	cursor: pointer;
}

@media (max-width: 420px) {
	.drawer {
		width: 325px;
	}
}

.pagewrapper {
	position: relative;
	left: 0;
	-webkit-transition: left 500ms ease-in-out;
	-moz-transition: left 500ms ease-in-out;
	transition: left 500ms ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}

.pagewrapper.slide {
	cursor: pointer;
	left: -400px;
}

@media (max-width: 420px) {
	.pagewrapper.slide {
		left: -325px;
	}
}

.widget {
	padding: 35px 0 0;
}

.widget:last-child {
	border: 0;
}

.widget > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget > :first-child {
	margin-top: 0;
	padding-top: 0;
}

.widget .widget-title {
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: 400;
	color: #242526;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 25px;
}

.widget hr {
	display: none;
	margin: 0;
	height: 1px;
	border: 0;
	width: 20%;
	background: #000;
}

.widget p {
	font-family: Oxygen, Arial, Sans-Serif;
	font-size: 15px;
	line-height: 33px;
	color: #7a7e81;
}

.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget li a {
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.5px;
	display: block;
	padding: 5px 0;
	color: #2d2a56;
}

.widget li a:hover {
	color: #1e1e3f;
}

.widget li:last-child a {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget:after {
	display: block;
	clear: both;
	content: '';
	width: 20%;
	background: #ececec;
	height: 1px;
	margin-top: 35px;
}

.widget.blog_info h1 {
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 34px;
	font-weight: 600;
	color: #373737;
}

.widget.blog_info img {
	max-width: 80%;
}

.widget.navigation {
	padding: 20px 0 0;
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: normal;
	text-transform: uppercase;
}

.widget.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget.navigation li {
	padding: 0;
	margin: 0;
}

.widget.navigation li:last-child {
	border-bottom: 0;
}

.widget.navigation li a {
	display: block;
	padding: 15px 0;
	color: #242526;
	outline: 0;
}

.widget.navigation li a i {
	color: #c6cdd6;
	font-size: 13px;
}

.widget.navigation li a:hover {
	color: #151516;
}

.widget.navigation li a:hover i {
	color: #9ca1a8;
}

.widget.navigation i {
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

.widget.navigation .sub-menu {
	display: none;
	margin-bottom: 10px;
}

.widget.navigation .sub-menu li:last-child {
	border: 0;
}

.widget.navigation .sub-menu li a {
	padding: 10px 0 10px 10px;
	font-size: 14px;
	color: #8b8b8b;
}

.widget.navigation .sub-menu li a:hover {
	color: #4f4f4f;
}

.widget.navigation i {
	margin-left: 15px;
	color: #4e4e4e;
}

.widget.navigation:after {
	margin-top: 20px;
}

.widget.twitter .tweet {
	clear: both;
	margin-bottom: 35px;
	overflow: hidden;
}

.widget.twitter .tweet:last-child {
	margin-bottom: 0;
}

.widget.twitter .text {
	margin-top: 0;
	margin-bottom: 25px;
	font: 400 15px/36px Oxygen, Arial, Sans-Serif;
	color: #888e92;
}

.widget.twitter .info {
	overflow: hidden;
}

.widget.twitter .author {
	display: inline-block;
	float: left;
	font: 300 14px Montserrat, Arial, Sans-Serif;
	color: #7d8489;
}

.widget.twitter .author i {
	margin-right: 5px;
	color: #55acee;
	font-size: 16px;
	-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
	transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.widget.twitter .author:hover {
	color: #5e6266;
}

.widget.twitter .date {
	display: inline-block;
	float: right;
	font-weight: 400;
	font-size: 12px;
	font-family: Montserrat, Arial, Sans-Serif;
	line-height: normal;
	color: #cfcfcf;
	margin-top: 2px;
	text-transform: uppercase;
}

.widget.twitter .date:hover {
	color: #9b9b9b;
}

.widget.social {
	padding: 35px 0 0;
}

.widget.social .socialdark {
	line-height: 27px;
}

.widget.social:after {
	margin-top: 25px;
}

.widget .searchform {
	position: relative;
}

.widget .searchform input {
	width: 100%;
	height: 47px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	border-radius: 100px;
	border: 1px solid #e0e0e0;
	padding: 0 50px;
	background: 0 0;
	margin-bottom: 0;
}

.widget .searchform .fa-search {
	position: absolute;
	top: 18px;
	left: 22px;
	font-size: 13px;
	color: #b5b5b5;
}

.widget .searchform .submit {
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 13px;
	color: #858f96;
}

.widget.latestposts {
	overflow: hidden;
}

.widget.latestposts .post {
	overflow: hidden;
	margin-bottom: 40px;
}

.widget.latestposts .post:last-child {
	margin: 0;
}

.widget.latestposts .info {
	margin-top: -4px;
}

.widget.latestposts .category {
	display: inline-block;
	background: #3f9bd5;
	border-radius: 3px;
	padding: 6px 10px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 8px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.widget.latestposts .category:hover {
	color: #e1e1e1;
}

.widget.latestposts .thumbnail {
	width: 25%;
	max-width: 65px;
	height: 65px;
	float: left;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.widget.latestposts .thumbnail span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.widget.latestposts .thumbnail .fa-link {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	opacity: 0;
	z-index: 600;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

.widget.latestposts .thumbnail:hover span {
	opacity: 0.4;
}

.widget.latestposts .thumbnail:hover .fa-link {
	opacity: 1;
}

.widget.latestposts .excerpt {
	display: none;
}

.widget.latestposts .info {
	max-width: 67.5%;
	margin-left: 7.5%;
	float: left;
}

.widget.latestposts h5 {
	margin: 10px 0 0;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #62646c;
}

.widget.latestposts h5 a,
.widget.latestposts h5 a:hover {
	color: #62646c;
}

.widget.latestposts .meta {
	display: none;
}

.widget.relatedposts {
	overflow: hidden;
}

.widget.relatedposts .feature {
	display: block;
	height: 150px;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.widget.relatedposts .feature:after {
	content: 'Read Article';
	text-transform: uppercase;
	text-align: center;
	height: 150px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	font-family: Montserrat, Arial, Sans-Serif;
	line-height: normal;
	padding-top: 70px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.widget.relatedposts .feature:hover:after {
	opacity: 1;
}

.widget.relatedposts .feature:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.widget.relatedposts .feature img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.widget.relatedposts article {
	padding: 15px 0;
}

.widget.relatedposts article:first-of-type {
	padding-top: 0;
}

.widget.relatedposts article:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget.relatedposts h4 {
	font-weight: 400;
	font-size: 18px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	line-height: 32px;
	letter-spacing: -1px;
	margin: 17px 0 9px;
}

.widget.relatedposts h4 a {
	color: #62646c;
	display: block;
	width: 100%;
}

.widget.relatedposts h4 a:hover {
	color: #999;
}

.widget.relatedposts .meta {
	display: none;
}

.widget.subscribe {
	position: relative;
	overflow: hidden;
}

.widget.subscribe .email {
	padding: 18px 18px 18px 50px;
	border-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.widget.subscribe label {
	display: none;
}

.widget.subscribe i {
	position: absolute;
	font-size: 14px;
	bottom: 54px;
	left: 20px;
	color: #a8a8a8;
	z-index: 100;
}

.widget.subscribe input[type='email'] {
	margin-top: 10px;
	width: 100%;
	height: 48px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	border-radius: 100px;
	border: 1px solid #e0e0e0;
	padding: 0 125px 0 50px;
	background: #fff;
	margin-bottom: 0;
}

.widget.subscribe input[type='submit'] {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 35%;
	height: 38px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.5px;
	border-radius: 100px;
	text-transform: uppercase;
	background: #f4f4f4;
	border: 0;
	margin-top: 0;
	padding: 0;
	-webkit-transition: background 0.15s ease-in;
	-moz-transition: background 0.15s ease-in;
	transition: background 0.15s ease-in;
}

.widget.subscribe input[type='submit']:hover {
	background: #e5e5e5;
	color: #373737;
}

.widget.subscribe form {
	position: relative;
	overflow: hidden;
}

.widget.socialshare {
	overflow: hidden;
}

.widget.socialshare .options {
	overflow: hidden;
	padding-bottom: 0;
}

.widget.socialshare > :last-child {
	margin-bottom: 0;
}

.widget.socialshare > :first-child {
	margin-top: 0;
}

.widget.socialshare a:nth-child(odd) {
	float: left;
}

.widget.socialshare a:nth-child(even) {
	float: right;
}

.widget.copyright .main {
	margin: 0 0 10px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 13px;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #505357;
}

.widget.copyright .main a {
	color: #505357;
}

.widget.copyright .main a:hover {
	color: #333538;
}

.widget.copyright .alt {
	margin: 0;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 12px;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #a9b1b9;
}

.widget.copyright .alt a {
	color: #a9b1b9;
}

.widget.copyright .alt a:hover {
	color: #797979;
}

.drawer .widget.authorprofile {
	padding: 35px 0 0;
}

.drawer .widget.authorprofile .info {
	overflow: hidden;
}

.drawer .widget.authorprofile .profile {
	float: left;
	width: 20%;
}

.drawer .widget.authorprofile .profile img {
	border-radius: 90px;
}

.drawer .widget.authorprofile .meta {
	float: left;
	width: 75%;
	margin-left: 5%;
}

.drawer .widget.authorprofile .meta .title,
.drawer .widget.authorprofile .meta .twittertag {
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	color: #c9c9c9;
}

.drawer .widget.authorprofile .meta .title a,
.drawer .widget.authorprofile .meta .twittertag a {
	color: #c9c9c9;
}

.drawer .widget.authorprofile .meta .title {
	display: block;
}

.drawer .widget.authorprofile .meta h3 {
	margin: 0;
}

.drawer .widget.authorprofile .meta h3 a {
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	color: #403f3f;
}

.drawer .widget.authorprofile .meta .twittertag {
	color: #c9c9c9;
	font-size: 13px;
	text-transform: none;
}

.drawer .widget.authorprofile .meta .twittertag:hover {
	color: #959595;
}

.drawer .widget.authorprofile p {
	margin: 20px 0 25px;
}

.drawer .widget.authorprofile .authorsocial li {
	display: inline-block;
	margin-bottom: 4px;
}

.drawer .widget.authorprofile .authorsocial a {
	font-size: 12px;
	line-height: 22px;
	width: 30px;
	height: 30px;
}

.drawer .widget.authorprofile .authorsocial a:hover {
	color: #fff;
}

nav.social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

nav.social ul li {
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
}

.socialdark,
nav.social .socialdark {
	display: block;
	width: 35px;
	height: 35px;
	background: #f2f2f2;
	color: #636c77;
	border-radius: 70px;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	-webkit-transition: background 0.15s ease-in;
	-moz-transition: background 0.15s ease-in;
	transition: background 0.15s ease-in;
}

.socialdark.twitter,
nav.social .socialdark.twitter {
	background: #55acee;
	color: #fff;
}

.socialdark.twitter:hover,
nav.social .socialdark.twitter:hover {
	background: #1689e0;
}

.socialdark.facebook,
nav.social .socialdark.facebook {
	background: #3b5998;
	color: #fff;
}

.socialdark.facebook:hover,
nav.social .socialdark.facebook:hover {
	background: #263961;
}

.socialdark.github,
nav.social .socialdark.github {
	background: #333;
	color: #fff;
}

.socialdark.github:hover,
nav.social .socialdark.github:hover {
	background: #0d0d0d;
}

.socialdark.youtube,
nav.social .socialdark.youtube {
	background: #c4302b;
	color: #fff;
}

.socialdark.youtube:hover,
nav.social .socialdark.youtube:hover {
	background: #85211d;
}

.socialdark.dribbble,
nav.social .socialdark.dribbble {
	background: #ea4c89;
	color: #fff;
}

.socialdark.dribbble:hover,
nav.social .socialdark.dribbble:hover {
	background: #d11960;
}

.socialdark.google,
nav.social .socialdark.google {
	background: #dd4b39;
	color: #fff;
}

.socialdark.google:hover,
nav.social .socialdark.google:hover {
	background: #ac2d1e;
}

.socialdark.instagram,
nav.social .socialdark.instagram {
	background: #3f729b;
	color: #fff;
}

.socialdark.instagram:hover,
nav.social .socialdark.instagram:hover {
	background: #294a65;
}

.socialdark.linkedin,
nav.social .socialdark.linkedin {
	background: #0e76a8;
	color: #fff;
}

.socialdark.linkedin:hover,
nav.social .socialdark.linkedin:hover {
	background: #084461;
}

.socialdark.pinterest,
nav.social .socialdark.pinterest {
	background: #c8232c;
	color: #fff;
}

.socialdark.pinterest:hover,
nav.social .socialdark.pinterest:hover {
	background: #87181e;
}

.socialdark.skype,
nav.social .socialdark.skype {
	background: #00aff0;
	color: #fff;
}

.socialdark.skype:hover,
nav.social .socialdark.skype:hover {
	background: #0077a3;
}

.socialdark.tumblr,
nav.social .socialdark.tumblr {
	background: #35465c;
	color: #fff;
}

.socialdark.tumblr:hover,
nav.social .socialdark.tumblr:hover {
	background: #19212b;
}

.socialdark.flickr,
nav.social .socialdark.flickr {
	background: #ff0084;
	color: #fff;
}

.socialdark.flickr:hover,
nav.social .socialdark.flickr:hover {
	background: #b3005c;
}

.socialdark.reddit,
nav.social .socialdark.reddit {
	background: #5f99cf;
	color: #fff;
}

.socialdark.reddit:hover,
nav.social .socialdark.reddit:hover {
	background: #3473ad;
}

.socialdark.stackoverflow,
nav.social .socialdark.stackoverflow {
	background: #fe7a15;
	color: #fff;
}

.socialdark.stackoverflow:hover,
nav.social .socialdark.stackoverflow:hover {
	background: #c65601;
}

.socialdark.twitch,
nav.social .socialdark.twitch {
	background: #6441a5;
	color: #fff;
}

.socialdark.twitch:hover,
nav.social .socialdark.twitch:hover {
	background: #432b6e;
}

.socialdark.vine,
nav.social .socialdark.vine {
	background: #00b488;
	color: #fff;
}

.socialdark.vine:hover,
nav.social .socialdark.vine:hover {
	background: #00684e;
}

.socialdark.vk,
nav.social .socialdark.vk {
	background: #45668e;
	color: #fff;
}

.socialdark.vk:hover,
nav.social .socialdark.vk:hover {
	background: #2c415b;
}

.socialdark.vimeo,
nav.social .socialdark.vimeo {
	background: #1ab7ea;
	color: #fff;
}

.socialdark.vimeo:hover,
nav.social .socialdark.vimeo:hover {
	background: #0f83a8;
}

.socialdark.weibo,
nav.social .socialdark.weibo {
	background: #d72928;
	color: #fff;
}

.socialdark.weibo:hover,
nav.social .socialdark.weibo:hover {
	background: #971d1c;
}

.socialdark.email,
nav.social .socialdark.email {
	background: #76b852;
	color: #fff;
}

.socialdark.email:hover,
nav.social .socialdark.email:hover {
	background: #538637;
}

.socialdark.soundcloud,
nav.social .socialdark.soundcloud {
	background: #f80;
	color: #fff;
}

.socialdark.soundcloud:hover,
nav.social .socialdark.soundcloud:hover {
	background: #b35f00;
}

.sharebutton {
	font: 400 12px Montserrat, Arial, Sans-Serif;
	color: #fff;
	width: 47%;
	text-align: center;
	padding: 13px 0;
	background: #242424;
	border-radius: 90px;
	display: block;
	margin-top: 20px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.sharebutton:nth-child(1),
.sharebutton:nth-child(2) {
	margin-top: 0;
}

.sharebutton i {
	margin-right: 10px;
}

.sharebutton.left {
	float: left;
}

.sharebutton.right {
	float: right;
}

.sharebutton.twitter {
	background: #55acee;
}

.sharebutton.twitter:hover {
	background: #147bc9;
}

.sharebutton.facebook {
	background: #3b5998;
}

.sharebutton.facebook:hover {
	background: #1e2e4f;
}

.sharebutton.google {
	background: #dd4b39;
}

.sharebutton.google:hover {
	background: #96271a;
}

.sharebutton.reddit {
	background: #5f99cf;
}

.sharebutton.reddit:hover {
	background: #2e669a;
}

.sharebutton.pinterest {
	background: #c8232c;
}

.sharebutton.pinterest:hover {
	background: #711419;
}

.sharebutton.linkedin {
	background: #0e76a8;
}

.sharebutton.linkedin:hover {
	background: #06344a;
}

.sharebutton.email {
	background: #76b852;
}

.sharebutton.email:hover {
	background: #487430;
}

.posttitle .meta .category {
	position: relative;
}

.posttitle .meta .date,
.posttitle .meta .readtime {
	display: none;
}

.posttitle h1,
.posttitle h2 {
	margin: 35px 0;
}

.posttitle .title a {
	color: #fff;
}

.posttitle .excerpt {
	margin: 35px 0;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 24px;
	line-height: 38px;
	color: #939393;
	letter-spacing: -1px;
}

.posttitle .author {
	display: none;
}

.posttitle hr {
	border: 0;
	height: 3px;
	width: 10%;
	background: #5a5a5a;
	margin: 0;
}

.posttitle:after {
	display: block;
	content: '';
	clear: both;
	height: 4px;
	width: 15%;
	background: #5c5684;
}

.posttitle.middle {
	text-align: center;
}

.posttitle.middle .meta .category {
	float: none;
	margin: 0 auto;
}

.posttitle.middle:after {
	margin: 0 auto;
}

.posttitle.center {
	display: table-cell;
	vertical-align: middle;
	width: 700px;
}

.posttitle.center h1,
.posttitle.center h1 a:hover,
.posttitle.center h2 a:hover {
	color: #fff;
}

@media (max-width: 880px) {
	.posttitle.center {
		width: 70%;
		text-align: center;
	}
}

@media (max-width: 560px) {
	.posttitle.center {
		width: 85%;
		vertical-align: bottom;
	}
}

@media (max-width: 880px) and (max-height: 850px) {
	.posttitle.center:after {
		display: none;
	}
	.posttitle.center .excerpt {
		margin-bottom: 0;
	}
}

@media (max-width: 880px) and (max-height: 500px) {
	.posttitle.center h1,
	.posttitle.center h2 {
		font-size: 24px;
	}
}

@media (max-width: 880px) {
	.posttitle h1,
	.posttitle h2 {
		font-size: 42px;
		line-height: 52px;
	}
	.posttitle .meta .category {
		font-size: 10px;
		margin: 0 auto;
		float: none;
	}
	.posttitle .excerpt {
		font-size: 20px;
		line-height: 32px;
	}
	.posttitle:after {
		margin: 0 auto;
	}
}

@media (max-width: 560px) {
	.posttitle h1,
	.posttitle h2 {
		font-size: 32px;
		line-height: 38px;
	}
	.posttitle .meta .category {
		font-size: 10px;
		margin: 0 auto;
		float: none;
	}
	.posttitle .excerpt {
		font-size: 18px;
		line-height: 28px;
	}
}

.posttitle.single {
	margin-top: 90px;
	padding-bottom: 0;
}

.posttitle.single .title a {
	color: #292929;
	margin-bottom: 35px;
}

.posttitle.single .excerpt {
	color: #b5b5b5;
}

.posttitle.single:after {
	background: #f1f1f1;
	background: #dfdced;
}

@media (max-width: 880px) {
	body.page .posttitle,
	body.page .posttitle .excerpt,
	body.page .posttitle h1,
	body.single .posttitle,
	body.single .posttitle .excerpt,
	body.single .posttitle h1 {
		text-align: center;
	}
	body.page .posttitle .meta .category,
	body.single .posttitle .meta .category {
		margin: 0 auto;
	}
}

.cover.front .posttitle .meta .date,
.cover.front .posttitle .meta .readtime {
	display: block;
}

.cover.front .posttitle .meta .date a:hover,
.cover.front .posttitle .meta .date:hover,
.cover.front .posttitle .meta .readtime a:hover,
.cover.front .posttitle .meta .readtime:hover {
	color: #fff;
}

.cover.front .posttitle .author {
	display: inline-block;
}

.cover.front .posttitle .author a:hover,
.cover.front .posttitle .author:hover {
	color: #fff;
}

.cover.front .posttitle .excerpt {
	font-size: 22px;
	line-height: 36px;
}

.cover.front .posttitle:after {
	height: 0;
}

@media (max-width: 880px) {
	.cover.front .posttitle .author,
	.cover.front .posttitle .meta .date,
	.cover.front .posttitle .meta .readtime {
		display: none;
	}
}

@media (max-width: 560px) {
	.cover.front .posttitle {
		vertical-align: middle;
	}
}

.postcontents {
	margin: 80px auto;
	font-family: 'Noto Serif', 'Times New Roman', Serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 35px;
	color: rgba(35, 37, 40, 0.7);
}

.postcontents .wrapper > :first-child,
.postcontents > :first-child {
	margin-top: 0;
}

.postcontents .wrapper > :last-child,
.postcontents > :last-child {
	margin-bottom: 0;
}

.postcontents h1 {
	margin: 50px 0 30px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 62px;
	letter-spacing: -1px;
	color: #373737;
}

.postcontents h2 {
	margin: 50px 0 30px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: -1px;
	color: #494a50;
}

.postcontents h3 {
	margin: 50px 0 30px;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -1px;
	color: #b2b2b2;
}

.postcontents h4 {
	margin: 50px 0 30px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	color: #b2b2b2;
}

.postcontents h5 {
	margin: 50px 0 30px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #b2b2b2;
}

.postcontents h6 {
	margin: 50px 0 30px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #b2b2b2;
}

.postcontents hr {
	height: 1px;
	width: 60%;
	border: 0;
	margin: 50px auto;
	background: #dfdfdf;
}

.postcontents p,
.postcontents ol,
.postcontents ul {
	margin: 45px 0;
	padding: 0;
	font-family: 'Noto Serif', 'Times New Roman', Serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 35px;
	color: rgba(35, 37, 40, 0.7);
	color: #2e2f3e;
}

.postcontents p {
	overflow: none;
}

.postcontents h1 + *,
.postcontents h2 + *,
.postcontents h3 + *,
.postcontents h4 + *,
.postcontents h5 + *,
.postcontents h6 + * {
	margin-top: 35px;
}

.postcontents dl,
.postcontents ol,
.postcontents ul {
	margin-left: 5%;
}

.postcontents li {
	margin: 0 0 20px;
	padding: 0 2.5%;
}

.postcontents li:last-child {
	margin-bottom: 0;
}

.postcontents dt {
	font-weight: 600;
}

.postcontents dd {
	margin: 0 0 20px 5%;
	font-size: 16px;
}

.postcontents pre {
	margin: 50px 0;
	position: relative;
}

.postcontents .gallery {
	width: 102.5%;
}

.postcontents .gallery a {
	border: 0;
}

.postcontents .gallery img {
	border: 0 !important;
}

.postcontents .gallery .gallery-item {
	padding-right: 2.5% !important;
}

.postcontents .gallery dl {
	margin-left: inherit;
}

.postcontents .gallery-caption {
	border-left: 3px solid #eee;
	margin: 0;
	padding: 20px 5%;
	line-height: 24px;
}

.postcontents .annotation {
	position: relative;
	width: 100%;
}

.postcontents .annotation .main {
	position: absolute;
	width: 250px;
	top: 0;
	right: -290px;
	border-bottom: 1px solid #eeeeef;
}

.postcontents .annotation .main h5 {
	margin: 0;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #585858;
}

.postcontents .annotation .main p {
	margin: 15px 0 25px;
	font-family: Oxygen, Arial, Sans-Serif;
	font-size: 15px;
	color: #979aa3;
	line-height: 28px;
}

.postcontents table {
	clear: both;
	border-collapse: collapse;
	width: 100%;
}

.postcontents th {
	background: #f0f0f0;
	font-weight: 700;
}

.postcontents td,
.postcontents th {
	border: 1px solid #dbdbdb;
	padding: 0.5rem;
	text-align: left;
}

.postcontents .wide {
	display: block;
	margin: 50px -75px;
}

.postcontents .wide blockquote {
	padding: 0;
	margin: 50px 0;
	color: #38393c;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	border: 0;
}

.postcontents .wide blockquote cite {
	display: block;
	margin-top: 30px;
	color: #c5c5c6;
	font-size: 22px;
	font-style: normal;
}

.postcontents .wide blockquote:after,
.postcontents .wide blockquote:before {
	display: block;
	content: '';
	background: #ededed;
	width: 60%;
	height: 1px;
}

.postcontents .wide blockquote:after {
	margin: 40px auto 60px;
}

.postcontents .wide blockquote:before {
	margin: 60px auto 40px;
}

.postcontents blockquote {
	padding: 10px 0 10px 5%;
	margin: 50px 0;
	color: #38393c;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	border-left: 6px solid #e8eaed;
	border-left: 6px solid #4d21fc;
	letter-spacing: -0.5px;
}

.postcontents blockquote p {
	margin: 15px 0;
}

.postcontents blockquote cite {
	display: block;
	margin-top: 35px;
	color: #c5c5c6;
	font-size: 20px;
	font-style: normal;
}

.postcontents.dark {
	padding: 90px 0;
	background: #2c2e32;
	color: #e2e2e2 !important;
}

.postcontents.dark a,
.postcontents.dark h1,
.postcontents.dark h2,
.postcontents.dark h3,
.postcontents.dark h4,
.postcontents.dark h5,
.postcontents.dark h6,
.postcontents.dark li,
.postcontents.dark ol,
.postcontents.dark p,
.postcontents.dark ul {
	color: #e2e2e2;
}

.postcontents.full img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.postcontents a {
	color: #2d2b55;
	text-decoration: underline;
	text-decoration-color: #a599e963;
	transition: all 0.4s cubic-bezier(0.65, -0.45, 0, 1.57);
}

.postcontents a:hover,
.postcontents a:hover code {
	color: #4d21fc;
	text-decoration-color: #4d21fc;
	background: linear-gradient(90deg, #b362ff, #4d21fc);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

strong,
strong a {
	color: #2d2b55;
}

.postcontents input[type='email'],
.postcontents input[type='password'],
.postcontents input[type='text'] {
	width: 100%;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 14px;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	-webkit-transition: border-color 0.2s ease-in;
	-moz-transition: border-color 0.2s ease-in;
	transition: border-color 0.2s ease-in;
}

.postcontents input[type='email']:focus,
.postcontents input[type='password']:focus,
.postcontents input[type='text']:focus {
	border-color: #cdcdcd;
}

.postcontents button,
.postcontents input[type='submit'] {
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 14px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	margin-top: 0;
}

.postcontents button {
	padding: 4px 32px;
}

.postcontents textarea {
	margin-bottom: 30px;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	-webkit-transition: border-color 0.2s ease-in;
	-moz-transition: border-color 0.2s ease-in;
	transition: border-color 0.2s ease-in;
}

.postcontents textarea:active,
.postcontents textarea:focus {
	outline: 0;
}

.postcontents textarea:focus {
	border-color: #cdcdcd;
}

@media (max-width: 1375px) {
	.postcontents .annotation .main {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin: 10px 0;
	}
	.postcontents .annotation .main p {
		margin: 10px 0;
	}
}

@media (max-width: 1050px) {
	.postcontents .wide {
		display: block;
		margin: 50px 0;
	}
}

@media (max-width: 840px) {
	.postcontents {
		margin: 10% auto;
	}
}

@media (max-width: 640px) {
	.postcontents {
		font-size: 18px;
	}
	.postcontents.dark {
		padding: 40px 0;
	}
	.postcontents h1 {
		font-size: 38px;
		line-height: 48px;
	}
	.postcontents h2,
	.postcontents h3 {
		font-size: 24px;
		line-height: 38px;
	}
	.postcontents h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.postcontents h5 {
		font-size: 16px;
		line-height: 28px;
	}
	.postcontents .wide,
	.postcontents .wide blockquote,
	.postcontents blockquote,
	.postcontents h1,
	.postcontents h2,
	.postcontents h3,
	.postcontents h4,
	.postcontents h5,
	.postcontents h6,
	.postcontents ol,
	.postcontents p,
	.postcontents pre,
	.postcontents ul {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.postcontents hr {
		margin: 40px auto;
	}
	.postcontents ol,
	.postcontents p,
	.postcontents ul {
		font-size: 18px;
		line-height: 32px;
	}
}

@media (max-width: 450px) {
	.postcontents {
		font-size: 16px;
	}
	.postcontents.dark {
		padding: 30px 0;
	}
	.postcontents h1 {
		font-size: 36px;
		line-height: 46px;
	}
	.postcontents h2,
	.postcontents h3 {
		font-size: 22px;
		line-height: 36px;
	}
	.postcontents h4 {
		font-size: 18px;
		line-height: 28px;
	}
	.postcontents h5 {
		font-size: 15px;
		line-height: 26px;
	}
	.postcontents .wide,
	.postcontents .wide blockquote,
	.postcontents blockquote,
	.postcontents h1,
	.postcontents h2,
	.postcontents h3,
	.postcontents h4,
	.postcontents h5,
	.postcontents h6,
	.postcontents ol,
	.postcontents p,
	.postcontents pre,
	.postcontents ul {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.postcontents hr {
		margin: 30px auto;
	}
	.postcontents ol,
	.postcontents p,
	.postcontents ul {
		font-size: 16px;
		line-height: 30px;
	}
}

.postbottom {
	margin: 90px auto 80px;
}

.postbottom ul.tags {
	float: left;
}

.postbottom .info {
	clear: both;
	overflow: hidden;
}

.postbottom .category {
	float: right;
	width: 30%;
	display: block;
	padding: 12px 25px;
	border-radius: 3px;
	background: #009bbb;
	color: #fff;
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

.postbottom .shareoptions {
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}

.postbottom .permalink {
	width: 65%;
	overflow: hidden;
	display: block;
	float: left;
	margin-top: 11px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 11px;
	line-height: normal;
	color: #69678d;
}

.postbottom .permalink:hover {
	color: #575757;
}

.postbottom .sharebuttons {
	padding: 0;
	margin: 0;
	float: right;
}

.postbottom .sharebuttons li {
	display: block;
	float: left;
	margin-left: 8px;
}

.postbottom .sharebuttons li:first-child {
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #69678d;
	margin-top: 11px;
}

.postbottom:before {
	content: '';
	display: block;
	height: 1px;
	width: 70%;
	margin: 0 auto 90px;
	background: #dfdfdf;
}

@media (max-width: 640px) {
	.postbottom {
		margin: 45px auto 40px;
	}
	.postbottom:before {
		margin-bottom: 40px;
	}
}

@media (max-width: 450px) {
	.postbottom {
		margin: 30px auto 35px;
	}
	.postbottom:before {
		margin-bottom: 35px;
	}
}

@media (max-width: 800px) {
	.postbottom .permalink {
		display: none;
	}
}

@media (max-width: 630px) {
	.postbottom {
		text-align: center;
	}
	.postbottom .tags {
		width: 100%;
		float: none;
		text-align: center;
	}
	.postbottom .tags a {
		float: none;
		display: inline-block;
	}
	.postbottom .category {
		display: inline-block;
		clear: both;
		float: none;
		width: auto;
		margin-top: 30px;
	}
	.postbottom .sharebuttons {
		float: none;
		margin: 0 auto;
		overflow: hidden;
	}
	.postbottom .sharebuttons li {
		float: none;
		display: inline-block;
	}
}

.authortitle,
body.page .pagewrapper .widget.authorprofile,
body.single-post .pagewrapper .widget.authorprofile {
	margin: 110px 0 0;
	background: #efeefb;
	border-top: 1px solid #efeefb;
	text-align: center;
}

.authortitle .info,
body.page .pagewrapper .widget.authorprofile .info,
body.single-post .pagewrapper .widget.authorprofile .info {
	margin: -73px 0 30px;
}

.authortitle .gravatar img,
body.page .pagewrapper .widget.authorprofile .gravatar img,
body.single-post .pagewrapper .widget.authorprofile .gravatar img {
	border-radius: 90px;
	overflow: hidden;
	width: 115px;
}

.authortitle .meta .title,
.authortitle .meta .twittertag,
body.page .pagewrapper .widget.authorprofile .meta .title,
body.page .pagewrapper .widget.authorprofile .meta .twittertag,
body.single-post .pagewrapper .widget.authorprofile .meta .title,
body.single-post .pagewrapper .widget.authorprofile .meta .twittertag {
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
	color: #c9c9c9;
	color: #6a6898;
}

.authortitle .meta .title,
body.page .pagewrapper .widget.authorprofile .meta .title,
body.single-post .pagewrapper .widget.authorprofile .meta .title {
	display: block;
	margin-top: 26px;
}

.authortitle .meta .twittertag,
body.page .pagewrapper .widget.authorprofile .meta .twittertag,
body.single-post .pagewrapper .widget.authorprofile .meta .twittertag {
	color: #c9c9c9;
	font-size: 14px;
	text-transform: none;
}

.authortitle .meta .twittertag:hover,
body.page .pagewrapper .widget.authorprofile .meta .twittertag:hover,
body.single-post .pagewrapper .widget.authorprofile .meta .twittertag:hover {
	color: #959595;
}

.authortitle .meta h3,
body.page .pagewrapper .widget.authorprofile .meta h3,
body.single-post .pagewrapper .widget.authorprofile .meta h3 {
	margin: 5px 0 6px;
}

.authortitle .meta h3 a,
body.page .pagewrapper .widget.authorprofile .meta h3 a,
body.single-post .pagewrapper .widget.authorprofile .meta h3 a {
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-weight: 600;
	font-size: 24px;
	line-height: normal;
	color: #1e1e3f;
}

.authortitle p,
body.page .pagewrapper .widget.authorprofile p,
body.single-post .pagewrapper .widget.authorprofile p {
	font-family: Oxygen, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	margin: 20px 0 45px;
	color: #62646c;
}

.authortitle .authorsocial,
body.page .pagewrapper .widget.authorprofile .authorsocial,
body.single-post .pagewrapper .widget.authorprofile .authorsocial {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 40px;
	text-align: center;
	padding: 0;
}

.authortitle .authorsocial li,
body.page .pagewrapper .widget.authorprofile .authorsocial li,
body.single-post .pagewrapper .widget.authorprofile .authorsocial li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}

.authortitle .authorsocial li:last-child,
body.page .pagewrapper .widget.authorprofile .authorsocial li:last-child,
body.single-post .pagewrapper .widget.authorprofile .authorsocial li:last-child {
	margin-right: 0;
}

.authortitle .authorsocial li a,
body.page .pagewrapper .widget.authorprofile .authorsocial li a,
body.single-post .pagewrapper .widget.authorprofile .authorsocial li a {
	font-size: 12px;
	line-height: 26px;
}

.authortitle .authorsocial li a:hover,
body.page .pagewrapper .widget.authorprofile .authorsocial li a:hover,
body.single-post .pagewrapper .widget.authorprofile .authorsocial li a:hover {
	color: #fff;
}

.commentheader {
	cursor: pointer;
	padding: 30px 0;
	background: #f6f6f6;
	border-top: 1px solid #eee;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: #373737;
}

.commentheader .commentcount {
	display: inline-block;
	padding: 6px 16px;
	background: #4a5153;
	border-radius: 100px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	vertical-align: 3px;
}

.commentheader i {
	font-size: 18px;
	color: #b5bcbf;
	margin-right: 10px;
}

.commentitems {
	background: #222326;
	padding: 90px 0 110px;
}

.commentitems .notification {
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #353535;
}

.commentitems .notification i {
	margin-right: 10px;
}

@media (max-width: 700px) {
	.commentitems {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media (max-width: 400px) {
	.commentitems {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

.commentwrap {
	padding: 0;
	margin: 0;
	list-style: none;
}

.children {
	-webkit-padding-start: 12%;
}

li.comment {
	list-style: none;
}

li.comment .contents {
	overflow: hidden;
}

li.comment .contents .body a {
	border-bottom: 1px solid #7c7c7c;
}

li.comment .commentinfo {
	overflow: hidden;
	margin-bottom: 35px;
	margin-bottom: 8px;
}

li.comment .profile {
	display: block;
	width: 12%;
	float: left;
}

li.comment .profile img {
	border-radius: 90px;
	max-width: 64px;
	height: 64px;
}

li.comment .main {
	width: 88%;
	float: right;
}

li.comment hr {
	margin: 45px 0;
	height: 1px;
	width: 100%;
	border: 0;
	background: #393a3d;
}

li.comment h4 {
	clear: both;
	margin: 0;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 18px;
	color: #f4f4f4;
	font-weight: 400;
	line-height: normal;
}

li.comment h4 a {
	color: #f4f4f4;
}

li.comment h4 img {
	display: none;
	margin-right: 10px;
	vertical-align: -6px;
}

li.comment .meta {
	float: left;
	overflow: hidden;
}

li.comment .meta .info {
	margin: 10px 0 8px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 12px;
	color: #6a6899;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

li.comment .meta span {
	color: #6a6899;
}

li.comment .body p {
	margin: 0 0 35px 0;
	clear: both;
	color: #2e2f3e;
	font-family: Oxygen, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

li.comment .author {
	float: left;
}

li.comment .buttons {
	float: right;
	margin-top: 17px;
}

li.comment .buttons a,
li.comment .buttons span {
	display: block;
	float: right;
	margin-right: 10px;
	border-radius: 3px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 10px;
	color: #1e1e3f;
	font-weight: 400;
	line-height: normal;
	background: #efeefb;
	padding: 8px 18px;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in, color 0.1s ease-in;
	-moz-transition: all 0.1s ease-in, color 0.1s ease-in;
	transition: all 0.1s ease-in, color 0.1s ease-in;
}

li.comment .buttons .isauthor {
	display: none;
}

li.comment.bypostauthor > .contents .buttons .isauthor {
	display: block;
	background: #4d21fc;
	color: #fff;
}

li.comment .buttons > :first-child {
	margin-right: 0;
}

@media (max-width: 800px) {
	li.comment .profile {
		display: none;
	}
	li.comment .main {
		width: 100%;
	}
	li.comment h4 img {
		display: inline-block;
	}
}

@media (max-width: 640px) {
	li.comment hr {
		margin: 25px 0;
	}
}

@media (max-width: 485px) {
	li.comment .meta .info {
		display: none;
	}
	li.comment .meta h4 {
		margin-top: 20px;
	}
	li.comment .buttons span {
		display: none !important;
	}
}

.comment-respond {
	font-family: Montserrat, Arial, Sans-Serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
}

.comment-respond #author,
.comment-respond #email,
.comment-respond #url {
	display: inline-block;
	width: 30%;
	margin-left: 4.25%;
	margin-bottom: 30px;
	background: #151617;
	color: #e7e8ea;
	border: 0;
	border-radius: 3px;
	padding: 14px 18px;
}

.comment-respond textarea {
	background: #151617;
	color: #e7e8ea;
	border: 0;
	border-radius: 3px;
	width: 100%;
	padding: 14px 18px;
	font-family: Oxygen, Arial, Sans-Serif;
	font-size: 14px;
}

.comment-respond #author,
.comment-respond #email,
.comment-respond #url,
.comment-respond textarea {
	outline: 0;
}

.comment-respond .logged-in-as {
	color: #fff;
	margin-bottom: 30px;
}

.comment-respond .logged-in-as a {
	color: #fff;
}

.comment-respond ::-webkit-input-placeholder {
	color: #e7e8ea;
}

.comment-respond :-moz-placeholder {
	color: #e7e8ea;
}

.comment-respond ::-moz-placeholder {
	color: #e7e8ea;
}

.comment-respond :-ms-input-placeholder {
	color: #e7e8ea;
}

.comment-respond #author {
	margin-left: 0;
}

.comment-respond .logged-in-as {
	font-size: 15px;
}

.comment-respond #cancel-comment-reply-link,
.comment-respond .submit {
	float: right;
	padding: 12px 32px;
	font-size: 12px;
	border: 0;
	border-radius: 90px;
	background: #16191b;
	color: #bfc6ce;
	margin-top: 20px;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
	transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}

.comment-respond #cancel-comment-reply-link:hover,
.comment-respond .submit:hover {
	background: #e7e8e8;
	color: #616971;
}

.comment-respond #cancel-comment-reply-link {
	float: none;
	font-size: 22px;
	padding: 0;
	margin-left: 0.5rem;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

@media (max-width: 540px) {
	.comment-respond #author,
	.comment-respond #email,
	.comment-respond #url {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

li.comment.depth-10 .profile img,
li.comment.depth-2 .profile img,
li.comment.depth-3 .profile img,
li.comment.depth-4 .profile img,
li.comment.depth-5 .profile img,
li.comment.depth-6 .profile img,
li.comment.depth-7 .profile img,
li.comment.depth-8 .profile img,
li.comment.depth-9 .profile img {
	display: none;
}

li.comment.depth-10 h4 img,
li.comment.depth-2 h4 img,
li.comment.depth-3 h4 img,
li.comment.depth-4 h4 img,
li.comment.depth-5 h4 img,
li.comment.depth-6 h4 img,
li.comment.depth-7 h4 img,
li.comment.depth-8 h4 img,
li.comment.depth-9 h4 img {
	display: inline-block;
}

li.comment.depth-10 hr,
li.comment.depth-2 hr,
li.comment.depth-3 hr,
li.comment.depth-4 hr,
li.comment.depth-5 hr,
li.comment.depth-6 hr,
li.comment.depth-7 hr,
li.comment.depth-8 hr,
li.comment.depth-9 hr {
	margin: 25px 0;
}

li.comment.depth-10 .main,
li.comment.depth-2 .main,
li.comment.depth-3 .main,
li.comment.depth-4 .main,
li.comment.depth-5 .main,
li.comment.depth-6 .main,
li.comment.depth-7 .main,
li.comment.depth-8 .main,
li.comment.depth-9 .main {
	width: 95%;
}

body.single .pagewrapper {
	padding-bottom: 75px;
}

@media (max-width: 750px) {
	body.single .pagewrapper {
		padding-bottom: 0;
	}
}

pre {
	word-wrap: initial;
	padding: 20px 30px;
	line-height: 19px;
	margin: 30px 0;
}

code,
kbd,
tt {
	border: 1px solid #eaeaea;
	margin: 0 2px;
	padding: 0 5px;
	font-size: 16px;
	line-height: 32px;
}

pre code {
	border: 0;
	padding: 0;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

code,
kbd,
pre,
tt {
	font-family: 'Operator Mono', 'HCo Operator Mono', Consolas, 'Liberation Mono', Courier, monospace;
	color: #2d2b55;
	background: #f8f8f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

pre,
pre code {
	font-size: 16px;
}

pre .comment {
	color: #998;
}

pre .support {
	color: #0086b3;
}

pre .tag,
pre .tag-name {
	color: navy;
}

pre .class,
pre .css-property,
pre .css-value,
pre .entity.function,
pre .id,
pre .keyword,
pre .sass,
pre .storage.function,
pre .vendor-prefix {
	font-weight: 700;
}

pre .css-property,
pre .css-value,
pre .support.namespace,
pre .vendor-prefix {
	color: #333;
}

pre .constant.numeric,
pre .hex-color,
pre .keyword.unit {
	font-weight: 400;
	color: #099;
}

pre .entity.class {
	color: #458;
}

pre .entity.function,
pre .entity.id {
	color: #900;
}

pre .attribute,
pre .variable {
	color: teal;
}

pre .string,
pre .support.value {
	font-weight: 400;
	color: #d14;
}

pre .regexp {
	color: #009926;
}

.postlist article.format-standard .content {
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 3px;
	margin-bottom: 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width: 650px) {
	.postlist article.format-standard .content {
		height: 250px;
	}
}

@media (max-width: 550px) {
	.postlist article.format-standard .content {
		height: 200px;
	}
}

@media (max-width: 370px) {
	.postlist article.format-standard .content {
		display: none;
	}
}

.post-image-header .content .imageheader {
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 3px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-video .content {
	margin-bottom: 50px;
}

.post-status .excerpt {
	margin-top: 0;
}

.postlist article.format-status .content > * {
	display: none;
}

.postlist article.format-status .content > p:first-child {
	display: block;
	margin: 0 0 40px;
	font-family: 'Noto Serif', 'Times New Roman', Serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 35px;
	color: #62646c;
	color: rgba(35, 37, 40, 0.7);
	overflow: hidden;
}

@media (max-width: 640px) {
	.postlist article.format-status .content > p:first-child {
		font-size: 18px;
		line-height: 32px;
	}
}

@media (max-width: 450px) {
	.postlist article.format-status .content > p:first-child {
		font-size: 16px;
		line-height: 30px;
	}
}

.postlist article.format-quote .content > * {
	display: none;
}

.postlist article.format-quote .content > blockquote:first-child {
	display: block;
	padding: 0;
	margin: 0;
	color: #3c3e41;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: -0.5px;
	text-align: center;
	border: 0;
}

.postlist article.format-quote .content > blockquote:first-child p {
	margin: 0;
}

.postlist article.format-quote .content > blockquote:first-child cite {
	display: block;
	margin-top: 25px;
	color: #939393;
	font-size: 20px;
	font-style: normal;
	font-family: 'Varela Round', Arial, Sans-Serif;
}

.postlist article.format-quote .content > blockquote:first-child cite a {
	color: #939393;
}

@media (max-width: 640px) {
	.postlist article.format-quote .content > blockquote:first-child {
		font-size: 20px;
		line-height: 34px;
	}
	.postlist article.format-quote .content > blockquote:first-child cite {
		font-size: 18px;
	}
}

@media (max-width: 450px) {
	.postlist article.format-quote .content > blockquote:first-child {
		font-size: 18px;
		line-height: 32px;
	}
	.postlist article.format-quote .content > blockquote:first-child cite {
		font-size: 16px;
	}
}

.postlist article.format-audio .content > *,
.postlist article.format-video .content > * {
	display: none;
}

.postlist article.format-audio .content > :first-child,
.postlist article.format-video .content > :first-child {
	margin-top: 0;
	display: block;
	margin-bottom: 60px;
}

.postlist article.format-image .content > * {
	display: none;
}

.postlist article.format-image .content > p:first-child {
	margin-top: 0;
	display: block;
	margin-bottom: 60px;
}

.postlist article.sticky .meta .issticky {
	display: block;
}

.authortitle {
	display: table-cell;
	vertical-align: middle;
	width: 700px;
	position: relative;
	z-index: 1000;
	margin: 0;
	background: 0 0;
	border-top: 0;
}

.authortitle .info {
	overflow: hidden;
	margin-top: 10%;
}

.authortitle .profile {
	display: inline-block;
	border-radius: 90px;
	margin-right: 5%;
}

.authortitle .meta {
	display: inline-block;
}

.authortitle .meta .twittertag {
	color: #6e6e6e;
}

.authortitle h3 {
	color: #fff;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-weight: 600;
	font-size: 29px;
}

.authortitle p {
	color: #939393;
	margin: 20px 0;
}

.authortitle .authorsocial li a {
	line-height: 36px;
}

@media (max-width: 880px) {
	.authortitle {
		width: 70%;
	}
	.authortitle .authorsocial {
		display: none;
	}
}

@media (max-width: 560px) {
	.authortitle {
		width: 80%;
	}
	.authortitle .profile {
		display: none;
	}
}

@media (max-height: 700px) {
	.authortitle p {
		display: none;
	}
}

.altpageheader {
	background: #f9f9f9;
	padding: 40px 0;
	font-family: 'Varela Round', Arial, Sans-Serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: #373737;
	text-align: center;
	text-transform: capitalize;
}

.altpageheader i {
	font-size: 18px;
	color: #b5bcbf;
	margin-right: 10px;
}

.altpageheader .postcount {
	display: inline-block;
	padding: 6px 16px;
	background: #4a5153;
	border-radius: 100px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	vertical-align: 3px;
}

.alert,
.shorttoggle {
	width: 100%;
	background: #f5f5f5;
	background: #f1effc;
	padding: 20px;
	color: #1c1c1c;
	margin: 20px 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.alert.blue,
.shorttoggle.blue {
	color: #fff;
	background: #1793d1;
}

.alert.green,
.shorttoggle.green {
	color: #fff;
	background: #7fbb00;
}

.alert.orange,
.shorttoggle.orange {
	color: #fff;
	background: #dc5034;
}

.alert.red,
.shorttoggle.red {
	color: #fff;
	background: #ce1126;
}

.alert {
	font: 400 16px Montserrat, Arial, Sans-Serif;
}

.shortbutton {
	display: inline-block;
	font: 400 13px Montserrat, Arial, Sans-Serif;
	padding: 6px 20px;
	background: #efeefb;
	color: #1c1c1c;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
	-moz-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
	transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
}

.shortbutton.small {
	padding: 4px 15px;
	font-weight: 400;
	font-size: 12px;
	border-bottom: 0;
}

.shortbutton.normal {
	font-weight: 400;
	border-bottom: 0;
}

.shortbutton.large {
	padding: 8px 30px;
	font-weight: 400;
	font-size: 16px;
	border-bottom: 0;
}

.shortbutton.blue {
	color: #fff;
	background: #1793d1;
}

.shortbutton.blue:hover {
	background: #1273a3;
	border-color: #1273a3;
}

.shortbutton.green {
	color: #fff;
	background: #7fbb00;
}

.shortbutton.green:hover {
	background: #5c8800;
	border-color: #5c8800;
}

.shortbutton.orange {
	color: #fff;
	background: #dc5034;
}

.shortbutton.orange:hover {
	background: #bd3b21;
	border-color: #bd3b21;
}

.shortbutton.red {
	color: #fff;
	background: #ce1126;
}

.shortbutton.red:hover {
	background: #9f0d1d;
	border-color: #9f0d1d;
}

.shortbutton:hover {
	border-bottom: 0;
}

.shorttoggle .toggleheader {
	overflow: hidden;
	font: 400 18px Montserrat, Arial, Sans-Serif;
	cursor: pointer;
}

.shorttoggle .left {
	float: left;
}

.shorttoggle .right {
	float: right;
}

.shorttoggle .togglecontent {
	margin-top: 20px;
	border-top: 1px solid #c9c9c9;
	padding-top: 20px;
}

.shorttoggle .togglecontent > :first-child {
	margin-top: 0;
}

.shorttoggle .togglecontent > :last-child {
	margin-bottom: 0;
}

.shorttoggle.outline {
	background: #fff;
	border: 1px solid #dcdcdc;
}

.shorttoggle.closed .togglecontent {
	display: none;
}

.shorttoggle.open .togglecontent {
	display: block;
}

.shorttoggle h1,
.shorttoggle h2,
.shorttoggle h3,
.shorttoggle h4,
.shorttoggle h5,
.shorttoggle p {
	margin: 20px 0;
}

.postcontents .grid {
	margin: 30px 0;
	overflow: hidden;
}

.postcontents .grid .half {
	width: 47.5%;
}

.postcontents .grid .left {
	float: left;
	margin: 0;
	margin-right: 2.5%;
}

.postcontents .grid .right {
	float: right;
	margin: 0;
	margin-left: 2.5%;
}

.postcontents .grid p.left,
.postcontents .grid p.right {
	font-weight: 400;
}

.postcontents .grid .left :last-child,
.postcontents .grid .right :last-child {
	margin-bottom: 0;
}

.postcontents .grid .left :first-child,
.postcontents .grid .right :first-child {
	margin-top: 0;
}

.postcontents .grid p {
	clear: none;
	font-weight: 300;
}

@media (max-width: 585px) {
	.postcontents .grid .left,
	.postcontents .grid .right {
		margin: 0;
		float: none;
		width: 100%;
	}
	.postcontents .grid .right {
		margin-top: 50px;
	}
}

.shorttabs {
	margin: 30px 0;
	overflow: hidden;
}

.shorttabs .shorttabsheader {
	border: 1px solid #dedede;
	background: #f1f1f1;
	border-bottom: 0;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	color: #1c1c1c;
	font: 400 16px Montserrat, Arial, Sans-Serif;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top: 3px;
}

.shorttabs .shorttabsheader:hover {
	background: #fff;
}

.shorttabs .shorttabsheader.active {
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 0;
	padding: 10px 20px;
	color: #282828;
}

.shorttabs .shorttabscontent {
	border: 1px solid #eee;
	padding: 2.5%;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-top: -1px;
	display: block;
}

.shorttabs .shorttabscontent > :first-child {
	margin-top: 0;
	padding-top: 0;
}

.shorttabs .shorttabscontent > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.shortprogress {
	width: 100%;
	background: #eee;
	border-radius: 3px;
	padding: 6px;
	position: relative;
	margin: 30px 0;
}

.shortprogress .inner {
	background: #217dcb;
	border-radius: 3px;
	width: 80%;
	height: 42px;
	padding: 0;
}

.shortprogress .inner.green {
	background: #7fbb00;
}

.shortprogress .inner.orange {
	background: #dc5034;
}

.shortprogress .inner.red {
	background: #ce1126;
}

.shortprogress .percentage {
	position: absolute;
	font-family: Montserrat, Arial, Sans-Serif;
	color: #393434;
	top: 14px;
	right: 21px;
	font-size: 17px;
}

#subscribe-email input {
	width: 100% !important;
	height: 47px;
	font-family: Montserrat, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
	border-radius: 100px;
	border: 1px solid #e0e0e0;
	padding: 0 50px !important;
	background: 0 0;
	margin-bottom: 0;
}

.aa_subscribe--parent {
	background: #1e1e3f;
	padding: 1rem 3rem;
}
.aa_subscribe--single {
	background-color: #fad000;
	padding: 3rem;
	border-radius: 3px;
	box-shadow: 4px 6.9px 16px rgba(0, 0, 0, 0.15) !important;
	transition: all 0.4s ease-in;
	max-width: 50rem;
	margin: 5rem auto;
	text-align: center;
	font-family: 'Varela Round', Arial, Sans-Serif !important;
}

@media (max-width: 425px) {
	.aa_subscribe--parent {
		padding: 3rem 0.5rem;
	}
	.aa_subscribe--single {
		padding: 3rem 0.5rem;
	}
}

.aa_subscribe--single:hover {
	box-shadow: 4px 6.9px 5rem #ffd54f !important;
}

.aa_subscribe--single h2 {
	margin: 0;
	color: #1e1e3f;
	text-transform: uppercase;
	font-family: 'Varela Round', Arial, Sans-Serif !important;
}

.aa_subscribe--single p {
	color: #5d3706;
	max-width: 35rem;
	margin: 1rem auto;
}

.aa_sub_em {
	display: table;
	margin: 1rem auto 0;
	font-family: 'Varela Round', Arial, Sans-Serif !important;
}

.aa_wpt__form__subscribe:disabled,
.aa_wpt__form__subscribe[disabled] {
	color: #a599e9 !important;
}

.gform_footer br {
	display: none;
}

.gform_body li {
	padding: 0;
}

#epoch-wrap {
	margin: 0 auto;
}

#epoch-comments {
	border: 0;
}

.commentitems {
	background: #fff;
	padding: 90px 0 110px;
}

/* li.comment .contents .body * {
	color: #858585 !important;
}

li.comment .contents .body * {
	color: #fff !important;
}
*/

li.comment h4 a {
	color: #1e1e3f;
}

li.comment hr {
	margin: 45px 0;
	height: 1px;
	width: 100%;
	border: 0;
	background: #f9f8f8;
}

.post .highlight-new {
	background: rgba(53, 173, 104, 0.25) !important;
	color: #027332 !important;
	padding: 0.2rem 0.5rem !important;
	border: none !important;
	-webkit-border-radius: 500rem !important;
	-moz-border-radius: 500rem !important;
	border-radius: 500rem !important;
	margin-left: 5px !important;
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 900 !important;
	vertical-align: middle !important;
	display: initial !important;
	font-family: 'Varela Round', Arial, Sans-Serif;
}

.gform_confirmation_wrapper {
	padding: 2rem;
	background: #4d21fc !important;
	color: #fff;
	border-radius: 3px;
}
.gform_confirmation_wrapper p {
	color: #fff !important;
}

p.form-submit {
	padding: 0;
	margin: 0;
	display: table;
	width: 100%;
}

.sce-edit-comment {
	margin: 1rem 0;
	padding: 1rem;
	background: #ffef98;
	border-radius: 8px;
}

.sce-edit-comment a {
	color: #bf9a3b !important;
}

#epoch-wrap {
	margin: 55px auto !important;
}

.comment-form-pms-extra {
	display: none;
}

.mailster-form input {
	width: 100%;
}

.mailster-form .submit-button {
	width: 33%;
	float: none;
}

.mailster-form-info ul {
	list-style: none;
}

.mailster-form-info .error {
	background: #ff8476;
	display: table;
	width: 100%;
	margin: 1rem auto;
	padding: 0.5rem;
}

.error {
	background: #ff8476;
	display: table;
	width: 100%;
	margin: 1rem auto;
	padding: 0.5rem;
}

.success {
	background: #cddc39;
	display: table;
	width: 100%;
	margin: 1rem auto;
	padding: 0 2rem;
}

.aa_wpt {
	display: table;
	width: 100%;
}

.aa_wpt__form {
	display: table;
	width: 100%;
	max-width: 40rem;
	margin: 0 auto;
}

.aa_wpt__form__email {
	padding: 1rem !important;
	border-radius: 500rem !important;
	width: 100%;
	max-width: 30rem;
	margin: 1rem 0 !important;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
	/* max-width: 25rem; */
	padding: 1.3rem 5.3rem 1.3rem 1rem !important;
}

.aa_wpt__form__subscribe {
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 1rem 4rem !important;
	margin: 0 auto !important;
	float: none !important;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.35);
	font-weight: 700 !important;
	font-size: 0.8rem !important;
	background: #4d21fc !important;
	color: #fff !important;
	border-radius: 3px !important;
	transition: all 0.4s ease-in;

	margin-left: -5rem !important;
	padding: 0.4rem 1.8rem !important;
	font-size: 0.9rem !important;
}

.aa_wpt__form__subscribe:hover {
	box-shadow: 0 0 0.5rem #4d21fc !important;
	transition: all 0.4s ease-in;
}

@media (max-width: 800px) {
	.aa_wpt__form__email {
		margin: 1rem 0 1.5rem !important;
		padding: 1rem 5.5rem 1rem 1rem;
	}
	/* .aa_wpt__form__subscribe {
		display: table;
		width: 100%;
		max-width: 30rem;
		max-width: 25rem;
		margin: 0 auto 1rem !important;
		padding: 1rem !important;
		font-size: 18px !important;
	} */
}

.aa_status > div {
	display: inline-block;
	/* margin: 2rem 0 0 auto; */
	border-radius: 3px;
}

.aa_emoji {
	font-size: 3rem;
	margin: 0 0 1.2rem auto;
	text-align: center;
}

.blogtitle .description,
.errortitle .description {
	color: #ffffff;
}

.widget.authorprofile p a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #a599e963 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.widget.authorprofile p a:hover {
	color: #4d21fc;
	text-decoration-color: #4d21fc;
	background: linear-gradient(90deg, #b362ff, #4d21fc);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

.blogtitle h1 img {
	display: inline;
	margin: 0;
	padding: 0;
	border-radius: 500rem;
	margin: 0 0 -0.5rem 0;
}

.blogtitle .description a {
	color: inherit;
	text-decoration: underline !important;
	text-decoration-color: #a599e963 !important;
	transition: all 0.2s ease-in;
}

.blogtitle .description a:hover {
	color: #b362ff;
	text-decoration-color: #b362ff;
	background: linear-gradient(90deg, #b362ff, #ff628c);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

.blogtitle .description,
.errortitle .description {
	color: #ffffff;
	font-size: 17px;
	line-height: 34px;
}

.aa_dsc_inner {
	display: block;
	margin-top: 1rem;
	transition: all 0.4s ease-in;
	font-size: 85%;
}

.aa_dsc_inner a {
	/* border-bottom: 1px solid; */
	color: inherit;
	transition: all 0.4s ease-in;
}

.blogtitle hr,
.errortitle hr {
	background: #a599e9;
}

a.socialdark.stack-overflow {
	background: #f47f24;
	color: #fff;
}

a.socialdark.stack-overflow:hover {
	background: #b3570f;
	color: #fff;
}

.socialdark {
	background: #1e1e3f !important;
}

.socialdark:hover {
	background: #4d21fc !important;
}

.sticky {
	text-align: center;
	display: table;
	width: 100%;
	margin: 0;
	padding: 1rem;
}

.sticky h2 {
	margin: 0;
}

.sticky h2 a {
	display: inline;
	border-bottom: 1px solid rgba(172, 89, 214, 0.2196078431372549);
	background: rgba(251, 238, 123, 0.30196078431372547);
	border-radius: 3px;
	padding: 0.3rem 0.7rem;
	padding: 3px 15px;
	font-size: 18px;
}

.sticky h2 a:hover {
	border-bottom: 1px solid rgba(172, 89, 214, 0.55);
	background: rgba(251, 238, 123, 0.93);
}

.sticky .meta,
.sticky .author,
.sticky .excerpt {
	display: none;
}

.sticky .title,
.sticky .title a {
	text-align: center;
	font-size: 17px;
}

iframe,
.twitter-tweet {
	margin: auto;
	display: block;
	max-width: 100%;
}

@media (max-width: 560px) {
	.blogtitle h1,
	.errortitle h1 {
		margin: 28% 0 28px;
	}
	.blogtitle,
	.errortitle {
		width: 100%;
		padding: 1rem;
	}
	.blogtitle h1 img {
		display: block;
		margin: 2rem auto;
	}
	.sticky h2 {
		line-height: 50px;
	}
}

.cover .background {
	background-position: 0 60%;
}

.post .highlight-new {
	padding: 0.4rem 1rem;
}

a.heading-link {
	position: absolute;
	text-decoration: none !important;
	color: #c2c2c2 !important;
	opacity: 0.9;
	border: none;
	margin: 0;
	left: -0.9rem;
	top: 0;
	font-size: 78%;
	font-weight: 100;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
		Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

a.heading-link:hover {
	background: linear-gradient(90deg, #b362ff, #4d21fc);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
	font-weight: 600;
	transition: all 0.4s cubic-bezier(0.65, -0.45, 0, 1.57);
}

.full a.heading-link {
	color: rgba(255, 255, 255, 0.37) !important;
}

.full .emoji + .heading-link {
	display: none;
}

h1:hover a.heading-link,
h2:hover a.heading-link,
h3:hover a.heading-link,
h4:hover a.heading-link,
h5:hover a.heading-link,
h6:hover a.heading-link {
	display: inline-block;
}

h2:target,
h3:target,
h4:target,
h5:target,
h6:target {
	display: inline-block;
	color: #4d21fc !important;
	border-bottom: 5px solid #4d21fc;
}

h2:target a,
h3:target a,
h4:target a,
h5:target a,
h6:target a {
	color: #4d21fc !important;
}

h2:target:before,
h3:target:before,
h4:target:before,
h5:target:before,
h6:target:before {
	display: block;
	content: ' ';
	/* height: 80px;
	margin-top: -80px; */
	visibility: hidden;
	pointer-events: none;
}

.full h2:target,
.full h3:target,
.full h4:target,
.full h5:target,
.full h6:target {
	color: #fff !important;
	border-bottom: 5px solid #fad000;
}

.full h2:target:before,
.full h3:target:before,
.full h4:target:before,
.full h5:target:before,
.full h6:target:before {
	display: block;
	content: ' ';
	margin-top: -180px;
	height: 180px;
	visibility: hidden;
	pointer-events: none;
}

#epoch-wrap a {
	border-bottom: 1px dotted;
}

/* CONTACT FORM REVAMP — Gravity Forms Styles */
.page-id-36 .pagewrapper {
	background: #e3e2eb;
}

.gfield_required {
	color: #ebebeb !important;
}

.gform_wrapper .gsection {
	border-bottom: 1px solid #dad7eb !important;
}

li.active-result {
	font-size: 18px !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
	text-transform: uppercase !important;
	font-size: 16px !important;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	border-radius: 3px !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.gform_wrapper .chosen-search-input {
	border-color: #e3e2eb !important;
}

.gform_wrapper .chosen-container-single .chosen-single {
	height: 50px !important;
	border-radius: 3px;
	border: none !important;
}

.gform_wrapper .chosen-container-single .chosen-single span,
.gform_wrapper .chosen-container-single .chosen-single div {
	padding: 12px 5px !important;
}

@media only screen and (max-width: 641px) {
	.gform_wrapper .chosen-container-single .chosen-single span,
	.gform_wrapper .chosen-container-single .chosen-single div {
		padding: 5px !important;
	}
}

.page-id-36 #field_1_14,
.page-id-550 #field_1_14,
.page-id-550 #field_1_15,
.page-id-36 #field_1_15 {
	padding: 2rem;
	background: rgba(77, 33, 252, 0.10196078431372549);
}

.page-id-36 .postcontents input[type='email']:focus,
.page-id-36 .postcontents input[type='password']:focus,
.page-id-36 .postcontents input[type='textarea']:focus,
.page-id-36 .postcontents textarea:focus,
.page-id-36 .postcontents input[type='text']:focus,
.page-id-36 .gform_wrapper .chosen-container a.chosen-single:focus,
.page-id-550 .postcontents input[type='email']:focus,
.page-id-550 .postcontents input[type='password']:focus,
.page-id-550 .postcontents input[type='textarea']:focus,
.page-id-550 .postcontents textarea:focus,
.page-id-550 .postcontents input[type='text']:focus,
.page-id-550 .gform_wrapper .chosen-container a.chosen-single:focus {
	border-color: #4d21fc !important;
}

.page-id-550 .gform_wrapper .chosen-container a.chosen-single {
	border-color: #dad7eb !important;
	border-radius: 3px !important;
}

.gform_wrapper .chosen-container-active .chosen-single:focus,
.gform_wrapper .chosen-container .chosen-container-active:focus {
	border-color: #4d21fc !important;
	border: 1px solid #4d21fc !important;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
	background: #fad000 !important;
	color: #444 !important;
	border-radius: 3px;
}

.page-id-36 .gform_wrapper .chosen-container-active .chosen-single {
	border-color: #4d21fc !important;
	border: 2px solid #4d21fc !important;
	/* border-bottom: none !important; */
}

.gform_wrapper .chosen-container-single .chosen-drop {
	margin-top: -2px !important;
}

.gform_wrapper .chosen-container .chosen-drop {
	border: 2px solid #4d21fc !important;
	border-top: none !important;
}

.gform_wrapper .chosen-container-single .chosen-search input[type='text'] {
	border: 1px solid #dad7eb !important;
}

.gform_wrapper .chosen-container-single .chosen-search {
	padding: 0 0.2rem 0.8rem !important;
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
	padding: 1rem !important;
}
.page-id-36 .gform_wrapper .gform_footer input.button,
.page-id-550 .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'],
.page-id-36 .gform_wrapper .gform_page_footer input.button,
.page-id-550 .gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type='submit'] {
	background: #4d21fc !important;
	color: #ffffff !important;
	transition: all 0.4s ease-in-out;
	margin-right: 0 !important;
	transition: all 0.4s ease-in;
	box-shadow: 4px 4.9px 16px rgba(0, 0, 0, 0.35);
	padding: 0.9rem 1rem !important;
	border-radius: 8px;
}

.page-id-36 .gform_wrapper .gform_footer input.button:hover,
.page-id-550 .gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type='submit']:hover,
.page-id-36 .gform_wrapper .gform_page_footer input.button:hover,
.page-id-550 .gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type='submit']:hover,
.page-id-36 .gform_wrapper .gform_footer input.button:focus,
.page-id-550 .gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type='submit']:focus,
.page-id-36 .gform_wrapper .gform_page_footer input.button:focus,
.page-id-550 .gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type='submit']:focus {
	box-shadow: 4px 6.9px 2rem #4d21fc !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 144dpi),
	only screen and (min-resolution: 1.5dppx) {
	.page-id-36 .gform_wrapper .chosen-container .chosen-results-scroll-down span,
	.page-id-36 .gform_wrapper .chosen-container .chosen-results-scroll-up span,
	.page-id-36 .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.page-id-36 .gform_wrapper .chosen-container-single .chosen-search input[type='text'],
	.page-id-36 .gform_wrapper .chosen-container-single .chosen-single abbr,
	.page-id-36 .gform_wrapper .chosen-container-single .chosen-single div b,
	.page-id-36 .gform_wrapper .chosen-rtl .chosen-search input[type='text'],
	.page-id-550 .gform_wrapper .chosen-container .chosen-results-scroll-down span,
	.page-id-550 .gform_wrapper .chosen-container .chosen-results-scroll-up span,
	.page-id-550 .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.page-id-550 .gform_wrapper .chosen-container-single .chosen-search input[type='text'],
	.page-id-550 .gform_wrapper .chosen-container-single .chosen-single abbr,
	.page-id-550 .gform_wrapper .chosen-container-single .chosen-single div b,
	.page-id-550 .gform_wrapper .chosen-rtl .chosen-search input[type='text'] {
		background-image: url(https://d2ddoduugvun08.cloudfront.net/items/2a460u2l3X1e0W160S01/icons8-chevron_down.png) !important;
		background-size: 20px !important;
	}
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
	padding: 10px;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
	background: url(https://d2ddoduugvun08.cloudfront.net/items/2a460u2l3X1e0W160S01/icons8-chevron_down.png) !important;
	background-size: 20px !important;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
	background-image: url(https://d2ddoduugvun08.cloudfront.net/items/2a460u2l3X1e0W160S01/icons8-chevron_down.png) !important;
	background-size: 20px !important;
}

.gform_wrapper .chosen-container-single .chosen-single div {
	margin: 0 10px 0 0 !important;
	width: 30px !important;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
	padding: 10px !important;
	margin: 1px 0 !important;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label,
.gform_wrapper
	input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not(
		[type='file']
	),
.gform_wrapper textarea,
.gform_wrapper textarea.large,
.gform_wrapper .chosen-container-single .chosen-single span,
.gform_wrapper .chosen-container .chosen-results li.active-result,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-family: 'Varela Round', Arial, Sans-Serif !important;
}

.gform_wrapper
	input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not(
		[type='file']
	) {
	padding: 10px !important;
}

.gform_wrapper textarea.large {
	padding: 12px !important;
	margin-bottom: 0 !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type='submit'] {
	float: right;
	min-width: 30%;
}

#field_1_9,
#field_1_7,
#field_1_12,
#field_1_2 {
	display: table;
	width: 100%;
	padding-right: 0;
}

#field_1_4 {
	padding-right: 0;
}

#field_1_9 label,
#field_1_7 label,
#field_1_12 label,
#field_1_2 label {
	display: table-cell;
	width: 35%;
}

#field_1_9 .ginput_container,
#field_1_7 .ginput_container,
#field_1_12 .ginput_container,
#field_1_2 .ginput_container {
	display: table-cell;
	width: 65%;
}

@media (max-width: 768px) {
	#field_1_9,
	#field_1_7,
	#field_1_12,
	#field_1_2 {
		display: table;
		width: 100%;
	}

	#field_1_9 label,
	#field_1_7 label,
	#field_1_12 label,
	#field_1_2 label {
		display: table;
		width: 100%;
	}

	#field_1_9 .ginput_container,
	#field_1_7 .ginput_container,
	#field_1_12 .ginput_container,
	#field_1_2 .ginput_container {
		display: table;
		width: 100%;
	}
}

.aa_wpt__form button,
.aa_wpt__form input[type='submit'] {
	border-radius: 500rem !important;
}

.gfield_error > .ginput_container {
	display: table !important;
	width: 100% !important;
}

.gform_wrapper div.validation_error {
	background: rgba(236, 58, 55, 0.9607843137254902) !important;
	color: #ffffff !important;
	border: none !important;
	font-family: 'Varela Round', Arial, Sans-Serif !important;
	padding: 1rem !important;
	font-size: 16px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-top: 2px solid #ec3a37 !important;
	border-bottom: 2px solid #ec3a37 !important;
	padding: 0.5rem;
}

video {
	max-width: 100%;
}

#prompt-comment-subscribe {
	display: table;
	width: 100%;
}

.socialButtons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -1rem auto 2rem auto;
}
.socialButtons a {
	color: white;
	transition: all 0.4s ease-in 0s;
}
.socialButtonTwitter {
	margin-right: 0.5rem;
}
.socialButtonTwitter a:after {
	content: ' @MrAhmadAwais';
}
.socialButtonGitHub > span {
	display: flex;
}
.socialButtonGitHub a:before {
	content: ' ❯ ';
}
.socialButtonGitHub a:after {
	content: ' @AhmadAwais';
}

.socialButtonsDark a {
	color: rgb(98, 100, 108);
}

.meta > h3 {
	margin-bottom: 2rem !important;
}

/* For the time being */
.sticky {
	display: none;
}

.blogtitle .description {
	text-shadow: 0px 1px 5px #000;
}

.blogtitle h1 img {
	width: 3rem;
	height: 3rem;
}

footer img.emoji,
.description .emoji,
.authorprofile .emoji {
	filter: grayscale(1) !important;
}

.gform_body .emoji {
	filter: grayscale(0.7);
}

.title,
.title a,
.postcontents h2,
.postcontents h2 a {
	color: #2d2a56;
}

.postcontents h3,
.postcontents h3 a {
	color: #9182ae;
}

.postcontents h2,
.postcontents h3 {
	margin-top: 100px;
	scroll-margin-top: 100px;
	position: relative;
}

.alert {
	line-height: 1.7;
}
li.showcomments {
	display: none !important;
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	color: white;
}

.postcontents.dark,
footer.main {
	background: #1e1d40;
	background: url(https://ahmadawais.com/wp-content/uploads/2023/01/bgp.jpg);
	background-color: grey;
	background-blend-mode: multiply;
}

footer .copyright,
footer.main .copyright .main,
footer.main .copyright .alt,
footer .copyright a,
footer .aa_status {
	color: #a599e9 !important;
	line-height: 1.75;
}

footer a:hover {
	color: #fad000 !important;
}

/* Loading ellipsis */
@keyframes ellipsis {
	to {
		width: 1.25em;
	}
}
.loading:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	animation: ellipsis steps(4, end) 600ms infinite;
	content: '…';
	width: 0px;
}

footer.main {
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-template-page-subscribe {
	background: #1e1e3f;
}

.page-template-page-subscribe h1 {
	color: #fad000;
}
.page-template-page-subscribe .aa_subscribe--single {
	background: #fad000;
}

.page-template-page-subscribe .aa_subscribe--single {
	margin: 12.5rem auto 10rem;
}

.page-template-page-subscribe .aa_subscribe--single h2 {
	margin: 0;
	color: #1e1e3f;
	text-transform: uppercase;
	font-size: 2.7rem;
	font-weight: 900;
	font-family: Montserrat, Arial, Sans-Serif !important;
	font-family: 'Varela Round', Arial, Sans-Serif !important;
}

.page-template-page-subscribe .aa_subscribe--single p {
	margin: 2rem auto;
}

@media (max-width: 800px) {
	.aa_subscribe--parent {
		padding: 1rem 0;
	}
	.page-template-page-subscribe .aa_subscribe--single {
		margin: 3rem auto;
		border-radius: 0;
		padding: 1rem;
	}

	.page-template-page-subscribe .aa_subscribe--single h2 {
		margin: 0;
		color: #1e1e3f;
		text-transform: uppercase;
		font-size: 2rem;
		line-height: 1.45;
	}

	footer.main .social a {
		font-size: 25px;
	}

	footer .copyright,
	footer.main .copyright .main,
	footer.main .copyright .alt,
	footer .copyright a {
		font-size: 16px;
		line-height: 1.75;
	}
}

code {
	font-family: 'Operator Mono', 'HCo Operator Mono', 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
	color: #2d2b55;
	background: #efeefb;
	border: 1px solid #efeefb;
	padding: 0.1rem 0.3rem 0.2rem;
	border-radius: 0.2rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.gform_wrapper .heading-link {
	display: none;
}

footer,
footer .copyright,
footer.main .copyright .main,
footer.main .copyright .alt,
footer .copyright a {
	font-size: 14px;
}

footer .widget li a {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 10px;
	padding: 0rem 0.3rem;
	background: #2d2b55;
	border-radius: 3px;
	margin: 0 0.5rem 0 0;
	transition: all 0.2s ease-in;
}

footer .widget li a:hover {
	background: #fad000;
	color: #1e1e3f !important;
}

footer .widget li a:hover .emoji {
	filter: none;
}

footer .widget li:last-child a {
	padding-bottom: 0;
}

.copyright-secondary {
	padding-left: 2rem;
}

footer .domain a {
	font-size: 1.8rem;
	color: #fad000 !important;
}

footer .copyright li {
	margin: 0 0 0.6rem;
}
@media (max-width: 530px) {
	.xtab {
		display: none;
	}
}
@media (max-width: 440px) {
	.xsmall {
		display: none !important;
	}
}

footer,
footer p,
footer a {
	font-family: 'Varela Round', Arial, Sans-Serif !important;
}

.single > footer.main {
	padding-bottom: 170px;
}

.authordate {
	display: none;
}

.paged .blogtitle .description,
.paged body.home .cover hr {
	display: none;
}

.postcontents em {
	color: #ff628c;
	font-family: Georgia;
	font-family: fantasy;
}

code[class*='language-']:before {
	font-style: normal;
	font-weight: 900;
	font-size: 0.6rem;
	content: attr(rel);
	color: #fff;
	position: absolute;
	top: 0rem;
	right: 0.7rem;
	padding: 0;
	background: #fad000 !important;
	text-transform: uppercase;
	background: rgb(250, 208, 0);
	padding: 0.2rem 0.5rem !important;
	border-radius: 0px 0px 0.1rem 0.1rem;
	color: #1e1e3f;
	font-family: 'Operator Mono', 'HCo Operator Mono', 'Varela Round', Arial, Sans-Serif;
	text-shadow: none;
	line-height: 1;
}

.singleIntro {
	color: #484486;
}

.singleIntro a {
	color: #484486;
	background: #efeefb;
	padding: 0.1rem 0.3rem;
	border-radius: 3px;
	transition: all 0.4s cubic-bezier(0.65, -0.45, 0, 1.57);
}

footer .singleIntro a:hover {
	color: #4d21fc !important;
	text-decoration-color: #4d21fc;
	background: linear-gradient(90deg, #b362ff, #4d21fc);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-shadow: none;
}

.singleIntro:before {
	font-family: arial;
	font-size: 8px;
	content: '\25CF';
	vertical-align: 3px;
	margin: 0 10px;
}

.dot:before {
	font-family: arial;
	font-size: 8px;
	content: '\25CF';
	vertical-align: 3px;
	margin: 0 10px;
	opacity: 0.3;
}

pre[class*='language-'] {
	overflow: hidden;
	padding: 0;
}

code[class*='language-'] {
	overflow-x: scroll;
	display: block;
	padding: 2em;
	margin: 0;
}

/* Custom Shortcodes */
/* ad */
.wrapSupport {
	padding: 5rem;
	position: relative;
	color: #a599e9;
}

/* Not a mac. */
@media (max-width: 1279px) {
	.wrapSupport {
		display: none;
	}
}

.wrapSupport br,
.wrapSupport div:empty,
.wrapSupport p:empty {
	display: none;
}

.wrapSupport p {
	margin: 0 !important;
}

.wrapSupport svg {
	opacity: 0.2;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.wrapSupport .squareTop {
	position: absolute;
	top: -0.5rem;
	right: 0.5rem;
	width: 25rem;
}

@media (max-width: 1439px) {
	.wrapSupport .squareTop {
		position: absolute;
		top: -0.5rem;
		right: 0.5rem;
		width: 25rem;
	}
}

.wrapSupport .squareBottom {
	position: absolute;
	bottom: 1.5rem;
	left: -1.5rem;
	width: 25rem;
}

svg.top,
svg.bottom {
	position: absolute;
	opacity: 0.5;
	stroke: #8b8b8b;
	stroke-width: 2px;
	stroke-linecap: round;
}

svg.top {
	top: -2rem;
	left: -5rem;
	transform: rotate(-10deg);
}
svg.bottom {
	bottom: -3rem;
	right: -5rem;
	transform: rotate(-170deg);
}

.twinkle svg {
	position: absolute;
}
.twinkle svg:nth-of-type(1) {
	fill: #b362ff;
	height: 1.8rem;
	width: 1.8rem;
	left: 0px;
	top: 12rem;
	transform: rotate(-18deg);
}

.twinkle svg:nth-of-type(2) {
	fill: #fad000;
	height: 1.26rem;
	width: 1.26rem;
	top: 0.5rem;
	left: 4.8rem;
	transform: rotate(8deg);
}
.twinkle svg:nth-of-type(3) {
	fill: #4d21fc;
	height: 1rem;
	width: 2.3rem;
	bottom: -2rem;
	right: 7rem;
	transform: rotate(3deg);
}
.twinkle svg:nth-of-type(4) {
	fill: #a599e9;
	height: 0.9rem;
	width: 0.9rem;
	right: 2.1rem;
	top: 12.8rem;
	transform: rotate(298deg);
}
.support {
	display: table;
	width: 100%;
	position: relative;
	border-radius: 11px;
	padding: 2.5rem 3rem;
	padding: 4.5rem 2rem 3.5rem 4.5rem;
	background-color: #f3f2ef;
}
.support::before {
	position: absolute;
	width: 73%;
	left: 0;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	top: -12px;
	content: 'Caution: Shameless plug ahead! Support Awais; buy his paid courses ↓\a \a';
	font-size: 0.7em;
	color: #1e1e3f;
	border-bottom: 8px solid #f3f2ef;
	font-family: 'Varela Round', Arial, Sans-Serif;
}
.left {
	display: table-cell;
	width: 65%;
	vertical-align: middle;
	position: relative;
}
.right {
	display: table-cell;
	width: 35%;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.left > p:nth-of-type(1) {
	margin: 0 0 45px !important;
}

.right a {
	position: absolute;
	max-width: 100%;
	top: -160px;
	right: -10px;
}
.right .image {
	width: 100%;
	max-width: 25rem;
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	will-change: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotate(-11deg);
	transform: rotate(-5deg);
}
.image:focus,
.image:hover {
	transform: rotate(5deg);
}
.image:hover svg {
	opacity: 1;
}
.right .image img {
	border-style: none;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	position: relative;
}

.btn {
	font-size: calc(1em + 0.25vw);
	padding: 0.75em 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none !important;
	color: #fff !important;
	background: #500ad2;
	background: #4d21fc;
	background: #2db22f;
	font-size: 20px;
	font-weight: 400;
	border-radius: 4px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	padding: 1.3rem 1.584rem;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18) 0, rgba(0, 0, 0, 0.18) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.18) 0, rgba(0, 0, 0, 0.18) 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0, rgba(0, 0, 0, 0.18) 100%);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 4, 48, 0.08), 0 8px 8px 0 rgba(0, 4, 48, 0.12),
		0 12px 21px 0 rgba(0, 4, 48, 0.24);
	box-shadow: 0 2px 10px 0 rgba(0, 4, 48, 0.08), 0 8px 8px 0 rgba(0, 4, 48, 0.12), 0 12px 21px 0 rgba(0, 4, 48, 0.24);
}

.btn:focus,
.btn:hover {
	outline: 0 !important;
	text-decoration: none !important;
	color: #fff !important;
	background: #2db22f !important;
	-webkit-text-fill-color: unset !important;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.18) 0, rgba(0, 0, 0, 0.18) 100%) !important;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.18) 0, rgba(0, 0, 0, 0.18) 100%) !important;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0, rgba(0, 0, 0, 0.18) 100%) !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2) !important;
	box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2) !important;
}

.btn:after {
	top: 1px;
	padding: 7px;
}

.prompt-comment-subscribe .postmatic-tooltip em {
	min-width: 11rem;
	margin-bottom: 0 !important;
	text-transform: initial !important;
	font-size: 14px !important;
	background: #4d21fc !important;
}

.prompt-comment-subscribe .postmatic-tooltip em:after {
	display: none;
}

.prompt-comment-subscribe {
	padding: 14px 18px;
	padding-left: 0;
}

@media (max-width: 540px) {
	.prompt-comment-subscribe {
		padding: 14px 0;
	}
}

.postmatic-tooltip {
	font-size: 1rem;
	color: #6b7787;
}

.prompt-comment-subscribe .postmatic-tooltip {
	user-select: none;
}

button,
input[type='submit'] {
	margin-left: 0.4rem;
	padding: 6px 24px;
}

.comment-respond #cancel-comment-reply-link,
.comment-respond .submit {
	background: #4d21fc;
	color: #fff;
}

.comment-respond #cancel-comment-reply-link:hover,
.comment-respond .submit:hover {
	background: #1e1e3f;
	color: #fff;
}

.prompt-unsubscribe {
	background: #e3e0ef;
	padding: 0 1rem;
	border-radius: 3px;
	margin-top: 2rem;
}

.prompt-unsubscribe > p {
	display: inline-block;
}

.prompt-unsubscribe > input:hover {
	background: #4d21fc;
}

li.comment .buttons a:hover {
	background: #4d21fc;
	color: #fff;
}

.gform_wrapper .chosen-container-single .chosen-single,
body .gform_wrapper .chosen-container a.chosen-single {
	background: #c5c0e2;
}

.gform_wrapper .chosen-container .chosen-drop,
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	color: #000;
	background: #f5f5f5;
}

.gform_wrapper .chosen-container .chosen-results {
	color: #000;
}

.gform_wrapper .chosen-container-single .chosen-single:hover,
body .gform_wrapper .chosen-container a.chosen-single:hover {
	background: #a599e9;
}

.gform_wrapper .chosen-container-single .chosen-search input[type='text'] {
	border-radius: 3px !important;
	border: 1px solid #4d21fc !important;
	background: url('https://ahmadawais.com/wp-content/uploads/2020/10/search.png') no-repeat 99% 5px !important;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
	background: url(https://ahmadawais.com/wp-content/uploads/2020/10/drop_down.png) !important;
}

.page-id-36 #field_1_14,
.page-id-550 #field_1_14,
.page-id-550 #field_1_15,
.page-id-36 #field_1_15 {
	border-radius: 3px;
}

.gform_wrapper li.active-result.result-selected {
	background: #4d21fc;
	color: #fff;
	border-radius: 3px;
}

.fb_iframe_widget {
	position: relative;
	margin: 0 auto !important;
	display: table !important;
	width: auto !important;
}
.gform_confirmation_wrapper a,
.gform_confirmation_wrapper strong {
	color: #ffffff !important;
}

.gform_confirmation_wrapper a:hover {
	background: linear-gradient(90deg, #e1c227, #fad000) !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
}

.dscEmoji {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	margin: 0 -1px 0 5px;
}

@media (max-width: 500px) {
	.blogtitle p.description,
	.authorprofile p {
		text-align: left;
	}
}

.shortbutton.green:hover {
	background: #5c8800;
	border-color: #5c8800;
	-webkit-text-fill-color: #fff !important;
}

footer ul,
.terms {
	margin-top: 2rem !important;
}

.parent {
	display: table;
	width: 100%;
}

.child {
	display: table-cell;
	width: 50%;
	padding: 1rem;
}

.child:last-child {
	text-align: right;
}

.text-yellow {
	color: #fad000 !important;
}
p.terms a {
	padding-right: 1rem;
}

@media (max-width: 900px) {
	.child {
		display: table;
		width: 100%;
		padding: 1rem 3rem;
	}

	.child:last-child {
		text-align: left;
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (max-width: 600px) {
	.child {
		padding: 1rem;
	}
}

footer .aa_status p {
	padding: 0;
	margin: 0;
	color: #a599e9 !important;
	line-height: 1.75;
}

footer .aa_status > div {
	margin: 0;
}

footer .aa_wpt__form {
	max-width: unset;
}

/* @media (max-width: 800px) {
	footer .aa_wpt__form__email {
		width: 100%;
	}

	footer .aa_wpt__form {
		padding: 0;
	}

	footer .aa_wpt__form__subscribe {
		margin: 0 0 1rem !important;
	}
} */
.footer-aa {
	border-radius: 500rem;
	display: flex;
	flex-direction: initial;
	width: 5rem;
}

.footer h2 {
	margin-top: 0.5rem;
}

.page-id-21 .authorprofile p {
	display: none;
}

.homeList a {
	background: #fad000;
	padding: 0.1rem 0.6rem;
	border-radius: 0.6rem;
}

.homeList em {
	color: #4d21fc;
	font-family: 'Noto Serif', 'Times New Roman', Serif;
}

.home .pagewrapper {
	background: #efeefb;
}

.homeLogos {
	margin-bottom: -5rem;
}
