/**
 * Theme Name:     Novus Energy
 * Author:         Crawford Designworks
 * Template:       crawford-designworks
 * Text Domain:	   novus-energy
 * Description:    Custom Theme by Crawford Designworks
 */

a {text-decoration: none !important;}
strong, b {font-weight: 600;}
button {cursor: pointer;}
/*.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1280px;
}*/

footer a {color: #fff !important;}

ul {
padding-inline-start: 18px;
}

/* Gradient Background */
.gradient-background {background: rgb(4,97,82); background: linear-gradient(190deg, rgba(4,97,82,1) 40%, rgba(3,148,71,1) 100%);}

/* Main Menu */
@media (min-width: 979px) {
.sub-arrow {display: none !important;}
}
.elementor-nav-menu--dropdown {border-top: 1px solid #EEB900;}

.elementor-g-recaptcha { 
    visibility: hidden;
	height: 1px;
	width: 1px;
}

.text-with-image img {
    clear: both; float: right; margin: 0 0 15px 15px; max-width: 40% !important;
}
@media (max-width: 800px) {
	.text-with-image img {
    float: none; margin: 15px 0 15px 0; max-width: 100%; width: 100%;
}
}