/*	
	Theme Name:		Gutenbiz Blog
	Theme URI:		https://risethemes.com/product-downloads/gutenbiz-blog/
	Description:	Gutenbiz Blog, a clean and elegant blogging child theme of Gutenbiz that will give a unique modern design for your website.
	Author:			Rise Themes
	Author URI: 	http://risethemes.com/
    Template:		gutenbiz
	Version:		1.0.0
    Tested up to:   5.7
    Requires PHP:   5.6
	License:		GNU General Public License v2 or later
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
	Tags:			left-sidebar, right-sidebar, wide-blocks, block-styles, grid-layout, two-columns, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, threaded-comments, translation-ready, news, education, entertainment
	Text Domain:	gutenbiz-blog
*/

/* extra widgets */

body {
	background: #fcfcfc ;
}

.is-sticky .gutenbiz-bottom-header-wrapper {
    z-index: 999 !important;
    background: #fff;
}

span.page-numbers.current {
    color: #fff !important;
}

header#masthead {
	background: #fff;
}

.gutenbiz-blog-profile-card-widget {
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	box-shadow: 0 0 7px #eee;
	border-radius: 6px;
}

.gutenbiz-blog-profile-card-widget a.social-profile {
	font-size: 28px;
}

.gutenbiz-blog-profile-card-widget img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.gutenbiz-blog-profile-card-widget h3.user-name {
	margin: 15px 0 0;
	font-size: 20px;
	text-transform: capitalize;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li {
	display: flex;
	background: #fafafa;
	padding: 15px !important;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: all .3s;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li:before {
	display: none;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li:last-child {
	margin-bottom: 0;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li ul.post-categories {
	display: none;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li a h3 {
	margin: 0 0 10px;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li .gutenbiz-blog-content {
	margin: 0;
	line-height: 1.6;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li .gutenbiz-blog-pwt-content-wrappet {
	max-width: 60%;
	flex: 0 0 60%;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li>a {
	flex: 0 0 40%;
	padding-right: 20px;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li .post-date {
	line-height: 1 !important;
	margin: 0 0 8px;
}

.widget .gutenbiz-blog-recent-posts-wrapper>ul li .post-date a {
	font-size: 12px !important;
	line-height: 1 !important;
}
.extra-widget-area {
	margin-bottom: 0;
}

.extra-widget-area  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.extra-widget-area  ul li a {
	color: #000;
}

.extra-widget-area .gutenbiz-blog-recent-posts-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.extra-widget-area .gutenbiz-blog-recent-posts-wrapper ul li {
	max-width: 24%;
    flex: 0 0 24%;
}

@media (max-width: 767px) {
	.extra-widget-area .gutenbiz-blog-recent-posts-wrapper ul li {
		max-width: 100%;
		flex: 0 0 100%;
	}
}


.gutenbiz-latest-news-style-one {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.gutenbiz-latest-news-style-one>div {
	padding: 0 15px;
}

.gutenbiz-latest-news-style-one>div h2 {
	font-size: 18px;
	margin: 0;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger {
	max-width: 40%;
	flex: 0 0 40%;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: flex-end;
	padding: 15px;
	position: relative;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner:after {
	content: '';
	background: #00000052;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner>* {
	position: relative;
	z-index: 9;
	color: #fff;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner>* a {
	color: #fff;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner>* span.author-text {
	margin-left: 10px;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner>* p {
	color: #fff;
	margin: 0 0 10px;
	line-height: 1.6;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner>* span.posted-on:before {
	font: normal normal normal 12px FontAwesome;
	content: "\F073";
	margin-right: 0.3rem;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner h2 {
	margin: 20px 0;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner h2 a {
	color: #fff;
	transition: all .3s;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner h2 a:hover {
	color: #cf2121;
}

@media (max-width: 576px) {
	.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger {
		max-width: 100%;
		flex: 0 0 100%;
		min-height: 350px;
	}
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper {
	max-width: 60%;
	flex: 0 0 60%;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small {
	margin-bottom: 25px;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small:last-child {
	margin-bottom: 0;
}

@media (max-width: 576px) {
	.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small {
		margin-top: 25px;
	}
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner {
	transition: all .3s;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #eee;
	padding: 10px;
	transform: translateY(0);
	background: #fff;
}

.gutenbiz-post .post-content-wrap,
.sidebar-order aside section {    
    background: #fff;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 6px #dcdcdc;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .gutenbiz-latest-news-small-content {
	max-width: 75%;
	flex: 0 0 75%;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .gutenbiz-latest-news-small-content h2 a {
	color: #000;
	transition: all .3s;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .gutenbiz-latest-news-small-content h2 a:hover {
	color: #cf2121;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .gutenbiz-latest-news-small-content p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
}

.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .thumbnails {
	max-width: 25%;
	flex: 0 0 25%;
	padding-right: 20px;
}

.gutenbiz-latest-news-small-content .post-categories {
    margin: 6px 0 12px 0;
}

@media (max-width: 576px) {
	.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper, 
	.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .gutenbiz-latest-news-small-content ,
	.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .thumbnails{
		max-width: 100%;
		flex: 0 0 100%;
	}

	.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .thumbnails {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.gutenbiz-latest-news-style-one .gutenbiz-latest-news-small-wrapper .gutenbiz-latest-news-small-inner .thumbnails img {
		width: 100%;
		object-fit: cover;
	}

	aside#secondary {
		margin-top: 50px;
	}

	

}

.extra-widget-area {
	margin-bottom: 30px;
}

.gutenbiz-related-post-wrapper h2 {
	margin: 0 0 30px;
    font-size: 18px;
    font-weight: 700;
}

.gutenbiz-related-post-wrapper .gutenbiz-related-post-inner {
	
	margin-bottom: 30px;
	transition: all .3s;
	transform: translateY(0);
	padding: 0 10px;
}
.gutenbiz-related-post-wrapper .gutenbiz-related-post-inner > div {
	background: #fafafa;
}

.gutenbiz-related-post-wrapper .gutenbiz-related-post-inner .gutenbiz-related-post-text {
	padding: 20px;
}

.gutenbiz-related-post-wrapper .gutenbiz-related-post-inner h3 {
	margin: 12px 0 12px 0;
	font-size: 16px;
}

.gutenbiz-related-post-wrapper .gutenbiz-related-post-inner p {
	margin: 0;
}

.gutenbiz-related-post-wrapper .gutenbiz-related-post-inner:hover {
	transform: translateY(-10px);
}

.gutenbiz-related-post-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}

.gutenbiz-related-post-inner-wrapper > div {
	max-width: 33%;
	flex: 0 0 33.33%;
}

.gutenbiz-related-post-content {
    padding: 20px;
	background: #fff;
}

.gutenbiz-related-post-content h3 a {
	color: #000;
}

.gutenbiz-related-post-content h3 a:hover {
	color: #FC7216;
}

section.gutenbiz-you-missed {
    margin-bottom: 50px;
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner {
	transition: all .3s;
	transform: translateY(0);
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner .gutenbiz-missed-image-wrap {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner article {
	padding: 0 15px;
	position: relative;
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner article .gutenbiz-feature-news-content {
	background: #fff;
	padding: 15px;
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner article .gutenbiz-feature-news-content .gutenbiz-news-title {
	font-size: 18px;
	margin: 0 0 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner article .gutenbiz-feature-news-content .gutenbiz-news-title a {
	color: #000;
	transition: all .3s;
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner article .gutenbiz-feature-news-content p {
	margin: 0;
}

.gutenbiz-you-missed .gutenbiz-feature-news-inner:hover {
	transform: translateY(-10px);
}

.gutenbiz-you-missed h2 {
	margin: 40px 0 20px;
	font-size: 28;
	color: #000;
	font-weight: 600;
}

.gutenbiz-you-missed .you-may-miss-slider-init {
	margin-left: -15px;
	margin-right: -15px;
}

.gutenbiz-you-missed .you-may-miss-slider-init .slick-track {
	margin: inherit;
}

.gutenbiz-you-missed .date-n-cat-wrapper {
	color: #000;
	font-size: 11px;
	margin-bottom: 10px;
}

.gutenbiz-you-missed .date-n-cat-wrapper a {
	color: #000;
	font-size: 11px;
}

.gutenbiz-you-missed ul.post-categories {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #fff;
}

ul.post-categories li a {
	color: #fff;
}

ul.post-categories li:nth-child(2) a {
	background: green;
	color: #fff;
}

ul.post-categories li:nth-child(3) a {
	background: black;
	color: #fff;
}

ul.post-categories li:nth-child(4) a {
	background: yellow;
	color: #000;
}

.post-content p a,
.post-content ul li a,
.post-content ol li a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a {
	text-decoration: underline;
}

.elementor a {
	text-decoration: none !important;
}


/* scroll to top */


.gutenbiz-blog-scroll-to-top {
	position: fixed;
    right: 20px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    border: none;
    background: #FC7216;
    border-radius: 50%;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.widget-title,
section.gutenbiz-you-missed h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: capitalize;
	margin-top: 0;
}

.extra-widget-area {
	margin-top: 50px;
}

.gutenbiz-latest-news-style-one .gutenbiz-style-one-bigger .gutenbiz-style-one-bigger-inner ul.post-categories li:first-child a,
ul.post-categories li:first-child a {
	color: #FC7216;
}


@media (max-width: 620px) {
	.gutenbiz-related-post-inner-wrapper > div {
		max-width: 100%;
		flex: 0 0 100%;
	}

}