/*
  // This is the post style css code
*/
.page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
img {
    max-width: 100%;
    height: auto;
}
/* - Blog Post */
/* - Trending Section */
.trending-section {
	direction: ltr;
	padding-top: 70px;
}
.trending-section .trending-carousel {
	border-bottom: 1px solid #ebebeb;
}
.trending-section .type-post .entry-content {
	margin-top: 13px;
	padding-left: 0;
	padding-right: 0;
}
.trending-section .type-post h3.entry-title {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.375px;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.trending-section .type-post h3.entry-title::before {
	display: none;
}

/* - Blog Post */
div.type-post {
	text-align: center;
}
.type-post {
	margin-bottom: 50px;
}
.type-post .entry-cover {
	position: relative;
}
.type-post .entry-cover > a {
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.type-post .entry-cover .post-meta ~ a::before {
	background-color: rgba(0,0,0,0.35);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post:hover .entry-cover .post-meta ~ a::before {
	opacity: 1;
}
.type-post .entry-cover .post-meta {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 10px;
	z-index: 1;
}
.type-post .entry-cover .post-meta > span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	animation-duration: 0.5s;
}
.type-post:hover .entry-cover .post-meta > span {
	opacity: 1;
}
.type-post .entry-cover .post-meta > span > a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.type-post .entry-cover .post-meta > span.byline {
	float: left;
	text-align: left;
}
.type-post:hover .entry-cover .post-meta > span.byline {
	animation-name: slideInLeft;
}
.type-post .entry-cover .post-meta > span.post-date {
	float: right;
	text-align: right;
}
.type-post:hover .entry-cover .post-meta > span.post-date {
	animation-name: slideInRight;
}
.type-post .entry-content {
	display: inline-block;
	max-width: 100%;
	margin-top: 27px;
}
.blog-single .type-post .entry-content {
	margin-top: 50px;
}
div.type-post .entry-content {
	padding-left: 15px;
	padding-right: 15px;
}
.type-post .entry-header > span {
	color: #a1a1a1;
	font-size: 14px;
	letter-spacing: 0.18px;
	line-height: 2;
	text-transform: uppercase;
}
.type-post .entry-header > span > a {
	color: #a1a1a1;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post .entry-header > span > a:hover {
	color: #151515;
}
.type-post .entry-header .entry-title {
	color: #bf840d;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.6px;
	line-height: 1.25;
	margin: 5px 0 16px;
	padding-bottom: 18px;
	position: relative;
}
.type-post:not(.post-position) .entry-header .entry-title::before {
	background-color: #e1e1e1;
	bottom: 0;
	content: "";
	height: 2px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 30px;
}
.type-post .entry-header .entry-title > a {
	color: #bf840d;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post .entry-header .entry-title > a:hover {
	color: #717171;
}
.type-post .entry-content p {
	color: #717171;
	letter-spacing: 0.150px;
	line-height: 1.6;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.type-post .entry-content p:last-of-type {
	margin-bottom: 0;
}

.type-post .entry-content > a,
.type-post .entry-content > a::before {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.type-post .entry-content > a {
	color: #a1a1a1;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.18px;
	line-height: 2;
	margin-top: 12px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	animation-duration: 0.6s;
}
.type-post .entry-content > a::before {
	background-color: #151515;
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 0;
}
.type-post .entry-content > a:hover {
	color: #151515;
}
.type-post:hover .entry-content > a {
	animation-name: bounceIn;
}
.type-post .entry-content > a:hover::before {
	width: 100%;
}
.type-post.post-position {
	position: relative;
	margin-bottom: 60px;
}
.type-post.post-position .entry-cover > a::before {
	background-color: rgba(0,0,0,0.45);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
}
.type-post.post-position .entry-content {
	left: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin-top: 0;
}
.type-post.post-position .entry-content .entry-header > span {
	font-weight: bold;
}
.type-post.post-position .entry-content .entry-header > span > a,
.type-post.post-position .entry-header .entry-title > a {
	color: #fff;
}
.type-post.post-position .entry-header .entry-title {
	padding-bottom: 0;
	margin-bottom: 3px;
}
.type-post.post-position .entry-content > a {
	color: #fff;
	font-weight: bold;
}
.type-post.post-position .entry-content > a::before {
	background-color: #fff;
}

.blog-paralle .type-post .entry-content p,
.blog-masonry-box .entry-content p:last-of-type {
	margin-bottom: 0;
}


.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.navigation.pagination {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.navigation.pagination > h2.screen-reader-text {
    display: none;
}
.navigation.pagination .nav-links {
    display: inline-block;
}
.navigation.pagination .nav-links > .page-numbers {
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 5px 21px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.navigation.pagination .nav-links > .page-numbers:first-child {
    border-left: none;
}
.navigation.pagination .nav-links > .page-numbers > span.screen-reader-text {
    display: none;
}
.navigation.pagination .nav-links > .page-numbers.current, .navigation.pagination .nav-links > a:focus, .navigation.pagination .nav-links > a:hover {
    background-color: #ebebeb;
    border-color: transparent;
    color: #464646;
}
.slider-carousel-4 .post-box {
    float: left;
    position: relative;
    width: 100%;
}
.slider-carousel-4 .post-box::before {
    background-color: rgba(0,0,0,0.35);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.slider-carousel-4 .post-box .entry-content {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    text-align: center;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    animation-duration: 0.6s;
    z-index: 2;
}
.slider-carousel-4 .post-box .entry-content > span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.18px;
    line-height: 2;
}
.slider-carousel-4 .post-box .entry-content > h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.24px;
    line-height: 1.5;
    margin-top: 8px;
}
.slider-carousel-4 .post-box .entry-content a {
    color: #fff;
    text-decoration: none;
}
.slider-carousel-4 .post-box .entry-content > a {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 20px 1px;
    line-height: 2;
    margin-top: 14px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.slider-carousel-4 .post-box .entry-content > a:hover {
    background-color: #fff;
    color: #151515;
}
/*blog single*/
/* - Blog Single */
article[class*="type-"] .entry-cover {
	position: relative;
}
article[class*="type-"] .entry-header,
article[class*="type-"] .entry-content blockquote {
	text-align: center;
}
article[class*="type-"] .entry-header .entry-title {
	margin-bottom: 15px;
}
article[class*="type-"] .entry-content blockquote {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 40px;
}
article[class*="type-"] .entry-content blockquote p {
	color: #151515;
	font-weight: bold;
	letter-spacing: -0.55px;
	margin-bottom: 0;
}
article[class*="type-"] .entry-content blockquote span {
	color: #717171;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.4px;
	line-height: 1.875;
}
article[class*="type-"] .entry-content > h4 {
	color: #151515;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.55px;
	line-height: 1.36;
	margin-bottom: 20px;
	margin-top: 50px;
}
article[class*="type-"] .entry-content figure {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 0;
}
article[class*="type-"] .entry-content .post-image.row {
	margin-left: -4px;
	margin-right: -4px;
}
article[class*="type-"] .entry-content .post-image > figure {
	padding-left: 4px;
	padding-right: 4px;
}
article[class*="type-"] .entry-content figure figcaption {
	color: #a1a1a1;
	font-size: 14px;
	letter-spacing: 0.21px;
	line-height: 1.71;
	margin-top: 13px;
	margin-bottom: 32px;
}
article[class*="type-"] .entry-content > ul {
    display: inline-block;
    margin: 10px 0 26px;
    padding-left: 0;
	padding-right: 0;
}
article[class*="type-"] .entry-content > ul > li {
	color: #717171;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.225px;
	line-height: 1.6;
	position: relative;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
}
article[class*="type-"] .entry-content > ul > li::before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	vertical-align: middle;
	margin-right: 20px;
}
article[class*="type-"] .entry-content .entry-footer {
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
	margin-top: 45px;
}
article[class*="type-"] .entry-content .entry-footer .tags > a,
article[class*="type-"] .entry-content .entry-footer .social > li  > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
article[class*="type-"] .entry-content .entry-footer .tags {
	float: left;
	margin-bottom: 12px;
	max-width: 100%;
}
article[class*="type-"] .entry-content .entry-footer .tags > a {
	color: #a1a1a1;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.21px;
	margin-right: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
article[class*="type-"] .entry-content .entry-footer .tags > a:hover {
	color: #151515;
}
article[class*="type-"] .entry-content .entry-footer .social {
	float: right;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}
article[class*="type-"] .entry-content .entry-footer .social > li {
	display: inline-block;
	margin-left: 18px;
}
article[class*="type-"] .entry-content .entry-footer .social > li  > a {
	color: #bf840d;
	font-size: 13px;
}
article[class*="type-"] .entry-content .entry-footer .social > li  > a:hover {
	color: #717171;
}

.blog-single .entry-header > h3  {
	text-align: center;
	margin-bottom: 15px;
}
.blog-single .entry-header .post-meta {
	margin-bottom: 15px;
}
.blog-single .entry-header .post-meta > span {
	color: #717171;
	font-size: 13px;
	font-weight: 600;
	animation-duration: 0.5s;
}
.blog-single .entry-header .post-meta > span::after {
	content: ","
}
.blog-single .entry-header .post-meta > span:last-child::after {
	content: "";
}
.blog-single article[class*="type-"]  .entry-header .post-meta > span > a {
	color: #717171;
	text-transform: uppercase;
	text-decoration: none;
}

/* - About Author */
.about-author-box {
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 60px;
	width: 100%;
}
.about-author-box > .author {
	min-height: 170px;
	padding-left: 210px;
	padding-top: 10px;
	position: relative;
}
@media (max-width: 991px)
.about-author-box > .author {
    padding-left: 125px;
    min-height: 100px;
}


.about-author-box > .author > i {
	left: 0;
	position: absolute;
	top: 0;
}
.about-author-box > .author > i > img {
	border-radius: 100%;
}
.about-author-box .author > h4 {
	color: #131313;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.45px;
	line-height: 1.66;
	margin-bottom: 12px;
	text-transform: capitalize;
	width: 100%;
}
.about-author-box .author > p {
	color: #717171;
	letter-spacing: 0.225px;
	line-height: 1.6;
}
.about-author-box .author > ul {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 2px;
	padding-left: 0;
	padding-right: 0;
}
.about-author-box .author > ul > li {
	display: inline-block;
	margin-right: 20px;
}
.about-author-box .author > ul > li > a {
	color: #717171;
	font-size: 13px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.about-author-box .author > ul > li > a:hover {
	color: #151515;
}

/* - Related Post */
.related-post {
	display: inline-block;
	padding-top: 67px;
	width: 100%;
}
.related-post > h3 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.875;
	margin-bottom: 23px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
}
.related-post > h3::before {
	background-color: #ebebeb;
	bottom: 0;
	content: "";
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	width: 30px;
	margin: 0 auto;
}
.related-post .related-post-block {
	direction: ltr;
}
.related-post .related-post-box {
	text-align: center;
}
.related-post .related-post-box > span {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.15px;
	line-height: 1.4;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 7px;
}
.related-post .related-post-box > span  > a {
	color: #a1a1a1;
	text-decoration: none;
}
.related-post .related-post-box > h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: -0.35px;
}
.related-post .related-post-box > h3 > a {
	color: #151515;
	text-decoration: none;
}

/* - Comment Area */
.comments-area {
	display: inline-block;
    margin-top: 50px;
    padding: 0;
    width: 100%;
}
.comments-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.875;
	margin-bottom: 23px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
}
.comments-title::before {
	background-color: #ebebeb;
	bottom: 0;
	content: "";
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	width: 30px;
	margin: 0 auto;
}
.comment-list {
    list-style: none;
    margin-bottom: 0;
	padding-left: 0;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comment-body {
	margin-bottom: 58px;
	padding-left: 100px;
	position: relative;
	min-height: 70px;
} 
.comment-meta {
	display: inline-block;
	width: 100%;
}
.comment-author { 
	color: #151515;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.875;
	text-transform: capitalize;
}
.comment-author .avatar {	
	position: absolute;
	left: 0;
	top: 10px;
}
.comment-author .fn {
	font-weight: 400;
}
.comment-metadata {
	margin-bottom: 5px;
}
.comment-metadata a {
	color: #a1a1a1;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.18px;
	line-height: 2;
}
.comment-metadata a:hover {
	color: #6b6b6b;
}
.comments-area .comment p {
    color: #717171;
    letter-spacing: 0.225px;
    line-height: 1.6;
	margin-bottom: 10px;
}
.comment-list .reply a {
	color: #151515;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.18px;
	line-height: 2;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
.comment-list .reply a > i {
	margin-right: 5px;
}
.comment-list .reply a:hover {
	color: #717171;
}
.comment-list .children {
	list-style: none;
	margin: 0 0 0 15px;
	padding-left: 15px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}
/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
}
.comment-reply-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.875;
	margin-bottom: 23px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}
.comment-reply-title::before {
	background-color: #ebebeb;
	bottom: 0;
	content: "";
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	width: 30px;
	margin: 0 auto;
}
.required {
    color: #c0392b;
}
.comments-area .comment-form {
	margin-left: -15px;
	margin-right: -15px;
}
.comments-area .comment-form p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}
.comments-area .comment-form p:last-of-type {
	margin-bottom: 0;
}
.comments-area .comment-form-email,
.comments-area .comment-form-url,
.comments-area .comment-form-comment {
    float: left;
    width: 50%;
}
.comments-area .comment-form-author,
.comments-area .comment-form-comment {
	width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background-color: #f7f7f7;
    border: none;
    border-radius: 0;
	box-shadow: none;
    color: #a1a1a1;
	font-size: 15px;
    letter-spacing: 0.225px;
    min-height: 47px;
    outline: none;
    padding: 14px 32px;
    position: relative;
    width: 100%;
    border: 1px solid #e1e1e1;
}
.form-submit {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.comment-form input[type="submit"]{
	background-color: #bf840d;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
	cursor: pointer;
	float: right;
    font-size: 14px;
    letter-spacing: -0.35px;
	line-height: 1.42;
    padding: 11px 35px 10px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.comment-form input[type="submit"]:hover {
    border-color: #464646;
	color: #464646;
	background-color: transparent;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #a1a1a1;
	opacity: 1;
}
.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder { 
	color: #a1a1a1;
	opacity: 1;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	color: #a1a1a1;
	opacity: 1;
}
.comment-form input:-ms-input-placeholder,  
.comment-form textarea:-ms-input-placeholder {  
	color: #a1a1a1;
	opacity: 1;
}

.widget {
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
}
.widget ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.widget a {
    text-decoration: none;
    color: #464646;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
    text-transform: uppercase;
}

/* - Widget : Latest Posts */
.widget_latestposts .latest-content {
	display: inline-block;
	margin-bottom: 25px;
	min-height: 80px;
	padding: 5px 0 5px 120px;
	position: relative;
	width: 100%;
}
.widget_latestposts .latest-content.no_post_thumb {
	min-height: 1px;
}
.widget_latestposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.widget_latestposts  .latest-content.no_post_thumb {
	padding-left: 0;
	padding-right: 0;
}
.widget_latestposts .latest-content > a > i {
	position: absolute;
	left: 0;
	top: 0;
}
.widget_latestposts .latest-content h5 {
	color: #151515;
    margin-bottom: 8px;
    margin-top: 0;
}
.widget_latestposts .latest-content h5 > a {
	color: #151515;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.375px;
    line-height: 1.33;
	text-decoration: none;
	text-transform: inherit;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_latestposts .latest-content h5 > a:hover {
	color: #717171
}
.widget_latestposts .latest-content span {
	color: #a1a1a1;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 0.18px;
	text-transform: uppercase;
}
.widget_latestposts .latest-content span a {
	color: #a1a1a1;
	font-size: 13px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
}
.widget_latestposts .latest-content span a:hover {
	color: #151515;
}
/* - Widget : Social */
.widget_social > ul {
	background-color: #f7f7f7;
	padding: 18px 0 12px;
	margin-bottom: 0;
	text-align: center;
}
.widget_social > ul > li {
	display: inline-block;
	width: auto;
	margin: 0 10px;
}
.widget_social > ul > li > a {
	color: #151515;
	font-size: 20px;
	vertical-align: middle;
	animation-duration: 2s;
}
.widget_social > ul > li > a:hover {
	animation-name: zoomIn;
}
* - Widget : Tranding Post */
.widget_tranding_post .trnd-post-box {
	display: inline-block;
	width: 100%;
}
.widget_tranding_post .trnd-post-box > .post-cover {
	margin-bottom: 15px;
}
.widget_tranding_post .trnd-post-box > span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.18px;
	line-height: 2px;
}
.widget_tranding_post .trnd-post-box > span > a {
	color: #a1a1a1;
	text-decoration: none;
	font-size: 12px;
}
.widget_tranding_post .trnd-post-box > h3 {
	font-size: 18px;
	letter-spacing: -0.45px;
	line-height: 1.38;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: capitalize;
}
.widget_tranding_post .trnd-post-box > h3 > a {
	color: #151515;
	text-decoration: none;
	font-size: 18px;
	text-transform: capitalize;
}
.widget_tranding_post  .carousel-indicators {
	position: relative;
	margin-top: 30px;
	margin-bottom: 0;
}
.widget_tranding_post  .carousel-indicators li {
	width: 10px;
    height: 10px;
	border-radius: 50%;
	flex: 0 0 auto;
	border: 1px solid #000;
	cursor: pointer;
}
.widget_tranding_post  .carousel-indicators li.active {
	background-color: #000;
}
.widget-title {
    color: #bf840d;
    font-size: 16px;
    line-height: 1.66;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.widget-title::before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
}
.widget > ul:first-of-type {
    padding-left: 0;
    padding-right: 0;
}
.widget_categories ul {
    margin-bottom: 0;
    position: relative;
}
.widget_categories > ul li {
    background-color: #f7f7f7;
    color: #464646;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    position: relative;
    z-index: 1;
}
.widget_categories > ul > li {
    margin-bottom: 3px;
}
.widget_categories.text-center > ul li {
    text-align: center;
    padding: 9px 15px;
}
.widget_categories > ul li a {
    position: relative;
}
.widget_categories ul li a {
    color: #464646;
    padding: 9px 0 9px 15px;
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.66;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.widget_categories.text-center ul li a {
    padding: 0;
}

@media (max-width: 767px) {
	.site-main {
		padding-top: 120px;
	}
	.type-post {
    margin-bottom: 30px;
}
.page-content {
	padding-top: 120px;
}
.widget-area {
    margin-top: 70px;
}
.widget-area .widget {
    max-width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
.no-right-padding {
    padding-right: 0;
}
.no-left-padding {
    padding-left: 0;
}
.breadcrumb-outer {
    background-image: url(../../images/sliders/galleries/32.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
    text-align: center;
}
.breadcrumb-outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: -1;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}
.breadcrumb-outer h2 {
	margin: 0.2em 0;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    font-size: 2.125rem;
    color: #fff;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

ul.breadcrumb li.breadcrumb-item{
	color: #bf840d;
	font-weight: bold;
}
@media only screen and (max-width: 767px){
.breadcrumb-outer {
    padding-top: 180px;
    padding-bottom: 80px;
}
.breadcrumb-outer h2 {
    margin-bottom: 0;
}
}