/*
 Theme Name:   Neve Child
 Description:  Neve Child Theme
 Author:       Coolto Agency
 Author URI:   https://coolto.agency
 Template:     neve
 Version:      0.3 beta
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  neve-child
*/

/* HTML */
html{scroll-behavior:smooth;}
/* SCROLL TOP */
.scroll-top{background-color:transparent;text-decoration:none;transition:all 0.2s;position:fixed;z-index:10000;outline:none !important;opacity:0;border:none;bottom:24px;right:24px;visibility:hidden;}
.scroll-top .scroll-top-inner{background-color:rgba(0, 0, 0, 0.2);border-radius:100%;text-align:center;padding:14px;border:unset;line-height:0;}
.scroll-top .scroll-top-inner img{width:21px;}
.nv-html-content .extra-actions{display:flex;align-items:center;justify-content:flex-end;}
.nv-html-content .extra-actions .top-action-item{margin-left:12px;}
.nv-html-content .extra-actions .top-action-item a{font-size:24px;}
header.home-header .nv-html-content .extra-actions .top-action-item a>i{color:white;}
header.normal-header .nv-html-content .extra-actions .top-action-item a>i{color:black;}
body:-webkit-full-page-media{background-color:transparent;}
