/* 
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 */
a {
	color: currentcolor;
}

.post-card .post-img,
.course-card .course-img {
	transition: transform .3s;
}

.post-card:hover .post-img,
.course-card:hover .course-img {
	transform: scale(1.25);
}

.float-animation {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
     0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }
}


/* Login field icons fix */
.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before,
.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before{
	top: 2em;
}

/*
 * Start Edit
 * @utor: Juan Llano
 * Hide logout in learndash
*/
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:nth-child(2){
	display: none;
}

/*End Edit*/


/* Mark as completed button icon fix */
.learndash_mark_complete_button {
	padding-right: 35px !important;
}
