/* ===================================================================================

* Theme Name: Glee Child
* Theme URI: https://themeforest.net/user/bdevs/portfolio
* Author: bdevs
* Author URI: https://www.codeskdhaka.com/wp/glee/
* Description: Glee - Multipurpose WooCommerce  WordPress Theme.
* Version: 1.0.3
* Template: glee
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


body .header-style-3 .attr-menu-2{
	background-color: transparent!important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}
body .header-style-3 .attr-menu-2:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}



body .header-style-3 .attr-menu-2 img{
	max-width: 100px;
}



.footer-area{
	border-top: solid 5px #c11d2c;
	margin-top: 30px;
}

.header-area .logo{
	padding-top: 10px;
	padding-bottom: 10px;
}


@media (max-width: 550px) {
  .header-top .social-widget {
    position: absolute;
    bottom: -50px;
    left: 30px;
  }

  .header-style-3 .header-top{
  	padding-bottom: 30px;
  }

  body .header-style-3 .attr-menu-2 img {
	  max-width: 80px;
	}
}