/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Header */

/* Desktop */
@media (min-width: 767px){
	
	.header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(1):before{
		content: 'Resources';
			padding-left: 10px;
			padding-right: 10px;
			color: var(--e-global-color-text);
			font-weight: 700;
			font-size: 1.3em;
			margin-left: 7px;
			margin-top: 20px;
			margin-bottom: 10px;
			display: block;
	}
	.header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(1){
		border-color: #fff !important;
	}
	.header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(1) a,
	.header-menu .elementor-nav-menu li:nth-child(5) ul li:nth-child(2) a{
			font-weight: normal !important;
	}
}

/* Mobile */
@media (max-width: 767px){
	.header-menu ul.elementor-nav-menu--dropdown a,
	.header-menu ul.elementor-nav-menu--dropdown a:focus,
	.header-menu ul.elementor-nav-menu--dropdown a:hover{
			border-inline-start: 0 solid transparent;
			padding-left: 0 !important;
	}
}



/* Desktop */
@media (min-width: 767px){
    .top-section-with-video video{
		mask-image: radial-gradient(at right top, black 39%, rgba(0, 0, 0, 0) 58%);
	}
}

/* Mobile */
@media (max-width: 767px){
	.top-section-with-video video{
		top: 50%;
		height: 100%;
		width: 100%;
		mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 21%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 30%, rgba(255, 255, 255, 0) 50%);
	}
}