/* 
Theme Name:		 Fastly Blog
Theme URI:		 https://nomanbajwa.com/
Description:	 Fastly Blog is a child theme of Genesis, created by https://nomanbajwa.com/
Author:			 Noman Bajwa
Author URI:		 https://nomanbajwa.com/
Template:		 genesis
Version:		 1.0.0
Text Domain:	 fastly-blog
*/


/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #2b2b36;
	font-family: "Exo 2", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	overflow-x: hidden;
}

section.header-section  {
	background: #F8F7FA;
}
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: rgb(35, 31, 32);
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: rgb(72, 121, 255);
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: disc;
	list-style-position: outside;
}
ul ul {
	margin-left: 25px;
}
ul ul li {
	list-style-type: circle;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}
/* 
input:focus,
textarea:focus {
border: none;
outline: none;
}
*/
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: rgba(51, 48, 60, 0.87);
	opacity: 1;
}

::placeholder {
	color: rgba(51, 48, 60, 0.87);
	opacity: 1;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Exo 2", sans-serif;
	font-size: 0.875rem;
	min-width: 64px;
	border-radius: 20px;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	color: rgb(255, 255, 255);
	background-color: rgb(115, 103, 240);
	font-weight: 500;
	line-height: 1.7143;
	text-transform: capitalize;
	letter-spacing: 0.43px;
	box-shadow: rgba(51, 48, 60, 0.03) 0px 3px 5px 2px, rgba(51, 48, 60, 0.02) 0px 3px 5px 0px, rgba(51, 48, 60, 0.01) 0px 1px 4px 2px;
	padding: 0.4375rem 1.25rem;
}


button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	text-decoration: none;
	background-color: rgb(35, 31, 32);
	box-shadow: rgba(51, 48, 60, 0.03) 0px 2px 7px 1px, rgba(51, 48, 60, 0.02) 0px 4px 7px 0px, rgba(51, 48, 60, 0.01) 0px 1px 4px 2px;
	color: #fff;
}


.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 0;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: none;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: none;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 3rem 1.5rem;
	max-width: 1440px
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #2b2b36;
}

.entry-title a,
.sidebar .widget-title a {
	color: #2b2b36;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	box-shadow: none;
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: none;
	padding-bottom: 0;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: center;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	position: relative;
	padding:10px;
}

.genesis-nav-menu .sub-menu{
	left:-9999px;
	opacity:0;
	position:absolute;
	-webkit-transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-ms-transition:opacity .4s ease-in-out;
	-o-transition:opacity .4s ease-in-out;
	transition:opacity .4s ease-in-out;
	width:220px;
	z-index:199;
	margin: 0;
	background: #004D25;
}
#menu-main-menu .sub-menu .menu-item {
	border: 1px solid #eee;
	border-top: none; 
	width: 100%;
}
body .genesis-nav-menu .sub-menu a {
	/* 	border: 1px solid #eee;
	border-top: none; */
	padding: 10px 14px;
	position: relative;
	width: 200px;
	/* 	background: #00415A; */
	color: #fff;
	font-size: 18px;
}
.genesis-nav-menu .sub-menu li {
	padding: 0;
}
.genesis-nav-menu .sub-menu .sub-menu{
	margin:-35px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover > .sub-menu{
	left:auto;
	opacity:1;
}
.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: 700;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #004D25;
	text-decoration: none;
}

/* .genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
width: 100%;
} */


#nav_menu-2 .sub-menu a {
	background-color: transparent;
	position: relative;
	word-wrap: break-word;
}

#nav_menu-2 .menu-item:focus,
#nav_menu-2 .menu-item:hover {
	position: relative;
}

#nav_menu-2 .menu-item:hover .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
	columns: 2;
	width: 21.25em;
	background: #fff;
}
#menu-main-menu .sub-menu .menu-item {
	margin-left: 0;
	text-align: left;
}
/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	/* 	display: none; */
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #004D25;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

/*
Add your custom styles here
*/

.wrap {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5rem;
}

/* .header-section {
	box-shadow: rgba(51, 48, 60, 0.03) 0px 2px 7px 1px, rgba(51, 48, 60, 0.02) 0px 4px 7px 0px, rgba(51, 48, 60, 0.01) 0px 1px 4px 2px;
	background: rgba(255, 255, 255, 0.95);
	    backdrop-filter: blur(6px);
} */
.header-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* section#custom_html-2 {
	border-bottom: 1px solid rgba(51, 48, 60, 0.12);
}
 */
