/*
	Theme Name: Independent Chronicle Child
	Template: tpd-theme
	Description:  Independent Chronicle Child
	Author:       The Publisher Desk
	Author URI:   http://publisherdesk.com
	Version:      1.0.3
	License:      GNU General Public License v2 or later
	License URI:  http://www.gnu.org/licenses/gpl-2.0.html
	Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
	Bitbucket Theme URI: https://bitbucket.org/thepublisherdesk/independentchronicle-child-theme
*/

.tpd-latest-post_title_container h2, .tpd-card_read-more, .tpd-card_load-more {
	background-color: #E74545 !important;
}

.single p {
	font-size: 16px;
}

@media only screen and (min-width:826px) {
	.wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin)>div:first-child .tpd-card-title h2 {
		line-height: 1.5em;
	}
}

@media only screen and (max-width:769px) and (min-width: 767px) {
	.wp-block-tpd-block-tpd-featured-posts .tpd-template-9>div .tpd-card-main .tpd-card .tpd-card-title h2 a {
		font-size: 1em;
	}
	
	.wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card .tpd-card-title h2 {
    font-size: .9rem;
	}
}

@media only screen and (max-width:825px) {
	header .logo {
		margin: 0;
	}
	
	.post-meta .sharing {
		padding-top: 5px;
	}
	
	.custom-logo-link {
		width: auto !important;
    height: 3em !important;
	}
}

.single .tpd-post-thumbnail-container {
	margin-bottom: 20px;
}