/*
Theme Name: Daynight Child
Description: Child theme for Daynight
Author: Ahmad Abou hashem
Template: daynight
*/

@import url("../daynight/style.css");

.author-list{
	display:flex;
	flex-wrap: wrap;
}

.author-list .user{
	flex: 1 30%;
	justify-content: space-around;
}

.stc-categories{
	display:none;
}

.gridpost_cat{
	text-transform: initial;
	text-transform:none;
}

.post_meta_item.post_meta_author {
    display: block;
    margin-top: 3px;
}

.news_box_others .news_box_item .news_box_item_content {
    padding-left: 114px;
}

#stc-subscribe-btn, #stc-unsubscribe-btn {
	background-color: #00539f;
	color: white;
	font-weight: bold;
	font-size: 13px;
	border: none;
	padding: 1px 9px;
	border-radius: 3px;
}
.stc-subscribe-wrapper .checkbox {
	float: left;
    clear: right;
    margin-right: 20px;
}

.wpb_wrapper .widget_container:first-child {
	padding-top: 0;
}

/* BUTTON STYLES */

.button, .header_buttons .button, #stc-subscribe-btn, #stc-unsubscribe-btn, .author_box_social_profiles a, .post_pages_nav a, .post_share_icons .social_share_icon, input[type="submit"], .form_group input[type="submit"], .nav_arrow {
	border-radius: 500px;
}

.nav_arrow .fa {
	margin-left: 2px;
	margin-bottom: 1px;
}

#stc-subscribe-btn, #stc-unsubscribe-btn {
	padding: 4px 9px;
}

.stc-subscribe-wrapper .checkbox {
	padding: 2px 0;
}

/* LABEL STYLES */

.news_box_title_wrapper .news_box_title .title, .posts_tags_title, .comments-area .comments-title.title, .widget_container .widget_title .page_header_title, .widget_content .page-header span, .widget_container caption, .site_footer .widget_container caption, .daynight_dark_skin .widget_container caption, .gridpost_cat {
	border-radius: 3px;
	padding: 2px 9px;
}

.gridpost_cat {
	padding-top: 4px;
	padding-bottom: 4px;
}

.gridpost_date {
	padding-top: 2px;
	padding-bottom: 2px;
}