/* 
Theme Name:		 wp-bootstrap-4 Child
Theme URI:		 http://childtheme-generator.com/
Description:	 wp-bootstrap-4 Child is a child theme of WP Bootstrap 4, created by ChildTheme-Generator.com
Author:			 Revelo
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-4
Version:		 1.0.0
Text Domain:	 wp-bootstrap-4-child
*/


/*
    Add your custom styles here
*/

#search-navbar {
    background-color: white;
    background-image: url('img/searchicon.png');
    background-position: 10px 8px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.difuminado {
    filter: blur(4px);
}