a, a:hover, a:focus, a:active {
	color: inherit;
	outline: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
}
button,
button:focus,
textarea,
input,
input:focus,
textarea:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}


img {
	height: auto;
	max-width: 100%;
}

/*=======Header========*/
.header-menu-area .navbar {
	padding: 22px 0;
}

.header-menu-area .logo {
	max-width: 170px;
	width: 100%;
}

.main-menu,
.menu-main-container, .menu-main-menu-container {
	color: #000;
	text-transform: capitalize;
	letter-spacing: 0.1px;
}

.main-menu > ul, .main-menu > div > ul, 
.menu-main-container > ul, .menu-main-container > div > ul,
.menu-main-menu-container > ul, .menu-main-menu-container > div > ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}
.menu-main-container > ul, .menu-main-container > div > ul,
.menu-main-menu-container > ul, .menu-main-menu-container > div > ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}
.main-menu > ul > li, .main-menu > div > ul > li,
.menu-main-container > ul > li, .menu-main-container > div > ul > li,
.menu-main-menu-container > ul > li, .menu-main-menu-container > div > ul > li {
	position: relative;
	font-weight: 600;
	color: #333;
}
.menu-main-container > ul > li, .menu-main-container > div > ul > li, .menu-main-menu-container > ul > li, .menu-main-menu-container > div > ul > li {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 15px;
}
.gard .menu-main-menu-container > ul > li, .gard .menu-main-menu-container > div > ul > li {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	margin-top: 5px;
}

.main-menu > ul > li > a, .main-menu > div > ul > li > a,
.menu-main-container > ul > li > a, .menu-main-container > div > ul > li > a,
.menu-main-menu-container > ul > li > a, .menu-main-menu-container > div > ul > li > a {
	position: relative;
}

.main-menu ul li a, .main-menu > div ul li a,
.menu-main-container ul li a, .menu-main-container > div ul li a,
.menu-main-menu-container ul li a, .menu-main-menu-container > div ul li a {
	color: inherit;
}

.main-menu > ul > li ul, .main-menu > div > ul > li ul,
.menu-main-container > ul > li ul, .menu-main-container > div > ul > li ul,
.menu-main-menu-container > ul > li ul, .menu-main-menu-container > div > ul > li ul {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, .1);
	-ms-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, .1);
	-o-box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, .1);
	box-shadow: 5px 9px 29px 0px rgba(0, 0, 0, .1);
	left: 12px;
	line-height: initial;
	list-style: outside none none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	text-transform: capitalize;
	top: 100%;
	-webkit-transform: scaleY(.5);
	-moz-transform: scaleY(.5);
	-ms-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	visibility: hidden;
	width: 207px;
	z-index: 4;
	border: none;
}

.main-menu > ul > li ul li, .main-menu > div > ul > li ul li,
.menu-main-container > ul > li ul li, .menu-main-container > div > ul > li ul li,
.menu-main-menu-container > ul > li ul li, .menu-main-menu-container > div > ul > li ul li {
	border: none;
	float: left;
	position: relative;
	width: 100%;
	font-weight: 600;
}

.main-menu ul li:hover > ul, .main-menu > div ul li:hover > ul, .main-menu > ul li:hover > .mini-menu,
.menu-main-container ul li:hover > ul, .menu-main-container > div ul li:hover > ul, .menu-main-container > ul li:hover > .mini-menu,
.menu-main-menu-container ul li:hover > ul, .menu-main-menu-container > div ul li:hover > ul, .menu-main-menu-container > ul li:hover > .mini-menu {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	top: 96%;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}

