/*
Theme Name: StayBallin
Theme URI: https://nuhatech.org
Description: A custom theme built for StayBallin by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	
}
.nuha-cf-col1 {

}
.nuha-cf-col2 {

}
.nt-cf7-main {
    margin: 0 auto;
    display: block;
}
.nuhatech-newsletter-field {
    padding: 10px !important;
    border-radius: 0px !important;
}
.nuhatech-newsletter-field {
    line-height: 22px;
	width: 100%;
	
}
input.nuhatech-sbmit {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    padding: 10px;
    background: #F39C12;
    color: #fff;
    border-radius: 0px !important;
    background-image: linear-gradient(135deg, var(--e-global-color-text) 98%, var(--e-global-color-secondary) 0%) !important;
    position: relative;
	cursor: pointer;
}
.nuhatech-sbmit:hover {
background-image: linear-gradient(135deg, var(--e-global-color-4d462f5) 98%, var(--e-global-color-secondary) 0%) !important;
	color: #000 !important;
}