/*
Theme Name: alone
Theme URI: http://bearsthemes.com/wordpress/alone/
Author: Bearsthemes
Author URI: http://bearsthemes.com/
Description: The Bears is created by <a href="http://bearsthemes.com">Bearsthemes</a>.
Version: 5.0.3
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: alone
Domain Path: /languages
*/
/*
.sub-filter .filter-item::after{
  display: none;
}
#main .projects-masonry-filter .parent-filter-item {
  padding-bottom: 0;
  margin-bottom: 50px;
}
#main .projects-masonry-filter .filter-item .sub-filter {
    position: absolute;
    width: auto;
    left: 50%;
    bottom: -50px;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
#main .projects-masonry-filter .sub-filter .filter-item{
  position: relative;
  background: #facd00;
  border: 2px solid #facd00;
  margin: 0 10px;
  padding: 5px 30px !important;
  transition: all .3s ease;
  cursor: pointer;
}
#main .projects-masonry-filter .sub-filter .filter-item a{
  color: #facd00;
  z-index: 2;
  position: relative;
}
#main .projects-masonry-filter .sub-filter .filter-item:hover a{
  color: #FFFFFF;
}
.sub-filter .filter-item:hover:before{
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.sub-filter .filter-item:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}
*/ 


.bt-header.header-1 .bt-header-main .fw-wrap-logo .fw-site-logo img {
	height: auto;
    width: 300px;
}
