/*Coco purpose call to action*/

.coco_purpose_call_to_action .et_pb_column_1_3.et-last-child,
.coco_purpose_call_to_action .et_pb_column_1_3:last-child {
    width: 22% !important;
}

.coco_purpose_call_to_action .et_pb_column_1_3:first-child {
    margin-right: 11.3% !important;
}

.coco_purpose_call_to_action .et_pb_column .et_pb_button_module_wrapper a.et_pb_button:hover:before {
    width: 100% !important;
}

/*Coco Hello Call to action*/

.coco_hello_call_to_action .et_pb_button_module_wrapper a.et_pb_button:hover:before {
    width: 100% !important;
}

.coco_hello_call_to_action .et_pb_row > .et_pb_column_1_2:first-child {
    width: 14% !important;
    margin-right: 3.2% !important;
}

.coco_hello_call_to_action .et_pb_row > .et_pb_column_1_2:last-child {
    width: 65% !important;
}

/*Coco Target Call to Action*/

.coco_target_call_to_action .et_pb_button_module_wrapper .et_pb_button:hover:before {
    width: 100% !important;
}

.coco_target_call_to_action .et_pb_social_media_follow li:last-child {
    margin-right: 0 !important;
}

.coco_target_call_to_action .et_pb_social_media_follow li a:hover:before {
    color: #ff4364;
}

.coco_target_call_to_action .et_pb_social_media_follow li a:hover:after {
    transform: scale(1);
}

.coco_target_call_to_action .et_pb_social_media_follow li a {
    position: relative;
}

.coco_target_call_to_action .et_pb_social_media_follow li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.3s;
    transform: scale(0);
}

.coco_target_call_to_action .et_pb_social_media_follow li {
    margin-right: 4% !important;
}

/*Coco display call to action*/

.coco_display_call_to_action .et_pb_button_module_wrapper a.et_pb_button:hover:before {
    width: 100% !important;
}

/*Coco Groovy Sign Up*/

.coco_groovy_sign_up .et_pb_promo .et_pb_button_wrapper .et_pb_button:before {
    content: "" !important;
    display: block !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 46px !important;
    height: 100% !important;
    background-color: #fff;
    border-radius: 50px;
    z-index: -1;
    transition: 0.3s;
}

.coco_groovy_sign_up .et_pb_promo .et_pb_button_wrapper .et_pb_button:hover:before {
    width: 100% !important;
}

.coco_groovy_sign_up .et_pb_image img {
    display: block !important;
    width: 100% !important;
}

.coco_groovy_sign_up .et_pb_column_1_2:first-child {
    position: absolute !important;
    z-index: 15;
    left: 8.5%;
    top: 50.7%;
    transform: translate(0, -50%);
    width: 47.5% !important;
}

.coco_groovy_sign_up .et_pb_column_1_2.et-last-child,
.coco_groovy_sign_up .et_pb_column_1_2:last-child {
    width: 70% !important;
    float: right;
}





@media only screen and (min-width: 1930px) {
    .et_pb_section .et_pb_row.coco_purpose_call_to_action {
        padding: 100px !important;
    }
}

@media only screen and (max-width: 1390px) {
    .coco_groovy_sign_up.et_pb_row,
    .coco_groovy_sign_up .et_pb_row,
    .coco_display_call_to_action .et_pb_row,
    .coco_target_call_to_action .et_pb_row,
    .coco_hello_call_to_action .et_pb_row {
        width: 90% !important;
    }



    .coco_groovy_sign_up .et_pb_column_1_2:first-child {
        left: 0;
        width: 60% !important;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .coco_groovy_sign_up .et_pb_column .et_pb_promo_description h2{
        font-size: 50px !important;
    }
}
@media only screen and (max-width: 980px) {
    .coco_purpose_call_to_action .et_pb_column_1_3:first-child {
        margin-right: 0 !important;
        width: 100% !important;
    }

    .coco_purpose_call_to_action .et_pb_column_1_3:nth-child(2) {
        width: 60% !important;
    }

    .coco_hello_call_to_action .et_pb_row > .et_pb_column_1_2:last-child {
        width: 82% !important;
    }

    .coco_target_call_to_action .et_pb_row .et_pb_button_module_wrapper .et_pb_button:before {
        right: auto !important;
        left: 0;
    }

    .coco_target_call_to_action .et_pb_row .et_pb_button_module_wrapper {
        text-align: left !important;
    }

    .coco_display_call_to_action .et_pb_button_module_wrapper {
        margin-bottom: 0 !important;
    }

}

@media only screen and (max-width: 767px) {
    .coco_purpose_call_to_action .et_pb_column_1_3:first-child {
        margin-bottom: 10px;
    }

    .coco_purpose_call_to_action .et_pb_column_1_3:nth-child(2) {
        width: 100% !important;
    }

    .coco_purpose_call_to_action .et_pb_column_1_3:last-child {
        width: 100% !important;
    }

    .coco_hello_call_to_action .et_pb_row > .et_pb_column_1_2:first-child {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .coco_hello_call_to_action .et_pb_row > .et_pb_column_1_2:last-child {
        width: 100% !important;
    }

    .coco_groovy_sign_up .et_pb_column_1_2:first-child {
        left: 0;
        width: 100% !important;
        position: static;
        transform: none;
    }

    .coco_groovy_sign_up .et_pb_column_1_2:last-child {
        width: 100% !important;
        float: right;
    }
}

@media only screen and (max-width: 480px) {
    .coco_hello_call_to_action .et_pb_row > .et_pb_column .et_pb_column_1_4:last-child {
        margin-bottom: 0 !important;
    }

    .coco_hello_call_to_action .et_pb_row > .et_pb_column .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
}
