body.single .header, body.archive  .header,
body.search-results .header, body.page .header{
	border-bottom: 1px solid #eee;
	margin-bottom: 70px;
}
.main-contaier{padding: 0 0 90px;}
.w-300{max-width: 350px}
.main-content.has-sidebar{
	max-width: calc(100% - 350px);
	max-width: -webkit-calc(100% - 350px);
}
/*--------------------------
		1.HEADER
---------------------------*/
.header-maintop{
	position: relative;
	padding: 0px 45px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.8);
	z-index: 50;
}
.header-maintop:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(var(--accent-color-rgb),0.2);
}
.header-maintop > * {
	position: relative;
	z-index: 1;
}
.header-fixed .header-maintop{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 20;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 1s cubic-bezier(.694,.0482,.335,1);
	-o-transition: all 1s cubic-bezier(.694,.0482,.335,1);
	transition: all 1s cubic-bezier(.694,.0482,.335,1);
}
.admin-bar .header-fixed .header-maintop{
	top: 32px;
}
.header-fixed.header-animate .header-maintop{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.top-rightheader{
	display: -webkit-flex;
	display: flex;
	justify-content: end
}
.top-rightheader .social-network a{font-size: 14px;}
.silaslite-logo{padding: 60px 0;text-align: center;}
.silaslite-logo h1, .silaslite-logo h2{
	margin-bottom: 0;
}
.tag-line {
	font-size: 14px;
	color: #999;
	text-transform: capitalize;
	display: block;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: normal;
	margin-top: 10px;
	font-family: var(--heading-font);
}
.silaslite-logo img{
	max-width: 550px;
	width: 100%;
}
/*Main Menu*/
.silaslite-main-menu{
	padding: 0;
}
.silaslite-main-menu > ul,
ul.silaslite-main-menu{padding: 0}
.silaslite-main-menu li{
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	font-family: var(--heading-font);
}
div.silaslite-main-menu > ul > li,
ul.silaslite-main-menu > li{
	display: inline-block;
	font-size: 14px;
}
div.silaslite-main-menu > ul > li > a,
ul.silaslite-main-menu > li > a{
	color: var(--heading-color);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 30px;
	display: inline-block;
	padding: 15px 1.5em;
	font-size: 12px;
	letter-spacing: 1px;
}
div.silaslite-main-menu > ul > li:first-child,
ul.silaslite-main-menu > li:first-child{
	margin-left: 0
}
div.silaslite-main-menu > ul > li:last-child,
ul.silaslite-main-menu > li:last-child{
	margin-right: 0
}
.silaslite-main-menu a{
	color: inherit;
}
.silaslite-main-menu .sub-menu,
.silaslite-main-menu .children{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 0;
	min-width: 200px;
	z-index: 50;
	text-align: left;
	border-top: 2px solid var(--accent-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	height: 0;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
}
.silaslite-main-menu li:focus-within > .sub-menu,
.silaslite-main-menu .is-hover > .sub-menu,
.silaslite-main-menu .show-submenu > .sub-menu,
.silaslite-main-menu li:focus-within > .children,
.silaslite-main-menu .is-hover > .children,
.silaslite-main-menu .show-submenu > .children{
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	height: auto;
	opacity: 1;
}
.silaslite-main-menu .sub-menu .sub-menu,
.silaslite-main-menu .children .children{
	top: 0;
	left: 100%;
}
.silaslite-main-menu .sub-menu li,
.silaslite-main-menu .children li{
	list-style: none;
	display: block;
	white-space: nowrap;
}
.silaslite-main-menu .sub-menu li a,
.silaslite-main-menu .children li a{
	padding: 1em 1.5em;
	border-bottom: 1px solid #ddd;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.silaslite-main-menu .sub-menu li a:hover,
.silaslite-main-menu .children li a:hover,
.silaslite-main-menu .sub-menu li.current_page_item > a,
.silaslite-main-menu .children li.current_page_item > a{
	color: var(--accent-color);
}
.silaslite-main-menu .sub-menu li:last-child > a,
.silaslite-main-menu .children li:last-child > a{
	border-bottom: none;
}
div.silaslite-main-menu > ul > li > a:hover,
ul.silaslite-main-menu > li > a:hover,
div.silaslite-main-menu > ul > li.current_page_item > a,
.silaslite-main-menu > li.current_page_item > a{
	color: var(--accent-color);
}
.silaslite-main-menu .page_item_has_children > a::after,
.silaslite-main-menu .menu-item-has-children > a::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}
/*Search header*/
.navbar-search{color: var(--heading-color);font-size: 14px;}
.header-search .inner-search-header{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-search.search-active .inner-search-header{
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}
.header-search .searchform {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.header-search .close-search{
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50px;
	right: 50px;
}
.searchform{
	background: #fff;
	color: inherit;
	border: 1px solid #ddd;
}
.searchform input[type="text"]{
	border: none;
	padding: 13px 18px;
	width: calc(100% - 55px);
}
.searchform .button-search{
	background: transparent;
	color: var(--accent-color);
	padding: 0 16px;
	font-size: 16px;
}
.header-search .searchform{
	min-width: 600px;
	padding: 15px;
}
/*Social Network*/
.social-network a{
	display: inline-block;
	color: var(--heading-color);
	margin-right: 15px;
}
.social-network a:hover{
	color: var(--accent-color);
}
.social-network .social-slug{display: none;}
/*--------------------------------
		2.MAIN CONTAINER
---------------------------------*/
/*----- 2.1 Featured Posts -----*/
.post .post-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
.post .post-image:after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 67%;
}
.feature-blog .post .post-image:after{
	padding-top: 55%;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 55%);
	background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 55%);
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 55%);
}
.feature-blog .post-inner{position: relative;}
.feature-blog .post .post-info{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	width: 580px;
	max-width: 80%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.feature-blog .post-cats{
	margin-bottom: 20px
}
.feature-blog .post-cats a{color: inherit;}
.feature-blog .post-title{
	font-size: 36px;
	color: inherit;
	margin-bottom: 40px;
}
.feature-blog .post-title a:hover{color: inherit;}
.readmore, .readmore.silaslite-button{
	font-size: 12px;
	border: 1px solid;
	color: var(--heading-color);
	padding: 8px 15px;
	text-transform: uppercase;
	display: inline-block;
	background: transparent;
}
.readmore:hover, .readmore.silaslite-button:hover{
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: #fff;
}
.feature-blog .readmore{
	color: inherit;
	padding: 10px 20px;
}
.feature-blog .readmore:hover{
	color: var(--heading-color);
	background: #fff;
	border-color: #fff;
}
.readmore:after {
	content: "\f061";
	font-weight: 900;
	display: inline-block;
	margin-left: 8px;
	font-size: 10px;
	font-family: 'Font Awesome 5 Free';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.readmore:hover::after {
	-webkit-transform: translateX(4px);
	-ms-transform: translateX(4px);
	-o-transform: translateX(4px);
	transform: translateX(4px);
}
/*-------- 2.2 Promo Box ------*/
.silaslite-promo-boxes{
	margin-top: 30px;
}
.promobox-item{
	position: relative;
	display: block;
	overflow-y: hidden;
}
.promobox-item .image-promobox{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	min-height: 300px;
	position: relative;
}
.promobox-item:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.promobox-item .image-promobox:before,
.promobox-item .image-promobox:after{
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 2
}
.promobox-item .image-promobox:before{
	border-left: 1px solid rgba(255,255,255,0.7);
	border-right: 1px solid rgba(255,255,255,0.7);
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
}
.promobox-item .image-promobox:after{
	border-top: 1px solid rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.7);
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
}
.promobox-item:hover .image-promobox:before,
.promobox-item:hover .image-promobox:after{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.promobox-item .title-promobox{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--heading-color);
	font-family: var(--heading-font);
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	padding: 3px 20px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: rgba(255,255,255,0.8);
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.promobox-item:hover .title-promobox{
	background: #fff;
}
/*------ 2.3 Section Newsletter ------*/
.ss-newsletter .widget-title{display: none;}
.silaslite-newsletter{
	background: #f3f3f3;
	padding: 35px 50px;
}
.silaslite-newsletter h4{margin-bottom: 0;}
.silaslite-newsletter p{margin-bottom: 0}
.newsletter-form{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"]{
	width: 280px;
	margin-right: 30px;
}
.newsletter-form button{
	width: 150px;
}
.sidebar .silaslite-newsletter{padding: 30px;}
.sidebar .silaslite-newsletter .newsletter-title,
.sidebar .silaslite-newsletter .newsletter-form{
	width: 100%;
	flex: 0 0 100%;
	max-width: none;
}
.sidebar .newsletter-form{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.sidebar .newsletter-form input[type="text"],
.sidebar .newsletter-form input[type="email"]{
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}
.sidebar .newsletter-form button{width: 100%}
.sidebar .silaslite-newsletter .newsletter-title{
	margin-bottom: 15px;
	text-align: center;
}
/*-------- 2.3 Page -----*/
.main-contaier{margin-top: 60px}
.page-image{margin-bottom: 30px;}
.page-excerpt ul{margin-bottom: 30px}
.wpcf7-form .wpcf7-form-control-wrap{
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.wpcf7-form .wpcf7-form-control{
	width: 100%
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
	width: auto;
}
.error-page{
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
	padding: 70px 0;
}
.page-title{
	margin-bottom: 50px;
	text-align: center;
	font-family: inherit;
}
.page-title::after {
	content: "";
	height: 2px;
	width: 50px;
	margin: 10px auto 0;
	display: block;
	background: var(--accent-color);
}
.error-page .page-title{margin-bottom: 10px;}
/*Breadcrumbs*/
.silaslite-breadcrumbs a{
	color: inherit;
}
.silaslite-breadcrumbs a:hover{
	color: var(--accent-color);
}
.silaslite-delimiter{margin: 0 5px;}

/*-------- 2.4 BLog -----*/
.silaslite-blogs .post-title{
	margin-bottom: 10px;
	font-size: 24px;
}
.post-title{
	font-family: inherit;
	font-weight: 400;
}
.post-title a{
	color: inherit;
}
.post-title a:hover{color: var(--accent-color)}
.silaslite-blogs .post-content{
	margin-bottom: 40px;
}
.post-cats{margin-bottom: 5px}
.post-cats a {
	font-family: var(--heading-font);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
.post-cats a:after{
	content: "/";
	margin-left: 5px;
	color: rgba(0,0,0,0.3);
}
.post-cats a:last-child:after{display: none;}
.silaslite-blogs .post-info{
	position: relative;
	background: #fff;
	z-index: 2;
}
.post-meta div{
	display: inline-block;
	font-size: 12px;
}
.post-author span{
	color: #999;
}
.post-author a{
	color: var(--heading-color);
	text-transform: capitalize;
}
.silaslite-blogs .post-meta{margin-bottom: 25px;}
.post-meta div:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 6px;
	margin: 0 5px;
	border-left: 2px solid;
	opacity: 0.3;
}
.post-meta div:last-child:after{display: none;}
.date-post i{margin-right: 5px;}
/*Post format*/
.silaslite-blogs .post-format{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.silaslite-blogs .post-format .pin-img{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	line-height: 41px;
	display: block;
	text-align: center;
	color: #fff;
	background: #E60023;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.silaslite-blogs .post-format:hover .pin-img{
	opacity: 1;
}
.post .post-format a.post-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	background-color: #f5f5f5;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.post .post-format a.post-image:after{
	content: "";
	width: 100%;
	display: block;
	padding-top: 68%;
}
.blog-grid .post .post-format a.post-image:after{
	padding-top: 85%
}
.post.format-audio .post-format,
.post.format-video .post-format{position: relative;}
.post.format-audio .post-format a.post-image:before,
.post.format-video .post-format a.post-image:before{
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 900;
	background: rgba(0,0,0,0.3);
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.post.format-audio .post-format a.post-image:before{
	content: "\f001";
}
.post.format-video .post-format a.post-image:before{
	content: "\f03d";
}
.silaslite-post-audio{position: relative;}
.post.has-post-thumbnail .silaslite-post-audio .post-audio{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.post.format-audio .post-format.silaslite-post-audio a:before{
	display: none;
}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-container {
	background: var(--accent-color);
	width: 100%!important;
}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-controls:not([style*="display: none"]){
	background: none;
}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-button button:hover,
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-button button:focus{
	background-color: transparent;
}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-time{font-size: 13px;}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-container .mejs-controls > .mejs-time-rail .mejs-time-total,
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-container .mejs-time-loaded{
	height: 6px;
	overflow: hidden;
}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-container .mejs-horizontal-volume-total{
	height: 6px;
	top: 16px;
}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-container .mejs-time-rail{padding-top: 12px}
.silaslite-primary .post.format-audio .silaslite-post-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background: var(--heading-color);
}
/*Post Social - Readmore*/
.post-footer{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.post-footer:after{
	content: "";
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.post-footer .readmore{
	background: #fff;
}
.post-footer .readmore:hover{background: var(--heading-color)}
.post-footer .post-share{background: #fff;}
.post-share a{
	display: inline-block;
	font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border: 1px solid var(--accent-color);
	margin: 0 5px;
	color: var(--accent-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.post-share a:first-child{margin-left: 0;}
.post-share a:last-child{margin-right: 0;}
.post-share a:hover{
	background: var(--accent-color);
	color: #fff;
}
/*Blog Standard */
.post-header{
	text-align: center;
}
.blog-standard .post-title{
	font-size: 30px;
}
.blog-standard .post-meta{margin-bottom: 30px}
.blog-standard .post .post-format{margin-bottom: 30px}
.blog-standard .post .post-format a.post-image::after{
	padding-top: 68%
}
.blog-standard .post{
	margin-bottom: 50px;
}
/*Pagination*/
.silaslite-pagination{margin-top: 50px;}
.silaslite-pagination .pagination{
	justify-content: center;
}
.pagination .page-numbers{
	display: inline-block;
	width: 40px;
	height: 40px;
	color: var(--heading-color);
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	color: #fff;
	background: var(--accent-color);
	border-color: var(--accent-color);
}
/*----------2.5 Single Post----------*/
.silaslite-single-post .post-single .post-header{
	text-align: center;
	margin-bottom: 30px;
}
.no-sidebar .silaslite-single-post .post-single .post-header{
	margin-bottom: 50px;
}
.silaslite-single-post .post-single .post-info,
.silaslite-single-post .post-single .post-header,
.silaslite-single-post .post-about,
.silaslite-single-post .post-related,
.silaslite-single-post .comment-respond{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.silaslite-single-post .post-footer{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.silaslite-single-post .post-footer .post-tags{
	background: #fff;
	padding-right: 10px;
}
.silaslite-single-post .post-single .post-title{margin-bottom: 5px}
.post-tags a{
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--heading-color);
	font-family: var(--heading-font);
	font-weight: 500;
}
.post-tags i{
	color: var(--accent-color);
	margin-right: 11px;
	font-size: 13px;
}
/*About Me*/
.post-about {
	position: relative;
	margin-top: 120px;
	background: #fff;
	padding: 100px 45px 40px;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0, 0.1);
	box-shadow: 0 2px 15px 0 rgba(0,0,0, 0.1);
}
.post-about .ab-img{
	width: 140px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: -70px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px;
}
.post-about .ab-img:after{
	content: "";
	width: 100%;
	height: 100%;
	background: var(--accent-color);
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.post-about .ab-img img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.post-about .ab-info {
	text-align: center;
}
.post-about h4 {
	margin-bottom: 20px;
	font-size: inherit;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.post-about h4 a{color: inherit;}
.post-about .social-network{margin-top: 25px;}
.post-about .social-network a{
	margin: 0 20px 0 0;
}
/*Posts related*/
.post-related .post-title{
	font-size: 16px;
	margin-bottom: 5px
}
.post-related, .comment-respond, .comments-area{margin-top: 50px;}
.post-related-title,.comment-reply-title, .comments-title{
	font-size: inherit;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.post-related-title:after,.comment-reply-title:after, .comments-title:after{
	content: "";
	height: 2px;
	width: 50px;
	margin: 10px auto 0;
	display: block;
	background: var(--accent-color);
}
.item-relate .post-format a.post-image::after {
	padding-top: 115%;
}
.item-relate .inner-post{position: relative;}
.item-relate .post-info {
	text-align: center;
	background: #fff;
	margin: -50px 25px 0;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0, 0.1);
	box-shadow: 0 2px 15px 0 rgba(0,0,0, 0.1);
	padding: 15px 15px;
}
/*Comment*/
.logged-in-as {
	margin-bottom: 10px;
}
.comment-form .input-form, .comment-form .textarea-form{
	margin-bottom: 30px;
	width: 100%
}
.comment-form .textarea-form, .textarea-form .input-form{width: 100%}
.comment-form input[type="checkbox"]{margin-right: 10px}
.comment-list{
	padding: 0;
	list-style: none;
}
.comment-body{margin-bottom: 30px;}
.comment-body .comment-author{
	float: left;
	margin-right: 20px;
}
.comment-body .comment-author .avatar{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.comment-body .comment-content{
	overflow: hidden;
}
.comment-content .author-name{
	font-size: inherit;
	display: inline-block;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.comment-content .date-comment{
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
}
.comment-content .date-comment a{color: inherit;}
.comment-content .reply{
	float: right;
}
.comment-content .reply .comment-reply-link:after{
	content: "\f3e5";
	display: inline-block;
	margin-left: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.comment-content .comment-text {
	margin-top: 15px;
}
.comment-list ol.children{
	list-style: none;
}
/*--------- 2.6 Widget -----------*/
.widget-title {
	font-size: inherit;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.widget-title:after{
	content: "";
	height: 2px;
	width: 50px;
	margin: 10px auto 0;
	display: block;
	background: var(--accent-color);
}
.widget ul{padding: 0}
.widget ul ul,.widget ol ol{padding-left: 20px}
.widget ul li{
	list-style: none;
}
.wpb_widgetised_column .widget,
.sidebar .widget{
	margin-bottom: 50px;
}
.wpb_widgetised_column .widget:last-child, .sidebar .widget:last-child{
	margin-bottom: 0
}
.widget_recent_entries li a, .widget_archive li a,.widget_recent_comments li a,
.widget_categories li a, .widget_meta li a, .widget_pages li a, .widget_nav_menu li a{
	color: inherit;
	display: inline-block;
}
.widget_recent_entries li a:hover, .widget_archive li a:hover,.widget_nav_menu li a:hover,
.widget_categories li a:hover, .widget_meta li a:hover, .widget_pages li a:hover,
.widget_recent_comments li a:hover{
	color: var(--accent-color);
}
.widget_recent_entries li, .widget_archive li,
.widget_categories li, .widget_meta li, .widget_pages li, .widget_nav_menu li,
.widget_recent_comments li{
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.widget_recent_entries li:last-child, .widget_archive li:last-child,
.widget_categories li:last-child, .widget_meta li:last-child, .widget_pages li:last-child, 
.widget_nav_menu li:last-child,.widget_recent_comments li:last-child{
	border-bottom: none;
}
.widget_rss li{margin-bottom: 20px;}
.widget_rss li cite:before{
	content: "";
	width: 20px;
	height: 1px;
	background: #999;
	display: inline-block;
	margin-right: 5px;
}
.widget_rss li .rsswidget{display: block;}
.widget_rss li .rss-date{font-style: italic;}
.tagcloud a {
	font-size: 13px !important;
	color: inherit;
	border: 1px solid #ddd;
	padding: 3px 20px;
	border-radius: 25px;
	margin: 0 5px 10px 0;
	display: inline-block;
}
.tagcloud a:hover{
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: #fff;
}

/*Social Network*/
.widget_silaslite_social_network .follow_desc{margin-bottom: 15px}
.widget_silaslite_social_network .follow_desc,
.widget_silaslite_social_network .social-network{text-align: center;}
.widget_silaslite_social_network .social-network a{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #eee;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 4px;
}
.widget_silaslite_social_network .social-network a:hover{
	color: #fff;
	background: var(--heading-color);
}

/*Latest Post*/
.list-latest-posts .post{
	margin-bottom: 20px;
}
.list-latest-posts .post:last-child{margin-bottom: 0;}
.list-latest-posts .post-title{
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.list-latest-posts .post-inner{
	display: -webkit-flex;
	display: flex;
}
.list-latest-posts .post-image{
	margin-right: 20px;
	margin-bottom: 0;
	position: relative;
	width: 85px;
}
.list-latest-posts .post-content{
	width: calc(100% - 85px);
}
.list-latest-posts .post .post-image::after{display: none;}
.widget-blog-list .date-post, .item-relate .date-post{
	display: block;
	font-size: 12px;
	color: #999;
	font-style: italic;
}
.list-latest-posts .post-image > a{
	display: inline-block;
	overflow: hidden;
}
.list-latest-posts .post .post-number{
	width: 28px;
	height: 28px;
	line-height: 24px;
	text-align: center;
	border:2px solid #fff;
	color: #fff;
	background: var(--accent-color);
	font-size: 12px;
	font-weight: 500;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
}

/*Newsletter*/
.silaslite-newsletter{
	text-align: center;
	padding: 50px 20px;
	background: #f3f3f3;
}
.form-newsletter input[type="email"] {
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	float: left;
	padding: 13px 18px;
	border: none;
}
.form-newsletter button {
	font-size: 0;
	color: transparent;
	padding: 0;
	position: relative;
	width: 50px;
	line-height: 50px;
	background: var(--accent-color);
}
.form-newsletter button::after {
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	color: #fff;
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*-------------------------------
			FOOTER
-------------------------------*/
.photos-ins{
	overflow: hidden;
	margin: 0 -3px;
}
.footer-ins{
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%);
	background: -o-linear-gradient(rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%);
	background: linear-gradient(rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%);

}
.footer-ins .photos-ins{
	margin: 0;
}
.footer-ins .photos-ins .photo-item{
	width: 16.6667%;
	padding: 0;
}
.footer-ins .widget-title{
	padding: 30px 0 0;
	background: #f3f3f3;
	margin-bottom: 0
}
.footer-ins .widget-title:after{display: none;}
.instagram-inner{position: relative;}
.footer-ins .instagram-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.footer-ins .author-link,.author-link{margin: 0;}
.footer-ins .author-link{
	background: #f3f3f3;
	text-align: center;
	width: 100%;
	padding-bottom: 35px;
	padding-top: 10px;
}
.footer-ins .author-link a {
	color: var(--heading-color);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 26px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-ins .author-link a::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f16d";
	font-weight: 900;
	font-size: 30px;
	margin-right: 10px;
}
.footer-ins #sb_instagram{
	background: #f3f3f3;
	padding-top: 30px;
}
#sb_instagram .sb_instagram_header {
    background: #f3f3f3;
    margin-bottom: 0!important;
    /*padding-bottom: 20px!important;*/
}
.footer-social{
	background: #fff;
	text-align: center;
}
.footer-social .social-network{
	padding: 40px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.footer-social .social-network a{
	text-align: center;
	margin: 0 15px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.footer-social .social-network a:first-child{margin-left: 0}
.footer-social .social-network a:last-child{margin-right: 0}
.footer-social .social-network i{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-right: 10px;
}
.footer-social .social-network a:hover i{
	color: #fff;
	border-color: var(--accent-color);
	background: var(--accent-color);
}
.footer-social .social-network .social-slug{
	display: inline-block;
}
.footer-copyright{
	background: #f3f3f3;
	color: var(--heading-color);
	text-align: center;
	padding: 47px 0;
}
/*--------------------------------
		4.RESPONSIVE
--------------------------------*/
/*MENU MOBILE*/
.body-overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}
.open-menutouch .body-overlay{
	opacity: 1;
	z-index: 20;
}
.menu-toggle span{
	width: 23px;
	height: 2px;
	background: var(--heading-color);
	margin: 3px 0;
	display: block;
}
.mobile-header{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.header-content-mobile{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.navbar-toggle span{
	display: block;
	width: 20px;
	height: 2px;
	background: var(--heading-color);
	margin: 4px 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.navbar-toggle span:first-child{margin-top: 0}
.navbar-toggle span:last-child{margin-bottom: 0}
.logo-navbar{text-align: center;margin-bottom: 40px}
.logo-navbar img{max-width: 185px}
@media (min-width : 1230px){
	.container{
		max-width: 1200px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	.header-maintop{padding: 0 20px}
	div.silaslite-main-menu > ul > li > a, ul.silaslite-main-menu > li > a{padding: 15px 1em}
	.social-network a{margin-right: 12px}
	.silaslite-logo{padding: 50px 0}
	.feature-blog .post .post-image::after {padding-top: 60%;}
	.promobox-item .image-promobox{min-height: 260px;}
	.post-meta > ::after{margin: 0 7px;}
	.silaslite-newsletter{padding: 30px}
	.newsletter-form input[type="text"], .newsletter-form input[type="email"]{width: 225px}
	.silaslite-blogs .post-standard .post-title{font-size: 26px;}
	.item-relate .post-info{margin: 0;padding: 15px 0;-webkit-box-shadow: none;	box-shadow: none}
	.silaslite-single-post .post-single .post-title{font-size: 30px;}
	.has-sidebar .blog-list .has-post-thumbnail .post-format{width: 280px}
	.has-sidebar .blog-list .has-post-thumbnail .post-info{width: calc(100% - 280px);
		width: -webkit-calc(100% - 280px);}
	.has-sidebar .blog-list .readmore{display: none;}
	.has-sidebar .silaslite-blogs .post-title{font-size: 20px;}
	.has-sidebar .blog-list .post-content{margin-bottom: 0;}
	.has-sidebar .blog-list .post-meta {margin-bottom: 10px;}
	.w-300 {max-width: 300px;}
	.main-content.has-sidebar{
		max-width: calc(100% - 300px);
		max-width: -webkit-calc(100% - 300px);
	}
	.post-related-title, .comment-reply-title, .comments-title{}
}
@media (max-width: 991.98px){
	button:focus, a:focus{outline: none;}
	.top-rightheader{
		justify-content: space-between;
		width: 100%;
	}
	.right-icon{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.navbar-search{margin-right: 15px}
	.sidebar{margin-top: 70px;}
	.widget_media_image{text-align: center;}
	.silaslite-newsletter .newsletter-title{margin-bottom: 20px;text-align: center;}
	.silaslite-main-nav{
		position: fixed;
		left: 0;
		top: 0;
		width: 320px;
		height: 100vh;
		overflow-y: auto;
		background: #fff;
		z-index: 999999;
		padding: 45px 20px;
		opacity: 0;
		-webkit-transform: translateX(-320px);
		-ms-transform: translateX(-320px);
		-o-transform: translateX(-320px);
		transform: translateX(-320px);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.open-menutouch .silaslite-main-nav{
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	div.silaslite-main-menu > ul > li, ul.silaslite-main-menu > li{display: block;}
	div.silaslite-main-menu > ul > li > a, ul.silaslite-main-menu > li > a{
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	div.silaslite-main-menu > ul > li:last-child > a, ul.silaslite-main-menu > li:last-child > a{border-bottom: none;}
	.silaslite-main-menu .sub-menu{
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-top: none;
		padding-left: 20px
	}
	.silaslite-main-menu .sub-menu li a{padding: 10px 0}
	.promobox-item .title-promobox{
		line-height: 36px;
		background: #fff;
	}
	.promobox-item .image-promobox::before, .promobox-item .image-promobox::after{
		opacity: 1;
	}
	.footer-social .social-network{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 30px
	}
	.footer-social .social-network a{margin-bottom: 10px}
	.w-300 {max-width: 100%;}
	.main-content.has-sidebar{max-width:100%;}
	.wrapper-main-content, .silaslite-newsletter .row {
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 991.98px){
	.header-maintop{padding: 10px 30px}
	.silaslite-logo{padding: 45px 0}
	.silaslite-newsletter{padding: 30px}
	.feature-blog .post .post-image::after {padding-top: 72%;}
	.feature-blog .post-title{font-size: 30px;}
	.promobox-item .image-promobox{min-height: 240px}
	.newsletter-form input[type="text"], .newsletter-form input[type="email"]{width: 215px}
	.footer-social .social-network i{width: 40px;height: 40px;font-size: 14px;line-height: 38px}
	.footer-ins .author-link a{padding: 7px 15px;}
	.blog-list .has-post-thumbnail .post-format{width: 340px}
	.blog-list .has-post-thumbnail .post-info {
		width: calc(100% - 340px);
		width: -webkit-calc(100% - 340px);
	}
}
@media (max-width: 767.98px){
	.header-maintop{padding: 12px 20px}
	.silaslite-logo{padding: 45px 30px}	
	.newsletter-form{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.silaslite-newsletter{padding: 35px 40px}
	.newsletter-form input[type="text"],.newsletter-form input[type="email"]{margin-bottom: 20px;width: 100%}
	.feature-blog .post-title{font-size: 28px;}
	.promobox-item{margin-bottom: 30px;}
	.silaslite-blogs .post-standard .post-title{font-size: 24px;}
	.post-share a{width: 32px;height: 32px;line-height: 30px;margin: 0 2px;}
	.silaslite-blogs .post-title{font-size: 22px;}
	.blog-list .has-post-thumbnail .post-format{width: 100%;margin-bottom: 25px}
	.blog-list .has-post-thumbnail .post-info{width: 100%;padding-left: 0;}
	.blog-list .post .post-inner{flex-direction: column;}
	.blog-masonry .post{width: 100%}
	.silaslite-blogs .post-format{margin-bottom: 25px;}
	.footer-ins .photos-ins .photo-item{width: 50%}
	.footer-ins .author-link a{padding: 5px 15px}
	.footer-social .social-network .social-slug{display: none;}
	.footer-social .social-network a{margin: 0 7px;}
	.blog-list .post-format{width: 100%;margin-right: 0;float: none;}
	.page-title{font-size: 34px;}
	.header-search .searchform {min-width: 80%;padding: 5px;}
	.header-search .close-search{right: 30px}
	.item-relate.post{margin-bottom: 30px}
	.readmore{padding: 6px 12px;}
	.footer-social .social-network i{margin-right: 0;}
	.silaslite-single-post .post-single .post-title{font-size: 30px;}
	.wp-block-quote.is-style-default, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
		padding:0px 30px 40px 50px;
	}
	.wp-block-quote.is-style-large{padding: 40px 30px}
	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p{font-size: 20px;}
	.post-about{padding-left: 30px;padding-right: 30px}
	.wp-block-quote.is-style-large::before{left: -25px}
}
@media (min-width: 576px) and (max-width: 767.98px){
	.feature-blog .post .post-image::after {padding-top: 70%;}
}
@media (max-width: 575.98px){
	.feature-blog .post .post-image::after {padding-top: 85%;}
}