/* 
Theme Name: SGMAG 2022
Theme URI: https://github.com/elementor/hello-theme/
Description: SGMAG 2022 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: SGMAG-2022
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
*/



.ecs-load-more-button .elementor-button-link.elementor-button::before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background-color: #EDEDED;
    border: 1px solid #000;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    
}

.ecs-load-more-button .elementor-button-link.elementor-button {
    background-color: white !important;
    padding: 20px 0px 5px !important;
}

a {
	color: #FC1C42;
	
}
a:hover, a:focus, a:active {
	color: #FC1C42;
}

.elementor-pagination {
	margin-top: 30px;
}
