/*
Theme Name: green-tornado
Version: 1.0
Description: A child theme of Hello Elementor
Author: fh_admin
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");


.elementor-post__read-more {
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 3px;
    bottom: -10px;
    right: 20px;
    float: right;
}


.elementor-acceptance-field {
	transform: scale(1.3, 1.3);
	margin: 10px;
}

.elementor-message.elementor-message-success {
    font-size: 20px;
    float: right;
    color: green;
    font-weight: bold;
}




.elementor-location-single h2 {
  margin-top: 25px;
}

.elementor-location-single h3 {
margin-top: 25px;
}



@media (max-width: 767px) {
 
	/*mobile media */
 
}