/*
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 {
  overflow-x:hidden 
} 


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

.rounddot {
  background-color: #c20018;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50px;
  top: -3px;
  position: relative;
  margin: 0 8px;
}



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

@media (max-width: 767px) {
 
	.mysmalllogo {
  display: none;
  transition-duration: 1.0s;
}

.elementor-sticky--effects .mysmalllogo {
    width:97%;
    transition-duration: 1.0s;
    display: inline-block;
}
 
}