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

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Georgia, Verdana, sans-serif;
    background-image: url(https://lcbeauty.sm/wp-content/uploads/2022/06/background_image.png);
    background-position: center 235px;
    background-repeat: no-repeat;

background-color:#f5f5f5;}


.mainimg img{
    width:100%;

}



   .maindiv:before,
.headermain:before,
.footermain:before{
        box-shadow: -20px 0 20px -20px #c3c3c3 inset;
        content: " ";
        height: 100%;
        left: -20px;
        position: absolute;
        top: 0;
        width: 20px;
      }
      .maindiv:after,
.headermain:after,
.footermain:after{
        box-shadow: 20px 0 20px -20px #c3c3c3 inset;
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        right: -20px;
        width: 20px;
      }

.testopagine{
	max-width:380px !important;
	color: #6E6E66;
    font-size: 12px;
    letter-spacing: -0.02px;
    line-height: 130%;
}