/*
Theme Name: 3 Angles Child Theme
Version: 1.0.0
Description: Theme child
Author: 3 Angles Group
Author URI: https://3anglesgroup.com
Template: 3angles
*/

h1, h2, h3,
.post-title {
    font-family: 'SF Pro';
    font-weight: 900;
}

.e89-header-logo .mobile-logo {
    max-height: none;
    width: 200px;
}

.section-home {
    padding: 80px 0;
    text-align: center;
}
.section-home h2 {
    font-size: 2.8em;
    line-height: 1;
}

.section-home.quote {
    font-size: 2.3em;
    line-height: 1.2em;
}
.section-home.quote p {
    max-width: 750px;
    margin: auto;
}
.section-home.quote p span {
    display: inline-block;
    position: relative;
}
.section-home.quote p span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: .3em solid #2257ff;
}

.section-home.services >p {
    color: #2257ff;
    margin-bottom: 80px;
}
.section-home.services .item {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
}
.section-home.services .item .img {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
}
.section-home.services .item .info {
    width: 100%;
    padding: 20px;
    text-align: left;
}
.section-home.services .item h3 {
    font-family: 'Roboto';
    font-size: 1.6em;
    font-weight: 700;
}
.section-home.services .item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-home.services .item li {
    position: relative;
    display: block;
    padding-left: 3em;
}
.section-home.services .item li:before {
    content: "o";
    position: absolute;
    left: 0;
    top: .25em;
    line-height: 1;
}
.slick-dotted {
    padding-bottom: 60px;
}
.slick-dots li {
    width: 20px;
    height: 20px;
}
.slick-dots li button {
    border: 1px solid #081037;
    background: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background-color: #2257ff;
}

.section-home.contact {
    text-align: left;
}
.section-home.contact .section-1,
.section-home.contact .section-2 {
    background-color: #2257ff;
    color: #fff;
    padding: 1.75em;
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px 30px 0 0;
}
.section-home.contact .section-2 {
    background-color: #fff;
    color: #081037;
    border-radius: 0 0 30px 30px;
}
.section-home.contact .info,
.section-home.contact .form,
.section-home.contact .wsp {
    width: 100%;
}
.section-home.contact .img-box {
    display: none;
}
.section-home.contact .info p {
    font-size: 1.5em;
    line-height: 1.6em;
}
.section-home.contact .info i {
    display: block;
    font-size: 1.8em;
    margin-top: 10px;
}

