/* 
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 */
/* Classes */
.link, a { color: #0F97BD; }
.link:hover { color: #DBA860; }

/* News */
.elementor-widget-posts .elementor-post__read-more {
    background: #DBA860;
    padding: 8px 15px;
}
.elementor-widget-posts .elementor-post__read-more:hover {
    background: #282526;
	 transform: translateY(-6px);
}

.post-password-form {max-width: 1170px; margin: 20px auto!important; }
.post-password-form input[type="submit"] {
background: #0F97BD; color: #fff;
border-color: #0F97BD;
}

.post-password-form { padding: 0 20px 10px; }
/* Header Sticky
.header-sticky {
 opacity: 0;
 -moz-transition: opacity .25s ease-out!important;
  -webkit-transition: opacity .25s ease-out!important;
  transition: opacity .25s ease-out!important;
}


.elementor-sticky--effects.header-sticky  {
 opacity: 1!important;
}
 */
