/*!
Theme Name: Solar Source Australia Theme
Theme URI: http://underscores.me/
Author: Solar Source Australia
Author URI: https://www.webyvibz.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solar-source-australia-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Solar Source Australia Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
    box-sizing: border-box;
}

body,html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
	font-family: "Fredoka", sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    background: #FBFBFB;
/* 	overflow-x:hidden !important; */
}

img {
    display: block;
    max-width: 100%;
}

p {margin: 0 0 30px 0;}

p:last-child {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
	transition:0.5s all;
}

a:hover {
    color: #51822E;
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 1.333;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px; 
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}


section {
    padding: 150px 0 ;
    position: relative;
/* 	overflow:hidden; */
}

section.pt-0 {
    padding-top: 0;
}

section.pb-0 {
    padding-bottom: 0;
}

section.p-0 {
    padding-top: 0;
    padding-bottom: 0;
}

section.small-padding {
    padding: 100px 0;
}


input,textarea,select {
    font-family: "Fredoka", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height:1.5;
    padding: 15px 15px;	
    border:1px solid #000;
	border-radius:10px;
	width:100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;

}

.button {
    font-size: 16px;
    padding: 20px 35px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.335;
    background: #51822E;
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.button:hover {
	background:#EB6320;
	color:#fff;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.wrapper {
    width: 68.75%;
    margin: 0 auto;
    position: relative;
}

.heading-group {
    margin-bottom: 30px;
}

.intro-description {
    margin-bottom: 30px;
}

.main-heading b {
	color:#EB6320;
}

/* HEADER */
.site-header {
	padding:20px 0;
}

.header-wrap {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}

.menu {
	display:flex;
	flex-wrap:wrap;
}

.menu li:not(:last-child) {
	margin-right:50px;
}

.menu li a {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	line-height: 1.57;
}

.menu .current-menu-item a {
    color: #51822E;
	font-weight: 500;
}

/* .modal {
	display:flex;
	flex-direction:column;
} */

.header-modal a {
    display: flex;
    flex-direction: column;
	transition:0.5s all;
}

.bar {
	width:30px;
	height:3px;
	background:#51822E;
	display:inline-block;
	margin-left:auto;
	border-radius: 5px;
	transition:0.5s all;
}
span.bar:first-child {
    width: 20px;
}

span.bar:last-child {
    width: 20px;
}

.bar:not(:last-child) {
	margin-bottom:6px;
}

.header-modal a:hover .bar {
	width:30px !important;
	background:#EB6320;
}

.modal {
	position:fixed;
    top: 0;
    max-width: 450px;
    right:-450px;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    transform: translate3d(0, 0, 205px);
    transition: all 500ms ease-in-out;
	padding:30px;
	border: 1px solid #ececec;
}

.menu-active .modal {
    right: 0;
}

.modal-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom:30px;
}

a.close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e7f0e9;
    border-radius: 50%;
}

.modal-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.modal-bot {
	padding-top:30px;
	border-top:1px solid #000;
}

.modal-bot a {
	font-size:20px;
    color: #000;
	transition:0.5s all;
}

.modal-bot a:hover ,
.modal-middle a:hover{
    color: #EB6320 ;
}

.modal-middle i {
    margin-right: 20px;
}

.modal-middle a {
    font-size: 22px;
}

.modal-middle ul li:not(:last-child) {
    margin-bottom: 20px;
}

.toggle {
		display: none;
		z-index: 9999999;
		cursor: pointer;
}

