/*
Theme Name:   Chaplin Child
Theme URI:    https://it.wordpress.org/themes/chaplin/
Description:  Chaplin Child Theme
Author:       Riccardo Molti
Author URI:   https://www.afterspellstudios.it
Template:     chaplin
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  chaplinchild
*/

body{
	background: linear-gradient(135deg, #090a0f 0%,rgba(26,94,176,0.53) 100%);
/* 	background-color: #090a0f; */
}

.wp-block-cover{text-shadow: 3px 1px 3px rgb(0 0 0);}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container{color: #fff;}

.header-inner{background: none; transition: all 0.4s cubic-bezier(.215, .61, .355, 1);}
.admin-bar .header-inner.is-sticky{background: rgba(9,10,15, 1);}
 .header-navigation-wrapper{display: none!important;}
 
 h1.entry-title{text-align: center;}
 .page-child .entry-content{max-width: 700px; margin: 0 auto; text-align: center;}
 
