/*
Theme Name: MLR Plastering - Elementor Child Theme
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: DCB Digital
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below this line */
*{
	scroll-margin-top: 80px;
}
html,body{
	overflow-x: hidden;
}
p:last-child{
	margin-bottom: 0;
}
.hoverable-arrow-btn .elementor-button-icon{
	position: relative;
	transition: all .4s ease-in-out;
}
@media only screen and (max-width: 767px){
	*{
		scroll-margin-top: 130px;
	}
}