/*******************************************************
 *
 * Sell My Home
 *
 *******************************************************/

.ip-banner {
    display: none;
}

.footer-inner {
    position: relative;
}

footer.footer {
    padding: 0;
    z-index: auto;
    opacity: 1!important;
}

#main-wrapper {
    z-index: auto;
}

main {
    position: relative;
    z-index: 10;
}

header.header {
    display: none;
}

.ip-custom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 49px 0;
}

.ip-custom-header > .custom-container {
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto;
}

.ip-custom-header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

.ip-custom-header-logo, .ip-custom-header-contact {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ip-custom-header-contact a {
    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;
    max-width: 100%;
    height: 50px;
    width: 284px;
    background-color: #000;
    color: #fff!important;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    letter-spacing: 0.010em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.ip-custom-header-logo a {
    display: inline-block;
    position: relative;
}

.ip-custom-header-logo a img {
    max-width: 100%;
    height: auto;
}

.ip-custom-header-contact em[class^=ai-font] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 12px;
}

.ip-custom-header-contact a:hover {
    background-color: #2d2d2d;
}

#ip-sell-my-home {
    font-size: 0;
    letter-spacing: normal;
    line-height: 1;
}

.ip-smh-container, .ip-smh-section {
    display: block;
    position: relative;
}

.ip-smh-hero-container, .ip-smh-hero-banner, .ip-smh-hero-banner canvas, .ip-smh-hero-row, .ip-smh-hero-content, .ip-smh-form-container, .ip-smh-form-title, .ip-smh-form-widget, .ip-smh-form-widget form, .ip-smh-form, .ip-smh-form-field {
    display: block;
    position: relative;
}

.ip-smh-hero-banner canvas {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
}

.ip-smh-hero-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.3)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.ip-smh-content {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 5;
}

.ip-smh-content > .custom-container {
    padding: 0 15px;
    max-width: 1230px;
    margin: 0 auto;
}

.ip-smh-hero-content h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.050em;
    color: #fff;
    font-family: var(--font-title);
    display: block;
    margin-bottom: 23px;
}

.ip-smh-hero-content p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 400;
    width: 100%;
    max-width: 85%;
    font-family: 'Montserrat', sans-serif;
}

.ip-smh-hero-col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.ip-smh-hero-content {
    padding-bottom: 50px;
    padding-right: 51px;
}

.ip-smh-form-title h2 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.100em;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-title);
}

.ip-smh-form-container {
    padding: 44px 50px 55px;
    background-color: #000;
    border-radius: 5px;
}

.ip-smh-form-field input:not([type=submit]) {
    width: 100%;
    height: 41px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.025em;
    color: #777777;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 15px;
    font-family: 'Montserrat', sans-serif;
}

.ip-smh-form-field:not(:last-child) {
    margin-bottom: 14px;
}

.ip-smh-form-title {
    text-align: center;
    margin-bottom: 35px;
}

.ip-smh-form-field.form-submit input[type=submit] {
    width: 100%;
    height: 41px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.075em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: 'Montserrat', sans-serif;
}

.ip-smh-form-field.form-submit input[type=submit]:hover {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.ip-smh-hero-col:first-child {
    width: 63.583%;
}

.ip-smh-hero-col:last-child {
    width: 36.417%;
}

.ip-smh-form-widget div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -22px;
    left: 0!important;
    right: 0!important;
    margin: 0 auto!important;
}

.ip-smh-form-widget .wpcf7 form .wpcf7-response-output {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    color: #fff!important;
}

.ip-smh-form-widget .wpcf7-form-control-wrap {
    display: block;
}

/* Section 2 */

.ip-smh-cs-container,
.ip-smh-cs-main,
.ip-smh-cs-content,
.ip-smh-cs-gallery,
.ip-smh-cs-gallery-img,
.ip-smh-cs-gallery-img canvas{
    display: block;
    position: relative;
}


.ip-smh-cs-container {
    padding: 120px 0 0;
}

.ip-smh-cs-container .custom-container {
    padding: 0 15px;
    max-width: 1430px;
    margin: 0 auto;
}

.ip-smh-cs-content h2 {
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0.050em;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-title);
}