ul#menu-main-menu li {
	margin: 0;
	list-style: none;
	padding: 8px 16px;
	border-radius: 20px;
}
ul#menu-main-menu li:hover {
	background-color: rgba(51, 48, 60, 0.04);
}
ul#menu-main-menu {
	display: flex;
	justify-content: flex-start;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0.625rem 1.5rem;
	gap: 5px;
}
ul#menu-main-menu li a {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(51, 48, 60, 0.6);
	text-decoration: none;
}
.wrap.header {
	padding: 10px 1.5rem;
}
.menu-item ._svg {
	width: 22px;
	filter: opacity(50%);
}
footer.site-footer {
	background: #f3f6fe;
	padding-top: 3%;
}
.FooterDiv aside.widget-area {
	display: flex;
	justify-content: space-between;
}
ul#menu-footer-menu li a {
	text-decoration: none;
	color: rgb(35, 31, 32);
	padding-right: 20px;
}
ul#menu-footer-menu li a:hover{
	color: rgb(72, 121, 255);
}
ul#menu-footer-menu li {
	list-style: none;
}
ul#menu-footer-menu {
	display: flex;
	gap: 10px;
}
p.copyrighttxt {
	margin: 3% 0.5rem 0px 0px;
	font-family: "Exo 2", sans-serif;
	line-height: 1.5;
	color: rgba(51, 48, 60, 0.87);
	font-size: 12px;
	font-weight: 400;
}
.catList .menu {
	display: flex;
	justify-content: center;
	gap: 40px;
}
.catList .menu li {
	list-style: none;
}
.catList .menu li a {
	text-decoration: none;
}
.catList .menu li.current-menu-item a{
	color: rgb(72, 121, 255);
}
.HomeSection {
	display: flex;
	gap: 30px;
	margin-top: 60px;
}
.mainContent {
	width: 73%;
}
.SideBar {
	width: 25%;
}
/* .sidebar .widget {
	box-shadow: rgba(51, 48, 60, 0.03) 0px 3px 9px 1px, rgba(51, 48, 60, 0.02) 0px 8px 9px 0px, rgba(51, 48, 60, 0.01) 0px 1px 6px 4px;
} */
.sidebar .widget-title {
    background: rgba(115, 103, 240, 0.16);
    padding: 1rem;
    margin: 0;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    color: #000;
    font-size: 24px;
    line-height: 1.375;
}
.sidebar form.search-form {
	padding: 1rem;
/* 	background: #fff; */
}
.sidebar form.search-form  [type=search] {
	padding: 16.5px 14px;
	color: rgba(51, 48, 60, 0.87);
	border-radius: 6px;
	font-size: 14px;
}
.sidebar ul {
	padding: 1rem;
/* 	background: #fff; */
}
.sidebar ul li {
	list-style: none;
}
.sidebar ul li a {
	font-size: 18px;
	text-decoration: none;
}
.catLinks {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: flex-start;
}
.blogPosts .wrap .catLinks > h2 {
	margin-bottom: 45px;
	position: relative;
	text-transform: uppercase;
}
.blogPosts .wrap .catLinks > h2::after {
	content: "";
	width: 250px;
	height: 1.3px;
	background: rgb(115, 103, 240);
	position: absolute;
	top: 25px;
	left: unset;
	transform: translateX(10%);
	opacity: 0.4;
}
.blogPosts .wrap .postsItems {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 19px;
}

img.authorImage {
	width: 35px;
	border-radius: 50px;
}
.bottomSide span {
	display: flex;
	gap: 5px;
}
.blogPosts .wrap .item {
	width: 32%;
/* 	box-shadow: rgba(51, 48, 60, 0.03) 0px 3px 9px 1px, rgba(51, 48, 60, 0.02) 0px 8px 9px 0px, rgba(51, 48, 60, 0.01) 0px 1px 6px 4px; */
	margin-bottom: 70px;
/* 	background: #fff; */
	border-radius: 20px;
}
.topSide img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 200px;
	width: 100%;
	display: block;
	object-fit: cover;
}
.bottomSide {
	padding: 1rem;
}
p.postInfo {
	font-size: 18px;
	margin-bottom: 5px;
}
p.postInfo a:last-child {
    color: rgb(115, 103, 240);
    text-decoration: none;
}
.bottomSide a {
	text-decoration: none;
}
.mainContent .wrap{
	padding: 0;
}
div#mobi-menu {
	display: none;
}
.archive .mainContent {
    display: flex;
    width: 100%;
    gap: 30px;
}
.archive .mainContent .blogPosts {
    width: 73%;
}
.contentSide.single {
    width: 73%;
    float: left;
}
.single-post aside.sidebar.sidebar-primary.widget-area {
    width: 25%;
    float: right;
}
.single-post img.authorImage {
    margin: 0 5px;
}
.featurdContent h1 {
    font-size: 40px;
    font-weight: bold;
}
.customSHare {
    display: flex;
    align-items: center;
    gap: 10px;
	    margin-top: 20px;
}
.customSHare a {
    background-color: rgb(115, 103, 240);
    font-weight: 500;
    line-height: 1.7143;
    text-transform: capitalize;
    letter-spacing: 0.43px;
    padding: 0.4375rem 0.5rem;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    text-decoration: none;
}
.customSHare a:hover {
	background: rgb(35, 31, 32);
}
.authorBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 20px 0;
/*     box-shadow: rgba(51, 48, 60, 0.03) 0px 3px 9px 1px, rgba(51, 48, 60, 0.02) 0px 8px 9px 0px, rgba(51, 48, 60, 0.01) 0px 1px 6px 4px; */
    padding: 30px 20px 30px 0px;
