/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.2
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

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

#register>h5, #login>h5 {
    font-size: 13px;
    margin: 45px 0;
    padding: 10px;
} 

#navigation {
text-align: left;
}
#nav {
left: auto;
margin: 40px 0 0 20px;
}



.facetwp-type-search i.clear {
    position: absolute;
    right: 30px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    opacity: 0.3;
    width: 24px;
    height: 100%;
    background: transparent url('/wp-content/plugins/facetwp/assets/images/icon-close.png') 6px 50% no-repeat;
    background-size: 14px 14px;
border-color: #1db4da !important;
}
 
.facetwp-type-search i.clear:hover {
    opacity: 0.8;
}
 
/* no clear icon  while the Search facet is loading */
/* and when an auto-refresh is running */
.facetwp-type-search .f-loading + input + i.clear,
.facetwp-type-search .loading + i.clear {
    display: none !important;
}
 
.facetwp-facet input.facetwp-search {
    padding-right: 54px;
border-color: #1db4da !important;
}