/*
 Theme Name:   Bold News Child
 Theme URI:    http://bold-news.bold-themes.com
 Description:  Bold News Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     bold-news
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  bold-news-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
body {
	font-size: 18px !important;
}
.btTopBox.widget_media_image img{
	max-width: 100%;
    height: 130px !important;
    width: auto !important;
    margin-top: 15px;
}
.btMenuHorizontal .topBarInLogoArea{
	height: auto !important;
}
.btMenuHorizontal.btMenuBelowLogo .menuPort {
    height: auto !important; 
}
div.menuPort {
    font-size: 20px;
}
.mainHeader .btIconWidget .btIconWidgetTitle {
    font-weight: 400 !important;
    font-size: 16px;
}
.btMenuHorizontal .topBar {
    font-size: 1.0em !important;
	line-height: 1.461em !important;
}
body:not(.home).btNoSidebar .btContentHolder{
	padding-top:45px !important;
}
.btArticle .port{
	border-width:1px !important;
}
.post-views{
	display: none !important;
}
.c-but-1{
	padding: 30px 60px;
    display: inline-block;
    box-shadow: 0px 0px 10px #ccc;
    color: #fff !important;
    background: #181818;
	transition: all .1s linear;
} 
.c-but-1:hover{
	color: inherit !important;
	background: #fff;
	box-shadow: 0px 0px 10px #e0e0e0;
	text-decoration: none !important;
}
@media (max-width:767px){
	.hide-m{
		display: none !important;
	}
	.c-but-1{
		font-size:32px !important;
		width: 100%;
	} 
}
iframe {
    min-height: 700px;
}
.chr-i{
	opacity:0;
	transition: opacity .2s linear;
}