/* FOOTER */
footer.site-footer {
    padding: 50px 0;
    background: #13190A;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu .current-menu-item a {
    color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.footer-middle {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 100px 0;
}

.footer-block p {
    font-size: 20px;
    line-height: 1.6;
}

.phone-number {
    margin-bottom: 20px;
}

.email a {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.footer-block a {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
}

.serch-wrap input {
    position: relative;
	background:transparent;
    border:1px solid #fff;
	color:#fff;
	font-size: 14px;
    padding: 10px 15px;	
}

.serch-wrap button.button {
    background: transparent;
    border: 1px solid #fff;
	outline:none;
	cursor:pointer;
    padding: 10px 27px;
    position: absolute;
    right: 0;
	font-size:16px;
}

.serch-wrap {
    position: relative;
}

.footer-block {
    width: 33.33%;
}

.footer-block:last-child {
    width: 25%;
}

.footer-heading {
    margin-bottom: 20px;
}

::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

ul.social-media {
    display: flex;
    flex-wrap: wrap;
}

.social-media li:not(:last-child) {
    margin-right: 20px;
}

.social-media li a {
    width: 36px;
    height: 36px;
    background: #EFEFEF;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #254D80;
    transition: 0.5s all;
}

.footer-bot {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}

.copyright-text p{
	font-size: 16px;
	line-height: 2;
	color:#fff;
}

.footer-menu ul li a:hover ,.footer-block a:hover{
    color:#eb6320;
}

.social-media li a:hover {
    background: #51822E;
    color: #fff;
}

/* CALL-TO-ACTION */
.cta-img {
    position: relative;
    height: 400px;
    width: 100%;
}

.cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-attachment: fixed;
}

span.overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 50%);
}

section.section.p-0.cta-section {
    padding: 110px 0;
    background: rgb(0 0 0 / 50%) url(https://solarsourceaustralia.com.au/wp-content/uploads/2024/02/cta.jpg) no-repeat scroll center center / cover;
    background-attachment: fixed;
    z-index: 1;
	background-blend-mode:multiply;
}

.cta-wrap {
    width: 100%;
    text-align: center;
/*     position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    color: #fff;
}

.cta-content .button {
    background: transparent;
    border: 1px solid #fff;
    padding: 14px 35px;
	transform: scale(1);
}

.cta-content .main-heading-text {
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-content .button:hover {
    transform: scale(1.1);
}

/* HERO-BANNER */
.banner-img {
    position: relative;
}

.banner-img img {
    height: auto;
}

.banner-content .main-heading-text br {
	display:none;
}

.banner-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
	color:#fff;
}

.banner-content .intro-description {
    margin-bottom: 50px;
	width:61%;
	margin-left:auto;
	margin-right:auto;
}

/* ABOUT SECTION */
section.about-section .heading-group {
    margin-bottom: 50px;
}

.image-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.left-part {
    display: flex;
/*     flex-wrap: wrap; */
	width: 49.7727%;
	margin-left:-186px;
}

.left-part img:first-child {
    margin-right: 20px;
}

.right-part {
    width: 46.742424%;
}

section.about-section .right-part ul , section.aboutus-section .right-part ul {
	list-style-type:disc;
	padding-left:30px;
}

section.about-section .right-part ul li:not(:last-child) , section.aboutus-section .right-part ul li:not(:last-child) {
	padding-bottom: 8px;
}

/* CONTENT SECTION */
ul.content-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

ul.content-row li {
    width: 25%;
    padding: 0 10px;
    margin: 10px 0;
}

ul.content-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

ul.content-row li {
    width: 25%;
    padding: 0 10px;
    margin: 10px 0;
}

.content-block {
    position: relative;
    clip-path: inset(0 0 0 0 round 20px 20px 20px 20px);
    transition: ease-in-out .3s clip-path .1s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 370px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scale: 1;
    transition: ease-in-out scale 5s;
    overflow: hidden;
   
}

.content-image span.overlay {
	clip-path: inset(0 0 0 0 round 20px 20px 20px 20px);
}

.content-image img {
   width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset:0;
}

.content-heading {
    display: flex;
    flex-direction: column;
    color: #ffffff;
	margin-bottom: 15px;
}

.content-heading .main-heading-text {
    font-weight: 700;
	text-transform:uppercase;
	
}

.content-descreption {
    color: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1.5s ease 0s;
}

.content-descreption p {
    font-size: 16px;
    line-height: 1.75;
}

.content-inner {
   padding: 15px;
    position: absolute;
    bottom: 0;
}

.content-block:hover .content-image {
	scale:1.1;
}

.content-block:hover .content-descreption {
    max-height: 500px;
    opacity: 1;
}

section.content-secton {
    padding-bottom: 300px;
}

/* QUALITY SECTION */
section.section.quality-section.small-padding {
    background: #234B7D;
    overflow: visible;
}

.quality-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quality-content {
    width: 54.116%;
	color:#fff;
}

.quality-image {
    width: 43.798%;
    margin-top: -250px;
}

.quality-image img {
	max-width: unset;
    width: 46vw;
    float: right;
	height:auto;
	object-fit: cover;
    object-position: center;
}

.quality-content .heading-group {
	margin-bottom:20px;
}

.quality-content .intro-description {
    margin: 0;
}

.quality-bot {
	margin-top:50px;
}

.quality-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	color:#fff;
}

