/*******************************************************
 *
 * Giving Back
 *
 *******************************************************/

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#content-full {
    margin-top: 0;
}

.ip-testi-cta-container, .ip-testi-cta-main, .ip-testi-cta-btn {
    display: block;
    position: relative;
}

.ip-testi-cta-main {
    z-index: 5;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.ip-testi-cta-container {
    padding: 125px 0 136px;
    margin-top: 50px;
}

.ip-testi-cta-bg canvas {
    opacity: .30;
}

.ip-testi-cta-bg {
    background-color: #fff;
}

.ip-testi-cta-container .custom-container {
    max-width: 1170px;
}

.ip-testi-cta-main h2 {
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.030em;
    color: var(--secondary-color);
    font-family: var(--title-font);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 0 10px 10px;
    font-weight: 500;
}

.ip-testi-cta-main p {
    font-size: 20px;
    line-height: 1.5;
    color: var(--secondary-color);
    display: block;
}

.ip-testi-cta-main h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
}

.ip-testi-cta-btn {
    margin-top: 30px;
}

.ip-testi-cta-btn a {
    margin: 0 auto;
    max-width: 220px;
    background-color: var(--secondary-color);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    border: 2px solid var(--secondary-color);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.200em;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.ip-testi-cta-btn a:hover, .ip-testi-cta-btn a:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .ip-testi-cta-container {
        padding: 90px 0;
    }

     .ip-testi-cta-main p {
        font-size: 17px;
    } 

    .ip-testi-cta-main h2 {
        font-size: 40px;
    }

    .ip-testi-cta-btn a {
        max-width: 200px;
    }

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    
    
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
     .ip-testi-cta-main p br {
        display: none;
    } 
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .ip-testi-cta-main {
        max-width: 100%;
    }
    
    .ip-testi-cta-main h2 {
        font-size: 30px;
        padding: 0 0 10px;
    }
    
    .ip-testi-cta-main p {
        font-size: 16px;
    }
    
    .ip-testi-cta-container {
        padding: 70px 0;
    }
}
 
