/* 
Theme Name: Mijoya
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Kuba A.
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: mijoya
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body:not(.wp-admin) {
cursor: url('small-choco-cursor.png') 16 16, auto;
}
@media (min-width: 1201px) and (max-width: 1600px) {
.elementor-12 .elementor-element.elementor-element-9cb4ed3 .elementor-nav-menu .elementor-item {
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
}

}

.elementor-widget-jws_button_advanced .elementor-button.btn-solid:after, .elementor-button:after {
    height: 1px;
    width: 74%;
    content: "";
    position: absolute;
    background: currentColor;
    transition: all 1500ms cubic-bezier(.19,1,.22,1);
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
}
.reversed > .elementor-button:after {
background: #fff;
}
.elementor-widget-jws_button_advanced .elementor-button.btn-solid:hover:after,.elementor-button:hover:after {
    transform: translatex(-50%) scale(0)
}
.grw-review .wp-google-reply,
.grw-review .grw-b {
color: #fff!important;
border: none;}