/**
Theme Name: Wararack
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: wararack
Template: astra
*/

:root {
	--wp--custom--ast-content-width-size: 1200px;
}

ol, ul {
	margin-left: 1em;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
	width: 600px;
}

.ast-inside-advanced-header-content {
	overflow: hidden;
}

.ast-advanced-headers-layout {
	position: relative;
	padding-bottom: 8%;
	padding-top: 32%;
}

.single #primary {
	margin-top: 0;
	margin-bottom: 0;
}


.ast-advanced-headers-wrap {
	width: 300px;
	position: relative;
} 
.ast-advanced-headers-title {
	text-align: left;
	font-size: 2.5rem;
    font-weight: 700;
}

/* Title background */
.ast-advanced-headers-wrap::after {
	content: '';
    width: 120%;
    height: 500px;
    display: block;
    position: absolute;
    z-index: -01;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDMwLjExIDkwMi40NSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4M2EyOGI7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTkuNiwzMjIuNDZjMjQuOTUtMTE0LjgsOTIuNzMtMTg5LjEyLDIwNC43NC0yMjIuNzFDMzUxLjc2LDM2LjE2LDUwOC41NS0xNC40Myw2NjIuNDcsMy43NGMxODcuNzQsMzQuMzQsNDA2LjM2LDE3MS44NywzNjEuNzgsMzg4LjM5LTQ5LjUsMzYzLjM3LTIxNy40Miw1NzQuMTktNjA3LjY1LDQ5Mi45OC0xNjAuNTMtNTEuNjItMzA4LjgyLTE3MS4yNS0zNjAuMzgtMjY4LjdDNC42NCw1MTguOTktNC42Nyw0NDUsMS44MSwzODguODVsNy43OS02Ni4zOVoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 35%;
    top: 50%;
    transform: translate(-50%, -50%);	
}

.bg-wattle .swiper-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 2em;
    pointer-events: none;
    width: 30%;
    background-image: url(/wp-content/themes/wararack/assets/images/wattle.png);
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    max-width: 400px;
}

.swiper-wrapper .swiper-slide-inner,
.elementor-swiper-button {
    z-index: 5;
}

.bg-foliage {
    background-image: url(/wp-content/themes/wararack/assets/images/wattle.png);
    background-repeat: no-repeat;
    background-position: -1% 127%;
}

/* Blocks */
.wp-block-group.has-background .wp-block-group__inner-container {
	padding: var(--wp--style--block-gap);
}

@media (max-width: 781px) {
	.wp-block-columns.swap-mobile {
		flex-direction: column-reverse;
	}
}


/* Lists */
.list-partners {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.list-partners li:not(:last-child) {
	margin-bottom: 1rem;
}

.list-partners .placeholder {
	display: inline-block;
    border: 3px solid;
    padding: 1rem;
    font-weight: bold;
}

.list-partners,
.list-news,
.list-initiatives {
	margin-top: 0;
}


.list-tiles {
	display: grid;
	gap: 30px;
	align-items: stretch;
	grid-template-columns: repeat(4,1fr);
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.list-tiles {
		grid-template-columns: repeat(1,1fr);
	}
}
@media (max-width: 1024px) {
	.list-tiles {
		grid-template-columns: repeat(2,1fr);
	}
}


.list-tiles li {
	background-color: white;
	padding: 16px 8px 8px;
	margin: 0;
}

.list-tiles h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.list-tiles a.readmore {
	font-size: 12px;
	font-weight: 700
}

.entry-content h4 {
	margin-bottom: 1rem;
}

.entry-content h4 + * {
	margin-top: 0;
}


.single .post-navigation {
	padding-top: 0;
	border-top: none;
}


.single .post-navigation .nav-links {
	gap: var(--wp--style--block-gap);
}

.single .post-navigation a {
	padding: 0;
}


/* FOOTER */
.site-footer a {
	color: white;
}

.site-footer .ast-builder-grid-row-container {
	padding-left: var(--wp--style--block-gap);
	padding-right: var(--wp--style--block-gap);
}


/* Special sections */
.column-znet,
.column-adaptation,
.column-culture {
    position: relative;
}

.column-znet > *,
.column-adaptation > *,
.column-culture > * {
    position: relative;
    z-index: 2;
}

.column-znet::after,
.column-adaptation::after,
.column-culture::after {
    opacity: 0.8;
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1030.11 902.45'%3E%3Cpath fill='%237D85B6' d='M9.6,322.46c24.95-114.8,92.73-189.12,204.74-222.71C351.76,36.16,508.55-14.43,662.47,3.74c187.74,34.34,406.36,171.87,361.78,388.39-49.5,363.37-217.42,574.19-607.65,492.98-160.53-51.62-308.82-171.25-360.38-268.7C4.64,518.99-4.67,445,1.81,388.85l7.79-66.39Z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 160px;
    height: 130px;
    z-index: 1;
}

.column-adaptation::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1030.11 902.45'%3E%3Cpath fill='%23E09070' d='M9.6,322.46c24.95-114.8,92.73-189.12,204.74-222.71C351.76,36.16,508.55-14.43,662.47,3.74c187.74,34.34,406.36,171.87,361.78,388.39-49.5,363.37-217.42,574.19-607.65,492.98-160.53-51.62-308.82-171.25-360.38-268.7C4.64,518.99-4.67,445,1.81,388.85l7.79-66.39Z' /%3E%3C/svg%3E");
}

.column-culture::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1030.11 902.45'%3E%3Cpath fill='%2392AD9A' d='M9.6,322.46c24.95-114.8,92.73-189.12,204.74-222.71C351.76,36.16,508.55-14.43,662.47,3.74c187.74,34.34,406.36,171.87,361.78,388.39-49.5,363.37-217.42,574.19-607.65,492.98-160.53-51.62-308.82-171.25-360.38-268.7C4.64,518.99-4.67,445,1.81,388.85l7.79-66.39Z' /%3E%3C/svg%3E");
}

/* maybe don't use these for the moment!
	
	.column-znet > h4::after,
.column-adaptation > h4::after,
.column-culture > h4::after {
    content: '';
    background-image: url('/wp-content/themes/wararack/assets/images/znet.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 45px;
}

.column-adaptation > h4::after {
    background-image: url('/wp-content/themes/wararack/assets/images/adaptation.png');
}
.column-culture > h4::after {
    background-image: url('/wp-content/themes/wararack/assets/images/culture.png');
}

--- we can bring them back laterz */