/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

html,
body {
	overflow-x: hidden;	
}

@media (min-width: 1024px) {
	.npcf-pulse .e-loop-item:nth-child(odd) .npcf-pulse-item-image {
		order: 2;
	}
}

.npcf-pulse .e-loop-item:nth-child(odd) .npcf-pulse-item-title {
	background: #E7E1D1 !important;
}

.npcf-pulse .e-loop-item:nth-child(odd) .npcf-pulse-item-title h3 {
	color: #0F4C64 !important;
}

.npcf-pulse .e-loop__load-more {
	margin-top: -25px !important;
}

.go-top {
	cursor: pointer;
}