
/* IMGWF Blog Theme */

/* Overrides of default theme */


.hero.hero-blog { /* overlay */	
	border-top: none !important;
}
.hero.hero-blog::before { /* overlay */	
	background-image: -moz-linear-gradient(top, 
		rgba(0,0,0,0.1) 0%, 
		rgba(0,0,0,0) 5%, 
		rgba(0,0,0,0) 90%, 
		rgba(0,0,0,0.1) 100%
	);
	background-image: -webkit-linear-gradient(top, 
		rgba(0,0,0,0.1) 0%, 
		rgba(0,0,0,0) 5%, 
		rgba(0,0,0,0) 90%, 
		rgba(0,0,0,0.1) 100%
	);
	background-image: linear-gradient(to bottom, 
		rgba(0,0,0,0.1) 0%, 
		rgba(0,0,0,0) 5%, 
		rgba(0,0,0,0) 90%, 
		rgba(0,0,0,0.1) 100%
	);
	filter: none;
}

/* Hero */
.hero.hero-blog .frame-default {
	display: flex;
	flex-direction: column-reverse;
}

.hero.hero-blog .frame-default .ce-textpic .ce-gallery {
	width: 400px;
	height: 297px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: radial-gradient(circle at center, rgba(255,255,255,.8) 0, rgba(255,255,255,.8) 55%, rgba(255,255,255,0) 55.2% );
}

.hero.hero-blog .frame-default .ce-textpic .ce-column {
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

.hero.hero-blog.hero-page {
	height: 240px;
}

.hero.hero-blog header h1 {
	display: none;
}

.hero.hero-blog header h2 {
	color: #f02a00;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2rem !important;
	margin-top: 70px;
	margin-bottom: 0;
}

.hero.hero-blog.hero-page h1 {
    color: #596d73;
    font-weight: 600;
	letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    margin-top: 70px;
    margin-bottom: 0;
	text-shadow: none;
	/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7), 0px -1px 1px rgba(255, 255, 255, 0.7);*/
}

.back-page-link {
	text-align: right;
	position: absolute;
	top: -20px;
	right: 25px;
}


/* Main page blog parts */

.section-main-blog-parts {
	width: 100%;
}
.section-main-blog-parts strong {
	display: block;
	width: 100%;
	display: flex;
	flex-direction: row;
}
.section-main-blog-parts h2 {
	display: none;
}

.section-main-blog-parts .tx-blog-widget:nth-child(4),
.section-main-blog-parts .tx-blog-widget:nth-child(5),
.section-main-blog-parts .tx-blog-widget:nth-child(7) {
	margin-left: 15px;
	margin-right: 15px;
}

.section-main-blog-parts .tx-blog-widget:nth-child(4) {
	flex-basis: 100%;
	flex: 2;
}
.section-main-blog-parts .tx-blog-widget:nth-child(5),
.section-main-blog-parts .tx-blog-widget:nth-child(7) {
	flex-basis: 100%;
	flex: 1;
}
.section-main-blog-parts .tx-blog-widget:nth-child(5) {
	padding-left: 30px;
}

.section-main-blog-parts .tx-blog-widget:nth-child(4) ul,
.section-main-blog-parts .tx-blog-widget:nth-child(7) ul {
	list-style: none;
}
.section-main-blog-parts .tx-blog-widget:nth-child(4) li,
.section-main-blog-parts .tx-blog-widget:nth-child(7) li {
	margin-left: 0;
	font-size: .9rem !important;
	display: inline-block;
	margin-right: 10px; 
}
.section-main-blog-parts .tx-blog-widget:nth-child(4) li:before,
.section-main-blog-parts .tx-blog-widget:nth-child(7) li:before {
	content: "";
	margin-left: 0;
}

.section-main-blog-parts .tx-blog-widget:nth-child(3),
.section-main-blog-parts .tx-blog-widget:nth-child(6) {
	display: none;
}


/* Blog Content */

#blogInfo {
	margin-bottom: 30px;
	color: #f02a00;
}

#blogInfo p {
	color: #f02a00;
}
#blogInfo b,
#blogInfo strong {
	color: #f02a00;
}
#blogInfo a {
	color: #b02a00;
}


#blogInfo h2 {
	color: #f02a00;
	font-style: italic;
	font-size: 1.8rem !important;
	transform: rotate(-4deg);
	margin-top: 0;
	margin-bottom: 3rem;
}

#blogLogo {
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #8c8c8b;
}

#blogLogo img {
	margin: 60px 0 60px 0;
	width: 569px;
	height: auto;
	max-width: 100%;
}

#blogContent header {
	display: flex;
	flex-direction: column-reverse;
}

#blogContent h3 {
    color: #f02a00;
    font-style: italic;
    font-size: 1.8rem !important;
    transform: rotate(-4deg);
    margin-top: 0;
    margin-bottom: 2rem;
}