/* 	background: #fff; */
	border-radius: 8px;
}

.authorBox .leftImage {
    width: 10%;
    float: left;
}
.authorBox .rightText {
    width: 90%;
}
.authorBox .leftImage img {
    width: 50px;
    margin: 0 auto;
    border-radius: 50px;
    display: block;
}
span.authorabout {
    font-weight: 500;
}

.RelatedContent .itemcontent.left {
	width: 60%;
	float: left;
	box-shadow: 0 27px 80px rgba(95,91,210,.04),0 17.5px 46.8519px rgba(95,91,210,.0303704),0 10.4px 25.4815px rgba(95,91,210,.0242963),0 5.4px 13px rgba(95,91,210,.02),0 2.2px 6.51852px rgba(95,91,210,.0157037),0 .5px 3.14815px rgba(95,91,210,.00962963);
	margin-bottom: 30px;
	min-height: 600px;
}
.RelatedContent .itemcontent.left img {
	max-height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.RelatedContent .itemcontent.right {
	float: right;
	width: 35%;
	box-shadow: 0 27px 80px rgba(95,91,210,.04),0 17.5px 46.8519px rgba(95,91,210,.0303704),0 10.4px 25.4815px rgba(95,91,210,.0242963),0 5.4px 13px rgba(95,91,210,.02),0 2.2px 6.51852px rgba(95,91,210,.0157037),0 .5px 3.14815px rgba(95,91,210,.00962963);
	margin-bottom: 70px;
}
.RelatedContent .itemcontent {
	padding: 20px 30px;
}
.CatSection {
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0;
	    align-items: center;
}
.CatSection p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
}
.RelatedContent .itemcontent a {
	text-decoration: none;
}

