/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         1h
 Author URI:     https://1h.ro/
 Template:       wp-bootstrap-starter
 Version:        1
*/

@import url('../wp-bootstrap-starter/style.css');

/*FOOTABLE fixes*/
.footable-toggle, .footable-header{
display:none !important;
}
.dropdown-toggle{
display:none !important;
}
#my_news{
margin-top:1rem;
}

#my_news td{
vertical-align:top;
padding-bottom: 10px;
}
.my_filters{

}
#content.site-content{
padding-top:1rem;
padding-bottom:1rem;
}
.footable-filtering{
display:none;
}
.btn-primary.inactive{
background-color:#E6E6E6;
color:#333333;
border-color:#333;
opacity:0.3;
}
.btn{
border-radius:0px !important;
}
#my_news .time{
background-color: #E6E6E6;
padding:2px; 
border:1px solid #ccc;
margin-right:2px;
}
#my_news .author{
color: #AAA;
}
.fooicon{
font-family:"Font Awesome 5 Free" !important;
font-weight:900 !important;
}
.fooicon-loader:before{
content: "\f110" !important;
}
table{
font-size:1em !important;
}
.navbar-brand img{
max-width:50px;
}
.navbar-brand .site-title{
/*color:#4582EC;*/
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:2rem;
/*border:1px solid #4582EC;*/
background-color:#4582EC;
padding:0.2rem;
font-weight:normal;
}
.container{
padding-left:0px !important;
padding-right:0px !important;
}
@media (max-width: 576px) {
#content, .container .site-info{
	padding-left:1rem !important;
	padding-right:1rem !important;
}
}
#masthead.bg-light{
background-color: #111!important;
}
.blog_description{
color:#FFFFFF;
margin-left:5px;
}