/*
 Theme Name:  	Augusta Magazine
 Theme URI:      	https://www.augustamagazine.com
 Description:    	Augusta Magazine Custom Theme
 Author:        			Anthill Inc
 Author URI:     		https://anthill.net
 Template:       		Divi
 Version:        		1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
div.logo_container {
	margin: 60px auto 30px auto;
}

/* Hide Ad Text On Ad Blocks */
.dfw-unit.display-block:before {
    display: none !important;
}

div#top-lb,
div#btm-lb {
	text-align: center;
	margin: 30px auto;
}

div.widget_media_image {
	text-align: center;
}

footer#main-footer {
	padding-top: 20px;
}

#top-header a {
	color: #2b6b5a;
}

div#top-header {
	background-color: #fff;
}

nav#top-menu-nav ul#top-menu li.current-menu-item a {
	border-bottom: 2px solid #2b6b5a;
}

a.entry-featured-image-url {
	opacity: 1;
}

a.entry-featured-image-url:hover {
    opacity: .7;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

div.tribe-events-after-html {
	text-align: center;
	margin: 30px auto;
}

div#tribe-community-events div.tribe-events-after-html {
	display: none;
}

#wpbdp-search-form-wrapper h3 {
	display: none;
}

#wpbdp-search-page h2.title {
	display: none;
}

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