/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*----------------------------------------
// Accordion Tab against Blue Background
//--------------------------------------*/ 

/* Tab Title */
.custom-accordion .toggler {
	color: #041439;
	border-style: hidden hidden hidden solid;
	border-width: medium;
	border-color: #ffffff;
}
.custom-accordion .activeTitle.toggler:hover, 
.custom-accordion .toggler:hover {
	color: #0a3087;
	background: #fcfcfc;
	border-color: inherit;
}
.custom-accordion .activeTitle.toggler {
	border-color: inherit;
}

/* Tab content */
.custom-accordion .toggle_content {
	border-style: hidden hidden hidden solid;
	border-width: medium;
}

/* Team Member, align text to center */
.avia-team-member{
	text-align: center;
}

/* Footer Column 1 */
#footer .widget_media_image {
	text-align: center;
}
#footer .widget_media_image .image-overlay {
	display: none !important;
}