/*

Theme Name: PandoraBox
Theme URI: iltaen.com/pandorabox
Description: Mobile Develop Onepage WordPress Template
Author: iltaen
Author URI: http://themeforest.net/user/Iltaen
License: GNU General Public License
License URI: license.txt
Tags: green, white, fluid-layout, responsive-layout, one-column, custom-colors, featured-images, full-width-template, post-formats, sticky-post, theme-options
Version: 1.3.11
Text Domain: pandorabox

*/

.homeblock #description-home .wrapper .mobilebrands .mobileicon .pb-icon-slack {
    width: 3rem;
    height: 3rem;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
	color: rgba(255,255,255, 0.4);
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0.4em;
}

.homeblock #description-home .wrapper .mobilebrands .mobileicon .pb-icon-slack:hover{
  color: #fff;
  margin-top: -2px;
  text-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
}
