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

/*page login*/
.um-login.um-logout {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.um input[type=submit].um-button {
	background: #ffffff !important;
    border: 1px solid #ea5b0c !important;
}

.um input[type=submit].um-button:hover {
	background: #ea5b0c !important;
    border: 1px solid #ea5b0c !important;
}


/**/
article:nth-child(1) .elementor-post__card,article:nth-child(6) .elementor-post__card {
    background-color: #33393b;
}
article:nth-child(2) .elementor-post__card ,article:nth-child(4) .elementor-post__card  {
    background-color: #ea5b0c;
}

article:nth-child(3) .elementor-post__card ,article:nth-child(5) .elementor-post__card  {
    background-color: #b9dee0;
}

article:nth-child(3) .elementor-post__card a,article:nth-child(5) .elementor-post__card a{
    color: #33393b !important;
}  

article:nth-child(3) .elementor-post__card p,article:nth-child(5) .elementor-post__card p{
    color: #33393b !important;
}  

article:nth-child(3) .elementor-post__meta-data ,article:nth-child(5) .elementor-post__meta-data {
    color: #33393b !important;
	border-top: 1px solid #33393b !important;
}  

article {
    text-align: center;
}

@media (min-width: 1600px) {
	article .elementor-post__card {
		padding: 50px !important;
	}
}

@media (min-width: 1100px) {
	article .elementor-post__card {
		padding: 25px !important;
	}
}


.page-id-833 #content, .page-id-829 #content {
	margin-top:160px; 	
}


