/*!
Theme Name: Nepeannpower
Theme URI: https://www.blackboxdesign.com.au/
Author: Blackboxdesign
Author URI: https://www.blackboxdesign.com.au/
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: nepean_power
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*################ 404 Error Page Css ###############*/
.section-404 {
    width: 100%;
    min-height: 800px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.section-404:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(26 26 26/60%);
    z-index: 0;
}

.container_404 {
    width: 100%;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.wrapp-404 {
    width: 100%;
    height: auto; 
    margin: auto;
    text-align: center;
    z-index: 1;
}

.wrapp-404 h1 {
    color: #fff;
    font-size: 186px;
    line-height: 1.3;
    font-weight: 600;
}

.wrapp-404 p {
    color: #fff ;
    
}

.wrapp-404 .message {
    color: #fff;
    line-height: 1.8;
}

.button_404 {
    background-color: black!important;
    color: white !important;
    padding: 13px 35px;
    border-radius: 10px;
}


/*################ Thankyou Page Css ###############*/

.thankyou_page {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	position:relative;
  background-size: cover;
  }
  .thankyou-card{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .tabs__section {
	width: 60%;
	background-color: rgb(0, 72, 93);
	/*position: absolute;
	top: 25%;
	left: 20%;*/
	text-align: center;
	padding: 40px 60px 30px;
	border-radius: 20px;
  }
  .Thankyou-content {
	color: white;
  }
  .Thankyou-content h1 {
	font-family: auto;
	font-weight: bold;
	padding-bottom: 26px;
  }
  .Thankyou-content p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 35px;
  }
  .thankyou-btn {
	background-color: white ;
	color: black !important;
	
	padding: 15px 58px;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
  }

.case-studies-detail {
padding: 163px 140px ;  
}
  .case-studies-detail .case-wrapp{
	width: 100%;
    max-width: 1640px;
    margin: 0 auto;
  }
  .case-studies-detail .case-wrapp .case-main-full{	
    margin-top: 24px;
  }
  .case-studies-detail .case-wrapp .case-main-full .case-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 15px;
}

.case-studies-detail .case-wrapp .case-main-full .case-full .left_img {
    width: 100%;
    height: 458px;
	object-fit:cover;
    overflow: hidden;
}
.case-studies-detail .case-wrapp .case-main-full .case-full .inner-case{
justify-content: space-around;
margin: 0 0 80px 0;
	    width: calc(33.33% - 40px);
}
.case-studies-detail .case-wrapp .case-main-full .case-full .inner-case .left_content{
	width: 100%;
    max-width: 447px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color:#000;
}
.case-studies-detail .case-wrapp .case-main-full .case-full .case_img {
   
    overflow: hidden;
	margin-bottom: 40px;
}
.case-studies-detail .case-wrapp .case-main-full .case-full .case_img img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.case-studies-detail .case-wrapp .case-main-full .title {
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 9px;
}
.case-studies-detail .case-wrapp .case-main-full .case-full .left_content .left_span {
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-bottom: 9px;
    margin-bottom: 14px;
}
.wysiwygSection{
	padding: 60px 0;
}
.wysiwygSection h2,.wysiwygSection h3 {
    font-weight: var(--fw-bold);
    line-height: 1.5;
}
.wysiwygSection a:not(.btn1) {
    text-decoration: underline;
}
.wysiwygSection a.btn2 {
    text-decoration: none;
}
@media only screen and (max-width: 968px) {
  .section-404 {
    min-height: 500px;
    height: auto;
    padding: 50px 0;
  }
   .wrapp-404 h1 {
      font-size: 125px;
  }
  .wysiwygSection .container .wysiwyg-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .wysiwygSection .container .wysiwyg-content h2 {
    font-size: 38px;
    color: black;
    line-height: 45px;
  }
 } 
@media only screen and (max-width: 768px) {
	.case-studies-detail {
		padding: 40px 0 40px 0;
	}
    .section-404 {
    min-height: auto;
    height: auto;
    padding: 50px 0;
  }
  .wrapp-404 h1 {
      font-size: 95px;
  }
  .tabs__section {
    width: 80%;
    padding: 40px 20px 30px;
  }
  .wysiwygSection .container .wysiwyg-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .wysiwygSection .container .wysiwyg-content h2 {
    font-size: 30px;
    color: black;
    line-height: 34px;
  }
}

.expert_icon1 img {
    display: inline-block;
    transition: opacity .5s linear;
}

.expert_icon img {
    position: absolute;
}
.expert_icon2 img {
    display: none;
    transition: all 3s ease-in-out;
}
.expert .expert-wrapper .expert-right .expert-content ul li:hover .expert_icon1 img {
    display: none;
    opacity: 0;
}
.expert .expert-wrapper .expert-right .expert-content ul li:hover .expert_icon2 img {
    display: inline-block;
}

/**************** Breadcrumb*******************/
.breadcrumb-container ol {
    padding: 0;
}
.breadcrumb-container ol li,
.breadcrumb-container ol li a{
    color: #fff;
	padding:0 !important;
}
.productBanner .breadcrumb-container ol li,
.productBanner .breadcrumb-container ol li a{
    color: #000000;
}

/*************************** search result *****************/
@media(min-width:1024px){
	.products .product_card-section .row.default{
    grid-template-columns: repeat(4,1fr) !important;
	}
}
.product_card-section .row.default .card {
    margin-bottom: 30px;
}
.nav-previous a {
    font-size: var(--font-size-17);
    line-height: var(--line-height-20);
    background: var(--color-black);
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease-in;
    color: var(--color-white) !important;
    padding: 17px 45px!important;
    max-width: fit-content;
    width: 100%;
    transition: background-color 0.4s ease-in-out;
    display: inline-block;
}
a {
    text-decoration: unset;
    color: inherit;
}
.case-studies .left_content > a:not(.btn1),
.case-studies .case-wrap .case-main .right_span{
	color:#fff;
}
.card a:hover {
    color: unset;
}
.product_card-section .card .head5 {
    margin-top: 20px;
}
.inner_banner_content a {
    color: #fff;
}
.navCol a[href="#"] {
    pointer-events: none;
}