/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.button, button, input[type=button], input[type=reset], input[type=submit]{
	font-weight: normal;
}
footer#footer .mid{
	border-top: 1px solid #FFFFFF7A;
	border-bottom: 1px solid #FFFFFF7A;
}

footer#footer .font14,.font14{
	font-size: 14px;
}
.dark, .dark p, .dark td {
    color: #ffffff;
}
.absolute-footer{
	display: none;
}
.nomargin *{
	margin-bottom: 0px;
}
.box4:after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
    background-color: transparent;
    background-image: linear-gradient(270deg, #000000 50%, var(--fs-color-secondary) 100%);
    opacity: 0.81;
}
.box5 .icon-box-img{
	background-color: #FFFFFF;
	height: 70px;
	border-radius: 100%;
	line-height: 70px;
	padding: 10px;
}
.box5 .icon-box-img .icon{
	height: 35px;
	width: 35px;
}
.box6{
	background-color: transparent;
    background-image: linear-gradient(90deg, var(--fs-color-secondary) 0%, #000000 100%);
}
.box8 .icon-box-img{
	background-color: var(--primary-color);
	height: 70px;
	border-radius: 100%;
	padding: 15px;
}
.box8  .icon-box-img svg{
	max-height: 40px;
}
.box8 .count-down{
	font-weight: bold;
}
.box8 .count-down p{
	margin-bottom: 0px;
	font-size: 40px;
    font-weight: 600;
}
.awsm-job-featured-image img{
	height: auto;
	width: 100%;
	max-height: 160px;
	object-fit: cover;
}
.entry-content {
    padding-bottom: 0px;
    padding-top:0px;
}
.entry-header-text-top{
    padding-top:0px;
}
.entry-divider{
	display: none;
}
.awsm-job-form-inner{
	padding: 20px;
}
.awsm-job-form-inner h2 {
    margin: 0 0 30px;
    font-size: 18px;
}

.header-button-1 a span:after{
	speak: none !important;
	display: inline-block;
	font-display: block;
	font-family: fl-icons !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 400 !important;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: none !important;
	content: "";
	margin-left: 5px;
}