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

.elementor-post__read-more {
    background-color: #f58283;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
    left: 75%;
}


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



#mylogo img {
    width: auto !important;
    transition: height 0.3s ease, width 0.3s ease;
    object-fit: contain;
}

#myheader {
    transition: min-height 0.3s ease, height 0.3s ease;
}

@media (min-width: 1025px) {
    #myheader.elementor-sticky--effects #mylogo img {
        height: 80px !important;
    }

    #myheader.elementor-sticky--effects {
        min-height: 80px !important;
    }
}




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

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

label {
  font-size: 15px;
}

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