.main-menu > ul > li ul li a, .main-menu > div > ul > li ul li a,
.menu-main-container > ul > li ul li a, .menu-main-container > div > ul > li ul li a,
.menu-main-menu-container > ul > li ul li a, .menu-main-menu-container > div > ul > li ul li a {
	display: inline-block;
	color: #494c4f;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	line-height: normal;
	width: 100%;
	padding: 19px;
	border-radius: 0;
	line-height: 20px;
}
.menu-main-container > ul > li:first-child,
.menu-main-menu-container > ul > li:first-child {
	color: #f58a46;
}
.menu-main-container > ul > li.menu-item-has-children::before,
.fix-main .menu-main-menu-container > ul > li.menu-item-has-children::before {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  right: 18px;
  cursor: pointer;
}
.fix-main .menu-main-container > ul > li.menu-item-has-children {
  font-family: "Roboto", Sans-serif;
  padding-right: 35px;
  position: relative;
}
.menu-main-container > ul > li:hover,
.fix-main .menu-main-menu-container > ul > li:hover {
	color: #f58a46;
}
.menu-main-container > ul > li ul li a,
.menu-main-menu-container > ul > li ul li a {
	background: #f9f9f9;
}
.menu-main-container > ul > li ul li a:hover,
.fix-main .menu-main-menu-container > ul > li ul li a:hover {
	background: #f58a46;
	color: white;
}
/*=======TopBar========*/
.page-top {
	padding: 200px 0;
}

