/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.8
*/

/* Hide the weird create account/your account settings */
.side-panel .action-icons,
.side-panel .bottom-extras {
  display: none;
}

.account-links {
	display: none;
}

@media (max-width: 768px) {
    body.home .et-banner-text {
        width: 60%;
		max-width: 350px;
        top: -0px;
        left: -15px;
        bottom: unset;
    }

    body.home .et-banner-text .et-banner-title {
        font-size: 1.9rem;
    }
    body.home .et-banner-text .et-banner-subtitle  {
        display: none;
    }
}
