
.seo_services_result .et_pb_main_blurb_image img {
    display: block !important;
    max-width: none !important;
}

.seo_services_result .et_pb_blurb_container {
    vertical-align: middle;
    padding-left: 23px;
    display: inline-block;
    max-width: calc(100% - 72px);
    float: none;
}

/*CSS Animation*/

.seo_services_result .et_pb_blurb {
    cursor: pointer;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.seo_services_result .et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.seo_services_result .et_pb_blurb .et_pb_main_blurb_image:after,
.seo_services_result .et_pb_blurb:hover .et_pb_blurb_container,
.seo_services_result .et_pb_blurb .et_pb_main_blurb_image,
.seo_services_result .et_pb_blurb .et_pb_main_blurb_image img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.seo_services_result .et_pb_blurb .et_pb_main_blurb_image:after {
    font-family: ETmodules !important;
    border-radius: 50%;
    content: '4';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    opacity: 0;
    background-color: inherit;
    font-size: 40px;
    line-height: 160%;
    border-radius: 100%;
    overflow: hidden;
}

.seo_services_result .et_pb_blurb:hover .et_pb_main_blurb_image:after {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;

}

.seo_services_result .et_pb_blurb:hover .et_pb_main_blurb_image {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.seo_services_result .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/*******/

.seo_services_blurbs .et_pb_column{
    transition: 0.3s;
}
.seo_services_blurbs .et_pb_column .et_pb_blurb .et_pb_blurb_description p{
    transition: 0s !important;
}
.seo_services_blurbs .et_pb_column .et_pb_blurb h4:before {
    content: "$";
    font-family: ETmodules !important;
    color: #fff;
    display: inline-block;
    width: 0;
    overflow: hidden;
    font-size: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    font-weight: 300
}

.seo_services_blurbs .et_pb_row:last-child .et_pb_column_1_3:hover .et_pb_blurb h4:before {
    width: 27px;
    margin-right: 8px;
    -webkit-transition-duration: .3s;
    -webkit-transition-delay: .3s;
    transition-duration: .3s;
    transition-delay: .3s
}

.seo_services_blurbs .et_pb_row:last-child .et_pb_column_1_3:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background-color: #363636
}

.seo_services_blurbs .et_pb_row:last-child .et_pb_column_1_3:hover .et_pb_blurb * {
    color: #fff !important
}



/*Pricing Tables*/


.seo_pricing_tables .et_pb_pricing_content .et_pb_pricing li span:before {
    display: none !important;
}

#page-container .seo_pricing_tables .et_pb_button_wrapper a.et_pb_pricing_table_button {
    padding: 11px 5px !important;
}

.seo_pricing_tables .et_pb_pricing_table.et_pb_featured_table .et_pb_dollar_sign {
    color: #fff !important;
}

.seo_pricing_tables .et_pb_row {
    width: 95% !important;
}


.seo_pricing_tables .et_pb_pricing_table:not(.et_pb_featured_table ) {
    margin-top: 0 !important;
}

.seo_pricing_tables ul.et_pb_pricing li {
    text-align: center;
}

.seo_pricing_tables .et_pb_pricing_table {
    padding-bottom: 24px !important;
}



/*Logos*/

#page-container .seo_partners_logos .et_pb_column .et_pb_image:nth-child(3n + 3) {
    margin-right: 0 !important;
}

#page-container .seo_partners_logos .et_pb_column .et_pb_image {
    width: 29% !important;
    margin-right: 6.5% !important;
    margin-bottom: 2vw !important;
}





/*Responsive*/
@media only screen and (min-width: 1930px) {
    .seo_services_result .et_pb_column:not(:first-child){
        padding-top: 47px !important;
    }
}

@media only screen and (max-width: 980px) {
    .seo_services_result .et_pb_column_1_3:not(:first-child) {
        width: 49% !important;
    }

    .seo_services_result .et_pb_column_1_3:nth-of-type(2) {
        margin-right: 2% !important;
    }

    #page-container .seo_services_result .et_pb_blurb_content {
        margin-right: -10px !important;
    }

    .seo_services_blurbs .et_pb_row .et_pb_column .et_pb_blurb {
        margin-bottom: 0 !important
    }

    .seo_services_blurbs .et_pb_row .et_pb_column .et_pb_divider {
        margin: 16px 0 0 !important
    }

    .seo_services_blurbs .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
        text-align: center;
        max-width: none
    }

    .seo_services_blurbs .et_pb_row:last-child .et_pb_column {
        padding: 40px !important
    }

    .seo_pricing_tables .et_pb_pricing_table:last-child{
        margin-bottom: 0 !important;
    }
    .seo_pricing_tables .et_pb_pricing_table  {
        width: 100% !important;
        max-width: 400px;
        margin: 0 auto !important;
        float: none;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }

    #page-container .seo_partners_logos .et_pb_button {
        margin-top: 20px !important;
        padding: 10px 20px !important;
    }

    #page-container .seo_partners_logos .et_pb_column .et_pb_image {
        margin-bottom: 10px !important;
    }

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

@media only screen and (max-width: 767px) {
    .seo_services_result .et_pb_column_1_3:not(:first-child) {
        width: 100% !important;
    }

    .seo_services_result .et_pb_column_1_3:nth-of-type(2) {
        margin-right: 0 !important;
    }

    #page-container .seo_services_result .et_pb_main_blurb_image {
        display: block;
        max-width: 66px;
        margin: 0 auto 20px;
    }

    #page-container .seo_services_result .et_pb_blurb_container {
        display: block;
        padding-left: 0;
        text-align: center;
        max-width: none;
    }

    #page-container .seo_services_result .et_pb_blurb_content {
        margin-right: 0 !important;
        max-width: none !important;
    }

    #page-container .seo_partners_logos .et_pb_column:last-child {
        display: block !important;
    }

    #page-container .seo_partners_logos .et_pb_column .et_pb_image:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    #page-container .seo_partners_logos .et_pb_column .et_pb_image:nth-child(3n + 3) {
        margin-right: 2% !important;
    }

    #page-container .seo_partners_logos .et_pb_column .et_pb_image {
        width: 48% !important;
        margin-right: 2% !important;
        float: left;
        padding: 15px;
    }
}


@media only screen and (max-width: 480px) {
    .seo_services_blurbs .et_pb_row:last-child .et_pb_column {
        padding: 30px !important
    }

    .seo_services_blurbs .et_pb_column .et_pb_blurb h4:before {
        display: none !important
    }

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

