/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */


.wellcol h3 {
    font-size: 25px !important;
}

.underclass h2 {
    font-size: 50px !important;
}

div#ourofferingid h3.elementor-flip-box__layer__title {
    font-size: 18px !important;
}

a.booknow {
    margin-top: 5%;
    display: inline-block;
    background: #e3d297;
    padding: 11px 42px;
    border-radius: 25px;
    color: #3a8d82;
}

a.booknow:hover {
    background: #3a8d82 !important;
    color: #fff;
}

div#pilatesid h5 {
    color: #e5ae2f !important;
}

/*responsive*/

@media only screen and (max-width: 1000px) and (min-width: 320px)  {
.underclass h2 {
    font-size: 30px !important;
}
	
.marqueeclass ul li span {
    font-size: 40px !important;
}	
}