/* ----------------------------------------------------------------
	Canvas: Non-Profit
-----------------------------------------------------------------*/

/* Root Settings
-----------------------------------------------------------------*/


/* Custom Header Size
-----------------------------------------------------------------*/





/* Slider
-----------------------------------------------------------------*/



.slider-feature {
	position: relative;
	transform: translateY(-20%);
	z-index: 4;
}

.slider-feature a {
	color: #222;
	transition: all .2s ease;
}

.slider-feature a:hover {
	background-color: var(--themecolor, #F46A45);
	transform: translateY(-2px);
	z-index: 1;
}

.slider-feature a i {
	position: relative;
	top: 4px;
	font-size: 20px;
	padding-right: 6px;
}

/* SVG Divider
-----------------------------------------------------------------*/
.svg-line {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	width: 100%;
	height: 20px;
}

.button-svg {
	background-image: url('images/border.svg');
	background-repeat: no-repeat;
	background-position: center 120%;
	background-size: 100% 10px;
	color: #222;
	font-size: 16px;
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
	#header-wrap,
	#header.sticky-header #header-wrap {
		background-color: var(--themecolor, #fff);
	}

	.slider-feature { transform: translateY(-50%); }

	.heading-block h2 { font-size: 54px; }

	.feature-box .fbox-icon {
		width: 80px;
		height: 80px;
	}

	.feature-box h3 { font-size: 20px; }

	.charity-card h3 { font-size: 22px; }

	.counter {
		font-size: 48px;
		letter-spacing: 1px;
	}

	.counter-section h3 { font-size: 2.6rem; }

	.full-width-img { margin-left: calc(50% - 300px); }

	#page-title.page-title-center .breadcrumb { margin-top: 35px !important; }

}


