/*
Theme Name: WP Corner Shop Child Theme
Theme URI: https://wpcornershop.com/
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: WP Corner Shop
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-flyout-right .fl-menu-mobile-close {
    float: right;
    color: #fff;
}


.astra-portfolio .template-meta
{
	background-color: #FFFFFF;
	font-size: 14px !important;
}


.astra-portfolio-filters
{
	background-color: #000 !important;
	}

.astra-portfolio-filters a
{
		color: white !important;
		font-size: 16px !important;
}


.astra-portfolio-filters a:hover
{
		color: #ffc719 !important;
}


button, input[type=button], input[type=submit] {
   
    color: #fff;
      border: 0 solid #fff;
}

/* hides the template header*/
.fl-builder-template-template-default .fl-node-5cd9c75a8e0f3
{
	display: none;
}



