/*
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
*/

/* Custom CSS Starts From Here*/
.home.page-template-default .elementor-widget-theme-site-logo .elementor-widget-container{
	display: none;
}
@media only screen and (max-width: 1024px){
	.elementor-menu-toggle{
		margin-right: 20px;
	}
	.elementor-nav-menu--dropdown{
		margin-top: 40px !important;
/* 		background-color: #010101 !important; */
/* 		background-image: linear-gradient(to bottom, #010101, #F00808); */
	}
}
@media only screen and (min-width: 1024px) and (max-width:1280px){
	.bio-section p{font-size: 48px; line-height: 63px;}
}
@media only screen and (min-width: 1025px){
	ul.elementor-nav-menu li:hover{
		transform: scale(1.2);
		transition: transform .5s;
	}
}
@media only screen and (min-width: 2000px){
	.bio-section p{font-size: 58px; line-height: 76px;}
	.bio-section{
		max-width: 2200px;
	}
}
@media only screen and (max-height: 600px){
	.bio-section p{
		font-size: 20px;
		line-height: 30px;
	}
}