/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://thriveagency.com
 Description:  Child Theme for Divi
 Author:       Thrive Agency
 Author URI:   https://thriveagency.com
 Template:     Divi
 Version:      1.0.0
*/

article[data-attr="cat-flex-container"] {
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
	border-bottom: 1px solid lightgrey;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

article[data-attr="cat-flex-container"] .left-child {
	flex:0 30%;
	margin-right:20px;
}

article[data-attr="cat-flex-container"] .right-child {
	flex:0 70%;
}

.pagination .page-numbers {
	background:#78B8AD;
	padding:10px 15px;
	color:white;
}

.pagination .page-numbers.current {
	background:#014453;
}

.cat-footer-links {
	font-family:'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:39.6px;
	color: #ffffff;
}

@media screen and (max-width:980px) {
	.category #sidebar {
		margin-top:20px;
	}
}

@media screen and (max-width:640px) {
	article[data-attr=cat-flex-container] .left-child {
		display: none;
	}
	article[data-attr=cat-flex-container] .right-child {
		flex: 0 100%;
	}
}