.quality-wrap .heading-group {
	margin-bottom:0;
}

.quality-wrap .intro-description {
    margin: 0;
}

.left-block {
    width: 52%;
}

.right-block {
    width: 45%;
}

.quality-element {
    position: absolute;
    right: 0;
    bottom: 0;
}

.quality-element img {
		height: auto;
		margin-left: auto;
		object-fit: cover;
		object-position: center;
}

/* SPECTRUM SECTION */
section.spectrum-section .heading-group {
    margin-bottom: 50px;
}

ul.spectrum-row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

ul.spectrum-row li {
    width: 33.33%;
    padding: 0 20px;
    margin: 20px 0;
}

.spectrum-inner {
    text-align: center;
}

.spectrum-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #1188CF;
    border-radius: 50%;
}

.spectrum-heading {
    margin: 30px 0 20px 0;
}

/* BENIFIT SECTION */
.benifit-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.benifit-content {
    width: 44.638%;
}

.gif-part {
    width: 50.734%;
	position:relative;
}

.gif-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gif-part:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #234B7D;
    z-index: -1;
    margin-left: -20px;
    margin-bottom: -20px;
}

.benifit-content ul {
    padding-left: 20px;
    list-style-type: disc;
}

.benifit-content ul li:not(:last-child) {
	padding-bottom:8px;
}

.benifit-content .intro-description {
    margin: 0;
}

/* ACCORDIAN SECTION */
section.accordian-section .heading-group {
	margin-bottom:50px;
}

section.accordian-section .main-heading {
	margin-bottom:20px;
}

.accordian-heading {
    display: flex;
    justify-content: space-between;
	padding: 20px 0;
}

.cross:before, .cross:after {
    content: '';
    border-top: 2px solid #3E474F;
    width: 16px;
    display: block;
    margin-top: 15px;
    transition: 0.3s;
}

.cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
}

.accordian-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.image-block {
    width: 49.912%;
}

.image-block img {
    height: auto;
    object-fit: cover;
	width:100%;
}

.accordian-row {
    width: 46.855%;
}

.accordian-block {
/*     padding: 20px 0; */
    border-bottom: 1px solid;
	cursor:pointer;
}

.accordian-content {
	display:none;
    padding-bottom: 20px;
}

.accordian-heading.active .cross:before {
    transform: rotate(180deg);
}

.accordian-heading.active .cross:after {
    transform: rotate(0deg);
}

/* TESTIMONIAL SECTION */
section.testimonial-section .heading-group.text-center {
    margin-bottom: 50px;
}

section.testimonial-section .sub-heading {
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.testimonial-section .main-heading {
    text-transform: capitalize;
}

ul.testimonial-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

ul.testimonial-row li {
    width: 33.33%;
    padding: 0 15px;
    margin: 15px 0;
	height:100%;
}
.test-bot {
    margin-top: auto;
    padding-bottom: 20px;
}

.slick-slide {height:100%;}

.slick-track {height:100%; }

.slick-slide > div {height:100%;}

.testimonial-inner {
    background: #254D80;
    color: #fff;
    padding: 20px;
    text-align: center;
	display:flex;
	flex-direction:column;
	height:100%;
}

ul.rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.rating li {
    width: auto;
    padding: 0;
    margin: 0;
    color: #E3AF2A;
}

ul.rating li:not(:last-child) {
    margin-right: 5px;
}

.client-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #51822e;
    border-radius: 50%;
}

.client-review {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
}

.client-name {
    margin-top: 20px;
    font-weight: 600;
}

/* INNER BANNER */
.inner-banner-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
	max-height: 400px;
    object-position: center bottom;
}

