/*!
Theme Name: Envinromental Resources Australia
Theme URI: https://them.es/starter
Author: Jude Gimeno
Author URI: https://judegimeno.com
Description: 
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: era
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Padding Top */
.pt-6 { padding-top: 24px !important; }
.pt-7 { padding-top: 28px !important; }
.pt-8 { padding-top: 32px !important; }
.pt-9 { padding-top: 36px !important; }
.pt-10 { padding-top: 40px !important; }
.pt-11 { padding-top: 44px !important; }
.pt-12 { padding-top: 48px !important; }
.pt-13 { padding-top: 52px !important; }
.pt-14 { padding-top: 56px !important; }
.pt-15 { padding-top: 60px !important; }
.pt-16 { padding-top: 64px !important; }
.p-section { padding-top: 84px !important; padding-bottom: 84px !important; }

/* Padding Bottom */
.pb-6 { padding-bottom: 24px !important; }
.pb-7 { padding-bottom: 28px !important; }
.pb-8 { padding-bottom: 32px !important; }
.pb-9 { padding-bottom: 36px !important; }
.pb-10 { padding-bottom: 40px !important; }
.pb-11 { padding-bottom: 44px !important; }
.pb-12 { padding-bottom: 48px !important; }
.pb-13 { padding-bottom: 52px !important; }
.pb-14 { padding-bottom: 56px !important; }
.pb-15 { padding-bottom: 60px !important; }
.pb-16 { padding-bottom: 64px !important; }

/* Padding Left (Start) */
.ps-6 { padding-left: 24px !important; }
.ps-7 { padding-left: 28px !important; }
.ps-8 { padding-left: 32px !important; }
.ps-9 { padding-left: 36px !important; }
.ps-10 { padding-left: 40px !important; }
.ps-11 { padding-left: 44px !important; }
.ps-12 { padding-left: 48px !important; }
.ps-13 { padding-left: 52px !important; }
.ps-14 { padding-left: 56px !important; }
.ps-15 { padding-left: 60px !important; }
.ps-16 { padding-left: 64px !important; }

/* Padding Right (End) */
.pe-6 { padding-right: 24px !important; }
.pe-7 { padding-right: 28px !important; }
.pe-8 { padding-right: 32px !important; }
.pe-9 { padding-right: 36px !important; }
.pe-10 { padding-right: 40px !important; }
.pe-11 { padding-right: 44px !important; }
.pe-12 { padding-right: 48px !important; }
.pe-13 { padding-right: 52px !important; }
.pe-14 { padding-right: 56px !important; }
.pe-15 { padding-right: 60px !important; }
.pe-16 { padding-right: 64px !important; }


.blue-era-text {
	color: #00275F;
}
.blue-era-text a {
	color: #00275F;
}

.blue-era-bg {
	background-color: #01204c !important;
}




.bg-light{
	background-color: #F9F9F9 !important;;
}

.barlow-thin {
	font-family: "Barlow", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .barlow-extralight {
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-style: normal;
  }
  
  .barlow-light {
	font-family: "Barlow", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .barlow-regular {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .barlow-medium {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .barlow-semibold {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
  }
  
  .barlow-bold {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .barlow-extrabold {
	font-family: "Barlow", sans-serif;
	font-weight: 800;
	font-style: normal;
  }
  
  .barlow-black {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
  }
  
  .barlow-thin-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 100;
	font-style: italic;
  }
  
  .barlow-extralight-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-style: italic;
  }
  
  .barlow-light-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .barlow-regular-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .barlow-medium-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: italic;
  }
  
  .barlow-semibold-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: italic;
  }
  
  .barlow-bold-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: italic;
  }
  
  .barlow-extrabold-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 800;
	font-style: italic;
  }
  
  .barlow-black-italic {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: italic;
  }
  
  
  /* Apply Barlow font to all elements */
h1, h2, h3, h4, h5, h6, p, button, a {
	font-family: "Barlow", sans-serif;
  }
  
  /* Heading Styles */
  h1 { font-weight: 700; } /* Barlow Black */
  h2 { font-weight: 600; } /* Barlow ExtraBold */
  h3 { font-weight: 600; } /* Barlow Bold */
  h4 { font-weight: 500; } /* Barlow SemiBold */
  h5 { font-weight: 500; } /* Barlow Medium */
  h6 { font-weight: 400; } /* Barlow Regular */
  
  /* Paragraph and Links */
  p, a { font-weight: 300; } /* Barlow Light */
  
  /* Button Styling */
  button {
	font-weight: 700; /* Barlow Bold */
	text-transform: uppercase; /* Optional for button emphasis */
	padding: 10px 20px;
	border: none;
	cursor: pointer;
  }
  
  /* Italic Styles */
  em, i {
	font-style: italic;
  }
  
  /* If you want to apply italic versions to specific elements */
  h1, h2, h3, h4, h5, h6, p, a, button {
	font-style: normal; /* Override default italics */
  }
  
button.navbar-toggler.collapsed {
    border: none !important;
}

.navbar-era img {
    height: 85px !important;
}

@media (max-width: 768px) {
    .navbar-era img {
        height: 40px !important;
    }
}
.fs p {
    margin-top: 10px;
}

.terms-of-use {
    text-align: right;
}

.terms-of-use a {
    margin-right: 10px;
}

@media (max-width: 768px) {
	.terms-of-use {
		text-align: left;
	}
	p.mb-1.text-left.small {
		display: none;;
	}

}

.third-footer-section p.mb-1.text-left.small {
    text-align: left;
	font-size: 0.7rem;

}

