/*
Theme Name: Creatio Theme
Theme URI: https://creatio.com.au
Author: Your Name
Author URI: https://creatio.com.au
Description: A clean and modern custom WordPress theme built from scratch.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://creatio.com.au
Text Domain: creatio-theme
Tags: custom-theme, responsive, blog, minimal, clean
*/

/* =Theme Styles
-------------------------------------------------------------- */

.contact-hero__textarea{
	width: 100%;
}

.contact-hero__input {
	width: 100%;
}
span.wpcf7-spinner {
	position: absolute;
	right: 0;
	background: #fff;
	color: #fff;
}
.grecaptcha-badge {
	visibility: hidden;
}
.single .reusable-hero__col {
	max-width: 100%;
}
.page-content,
.archive-hero,
.page-id-13 .projects-hero{
	padding-bottom: 80px !important;
}
.post-content a,
.page-content a{
	color: #d63517;
	transition: .3s;
}
.post-content p,
.page-content p{
	margin-bottom: 20px;
}
.post-content a:hover,
.page-content a:hover{
	text-decoration: underline;
}
.cs-page .reusable-hero {
	background-size: contain !important;
}

.pagination {
	display: flex;
	justify-content: center;
	margin: 80px 0;
}

.pagination__list {
	list-style: none;
	padding: 0;
	display: flex;
}

.pagination__item {
	margin: 0 5px;
}
.overview__images {
	flex-wrap: wrap;
}
.hero__slide {
	position: relative;
}
.hero__slide:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(280deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 0;
}
.hero__content {
	z-index: 1;
}
.footer .footer__bottom-col img{
	border-radius: 0;
}
.footer-note{
	background: #E2DED8; 
	color: #524C4A; 
	font-size: 1rem;
	text-align: center;
	padding: 2rem;
}
.sustainability__item p {
	margin-bottom: 20px;
}
.sustainability__item ul {
	display: block;
	list-style-type: disc; /* The default bullet marker is a filled circle (disc). */
	margin-top: 1em; /* Default top margin */
	margin-bottom: 1em; /* Default bottom margin */
	margin-left: 0; /* Default left margin */
	margin-right: 0; /* Default right margin */
	padding-left: 40px; /* Default left padding for indentation */
}

.sustainability__item  li {
	display: list-item;
	list-style: disc;
}
.story .company__container {
	justify-content: space-between;
}
.story .sustainability__items {
	padding-top: 6rem;
	max-width: 100%;
	grid-template-columns: 48% 48%;
	gap: 4%;
}
.story .sustainability__item {
	margin-bottom: 6rem;
}
.our__image{
	text-align: center;
}
.link.dark{
	background-color: #052e46;
}
.link.dark:hover{
	background-color: #1b4155;
}
.join__content.orange{
	background-color: #d63517;
}
.buttons-wrap {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	row-gap: 20px;
}
.join__container.flex_container {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	row-gap: 25px;
}
.join__content.justify-center{
	justify-content: center;
	text-align: center;
}
.join__container.flex_container > div {
	flex-direction: column;
	width: 47.5%;
	flex: 0 0 47.5%;
}

@supports (margin-bottom: clamp( 5rem , 4.4713656388rem + 2.6431718062vw , 6.875rem )) {
	.join {
		padding-top: clamp( 5rem , 4.4713656388rem  +  2.6431718062vw , 6.875rem );
	}
}
@media(max-width: 991px){
	.story .sustainability__items {
		grid-template-columns: unset;
		gap: 0;
	}
	.story .sustainability__items {
		padding-top: 1.25rem;
	}
	.story .sustainability__item:not(:last-child) {
		margin-bottom: 1.25rem;
	}
	.join__container.flex_container > div {
		width: 100%;
		flex: 0 0 100%;
	}
}