/**
Theme Name: Astra child theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/
#space {
	min-width: 100%;
    width: 100%;
	height: 569px !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 41px;
}

.post-wrapper {
	position: relative !important;
	max-width: 569px;
	width:  569px;
	height: 100%;
    float: left;
}
.post-wrapper .thumbnail-text {
	margin: 0 !important;
}
.post-wrapper .date-circle-thumbnail-post {
	position: absolute;
	border-radius: 50%;
	width: 114px;
	height: 114px;
	background-color: #C3453E;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	bottom: 33px;
	left: 33px;
	color: #FFFFFF;
}

.post-wrapper .date-circle-thumbnail-post .day {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
}

.post-wrapper .date-circle-thumbnail-post .month {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}
.post-wrapper .thumbnail-text a {
	position: absolute !important;
	bottom: 64px;
	left: 170px !important;
	color: #FFFFFF;
}
.post-wrapper .post-thumbnail {
	width: 100%;
	height: 100%;
}
.post-wrapper .post-thumbnail a {
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
} 
.post-wrapper .post-thumbnail a img {
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.post-wrapper h2 a {
	font-size: 28px; 
	line-height: 23px; 
	font-weight: 700;
	color: #000000;
	margin: 0 !important;
	text-decoration: none !important;
}


.small-container {
    width: 569px;
	max-width: 569px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    gap: 24px;
    justify-content: flex-start;
}
.small {
	min-width: 100% !important;
	width: 100% !important;
	height: 174px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.small .small-thumbnail {
	position: relative;
}
.small .small-thumbnail img {
	position: relative;
	object-fit: cover;
	object-position: center;
	max-width: 174px;
	max-height: 174px;
	min-width: 174px;
	min-height: 174px;
	width: 174px;
	height: 174px;
}

.post-list-wrapper {
	margin-bottom: 10px !important;
}
.small .small-post-info .date-circle-small-post {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	position: absolute;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	top: 10px;
	left: 125px;
	color: #FFFFFF;
}
.small .small-post-info .date-circle-small-post .day-small-post {
	font-size: 32px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
}
.small .small-post-info .date-circle-small-post .month-small-post {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 600;
	margin: 0;
}
.small .small-post-info .circle-color-0 {
	background: #C3453E !important;
}
.small .small-post-info .circle-color-1 {
	background: #9C77AD !important;
}
.small .small-post-info .circle-color-2 {
	background: #65A7AB !important;
}

.small .small-post-info .circle-color-3 {
	background: #D49F57 !important;
}
.small .small-post-info {
	display: flex;
	width: 330px;
	min-width: 330px;
	max-width: 330px;
	height: 174px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.small .small-post-info .read-more-btn {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	display: flex !important;
	flex-direction: row !important; 
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	color: #C3453E !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	height: 25px !important;
}
.small .small-post-info .read-more-btn a {
	position: absolute !important; 
	top: 0 !important;
	left: 0 !important;
	min-width: 100% !important;
	min-height: 100% !important;
}
.small .small-post-info .arrow-right {
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
.small .small-post-info p {
	margin-bottom: 0 !important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.small .small-post-info h2 {
	width: 100%;
	margin-bottom: 0 !important;
}
.small .small-post-info h2 a {
	width: 100%;
	font-size: 22px; 
	line-height: 24px; 
	font-weight: 700;
	color: #000000;
	margin: 0 !important;
	text-decoration: none !important;
}

#jobs {
	min-width: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 32px;
}
@media only screen and (max-width: 826px) {
    #jobs {	
    	justify-content: center !important;
    }
}

#jobs div {
	width: 308px;
	height: 121px;
}
#jobs div .job-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 32px, 59px, 32px, 59px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.11);
}

#jobs div .job-card h3 {
	margin: 0;
	color: #000000;
	width: 100%;
	text-align: center !important;
}
#jobs div .job-card h3 a {
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
#jobs div .job-card h3 .dot {
	color: #C3453E;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
}
#jobs div .job-card p {
	margin: 0;
	color: #7D7C7C;
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
} 
.selected-job-meta-list li ul {
	padding-left: 7px !important;  
}
.news-wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.news-item {
	width: 900px !important;
	height: 780px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start; !important
	gap: 10px !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
	margin-top: 10px !important;
	position: relative !important;
}
.news-item .main-link {
	min-height: 100%;
	width: 100%;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 1 !important;
}
@media (max-width: 900px) {
	.news-item {
		width: 100% !important; 
		overflow: hidden;
	}
}
.news-thumbnail {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 550px;
	height: 550px;
	max-height:550px;
}
.news-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.date-circle-small-news {
	position: absolute !important;
	border-radius: 50%;
	width: 114px;
	height: 114px;
	background: #C3453E !important;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	bottom: 250px !important;
	left: 33px !important;
	color: #FFFFFF;
} 
.date-circle-small-news .news-day {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
}

.date-circle-small-news .news-month {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 0;
}
.news-content {
	width: 100%;
	height: 200px;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px 15px;
	gap: 5px !important;
	position: relative;
}
.news-content h2 {
	color: #000000;
	font-weight: 700;
	font-size: 32px;
	line-height: 64px;
	margin: 0 !important;
}
@media (max-width: 800px) {
	.news-content h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.news-content p {
		font-size: 14px;
		
	}
}
.news-content h2 a {
	color: #000000;
	text-decoration: none !important;
	margin: 0 !important;
}
.news-content h2 span {
	color: #C3453E;
	font-size: 32px;
	margin: 0 !important;
}
.news-excerpt p {
	margin: 0 !important;
}
.read-more-btn {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	display: flex !important;
	flex-direction: row !important; 
	align-items: center !important;
	justify-content: center !important;
	position: relative !important;
	color: #C3453E !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	height: 25px !important;
}
.read-more-btn a {
	position: absolute !important; 
	top: 0 !important;
	left: 0 !important;
	min-width: 100% !important;
	min-height: 100% !important;
}
.read-more-btn a .arrow-right {
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
.load-more-btn {
	margin-top: 20px !important;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(210, 121, 108, 0.5);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.selected-job-meta-list {
	padding-left: 20px !important;
}