/* CSS Document */

.sub-header {
    display: none;
}

/* Styles */

.site-inner .wrap {
    max-width: 100%;
}

.content .wrap {
    max-width: 1500px;
}

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

/* change to match site */
.title {
    display: block;
    font-family: var(--main-font);
    color: var(--style-main);
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
}   

/* change to match site */
.link {
    transition: all 0.4s linear;
    display: block;
    width: fit-content;
    background: var(--style-main);
    color: var(--style-sec);
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 28px;
}  

    .link:hover {
        background-color: var(--style-tri);
        color: var(--style-sec);
    }

.it-text ol,
.it-text ul,
.text-area ol,
.text-area ul {
  margin-bottom: 28px;
}

.it-text ol > li,
.text-area ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}

.it-text ul > li,
.text-area ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

.it-text ol ol,
.it-text ul ul,
.text-area ol ol,
.text-area ul ul {
  margin-bottom: 0;
}

@media(max-width: 768px) {
    .text-area li {
        text-align: left;
    }
}

/* Hero */

.hero .octane-content {
    background: rgba(0,0,0,.4);
}

.hero-flex {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 170px 0px;
}

.hero-title {
    display: block;
    font-family: var(--main-font);
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1.2;
}

.hero-link {
    transition: all 0.4s linear;
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: var(--style-sec);
    color: var(--style-main);
    text-transform: uppercase;
    font-size: 24px;
    padding: 5px 30px;
}  

    .hero-link:hover {
        background-color: var(--style-main);
        color: var(--style-sec);
    }

/* Image and Text */

.image-text-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    padding: 50px 0;
}

.it-image {
    width: 50%;
}

    .image-right {
        order: 1;
    }

.it-image img {
    width: 100%;
    height: 600px;
    border-radius: var(--radius);
    position: sticky;
    top: 10px;
    
}

.image-contain img {
    object-fit: contain;
}

.image-cover img {
    object-fit: cover;
}

.it-text {
    width: 47%;
}

    .it-text p:last-of-type {
        margin-bottom: 0px;
    }

.wp-block-heading {
    color: rgba(0,0,0,.9);
    font-size: 1.3rem;
}

p {
    color: rgba(0,0,0,.7);
    font-size: 1rem;
}

.image-text-flex li {
    font-size: .9rem;
}

@media(max-width: 768px) {
    p {
        line-height: 1.3;
    }

    .image-text-flex li {
        text-align: left;
    }
}

/* CTA */

.cta {
    background-color: var(--style-main);
    text-align: center;
    padding: 25px 0;
}

.cta-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.cta-title {
    color: #fff;
    margin-bottom: 0;
}

.cta-new-link {
    color: rgba(0,0,0,.9);
    font-family: var(--btn-font);
    font-weight: 500;
    padding: 4px 12px;
    min-width: 250px;
    display: inline-block;
    border: 1px solid var(--style-sec);
    background: var(--style-sec);
    border-radius: 4px;
}

.cta-new-link:hover {
    background: var(--style-main);
    color: var(--style-tri);
    border-color: var(--style-sec);
}

/* Textarea */

.text-area {
    padding: 50px 0;
}

.text-area iframe {
    border: 0px;
    border-radius: 5px;
}

.text-area h1:not(:is(.title)),
.text-area h2:not(:is(.title)),
.text-area h3:not(:is(.title)),
.text-area h4:not(:is(.title)),
.text-area h5:not(:is(.title)) {
    font-family: var(--main-font);
    color: var(--style-main);
    font-size: 27px;
}

    .text-area p:last-child {
        margin: 0;
    }

.text-area input:not([type="submit"]), .text-area select, .text-area textarea {
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    padding: 11px 20px!important;
}

.text-area ::placeholder, .text-area select {
    color: #BDBDBD!important;
    font-family: var(--btn-font);
    font-weight: 600;
}

/* Buckets */

.buckets {
    background: var(--style-tri);
    text-align: center;
    padding: 50px 0;
}

.buckets-main-title {
    margin-bottom: 40px;
}

.bucket-items {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 35px 2%;
}

.bucket-items li {
    flex: 0 0 23.4%;
    background: #fff;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.bucket-items img {
    margin: 0 auto 20px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.bucket-title {
    color: var(--style-sec);
    font-size: 30px;
}

.bucket-items p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    padding-bottom: 0px;
}

    .bucket-items p:last-of-type {
        margin: 0;
        padding-bottom: 20px;
    }
.bucket-items p:first-of-type {
        padding-top: 0px;
    }

.bucket-items .link {
    background: var(--style-sec);
    color: var(--main);
    margin: 20px auto 0;
}

    .bucket-items .link:hover {
        background-color: var(--style-tri);
        color: var(--style-sec);
    }

/* Testimonials */

.testimonials {
    text-align: center;
    padding: 50px 0;
}

.testimonials .title {
    margin: 0 0 40px;
}

.testimonials p {
    margin: 0;
}

.testimonials .link {
    margin: 0 auto;
}

/* Tabs */

.tabs {
    background: var(--style-tri);
    padding: 50px 0;
}

.tabs .title {
    text-align: center;
    color: var(--style-sec);
    margin: 0 0 40px;
}

.tab-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.tab-buttons {
    width: 25%;
}

.tablinks {
    transition: all 0.4s linear;
    display: block;
    width: 100%;
    border-radius: 0;
    background: var(--style-sec);
    color: #fff;
    font-size: 20px;
    padding: 10px 10px;
    margin: 0 0 10px !important;
}

    .tablinks:hover,
    .tablinks.active {
        background: var(--style-main);
        color: #fff;        
    }

.tab-info {
    width: 72%;
}

.tabcontent {
    display: none;
    color: #000;
}

    .tabcontent:first-child {
        display: block;
    }

    .tabcontent p:last-of-type {
        margin: 0;
    }