.RelatedContent .itemcontent.right p {
	margin-bottom: 0;
}
.RelatedContent .itemcontent.right h3 {
	margin-top: 15px;
}
html {
	scroll-behavior: smooth;
}
.RelatedContent .itemcontent.left img.authorImage {
    width: 35px;
}
.featurdContent > img {
    margin: 0 auto;
    display: block;
}
.archiveItems .item {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
/*     box-shadow: rgba(51, 48, 60, 0.03) 0px 3px 9px 1px, rgba(51, 48, 60, 0.02) 0px 8px 9px 0px, rgba(51, 48, 60, 0.01) 0px 1px 6px 4px; */
    margin-bottom: 80px;
/* 	backdrop-filter: blur(6px); */
	border-radius: 16px;
}
.archiveItems .item:nth-child(2n) .leftSide {
    order: 2;
}
.archiveItems .item .leftSide {
    width: 40%;
}
.archiveItems .item .rightSide {
    width: 60%;
    padding: 20px;
}
.archiveItems {
    width: 70%;
    float: left;
}
.search  .SideBar {
    float: right;
}
.topContent {
	width: 100%;
	float: left;
	margin-top: 80px;
}
.topContent .itemcontent.left {
	float: left;
	width: 60%;
}
.topContent .itemcontent.right {
	width: 36%;
	float: right;
	padding: 50px 10px 0;
	border-bottom: 1px solid;
}
.topContent h3 a {
	text-decoration: none;
}
.topContent h3 {
	font-size: 40px;
	margin-bottom: 0;
}
.topContent a.author {
	display: inline-block;
	margin: 0 0 10px;
}
.topContent .itemcontent.right:last-child {
	border-bottom: none;
}
.topContent .itemcontent.left + .itemcontent.right {
	padding-top: 0;
}
.topContent .itemcontent.left img {
	display: block;
	width: 100%;
}
.LatestArticle {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.AllLates .pitem > div {
	width: 33%;
}
.AllLates .pitem {
	padding: 30px 10px;
	border-top: 1px solid #2b2b36;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.AllLates .pitem h3 {
	font-size: 37px;
}
.AllLates .pitem div a {
	text-decoration: none;
}
.AllLates .pitem div span.Pdate {
	display: block;
	margin-top: 10px;
}
.AllLates .pitem img {
	display: block;
	width: 100%;
}
.AllLates .pitem div a.author {
	margin: 0;
}
.pContent {
    padding: 0 15px 0 0;
    font-size: 25px;
    line-height: 34px;
}
.topContent .itemcontent.left {
	min-height: 800px;
}
.AllLates .pitem .Ptitls img,
.topContent .itemcontent.right .ImageS img,
.topContent .itemcontent.left .ImageS img{
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	border-radius: 50px;
	margin-right: 10px;
}
.ImageS {
	margin: 10px 0 20px;
}
.clasify > .sidebar {
    margin-left: 25px;
    width: 27%;
}
.clasify {
    display: flex;
    flex-wrap: wrap;
}
.clasify .AllLates {
    width: 70%;
}
.allPosts > .wrap {
    padding: 0;
}
.search .catList,
.single-post .catList {
    margin-bottom: 60px;
}
@media screen and (max-width: 1339px) { 
	.blogPosts .wrap .postsItems {
		gap: 12px;
	}
	.catList .menu {
    gap: 20px;
}
}

@media screen and (max-width: 1023px) { 
	ul#menu-main-menu li a {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}

}

@media screen and (max-width: 959px) { 
	.menu-item ._svg {
		width: 12px;
	}
	.catList .menu li a {
		font-size: 12px;
	}
	.blogPosts .wrap .item {
		width: 48.7%;
	}
	section#custom_html-3 {
    width: 50%;
}
	.clasify .AllLates {
    width: 100%;
}
	.clasify > .sidebar {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
}


@media screen and (max-width: 767px) { 
	section#custom_html-3 {
    width: 100%;
}
	.single-post .catList {
    margin-top: 40px;
}
	.catList {
    margin-top: 30px;
}
	ul#menu-main-menu {
		position: fixed;
		left: 0;
		top: 0;
		flex-direction: column;
		background: #fff;
		height: 100vh;
		transform: translateX(-999px);
		transition: 0.5s all;
		z-index: 99;
	}
	.catList .menu {
		gap: 0px;
		flex-direction: column;
	}
	.HomeSection {
		margin-top: 30px;
		flex-direction: column;
	}
	.blogPosts .wrap .catLinks > h2::after {
		display: none;
	}
	.blogPosts .wrap .item {
		width: 100%;
	}
	.mainContent {
		width: 100%;
	}
	.SideBar {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	div#mobi-menu {
		position: absolute;
		right: 20px;
		top: 19px;
		display: block;
	}
	
	.header-logo a:last-child {
		padding-right: 20px;
	}
	ul#menu-main-menu.active {
		transform: translateX(0);
		width: 75%;
	}
	body.hiddenX {
		overflow-x: hidden;
	}
	div#mobi-menu.active .fa-bars::before {
    content: "\f00d";
}
	.catLinks,
	.FooterDiv aside.widget-area{
		flex-direction: column;
	}
	.blogPosts .wrap .catLinks > h2 {
		margin-bottom: 15px;
	}
	.catLinks a {
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
}
	.widget_search input[type="submit"] {
    display: none;
}
	.header-section {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.contentSide.single {
    width: 100%;
    margin-top: 60px;
}
.single-post aside.sidebar.sidebar-primary.widget-area {
    width: 100%;
    float: unset;
    margin: 0 auto;
    max-width: 320px;
    clear: both;
}
	.RelatedContent .itemcontent.right,
.RelatedContent .itemcontent.left {
    width: 100%;
    min-height: unset;
}
	.RelatedContent .itemcontent.right {
		margin-bottom: 30px;
	}
	.archive .mainContent {
    flex-direction: column;
}
	.archive .mainContent .blogPosts {
    width: 100%;
}
	.topContent .itemcontent.left {
    min-height: auto;
    width: 100%;
}
	.topContent .itemcontent.right {
    width: 100%;
    padding: 20px 0; 
}
	.AllLates .pitem > div {
    width: 100%;
}
}