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

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
h1, h2, h3, h4, h5, h6{font-family: "Cinzel", serif!important; font-weight:bold!important; text-transform:uppercase!important}
.btn  .elementor-button{padding:12px 30px!important}
.footer-text strong{color:#fff!important}

.btncus{position: fixed;bottom: 10px;left: 10px;z-index: 9;}
.btncus:hover ul{display:block}
.btncus ul{display:none;position: absolute;left: 115px;bottom: 0;width: 230px;list-style:none}
.btncus ul li{margin-bottom:5px}
.btncus a{display:block;background:#fff;font-size: 12px;color: #000;padding: 0 10px;border-bottom: 2px solid #333;font-weight: bold;border-radius: 25px;}
.btncus a:last-child{border-bottom:0}
.btncus a:hover{background:#000; color:#fff}

#chaty-widget-0 .on-hover-text{line-height:initial!important}
#chaty-widget-0 .on-hover-text p{margin:0!important}

@media(max-width:575px){
    .btncus img{width: 110px;}
    .btncus ul{left: 70px;width: 160px;line-height: initial;}
    .btncus ul li a{line-height: 1;padding: 4px 12px;}
}