/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/
/* Default Additional CSS - Not active */



/* Forces self hosted video on home page to contain (KM) */
.elementor-widget-video .e-hosted-video .elementor-video {
    object-fit: contain!important;
}

/* Box gradient colors (KM) */

.aqua-yellow-gradient {
   border-left: 4px solid #3deedd;
   border-right: 4px solid #ffe100;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #3deedd 0%, #ffe100 100%), linear-gradient(to right, #3deedd 0%, #ffe100 100%);
}

.yellow-orange-gradient {
   border-left: 4px solid #ffe100;
   border-right: 4px solid #ff9100;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #ffe100 0%, #ff9100 100%), linear-gradient(to right, #ffe100 0%, #ff9100 100%);
}

.orange-fuscia-gradient {
   border-left: 4px solid #ff9100;
   border-right: 4px solid #dc017f;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #ff9100 0%, #dc017f 100%), linear-gradient(to right, #ff9100 0%, #dc017f 100%);
}

.fuscia-purple-gradient {
   border-left: 4px solid #dc017f;
   border-right: 4px solid #6100ff;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #dc017f 0%, #6100ff 100%), linear-gradient(to right, #dc017f 0%, #6100ff 100%);
}

.purple-green-gradient {
   border-left: 4px solid #6100ff;
   border-right: 4px solid #79f48f;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #6100ff 0%, #79f48f 100%), linear-gradient(to right, #6100ff 0%, #79f48f 100%);
}

.green-blue-gradient {
   border-left: 4px solid #79f48f;
   border-right: 4px solid #0355cf;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #79f48f 0%, #0355cf 100%), linear-gradient(to right, #79f48f 0%, #0355cf 100%);
}

.blue-aqua-gradient {
   border-left: 4px solid #0355cf;
   border-right: 4px solid #3deedd;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #0355cf 0%, #3deedd 100%), linear-gradient(to right, #0355cf 0%, #3deedd 100%);
}



.green-yellow-gradient {
   border-left: 4px solid #79f48f;
   border-right: 4px solid #ffe100;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #79f48f 0%, #ffe100 100%), linear-gradient(to right, #79f48f 0%, #ffe100 100%);
}



.orange-yellow-gradient {
   border-left: 4px solid #ff9100;
   border-right: 4px solid #ffe100;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #ff9100 0%, #ffe100 100%), linear-gradient(to right, #ff9100 0%, #ffe100 100%);
}

.fuscia-yellow-gradient {
   border-left: 4px solid #dc017f;
   border-right: 4px solid #ffe100;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #dc017f 0%, #ffe100 100%), linear-gradient(to right, #dc017f 0%, #ffe100 100%);
}

.purple-fuscia-gradient {
   border-left: 4px solid #6100ff;
   border-right: 4px solid #dc017f;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #6100ff 0%, #dc017f 100%), linear-gradient(to right, #6100ff 0%, #dc017f 100%);
}

.purple-darkpurple-gradient {
   border-left: 4px solid #6100ff;
   border-right: 4px solid #150448;
   box-sizing: border-box;
   background-position: 0 0, 0 100%;
   background-repeat: no-repeat;
   background-size: 100% 4px;
   background-image: linear-gradient(to right, #6100ff 0%, #150448 100%), linear-gradient(to right, #6100ff 0%, #150448 100%);
}