.inner-banner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
	color:#fff;
}


.team-block .sub-heading-text {
    font-weight: 700;
}

section.faq-section .accordian-row {
    width: 100%;
}

.inner-banner-row .heading-group {
    margin: 0;
}

/* 404 PAGE */
.icon-404{
    display: flex;
    margin: 0 auto;
    padding: 20px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #eb6320;
    font-size: 80px;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 30px;
}

/* PRODUCT PAGE */
.product-category {
    margin-bottom: 50px;
}

.product-category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.product-category ul li {cursor:pointer;}

.product-category ul li:not(:last-child) {
    margin-right: 20px;
}

.product-row {
    /* display: flex; */
    /* flex-wrap: wrap; */
/*     margin: -30px -15px; */
    columns: 3;
    break-inside: avoid;
	animation: zoom-in 3s ease;
}

.single-product {
    width: 100%;
/*     padding: 0 15px; */
/*     margin: 30px 0; */
	margin-bottom:30px;
	break-inside: avoid;
}

.product-img img {
    width: 100%;
    height: auto;
	object-fit:cover;
}

.product-heading {
    padding: 20px;
    text-align: center;
}

.product-heading h3 {color:#20448C;}

.single-product-details {
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 15px;
    padding: 15px;
	position:relative;
}
.product-category ul li.filter.button.active {
    background: #20448C;
}

.product-category ul li.button {transition:0.5s all;}

.product-category ul li.button:hover {background:#20438B; color:#fff; }

/* .mix {display:none;} */

.company-logo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(40 39 39 / 50%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity:0;
	transition:all 0.5s ease ;
}

.company-logo img {
    /* width: 100%; */
    height: auto;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
	 -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    /* object-fit: cover; */
}

.company-logo a {
    position: absolute;
    inset: 0;
}


.single-product-details:hover .company-logo {opacity:1;}


.single-product-details:hover .company-logo img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* ABOUTUS PAGE */
section.aboutus-section {
	padding-bottom:300px;
}

section.aboutus-section .left-part {
    margin: 0;
	width: 49.7727%;
}

section.aboutus-section .left-part img {
    margin: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.vision-bot {margin-top:50px;}

.vision-intro p {
    color: #fff;
}

ul.vision-row {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

ul.vision-row li {
    width: 33.33%;
    padding: 0 20px;
    margin: 20px 0;
}

.vision-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.vision-icon img {
    margin: 0;
    width: 75px;
    height: auto;
}

.vision-heading {
    margin: 20px 0;
}

/* CONTACT PAGE */
.serch-wrap ::placeholder {
	color:#fff !important;
}

::placeholder {
	color:#000;
}

.grid-col:not(:last-child) {
    margin-bottom: 30px;
}

.contact-row {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.contact-left  {
	width:45%;
	padding:0 30px;
}

.contact-form {
	width:55%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    border: none;
    width: auto;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info, .contact-info a {
    display: flex;
    align-items: center;
}

.contact-info i {
    padding-right: 20px;
    color: #234B7D;
}

.grid-col textarea {
    height: 200px;
}

.contact-info a:hover {
	color:#EB6320;
}
button.button.tablinks {
    border-style: none;
    cursor: pointer;
}

button.button.tablinks.active {
    background: #234B7D;
}

button.button.tablinks:hover {
    background: #234B7D;
}

.tab-content {display:none; overflow:hidden;}

.active-tab {display:block;}

.tabs-part {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
}

.tabs {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.tabs button:not(:last-child) {
    margin-bottom: 20px;
}

.tab-content-wrap {
    border-radius: 3px;
    box-shadow: -33px 4px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 150px 85px;
    width: 50%;
    background: #f7f7f7;
/* 	height:100; */
	
}

/* .tab-content-wrap .item-content {min-height:350px;} */

.tab-content-wrap p {
	font-size:20px;
	line-height:2.0;
}

section.tabing-section .heading-group {
    margin-bottom: 50px;
}

.partners-slide.slick-slide {margin:0 15px; }

.partners-slide img {
    width: auto;
    margin: 0 auto;
}

.partners-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

.partners-slide {
    width: 20%;
    padding: 0 15px;
}