
/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


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


.widget_rotatingtweets_widget { width: 100%; color: #fff; min-height: 5rem; }

.mobile_menu_bar:before, .mobile_menu_bar:after {
	color: #fff !important;
}

#footer-widgets .footer-widget ul.is-style-logos-only li:before {
	content: '';
	display: none;
}

#footer-widgets .footer-widget ul.is-style-logos-only li{
	margin: 0;
	padding: 5px;
}

.et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
		margin-bottom: 0;
	margin-top: 15px
}

#footer-widgets .footer-widget ul.is-style-logos-only li svg {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0;
	margin-left: 0;
	
} 

.et-social-linkedin a:before { 
	content: '\e09d';
}

.et-social-pinterest a:before { 
	content: "\e095";
}

.et-social-youtube a:before { 
	content: "\e0a3";
}

.lc-front-boxes a {
	transition: all .5s ease-in;
	
}
.lc-front-boxes a:hover {
	text-decoration: underline;
	transition: all .5s ease-in;
}

.lc-hero-bullets ul li {
	margin-bottom: 30px;
}

.lc-hero-bullets ul li:last-child {
	margin-bottom: 0;
}

.et_pb_widget {
	float:none;
}

body.home { background-color: #111; }

#main-footer .wp-block-social-links li {
	display: inline-block;
}

#sidebar .rotatingtweets {
	color: #111;
}

#sidebar .et_pb_widget { margin-bottom: 45px; }

#sidebar h4 { font-size: 20px !important; text-decoration: underline !important; }

.et_post_meta_wrapper img, .entry-featured-image-url img{
	max-width: 300px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lc_book_review .et_post_meta_wrapper img, .lc_book_review .entry-featured-image-url img {
	max-width: 300px !important;
}

article.lc_book_review .entry-title {
	margin-top: 30px;
}

article {
	    margin-bottom: 60px;
    word-wrap: break-word;
}


@media only screen and (max-width: 980px) {
  	.et_parallax_bg {
	background-position:left !important;
	}

}

@media only screen and (max-width: 1180px) {
  	
	.lc-hero-bullets ul li {
		margin-bottom: 15px;
	}
}