﻿/* 
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 */
.elementor-button-icon svg { width: 3em;}
.elementor-post__card { text-align: center;}
/*.elementor-post__excerpt { height: 180px;}*/
.elementor-post__excerpt ul { padding-left: 0px; margin-left: 15px;}
.elementor-post__excerpt li { font-size: 0.8rem; text-align: left;}
a.elementor-post__read-more { color: #3953A4 !important; border: 2px solid #3953A4; padding: 12px 15px; border-radius: 25px;}
a.elementor-post__read-more:hover { background-color: #3953A4; color: #fff !important;}

.elementor-grid-item.post-3257 .elementor-post__read-more-wrapper { display: none !important;}
.elementor-grid-item.post-3261 .elementor-post__read-more-wrapper { display: none !important;}

/******Mobile******/
/*@media (max-width: 1366px) {
	.elementor-post__excerpt { height: 300px;}
}

@media (max-width: 991px) {
    .elementor-post__excerpt { height: 160px;}
}

@media (max-width: 767px) {
    .elementor-post__excerpt { height: auto;}
    .elementor-post__excerpt li { font-size: 1rem; text-align: left;}
}

@media (max-width: 667px) {
}

@media (max-width: 480px) {
	
}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}

@media (max-width: 320px) {
	
}*/