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

/* Add your custom styles here */


/**
 * Landing Highlight Tag Ribbon
 * 
 **/
.ribbon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    z-index: 1;
}

.ribbon-content {
    position: absolute;
	left: -35px;
    top: 35px;
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: rotate(-45deg);
    background-color: #CE0404;
    color: #FFF;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.ribbon::before {
	top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #c3c3c3;
}

.ribbon::after {
	bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #c3c3c3;
}