/*
Theme Name: child_theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 2.4.1
*/

/* width */
::-webkit-scrollbar { width: 10px; }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1; }
/* Handle */
::-webkit-scrollbar-thumb { background: #888; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: var( --e-global-color-primary ); }

body{
margin: 0 30px 0 30px;
}

.footer p{ padding: 0; margin: 0; }

.mailpoet_form_paragraph { font-size: 80%; }

.xs-review-box {
margin: 0;
}

.public-xs-review-box, .view-review-list {
padding: 10px;
border: 0px;
border-radius: 0;
box-shadow: none;
-webkit-box-shadow: none;
text-align: center;
}

.public-xs-review-box h3{
display: none;
}

.public-xs-review-box .xs-save-button button {
font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
font-weight: var( --e-global-typography-primary-font-weight );
background-color: var( --e-global-color-secondary );
border-radius: 5px;
color: #fff;
padding: 8px 20px;
-webkit-box-shadow: none;
box-shadow: none;
}

.public-xs-review-box .xs-save-button button:hover {
-webkit-box-shadow: none;
box-shadow: none;
background-color: var( --e-global-color-primary );
}