.social {
	margin-top: 25px !important;
}

.terms-of-use a:last-child {
    margin-right: 0;
}

/* Custom Margin Classes */
/* Custom Margin Classes */
.m-6 { margin: 24px !important; }
.m-7 { margin: 28px !important; }
.m-8 { margin: 32px !important; }
.m-9 { margin: 36px !important; }
.m-10 { margin: 40px !important; }
.m-11 { margin: 44px !important; }
.m-12 { margin: 48px !important; }
.m-13 { margin: 52px !important; }
.m-14 { margin: 56px !important; }
.m-15 { margin: 60px !important; }
.m-16 { margin: 64px !important; }

/* Top Margin */
.mt-6 { margin-top: 24px !important; }
.mt-7 { margin-top: 28px !important; }
.mt-8 { margin-top: 32px !important; }
.mt-9 { margin-top: 36px !important; }
.mt-10 { margin-top: 40px !important; }
.mt-11 { margin-top: 44px !important; }
.mt-12 { margin-top: 48px !important; }
.mt-13 { margin-top: 52px !important; }
.mt-14 { margin-top: 56px !important; }
.mt-15 { margin-top: 60px !important; }
.mt-16 { margin-top: 64px !important; }

/* Bottom Margin */
.mb-6 { margin-bottom: 24px !important; }
.mb-7 { margin-bottom: 28px !important; }
.mb-8 { margin-bottom: 32px !important; }
.mb-9 { margin-bottom: 36px !important; }
.mb-10 { margin-bottom: 40px !important; }
.mb-11 { margin-bottom: 44px !important; }
.mb-12 { margin-bottom: 48px !important; }
.mb-13 { margin-bottom: 52px !important; }
.mb-14 { margin-bottom: 56px !important; }
.mb-15 { margin-bottom: 60px !important; }
.mb-16 { margin-bottom: 64px !important; }

/* Left Margin */
.ms-6 { margin-left: 24px !important; }
.ms-7 { margin-left: 28px !important; }
.ms-8 { margin-left: 32px !important; }
.ms-9 { margin-left: 36px !important; }
.ms-10 { margin-left: 40px !important; }
.ms-11 { margin-left: 44px !important; }
.ms-12 { margin-left: 48px !important; }
.ms-13 { margin-left: 52px !important; }
.ms-14 { margin-left: 56px !important; }
.ms-15 { margin-left: 60px !important; }
.ms-16 { margin-left: 64px !important; }

/* Right Margin */
.me-6 { margin-right: 24px !important; }
.me-7 { margin-right: 28px !important; }
.me-8 { margin-right: 32px !important; }
.me-9 { margin-right: 36px !important; }
.me-10 { margin-right: 40px !important; }
.me-11 { margin-right: 44px !important; }
.me-12 { margin-right: 48px !important; }
.me-13 { margin-right: 52px !important; }
.me-14 { margin-right: 56px !important; }
.me-15 { margin-right: 60px !important; }
.me-16 { margin-right: 64px !important; }

.second-footer-section {
	img {
		max-width: 200px;
	}

	.last-section {
		text-align: right;
		display: inline-grid;
	}

	@media (max-width: 768px) {
		margin-bottom: 20px !important;

		.last-section {
			text-align: left;
			display: inline-grid;
			margin-top: 40px;
		}
	}
}
@media (min-width: 769px) {

	.first-footer-section .last-section {
		text-align: right;
	}
}
@media (max-width: 769px) {

	.first-footer-section .last-section {
		margin-top: 20px;
	}
}
.first-footer-section {
    border: none !important;
}
.custom-btn {
    background-color: black !important;;
    color: white !important;;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
	
}

a.btn.custom-btn {
    display: inline-flex;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding: 7px;
    font-family: "Barlow", sans-serif;
    padding-left: 30px;
    font-weight: 500;
    --bs-gradient: ;
}

.arrow-box {
    width: 26px;
    height: 26px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}


/* Header Banner */ 
.slogan-box {
    position: absolute;
    bottom: 17px;
    right: 30px;
    background: #F9F9F9;
    padding: 13px;
    border-radius: 2px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    z-index: 10;
    text-align: left;
}
.font-cormorant {
	font-family: "Cormorant Garamond", serif !important;

}

/* Animate text inside the slogan box */
.slogan-text {
    color: #333;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 36px;
    opacity: 0;
    animation: fadeIn-carousel 1s ease-in-out forwards;
}

/* Fix indicator style */
#heroCarousel .carousel-indicators {
    position: relative !important;
    margin-top: 15px !important;
    display: flex;
    justify-content: center;
    padding: 0;
}

/* Remove numbers below indicators */
#heroCarousel .carousel-indicators button {
    border: none;
    background-color: #00275F !important; /* Default color */
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.carousel-indicators .active {
    background-color: #131313 !important;
}

/* Animate text fade-in */
@keyframes fadeIn-carousel {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {

.slogan-box {
    right: 30px;
	width: 50%;;
}

.slogan-text {
    font-size: 38px;
}
}
@media (max-width: 768px) {
	.slogan-box {
    bottom: -25px;
    right: 30px;
	width: 50%;;
}

.slogan-text {
    font-size: 24px;
}
}
@media (min-width: 500px) and (max-width: 991px) {
	.slider-rule {
		height: 450px !important;
		object-fit: cover;
	}
}
@media (min-width: 992px) {
.slider-rule {
	height: 638px !important;
    object-fit: cover;
}

}

.who-we-are .ss {
    text-align: right;
}

@media (max-width: 768px) {
	.who-we-are .ss {
		text-align: left  ;
	}
}

