/*Footer*/

.coco_sleek_footer .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: #c7dbdc;
    border-radius: 50px;
    z-index: -1;
    transition: 0.3s;
}

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

.coco_sleek_footer .et_pb_promo .et_pb_button_wrapper .et_pb_button {
    margin-top: 23px !important;
    padding: 8px 22px !important;
    position: relative;
    z-index: 2;
}

.coco_sleek_footer .et_pb_social_media_follow li {
    margin-right: 7% !important;
}

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

.coco_sleek_footer .et_pb_text a:hover {
    opacity: 0.5;
}

.coco_sleek_footer .et_pb_text a {
    color: inherit !important;
}

.coco_sleek_footer .et_pb_text a:first-child:after {
    content: "|";
    display: inline-block;
    margin: 0 9px;
}

/*Coco basic footer*/
#page-container #main-content .coco_basic_footer .et_pb_promo .et_pb_promo_description p {
    padding-bottom: 0 !important;

}

#page-container #main-content .coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form a.et_pb_newsletter_button {
    padding: 0 !important;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input {
    padding: 12px 45px 12px 0 !important;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field label {
    display: block !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p:after {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ff4364;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -ms-transform-origin: left;
    transform-origin: left;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p:hover:after {
    animation: loop-line 1s infinite;
}


.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.filled:after,
.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.focus:after{
    animation: none !important;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field:hover label,
.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.filled label,
.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.focus label {
    transform: translate(0px, 28px);
    color: #ff4364 !important;
    font-size: 14px;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input::-webkit-input-placeholder {
    color: transparent !important;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input::-moz-placeholder {
    color: transparent !important;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input:-ms-input-placeholder {
    color: transparent !important;
}

.coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input:-moz-placeholder {
    color: transparent !important;
}

/*Coco Step Footer*/

.coco_step_footer .et_pb_contact_form_container form {
    margin-left: 0 !important;
}

.coco_step_footer .et_pb_contact_form_container form p.et_pb_contact_field {
    padding: 0 !important;
    margin-bottom: 21px !important;
    position: relative;
}

.coco_step_footer .et_pb_contact_form_container form .et_contact_bottom_container {
    float: none;
    margin-top: 0;
    text-align: left;
}

.coco_step_footer .et_pb_contact_form_container form .et_contact_bottom_container button:before {
    content: "" !important;
    display: block !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 46px !important;
    height: 100% !important;
    background-color: #ff4364;
    border-radius: 50px;
    z-index: -1;
    transition: 0.3s;
}

.coco_step_footer .et_pb_contact_form_container form .et_contact_bottom_container button:hover:before {
    width: 100% !important;
}

.coco_step_footer .et_pb_contact_form_container form p[data-id="message"] label {
    top: 24px;
}

.coco_step_footer .et_pb_contact_form_container form p[data-id="message"]:hover label,
.coco_step_footer .et_pb_contact_form_container form p[data-id="message"].filled label,
.coco_step_footer .et_pb_contact_form_container form p[data-id="message"].focus label {
    transform: translate(0px, 128px);
}

.coco_step_footer .et_pb_contact_form_container form p:hover label,
.coco_step_footer .et_pb_contact_form_container form p.filled label,
.coco_step_footer .et_pb_contact_form_container form p.focus label {
    transform: translate(0px, 28px);
    color: #ff4364 !important;
    font-size: 14px;
}

.coco_step_footer .et_pb_contact_form_container form p label {
    display: block !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff !important;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: .3s linear;
}

.coco_step_footer .et_pb_contact_form_container form p:after {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ff4364;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -ms-transform-origin: left;
    transform-origin: left;
}

.coco_step_footer .et_pb_contact_form_container form p:hover:after {
    animation: loop-line 1s infinite;
}

.coco_step_footer .et_pb_contact_form_container form p.filled:after,
.coco_step_footer .et_pb_contact_form_container form p.focus:after {
    animation: none !important;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@keyframes loop-line {
    0% {
        transform-origin: left;
        animation-fill-mode: forwards;
        transform: scaleX(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        transform-origin: left;
        transform: scaleX(1)
    }
    50.001% {
        transform-origin: right;
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100% {
        transform-origin: right;
        transform: scaleX(0)
    }
}

#page-container .coco_step_footer .et_pb_contact_form_container form p textarea::-webkit-input-placeholder,
#page-container .coco_step_footer .et_pb_contact_form_container form p input::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .coco_step_footer .et_pb_contact_form_container form p textarea::-moz-placeholder,
#page-container .coco_step_footer .et_pb_contact_form_container form p input::-moz-placeholder {
    color: transparent !important;
}

#page-container .coco_step_footer .et_pb_contact_form_container form p textarea:-ms-input-placeholder,
#page-container .coco_step_footer .et_pb_contact_form_container form p input:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .coco_step_footer .et_pb_contact_form_container form p textarea:-moz-placeholder,
#page-container .coco_step_footer .et_pb_contact_form_container form p input:-moz-placeholder {
    color: transparent !important;
}

#page-container .coco_step_footer .et_pb_map {
    height: 658px;
}
#page-container .coco_step_footer .et-pb-contact-message{
    color: #f00 !important;
}

#page-container .coco_step_footer .et_pb_contact_form_container form textarea:-webkit-autofill:hover,
#page-container .coco_step_footer .et_pb_contact_form_container form textarea:-webkit-autofill:focus,
#page-container .coco_step_footer .et_pb_contact_form_container form textarea:-webkit-autofill,
#page-container .coco_step_footer .et_pb_contact_form_container form input:-webkit-autofill:hover,
#page-container .coco_step_footer .et_pb_contact_form_container form input:-webkit-autofill:focus,
#page-container .coco_step_footer .et_pb_contact_form_container form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #2b2b33 inset !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
}





/*Coco Drop Footer*/

.coco_drop_footer .et_pb_promo a:hover {
    opacity: 0.5;
}

.coco_drop_footer .et_pb_promo a {
    color: inherit !important;
    transition: 0.3s;
}

.coco_drop_footer .et_pb_promo p {
    padding-bottom: 0 !important;
}

.coco_drop_footer .et_pb_social_media_follow li a:before {
    color: #1c1c1c !important;
}

.coco_drop_footer .et_pb_social_media_follow li {
    margin-right: 7% !important;
}

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

.coco_drop_footer .et_pb_social_media_follow li a:hover:before {
    color: #b5d3d3 !important;
}

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

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

.coco_drop_footer .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: #1c1c1c;
    transition: 0.3s;
    transform: scale(0);
}

.coco_drop_footer .et_pb_text a:hover {
    opacity: 0.5;
}

.coco_drop_footer .et_pb_text a {
    color: inherit !important;
}

.coco_drop_footer .et_pb_text a:first-child:after {
    content: "|";
    display: inline-block;
    margin: 0 9px;
}

/*Coco Cast Footer*/

.coco_cast_footer .et_pb_newsletter {
    display: block !important;
}

#page-container #main-content .coco_cast_footer .et_pb_promo .et_pb_promo_description p {
    padding-bottom: 0 !important;

}

#page-container #main-content .coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form a.et_pb_newsletter_button {
    padding: 0 !important;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input {
    padding: 12px 45px 12px 0 !important;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field label {
    display: block !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
    text-transform: lowercase !important;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p:after {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ff4364;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -ms-transform-origin: left;
    transform-origin: left;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p:hover:after {
    animation: loop-line 1s infinite;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.filled:after,
.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.focus:after {
    animation: none !important;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field:hover label,
.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.filled label,
.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.focus label {
    transform: translate(0px, 28px);
    color: #ff4364 !important;
    font-size: 14px;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input::-webkit-input-placeholder {
    color: transparent !important;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input::-moz-placeholder {
    color: transparent !important;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input:-ms-input-placeholder {
    color: transparent !important;
}

.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input:-moz-placeholder {
    color: transparent !important;
}

.coco_cast_footer .et_pb_text a:hover {
    opacity: 0.5;
}

.coco_cast_footer .et_pb_text a {
    color: inherit !important;
}

.coco_cast_footer .et_pb_text a:first-child:after {
    content: "|";
    display: inline-block;
    margin: 0 9px;
}

.coco_cast_footer .et_pb_promo a:hover {
    opacity: 0.5;
}

.coco_cast_footer .et_pb_promo a {
    color: inherit !important;
    transition: 0.3s;
}

.coco_cast_footer .et_pb_column_1_4:last-child {
    margin-right: 0 !important;
}

.coco_cast_footer .et_pb_column_1_4 {
    width: 14% !important;
    margin-right: 11.6% !important;
}

.coco_cast_footer .et_pb_column_1_2 {
    width: 52% !important;
    margin-right: 7.6% !important;
}

.coco_cast_footer .et_pb_column_2_5 {

    width: 42.9% !important;
}

.coco_cast_footer .et_pb_column_3_5 {
    width: 54.1% !important;
}

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

/*Coco Boxy Footer*/

body.et-fb .coco_boxy_footer .et_pb_social_media_follow  {
    position: absolute !important;
}
.coco_boxy_footer .et_pb_newsletter {
    display: block !important;
}

#page-container #main-content .coco_boxy_footer .et_pb_promo .et_pb_promo_description p {
    padding-bottom: 0 !important;

}

#page-container #main-content .coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form a.et_pb_newsletter_button {
    padding: 0 !important;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input {
    padding: 12px 45px 12px 0 !important;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field label {
    display: block !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s;
    text-transform: lowercase !important;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p:after {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ff4364;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    -ms-transform-origin: left;
    transform-origin: left;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p:hover:after{
    animation: loop-line 1s infinite;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.filled:after,
.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.focus:after {
    animation: none !important;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field:hover label,
.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.filled label,
.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.focus label {
    transform: translate(0px, 28px);
    color: #ff4364 !important;
    font-size: 14px;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input::-webkit-input-placeholder {
    color: transparent !important;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input::-moz-placeholder {
    color: transparent !important;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input:-ms-input-placeholder {
    color: transparent !important;
}

.coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field input:-moz-placeholder {
    color: transparent !important;
}

.coco_boxy_footer .et_pb_text a:last-child {
    margin-right: 0 !important;
}

.coco_boxy_footer .et_pb_text a {
    color: inherit !important;
    position: relative;
    margin-right: 8%;
}

.coco_boxy_footer .et_pb_text a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -8px;
    background-color: #ff4364;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}

.coco_boxy_footer .et_pb_text a:hover:after {
    width: 90%;
}

.coco_boxy_footer .et_pb_promo a:hover {
    opacity: 0.5;
}

.coco_boxy_footer .et_pb_promo a {
    color: inherit !important;
    transition: 0.3s;
}

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

.coco_boxy_footer .et_pb_promo:last-child {
    margin-right: 0 !important;
}

.coco_boxy_footer .et_pb_promo {
    width: 35% !important;
    margin-right: 29% !important;
    float: left;
}

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

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

/*Coco Image Footer*/

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

.coco_image_footer .et_pb_text a:last-child {
    margin-right: 0 !important;
}

.coco_image_footer .et_pb_text a {
    color: inherit !important;
    position: relative;
    margin-right: 8%;
}

.coco_image_footer .et_pb_text a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -8px;
    background-color: #ff4364;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}

.coco_image_footer .et_pb_text a:hover:after {
    width: 90%;
}

body.et-fb .coco_image_footer .et_pb_social_media_follow{
    position: absolute !important;
}
.coco_image_footer .et_pb_social_media_follow li:last-child {
    margin-right: 0 !important;
}

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

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

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

.coco_image_footer .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_image_footer .et_pb_social_media_follow li {
    margin-right: 4% !important;
}

.coco_image_footer .et_pb_row.last_row .et_pb_column {
    vertical-align: middle;
    display: inline-block;
    float: none;
}

.coco_image_footer .et_pb_row.last_row .et_pb_column_1_2 {
    width: 43.4% !important;
    margin-right: 3% !important;
}

.coco_image_footer .et_pb_row.last_row .et_pb_column_1_4:last-child {
    width: 22.6% !important;
    margin-right: 0 !important;
}

.coco_image_footer .et_pb_row.last_row .et_pb_column_1_4 {
    width: 19% !important;
    margin-right: 2% !important;
}

.coco_image_footer .et_pb_row > .et_pb_column_1_3 {
    width: 38.9% !important;
}

.coco_image_footer .et_pb_row > .et_pb_column_2_3 {
    width: 61.1% !important;
}

.coco_image_footer .et_pb_row > .et_pb_column_2_3 .et_pb_column_1_3.et-last-child,
.coco_image_footer .et_pb_row > .et_pb_column_2_3 .et_pb_column_1_3:last-child {
    width: 26% !important;
    margin-right: 2% !important;
}

.coco_image_footer .et_pb_row > .et_pb_column_2_3 .et_pb_column_1_3.et-first-child,
.coco_image_footer .et_pb_row > .et_pb_column_2_3 .et_pb_column_1_3:first-child {
    margin-right: 2% !important;
    width: 67% !important;
}

/*Coco Square Footer */

.coco_square_footer .et_pb_promo a:hover {
    opacity: 0.5;
}

.coco_square_footer .et_pb_promo a {
    color: inherit !important;
    transition: 0.3s;
}

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

.coco_square_footer .et_pb_promo:last-child {
    margin-right: 0 !important;
}

.coco_square_footer .et_pb_promo .et_pb_promo_description p {
    padding-bottom: 0 !important;
}

.coco_square_footer .et_pb_promo {
    width: 45% !important;
    margin-right: 10% !important;
    float: left;
}

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

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

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

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

.coco_square_footer .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_square_footer .et_pb_social_media_follow li {
    margin-right: 4% !important;
}

.coco_square_footer .et_pb_column_2_3 {
    width: 60.4% !important;
}

.coco_square_footer .et_pb_column_1_3 {
    width: 36% !important;
    margin-right: 3.6% !important;
}

.coco_idea_footer .et_pb_promo p {
    padding-bottom: 0 !important;
}

.coco_idea_footer .et_pb_promo a:hover {
    opacity: 0.5;
}

.coco_idea_footer .et_pb_promo a {
    color: inherit !important;
    transition: 0.3s;
}

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

.coco_idea_footer .et_pb_text a {
    position: relative;
    margin-right: 8%;
}

.coco_idea_footer .et_pb_text a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -8px;
    background-color: #ff4364;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
}

.coco_idea_footer .et_pb_text a:hover:after {
    width: 100%;
}

.coco_idea_footer .et_pb_row:first-child .et_pb_column_1_2 {
    border-left: 1px solid #fff;
    margin-left: 4.9% !important;
    padding-left: 10%;
    width: 40% !important;
    padding-bottom: 17px;
}

.coco_idea_footer .et_pb_row .et_pb_column_1_4 {
    width: 18.5% !important;
    margin-right: 4% !important;
}





/*Coco_Sqweez_Cast_Footer*/

.coco_sqweez_cast_footer.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p:after{
    background-color: #2b2b33;
}


.coco_sqweez_cast_footer.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field:hover label,
.coco_sqweez_cast_footer.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.filled label,
.coco_sqweez_cast_footer.coco_cast_footer .et_pb_newsletter .et_pb_newsletter_form p.et_pb_newsletter_field.focus label{
    color: #2b2b33 !important;
}


.coco_sqweez_cast_footer.coco_cast_footer .et_pb_row > .et_pb_column_1_2:first-child{
    width: 54.1% !important;
    margin-right: 2.9% !important;
    display: inline-block;
    float: none;
    vertical-align: bottom;
}

.coco_sqweez_cast_footer.coco_cast_footer .et_pb_row > .et_pb_column_1_2:last-child{
    width: 42.6% !important;
    display: inline-block;
    float: none;
    vertical-align: bottom;
}




/*coco services simple footer*/


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

.coco_services_simple_footer .et_pb_social_media_follow li a:hover:before {
    color: #8caeae;
}

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

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

.coco_services_simple_footer .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_services_simple_footer .et_pb_social_media_follow li {
    margin-right: 4% !important;
}

.coco_services_simple_footer .et_pb_text a:hover {
    opacity: 0.5;
}


.coco_services_simple_footer .et_pb_text a:first-child:after {
    content: "|";
    display: inline-block;
    margin: 0 9px;
}





/*responsive*/

@media only screen and (max-width: 1390px) {
    .coco_idea_footer .et_pb_row,
    .coco_square_footer .et_pb_row,
    .coco_boxy_footer .et_pb_row,
    .coco_logos .et_pb_row,
    .coco_cast_footer.et_pb_row,
    .coco_cast_footer .et_pb_row,
    .coco_drop_footer .et_pb_row,
    .coco_step_footer .et_pb_row,
    .coco_basic_footer .et_pb_row,
    .coco_sleek_footer .et_pb_row {
        width: 90% !important;
    }

    .coco_step_footer .et_pb_map_container {
        width: 110% !important;
    }

    .coco_cast_footer .et_pb_column_1_4 {
        width: 19% !important;
        margin-right: 5% !important;
    }

    .coco_cast_footer .et_pb_column_1_2 {
        width: 52% !important;
        margin-right: 4% !important;
    }

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

    .coco_image_footer .et_pb_row > .et_pb_column_2_3 .et_pb_column_1_3:last-child {
        width: 100% !important;
        margin-right: 0% !important;
    }

    .coco_footer_top_logos .et_pb_row {
        width: 90% !important;
    }


    .coco_sqweez_cast_footer.coco_cast_footer .et_pb_row > .et_pb_column_1_2:first-child {
        width: 53% !important;
        margin-right: 2% !important;
    }


    .coco_sqweez_cast_footer.coco_cast_footer .et_pb_row > .et_pb_column_1_2:last-child {
        width: 44% !important;
    }

}

@media only screen and (max-width: 980px) {

    .coco_sleek_footer .et_pb_text {
        text-align: center !important;
    }

    .coco_basic_footer .et_pb_column_1_3:last-child {
        margin-right: 0 !important;
    }

    .coco_basic_footer .et_pb_column_1_3 {
        width: 32% !important;
        margin-right: 2% !important;
    }

    .coco_basic_footer .et_pb_newsletter {
        display: block !important;
    }

    .coco_basic_footer .et_pb_newsletter .et_pb_newsletter_form {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .coco_basic_footer .et_pb_newsletter .et_pb_newsletter_description {
        width: 100% !important;
    }

    body #page-container .coco_step_footer {
        background-image: none !important;
    }

    .coco_step_footer .et_pb_map_container {
        width: 100% !important;
    }

    #page-container .coco_step_footer .et_pb_map {
        height: 300px;
    }

    .coco_drop_footer .et_pb_row:first-child .et_pb_column:first-child {
        width: 68% !important;
        margin-right: 5% !important;
    }

    .coco_drop_footer .et_pb_row:first-child .et_pb_column:last-child {
        padding: 0;
        width: 27% !important;
    }

    .coco_drop_footer .et_pb_row:last-child .et_pb_text {
        text-align: center !important;
    }

    .coco_cast_footer .et_pb_column_1_4 {
        width: 22% !important;
        margin-right: 4% !important;
    }

    .coco_cast_footer .et_pb_column_1_2 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    .coco_cast_footer .et_pb_column_3_5 {
        width: 100% !important;
    }

    .coco_cast_footer .et_pb_column_2_5 {
        width: 100% !important;
    }

    .coco_boxy_footer .et_pb_column_1_2:last-child {
        margin-right: 0 !important;
    }

    .coco_boxy_footer .et_pb_column_1_2 {
        width: 49% !important;
        margin-right: 2% !important;
    }

    .coco_boxy_footer .et_pb_promo {
        width: 48% !important;
        margin-right: 4% !important;
        float: left;
    }

    .coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_description,
    .coco_boxy_footer .et_pb_newsletter .et_pb_newsletter_form {
        width: 100% !important;
        padding-left: 0 !important;
    }

    #page-container .coco_image_footer > .et_pb_row {
        max-width: 100% !important;
        width: 100% !important;
        display: flex !important;
    }

    #page-container .coco_image_footer .et_pb_row .et_pb_row_inner {
        width: 87% !important;
    }

    .coco_footer_top_logos .et_pb_text {
        text-align: center !important;
    }

    .coco_idea_footer .et_pb_row .et_pb_column_1_4 {
        width: 20% !important;
        margin-right: 4% !important;
    }

    .coco_idea_footer .et_pb_row:last-child .et_pb_column .et_pb_text {
        text-align: center !important;
    }

    .coco_idea_footer .et_pb_row:first-child .et_pb_column_1_2 {
        margin-left: 2% !important;
        padding-left: 6%;
        width: 50% !important;
    }

    .coco_idea_footer .et_pb_text a:last-child {
        margin-right: 0 !important;
    }

    .coco_sqweez_cast_footer.coco_cast_footer .et_pb_row .et_pb_newsletter .et_pb_newsletter_description,
    .coco_sqweez_cast_footer.coco_cast_footer .et_pb_row .et_pb_newsletter .et_pb_newsletter_form{
        width: 100% !important;
        padding-left: 0 !important;

    }


    .coco_services_simple_footer .et_pb_text{
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .coco_basic_footer .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .coco_basic_footer .et_pb_newsletter h2.et_pb_module_header,
    .coco_basic_footer .et_pb_social_media_follow,
    .coco_basic_footer .et_pb_promo .et_pb_promo_description {
        text-align: center !important;
    }

    .coco_basic_footer .et_pb_promo .et_pb_promo_description {
        padding-bottom: 0 !important;
    }

    .coco_cast_footer .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .coco_cast_footer .et_pb_column_1_4 {
        width: 40% !important;
        margin-right: 20% !important;
    }

    .coco_boxy_footer .et_pb_promo h2 {
        padding-bottom: 10px !important;
    }

    .coco_boxy_footer .et_pb_promo {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 0 !important;
    }

    .coco_boxy_footer .et_pb_text a {
        margin-right: 2%;
        width: 48%;
        display: inline-block;
        float: left;
    }

    .coco_boxy_footer .et_pb_text a:after {
        margin-left: 0 !important;
        bottom: 0px;
    }

    .coco_image_footer .et_pb_text a {
        margin-right: 3%;
    }

    .coco_square_footer .et_pb_column_1_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .coco_square_footer .et_pb_column_2_3 {
        width: 100% !important;
    }

    .coco_square_footer ul.et_pb_social_media_follow {
        display: block !important;
        min-width: 0;
    }

    .coco_square_footer .et_pb_row:last-child .et_pb_column_2_3 {
        width: 60% !important;
    }

    .coco_square_footer .et_pb_row:last-child .et_pb_column_1_3 {
        width: 40% !important;
    }

    .coco_footer_top_logos .et_pb_text {
        text-align: left !important;
    }

    .coco_idea_footer .et_pb_row .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 2% !important;
    }

    .coco_idea_footer .et_pb_row:last-child .et_pb_column .et_pb_text {
        text-align: left !important;
    }

    .coco_idea_footer .et_pb_row:first-child .et_pb_column_1_2 {
        margin-left: 0 !important;
        padding-left: 4%;
        width: 100% !important;
    }

    .coco_sqweez_cast_footer.coco_cast_footer .et_pb_row > .et_pb_column_1_2:first-child {
        width: 100% !important;
        padding: 0 5%;
    }

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

    .coco_cast_footer.coco_sqweez_cast_footer .et_pb_row{
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .coco_drop_footer .et_pb_row:first-child .et_pb_column:last-child,
    .coco_drop_footer .et_pb_row:first-child .et_pb_column:first-child,
    .coco_drop_footer .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .coco_drop_footer .et_pb_row .et_pb_promo .et_pb_promo_description {
        padding-bottom: 0 !important;
    }

    .coco_drop_footer .et_pb_row .et_pb_promo h2 {
        padding-bottom: 15px !important;
    }

    .coco_drop_footer .et_pb_row .et_pb_text {
        max-width: 100% !important;
    }

    .coco_drop_footer .et_pb_row:first-child .et_pb_column:first-child {
        margin-bottom: 10px !important;
    }

    .coco_cast_footer .et_pb_column_1_4 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    .coco_boxy_footer .et_pb_row:first-child .et_pb_column_1_2:last-child {
        padding-bottom: 70px !important;
    }

    .coco_boxy_footer .et_pb_row .et_pb_column_1_4 {
        width: 100% !important;
    }

    .coco_boxy_footer .et_pb_row .et_pb_column_1_2 {
        width: 100% !important;
        padding: 30px !important;
        margin-bottom: 0 !important;
    }

    #page-container .coco_boxy_footer .et_pb_row:before {
        display: none !important;
    }

    #page-container .coco_boxy_footer .et_pb_row {
        width: 100% !important;
        padding: 0 !important;
    }

    .coco_image_footer .et_pb_row > .et_pb_column_1_3 {
        width: 100% !important;
        min-height: 230px;
    }

    .coco_image_footer .et_pb_row > .et_pb_column_2_3 {
        width: 100% !important;
    }

    #page-container .coco_image_footer > .et_pb_row {
        display: block !important;
    }

    #page-container .coco_image_footer .et_pb_row .et_pb_row_inner {
        width: 95% !important;
    }

    .coco_square_footer .et_pb_promo {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .coco_square_footer .et_pb_row:last-child {
        display: block !important;
    }

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

    .coco_square_footer .et_pb_row:last-child .et_pb_column_2_3 {
        width: 100% !important;
        padding: 14px 20px;
    }

    .coco_square_footer .et_pb_row:last-child .et_pb_column_2_3 .et_pb_text {
        padding: 0 !important;
        text-align: center !important;
    }
}