#blogContent .ce-textpic .ce-gallery {
	margin: 1rem 0 1rem 0;
}

#blogContent .ce-bodytext h2 {
	margin-top: 1.5rem;
	font-size: 1.6rem !important;
}

.tx-blog-post-list .post img {
	width: 635px;
	height: auto;
	max-width: 100%;
}

/* Blog Sidebar */

#blogSidebar {
	padding-left: 60px;
}

#blogSidebar .side-menu {
	margin: 60px 0 130px 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #8c8c8b;
}

#blogSidebar h1.page-title {
	display: none;
}

#blogSidebar h2 {
	display: none;
}

#blogSidebar h3 {
	padding-top: 1rem;
	border-top: 1px solid #8c8c8b;
	font-size: 1.6rem !important;
	margin-bottom: 20px;
}

#blogSidebar .tx-blog-widget ul {
	list-style-type: none; 
	padding-left: 0;
	margin-left: 0;
}

/*#blogSidebar .tx-blog-widget ul.list-inline li {
	font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	margin: 0.5rem 0 0.5rem 0;
}*/

#blogSidebar .tx-blog-widget ul > li {
	margin-left: 0;
}

#blogSidebar .tx-blog-widget ul > li::before {
    content: none;
    margin-left: 0;
}

a i.fa-rss-square::before {
	content: none;
}


/* Blog Page */

#blogSidebar #blogLogo {
	border-bottom: none;
	text-align: center;
}

#blogSidebar #blogLogo img {
	margin: 30px 0 60px 0;
	width: 190px;
	height: auto;
	max-width: 100%;
}


/* List */

.tx-blog-post-list .post {
	padding-bottom: 30px;
	border-bottom: 1px solid #8c8c8b;
	margin-bottom: 30px;
}

.tx-blog-post-list .post a {
	color: #212529;
}

.tx-blog-post-list .post h3 {
	color: #f02a00;
	font-style: italic;
	font-size: 1.8rem !important;
	transform: rotate(-4deg);
	margin-top: 0;
	margin-bottom: 2rem;
}

.tx-blog-post-list .lead {
	color: #212529;
	font-weight: 500 !important;
	font-size: 1.2rem;
}

.tx-blog-post-list .lead strong {
	color: #212529;
	font-weight: 500 !important;
	font-size: 1.2rem;
}

.tx-blog-post-list .lead.b {
	color: #212529;
	font-weight: 500 !important;
	font-size: 1.2rem;
}

.link-continue > a::after, 
a .link-continue::after {
    content: '\027f6';
    display: block;
    font-weight: normal;
    font-style: normal;
    margin: 4px 0 0 0;
    text-decoration: none;
}

.label-tag {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
}

.tags {
	overflow: visible;
	white-space: normal;
	max-width: 100%;
}

.entry-meta {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: .7rem;
}

.entry-meta .label-tag {
	font-size: .7rem;
	display: inline;
}

.entry-meta .author {
	font-weight: 600;
}
.entry-meta .author + .author::before {
	content: " | ";
}

.entry-sharing {
	margin: 0 0 1rem 0;
	padding: 0 0 0.5rem 0;
}

.label-category {
	background-color: #dadad6;
	border-radius: 10px;
	font-size: .85rem;
	padding: 2px 8px 2px 8px;
	margin-right: .3rem;
}

.label-tag {
	background-color: #dadad6;
	border-radius: 10px;
	font-size: .7rem !important;
	padding: 2px 8px 2px 8px;
	margin-right: .3rem;
}
#blogSidebar .label-tag {
	font-size: .85rem !important;
}

.label i.fa-tag {
	font-size:.5rem;
}

.tx-blog-widget i.fa {
	font-size:.8rem;
	padding-left: 2px;
}

.author-box-intro {
	margin-top: 15px;
}

.author-title {
	display: block;
	font-size: 80%;
	margin-top: 0.5rem;
}

a.author-social-link.small {
	margin-left: 5px;
}

a.author-social-link.small:hover .fa {
	color: #000;
}

h2 {
    margin-top: 1rem;
	font-size: 1.8rem !important;
}

h3 {
	font-size: 1.3rem !important;
}

/* Comment */

.comment {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.comment-header {
	font-size: 80%;
	padding-bottom: 6px;
	border-bottom: 1px solid #7e949b;
	margin-bottom: 12px;
}

.comment-header cite{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-style: normal;
}

#blogContent h3.comment-title {
	margin-top: 2rem;
	margin-bottom: 3rem;
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.center-block {
		margin: 0 auto;
	}

	.author-box {
		text-align: center;
	}

	.author-social-links {
		text-align: center;
		display: block;
		margin-top: 10.5px;
	}
}
