/*
Theme Name: Mayamada
Theme URI: http://www.commercegurus.com/themes/storesy
Author: CommerceGurus
Author URI: http://www.commercegurus.com
Description: Storesy is a beautiful WordPress & WooCommerce theme from CommerceGurus designed to make your WooCommerce store stand out from the crowd on all devices.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Text Domain: commercegurus
Domain Path: /languages/
Tags: light, white, two-columns, three-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, sticky-post, theme-options, translation-ready
*/

.cg-transparent-header .midnav .cg-main-menu > ul {
    height: 45px !important;
    overflow: hidden;
}
.cg-transparent-header .midnav .cg-primary-menu li a[title]{
    transition:all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
	display: inline-block;
    position: relative;
    vertical-align: top;
}
.cg-transparent-header .midnav .cg-primary-menu li a[title]:hover {
    padding-top: 40px !important;
}
.cg-transparent-header .midnav .cg-primary-menu li a[title]:before {
    content: attr(title);
    position: absolute;
    top: -40px;
    transition:all 300ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}
.cg-transparent-header .midnav .cg-primary-menu li a[title]:hover:before {
    top: 0;
    display: inline-block;
    border: none;
    margin: 0;
    left: auto;
    height: auto;
    width: auto;
    content: attr(title);
}
.cg-transparent-header .midnav .cg-primary-menu li a[title] + .cg-submenu-ddown{
	top:50px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    div.cg-transparent-header.cg-header-right, div.cg-transparent-header.cg-header-right.scroller {
	position: fixed !important;
    	top: 0 !important;
	}
}

img#wd-cl-img0, div.image-block_2 img, div.image-block_1 img, div.image-block_3 img, div.image-block_4 img {
    width: 100% !important;
}