/*
Theme Name: OBAMACASH BLOCKCHAIN ChildTheme
Theme URI: http://www.gsocialdesigns.com/ 
Description: Child Theme for blockchain WordPress Theme - You only update the MOTHER theme - This child theme only indirectly modifies few areas of the Blockchain theme.
Author: GsocialDesigns
Author URI: http://www.gsocialdesigns.com/download-responsive-wordpress-themes/
Template: blockchain

*/

@import url("../blockchain/style.css");

.head-sticky.is-stuck {
  
    background-color: #3c494b;
 /*   border-bottom: 1px solid #455456;*/
}
.filter-active {
     border-color: #bfa86e;
    background-color: #bfa86e;
}
.btn:hover,
.button:hover,
.woocommerce-Button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 
  background-color: #bfa86e !important;
}
.item-filter , .filter-active {
	border: 2px solid #bfa86e !important;
}
.entry-block-meta ,.entry-meta {
	/*font-size: 18px !important;*/
}
.dadd 
{
	 float: left;
	 width:60%;
	 display:inline-table;
}
.bass
{
	 float: right;
	 width:40%;
	 display:inline-table;
}
#mainxx , .mainxx{
	width:100%;
	 display:block;
	
}
.entry-block-meta span .fa {
    
      /* font-size: 18px;*/
    color: #15130d;
    padding-right: 6px;
}
.mobile-nav-trigger {
      color: #fff !important;
}
/*.page-hero {
	display:none !important;
}*/
.entry-cooker
{
	    background-color: #f1f1f1 !important;
    padding: 10px 5px;
	margin-bottom:12px;
	
}

.entry-cooker .entry-title{
	font-size:16px !important;
	text-align:center;
  /*  background: #484233;
    color: #fff;*/

}
.entry-item-thumb img {
       max-width: 370px;
    max-height: 250px;
	width:100% !important;
}

.btn, .button, .woocommerce-Button, .comment-reply-link, input[type="submit"], input[type="reset"], button{
	    background-color: #43595b ;
    border: 2px solid #bfa86e ;
}


}

.site-footer {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

@media only screen and (max-width: 900px)  {
  .dadd ,.bass
{
	 float: none !important;
	 width:100% !important;
}
}