/*
Theme Name:   Sasico Child
Theme URI:    https://sasico.pikathemes.site/
Description:  Make your modifications to [Parent Theme] in this Sasico child theme.
Author:       PikaThemes
Author URI:   http://pikathemes.site/
Template:     sasico
Version:      1.1
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:  sasico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
.sasi-heading__sub span{
	background: linear-gradient(90deg, #0163ff 0%, #4c8dff 50%, #6a4cff 100%)!important;
    color: #ffffff!important;
}
.gradient-text {
    background: linear-gradient(90deg, #0163ff, #4c8dff, #6a4cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

div#comments, .author-bio{
  display:none;
}

input#wp-block-search__input-1{
  color: #000
}