/**
 * Theme Name:     Erth Engineering
 * Author:         Crawford Designworks
 * Template:       crawford-designworks
 * Text Domain:	   erth-engineering
 * Description:    Custom Theme by Crawford Designworks
 */

a {text-decoration: none !important;}

/*.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1420px;
}*/

.wp-caption {
    border: none !important;
padding: 0 !important;
background: none !important;}
.wp-caption-text {padding: 10px !important;}

.orange {color: #E84D0E;}

.case-study-img {
	background-position: center center !important;
    background-size: cover !important;
}

strong, b {font-weight: 700;}

@media only screen and (min-width: 600px) {
	.has-submenu .sub-arrow {
		display: none !important;
	}
}

@keyframes cdwfadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.elementor-element .animated.fadeInDown {
	animation-name: cdwfadeInDown !important;
}
@keyframes cdwfadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.elementor-element .animated.fadeInLeft {
	animation-name: cdwfadeInLeft !important;
}
@keyframes cdwfadeInRight {
	from {
		opacity: 0;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.elementor-element .animated.fadeInRight {
	animation-name: cdwfadeInRight !important;
}
@keyframes cdwfadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.elementor-element .animated.fadeInUp {
	animation-name: cdwfadeInUp !important;
}

/* Menu */
.menu-main-link {text-transform: uppercase; font-weight: 600;}