/*
Theme Name: MISA
Description: Based on child theme Divi
Author: The Pixel Zoo / HME Williams
Author URI: http://www.hannahwilliams.co.za
Template: Divi
Version: 1.0.0
Text Domain: Divi
*/
/*import fonts

/* styles in divi options*/

/* make sure font is Rubik */
body , input {
	font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 300;
	font-size: 16px;
}



/* Add heading spacing across the board */

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3, h4, h5, h6 {
  margin-top: 10px;
}

/* reduce size of excerpt text on blog grid */
.et_pb_blog_grid .et_pb_post {
	font-size: 15px;
	line-height: 1.2;
}


/* reduce spacing betwene sidebar blog posts*/
.sidebar-blog .single .et_pb_post , .single .post {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

/* fix list indents */

ul , ol , .et-l--body ol { 
	margin-left: 15px;
	padding-left: 15px; 
	}
	
li {
	list-style-position: outside; 
	}

/* top menu search styling */
.et_pb_menu__search-button {
	margin-left: 36px;
}

.et_pb_menu__search-container {
	margin-left: 36px;
	background-color: #e1e1e1;
}

.et_pb_menu .et_pb_menu__search-form {
	padding-left: 10px;
}

/* footer social icons */
.footer-social {
	margin-top: 10px;
}

/* change all post descriptions to black */
.et_pb_bg_layout_light .et_pb_post p {
	color: #000;
}



/*extra mobile styling*/
@media (max-width: 479px) {
	/*add separator betwene home page news posts for mobile */
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px !important;
		padding-bottom: 10px;
	}
	
	/* center align footer stuff */
	.et_pb_column_0_tb_footer .et_pb_text_inner , .et_pb_column_1_tb_footer .et_pb_text_inner , .et_pb_column_2_tb_footer .et_pb_text_inner , .footer-social {
		text-align: center;
	}
}