.page-top {
	float: left;
	padding: 100px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.low-opacity:before {
	-webkit-opacity: .65;
	-moz-opacity: .65;
	-ms-opacity: .65;
	-o-opacity: .65;
	opacity: .65;
}

.blackish:before {
	background: #1d1d1d none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.parallax {
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.top-meta {
	float: left;
	width: 100%;
}

.blackish .top-meta > h2 {
	color: #fff;
}

.top-meta > h2 {
	font-size: 60px;
}

.top-meta > h2 {
	color: #181818;
	font-size: 50px;
	font-weight: bold;
	margin: 0 auto;
	max-width: 99%;
	position: relative;
	display: inline-block;
	width: auto;
}

/*======Grid Post=======*/
section {
	display: block;
}

.gap {
	float: left;
	padding: 120px 0;
	position: relative;
	width: 100%;
}

.blog-grid-img {
	overflow: hidden;
	position: relative;
}

figure {
	margin: 0 0 1rem;
}

.blog-grid figure > a {
	display: inline-block;
	border-radius: 5px;
}

.blg-img figure > a:before, .galry-img > a:before, .blog-grid-img figure > a::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 220%;
	left: 20%;
	opacity: 0;
	position: absolute;
	top: -160%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100px;
	-webkit-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

i, a, :before, :after, img, .funfact-box, span, div {
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.blog-meta {
	float: left;
	margin-top: 0;
	width: 100%;
}

.comments-area {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.comments-area > span {
	font-size: 15px;
	margin-right: 30px;
	color: #666;
	display: inline-block;
}

.comments-area > span i {
	margin-right: 5px;
}

.blog-meta > h4 {
	display: inline-block;
	font-size: 25px;
	margin-bottom: 18px;
	width: 100%;
}

.blog-meta > h4 a {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.blog-meta p {
	margin-bottom: 0;
}

.blog-page .blog-grid {
	margin-bottom: 50px;
}

.blog-grid {
	float: left;
	position: relative;
	width: 100%;
}

.pagination {
	display: inline-block;
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	margin-top: 25px;
	position: relative;
}

.pagination > li {
	display: inline-block;
}

ul li, ol li {
	font-family: 'Roboto', sans-serif;
}

.pagination > li a, .pagination > li span {
	background: #f4f4f4 none repeat scroll 0 0;
	color: #3d434f;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: capitalize;
	width: 40px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

/*======Footer=======*/
.bottombar {
	background: #060606 none repeat scroll 0 0;
	color: #cbcbcb;
	float: left;
	padding: 30px 0;
	width: 100%;
	text-align: center;
}

/*======List Post and Blog Detail=======*/
.blog-detail-page > figure > span {
	-webkit-border-radius: 30px 0 30px 30px;
	-moz-border-radius: 30px 0 30px 30px;
	-ms-border-radius: 30px 0 30px 30px;
	-o-border-radius: 30px 0 30px 30px;
	border-radius: 30px 0 30px 30px;
	top: 20px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 84px;
}
.blog-detail-page.tutorial-box {margin-bottom: 0;}
.blog-detail-page > figure {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.blog-detail-page > figure img {
	/*width: 100%;*/
	height: auto;
}
.blog-detail-meta .comments-area {margin-bottom: 15px;}
/*.blog-detail-meta > h2 {
	font-size: 32px;
	margin-bottom: 40px;
}*/
blockquote {
	background-color: #fbfbfb;
	padding: 60px 50px 60px 80px;
	margin: 50px 0;
	position: relative;
	overflow: hidden;
}
blockquote::before {
	content: "";
	background: url(../images/blockquote.png) no-repeat;
	height: 100%;
	width: 100%;
	left: 45px;
	position: absolute;
	top: -12px;
}
blockquote p {
	font-size: 24px;
	line-height: 38px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
	z-index: 2;
	position: relative;
}
.comments-area > span ul.post-categories {
	display: inline-block;
	vertical-align: middle;
}
.comments-area > span ul.post-categories > li {
	display: inline-block;
	position: relative;
}
.comments-area > span ul.post-categories > li + li:before {
	content: ",";
	color: inherit;
	position: static;
	width: auto;
	display: inline-block;
	margin-left: -3px;
	margin-right: 5px;
	font-family: inherit;
}
.comments-area > span ul.post-categories > li:first-child:before {display: none;}
#comments ul li,
#comments ol li {
	color: #656666;
	line-height: 26px;
}
.detail-btm-meta {
	display: inline-block;
	width: 100%;
	background-color: #f8f8f8;
	padding: 16px 24px 16px 40px;
	margin-top: 50px;
}
.tags,
.social-circle {
	display: inline-block;
	vertical-align: middle;
	width: 49.6%;
}
.tags > span {
	color: #303030;
	font-size: 16px;
	margin-right: 15px;
	text-transform: uppercase;
}
.tags > a {
	color: #3b3b3b;
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.tags > a::after {content: ",";}
.tags > a:last-child:after {display: none;}
.social-circle {
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	text-align: right;
}
.social-circle > li {
	display: inline-block;
	margin-right: 4px;
}
.social-circle > li a {
	background: #fff none repeat scroll 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #3b3b3b;
	display: inline-block;
	font-size: 13px;
	line-height: 42px;
	text-align: center;
	width: 42px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.social-circle > li a:hover,
.social-circle > li a:focus {color: #fff;}
.author-box {
	background: #090909 none repeat scroll 0 0;
	display: inline-block;
	margin-top: 70px;
	margin-left: 60px;
	position: relative;
	padding: 55px 40px 55px 130px;
}
.author-box > figure {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -80px;
}
.author-post > h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 23px;
	text-transform: uppercase;
}
.author-post > span {
	display: inline-block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-left: 15px;
}
.author-post > ul,
.share-social {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0;
	margin-left: 65px;
	padding-left: 0;
	vertical-align: middle;
}
.author-post > ul li,
.share-social li {
	display: inline-block;
	margin-right: 14px;
}
.author-post ul li a,
.share-social li a {
	color: #c8c8c8;
	font-size: 18px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.author-post ul li a,
.share-social li a {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.author-post ul li a i,
.share-social li a i {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.author-post ul li a:hover i{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.author-post > p {
	color: #dadada;
	margin-bottom: 0;
	margin-top: 15px;
}
.comment-area {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.comments-title,
.comment-title > h4 {
	float: left;
	font-size: 28px;
	margin-bottom: 40px;
	text-transform: capitalize;
	width: 100%;
	line-height: initial;
}
.comments {
	float: left;
	list-style: outside none none;
	padding-left: 0;
	width: 100%;
	margin-bottom: 0;
}
.comment-box,
.comments li .comment {
	background: #f3f3f3;
	display: inline-block;
	padding: 25px 30px;
	width: 100%;
}
.commenter-photo {
	float: left;
}
.commenter-photo > img {width: auto;}
.avatar {
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	position: relative;
}
.commenter-meta {
	display: inline-block;
	position: relative;
	width: 100%;
	vertical-align: middle;
}
.commenter-photo + .commenter-meta {
	width: calc(100% - 120px);
	padding-left: 25px;
	margin-top: 20px;
}
.comment-titles {margin-bottom: 13px;}
.comment-titles h6 {
	font-size: 20px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
}
.comment-titles > span {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-left: 15px;
	margin-right: 70px;
	display: inline-block;
	vertical-align: middle;
}
a.reply {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	padding: 6px 28px;
	background-color: #090909;
	text-transform: uppercase;
	vertical-align: middle;
}
#comments p {width: 100%;}
.commenter-meta p {
	margin-bottom: 0;
	margin-top: 20px;
}
.comments > li {
	float: left;
	width: 100%;
}
.comments > li ul.children {list-style: none;}
.comments > li + li,
.comments > li ul.children > li {margin-top: 20px;}
.comments > li > ul {
	float: left;
	list-style: outside none none;
	padding-left: 45px;
	width: 100%;
}
#respond {
	float: left;
	margin-bottom: 38px;
	margin-top: 65px;
	width: 100%;
}
#respond .row > p {padding: 0 15px;}
.c-form,
.wpcf7-form {
	float: left;
	width: 100%;
}
.comment-respond input:not([type="submit"]),
.comment-respond textarea,
.comment-respond input.form-control:not([type="submit"]),
.comment-respond textarea.form-control {
	height: 58px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	color: #999999;
	padding: 12px 35px;
	background-color: #f3f3f3;
	border: none;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.comment-respond textarea,
.comment-respond textarea.form-control {
	height: 170px;
	resize: none;
	overflow: hidden;
}
button.main-btn,
.comment-respond input[type="submit"],
.comment-respond button.submit {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 52px;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	cursor: pointer;
}
.comment-respond input[type="submit"]:hover,
.comment-respond button.submit:hover,
.comment-respond input[type="submit"]:focus,
.comment-respond button.submit:focus {background-color: #333;}
/*--- 404 page ---*/
.error-page {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.error-page h1 {
	font-size: 156px;
	letter-spacing: -9px;
}
.error-page > img {
	display: block;
	margin: 0 auto;
}
.error-page > span {
	color: #3b3b3b;
	font-size: 45px;
	font-weight: 500;
}
.error-page > p {
	color: #666766;
	margin: 28px auto 0 auto;
	max-width: 65%;
}
.error-page > form {
	display: block;
	margin: 30px auto;
	max-width: 60%;
	position: relative;
}
.error-page > form input {
	background: #f6f7f9 none repeat scroll 0 0;
	border: medium none;
	color: #a7a7a7;
	font-size: 14px;
	padding: 20px 40px;
	width: 100%;
}
.error-page > form button {
	color: #fff;
    height: 60px;
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    bottom: 0;
}
.error-page > form button:hover,
.error-page > form button:focus {background-color: #222;}
.error-page > a {
    display: inline-block;
    font-family: poppins;
    font-weight: 700;
    font-size: 15px;
}
.error-page > a:hover,
.error-page > a:focus {color: #222;}
.main-menu .menu-all-pages-container {
    max-width: 100%;
    flex-grow: 1;
    display: -ms-flex;
    display: flex;
}

.main-menu .menu-all-pages-container > ul {
    display: inherit;
}

.main-menu > ul > li ul {
    top: 100%;
    left: 0 !important;
}

.main-menu > div > ul ul {
    top: 0;
    left: 100%;
}

.main-menu > ul > li ul, .main-menu > div > ul > li ul {
    left: 0;
    top: 100%;
}

.main-menu > ul > li ul ul, .main-menu > div > ul > li ul ul {
    left: 100%;
    top: 0;
}


.main-menu ul li:hover > ul, .main-menu > div ul li:hover > ul {
    top: 100%;
}

.main-menu ul ul li:hover > ul, .main-menu > div ul ul li:hover > ul {
    top: 0;
}

/*===== Sidebar Style =====*/
.sidebar .widget {
    background: #f6f7f9;
    margin-bottom: 40px;
    padding: 42px 25px;
    float: left;
    width: 100%;
}
.widget_search form {
    display: inline-block;
    position: relative;
    width: 100%;
}
.widget_search form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 0;
    color: #797c83;
    font-size: 14px;
    padding: 17px 20px 17px 64px;
    width: 100%;
}
.widget_search form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    left: 20px;
    position: absolute;
    top: 12px;
    font-size: 20px;
    color: #444;
}
.widget-title {
    display: inline-block;
    margin-bottom: 45px;
    width: 100%;
}
.sidebar .widget-title > h4 {
    color: #3b3b3b;
    font-size: 23px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    width: 100%;
}
.sidebar .widget-title > h4::before {
    background: #d7d7d7 none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    bottom: -16px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}
.sidebar .widget-title > h4::after {
    background: #fff none repeat scroll 0 0;
    bottom: -16px;
    content: "";
    height: 4px;
    left: 50px;
    opacity: 0.9;
    position: absolute;
    width: 6px;
}
.widget > ul,
.widget > div ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
}
.widget > ul ul {
	display: inline-block;
	padding-left: 20px;
	list-style: none;
	margin-bottom: 0;
	width: 100%;
}
.widget > ul li,
.widget > div ul li {
    color: #666;
    font-size: 13px;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 15px;
}
.widget_categories.widget > ul li {
    text-align: right;
    letter-spacing: 2px;
}
.widget > ul li::before,
.widget > div ul li::before {
    color: #3d434f;
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0;
}
.widget > ul li a,
.widget > div ul li a {
    color: #3b3b3b;
    display: inline-block;
    font-size: 16px;
    float: left;
    text-align: left;
    font-weight: 500;
    letter-spacing: initial;
}
.widget > ul li, .widget > div ul li {
    margin: 5px 0;
}

.widget > ul ul {
    margin-bottom: -15px;
}

.textwidget img {
    margin: 10px 0;
}

.textwidget > p strong {
    margin-top: 20px;
    display: inline-block;
}

.tagcloud > a {
    font-size: 15px !important;
    font-family: poppins;
    background-color: #fff;
    padding: 10px 20px;
    float: left;
    margin: 10px 10px 0 0;
    color: #444;
    font-weight: 500;
}
.tagcloud > a:hover,
.tagcloud > a:focus {color: #fff;}
.widget > div ul li {
    margin: 0;
}

.widget > div ul li a {
    margin: 5px 0;
}

.widget > div ul li:before {top: 5px;}

.widget > div ul ul {
    margin-bottom: -5px;
}
label.screen-reader-text {
    display: none;
}

.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
}

.calendar_wrap {
    width: 100%;
}

.calendar_wrap > table {
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.calendar_wrap > table thead {
    background-color: #333;
    color: #fff;
}

.calendar_wrap > table thead th {
    padding: 10px;
    text-align: center;
}

.calendar_wrap > table caption {
    caption-side: top;
    text-align: center;
    background-color: green;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.calendar_wrap > table tbody td, .calendar_wrap > table tfoot td {
    padding: 10px 5px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
}

.calendar_wrap > table tbody td#today {
    color: #fff;
}

.blog-detail-page.post {
    width: 100%;
    display: inline-block;
}

.blog-detail-page.post + .blog-detail-page.post {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eaeaea;
}

.blog-detail-page.post .blog-detail-meta > h2 {
    margin-bottom: 0;
    font-size: 26px;
}

.blog-detail-page.post .blog-detail-meta > h2 + p {
    margin-top: 15px;
}

.blog-detail-page.post .blog-detail-meta > p {
    margin-bottom: 0;
    line-height: 26px;
}

.blog-detail-page.post .comments-area {
    display: none;
}
.blog-detail-page.post.tag-sticky-2 {
    background-color: #f6f7f9;
    padding: 30px 30px 35px;
}

ul.pagination {
    margin-top: 60px;
}

.aligncenter {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.alignleft {
    float: left;
    margin: 20px 30px 20px 0;
}

.alignnone {
    margin: 20px 0;
    max-width: 100%;
}

.alignright {
    float: right;
    margin: 20px 0 20px 30px;
}

.wp-caption-text,
figcaption,
.wp-block-image figcaption {
	margin: 0 !important;
    background-color: #f6f7f9;
    padding: 10px !important;
    color: #666 !important;
    font-size: 16px !important;
}
div.col-lg-8 table,
div.blog-detail-page table {
    margin: 20px 0;
    width: 100%;
}

div.col-lg-8 table tr th, div.col-lg-8 table tr td,
div.blog-detail-page table tr th, div.blog-detail-page table tr td {
    border: 1px solid #eaeaea;
    padding: 10px;
}

br + code {
    display: block;
    padding: 10px;
}

code {
    background-color: #333;
    color: #fff;
    padding: 5px;
}

a > code {
    color: #fff;
}
pre {
	background-color: #f6f7f9;
	padding: 15px;
}
a.reply {float: right;}
p.has-large-font-size + p, p.has-large-font-size {
    line-height: initial;
}
ul.wp-block-archives, ul.wp-block-categories,
ul.wp-block-archives ul, ul.wp-block-categories ul,
ul.wp-block-latest-posts {
    padding-left: 0;
    list-style: none;
}
ul.wp-block-archives ul, ul.wp-block-categories ul {padding-left: 20px;}

ul.wp-block-archives li, ul.wp-block-categories li {
    line-height: 33px;
}
ol.wp-block-latest-comments {
	padding-left: 0;
	list-style: none;
}
li.blocks-gallery-item figcaption {
    color: #fff !important;
}
.wp-block-archives select {
    height: 50px;
    padding: 10px 20px;
    width: 100%;
    color: #666;
    font-size: 14px;
    background-color: #f6f7f9;
    margin-bottom: 20px;
}
.wp-block-gallery.alignwide {
    width: 100%;
}
form.post-password-form label input {
    width: 300px;
    background-color: #f6f7f9;
    color: #999;
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
}
form.post-password-form > p > input {
    height: 50px;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    background-color: #333;
}
.blog-detail-meta > h2 {
    word-break: break-all;
    word-wrap: break-word;
}
.gallery {
	display: inline-block;
	width: 100%;
}
.gallery .gallery-item img {width: initial;}
.gallery .gallery-item {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 5px;
    text-align: center;
    width: 100%;
    float: none;
    vertical-align: top;
}
.gallery .gallery-item:before{display:none}
.gallery-columns-2 .gallery-item {width:50%;}
.gallery-columns-3 .gallery-item {width:33.334%;}
.gallery-columns-4 .gallery-item {width:25%;}
.gallery-columns-5 .gallery-item {width:20%;}
.gallery-columns-6 .gallery-item {width:16.666%;}
.gallery-columns-7 .gallery-item {width:14.285%;}
.gallery-columns-8 .gallery-item {width:12.5%;}
.gallery-columns-9 .gallery-item {width:11.111%;}
.gallery + h2 {margin-top: 25px;}
figcaption {
    word-break: break-all;
    word-wrap: break-word;
}
.wp-block-button.aligncenter {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.wp-block-button__link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.wp-block-button__link:hover, 
.wp-block-button__link:focus {
    background-color: #333;
}
.is-style-outline .wp-block-button__link:hover, 
.is-style-outline .wp-block-button__link:focus {
    background-color: transparent;
    color: #333 !important;
    border-color: #333;
}
.pagination > li span,
.pagination > li a:hover,
.pagination > li span:focus {color: #fff;}
.paginate_link > *,
.paginate-links > * {
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #3d434f;
    font-weight: 700;
    background-color: #f4f4f4;
    display: inline-block;
    margin-left: 3px;
}
.paginate_link > span,
.paginate_link > a:hover,
.paginate_link > a:focus,
.paginate-links > span,
.paginate-links > a:hover,
.paginate-links > a:focus {
    color: #fff;
}
.comments > li ul.children div#respond {padding-left: 40px;}
#respond .row > p {margin-top: -35px;}
header.style1.v2 + .page-top {padding-top: 180px;}
.header-menu-area {border-bottom: 1px solid #eaeaea;}
/*===== Search Page =====*/
.search-notfound {
  width: 100%;
  display: inline-block;
}
.search-notfound > h4 {
  margin-bottom: 0;
  font-size: 30px;
}
.search-notfound > form {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #f6f7f9;
}
.search-notfound > h4 + form {margin-top: 35px;}
.search-notfound > form input {
  width: 100%;
  background-color: transparent;
  color: #666;
  font-size: 15px;
  padding: 15px 60px 15px 30px;
  height: 60px;
}
.search-notfound > form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  color: #fff;
}
.search-notfound + .blog-detail-page {margin-top: 30px;}
.widget.widget_rss > ul li a,
.widget.widget_recent_comments > ul li a {
    float: none;
}
.blog-detail-meta iframe {
	border: 0;
	width: 100%;
	height: 500px;
}