/*
 * Theme Name:  Newsblock Child
 * Theme URI:   https://codesupply.co/themes/newsblock/
 * Description: Newsblock Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsblock
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.cs-footer-widget-area {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cs-footer-widget-area .cs-posts-area__flex {
	display: flex;
	flex-flow: column;
	margin: 0 -20px;
}

.cs-footer-widget-area .cs-posts-area__flex article {
	padding: 0 20px;
	flex: 1;
	margin-bottom: 45px;
}

.cs-footer-widget-area .cs-posts-area__flex article:last-child {
	margin-bottom: 0;
}

.cs-footer-widget .cs-entry__title,
.cs-footer-widget a,
.cs-footer-widget > * {
    color: #fff !important;
	text-align: left;
}

.cs-footer-widget .cs-entry__title {
	margin-bottom: 16px;
}

.cs-footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.cs-footer-widget-area .cs-posts-area__flex {
		flex-flow: row;
	}
	
	.cs-footer-widget-area .cs-posts-area__flex article:first-child {
		flex-basis: 33.33333%;
		flex-grow: 0;
		flex-shrink: 0;
	}
	
	.cs-footer-widget-area .cs-posts-area__flex article {
		margin-bottom: 0;
	}
}
