/* Themify Customize Styling */
#headerwrap {	
	background-color: transparent; 
}
body #site-logo a {	display: none; 
}
#site-description {	display: none; 
}
#main-nav a:hover {	
	color: #ee2312; 
}
.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile-menu-visible.header-overlay #headerwrap, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .header-minbar .sidemenu-on, .mobile_menu_active #headerwrap .sidemenu-on { background: none;
	background-color: #cccccc; }.header-minbar #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover { background: none;
	background-color: #919191; }
/* Themify Custom CSS */
#body {
	overflow: hidden;
}

/* Hide powered by Wordpress */
div.two {
	display: none;
}

/* Hide copyright in footer */
div.one {
	display: none;
}

/* Hide Search Button on Header */
a.search-button {
	display: none;
}

/* Hide Widgets from header */
a.pull-down {
	display: none;
} 

/* Hide Genealogy Tree Zoom Control */
.gt-zoom-contorl {
	display: none;
}

/* Lower position of search menu box */
li.menu-item-4419 {
	position: relative;
	top: 10px;
	width: 270px;
} 

/* Move Recent Posts in sub-Menu to right */
h2.widgettitle {
	position: relative;
	left: 20px;
	top: 10px;
}

/* Main Menu adjustments */
#header ,
.menu-item-custom-4419  a{
  padding:  0 !important;
	padding-bottom: 10px !important;
}

/* Tidy Post Comment Button */
input#submit.submit {
	position: relative;
	top: 10px
}

/* Move Comment Notify up from button */
p.comment-form-subscriptions {
	position: relative;
	bottom: 50px;
}

/* Hide Red Date Circle on Post Header */
.post-date-wrap { 
  display: none; 
}

/* Centre align Share Icons */
.addtoany_share_save_container {
	margin: auto;
	width: 17%;
}
