/*
Theme Name: Green Tornado
Version: 1.0
Description: A child theme of Astra
Author: Green Tornado
Template: astra
*/

@import url("../astra/style.css");
/*
flipbox changes for heading background*/

.elementor-flip-box__layer.elementor-flip-box__front .elementor-flip-box__layer__title {
    background-color: #528689cc !important;
    left: 0 !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
}
.elementor-flip-box__layer.elementor-flip-box__front {
    overflow: hidden !important;
}

.elementor-widget-flip-box .elementor-flip-box__button {
    background-color: #f07d0c !important;
}

/*
global P*/
p:last-child{
	margin-bottom: 0;
}
/*
For buttons next to menu*/
.mybut {
    right: 70px;
    position: absolute;
    top: 5px;
}

.telno {
    font-size: 25px;
    right: 0;
    position: absolute;
    color: #6d6e71;
    top: 56px;
}




@media (max-width : 580px) {

   .mybut {
    display: none;
   } 

   .telno {
        display: none;
}

}

