/*
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");

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/*//see section css*/
.elementor-post__read-more {
    padding: 5px 10px;
    border-radius: 3px;
    bottom: -10px;
    right: 20px;
    float: right;
}

.elementor-post__read-more-wrapper {
  margin-top: auto;
}

.elementor-acceptance-field {
	transform: scale(1.5, 1.5);
    margin: 10px 10px 35px 10px;
    float: left;
    position: relative;
}

.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;
}

label {
  font-size: 15px;
}

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