/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
a {
    text-decoration: none !important;
    color: #FE3B1F;
}

.menu-item.current > .menu-link {
	color: #FE3B1F;
}

::selection {
	background: #FE3B1F;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #FE3B1F; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #FE3B1F; /* Safari */
	color: #FFF;
	text-shadow: none;
}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #FE3B1F; }

body {
    line-height: 1.5;
    color: #555;
    font-family: 'Poppins', 'Prompt', sans-serif;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #FE3B1F;
	border-radius: 0;
}

.media-box {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 50px;;
}
