/*
Theme Name: Hello Elementor Child - Responsive Styles
*/

@media (max-width: 1224px){
	.common-website-container{
		width: 90%;
	}
}

@media (max-width: 1024px) {
	.custom-header-inner-section {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#custom-header-inner-left-col,
	#custom-header-inner-right-col {
		width: auto;
	}
	
	#custom-header-inner-right-col .elementor-widget-wrap.elementor-element-populated {
		flex-direction: row-reverse;
	}
	
	#custom-header-inner-right-col .elementor-menu-toggle {
		background-color: transparent;
	}
	
	#custom-header-inner-right-col .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		top: 25px !important;
	}
}
