/*
Theme Name: Haru Circle - Child
Theme URI: http://harutheme.com/circle
Author: HaruTheme
Author URI: http://harutheme.com/
Description: This is child theme of Haru Circle
Template: haru-circle
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/

.finchtiteshadow h6 { 
	text-shadow: 3px 3px 3px black;
} 

strong { 
	color: black; 
} 

/* hide some social icons */ 

.FFooterHide, .FSocialBox ul.social-list li:nth-child(2), .FSocialBox ul.social-list li:nth-child(4), .FSocialBox ul.social-list li:nth-child(5) { 
	display: none !important;
}

.SeeberFilmList { 
	width: 80%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: black; 
}
.managePic a { 
	border: solid white 3px; 
} 
.managePic a:hover { 
	border-bottom: solid black 3px; 
}

/*
 * * events spacing 
 * */
.event_wrap { 
	margin-bottom: 40px; 
}

/* fix email address */ 
@media all and (max-width: 500px) { 
	/* .manageEmail { 
		font-size: 20px; 
	}*/ 
} 	
