/* 
Theme Name: Tenti.tv Child
Theme URI: https://tenti.tv/
Description: Tenti.tv Child is a child theme of Tenti.tv
Author: Panda Code
Author URI: https://panda-code.de/
Template: tenti.tv
Version: 2.0.0
Text Domain: tenti.tv-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 */

body {
    overflow-x: hidden;
}

.text-colored {
    color: #9C0000 !important;
}

h1.entry-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0%) !important;
}

.single-post .page-header {
	display: none;
}

#header {
  transition: background 0.9s cubic-bezier(0.4,0,0.2,1), box-shadow 0.9s;
  background: transparent;
  box-shadow: none;
}

#header.scrolled {
  background: rgba(24, 30, 34, 0.85);
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
}

#elementor-popup-modal-1095 .dialog-close-button, #elementor-popup-modal-1095 .dialog-close-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