.section-home.contact .form input,
.section-home.contact .form textarea,
.section-home.contact .form select {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.section-home.contact .form label {
    color: #fff;
}
.section-home.contact .form input[type=submit] {
    background-color: #fff;
    color: #081037;
    width: 100%;
    max-width: 300px;
    margin-top: 40px;
}
.section-home.contact .form input[type=submit]:hover {
    color: #fff;
    border-color: #081037;
    background-color: #081037;
}
.section-home.contact .form .wpcf7-not-valid-tip {
    color: #fff;
}
.section-home.contact .form .wpcf7-response-output {
    border-color: #fff!important;
}

.section-home.contact h3 {
    font-family: 'Roboto';
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
}
.section-home.contact .wsp p {
    font-size: 1.5em;
    font-weight: 300;
    max-width: 500px;
}
.section-home.contact .wsp a {
    display: block;
    background-color: #00BF06;
    color: #fff;
    font-weight: 500;
    max-width: 300px;
    padding: .66em 1.33em;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px;
}
.section-home.contact .wsp a:hover {
    background-color: #009905;
}

.section-home.proposal >p {
    font-size: 2.3em;
    font-weight: 300;
    line-height: 1.2em;
    max-width: 900px;
    margin: 40px auto;
}
.section-home.proposal .items {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -5px 0 -5px;
}
.section-home.proposal .col {
    width: 100%;
    padding: 5px;
}
.section-home.proposal .img {
    padding-top: 110%;
    border-radius: 30px 30px 0 0;
    background-size: cover;
    background-position: center;
}
.section-home.proposal .info {
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    padding: 40px 20px 20px 20px;
    text-align: left;
    font-weight: 300;
}
.section-home.proposal img {
    width: 50px;
    margin-bottom: 20px;
}

.section-home.alliance p.dest {
    font-size: 2.3em;
    font-weight: 300;
    line-height: 1.2em;
    max-width: 900px;
    margin: 40px auto 20px auto;
}
.section-home.alliance p.alt {
    color: #2257ff;
    margin-bottom: 80px;
}
.section-home.alliance .box {
    width: 98%;
    margin: auto;
    display: flex;
    align-items: center;
    border: 1px solid #2257ff;
    border-radius: 30px;
    padding: 30px 20px;
}
.section-home.alliance .img {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid #d1d1d1;
}
.section-home.alliance .info {
    flex: 1;
    text-align: left;
    padding-left: 25px;
}
.section-home.alliance .info p {
    margin-bottom: 0;
    font-size: .85em;
    line-height: 1;
}
.section-home.alliance .info p strong {
    display: block;
    margin: 5px 0 10px 0;
}
.section-home.alliance .star i {
    color: #2257ff;
    margin-right: 5px;
}

#e89-footer {
    overflow: hidden;
}
#e89-footer-wrapper {
    padding: 60px 20px 0 20px;
    overflow: initial;
}
#e89-footer .col-1 img {
    width: 100%;
    max-width: 150px!important;
    margin-bottom: 20px;
}
#e89-footer .widget-title {
    margin-bottom: 10px;
}
#e89-footer .items {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
#e89-footer .items li {
    margin-bottom: 3px;
}
#e89-footer .social {
    margin-bottom: 40px;
}
#e89-footer .social a {
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
}
#e89-footer .col-3 .widget {
    margin-bottom: 0;
}
#e89-footer .ws {
    display: block;
    background-color: #00BF06;
    color: #fff;
    font-weight: 500;
    max-width: 300px;
    padding: .66em 1.33em;
    border-radius: 50px;
    text-align: center;
    margin: 20px 0 40px 0;
}
#e89-footer .ws:hover {
    background-color: #009905;
}
#e89-footer .contact ul {
    list-style: none;
    margin: 0 0 120px 0;
    padding: 0;
}
#e89-footer .contact ul li {
    font-weight: 700;
    margin-bottom: 3px;
}
#e89-footer .by {
    position: relative;
    display: flex;
    align-items: center;
    font-size: .6em;
    line-height: 1;
    padding-bottom: 15px;
}
#e89-footer .by img {
    flex: 0 0 auto;
    width: 50px;
    margin: 0 20px 0 10px;
}
#e89-footer .by img:last-of-type {
    width: 70px;
}
#e89-footer .by::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30000px;
    height: 5px;
    background-color: #2257ff;
}
#e89-footer .copyright-area {
    display: none;
}


@media (min-width: 576px) {

    .section-home h2 {
        font-size: 4em;
    }

    .section-home.contact .section-1,
    .section-home.contact .section-2 {
        padding: 2.25em;
    }

    .section-home.proposal .col {
        width: 50%;
    }

    #e89-footer .column.col-1 {
        width: 100%;   
    }
    #e89-footer .column.col-2 {
        width: 35%;   
    }
    #e89-footer .column.col-3 {
        width: 65%;   
    }
}

@media (min-width: 768px) {

    .section-home.services .item .img {
        width: 40%;
        padding-top: 0;
    }

    .section-home.services .item .info {
        width: 60%;
        padding: 20px;
        max-width: 850px;
        min-height: 450px;
    }

    .section-home.contact .info {
        width: 50%;
    }
    .section-home.contact .form {
        width: 50%;
        margin-top: 100px;
    }
    .section-home.contact .img-box {
        display: block;
        width: 50%;
        margin-top: -10em;
    }
    .section-home.contact .img {
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        width: 80%;
        padding-top: 100%;
    }
    .section-home.contact .wsp {
        width: 50%;
    }

}

@media (min-width: 1024px) {
    
    .e89-header-wrapper,
    #e89-header-float .e89-header-float-wrapper {
        padding: 0 80px;
    }

    #e89-main-content {
        padding: 40px 80px;
    }

    .section-home.services .item .info {
        padding: 40px 60px;
    }

    .section-home.proposal .col {
        width: 25%;
    }

    .section-home.alliance .img {
        width: 120px;
        height: 120px;
    }

    #e89-footer-wrapper {
        padding: 60px 80px 0 80px;
    }
    #e89-footer .col-1 img {
        max-width: 200px!important;
    }
    #e89-footer .column.col-1 {
        width: 30%;
    }
    #e89-footer .column.col-2 {
        width: 30%;
    }
    #e89-footer .column.col-3 {
        width: 40%;
    }

}

@media (min-width: 1280px) {

    .section-home.contact .form {
        margin-top: 0;
    }
    .section-home.contact .wsp a {
        margin-top: 80px;
    }
    .section-home.proposal img {
        width: 75px;
    }

}