/*
Theme Name:   LifeChange
Description:  LC child theme, based on WP 2017 theme
Author:       Life Change
Author URL:   http://lifechange.vn
Template:     twentyseventeen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  LifeChange
*/

/* General */
body {
	font-family: Arial, Helvetica, sans-serif!important;
	font-weight: 400!important;
	color: #777;
}

.page .panel-content .entry-title, 
.page-title, 
.widget-title,
.entry-footer .cat-links, 
.entry-footer .tags-links,
.post-navigation,
label,
.entry-footer .edit-link a.post-edit-link,
body.page:not(.twentyseventeen-front-page) .entry-title {
	font-weight: 700!important;
}

p, li {
	color: #777;
	line-height: 1.6;
}

p {
	margin-bottom: 1em;
}

.page #main p a, .page #main li a, .page #main div a {
	border-bottom: 2px solid #e2e2e2;
}

.page #main p a:hover, .page #main li a:hover, .page #main div a:hover {
	border-color: #000;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 20px;
}

.hidden-for-now {
	display: none;
}

.img-border img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.img-border a:hover img {
	border-color: #000;
}

ul, ol {
	margin: 0 0 1em 1em;
}

li {
	list-style-position: outside;
	padding: 0 0 .4em .3em;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
	line-height: 1.2;
	color: #222;
}

.entry-title a {
	font-size: 2rem;
	font-weight: 400;
}

b, strong {
	font-weight: 500;
	color: #000;
}

blockquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
	background: #f6f6f6;
	border-left: 3px solid #ddd!important;
	padding: .8em!important;
	margin-bottom: 1em!important;
}

blockquote p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7!important;
}

blockquote p:last-child {
	margin-bottom: 0!important;
}

blockquote cite,
.wp-block-quote:not(.is-large):not(.is-style-large) cite {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #888;
}

/* Header */
.custom-header {
	margin: 0!important;
}

.site-branding { 
	padding: 1.5em 0;
	margin: 0!important;
}

.custom-logo-link img {
	max-width: 140px;
}

/* Navigation */
@media screen and (min-width: 48em) {
	.navigation-top {
		position: relative;
	}
}
.navigation-top .current-menu-item > a, 
.navigation-top .current_page_item > a,
.navigation-top .current-page-ancestor > a,
.single-post #menu-item-139 a {
    color: #7ec242;
}

/* Footer */
.site-info a { display: none; }
.site-info:before { content: "© 2018 - 2025 lifechange.vn"; }


/* Menu */
.navigation-top a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.main-navigation li { padding: 0; margin: 0 }

/* Blog */
.entry-meta {
	font-weight: 300;
}
.byline {
	display: none!important;
}
.single-post #secondary {
	display: none;
}
.single-post #primary, 
#primary.one-col {
	float: none!important;
	margin-left: auto;
	margin-right: auto;
}
.single-post h1.entry-title {
	font-size: 2.4rem;
}
.wp-block-image > a{
	display: block;
}
.wp-block-image img {
	width: 100%;
}
article.post, #primary.one-col {
	font-size: 1.1rem;
}
.wp-block-separator {
	margin: 3em 0 1em 0;
}
.social-after-post {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1.2em 0 1.2em 0;
	margin: 2em 0;
}
.before-fb-share {
	margin-bottom: .5em;
}
.fb-share-button {
	margin: 0 0 0 0;
}

/* Download book page */
.download-lc {
	border: 0!important;
}
.download-lc span, .lc-btn {
	display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    margin-right: 10px;
}
.download-lc:hover {
	color: #999;
}
.download-lc:hover span, .lc-btn:hover {
	background-color: #555;
}

/* Table of Contents */
.gutentoc {
	padding: 20px;
}
#toclist {
	padding-top: 10px;
}
.gutentoc .gutentoc-toc__list a:hover {
	color: #000;
}
.toggleone, .toggletwo {
	margin-top: 0;
}

/* Width */
@media screen and (min-width: 48em){
	.navigation-top .wrap, .wrap {
		max-width: 1170px;
	}
	.single-post.has-sidebar:not(.error404) #primary,
	.has-sidebar:not(.error404) #primary, 
	#primary.one-col {
    	width: 64%;
	}
	#primary.one-col-sm {
    	width: 50%;
	}
	.has-sidebar #secondary {
    	width: 30%;
    	/* position: sticky; */
    	top: 100px;
	}
}

/* Mobile */
@media screen and (max-width: 600px){
	.wrap {
		padding: 0 1em;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
	.wp-block-media-text__media img {
		margin-bottom: 20px!important;
	}
	.img-small .wp-block-media-text__media img {
		max-width: 200px;
	}
	.img-tiny .wp-block-media-text__media img {
		max-width: 120px;
	}
	
}