/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

body.page-id-6 .ct-button-ghost {
	display: none;
}

body.blog .awsm-grid-col-2 .awsm-grid-item,
body.blog .awsm-filter-item-search {
	width: 100% !important;
}



.awsm-job-item {
	position: relative;
	border-radius: 10px !important;
}

.awsm-btn-view {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	margin-top: 10px;
	transition: all .25s ease-in-out;
}

.awsm-btn-view:hover,
.awsm-btn-view:focus {
	background: #287A81;
	color: #fff;
	cursor: pointer;
}

.awsm-job-item h2.awsm-job-post-title {
	margin-bottom: 0 !important;
}

.awsm-top-left-info {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #287A81;
	border-radius: 30px;
	padding: 3px 11px;
}

.awsm-top-left-info span {
	color: #fff;
	font-size: 12px;
}

.awsm-job-description {
	margin-top: 3em;
    margin-bottom: 15px;
    color: #4c4c4c;
}

.awsm-d-flex {
	display: flex;
    gap: 10px;
}

.awsm-wrapper {
	position: relative;
}

.awsm-job-posted {
	color: #4c4c4c;
}

.awsm-job-search {
	background: #fff !important;
	border-color: #b7b7b7 !important;
	border-radius: 5px !important;
}


.awsm-job-entry-content {
	margin-top: 20px;
}

.awsm-apply-content {
	background: #fff;
	padding: 30px 25px;
	box-shadow: 0 0 10px 5px #f5f5f5;
	border-radius: 10px;
}


.btn-apply-bottom a,
.awsm-apply-content a {
	margin-top: 20px;
	background: #287A81;
    min-height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
    box-shadow: 2px 5px 8px 0px #828282;
    transition: all .25s ease-in-out;
}


.btn-apply-bottom a {
	display: none;
}

.awsm-apply-content a:hover {
	color: #fff;
	box-shadow: 0 0 8px 0px #828282;
}

.wpcf7-form-control:not([type="submit"]) {
	background: #fff !important;
}

.wpcf7-form-control:not([type="submit"]):focus {
	border-color: #287A81 !important;
}

.form-group input {
	border-radius: 5px !important;
	height: 50px !important;
}


.form-group h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.form-group {
	margin-bottom: 20px;
}

.wpcf7 .wpcf7-submit {
	margin-top: 15px;
	background: #287A81;
	max-width: 200px;
	width: 100%;
	height: 54px;
	font-size: 20px;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
	background: #144246 !important;
}

.homecare-contact-content .stk--inner-svg {
	background: #287a815e;
	padding: 15px;
	border-radius: 50px;
}


.flip-text-btn {
	position: relative;
}

.flip-text-btn p::before {
	content: 'Enquire Now';
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -65px;
	opacity: 0.1;
	background: #287A81;
	width: 100%;
	height: 0;
	z-index: 1;
	transition: all .25s 
	ease-in-out;
}

.homecare-card:hover .flip-text-btn p::before {
	bottom: 0;
	opacity: 1;
	height: 100%;
}

.awsm-job-specification-item>[class^=awsm-job-icon-] {
	color: #287A81;
}

[data-archive=default] .card-content {
	border: 1px solid #ddd !important;
	border-radius: 5px !important;
}

.awsm-job-single-wrap {
	display: flex;
	flex-flow: wrap;
	gap: 5px;
}

.awsm-job-single-wrap > div {
	flex: 1 1 calc(50% - 10px);
	box-sizing: border-box;
	margin-bottom: 0
}

.awsm-job-form {
	display: flex;
    align-items: start;
    justify-content: right;
}

.footer-first-section p {
	margin-bottom: 0;
}

.mc4wp-form-fields {
	position: relative;
}

.mc4wp-form-fields .form-group {
	margin-bottom: 0;
}

.mc4wp-form-fields .form-group input,
.mc4wp-form-fields .form-group input:focus {
	background-color: #fff;
	padding-right: 6.3em;
}

.mc4wp-form-fields .input-flex,
.mc4wp-form-fields .input-flex label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.mc4wp-form-fields input[type="submit"] {
	position: absolute;
    top: 31px;
    right: 5px;
    background: #287A81;
}

.mc4wp-form-fields input[type="submit"]:hover {
	background: #195055;
}

#brevo-ajax-form {
	position: relative;
}

#brevo-ajax-form h6 {
	margin-bottom: 5px;
}

#brevo-ajax-form .flex {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 25px;
}

#brevo-ajax-form label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0;
}

#brevo-ajax-form input[type="email"] {
	background: #fff;
	height: 50px;
	margin-bottom: 10px;
	padding-right: 6em;
}

#brevo-ajax-form button {
	position: absolute;
    top: 34px;
    right: 5px;
    background: #287A81;
}

#brevo-form-message {
	margin-top: 10px;
}

.infinite-loader {
    text-align: center;
    padding: 20px 0;
}

.infinite-scroll-title {
	text-align: center;
}

.infinite-posts {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}

.infinite-posts .post-item {
    position: relative;
    flex: 0 0 32%;
    padding: 23px 20px 5em;
    border-radius: 5px;
    box-shadow: 0 0 10px #dededeb5;
    background-color: #fff;
    /*background: linear-gradient(103deg, #f6f6f6 50%, #fff 50%);*/
}

.infinite-posts .post-item h4 {
	font-size: 20px;
}

.infinite-posts .post-item .awsm-job-specification-label {
	width: 190px;
}

.infinite-posts .post-item a {
    position: absolute;
    bottom: 9px;
    left: 25px;
    text-align: center;
    background: #287A81;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 15px;
    width: calc(100% - 50px);
    transition: all .25s ease-in-out;
}

.infinite-posts .post-item a:hover,
.infinite-posts .post-item a:focus {
    color: #fff;
    box-shadow: 0 0 8px 0px #828282;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 10px auto;
}

.jobs-none-container {
	text-align: center;
	font-size: 20px;
	margin-top: 2em;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


@media (max-width: 1020px) {
	.awsm-job-single-wrap {
		flex-flow: column-reverse;
		width: calc(100% - 20px) !important;
		margin: 0 auto !important;
	}

	.awsm-job-form {
		justify-content: center;
	}

	.btn-apply-bottom a {
		display: inline-flex;
	}
}

@media (max-width: 768px) {
	[data-column="widget-area-1"] .wp-block-stackable-columns {
		padding-right: 0 !important;
	}
}