/*
 Theme Name:		 Notumn: Child Theme
 Theme URI:			http://decaxstudios.com/notumn
 Description:		Notumn Child Theme
 Author:				 DecaX Studios
 Author URI:		 http://decaxstudios.com
 Template:			 notumn
 Version:				1.0.7
*/

/* Write your customization styles here. These styles will overwirte parent theme's styles.
-------------------------------------------------------------------- */

body {
	color: #1d1d1d; /* Old: #363636 */
}

.menu-current-network-page a {
	color: #d0b48b !important;
}
/*.menu-current-network-page {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	box-shadow: 0px 1px 0px 0px #ffffff;
}*/

.header-logo.bottom-border-margin {
	margin-bottom: 0;
	border-bottom: none;
}

.widget .widget-title {
	color: #000000; /* Old: #363636 */
	font-weight: bold;
}
.widget ul li {
	font-size: 14px;
}
.container.container-lg {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 0;
}
.posts-column {
	padding: 0 20px 0 15px;
}
.sidebar-column {
	padding: 0 15px 0 20px;
}
.footer .footer-box {
	width: 100%;
	background-color: #1d1d1d;
	border: 0;
	margin: 0;
	padding: 20px 0 0;
}
.footer .footer-text {
	width: 100%;
	background-color: #1d1d1d;
	color: #dadada;
	margin: 0;
	padding: 10px 0 20px;
}
.footer .footer-social-links {
	margin: 0;
	padding: 0;
}
article .entry-title {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: normal;
}
article .entry-content {
	letter-spacing: 0.2px;
	font-size: 17px;
}
blockquote p {
	font-family: unset;
	font-style: unset;
	font-size: 15px;
}
.entry-related-posts .entry-header {
	border-top: 1px solid #dadada !important;
}
.related-post .holder-ratio-wrap {
	padding-bottom: 0;
}
.entry-pagination .prev-post, .entry-pagination .next-post {
	margin: 0;
	padding: 0;
	width: calc(50% - 15px);
}
.entry-pagination .prev-post a, .entry-pagination .next-post a {
	display: block;
	margin: 0;
	padding: 24px 10px;
	text-align: center;
	width: 100%;
	border: 1px solid #dadada;
}

/* Responsive Fluid */
@media screen and (min-width: 1200px) {
	.container {
		width: 95%;
		max-width: 1600px;
	}
	.col-md-8 {
		width: calc(100% - 350px);
	}
	.col-md-4 {
		width: 350px;
		max-width: 350px;
	}
}

/* Meta Box */
article .entry-header {
	margin-right: -1px;
}
.entry-meta-box {
	border-top: 1px solid #dadada;
}
.entry-meta-box .entry-comments, .entry-meta-box .entry-social-links, .entry-meta-box .entry-likes, .entry-meta-box .entry-author-name {
	border-top: none;
	margin-top: -1px;
}
.entry-meta-box .entry-comments, .entry-meta-box .entry-likes {
	display: none;
}
@media screen and (max-width: 530px) {
	.home .entry-meta-box, .entry-meta-box .entry-comments, .entry-meta-box .entry-social-links, .entry-meta-box .entry-likes, .entry-meta-box .entry-author-name {
		margin-left: 0;
	}
	article .entry-header {
		margin-right: 0;
	}
	.entry-meta-box .entry-social-links {
		width: calc(100%);
	}
}

/* Footer Container Fluid */
.footer .container {
	width: 100% !important;
	max-width: 100% !important;
}
.footer .footer-widgets {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-self: center;
}
@media screen and (max-width: 991px) {
	.footer .footer-widgets {
		width: unset;
		display: unset;
	}
}

/* Footer Widget Fixed */
.footer .footer-widgets {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.footer .footer-widgets {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.footer .footer-widgets {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.footer .footer-widgets {
		width: 95%;
		max-width: 1600px;
	}
}
