/*
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
------------------------------------------------------- */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control,
select.wpcf7-form-control.form-control{
    margin-top: 20px;
}
div#userwayAccessibilityIcon {
    display: none;
}
body .uwy.utb .uai{
    width: 40px;
    height: 40px;
}
.cky-revisit-bottom-left{
    bottom: 15px;
    left: 25px;
    width: 50px;
    height: 50px;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img{
    max-width: fit-content;
    margin: 0;
    height: 25px;
    width: 25px;
}
@media only screen and (max-width: 768px) {
    .cya11y-menu-btn {
        width: 30px;
        height: 30px;
 }
    .cya11y-menu-btn svg {
        width: 15px;
        height: 15px;
        min-height: 15px;
        min-width: 15px;
        max-width: 15px;
        max-height: 15px;
  }
}