.ip-smh-cs-content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.025em;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 45px;
}

.ip-smh-cs-content h3 {
    font-size: 50px;
    letter-spacing: 0.050em;
    line-height: 1;
    color: #000;
    font-family: var(--font-title);
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ip-smh-cs-content strong {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #000;
    font-weight: 400;
    display: block;
    margin-bottom: 36px;
}

.ip-smh-cs-content {
    text-align: center;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.ip-smh-cs-gallery-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    padding: 0 5px;
}

.ip-smh-cs-gallery {
    margin: 0 -5px 45px;
}

.ip-smh-cs-gallery-img canvas {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 230px;
}

.ip-smh-cs-gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
}

.ip-smh-cs-content.is-left p {
    text-align: left;
}

/*Section 3*/

.ip-smh-about-container, .ip-smh-about-row, .ip-smh-about-content, .ip-smh-about-btn, .ip-smh-about-img {
    display: block;
    position: relative;
}

.ip-smh-about-container {
    padding: 66px 0 68px;
}

.ip-smh-about-container > .custom-container {
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}

.ip-smh-about-col {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.ip-smh-about-content h2 {
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-family: var(--font-title);
    display: block;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 3px solid #dddddd;
}

.ip-smh-about-content p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.015em;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.ip-smh-about-content p:not(:last-child) {
    margin-bottom: 20px;
}

.ip-smh-about-content h2:before {
    position: absolute;
    content: '';
    bottom: 0;
}

.ip-smh-about-content {
    padding-right: 75px;
}

.ip-smh-about-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ip-smh-about-btn a {
    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%;
    max-width: 444px;
    height: 65px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.100em;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 0 10px;
    text-align: center;
}

.ip-smh-about-btn a:hover:before {
    width: 100%;
}

.ip-smh-about-btn {
    margin-top: 40px;
}

.ip-smh-about-btn a:before {
    position: absolute;
    content: '';
    bottom: -7px;
    right: 0;
    width: 55%;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.ip-smh-about-btn a:hover {
    background-color: #000;
    color: #fff;
}

.ip-smh-about-col:first-child {
    width: 52.368%;
}

.ip-smh-about-col:last-child {
    width: 47.632%;
}

/* Testimonials */
.ip-testi-list {
    
}
    .ip-testi-list .ip-testi-item {
        width: 100%!important;
        display: flex!important;
        flex-wrap: wrap;
    }
.ip-testi-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
}

.ip-testi-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.ip-testi-item:last-child {
    margin-bottom: 90px;
}

.ip-testi-item-head {
    width: 34.7345%;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 225px;
    padding: 35px 13px;
}

.ip-testi-item-head h2 {
    font-size: 42px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-family: var(--font-title);
    font-weight: 400;
    width: 100%;
}

.ip-testi-item-head:before, .ip-testi-item-head:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: rgb(32, 61, 69);
    background: -webkit-gradient(linear, left top, right top, from(rgba(32, 61, 69, 1)), to(rgba(190, 143, 51, 1)));
    background: -o-linear-gradient(left, rgba(32, 61, 69, 1) 0%, rgba(190, 143, 51, 1) 100%);
    background: linear-gradient(90deg, rgba(32, 61, 69, 1) 0%, rgba(190, 143, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#203d45", endColorstr="#be8f33", GradientType=1);
}

.ip-testi-item-head:before {
    top: 0;
}

.ip-testi-item-head:after {
    bottom: 0;
}

.ip-testi-item-text {
    width: 61%;
}

.ip-testi-item-text p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.7143;
    font-weight: 100;
}

.ip-testi-item-text span {
    display: block;
    text-transform: uppercase;
    margin-top: 47px;
}

.ip-testi-list-pagination {
    padding: 0;
}

.ip-testi-list-pagination li,
.ip-testi-list-pagination li.ip-testi-list-pagination-dots ul.slick-dots li {
    border-right: 1px solid #d6d6d6;
    padding: 0 4px;
}

.ip-testi-list-pagination li:last-child,
.ip-testi-list-pagination li.ip-testi-list-pagination-dots ul.slick-dots li {
    border-right: 0;
}

.ip-testi-list-pagination li a,
.ip-testi-list-pagination li.ip-testi-list-pagination-dots ul.slick-dots li button {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 100;
    line-height: 1;
    color: #000;
    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;
    min-width: 28px;
    height: 28px;
    text-transform: uppercase;
    padding: 0 10px;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
    border: none;
    background: transparent;
}

.ip-testi-list-pagination li a:hover, .ip-testi-list-pagination li.current a,
.ip-testi-list-pagination li.ip-testi-list-pagination-dots ul.slick-dots li.slick-active button {
    color: #fff;
    background: #000;
}

.ip-testi-list-pagination li.ip-testi-list-pagination-dots {
    
}
    .ip-testi-list-pagination li.ip-testi-list-pagination-dots ul.slick-dots {
        display: flex;
        flex-row: row wrap;
    }

.ip-testi-container {
    display: block;
    position: relative;
    padding: 68px 0 120px;
}

.ip-testi-container > .custom-container {
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;
}

span.page-numbers.current {
    background: #000;
}

span.page-numbers.current {
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 100;
    line-height: 1;
    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;
    min-width: 28px;
    height: 28px;
    text-transform: uppercase;
    padding: 0 10px;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-testi-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 112px;
}

.ip-testi-title h2 {
    font-size: 70px;
    line-height: 1;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-family: var(--font-title);
}


.ip-custom-header-logo a,
.footer-logo a, .footer-copyright-text a{
    cursor: default;
}

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

@media only screen and (max-width: 1560px) {
    .ip-testi-container > .custom-container,
    .ip-smh-cs-container .custom-container {
        max-width: 1367px;
    }
    
}


@media only screen and (max-width: 1440px) {
    .ip-testi-container > .custom-container,
        .ip-smh-cs-container .custom-container {
        max-width: 1300px;
    }
    
    .ip-testi-item-head h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-smh-hero-content h1 {
        font-size: 55px;
    }
    
    .ip-smh-content > .custom-container, .ip-custom-header > .custom-container {
        max-width: 1170px;
    }
    
    .ip-testi-container > .custom-container, .ip-smh-cs-container .custom-container {
        max-width: 1200px;
    }
    
    .ip-testi-title h2, .ip-smh-about-content h2, .ip-smh-cs-content h2 {
        font-size: 65px;
    }
    
    .ip-smh-cs-content h3 {
        font-size: 45px;
    }
    
    .ip-testi-item-head h2 {
        font-size: 37px;
    }

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

    .ip-testi-item:last-child {
        margin-bottom: 70px;
    }

    .ip-testi-item-head h2 {
        font-size: 30px;
    }

    .ip-testi-item-head {
        min-height: 178px;
    }

    .ip-testi-item {
        margin-bottom: 70px;
    }

    .ip-testi-title {
        margin-bottom: 70px;
    }

    .ip-smh-about-content {
        padding-right: 30px;
    }

    .ip-smh-about-content p {
        font-size: 13px;
        line-height: 23px;
    }

    .ip-testi-title h2, .ip-smh-about-content h2, .ip-smh-cs-content h2 {
        font-size: 60px;
    }

    .ip-smh-about-btn {
        margin-top: 30px;
    }

    .ip-smh-cs-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .ip-smh-cs-content h3 {
        font-size: 39px;
    }

    .ip-smh-cs-container {
        padding: 90px 0 0;
    }

    .ip-smh-hero-content h1 {
        font-size: 45px;
    }

    .ip-smh-hero-content p {
        font-size: 14px;
        line-height: 22px;
        max-width: 90%;
    }

    .ip-smh-hero-content {
        padding-bottom: 30px;
        padding-right: 30px;
    }

    .ip-smh-form-container {
        padding: 40px 30px 50px;
    }

    .ip-smh-hero-col:first-child {
        width: 60%;
    }

    .ip-smh-hero-col:last-child {
        width: 40%;
    }


} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    
    .ip-smh-content > .custom-container, .ip-custom-header > .custom-container,
    .ip-testi-container > .custom-container, .ip-smh-cs-container .custom-container {
        max-width: 768px;
    }


    .ip-custom-header {
        position: relative;
        background-color: #000;
        padding: 30px 0;
    }

    .ip-smh-hero-banner canvas {
        min-height: 250px;
    }

    .ip-custom-header-logo, .ip-custom-header-contact {
        display: block;
    }

    .ip-custom-header-main {
        display: block;
        text-align: center;
    }

    .ip-custom-header-contact a {
        margin: 0 auto;
        background-color: #272727;
        width: 205px;
        font-size: 12px;
    }

    .ip-custom-header-logo {
        margin-bottom: 23px;
    }

    .ip-custom-header-contact em[class^=ai-font] {
        margin-right: 10px;
        font-size: 11px;
    }

    .ip-smh-hero-banner:before {
        display: none;
    }
        
        .ip-smh-content {
        position: relative;
        top: 0;
        padding: 30px 0 0;
    }

    .ip-smh-hero-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .ip-smh-hero-col {
        width: 100%!important;
    }

    .ip-smh-hero-content {
        text-align: center;
        padding: 40px 0 0;
    }

    .ip-smh-form-container {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 40px 30px;
    }

    .ip-smh-hero-content h1 {
        color: #000;
        font-size: 40px;
    }

        .ip-smh-hero-content h1 br {
        display: none;
    }


    .ip-smh-hero-content p {
        color: #000;
        width: 100%;
        max-width: 100%;
    }

    .ip-testi-title h2, .ip-smh-about-content h2, .ip-smh-cs-content h2 {
        font-size: 50px;
    }

    .ip-smh-cs-content strong {
        font-size: 14px;
    }

    .ip-smh-cs-gallery-item {
        display: block;
        width: 100%;
        padding: 0;
        max-width: 695px;
        margin: 0 auto;
    }

    .ip-smh-cs-gallery {
        margin: 0 auto 40px;
    }

    .ip-smh-cs-gallery-item:not(:last-child) {
        margin-bottom: 15px;
    }

    .ip-smh-cs-content h3 {
        font-size: 35px;
    }

    .ip-smh-cs-content.is-left p {
        text-align: center;
    }

    .ip-smh-cs-content p {
        margin-bottom: 35px;
    }

    .ip-smh-about-col {
        display: block;
        width: 100%!important;
    }

    .ip-smh-about-content {
        padding: 0;
        text-align: center;
    }

    .ip-smh-about-btn a {
        margin: 0 auto;
        font-size: 13px;
        max-width: 380px;
    }

    .ip-smh-about-col:not(:last-child) {
        margin-bottom: 40px;
    }

    h2 {
    }

    .ip-smh-about-img {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }

    .ip-smh-about-container {
        padding: 50px 0;
    }

    .ip-testi-title {
        margin-bottom: 50px;
    }

    .ip-testi-item {
        margin-bottom: 40px;
        display: block;
    }

    .ip-testi-item-head {
        width: 100%;
        min-height: auto;
        max-width: 330px;
        margin: 0 auto 30px;
    }

    .ip-testi-item-head h2 {
        /* font-size: 25px; */
    }

    .ip-testi-item-text {
        width: 100%;
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .ip-testi-item-text p {
        font-size: 13px;
    }

    .ip-testi-item:last-child {
        margin-bottom: 50px;
    }

    .ip-testi-container {
        padding: 30px 0 60px;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .ip-smh-form-container {
        padding: 40px 15px;
    }

    .ip-smh-form-field.form-submit input[type=submit] {
        font-size: 12px;
    }

    .ip-smh-form-field input:not([type=submit]) {
        font-size: 12px;
    }

    .ip-smh-form-title h2 {
        letter-spacing: 0.050em;
        font-size: 23px;
    }

    .ip-smh-form-title {
        margin-bottom: 20px;
    }

    .ip-testi-title h2, .ip-smh-about-content h2, .ip-smh-cs-content h2 {
        font-size: 37px;
    }

    .ip-smh-cs-content {
        padding: 0;
    }

    .ip-smh-cs-content h3 {
        font-size: 30px;
    }


    .ip-smh-cs-container {
        padding: 50px 0 0;
    }

    .ip-smh-about-btn a {
        max-width: 300px;
    }

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    .ip-testi-list-pagination li a {
        min-width: 25px;
        height: 25px;
    }
    .ip-testi-item-head h2 {
        font-size: 28px;
    }

}
