/* 
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
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
*/

.p-no-margin p {
	margin-bottom: 0 !important;
}

/* Home Post Loop */
.home-post-loop .e-loop-item, .post-page-loop .e-loop-item {
    border: 1px solid #E3E3E3;
	width: 331px;
}
.home-post-loop .elementor-element-populated, .post-page-loop .elementor-element-populated {
    padding: 0 0 20px 0 !important;
}
.home-post-loop .elementor-widget-loop-grid .elementor-grid {
    grid-row-gap: var(--grid-row-gap,50px) !important;
    grid-column-gap: var(--grid-column-gap,50px) !important;
}
.home-post-loop-vertical .elementor-element-populated {
	padding-top: 0 !important;
}

/* Logged In */
.logged-in .login-button, .logged-in .signup-button, .user-profile-picture, .user-profile-picture-header, .logout-icon, .logout-button, .logout-icon-header, .logout-button-header {
	display: none;
}
.logged-in .user-profile-picture-header, .logged-in .user-profile-picture, .logged-in .logout-icon, .logged-in .logout-button, .logged-in .logout-icon-header, .logged-in .logout-button-header  {
	display: block;
}

/* Signup Form */
.signup-form {
    background: #fff !important;
    padding: 0;
}
.signup-form label {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.signup-form input {
    background: #f5f5f5 !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif !important;
}
.signup-form .ur-form-grid {
    padding: 0 !important;
}
.signup-form-button {
    width: 100%;
    margin: 0 !important;
    font-family: 'Inter', sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}
.signup-form .ur-button-container {
    padding: 0;
}

/* Responsive */
@media only screen and (max-width: 1280px) {
	.hamburger-menu {
		transform: translateY(5px);
	}
	.logged-in .user-profile-picture-header, .logged-in .logout-button-header, .logged-in .logout-icon-header {
		display: none;
	}
}
