/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  A lightweight child theme for Hello Elementor. Use this to add custom CSS and PHP without editing the parent theme.
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* Your custom CSS goes below */

@media only screen and (max-width: 362px) {
  .social-iconss span.elementor-grid-item a {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    transition: 0.3s;
}
}

