/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: "Inter Tight", sans-serif;
}
.header-top {
	border-top: 5px solid var(--primary-color);
	border-bottom: 1px solid #ccc;
}
.header-top .nav>li>a {
	text-transform: uppercase;
	font-size: 14px;
}
.header-bottom .nav-size-large>li>a {
	font-size: 16px;
	font-weight: 500;
}
.header-bottom .nav-spacing-xlarge>li {
	margin: 0px 20px;
}
.header-main .header-inner {
	padding-left: 0;
	padding-right: 0;
	display: block;
	max-width: 100%;
}
.header-main #logo {
	padding: 31px 20px;
}

h2.section-title-bold {
	font-size: 20px;
}
.section-title-bold span {
	border: none;
	padding-left: 0;
}
.section-title.section-title-bold b {
	height: 16px;
	background-color: #F5F5F5;
	opacity: 1;
}

.box-blog-post .is-divider {
	display: none;
}
.col.post-item .box-vertical .post-title {
	font-weight: normal;
	font-size: 16px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
}
.col.post-item .box-normal .post-title {
	font-size: 20px;
	margin-bottom: 10px;
}
.col.post-item:hover .post-title {
	color: rgb(230, 52, 84);
}
.col.post-item .from_the_blog_excerpt {
	font-size: 16px;
	color: #333;
}
.col.post-item .button {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	min-height: 40px;
	line-height: 40px;
}
.row-solid .col:after {
	display: none;
}
.col.post-item .col-inner .plain {
	border-top: 1px solid #CCCCCC;
	display: block;
	padding-top: 15px;
}
.col+.col .col-inner {
	padding-bottom: 0px;
}
.col.post-item:first-child .col-inner {
	padding-top: 0;
}
.col.post-item:first-child .col-inner .plain {
	border-top: none;
	padding-top: 0;
}
.col.post-item:last-child .col-inner .plain {
	padding-bottom: 15px;
}

.blog-custom .col.post-item, 
.vertical-custom .col.post-item {
	padding-bottom: 0;
}
.vertical-custom .col.post-item .box-text {
	padding-top: 5px;
	padding-bottom: 5px;
}
.vertical-custom .col.post-item .col-inner .plain {
	padding-bottom: 15px;
}
.vertical-custom .col.post-item:last-child .col-inner .plain {
	padding-bottom: 0px;
}
.icon-box-img img, .icon-box-img svg {
	padding-top: 0;
}
.icon-box-left {
	display: flex;
	align-items: center;
}
.icon-box-left p {
	margin-bottom: 0;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
.footer-wrapper {
	border-top: 5px solid #FE8DA1;
}
.category .col.post-item {
	padding-bottom: 15px;
}
.category .col.post-item .box-text {
	padding-bottom: 5px;
}
.category .col.post-item .box-vertical .post-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.category .page-title {
	text-align: left;
	margin-bottom: 0;
	font-size: 30px;
}

.related-post .col.post-item .col-inner .plain {
	border-top: none;
	padding-top: 0;
} 
.taxproduct-post .box {
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    overflow: hidden;
}
.taxproduct-post .box_text {
    width: 100%;
    padding: 10px 0 0;
    padding: 15px;
    border-top: 1px solid #e9e9e9;
}
.taxproduct-post .box_text h4 {
	margin-bottom: 0;
}
.taxproduct-post .box_text h4 a {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #33383c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
}
.taxproduct-post .box_text h4 a:hover {
	color: #E63454;
	text-decoration: underline;
}
.job-process-country {
	display: flex;
	align-items: center;
	color: var(--primary-color);
	padding: 8px 0 8px 0px;
}
.job-process-country img {
    width: 20px;
    border: 1px solid #f2f2f2;
    margin-right: 7px;
}
.job-process-item {
	display: flex;
	align-items: center;    
	padding: 8px 0 8px 0px;
    position: relative;
    border-top: 1px dashed #ddd;
}
.job-process-item i {
	margin-right: 5px;
}
.job-process-item b {
	white-space: nowrap;
	margin-right: 5px;
}
ul.links {
	clear: both;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.registration {
    padding: 10px 5px;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .5);
}
.flex-box-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
.registration i {
    width: 80px;
    font-size: 32px;
    color: #de9b42;
}
.row-single {
	background-color: #f5f5f5;
	padding-top: 15px;
}
h1.product-title {
	margin-bottom: 0;
}
.single-form {
    color: #000;
    padding: 15px 15px 0;
    border-radius: 3px;
    background-color: var(--primary-color);
}
.single-form .wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background-color: #0047a0 !important;
}
.wpcf7-spinner {
	position: absolute;
}
@media (max-width: 820px) {
	.header-main .header-inner {
		display: flex;
	    padding-left: 15px;
    	padding-right: 15px;
	}
	.header-main {
		height: 100px !important;
	}
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-main #logo {
	    padding: 15px 0px;
	}
	.header-main {
        height: 70px !important;
    }
}