/*
Theme Name: EOX Music - Vibra Child
Theme URI: https://vibra.qodeinteractive.com/
Description: A child theme of Vibra Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: vibra
Template: vibra
*/

.edgtf-mobile-header .edgtf-shopping-cart-inner {
    width: auto;
    margin-right: 12px;
    margin-top: -6px;
}

@media (min-width: 1024px) {
    .mobile-link {
        display: none !important;
    }
}

.page:not(.home) .edgtf-page-content-holder a:not(.edgtf-btn):not(.edgtf-album-store-link),
.single .edgtf-post-text-main a:not(.edgtf-btn):not(.edgtf-album-store-link) {
    text-decoration: underline;
}

@media (min-width: 770px) {
    .mobile-visible {
        display: none;
    }
}

@media (max-width: 769px) {
    .mobile-invisible {
        display: none;
    }
    
    .app-btn a {
        width: 190px;
    }
}

@media only screen and (max-width: 768px) {
    .edgtf-sc-dropdown {
	top: 60px !important;
         right: -90px !important;
    }
    a.edgtf-header-cart {
    	 pointer-events: none;
    }
}