/*body{
	    background-image: url(../images/Watermark.jpg);
    background-size: 50%;
    background-position: bottom right;
    background-repeat: no-repeat;
}*/
body{
	position:relative;
}
body:after{
	content: "";
  background-image: url(../images/Watermark.jpg);
  opacity: 0.3;
      background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
/* Loader */
.lx-loader{
	display:flex;
	align-items:center;
    justify-content:center;
	position:fixed;
	z-index:99999;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background:#242424;
}
.lx-loader img{
	height:50px;
}
.lx-loader div{
	color:#FFFFFF;
}
.lx-loader div h1{
	font-family:'Open Sans Condensed';
	font-size:40px;
	font-weight:700;
	margin-bottom:10px;
}
.lx-loader div p{
	margin-top:10px;
}
.lx-header {
	background-color:#fff;
	margin-bottom:20px;
	box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
a:hover{
    color:inherit;
    text-decoration:none;
}
/* Background */
.lx-background{
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.lx-background-item{
	float:left;
	position:relative;
	width:12.5%;
	height:100%;
}

/* Wrapper */
.lx-wrapper{
	position:relative;
	z-index:2;
	padding-top:80px;
}

/* Theme Style */
.lx-theme-style{
	position:fixed;
	z-index:2;
	top:0px;
	right:-20px;
	display:flex;
	height:100%;
	padding:5px;
}
.lx-post.post-single{
	margin-top:0px;
}
@media(max-width:767px){
	.lx-theme-style{
		right:-30px;
	}
}
.lx-theme-style a{
	display:table;
	margin:auto;
	font-size:12px;
	text-transform:uppercase;
	transform:rotate(90deg);
}

/* Header */
.lx-header-content{
	position:relative;
	max-width:1170px;
	margin:auto;
	padding:8px 15px;
}

/* Mobile Menu Icon*/
.lx-header-mobile{
	position:relative;
	z-index:4;
	float:left;
	display:none;
	margin-right:10px;
	padding:3px 0px;
}
@media(max-width:768px){
	.lx-header-mobile{
		display:block;
	}
}
.lx-header-mobile i{
	font-size:30px;
	cursor:pointer;
}

/* Logo */
.lx-header-logo{
	position:relative;
	z-index:4;
	text-align:center;
}
.lx-header-logo a{
	display:block;
	font-family:'Righteous';
	font-size:24px;
	font-weight:500;
	line-height:36px;
}
.lx-header-logo a img{
	height:65px;
}

/* Search */
.lx-search-btn{
	position:absolute;
	z-index:2;
	top:34px;
	right:0px;
	padding:0px 12px;
}
@media(max-width:767px){
	.lx-search-btn{
		z-index:3;
	}
}
.lx-search-btn i{
	font-size:30px;
	cursor:pointer;
}
.lx-header-search{
	position:absolute;
	z-index:3;
	left:0px;
	top:0px;
	display:none;
	width:100%;
	height:100%;
}
.lx-header-search form input[type='submit']{
	position:absolute;
	bottom:25px;
	left:0px;
	padding:7px;
	font-size:40px;
	background:none;
	outline:none;
	cursor:pointer;
}
.lx-header-search form input[type='button']{
	position:absolute;
	bottom:25px;
	right:0px;
	padding:7px;
	font-size:40px;
	background:none;
	outline:none;
	cursor:pointer;
}
.lx-header-search form input[type='text']{
	width:100%;
	padding:29px 60px;
	font-size:30px;
	background:none;
	outline:none;
}
@media(max-width:767px){
	.lx-header-search form input[type='text']{
		
	}
}

/* Menu */
.lx-menu{
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	display:flex;
	width:100%;
	height:100%;
	transition:all ease 0.3s;
}
@media(max-width:768px){
	.lx-menu{
		position:fixed;
		z-index:2;
		left:-100%;
		background:#FFFFFF;
	}
}
.lx-menu-list{
	margin:auto;
}
.lx-menu-list ul li{
	display:inline-block;
	margin:6px 15px;
}
@media(max-width:768px){
	.lx-menu-list ul li{
		display:block;
		margin:15px 0px;
	}
}
.lx-menu-list ul li a{
	display:inline-block;
	font-weight:500;
	padding:5px 0px;
	text-transform:uppercase;
}
.lx-menu-list ul li a.active{
	font-weight:600;
}

/* Main */
.lx-main{
	border-top: 1px dashed #ccc;
    padding-top: 30px;
}
@media(max-width:960px){
	.lx-main{
		padding:90px 15px;
	}
}

/* Personal Card */
.lx-personal-card{
	text-align:center;
	
}
.lx-personal-img{
	width:120px;
	height:120px;
	margin:auto;
	overflow:hidden;
	margin-bottom: 20px;
}
.lx-personal-img img{
	display:block;
	width:100%;
}
.lx-personal-card p{
	margin-top:10px;
	color:#BEBEBE;
}
.lx-personal-card h1{
	font-size:32px;
	text-transform:uppercase;
}


/* Posts */
.lx-post{
	position:relative;
	margin-bottom:60px;
}
div.lx-post:last-of-type{
	margin-bottom:0px;
}
.lx-post-title{
	position:absolute;
	top:0px;
	right:0px;
	display:flex;
	width:50%;
	height:100%;
	padding:30px;
}
.lx-post-right .lx-post-title{
	right:auto;
	left:0px;
}
@media(max-width:767px){
	.lx-post .lx-post-title{
		position:static;
		width:100%;
		height:auto;
	}
}
.lx-post-title figure{
	margin:auto;
}
.lx-post-title h3 a{
	display:block;
	font-size:40px;
}
@media(max-width:1024px){
	.lx-post-title h3 a{
		font-size:34px;
	}
}
@media(max-width:960px){
	.lx-post-title h3 a{
		font-size:24px;
	}
}
.lx-post-title span{
	display:block;
	margin-bottom:10px;
}
.lx-post-img{
	float:left;
	width:50%;
}
.lx-post-right .lx-post-img{
	float:right;
}
@media(max-width:767px){
	.lx-post .lx-post-img{
		float:none;
		width:100%;
	}
}
.lx-post-img img{
	display:block;
	width:100%;
	height:400px;
    object-fit: cover;
}
.lx-navigation{
	margin-top:60px;
}
@media(max-width:767px){
	.lx-navigation{
		margin-top:0px;
	}
}
.lx-navigation a{
	font-weight:500;
	text-transform:uppercase;
}
.lx-prev{
	float:left;
}
.lx-next{
	float:right;
}

/* Single Post */
.lx-single-post{
	max-width:640px;
	margin:auto;
}
.lx-single-post-header{
	margin-bottom:60px;
}
@media(max-width:960px){
	.lx-single-post-header{
		max-width:100%;
	}
}
.lx-single-post-header h1{
	margin-bottom:10px;
	font-size:40px;
}
@media(max-width:767px){
	.lx-single-post-header h1{
		font-size:26px;
	}
}

.lx-single-post-thumbnail{
	margin-bottom:60px;
}
@media(max-width:960px){
	.lx-single-post-thumbnail{
		max-width:100%;
	}
}
.lx-single-post-thumbnail img{
	display:block;
	max-width:100%;
	max-height:500px;
	margin:auto;
}
.lx-single-post-thumbnail p{
	margin-top:5px;
	font-weight:300;
	font-style:italic;
	text-align:center;
}
.lx-single-post-content img{
	display:block;
	max-width:100%;
	max-height:500px;
	margin:auto;
}
.lx-single-post-content h2{
	margin-bottom:15px;
}
.lx-single-post-content h3{
	margin-bottom:15px;
}
.lx-single-post-content p{
	margin-bottom:15px;
	font-size:16px;
	line-height:24px;
}
.lx-single-post-content p:last-of-type{
	margin-bottom:0px;
}
.lx-single-post-content p a{
	font-weight:500;
	text-decoration:underline;
}
.lx-single-post-content ul li{
	margin-bottom:10px;
	margin-left:30px;
	font-size:16px;
	list-style:disc;
}
.lx-single-post-content ul li:last-of-type{
	margin-bottom:15px;
}
.lx-single-post-footer{
	margin-top:60px;
}
.lx-single-post-footer h3{
	margin-bottom:20px;
	text-transform:uppercase;
}
.lx-single-post-footer p{
	font-size:14px;
	font-style:italic;
	line-height:20px;
}
/* Single Post Share */
.lx-single-post-share{
	margin-top:60px;
}
.lx-single-post-share h3{
	margin-bottom:20px;
    text-transform:uppercase;
}
.lx-single-post-share ul li{
	display:inline-block;
	margin-right:10px;
}
.lx-single-post-share ul li a{
	font-size:18px;
}

/* Comment */
.lx-single-post-comment{
	margin-top:60px;
}
.lx-single-post-comment h3{
	margin-bottom:20px;
	text-transform:uppercase;
}
.lx-single-post-comment-form p{
	margin-bottom:20px;
	font-size:12px;
	color:#828282;
}
.lx-textfield input{
	width:100%;
	padding:10px 20px;
	border:1px solid #EEEEEE;
	border-radius:4px;
}
.lx-textarea textarea{
	display:block;
	width:100%;
	height:120px;
	padding:10px 20px;
	border:1px solid #EEEEEE;
	border-radius:4px;
	resize:none;
}
.lx-submit{
	text-align:center;
}
.lx-submit input{
	padding:10px 50px;
	font-size:16px;
	font-weight:700;
	background:#f03434;
	color:#FFFFFF;
	border-radius:4px;
	cursor:pointer;
}

/* Comment Items */
.lx-single-post-comment-item{
	margin-bottom:20px;
}
.lx-single-post-comment-img{
	float:left;
	margin-right:20px;
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
}
@media(max-width:767px){
	.lx-single-post-comment-img{
		margin-right:10px;
		width:60px;
		height:60px;
	}
}
.lx-single-post-comment-img img{
	width:100%;
}
.lx-single-post-comment-item > a{
	display:inline-block;
	font-size:20px;
	color:#f03434;
}
.lx-single-post-comment-item > span{
	display:block;
	font-size:13px;
	color:#858585;
}
.lx-single-post-comment-content{
	margin:10px 0px 10px 120px;
}
@media(max-width:767px){
	.lx-single-post-comment-content{
		margin:10px 0px;
	}
}
.lx-single-post-comment-content p{
	font-size:15px;
	line-height:22px;
}
.lx-single-post-comment-item > ul{
	margin-left:120px;
}
@media(max-width:767px){
	.lx-single-post-comment-item > ul{
		margin-left:0px;
	}
}
.lx-single-post-comment-item > ul li{
	float:left;
	margin-right:30px;
}
.lx-single-post-comment-item > ul li a{
	font-size:15px;
	font-weight:500;
}
.lx-single-post-comment-item > ul li a i{
	float:left;
	margin-right:5px;
	font-size:22px;
	line-height:18px;
}
.lx-single-post-comment-item .lx-single-post-comment-item{
	margin-top:20px;
	margin-left:120px;
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
@media(max-width:767px){
	.lx-single-post-comment-item .lx-single-post-comment-item{
		margin-left:0px;
		padding-left:20px;
	}
}

/* Main Gallery */
.lx-main-gallery{
	position:fixed;
	z-index:5;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
}
.lx-main-gallery-header i{
	position:absolute;
	z-index:2;
	top:10px;
	right:10px;
	cursor:pointer;
}
.lx-main-gallery-content{
	position:relative;
	margin:auto;
}
.lx-gallery-layer{
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
}
.lx-main-gallery-content i{
	position:fixed;
	z-index:6;
	left:0px;
	top:50%;
	margin-top:-10px;
	font-size:36px;
	line-height:20px;
	cursor:pointer;
}
.lx-main-gallery-content i.lx-next{
	left:auto;
	right:0px;
}
.lx-main-gallery-content h3{
	position:absolute;
	z-index:2;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px;
	text-align:center;
}
.lx-main-gallery-content h3 span{
	display:inline-block;
	padding:10px 20px;
	font-weight:400;
	border-radius:20px;
}
.lx-main-gallery-content img{
	display:block;
	max-width:100%;
}

/* Gallery */
.lx-gallery{
	position:relative;
	cursor:zoom-in;
}
.lx-gallery-title{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:20px;
}
.lx-gallery-title h3{
	font-weight:500;
	color:#FFFFFF;
}

/* 404 Page */
.lx-404{
	max-width:70%;
	margin:150px auto 200px;
	text-align:center;
}
.lx-404 h1{
	font-size:60px;
}
.lx-404 h2{
	margin-bottom:10px;
}
.lx-404 p{
	font-size:16px;
	line-height:24px;
}
.intro{
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
}
.text-orange{
    color:#f79f1f;
}
.home-catogery .lx-post-img {
    float:none;
    width:100%;
}
.home-catogery .lx-post-title {
   position:static;
    width:100%;
    padding:0;
    padding-top:30px;
}
.home-catogery .lx-post-title span {
   margin-bottom:0;
   color:#f79f1f;
}
.home-catogery .lx-post-title h3 a{
    font-size:30px;
}
.home-catogery .lx-post-img img {
    height: 240px;
    object-fit: cover;
    object-position: top center;
}
.home-catogery .lx-post-title figure{
    margin:0;
}
@media(max-width:767px){
	.lx-404{
		margin:0px auto;
	}
}

/* Footer */
.lx-footer-content{
	max-width:1170px;
	margin:auto;
	padding:30px 15px;
}

/* Social Network */
.lx-footer-sn{
	text-align:center;
}
.lx-footer-sn ul li{
	display:inline-block;
	margin-right:10px;
}
@media(max-width:767px){
	.lx-footer-sn ul li{
		margin-right:5px;
	}
}
.lx-footer-sn ul li a{
	font-size:18px;
}

/* Links */
.lx-footer-links{
	float:right;
}
.lx-footer-links ul li{
	display:inline-block;
	margin-left:5px;
}
.lx-footer-links ul li a{
	display:block;
	padding-top:3px;
	text-transform:uppercase;
}
@media(max-width:767px){
	.lx-footer-links ul li a{
		font-size:13px;
	}
}

/* Single Post */
.section {
    margin-top: 65px;
    background-color: #F9F9FF;
}
.pt-55 {
    padding-top: 55px !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.post-single {
    background-color: #ffffff !important;
    padding: 30px;
    border-radius: 20px !important;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
}
.post-single-image {
    margin-top: -60px;
    margin-bottom: 40px;
    border-radius: 20px;
}
.post-single-image img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
	width:100%;
	height: 400px;
    object-fit: cover;
    object-position: top center;
}
.categorie {
    background-color: #f67280;
    color: #ffffff;
    padding: 2px 15px;
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 800;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-single-content .categorie {
    margin-bottom: 20px;
}
.post-single-content h4 {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.dot {
    width: 4px;
    height: 4px;
    background-color: #f67280;
    border-radius: 50%;
    display: block;
    margin: 2px 6px !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline li {
    display: inline-block;
}

.post-single-info li {
    margin-bottom: 0;
    font-size: 13px;
    color: #506172;
    text-transform: capitalize;
    font-weight: 400;
}
.post-single-body {
    margin-top: 30px;
}
.post-single-body h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.post-single-footer {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-single-footer .tags ul li {
    background-color: #F9F9FF;
    padding: 4px 11px;
    margin-bottom: 5px;
    margin-right: 2px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: capitalize;
    color: #506172;
    font-weight: 700;
}
.post-single-footer .social-media {
    text-align: center;
    margin-left: auto;
}
.widget {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
}
.widget-next-post .small-post, .widget-previous-post .small-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
.widget-next-post .small-post:last-child, .widget-previous-post .small-post:last-child {
    margin-bottom: 0;
}
.widget-next-post .small-post .image, .widget-previous-post .small-post .image {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.widget-next-post .small-post .image img, .widget-previous-post .small-post .image img {
    border-radius: 20px;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.link {
    background-color: #f67280;
    color: #ffffff !important;
    padding: 1px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 700 !important;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget-next-post .small-post .content p, .widget-next-post .small-post .content a, .widget-previous-post .small-post .content p, .widget-previous-post .small-post .content a {
    font-weight: 900;
    color: #152035;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget-next-post .small-post .content .link, .widget-previous-post .small-post .content .link {
    margin-bottom: 8px;
}
.widget {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(69 67 96 / 10%);
}
.widget .title {
    margin-bottom: 20px;
}
.widget-comments {
    margin-bottom: 70px;
}
.widget-comments .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}
.widget-comments .comment-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}
.widget-comments .comment-item .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.widget-comments .comment-item .content .info li {
    margin-bottom: 0;
    font-size: 14px;
    color: #506172;
    text-transform: capitalize;
    font-weight: 400;
}
.widget-comments .comment-item .content p {
    margin-bottom: 15px;
}
.link .arrow_left, .link .arrow_back {
    margin-top: 4px;
    margin-right: 5px;
}
.widget-form .form-group {
    margin-bottom: 20px;
}
.widget-form .form-control {
    background-color: #F9F9FF;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 22px 20px;
    font-size: 14px;
    color: #152035;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.widget-form label {
    font-weight: 400;
    font-size: 14px;
}
.widget-form label span {
    line-height: 0;
}
.btn-custom {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 22px;
    text-transform: capitalize;
    border-radius: 20px;
    background-color: #f67280;
    color: #ffffff;
    border: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget-author {
    text-align: center;
}
.widget-author .image {
    position: relative;
    width: 100px;
    height: 100px;
}
.widget-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.widget-author h6 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 900;
}
.widget-author p {
    text-align: center;
    margin-bottom: 20px;
}
.color-facebook {
    background-color: #3b5998;
}
.color-linkedin {
    background-color: #3b5998;
}
.social-media a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin-right: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.social-media a i {
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
}
.section-title {
    margin-bottom: 30px;
    margin-top: 5px;
}
.section-title h5 {
    text-transform: capitalize;
    position: relative;
}
.section-title h5:after {
    background-color: #f67280;
    display: block;
    position: absolute;
    content: "";
    left: auto;
    top: -5px;
    width: 30px;
    height: 2px;
}
.widget-latest-posts .last-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}
.widget-latest-posts .last-post .image {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.widget-latest-posts .last-post .image img {
    border-radius: 20px;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    object-fit: cover;
}
.widget-latest-posts .last-post .nb {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f67280;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 2;
    z-index: 1;
}
.widget-latest-posts .last-post .content {
    width: calc(100% - 90px);
}
.widget-latest-posts .last-post .content p, .widget-latest-posts .last-post .content a {
    font-weight: 900;
    color: #152035;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget-latest-posts .last-post .content p, .widget-latest-posts .last-post .content a {
    font-weight: 900;
    color: #152035;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget-latest-posts .last-post .content small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    text-transform: capitalize;
    font-size: 13px;
    color: #506172;
    font-weight: 400;
}
.widget-latest-posts .last-post .content small span {
    color: #f67280;
    margin-right: 5px;
    direction: ltr;
}
.icon_clock_alt:before {
    content: "\f017";
	font:normal normal normal 14px/1 FontAwesome;
}
.widget-categories li {
    background-color: #F9F9FF;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.color-instagram {
    background-color: #c32aa3;
}
.color-twitter {
    background-color: #1dcaff;
}
.color-youtube {
    background-color: #e52d27;
}
.color-pinterest {
    background-color: #bd081c;
}
.social-media a:hover {
    background-color: #F9F9FF;
}
.social-media a:hover i {
    color: #506172;
}
.post-single-body .image {
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-single-body .image img {
    border-radius: 5px;
	width: 100%;
}
.post-single-body iframe{
    width:100%;
    height:400px;
}
.poem{
    font-weight:600;
    color:#f79f1f;
    font-style:italic;
}
.widget-latest-posts h3{
    font-size:16px;
}
.widget-latest-posts .content span a{
    color:#f79e1e !important;
}
span.green-color{
    background-color:#03e409;
}
/*End Single Post */