/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/




.underline{
	text-decoration: underline !important;
}

.full-width-container {
    width: 100vw;
    left: calc(50% - 50vw);
    position: relative;
}

@media only screen and (max-width: 1023px) {
	.mobile-nav nav {
		width: 100vw !important;
		position: absolute !important;
		right: -24px !important;
		margin-top: 57px !important;
	}
}

.text-black{
	color: black;
}

.text-white{
	color: white;
}

.text-blue{
	color: #4cc0de;
}

.link-black a{
	color: black !important;
}

.link-blue a{
	color: #4cc0de !important;
}

.h-full{
	height: 100% !important;
}