
/* 
 Theme Name:     Oxford Learning Solutions
 Author:         Oxford Learning Solutions
 Author URI:     http://www.dm-ed.com
 Template:       Divi
 Version:        Version 1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.6.1
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

/*—–Fixing bottom blog white space issue—–*/
.et_pb_post {
	margin-bottom: -25px !important;
}

.single .post {
	padding-bottom: 0px;
}

@media only screen and ( max-width: 980px) {
	.single .post {
		padding-bottom: 20px;
	}
}

a.more-link {
	-webkit-border-radius: 13;
	-moz-border-radius: 13;
	border-radius: 13px;
	font-family: Arial;
	color: #808080;
	font-size: 12px;
	text-align: center;
	background: #fff;
	padding: 3px;
	border: solid #808080 2px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
	float: right;
}

a.more-link:hover {
	background: #dbdbdb;
	text-decoration: none;
}

.post {
	padding-bottom: 48px;
}

/*feature thumbnails alongside post titles on blog page*/
.et_pb_posts .et_pb_post a img {
	max-width: 210px !important;
	float: left;
	padding-right: 20px;
}

@media only screen and (max-width: 980px) {
	.et_pb_posts .et_pb_post a img {
		float: none;
		max-width: 250px !important;
	}
}

.et_pb_fullwidth_header_container p {
	font-size: 18px !important;
	font-family: "Open Sans" !important;
}
