/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.VIP_Text {
	font-size:15rem; 
    color:#F23A97;
}

.thegem-te-menu nav:not(.mobile-view) .nav-menu > 
li.menu-item.megamenu-enable.megamenu-style-default > 
ul.sub-menu > 
li span.megamenu-column-header {
    padding-top: 0px;
    margin-bottom: 0px;
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li.menu-item:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before {
	background:transparent;
}

@media (max-width:1024px) {
	.VIP_Text {
        font-size:10rem; 
	}
}

@media (max-width:767px) {
    .VIP_Text {
        font-size:5rem; 
    }
    .WOPLogo img {
        width: 40px;
    }
}