/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/*
 * Google Re-captcha badge hide 
 */
.grecaptcha-badge { visibility: hidden; }


/* Pages Title
 * CartFlows / LearnDash - hide title and minimize height of the header cause is not necesary on those pages  
 * */

.cartflows_step-template-default .page-header .page-header-title {visibility: hidden;}
.cartflows_step-template-default .page-header  {padding: 5px 0;}
.sfwd-courses-template-default .page-header .page-header-title {visibility: hidden;}
.sfwd-courses-template-default .page-header  {padding: 5px 0;}


/*
 *  LearnDash - Grid styles
 */

.ld_course_grid .btn {
    background: #446996 !important ;   
    color: #ffffff !important;
    border-radius: 7px !important;
    border-width: 2px !important;
    border-color: #446996 !important;
    border-style: solid !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.ld_course_grid .btn:hover {
    background: #FFFFFF !important;   
    color: #446996 !important;
    border-radius: 7px !important;
    border-width: 2px !important;
    border-color: #446996 !important;
    border-style: solid !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}



/*
 *  Header - Cart button fix
 */
.elementor-menu-cart__toggle .elementor-button:hover {
	border-width: 0px !important;
}

