/**
 * Theme Name:     Rabbit Limo
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   rabbit-limo
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

*{ padding:0; margin:0;}
html, body{ overflow-x:hidden;}
.pos-r > div{ position:relative;}
.ekit_double_button a.ekit-double-btn{ white-space:nowrap !important; width:auto !important; padding:15px 25px!important;}
.twobox, .threebox{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.twobox > div{ width:49%;}
.threebox > div{ width:32%;}
.wpcf7-spinner{ display:none!important;}
.wpcf7-response-output{  text-align: center;  color: #fff;}
.wpcf7-not-valid-tip{ margin:0 0 1px!important; }
.paybtn{background:#000; font:400 16px/20px "Outfit", Sans-serif; text-transform: uppercase; border-radius:0px; padding: 17px 40px 17px 40px;  margin: 12px 0px 0px 0px;  color:#fff; border:1px solid #fff; display:inline-block;}
.paybtn:hover{background:#e39101; border-color:#e39101; color:#fff;}
.wpcf7-form-control-wrap{ display:flex; flex-direction:column-reverse;}
.linktext, .linktext:hover{ color:#9B9B9B;}

@media only screen and (max-width: 480px) {
.ekit_double_button a.ekit-double-btn{ padding:15px!important;}
.twobox{ display:block;}
.twobox > div{ width:100%;}	

}