/*
Theme Name:     Nao Mag Child
Theme URI:      n/a
Template:       kadence
Author:         Nao Studio
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
h1{
	    margin: 1.5em 0 .5em;
}
h2{
	
    font-size: var(--global-kb-font-size-lg, 2rem)!important;
    line-height: 1.2;
    text-transform: none;
	font-weight:700;
}
.pagination .page-numbers{
    border-radius: 0;
    font-family: Jost;
}

@media(min-width:1024px){
   body:not(.blog) .kb-posts-style-unboxed .entry-content-wrap{
        margin-left: 30px!important;
    } 
}
.wp-block-pullquote blockquote {
   
    text-shadow: 0 0 5px #14060c, 0 0 10px #14060c;
	
}

.wp-block-kadence-off-canvas-trigger:focus {
    color:#cc4479 !important ;
    background: 0 0;
    box-shadow: none;
}
