/*
 Theme Name:   SACS
 Description:  SACS theme Divi child
 Author:       Werner Etsebeth
 Author URI:   sacsjunior.org.za
 Template:     Divi
 Text Domain:  sacs
*/

/*Misc*/
#menu-main .sacs_icon_item a, #mobile_menu2 .sacs_icon_item a {
  color: #1ab145!important; 
}

.sacs_icon_item a:before { 
  padding-right: 5px;
  font-family: ETmodules!important;
  content: '\e089';
  color: #1ab145;
  font-size: 14px;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;   
}

.et_pb_post_content .et_builder_inner_content .et_pb_section {
	padding-top: 0
}

.sacs_content_wrapper .et_pb_row {
	width: 100%
}

.sacs_sidebar {
	border-left: none;
	padding-left: 0;
}

.sacs_sidebar .widget_media_image img {
	max-width: 130px!important
}

.sacs_green {
	color: #1ab145;
}

/*Home*/
.home .et_pb_testimonial .et_pb_testimonial_portrait {
	padding-top: 5px
}

/*Widgets*/
#sidebar h4 {
	font-family: 'Sorts Mill Goudy', Georgia, "Times New Roman", serif;
	text-transform: uppercase
}

#sidebar h4:nth-child(2) {
	margin-top: 20px
}

@media only screen and (min-width: 981px) {
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.et_pb_heading {
		margin-bottom: 0	
	}
	
	.sacs_sidebar {
		border-left: 1px solid rgba(0,0,0,.1);
		border-right: none;
		padding-left: 30px;
		padding-right: 0;
	}
}

@media only screen and (max-width: 980px) {
	.sacs_sidebar_wrapper {
		width: 80%;
		padding-left: 30px
	}
	.sacs_sidebar {
		padding-left: 30px
	}
}

@media only screen and (max-width: 767px) {
	.sacs_sidebar {
		text-align: center
	}
}