/* Responsive Design */


@media (max-width: 1650px) {
  
  .content .wrap {
    max-width: 1400px;
  } 
    
/* Tabs */
    
    .tab-buttons {
        width: 30%;
    }
    
    .tab-info {
        width: 67%;
    }  
}

@media (max-width: 1550px) {
  
  .content .wrap {
    max-width: 1300px;
  }   
}

@media (max-width: 1440px) {
 
    .content .wrap {
        max-width: 1200px;
    }  

/* Hero */
    
    .hero-title {
        font-size: 66px;
    }
}
 
@media (max-width: 1350px) {

    .content .wrap {
        max-width: 1100px;
    }

/* Hero */
    
    .hero-title {
        font-size: 62px;
    }
    
    .hero-link {
        font-size: 23px;
    }  
    
/* Buckets */
    
    .bucket-items li {
        flex: 0 0 32%;
    }   

/* Tabs */
    
    .tab-buttons {
        width: 35%;
    }
    
    .tab-info {
        width: 62%;
    }  
}

@media (max-width: 1250px) {

    .content .wrap {
        max-width: 1000px;
    }  

/* Hero */
    
    .hero-title {
        font-size: 58px;
    }
}

@media (max-width: 1150px) {

    .content .wrap {
        max-width: 900px;
    }   

/* Hero */
    
    .hero-title {
        font-size: 54px;
    }
    
    .hero-link {
        padding: 0 20px;
    }     
    
/* Image and Text */

    .image-text-flex {
        display: block;
    }
    
    .it-image {
        float: left;
        padding-right: 28px;
    }
    
        .image-right {
            float: right;
            padding-left: 28px;
            padding-right: 0;
        }
    
    .it-image img {
        height: 500px;
    }
    
    .it-text {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    
    .content .wrap {
        max-width: 90%;
    }     

/* Hero */
    
    .hero-title {
        font-size: 50px;
    }
    
    .hero-link {
        font-size: 18px;
        padding: 0 20px;
    }      

    .hero-flex {
        padding: 75px 0px;
        min-height: 200px;
    }
    
/* Image and Text */
    
    .it-image {
        width: 100%;
        float: none !important; 
        padding: 0 !important;
        margin: 0 0 30px;
    }
    
        .image-right {
            order: 0;
        }

/* CTA */

    .cta-flex {
        justify-content: space-between;
    }
    
/* Buckets */
    
    .bucket-items {
        gap: 25px 2%;
    }
    
    .bucket-items li {
        flex: 0 0 48%;
    }

/* Tabs */

    .tab-flex {
        flex-direction: column;
        gap: 10px 0;
    }
    
    .tab-buttons {
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px 2%;
    }
    
    .tablinks {
        flex: 0 0 32%;
        margin: 0 0 0px !important;
    }
    
    .tab-info {
        width: 100%;
    }      
}

@media (max-width: 768px) {

    .content .wrap {
        max-width: 85%;
    }     

/* Hero */
    
    .hero-title {
        font-size: 35px;
    }
    
/* Image and Text */
    
    .it-image img {
        height: 450px;
    }
    
    .it-text {
        text-align: center;
    }

/* CTA */
    
    .cta-flex {
        flex-direction: column;
    }
    
    .cta-left {
        margin: 0 0 15px;
    }
    
    .cta-title {
        font-size: 36px;
        line-height: 38px;
    }
    
    .cta-link {
        font-size: 25px;
    }    

/* Textarea */
    
    .text-area {
        text-align: center;
    }
    
/* Buckets */
    
    .bucket-items {
        gap: 25px 0;
    }
    
    .bucket-items li {
        flex: 1 0 100%;
    } 	

/* Tabs */
    
    .tablinks {
        flex: 1 0 49%;
    }   
}

@media (max-width: 660px) {

/* Image and Text */
    
    .it-image img {
        height: 400px;
    }                             
}

@media (max-width: 550px) {

.title {
    font-size: 32px;
}

.link {
    width: 85%;
    font-size: 18px;
    padding: 5px 10px;
}

/* Textarea */

    .text-area p,
    .text-area li {
        font-size: 16px;
    }

/* Image and Text */

    .it-text p,
    .it-text li {
        font-size: 16px;
    }

/* CTA */

    .cta {
        padding: 35px 0;
    }
    
    .cta-title {
        font-size: 32px;
        line-height: 34px;
        margin: 0;
    }

    .cta-right {
        width: 100%;
    }

    .cta-link {
        width: 100%;
    }
    
    .cta-link {
        font-size: 20px;
    } 

/* Buckets */
    
    .bucket-items img {
        margin: 0 auto 15px;
    }
    
    .bucket-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .bucket-items p {
        font-size: 16px;
    }  

/* Testimonials */

	.testimonials .title {
	    margin: 0 0 20px;
	}	

/* Tabs */
    
    .tabs .title {
        margin: 0 0 20px;
    }
    
    .tab-buttons {
        gap: 10px 0;
    }
    
    .tablinks {
        flex: 1 0 100%;
        font-size: 18px;
    }     
}

@media (max-width: 450px) {

.title {
    font-size: 27px;
}
    
.link {
    width: 90%;
}

    .cta-link {
        width: 100%;
    }

/* Hero */
    
    .hero-title {
        font-size: 35px;
    }
    
/* Image and Text */
    
    .it-image img {
        height: 350px;
    }
}

@media (max-width: 350px) {

.link {
    width: 100%;
}

/* Hero */
    
    .hero-link {
        width: 100%;
    }     
    
/* Image and Text */
    
    .it-image img {
        height: 300px;
    }

/* CTA */
    
    .cta-left {
        margin: 0 0 20px;
    }                           
}