/*
Theme Name: Sahifa Child
Description: Child theme for Sahifa theme
Author: TieLabs
Template: sahifa
*/
/* write custom css after this line */

#main-nav ul li {
    height: 47px;
}

#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
    height: 47px
}

/* Entry */
.entry h2{
font-size: 20px;
}

.entry h3{
font-size: 18px;
}

/* FB Comment */
.fb-block-head {
	font-size: 22px;
	font-family: BebasNeueRegular,arial,Georgia, serif;
}
.fb_iframe_widget_fluid span, iframe.fb_ltr { width: 100% !important; }

/* Sidebar Before Content */
@media only screen and (max-width: 1023px) {
	#main-content .container {display: table;}
    .content {display: table-footer-group; float: none;}
    #sidebar {display: table-header-group; float: none;}
}

/*Seed Social*/
.seed-social {
	margin: 0;
}

@media (min-width:768px) {
	.seed-social a {
		padding: 6px 8px 4px 8px;
	}
}