/*
Theme Name: News Box Pro Child
Description: Child theme for the News Box Pro. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Theme URI: https://wpthemespace.com/
Author: Regal Theme
Author URI: https://wpthemespace.com/
Version: 1.0.0
Tags: custom-logo, custom-menu, theme-options, featured-images,two-columns, right-sidebar, left-sidebar, threaded-comments, translation-ready
Template: news-box-pro
*/


/* TYPOGRAPHY */
p{
	font-size: 18px!important;
	line-height: 28px;
}
h2.entry-title{
	font-size: 50px;
	line-height: 58px;
}
.entry-content h2{
	font-weight: 100!important;
	line-height: 40px;
	margin-bottom: 45px;
	margin-top: 40px;
	border-bottom: 1px dotted #666;
	border-top: 1px dotted #666;
	padding-bottom: 40px;
	padding-top: 40px;
}
}

/* ADJUSTMENTS HEADER + HOME */
body.wp-megamenu .site-header .site-branding {
	display:block!important;
	background: #000;
}
.custom-logo{
	width: 190px!important;
	height: auto;
	margin-top: 10px;
}
.top-bar{
	background: #000;
}
.site-branding {
	margin: 1px 0;
}

.img-about{
	width: 80px;
	height: auto;
	margin-bottom: 20px;
}
.main-menu{
	font-size: 14px;
	letter-spacing: 0.09em;
}
.site-description{
	color: #FFF!important;
}
.breaking-news-ticker{
	margin-top: 50px!important;
}
.bg-white{
	background-color: #000!important;
}
.main-navigation ul li a{
	color: #FFF!important;
}
.main-menu.bg-white {
	border-top: 0;
	border-bottom: 0;
}
.tabs.nbox-tab {
	border-bottom: 1px solid #222;
	margin-bottom: 80px;
}
.card.no-border.upone {
	border-bottom: 0!important;
}
.tabntitle {
	border-bottom: 1px solid #222;
	margin-bottom: 45px;
}
.tabs-content {
	margin: 0 0 0;
}
.card-title {
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 34px;
}
h4.grid-title {
	margin-bottom: 30px;
}
.standard-search button.form-control.form-control-submit.search-submit {
	background: #000!important;
}
.standard-search button.form-control.form-control-submit.search-submit:hover {
	background: #000!important;
}
.standard-search {
	top: 12px;
}

/* ADJUSTMENTS FOOTER */
.about-desc{
	margin-right: 40px;
}

/* ADJUSTMENTS SINGLE */
.post-video-img{
	margin-bottom: 0;
}
.author-details{
	background: #FFF;
	padding: 0 0;
}
.fa-search{
	color: #FFF;
}
.standard-social a {
	background: #000;
}
.form-control.form-control-submit.search-submit{
	background: #000;
}