/* FADE IN UP */

@keyframes fadeInUp {
    from {
      opacity: 0;
        transform: translate3d(0, -50px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}


body.fadeInUp {
  animation-name: fadeInUp;
}

/* FADE IN DOWN */

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

body.fadeInDown {
  animation-name: fadeInDown;
}

/* BOUNCE IN UP */

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

body.bounceInUp {
  animation-name: bounceInUp;
}

/* BOUNCE IN RIGHT */

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

/* SLIDE IN RIGHT */

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

body.slideInRight {
  animation-name: slideInRight;
}
/* SLIDE IN UP */

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUpAdmin {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, -32px, 0);
  }
}

body.slideInUp {
  animation-name: slideInUp;
}
/* 
body.admin-bar.slideInUp #wpadminbar,
body.admin-bar.slideInRight #wpadminbar,
body.admin-bar.bounceInUp #wpadminbar {
  top: -32px;
}
 */body{
    font-weight: 400;
}


.seo_about_top_section .et_pb_main_blurb_image .et-pb-icon {
    border-width: 1px !important;
    padding: 23px !important;
}

.seo_about_top_section .et_pb_blurb_description a {
    color: inherit !important;
}

.seo_about_top_section .et_pb_blurb_description p {
    padding: 0 !important;
}

/*Hover*/
.seo_about_top_section .et_pb_blurb {
    cursor: pointer;
    transition: 0.3s;
}

.seo_about_top_section .et_pb_blurb .et_pb_blurb_container h4,
.seo_about_top_section .et_pb_blurb .et_pb_blurb_description{
    transition-delay: 0.3s !important;
}

.seo_about_top_section .et_pb_blurb,
.seo_about_top_section .et_pb_blurb .et_pb_blurb_container h4,
.seo_about_top_section .et_pb_blurb .et_pb_blurb_description,
.seo_about_top_section .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon,
.seo_about_top_section .et_pb_blurb h4 strong {
    transition: 0.3s;
}

.seo_about_top_section .et_pb_blurb:hover:after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
}

.seo-contact-top-section .et_pb_blurb:hover,
.seo_about_top_section .et_pb_blurb:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.seo_about_top_section .et_pb_blurb:hover .et_pb_blurb_container h4:after{
    width: 80%;
    transition-delay: 0.3s !important;
}
.seo_about_top_section .et_pb_blurb .et_pb_blurb_container h4:after{
    content: "";
    display: block;
    border-top: 2px solid #00d664;
    width: 0;
    margin: 15px auto -15px;
    transition: 0.3s !important;
    transition-delay: 0s !important;
}
.seo_about_top_section .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0,-5px);
    transition-delay: 0s !important;
}
.seo_about_top_section .et_pb_blurb:hover .et_pb_blurb_description {
    transform: translate(0,5px);
    transition-delay: 0s !important;
}

.seo_about_top_section .et_pb_blurb:hover .et_pb_main_blurb_image .et-pb-icon {
    transform: scale(1.1);
}

.seo_about_top_section .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.2s infinite;
    animation: fadeIn 0.2s infinite;
    animation-iteration-count: 1;
}

/*About committed Section*/

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

.seo_about_committed .et_pb_column_1_3 {
    width: 34% !important;
}

.seo_about_committed .et_pb_column_2_3 {
    width: 57% !important;
    margin-right: 8.7% !important;
}

.seo_about_committed .et_pb_blurb {
    cursor: pointer;
}

/*About Team Results*/

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

.seo_about_team_result .et_pb_column_1_4 {
    width: 23% !important;
    margin-right: 2.5% !important;
}

.seo_about_team_result .et_pb_column_1_2 {
    margin-right: 2.6% !important;
}

.seo_about_team_result .et_pb_blurb .et_pb_blurb_container h4:after {
    display: inline-block !important;
    content: "$";
    font-family: "ETmodules" !important;
    float: left;
    line-height: 130%;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
    background: transparent !important;
}

.seo_about_team_result .et_pb_blurb .et_pb_blurb_container h4 {
    position: relative;
}

.seo_about_team_result .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s !important;
}

.seo_about_team_result .et_pb_blurb:hover .et_pb_blurb_container h4:after {
    width: 24px !important;
}

.seo_about_team_result .et_pb_blurb:hover .et_pb_blurb_container h4 {
    padding-left: 30px !important;
}

.seo_about_team_result.services_simple .et_pb_column_1_2 {
    width: 34% !important;
    margin-right: 8.5% !important;
}

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

.seo_about_team_result.services_simple .et_pb_column_1_4 {
    width: 24% !important;
    margin-right: 7.5% !important;
}

/*About Page Team*/

.seo_team {
    opacity: 0;
}

.seo_team .et_pb_team_member_image img {
    width: 100% !important;
    display: block !important;
}

.seo_team .et_pb_promo_description p:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.seo_team .et_pb_promo_description p {
    margin-bottom: -3px;
    padding-bottom: 0;
}

.seo_team .et_pb_promo_description p a:after {
    margin-left: 5px;
    width: 0 !important;
}

.seo_team .et_pb_promo_description p a:before {
    width: 21px !important;
}

.seo_team .et_pb_promo_description p a:after,
.seo_team .et_pb_promo_description p a:before {
    display: inline-block;
    content: "$";
    font-family: ETmodules;
    vertical-align: middle;
    transition: 0.3s !important;
    overflow: hidden;
}

.seo_team .et_pb_promo_description p a {
    color: #a7a7a7 !important;

}

.seo_team .et_pb_promo_description p a:hover:after {
    width: 18px !important;
}

.seo_team .et_pb_promo_description p a:hover:before {
    width: 0 !important;
}

/*Back Image*/

.seo_team .et_pb_team_member_image {
    -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;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.seo_team .et_pb_team_member_image .image_back,
.seo_team .et_pb_team_member_image img {
    transform-style: preserve-3d;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

.seo_team .et_pb_team_member_image img {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.seo_team .et_pb_team_member_image .image_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*Hover*/

.seo_team .et_pb_team_member:hover {
    cursor: pointer;
}

.seo_team .et_pb_team_member:hover .et_pb_team_member_image .image_back {
    -webkit-transform: rotateY(0deg);
    -moz-transf-webkit-transformorm: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.seo_team .et_pb_team_member:hover .et_pb_team_member_image img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
}

/*Columns*/

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

.seo_team .et_pb_column_1_4 {
    width: 23% !important;
    margin-right: 2.6% !important;
}


.shape_image .et_pb_image_wrap,
.shape_image .et_pb_image_wrap img{
    display: block !important;
    width: 100% !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    #page-container .seo_about_top_section .et_pb_row {
        width: 90% !important;
    }

    /*Content 4*/
    .seo_about_committed .et_pb_column_1_4 .et_pb_blurb {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .seo_about_committed .et_pb_column_1_4 {
        padding-left: 0 !important;
    }

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

    .seo_about_committed .et_pb_column_2_3 {
        width: 57% !important;
        margin-right: 4% !important;
    }

    .seo_about_committed .et_pb_column_1_3 {
        width: 39% !important;
        padding-top: 0 !important;
    }

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



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

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

    .seo_about_top_section .shape_image{
        left: -5.7vw;
        top: -5.7vw;
    }
}

@media only screen and (max-width: 980px) {
	body .seo_about_team_result .et_pb_column_1_4 {
		width: 47% !important;
		margin-right: 6% !important;
	}
    #page-container .seo_about_top_section .et_pb_blurb {
        padding: 40px !important;
    }

    .seo_about_committed .et_pb_column_1_3 {
        width: 47% !important;
    }

    .seo_about_committed .et_pb_column_2_3 {
        width: 49% !important;
        margin-right: 4% !important;
    }

    .seo_about_team_result .et_pb_column_1_2 .et_pb_promo_description h2 {
        padding-bottom: 10px !important;
        width: auto !important;
    }

    .seo_about_team_result .et_pb_column_1_2 {
        margin-right: 0 !important;
    }

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

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

    .seo_about_team_result.services_simple .et_pb_column_1_4 {
        width: 47% !important;
        margin-right: 6% !important;
        margin-bottom: 40px !important;
    }

    .seo_team .et_pb_column_4_4 .et_pb_promo h2,
    .seo_team .et_pb_column_1_4:first-child .et_pb_promo {
        text-align: center !important;
    }



    .seo_team .et_pb_column .et_pb_team_member_image {
        margin-right: 0 !important;
        width: 100% !important;
    }



    .seo_team .et_pb_column_1_4:first-child .et_pb_promo:last-child {
        padding-bottom: 7px !important;
    }

    .seo_team .et_pb_column_1_4:first-child .et_pb_promo:first-child {
        padding-bottom: 10px !important;
        margin-bottom: 26px !important;
    }


    #page-container .seo_team .et_pb_column_1_4:nth-child(2n+2){
        margin-right: 0 !important;
    }
    #page-container .seo_team .et_pb_column_1_4 {
    width: 47% !important;
    margin-right: 6% !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .seo_about_top_section .et_pb_row {
        width: 95% !important;
    }

    #page-container .seo_about_top_section .et_pb_blurb {
        padding: 30px !important;
    }

    .seo_about_committed .et_pb_column_1_3 {
        width: 100% !important;
    }

    .seo_about_committed .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .seo_about_team_result .et_pb_blurb .et_pb_blurb_container h4:after {
        line-height: 117%;

    }


}

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

    #page-container .seo_about_top_section .et_pb_row {
        width: 90% !important;
    }

    #page-container .seo_about_committed .et_pb_column_1_4:not(:last-child) {
        margin-bottom: 30px !important;
    }

    .seo_about_team_result .et_pb_column_1_4:last-child .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    .seo_about_team_result .et_pb_column_1_4 .et_pb_blurb {
        margin-bottom: 30px !important;
    }

    .seo_about_team_result .et_pb_column_1_4 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .seo_about_team_result.services_simple .et_pb_column_1_4 {
        margin-bottom: 0px !important;
    }

    .seo_about_team_result.services_simple .et_pb_column_1_4:last-child {
        margin-bottom: 50px !important;
    }

    #page-container #main-content .seo_team .et_pb_column_1_4 {
        width: 100% !important;
        max-width: 430px;
        margin: 0 auto 30px !important;
    }
}

/*********************************************************************/

.seo_about_team_result .et_pb_blurb:hover .et_pb_blurb_container,
.seo_about_committed .et_pb_blurb:hover .et_pb_blurb_description {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}

.et_pb_blurb_container h4:after {
    background-color: #00d664 !important;
}

.seo_about_committed .et_pb_blurb .et_pb_blurb_container p,
.seo_about_committed .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s;
}

/*Hover*/

.seo_about_committed .et_pb_blurb .et_pb_blurb_container h4,
.seo_about_committed .et_pb_blurb .et_pb_blurb_description p {
    transition-delay: 0.3s;
}

.seo_about_committed .et_pb_blurb_container h4:after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    margin: 10px 0 -10px;
    transition-delay: 0s;
    transition: 0.3s;
}

.seo_about_committed .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, -6px);
    transition-delay: 0s !important;
}

.seo_about_committed .et_pb_blurb_container h4:after {
    margin: 18px 0 -18px;
}

.seo_about_committed .et_pb_blurb:hover .et_pb_blurb_container h4:after {
    width: 100%;
    transition-delay: 0.3s;
}

.seo_about_committed .et_pb_blurb:hover .et_pb_blurb_description p {
    transform: translate(0, 6px);
    transition-delay: 0s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}.seo_blog .et_pb_posts .published{left:-3px;line-height:0;min-width:80px;position:absolute;top:-5px}.seo_blog .et_pb_posts .published .day{color:#00d664!important;font-size:80px;display:block;text-align:center;font-family:Roboto,Helvetica,Arial,Lucida,sans-serif!important;line-height:100%;font-weight:700}.seo_blog .et_pb_posts .published .month{font-size:18px!important;display:block;text-align:center;color:#000!important;text-transform:uppercase;font-family:Raleway,Helvetica,Arial,Lucida,sans-serif!important;font-weight:700;transform:translate(0,-40px)}.seo_blog .published>span{clear:both}.seo_blog .et_pb_posts .post-content{line-height:160%;font-weight:400!important}.seo_blog .et_pb_post{position:relative;transition-delay:.2s;-webkit-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s;overflow:hidden}.seo_blog article:nth-of-type(2n+2){margin-right:0!important}.seo_blog article{width:48%!important;margin-right:4%!important;float:left}.seo_blog article .post_info{padding-left:107px;margin-top:0;position:relative}#page-container .seo_blog .more-link{border:none;color:#fff!important;left:30%;padding:0;position:absolute;text-transform:uppercase;top:-182px;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;opacity:0;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);font-size:24px}.seo_blog .entry-title{margin-bottom:0;padding-bottom:11px}.seo_blog .entry-featured-image-url.smallheight img{height:100%;width:auto;max-width:none;left:50%;position:relative;transform:translate(-50%,0)}.seo_blog .entry-featured-image-url{overflow:hidden;border-radius:0;margin-bottom:37px}.seo_blog .entry-featured-image-url::before{background:#000;content:"";height:100%;left:0;position:absolute;top:0;width:100%;transition:all .2s;-webkit-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;opacity:0}.seo_blog .entry-featured-image-url::after{background:#fff;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);width:0;-ms-transition-delay:.4s;transition:all .2s;-webkit-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s}.seo_blog article{cursor:pointer;margin-bottom:25px;padding-top:20px}#page-container .seo_blog .et_pb_post:hover .more-link{opacity:1;left:50%;z-index:6}.seo_blog .et_pb_post:hover .entry-featured-image-url::after{width:30%;z-index:6;transition-delay:.2s;-webkit-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s}.seo_blog .et_pb_post:hover .entry-featured-image-url::before{opacity:.5;z-index:5}.seo_blog .et_pb_post::before{transition:all .2s;-webkit-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;content:'';position:absolute;left:50%;bottom:-30px;width:10%;height:5px;background:#512da8;display:block;opacity:0}.seo_blog .et_pb_post:hover::before{opacity:1;left:0;width:100%}#page-container .seo_blog .et_pb_post .entry-featured-image-url img,#page-container .seo_blog .et_pb_post .post-meta,.seo_blog article .published .day,.seo_blog article .published .month{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s}.seo_blog article:hover .published .day,.seo_blog article:hover .published .month{transform:translate(0,-20px)}@media only screen and (max-width:1390px){#page-container .seo_blog .more-link{top:-160px}}@media only screen and (max-width:980px){#page-container .seo_blog .more-link{top:-135px;font-size:20px}}@media only screen and (max-width:767px){.seo_blog article{width:100%!important;margin-right:0!important}#page-container .seo_blog .more-link{top:-163px}}@media only screen and (max-width:480px){#page-container .seo_blog .more-link{top:-128px}.seo_blog .et_pb_post:hover .entry-featured-image-url::after{width:26%}}#page-container .blog_page_newsletter{padding:50px 0!important}.blog_page_newsletter .et_pb_newsletter p label{display:block!important;position:absolute;width:100%;text-align:left;pointer-events:none;top:50%;transform:translate(0,-50%);padding-left:20px;color:#fff;font-size:16px;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog_page_newsletter .et_pb_newsletter{width:100%;padding:0!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form .et_pb_newsletter_fields{flex-wrap:unset}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form{display:block!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form p input{padding:20px 20px!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form p{position:relative;padding-bottom:0!important;display:inline-block;flex-basis:unset!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form p:last-child{width:22%}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form p{width:37%;margin-right:2.1%}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_button span.et_pb_newsletter_button_text{width:100%;display:inline-block;top:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_button:after{display:none!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_button:hover{opacity:.5}.blog_page_newsletter .et_pb_newsletter .filled label,.blog_page_newsletter .et_pb_newsletter p input:focus+label{-webkit-transform:translate3d(0,-240%,0);transform:translate3d(0,-240%,0);padding-left:0}.blog_page_newsletter .et_pb_newsletter .filled input,.blog_page_newsletter .et_pb_newsletter input:focus{color:#fff!important;font-size:16px;font-weight:400;box-shadow:inset 0 0 1px #9b9b9b}.blog_page_newsletter .et_pb_newsletter input::-webkit-input-placeholder{font-size:0!important}.blog_page_newsletter .et_pb_newsletter input::-moz-placeholder{font-size:0!important}.blog_page_newsletter .et_pb_newsletter input:-ms-input-placeholder{font-size:0!important}.blog_page_newsletter .et_pb_newsletter input:-moz-placeholder{font-size:0!important}.blog_page_newsletter .et_pb_feedburner_form form{width:100%!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:nth-child(2){margin-right:0!important;height:100%}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p button.et_pb_newsletter_button{position:static!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:first-child{width:62%!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p{width:35.3%;margin-right:2%;vertical-align:top}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form[data-service=aweber] p:nth-child(4){width:22%!important;margin-right:0!important}.blog_page_newsletter .et_pb_newsletter_result h2{color:#14bf0a!important}.blog_page_newsletter .et_pb_newsletter_result{text-align:right!important;width:100%!important;color:#14bf0a!important}.blog_page_newsletter .et_pb_newsletter_form[data-service=aweber] .et_pb_newsletter_result{font-size:16px;padding:10px 10px 10px 0}@media only screen and (max-width:980px){.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form{padding-left:0!important}.blog_page_newsletter .et_pb_column{width:100%!important;margin-right:0!important}.blog_page_newsletter .et_pb_promo .et_pb_promo_description h2{padding-bottom:10px!important}}@media only screen and (max-width:767px){body .blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form p{margin-bottom:20px}.blog_page_newsletter .et_pb_column_2_3{padding:0!important}.blog_page_newsletter .et_pb_newsletter{padding-top:10px!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form .et_pb_newsletter_fields{display:block}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form p,.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:first-child{width:100%!important;margin-right:0!important;margin-bottom:40px}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form{display:block!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form p:last-child,.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:nth-child(2),.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form[data-service=aweber] p:nth-child(4){width:100%!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form.et_pb_feedburner_form p:nth-child(2),.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_form[data-service=aweber] p:nth-child(4){margin-bottom:0!important}.blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_button span.et_pb_newsletter_button_text{display:inline-block;top:auto;left:auto;position:relative;transform:translate(0,0)}#page-container .blog_page_newsletter .et_pb_newsletter .et_pb_newsletter_button{height:auto;position:static;width:100%;padding:18px 10px!important}}
.seo-case-study-brief-background .et_pb_column:first-child {
    padding: 3.6% 6.3vw 0 19.1% !important;
}

.seo-case-study-brief-background .et_pb_blurb_container {
    padding-left: 21px !important;
    padding-right: 1vw !important;
}

.seo-case-study-brief-background .et_pb_blurb {
    cursor: pointer;
}

.seo-case-study-brief-background .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}



@media only screen and (min-width: 1930px) {
    #page-container .seo_case_study_top_section .et_pb_column_2_3 {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 1700px) {
    .seo-case-study-brief-background .et_pb_column:first-child {
        padding-left: 7% !important;
    }
}

@media only screen and (max-width: 1390px) {
    #page-container .seo_case_study_top_section .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }

    .seo-case-study-brief-background .et_pb_column:first-child {
        padding: 0% 1vw 0 3vw !important;
    }

    .seo-case-study-brief-background .et_pb_column .et_pb_image {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .seo_case_study_top_section .et_pb_blurb:first-child {
        border: none !important;
    }

    #page-container .seo_case_study_top_section .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }

    #page-container .seo_case_study_top_section .et_pb_button_wrapper,
    #page-container .seo_case_study_top_section .et_pb_promo_description {
        text-align: center !important;
    }

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

    #page-container .seo_case_study_top_section .et_pb_promo_description h2 {
        padding-bottom: 15px !important;
        width: 100%;
    }

    .seo-case-study-brief-background .et_pb_column:last-child {
        padding-left: 10% !important;
    }

    .seo-case-study-brief-background .et_pb_column:first-child {
        padding: 0% 10% !important;
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .seo_case_study_top_section .et_pb_row{
        width: 90% !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .seo_case_study_top_section .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .seo_case_study_top_section .et_pb_blurb {
        width: 100% !important;
        margin-bottom: 30px !important;
        border: 0 !important;
    }

    .seo-case-study-brief-background .et_pb_blurb:last-child {
        margin-top: 30px !important;
    }

    .seo-case-study-brief-background .et_pb_main_blurb_image {
        display: block;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .seo-case-study-brief-background .et_pb_blurb_container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #page-container .seo-case-study-brief-background .et_pb_row {
        width: 100% !important;
    }
}


.seo_case_study_top_section .et_pb_blurb:hover .et_pb_blurb_container{
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}

.seo-case-study-brief-background .et_pb_blurb .et_pb_blurb_container h4,
.seo_case_study_top_section .et_pb_blurb .et_pb_main_blurb_image,
.seo_case_study_top_section .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s;
}

.seo-case-study-brief-background .et_pb_blurb .et_pb_blurb_description {
    transition-delay: 0.3s !important;
    transition: 0.3s;
}

.seo-case-study-brief-background .et_pb_blurb_container h4:after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    margin: 10px 0 -10px;
    transition-delay: 0s !important;
    transition: 0.3s;
}

.seo-case-study-brief-background .et_pb_blurb_container h4:after {
    margin: 13px 0 -13px;
}

.seo_case_study_top_section .et_pb_blurb_container h4:before {
    display: block;
    content: "";
    width: 0;
    max-width: 150px;
    height: 2px;
    margin: 10px auto -10px;
    transition-delay: 0s;
    background-color: #00d664;
    transition: 0.3s;
    transform: translate(0, -20px);
}

.seo-case-study-brief-background .et_pb_blurb:hover .et_pb_blurb_container h4:after,
.seo_case_study_top_section .et_pb_blurb:hover .et_pb_blurb_container h4:before{
    width: 100%;
    transition-delay: 0.3s !important;
}

.seo-case-study-brief-background .et_pb_blurb:hover .et_pb_blurb_description {
    transform: translate(0, 6px);
    transition-delay: 0s !important;
}

.seo-case-study-brief-background .et_pb_blurb .et_pb_blurb_container h4 {
    transition-delay: 0.3s !important;
}
.seo-case-study-brief-background .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transition-delay: 0s !important;
    transform: translate(0, -6px);
}


.seo_case_study_top_section .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, 6px);
}

.seo_case_study_top_section .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translate(0, -6px);
}


@-webkit-keyframes fadeIn {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}.seo-contact-top-section .et_pb_main_blurb_image .et-pb-icon {
    border-width: 1px !important;
    padding: 23px !important;
}

.seo-contact-top-section .et_pb_blurb_description a:hover{
    opacity: 0.5;
}
.seo-contact-top-section .et_pb_blurb_description a {
    color: inherit !important;
}

.seo-contact-top-section .et_pb_blurb_description p {
    padding: 0 !important;
}

/*Hover*/
.seo-contact-top-section .et_pb_blurb {
    cursor: pointer;
    transition: 0.3s;
}

.seo-contact-top-section .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon,
.seo-contact-top-section .et_pb_blurb h4 strong {
    transition: 0.3s;
}

.seo-contact-top-section .et_pb_blurb:hover:after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
}

.seo-contact-top-section .et_pb_blurb:hover .et_pb_blurb_container h4{
    border-color: #00d664;
}

.seo-contact-top-section .et_pb_blurb:hover .et_pb_main_blurb_image .et-pb-icon {
    transform: scale(1.1);
}

.seo-contact-top-section .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 0.2s infinite;
    animation: fadeIn 0.2s infinite;
    animation-iteration-count: 1;
}



/*Contact Form*/


.seo_contact_form .et_pb_contact_form {
    margin-left: 0 !important;
}

.seo_contact_form .et_pb_contact_form .et_pb_contact_field {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 32px !important;
}

.seo_contact_form .et_pb_contact_form .et_pb_contact_field_half.et_pb_contact_field_last {
    margin-right: 0 !important;
}

.seo_contact_form .et_pb_contact_form .et_pb_contact_field_half {
    width: 48.5% !important;
    margin-right: 2.5% !important;
}

.seo_contact_form .et_pb_contact_form .et_contact_bottom_container {
    margin-top: -3px !important;
    width: 100%;
    text-align: left;
    overflow: visible;
}

.seo_contact_form p[data-type="checkbox"] label {
    font-size: 16px !important;
}
.seo_contact_form p:not([data-type="checkbox"]) .et_pb_contact_form_label {
    display: block;
    font-size: 0;
    margin-bottom: -5px;
    position: relative;
    color: #a7a7a7;
}

.seo_contact_form p:not([data-type="checkbox"])[data-id="message"] .et_pb_contact_form_label:after {
    height: 2px;
}
.seo_contact_form p:not([data-type="checkbox"]) .et_pb_contact_form_label:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a7a7a7;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -7px;
    transform: translate(0, 45px);
    opacity: 0.2 !important;
}

.seo_contact_form .et_pb_contact_form_label:before {
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.seo_contact_form .et_pb_contact_form_label[for^="et_pb_contact_name"]:before {
    content: 'First and last name';
}

.seo_contact_form .et_pb_contact_form_label[for^="et_pb_contact_email"]:before {
    content: 'Email Address here';
}

.seo_contact_form .et_pb_contact_form_label[for^="et_pb_contact_phone number"]:before {
    content: 'Your phone number here';
}

.seo_contact_form .et_pb_contact_form_label[for^="et_pb_contact_company"]:before {
    content: 'Your company here';
}

.seo_contact_form .et_pb_contact_form_label[for^="et_pb_contact_message"]:before {
    content: 'Tell us your idea';
    transform: translate(0, -178px);
}

.seo_contact_form .et_pb_promo .et_pb_promo_description p {
    max-width: 390px;
    line-height: 150%;
    padding-bottom: 1px;
}

.seo_contact_form .et_pb_contact_form p {
    overflow: visible;
}


.seo_contact_form .et_pb_contact_form p textarea,
.seo_contact_form .et_pb_contact_form p input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.seo_contact_form .et_pb_contact_form p.filled textarea,
.seo_contact_form .et_pb_contact_form p.focus textarea,
.seo_contact_form .et_pb_contact_form p.filled input,
.seo_contact_form .et_pb_contact_form p.focus input {
    transform: translate(0, 15px);
}

.seo_contact_form .et_pb_contact_form p.filled .et_pb_contact_form_label:before,
.seo_contact_form .et_pb_contact_form p.focus .et_pb_contact_form_label:before {
    transform: translate(0, 20px);
}

.seo_contact_form .et_pb_contact_form p.filled .et_pb_contact_form_label[for="et_pb_contact_message_4"]:before,
.seo_contact_form .et_pb_contact_form p.focus .et_pb_contact_form_label[for="et_pb_contact_message_4"]:before {
    transform: translate(0, 20px);
}

.seo_contact_form .et_pb_contact_form p.filled .et_pb_contact_form_label:after,
.seo_contact_form .et_pb_contact_form p.focus .et_pb_contact_form_label:after {
    transform: translate(0, 23px);
}

.seo_contact_form .et_pb_contact_form p:not(.et_pb_contact_field_half ) {
    clear: both;
}

.seo_contact_form .et_pb_contact_form textarea::-webkit-input-placeholder,
.seo_contact_form .et_pb_contact_form input::-webkit-input-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}

.seo_contact_form .et_pb_contact_form textarea::-moz-placeholder,
.seo_contact_form .et_pb_contact_form input::-moz-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}

.seo_contact_form .et_pb_contact_form textarea:-ms-input-placeholder,
.seo_contact_form .et_pb_contact_form input:-ms-input-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}

.seo_contact_form .et_pb_contact_form textarea:-moz-placeholder,
.seo_contact_form .et_pb_contact_form input:-moz-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}

/*Error*/

.seo_contact_form .et_pb_contact_form_container .et-pb-contact-message ul {
    padding-bottom: 12px !important;
}

.seo_contact_form .et_pb_contact_form p textarea.et_contact_error,
.seo_contact_form .et_pb_contact_form p input.et_contact_error {
    padding-left: 15px !important;
    border: 1px solid #f00 !important;
}

.seo_contact_form .et_pb_contact_form p textarea.et_contact_error + .et_pb_contact_form_label[for="et_pb_contact_message_4"]:before {
    transform: translate(0, 20px);
}

.seo_contact_form textarea.et_contact_error + .et_pb_contact_form_label:after {
    transform: translate(0, 52px);
}






@media only screen and (max-width: 1390px) {
    #page-container .seo-contact-top-section .et_pb_row {
        width: 90% !important;
    }
}


@media only screen and (max-width: 980px) {
    #page-container .seo-contact-top-section .et_pb_blurb {
        padding: 40px !important;
    }

    .seo_contact_form .et_pb_contact_form textarea::-webkit-input-placeholder,
    .seo_contact_form .et_pb_contact_form input::-webkit-input-placeholder {

        font-size: 26px !important;
    }

    .seo_contact_form .et_pb_contact_form textarea::-moz-placeholder,
    .seo_contact_form .et_pb_contact_form input::-moz-placeholder {
        font-size: 26px !important;
    }

    .seo_contact_form .et_pb_contact_form textarea:-ms-input-placeholder,
    .seo_contact_form .et_pb_contact_form input:-ms-input-placeholder {
        font-size: 26px !important;
    }

    .seo_contact_form .et_pb_contact_form textarea:-moz-placeholder,
    .seo_contact_form .et_pb_contact_form input:-moz-placeholder {
        font-size: 26px !important;
    }
}

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

    #page-container .seo-contact-top-section .et_pb_row {
        width: 95% !important;
    }

    #page-container .seo-contact-top-section .et_pb_blurb {
        padding: 30px !important;
    }

    .seo_contact_form .et_pb_contact_form .et_pb_contact_field_half {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .seo_contact_form .et_pb_contact_form textarea::-webkit-input-placeholder,
    .seo_contact_form .et_pb_contact_form input::-webkit-input-placeholder {

        font-size: 22px !important;
    }

    .seo_contact_form .et_pb_contact_form textarea::-moz-placeholder,
    .seo_contact_form .et_pb_contact_form input::-moz-placeholder {
        font-size: 22px !important;
    }

    .seo_contact_form .et_pb_contact_form textarea:-ms-input-placeholder,
    .seo_contact_form .et_pb_contact_form input:-ms-input-placeholder {
        font-size: 22px !important;
    }

    .seo_contact_form .et_pb_contact_form textarea:-moz-placeholder,
    .seo_contact_form .et_pb_contact_form input:-moz-placeholder {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .seo-contact-top-section .et_pb_row {
        width: 90% !important;
    }
}

.seo_content_page .et_pb_column_1_3 p a:hover {
    opacity: 0.8;
}

.seo_content_page .et_pb_column_1_3 p a {
    color: inherit;
}

.seo_content_page .et_pb_column_1_3 p {
    padding-bottom: 0 !important;
}

.seo_content_page .et_pb_column_2_3 .et_pb_blurb_container p:last-child {
    padding-bottom: 0 !important;
}

.seo_content_page .et_pb_column_2_3 .et_pb_blurb_container p {
    padding-bottom: 27px !important;
}

.seo_content_page .et_pb_column_2_3 img {
    display: block;
    width: 100%;
}

.seo_content_page .et_pb_column_2_3 {
    width: 59.9% !important;
    margin-right: 8% !important;
}

.seo_content_page .et_pb_column_1_3 {
    width: 32.1% !important;
}

/*Headings*/
.seo_content_page .et_pb_column_2_3 p:last-child {
    padding-bottom: 0 !important;
}

.seo_content_page .et_pb_column_2_3 p {
    padding-bottom: 30px !important;
}


/*List Style*/
.seo-sidebar-list li::after, .seo-sidebar-list li::before {
    font-family: ETmodules;
    overflow: hidden;
    transition: all .3s ease 0s
}

.seo-sidebar-list ul {
    padding: 0
}

.seo-sidebar-list li a {
    display: inline-block;
    padding-left: 29px
}

.seo-sidebar-list li {
    list-style: none;
    margin-bottom: 22px
}


.seo-sidebar-list li a, .seo-sidebar-list li::after, .seo-sidebar-list li::before {
    transition: all .3s ease 0s
}

.seo-sidebar-list li:hover a {
    padding-left: 0
}

.seo-sidebar-list li::after, .seo-sidebar-list li::before {
    content: "5";
    position: absolute
}

.seo-sidebar-list li::after {
    margin-left: 5px;
    opacity: 0;
    transform: translate(-100%, 0)
}

.seo-sidebar-list li:hover::before {
    opacity: 0;
    transform: translate(100%, 0)
}

.seo-sidebar-list li:hover::after {
    opacity: 1;
    transform: translate(0, 0)
}


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

    .seo_content_page .et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: 20px !important;
    }
}


@media only screen and (max-width: 767px) {
    .seo-content_page_top_section .et_pb_column_1_2:first-child {
        margin-bottom: 15px !important;
    }

    .seo-content_page_top_section .et_pb_column_1_2 {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .seo_content_page .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 50px !important;
    }

    .seo_content_page .et_pb_column_1_3 {
        width: 100% !important;
    }
}footer#main-footer{display:none !important}#page-container .seo_footer .et_pb_social_media_follow a:before,.seo_footer a{color:inherit !important;display:inline-block}.seo_footer a:hover{opacity:.5 !important}.seo_footer .footer_menu p{padding:0 !important}.seo_footer .footer_menu a{margin-bottom:1em !important;display:block !important}.seo_footer .et_pb_column_1_4:first-child p:last-child,body.et-fb .seo_footer .et_pb_column_1_4.et-first-child p:last-child{padding-bottom:0 !important}.seo_footer .et_pb_column_1_4:first-child p,body.et-fb .seo_footer .et_pb_column_1_4.et-first-child p{padding-bottom:23px !important}.seo_footer .et_pb_column_1_4:first-child,body.et-fb .seo_footer .et_pb_column_1_4.et-first-child{width:53.5% !important;margin-right:5% !important}.seo_footer .et_pb_column_1_4{width:14.7% !important;margin-right:2% !important}.seo_footer .et_pb_column_1_4:last-child,body.et-fb .seo_footer .et_pb_column_1_4.et-last-child{width:8% !important}@media only screen and (max-width:1390px){.seo_footer .et_pb_column_1_4:first-child{width:33% !important;margin-right:3% !important}.seo_footer .et_pb_column_1_4{width:20% !important;margin-right:2% !important}.seo_footer .et_pb_column_1_4:last-child,body.et-fb .seo_footer .et_pb_column_1_4.et-last-child{width:20% !important}.seo_footer .et_pb_column_1_2:first-child,body.et-fb .seo_footer .et_pb_column_1_2.et-first-child{width:30% !important;margin-right:2% !important}.seo_footer .et_pb_column_1_2:last-child,body.et-fb .seo_footer .et_pb_column_1_2.et-last-child{width:68% !important}}@media only screen and (max-width:980px){#page-container .seo_footer .et_pb_column_1_2 .et_pb_social_media_follow,#page-container .seo_footer .et_pb_column_1_2 .et_pb_text{text-align:center !important}.seo_footer .et_pb_column_1_4 h2{padding-bottom:20px !important}#page-container .seo_footer .et_pb_column_1_4:first-child .et_pb_promo{max-width:100% !important}#page-container .seo_footer .et_pb_column_1_4:first-child{width:100% !important;margin-right:0 !important}#page-container .seo_footer .et_pb_column_1_4:last-child,body.et-fb .seo_footer .et_pb_column_1_4.et-last-child{margin-right:0 !important;width:27% !important}#page-container .seo_footer .et_pb_column_1_4{width:33% !important;margin-right:3.5% !important}.seo_footer .et_pb_column_1_2:first-child,body.et-fb .seo_footer .et_pb_column_1_2.et-first-child{width:100% !important;margin-right:0 !important}.seo_footer .et_pb_column_1_2:last-child,body.et-fb .seo_footer .et_pb_column_1_2.et-last-child{width:100% !important}}@media only screen and (max-width:767px){.seo_footer .et_pb_row:last-child .et_pb_text a{display:inline-block}}@media only screen and (max-width:480px){.seo_footer div,.seo_footer p, .seo_footer .footer_menu a{text-align:center !important;}#page-container .seo_footer .et_pb_column_1_4:last-child,#page-container .seo_footer .et_pb_column_1_4,body.et-fb .seo_footer .et_pb_column_1_4.et-last-child{width:100% !important;margin-right:0 !important}#page-container .seo_footer .et_pb_column .et_pb_promo,#page-container .seo_footer .et_pb_column .et_pb_promo h2{text-align:center !important}#page-container .seo_footer .et_pb_column_1_4{margin-bottom:30px !important}#page-container .seo_footer .et_pb_column_1_4:last-child,body.et-fb .seo_footer .et_pb_column_1_4.et-last-child{padding-bottom:0 !important}}
.et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image {
    display: block;
}


/*Home Banner*/

.seo_home_banner .et_pb_blurb:hover:before,
.seo_home_banner .et_pb_blurb:hover:after {
    transform: scale(1.1);
}

.seo_home_banner a.et_pb_button:hover {
    transition: 0.6s !important;
}

/*Home Marketing Section*/

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

.seo_home_marketing_section .et_pb_column_1_4 {
    width: 23% !important;
    margin-right: 2.5% !important;
}

.seo_home_marketing_section .et_pb_column_1_2 {
    margin-right: 2.6% !important;
}

.seo_home_marketing_section .et_pb_blurb .et_pb_blurb_container h4:after {
    display: inline-block !important;
    content: "$";
    font-family: "ETmodules" !important;
    float: left;
    line-height: 100%;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
    background: transparent !important;
}

.seo_home_marketing_section .et_pb_blurb .et_pb_blurb_container h4 {
    position: relative;
}

.seo_home_marketing_section .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s !important;
}

.seo_home_marketing_section .et_pb_blurb:hover .et_pb_blurb_container h4:after {
    width: 24px !important;
}

.seo_home_marketing_section .et_pb_blurb:hover .et_pb_blurb_container h4 {
    padding-left: 30px !important;
}

.seo_home_marketing_section.services_simple .et_pb_column_1_2 {
    width: 34% !important;
    margin-right: 8.5% !important;
}

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

.seo_home_marketing_section.services_simple .et_pb_column_1_4 {
    width: 24% !important;
    margin-right: 7.5% !important;
}

/*Home Services Section*/

.seo_home_services .et_pb_blurb {
    cursor: pointer;
    overflow: hidden;
}

.seo_home_services .et_pb_blurb .et_pb_blurb_container ul {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    padding-left: 0;
    line-height: 190%;
    opacity: 0;
    transform: translate(0, 20px)
}

.seo_home_services .et_pb_blurb .et_pb_blurb_container ul li {
    list-style: none !important
}

.seo_home_services .et_pb_blurb .et_pb_blurb_container h4,
.seo_home_services .et_pb_blurb .et_pb_blurb_container ul,
.seo_home_services .et_pb_blurb .et_pb_blurb_content,
.seo_home_services .et_pb_blurb .et_pb_main_blurb_image {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.seo_home_services .et_pb_blurb:hover .et_pb_blurb_content {
    background-color: rgba(235, 235, 235, .7)
}

.seo_home_services .et_pb_blurb:hover .et_pb_blurb_container ul {
    opacity: 1;
    transform: translate(0, 0)
}

.seo_home_services .et_pb_blurb:hover .et_pb_main_blurb_image {
    padding-top: 216px;
    margin-bottom: -12px !important
}

.seo_home_services .et_pb_blurb:hover .et_pb_blurb_container h4 {
    opacity: 0;
    height: 0;
    padding: 0
}

/*Home Blurbs Section*/

.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container h4 {
    position: relative;
}

.seo_home_blurbs_section .et_pb_column_1_3:hover .et_pb_blurb:after,
.seo_home_blurbs_section .et_pb_column_1_3:hover .et_pb_blurb:before {
    transition-delay: 0.3s !important;
    width: 50%;
}

.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container h4,
.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb img,
.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container p {
    transition-delay: 0.3s !important;
}

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

.seo_home_blurbs_section .et_pb_column_1_3:hover .et_pb_blurb img {
    transform: translateY(-5px);
    transition-delay: 0s !important;
}

.seo_home_blurbs_section .et_pb_column_1_3:hover .et_pb_blurb .et_pb_blurb_container h4 {
    transform: translateY(-10px);
    transition-delay: 0s !important;
}

.seo_home_blurbs_section .et_pb_column_1_3:hover .et_pb_blurb .et_pb_blurb_container p {
    transform: translateY(5px);
    transition-delay: 0s !important;
}

.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container,
.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_main_blurb_image a {
    position: relative;
    z-index: 3;
}

.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    max-width: 74px;
    margin: 0 auto 0;
}

.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container h4,
.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_blurb_container p,
.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_main_blurb_image img,
.seo_home_blurbs_section .et_pb_column_1_3 .et_pb_blurb .et_pb_main_blurb_image:after {
    -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_home_blurbs_section .et_pb_column_1_3:hover .et_pb_blurb .et_pb_main_blurb_image img {
    filter: grayscale(0);
}

/*Home Testimonials*/

.home_testimonials .et-pb-controllers a:hover,
.home_testimonials .et-pb-controllers a.et-pb-active-control {
    background-color: #c9c9c9 !important;
}

.home_testimonials .et-pb-controllers a {
    width: 11px;
    height: 11px;
    background-color: transparent !important;
    border: 2px solid #c9c9c9;
}

.home_testimonials .et_pb_slide_content h4 {
    padding-bottom: 3px;
    font-weight: 700;
    color: #000 !important;
}

.home_testimonials .et_pb_slide {
    background: transparent !important;
}

.home_testimonials .et_pb_slide_image img {
    border-radius: 50%;
}

/*Home Pricing*/

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

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

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

/*Pricing 1*/
.seo_home_pricing_tables .et_pb_pricing_table {
    padding: 3.3vw 3.5vw 3.6vw !important;
}

.seo_home_pricing_tables .et_pb_pricing_table.et_pb_featured_table {
    padding: 4vw 3.5vw 4.6vw !important;
}

.seo_home_pricing_tables .et_pb_pricing_table:not(.et_pb_featured_table ) {
    margin-top: 13px !important;
}

.seo_home_pricing_tables .et_pb_button_wrapper {
    padding: 0 0.4vw !important;
}

/*Home Logos*/




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

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

/*.shapes_images_section*/

#page-container .entry-content{
    overflow: hidden;
    position: relative;
}

#page-container .shapes_images_section .inViewPort{
    -webkit-animation: hideImage 3s infinite; /* Safari 4.0 - 8.0 */
    animation: hideImage 3s infinite;
    animation-iteration-count: 1;
}

@keyframes hideImage {
    from {opacity: 1}
    50% {opacity: 0}
    to {opacity: 1}
}

/* Responsive */

@media only screen and (min-width: 1930px) {

    .seo_home_pricing_tables .et_pb_pricing_table.et_pb_featured_table {
        padding: 64px 40px !important;
    }

    .seo_home_pricing_tables .et_pb_pricing_table {
        padding: 40px !important;
    }

    .seo_home_pricing_tables .et_pb_pricing_table:not(.et_pb_featured_table ) {
        margin-top: 23px !important;
    }

    .seo_home_banner .et_pb_column_1_3 .et_pb_blurb{
        padding: 50px !important;
    }
}

@media only screen and (min-width: 768px) {
    .seo_home_services .et_pb_blurb .et_pb_blurb_content {
        min-height: 470px
    }

    .seo_home_services .et_pb_blurb:hover .et_pb_blurb_container h4 {
        transform: translate(0, 180px)
    }

    .seo_home_services .et_pb_blurb:hover .et_pb_main_blurb_image {
        transform: translate(0, 150px);
        padding-top: 36px
    }
}

@media only screen and (max-width: 1390px) {
    .seo_home_marketing_section .et_pb_row {
        width: 90% !important;
    }

    .home_testimonials .et_pb_slider .et-pb-controllers {
        bottom: 20px !important;
    }

    .seo_home_banner {
        margin-bottom: 4vw;
    }

    .seo_home_banner .et_pb_row:last-child {
        width: 90% !important;
        margin-bottom: -14vw !important;
        display: flex;
    }

    .seo_home_banner .et_pb_row:last-child .et_pb_blurb {
        height: 100% !important;
    }

    .home_testimonials .shape_image{
        left: 27%;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .home_testimonials .et_pb_row {
        width: 90% !important;
    }

    .home_testimonials .et_pb_number_counter h3 {
        padding-top: 12px !important;
    }

    .home_testimonials .et_pb_number_counter .percent p {
        font-size: 52px !important;
    }

    .seo_home_logos .et_pb_column_1_3 .et_pb_text:first-child p{
        font-size: 40px !important;
        line-height: 100% !important;
    }
}

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

    #page-container .seo_home_banner .et_pb_promo_description {
        padding-bottom: 20px !important;
    }

    #page-container .seo_home_banner .et_pb_promo_description h2 {
        padding-bottom: 10px;
    }

    .seo_home_marketing_section .et_pb_column_1_2 .et_pb_promo_description h2 {
        padding-bottom: 10px !important;
    }

    .seo_home_marketing_section .et_pb_column_1_2 {
        margin-right: 0 !important;
    }

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

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

    .seo_home_marketing_section.services_simple .et_pb_column_1_4 {
        width: 47% !important;
        margin-right: 6% !important;
        margin-bottom: 40px !important;
    }

    .seo_home_services .et_pb_row:last-child .et_pb_column:last-child {
        margin-right: 0 !important
    }

    .seo_home_services .et_pb_row:last-child .et_pb_column {
        width: 32% !important;
        margin-right: 2% !important
    }

    #page-container .home_testimonials .et_pb_slider .et_pb_slide_description {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 60px !important;
    }

    #page-container .home_testimonials .et_pb_slider .et_pb_slide_image {
        margin: 0 auto 20px !important;
    }

    .home_testimonials .et_pb_column_1_4:after {
        display: none !important;
    }

    .home_testimonials .et_pb_number_counter {
        display: block !important;
    }

    .home_testimonials .et_pb_number_counter h3 {
        text-align: center !important;
        padding-left: 0 !important;
        display: block !important;
    }

    .home_testimonials .et_pb_number_counter .percent {
        height: auto;
        display: block !important;
        text-align: center !important;
    }

    .home_testimonials .et_pb_number_counter .percent p {
        text-align: center !important;
    }

    .seo_home_pricing_tables .et_pb_pricing_table:last-child {
        margin-bottom: 0 !important;
    }

    .seo_home_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;
    }

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

    .seo_home_pricing_tables .et_pb_pricing_content {
        height: auto !important;
    }

    .seo_home_pricing_tables .et_pb_promo_description h2 {
        padding-bottom: 30px !important;
    }

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

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

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


    .seo_home_banner .et_pb_row:last-child .et_pb_column:last-child{
        margin-right: 0 !important;
    }
    .seo_home_banner .et_pb_row:last-child .et_pb_column{
        width: 32% !important;
        margin-right: 2% !important;
        margin-bottom: 0 !important;
    }

    .seo_home_banner .et_pb_row:last-child .et_pb_blurb {
        padding: 30px !important;
        height: 100% !important;
    }


    #page-container .shapes_images_section{
        display: none !important;
    }


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

@media only screen and (max-width: 980px) and (min-width: 768px) {
    .seo_home_services .et_pb_blurb .et_pb_blurb_content {
        min-height: 440px
    }

    .seo_home_services .et_pb_blurb .et_pb_blurb_container ul li {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) {
    .seo_home_marketing_section .et_pb_blurb .et_pb_blurb_container h4:after {
        line-height: 117%;
    }

    .seo_home_services .et_pb_row:last-child .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important
    }

    .seo_home_services .et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: -25px !important
    }

    .seo_home_pricing_tables .et_pb_pricing_table.et_pb_featured_table,
    .seo_home_pricing_tables .et_pb_pricing_table {
        padding: 40px !important;
    }

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

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

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

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

    .seo_home_banner .et_pb_row:last-child{
        display: block !important;
        margin-bottom: 0 !important;
    }

    .seo_home_banner .et_pb_row:last-child .et_pb_column {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 10px !important;
    }

    .seo_home_banner {
        margin-bottom: 0;
        padding-bottom: 40px !important;
    }

    .home_testimonials .shape_image{
        left: 15%;
    }
}

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

    .seo_home_banner .et_pb_button {
        width: 100% !important;
        text-align: center;
    }

    body #page-container .seo_home_banner .et_pb_button:hover,
    body .seo_home_banner .et_pb_button {
        margin-left: 0 !important;
    }

    body .seo_home_banner .et_pb_button_alignment_right {
        margin-bottom: 20px !important;
    }

    .seo_home_marketing_section .et_pb_column_1_4:last-child .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    .seo_home_marketing_section .et_pb_column_1_4 .et_pb_blurb {
        margin-bottom: 30px !important;
    }

    .seo_home_marketing_section .et_pb_column_1_4 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .seo_home_marketing_section.services_simple .et_pb_column_1_4 {
        margin-bottom: 0px !important;
    }

    .seo_home_marketing_section.services_simple .et_pb_column_1_4:last-child {
        margin-bottom: 50px !important;
    }

    .seo_home_pricing_tables .et_pb_pricing_table.et_pb_featured_table,
    .seo_home_pricing_tables .et_pb_pricing_table {
        padding: 25px !important;
    }

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

    .home_testimonials .shape_image{
        left: 0;
    }

    .seo_home_marketing_section .et_pb_column_1_4 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

.seo_home_marketing_section .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}.seo_how_we_work_result{
    counter-reset: section
}

.seo_how_we_work_result .et_pb_row:first-child .et_pb_column .et_pb_promo_description p {
    font-weight: 300;
    margin-left: 18vw;
    margin-top: -51px
}

.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo_description {
    z-index: 8;
    position: static;
}

.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo_description:after {
    z-index: 0;
    content: '+'!important;
    font-family: sans-serif!important;
    font-weight: 900;
    transform: rotate(-45deg) scale(0);
    font-size: 90px;
    position: absolute;
    left: -3px;
    top: -32px;
    color: #00d664;
    background-color: rgba(245,245,245,0);
    transform-origin: 50% 50%;
    width: 59px;
    height: 59px;
    line-height: 54px;
}

.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo:hover .et_pb_promo_description:after {
    transform: rotate(45deg) scale(1.5);
}

.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo:after,
.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo_description h2,
.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo_description p,
.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo_description:after,
.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo_description:before,
.seo_how_we_work_result .et_pb_row:last-child .et_pb_column:last-child:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo:hover:after {
    transform: translate(0, 0);
    opacity: 1
}



.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo .et_pb_promo_description h2 {
    display: inline-block;
    position: relative
}

.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo:hover .et_pb_promo_description h2,
.seo_how_we_work_result .et_pb_row:last-child .et_pb_column .et_pb_promo:hover .et_pb_promo_description p {
    -webkit-animation: fadeIn 1s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}


/*Video Section*/


.seo_we_work_video .et_pb_newsletter_form p {
    padding: 0 !important;
    width: 25.6%;
    float: left;
    margin-right: 3.2%;
    position: relative;
}

.seo_we_work_video .et_pb_newsletter_form p:last-of-type {
    width: 13.6% !important;
    margin-right: 0 !important;
}


.seo_we_work_video .et_pb_newsletter_form p:not(.filled):not(.focus) input {
    color: transparent !important;
}


.seo_we_work_video .et_pb_newsletter p label {
    display: block !important;
    position: absolute;
    min-width: 100%;
    text-align: left;
    pointer-events: none;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 20px;
    color: rgba(167, 167, 167, 0.5);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.seo_we_work_video .et_pb_newsletter p.filled label,
.seo_we_work_video .et_pb_newsletter p.focus label {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}

.seo_we_work_video .et_pb_main_blurb_image a span{
    transition: 0.3s !important;
}
.seo_we_work_video .et_pb_main_blurb_image a:hover span{
    transform: scale(1.1) !important;
}



@media only screen and (min-width: 1930px) {
    .seo_we_work_video .et_pb_newsletter_form p:not(.filled):not(.focus) input {
        padding: 16px 100px 17px 18px !important;
    }
}

@media only screen and (max-width: 1390px) {
    .seo_how_we_work_result .et_pb_row{
        width: 90% !important;
    }
}
@media only screen and (max-width: 980px) {
    .seo_how_we_work_result .et_pb_row:nth-child(2):before {
        display: none
    }

    .seo_how_we_work_result .et_pb_row:first-child .et_pb_column .et_pb_promo .et_pb_promo_description h2 {
        margin-left: -20px !important
    }

    .seo_how_we_work_result .et_pb_row:first-child .et_pb_column .et_pb_promo_description p {
        margin-left: 18vw;
        margin-top: -31px;
        font-size: 30px
    }

    .seo_how_we_work_result .et_pb_row:last-child .et_pb_column:before {
        content: "";
        display: block;
        background: #ddd;
        width: 0;
        height: 1px;
        margin-top: -1px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .seo_how_we_work_result .et_pb_row:last-child .et_pb_column:hover:before {
        width: calc(100% - 10%)
    }

    .seo_how_we_work_result .et_pb_row:last-child {
        overflow: visible
    }

    .seo_how_we_work_result .et_pb_row:first-child:before {
        left: -120px;
        width: 300px
    }

    .seo_how_we_work_result .et_pb_row:last-child .et_pb_column:last-child, .seo_how_we_work_result .et_pb_row:last-child .et_pb_column:nth-last-child(2) {
        margin-bottom: 0 !important
    }

    .seo_how_we_work_result .et_pb_row:last-child .et_pb_column {
        margin-bottom: 80px !important
    }


    .seo_how_we_work_top_section .et_pb_column_1_3:last-child{
        margin-right: 0 !important;
    }
    .seo_how_we_work_top_section .et_pb_column_1_3{
        width: 32% !important;
        margin-right: 2% !important;
    }
}

@media only screen and (max-width: 767px) {
    .seo_how_we_work_result .et_pb_row:first-child .et_pb_column .et_pb_promo .et_pb_promo_description h2 {
        margin-left: -10px !important
    }

    .seo_how_we_work_result .et_pb_row:first-child .et_pb_column .et_pb_promo_description p {
        margin-left: 18vw;
        margin-top: -19px;
        font-size: 20px
    }

    .seo_how_we_work_result .et_pb_row:last-child {
        overflow: visible
    }

    .seo_how_we_work_result .et_pb_row:first-child:before {
        left: -195px;
        width: 390px
    }

    #page-container .seo_we_work_video .et_pb_newsletter_form p {
        width: 47% !important;
        margin-right: 5% !important;
        margin-bottom: 35px;
    }

    #page-container .seo_we_work_video .et_pb_newsletter_form p:nth-child(2n + 2) {
        margin-right: 0 !important;
    }

    #page-container .seo_we_work_video .et_pb_newsletter_form p:last-of-type,
    #page-container .seo_we_work_video .et_pb_newsletter_form p:nth-last-of-type(2) {
        margin-bottom: 0 !important;
    }

}

@media only screen and (max-width: 480px) {
    .seo_how_we_work_result .et_pb_row:last-child .et_pb_column:nth-last-child(2) {
        margin-bottom: 80px !important
    }

    #page-container .seo_we_work_video .et_pb_newsletter_form p {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 35px;
    }

    #page-container .seo_we_work_video .et_pb_newsletter_form p:nth-last-of-type(2) {
        margin-bottom: 35px !important;
    }

    .seo_how_we_work_result .et_pb_promo .et_pb_promo_description {
        max-width: 100% !important;
    }
}
.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;
}

.seo_pricing_tables .et_pb_pricing_content_top {
	padding-top: 0 !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;
    }
}

/*team details*/

.seo_team_details_top .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}

.seo_team_details_top .et_pb_blurb .et_pb_main_blurb_image,
.seo_team_details_top .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s;
}

.seo_team_details_top .et_pb_blurb_container h4:before {
    display: block;
    content: "";
    width: 0;
    max-width: 150px;
    height: 2px;
    margin: 10px auto -10px;
    transition-delay: 0s;
    background-color: #00d664;
    transition: 0.3s;
    transform: translate(0, -20px);
}

.seo_team_details_top .et_pb_blurb:hover .et_pb_blurb_container h4:before {
    width: 100%;
    transition-delay: 0.3s;
}

.seo_team_details_top .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, 6px);
}

.seo_team_details_top .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translate(0, -6px);
}




.seo_team_details_content .et_pb_column_1_3  p a:hover{
    opacity: 0.8;
}
.seo_team_details_content .et_pb_column_1_3  p a{
    color: inherit;
}
.seo_team_details_content .et_pb_column_1_3  p {
    padding-bottom: 0 !important;
}
.seo_team_details_content .et_pb_column_2_3 .et_pb_blurb_container p:last-child {
    padding-bottom: 0 !important;
}

.seo_team_details_content .et_pb_column_2_3 .et_pb_blurb_container p {
    padding-bottom: 27px !important;
}

.seo_team_details_content .et_pb_column_2_3 .et_pb_main_blurb_image img{
    display: block !important;
    width: 100% !important;
}

.seo_team_details_content .et_pb_column_2_3{
    width: 59.8% !important;
    margin-right: 8.5% !important;
}


    /*Columns*/

.seo_team_testimonials .et_pb_column_1_2:first-child {
    margin-right: 4% !important;
}



/*Contact Form*/

.seo_team_page_form .et_pb_contact_form {
    margin-left: 0 !important;
}

.seo_team_page_form .et_pb_contact_form .et_pb_contact_field_last {
    width: 65%;
    float: left;
    padding-left: 0 !important;
    margin-right: 5.4%;
}

.seo_team_page_form .et_pb_contact_form p[data-type="checkbox"],
.seo_team_page_form .et_pb_contact_form .et_pb_contact_field_half {
    width: 29.6%;
    padding: 0 !important;
    margin-bottom: 43px !important;
    margin: 0;
    overflow: visible;
    clear: none !important;
}

.seo_team_page_form .et_pb_contact_form .et_contact_bottom_container {
    margin-top: -9px !important;
    width: 29.6%;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea::-webkit-input-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea::-moz-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input::-moz-placeholder {
    color: transparent !important;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea:-ms-input-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea:-moz-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input:-moz-placeholder {
    color: transparent !important;
}

.seo_team_page_form .et_pb_contact_form p[data-type="checkbox"] {
    margin: -34px 0 30px !important;
}



/*Error */

.seo_team_page_form .et_pb_contact_form_container .et-pb-contact-message ul {
    padding-bottom: 20px !important;
}

.seo_team_page_form .et_pb_contact_form p textarea.et_contact_error,
.seo_team_page_form .et_pb_contact_form p input.et_contact_error {
    padding-left: 24px !important;
    border: 1px solid #f00 !important;
}

.seo_team_page_form .et_pb_contact_form p textarea.et_contact_error + label,
.seo_team_page_form .et_pb_contact_form p input.et_contact_error + label {

    padding-left: 24px !important;
}

/*Animation*/

.seo_team_page_form .et_pb_contact_form p {
    position: relative;
}

.seo_team_page_form .et_pb_contact_form p:not([data-type="checkbox"]) label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 19px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    color: #a7a7a7;
}

.seo_team_page_form .et_pb_contact_form p.filled label,
.seo_team_page_form .et_pb_contact_form p.focus label {
    -webkit-transform: translate3d(0, -210%, 0);
    transform: translate3d(0, -210%, 0);
    font-size: 14px;

}

/*Responsive*/


@media only screen and (min-width: 1930px) {
    .seo_about_top_section .et_pb_column_1_3 .et_pb_blurb{
        padding: 50px !important;
    }
}


@media only screen and (max-width: 1390px) {
    #page-container .seo_team_details_top .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 980px) {

    #page-container .seo_team_testimonials .et_pb_testimonial:before{
        left: 0%;
        top: -50px;
        right: 0;
        text-align: center;
    }
    #page-container .seo_team_testimonials .et_pb_testimonial{
        padding-top: 0 !important;
    }


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

    #page-container .seo_team_testimonials .et_pb_testimonial_portrait {
        float: none;
        margin: 0 auto 20px !important;
    }

    #page-container .seo_team_testimonials .et_pb_testimonial .et_pb_testimonial_description {
        margin-left: 0 !important;
        padding-top: 0;
        line-height: 190%;
        text-align: center !important;
    }

    #page-container .seo_about_top_section .et_pb_blurb .et_pb_blurb_content {
        max-width: 100%;
    }

    #page-container .seo_team_details_top .et_pb_blurb:first-child {
        border: none !important;
    }

    #page-container .seo_team_details_top .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }

    #page-container .seo_team_details_top .et_pb_button_wrapper,
    #page-container .seo_team_details_top .et_pb_promo_description {
        text-align: center !important;
    }

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

    #page-container .seo_team_details_top .et_pb_promo_description h2 {
        padding-bottom: 15px !important;
    }

    .seo_team_details_content .et_pb_column_1_3{
        width: 30% !important;
    }

    .seo_team_details_content .et_pb_column_2_3 .et_pb_blurb .et_pb_main_blurb_image{
        margin-bottom: 20px !important;
    }
}


@media only screen and (max-width: 767px) {
    #page-container .seo_team_testimonials .et_pb_row {
        width: 90% !important;
    }

    .seo_team_page_top_section .et_pb_column{
        width: 100% !important;
    }


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

    .seo_team_page_form .et_pb_contact_form .et_pb_contact_field_last {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 31px;
    }

    .seo_team_page_form .et_pb_contact_form .et_pb_contact_field_half {
        margin-bottom: 40px !important;
    }

    .seo_team_page_form .et_pb_contact_form .et_contact_bottom_container {
        margin-top: 0px !important;
    }

    .seo_team_details_content .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .seo_team_details_content .et_pb_column_1_3 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .seo_team_testimonials .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #page-container .seo_team_testimonials .et_pb_column_1_2:first-child {
        margin-bottom: 60px !important;
    }

    #page-container .seo_team_details_top .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .seo_team_details_top .et_pb_blurb {
        width: 100% !important;
        margin-bottom: 30px !important;
        border: 0 !important;
    }

    .seo_team_page_form .et_pb_contact_form .et_contact_bottom_container {
        width: 100%;
    }
}




/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(//jackson.divi-den.com/wp-content/plugins/jackson-assistant/css/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(//jackson.divi-den.com/wp-content/plugins/jackson-assistant/css/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(//jackson.divi-den.com/wp-content/plugins/jackson-assistant/css/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(//jackson.divi-den.com/wp-content/plugins/jackson-assistant/css/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}/*Blog Posts*/

#page-container .cat_page_content article .more-link:before {
    content: "$";
    font-family: "ETmodules";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

#page-container .cat_page_content article .more-link {
    color: #00d664 !important;
}

#page-container .cat_page_content article .more-link:hover {
    opacity: 0.6;
}

#page-container .cat_page_content .post-content {
    max-width: 680px;
}

#page-container .cat_page_content h2.entry-title a:hover {
    opacity: 0.5;
}

#page-container .cat_page_content .entry-featured-image-url {
    margin-bottom: 29px;
    background: #000;
}

#page-container .cat_page_content article:last-child {
    margin-bottom: 0 !important;
}

#page-container .cat_page_content article {
    margin-bottom: 38px !important;
}

#page-container .cat_page_content article .entry-featured-image-url:before {
    content: "Read More";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    z-index: 11;
    opacity: 0;
    transform: translate(-160%, -50%);
    -webkit-transform: translate(-160%, -50%);
    -ms-transition-delay: .4s;
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

#page-container .cat_page_content article:hover .entry-featured-image-url:before {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}

#page-container .cat_page_content article .entry-featured-image-url:after {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0;
    -ms-transition-delay: .4s;
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

#page-container .cat_page_content article:hover .entry-featured-image-url:after {
    width: 30%;
    z-index: 6;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
}

#page-container .cat_page_content article .entry-featured-image-url img {
    transition: 0.3s;
}

#page-container .cat_page_content article:hover .entry-featured-image-url img {
    opacity: 0.4;
}

/*Columns*/

#page-container .cat_page_content .et_pb_column_1_3 {
    width: 31.7%;
}

#page-container .cat_page_content .et_pb_column_2_3 {
    width: 64.6%;
    margin-right: 3.7%;
}

/*Sidebar*/

.cat_page_content .sidebar_category .et_pb_widget {
    margin-bottom: 0 !important;
}

.cat_page_content .sidebar_category .et_pb_widget ul li {
    margin-bottom: 0 !important;
}

.cat_page_content .sidebar_category .et_pb_widget ul li a:before {
    content: "$";
    font-family: "ETmodules";
    display: inline-block;
    vertical-align: middle;
    left: 12px;
    position: absolute;
}

.cat_page_content .sidebar_category .et_pb_widget ul li a {
    display: block;
    padding: 14px 0 14px 35px;
    border-bottom: 1px solid #dbe2e2;
    position: relative;
}

.cat_page_content .sidebar_category .et_pb_widget ul li:first-child a {
    padding-top: 0 !important;
}

.cat_page_content .sidebar_category .et_pb_widget ul li a:hover {
    color: #00d664 !important;
}

/*Form*/

#page-container .cat_page_content .et_pb_newsletter_form p:last-child {
    margin-bottom: 0 !important;
}

#page-container .cat_page_content .et_pb_newsletter_form .et_pb_newsletter_fields {
    flex-wrap: unset;
    display: block !important;
}

#page-container .cat_page_content .et_pb_newsletter_form {
    display: block !important;
}

#page-container .cat_page_content .et_pb_newsletter_form p input {
    padding: 20px !important;
}

#page-container .cat_page_content .et_pb_newsletter_form p {
    padding-bottom: 0;
    margin-bottom: 9px;
    flex-basis: unset;
}

.cat_page_content .et_pb_newsletter p label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 20px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat_page_content .et_pb_newsletter .et_pb_newsletter_form p {
    position: relative;
}

/*Hover effects*/

.cat_page_content .et_pb_newsletter .filled label,
.cat_page_content .et_pb_newsletter p input:focus + label {
    -webkit-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
    opacity: 0;
}

.cat_page_content .et_pb_newsletter .filled input,
.cat_page_content .et_pb_newsletter input:focus {
    color: #666 !important;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0 0 1px #9b9b9b;
}

.cat_page_content .et_pb_newsletter p:not(.filled):not(.focus) input {
    color: transparent !important;
}

#page-container .cat_page_content .et_pb_newsletter p input::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .cat_page_content .et_pb_newsletter p input::-moz-placeholder {
    color: transparent !important;
}

#page-container .cat_page_content .et_pb_newsletter p input:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .cat_page_content .et_pb_newsletter p input:-moz-placeholder {
    color: transparent !important;
}

/*Pagination*/

.cat_page_content .pagination {
    border-top: 1px solid #e7e7e7 !important;
    padding-top: 10px;
}

.cat_page_content .pagination a {
    color: #00d664 !important;
    font-weight: 600;
}

.cat_page_content .pagination a:hover {
    opacity: 0.6;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    #page-container .cat_page_content .et_pb_column_1_3 .et_pb_newsletter,
    #page-container .cat_page_content .et_pb_column_1_3 .et_pb_widget_area {
        padding: 50px !important;
    }
}

@media only screen and (max-width: 980px) {
    #page-container .cat_page_content .et_pb_row {
        width: 90% !important;
    }

    #page-container .cat_page_content .et_pb_column_2_3 {
        width: 57% !important;
        margin-right: 3%;
    }

    #page-container .cat_page_content .et_pb_column_1_3 {
        width: 40% !important;
    }

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

    .cat_page_content .et_pb_newsletter .et_pb_newsletter_description,
    .cat_page_content .sidebar_category .et_pb_widget {
        width: 100% !important;
    }

    #page-container .cat_page_content .et_pb_newsletter {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-container .cat_page_content .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0;
    }

    #page-container .cat_page_content .et_pb_column_1_3 {
        width: 100% !important;
    }

    #page-container .cat_page_content .et_pb_column_1_3 .et_pb_newsletter,
    #page-container .cat_page_content .et_pb_column_1_3 .et_pb_widget_area {
        padding: 40px !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .cat_page_content .et_pb_column_1_3 .et_pb_newsletter,
    #page-container .cat_page_content .et_pb_column_1_3 .et_pb_widget_area {
        padding: 30px !important;
    }
}

















.error_404_page .et_pb_image .et_pb_image_wrap,
.error_404_page .et_pb_image .et_pb_image_wrap img{
    display: block !important;
    width: 100% !important;
}body.single-post #content-area > #left-area .et_pb_social_media_follow {
    padding: 0 !important;
}

body.single-post #content-area > #left-area > article {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

body.single-post #content-area > #left-area {
    padding-bottom: 0 !important;
}

body.single-post .et_pb_post .et_post_meta_wrapper {
    max-width: 1175px !important;
}

body.single-post .et_pb_post h1.entry-title {
    font-size: 30px !important;
    color: #00d664 !important;
    padding-bottom: 20px;
}

body.single-post .et_pb_post .post-meta a:hover {
    opacity: 0.6;
}

body.single-post .et_pb_post .post-meta a {
    color: #050505 !important;
}

body.single-post .et_pb_post .post-meta {
    font-size: 18px !important;
    color: #050505 !important;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
}

body.single-post .et_pb_post .et_post_meta_wrapper > img {
    display: block !important;
    width: 100% !important;
    margin-bottom: 2.5vw;
}

body.single-post .cat_page_content .et_pb_text p:last-child {
    padding-bottom: 0 !important;
}

body.single-post .cat_page_content .et_pb_text p {
    padding-bottom: 28px !important;
}


#left-area > .cat_page_content > .et_pb_row .entry-content blockquote,
body.single-post .cat_page_content .et_pb_text blockquote {
    margin-top: 39px !important;
    border: none !important;
    padding: 3.3vw 6vw 2.8vw 7vw;
    margin-bottom: 43px !important;
}

#left-area > .cat_page_content > .et_pb_row .entry-content blockquote{
    margin-top: 10px !important;
    margin-bottom: 40px !important;
    background-color: #fafafa;
}

#left-area > .cat_page_content > .et_pb_row .entry-content blockquote p{
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    color: #00d664!important;
    font-size: 24px;
    letter-spacing: 0.1px;
    line-height: 154%;
    padding-bottom: 0 !important;
}
#left-area > .cat_page_content > .et_pb_row .entry-content blockquote p,
body.single-post .cat_page_content .et_pb_text blockquote p {
    position: relative;
}


#left-area > .cat_page_content  > .et_pb_row .entry-content blockquote p:before,
body.single-post .cat_page_content .et_pb_text blockquote p:before {
    display: block;
    content: "";
    width: 2.9vw;
    height: 2px;
    background-color: #00d664;
    position: absolute;
    top: 22px;
    left: -4.2vw;
}

body.single-post .tags_section {
    margin-bottom: -3px !important;
}

body.single-post .tags_section .et_pb_row,
body.single-post .tags_section {
    padding: 0 !important;
}

body.single-post .tags_section{
    padding-top: 0 !important;
    margin-top: -30px;
}

body.single-post .tags_section span a:hover {
    opacity: 0.6;
}

body.single-post .tags_section span a,
body.single-post .tags_section span {
    font-size: 18px !important;
    color: #050505 !important;
}

/*Comments*/

#comment-wrap {
    border-top: 1px solid #ebebeb !important;
    padding-top: 0 !important;
}

#comment-wrap h1#comments {
    font-size: 24px !important;
    color: #00d664 !important;
    padding-bottom: 49px;
    padding-top: 59px !important;
}

#comment-wrap .comment_avatar {
    border: 1px solid #e5edf9 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    top: 0px !important;
    width: 71px;
    left: 7px;
}

#comment-wrap .comment_postinfo {
    margin-bottom: 11px;
}

#comment-wrap .comment_postinfo span.fn {
    display: block;
    font-size: 18px !important;
    color: #050505 !important;
    font-weight: 400;
    margin-bottom: 5px;
}

#comment-wrap .comment_date,
#comment-wrap .comment-content p {
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 400;
}

#comment-wrap .comment-content p:last-of-type {
    padding-bottom: 0 !important;
}

#comment-wrap .comment-content p {
    padding-bottom: 30px !important;
}

#comment-wrap ol.commentlist li.comment:last-child {
    margin-bottom: 0 !important;
}

#comment-wrap ol.commentlist li.comment {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 47px;
}

#comment-wrap .comment-body {
    margin-bottom: 48px;
    padding: 0 10px 0 103px;
}

#comment-wrap .comment-edit-link {
    color: #00d664 !important;
}

#comment-wrap .comment_area .comment-reply-link:after {
    display: none !important;
}

#comment-wrap .comment_area .comment-reply-link {
    display: inline-block;
    position: static;
    padding: 5px 20px;
    margin-top: 20px;
    font-size: 16px;
    float: none !important;
}

/*Comment Form*/

#comment-wrap #respond p.logged-in-as {
    display: none !important;
}

#comment-wrap #respond h3.comment-reply-title {
    font-size: 24px !important;
    color: #00d664 !important;
    margin-bottom: 20px;
}

#comment-wrap #respond {
    padding-top: 54px;
    padding-bottom: 50px;
}

#comment-wrap #respond textarea {
    height: 194px !important;
    resize: none;
}

#comment-wrap #respond input,
#comment-wrap #respond textarea {
    background-color: transparent !important;
    color: #050505 !important;
    font-size: 18px !important;
    padding: 0 !important;
}

#comment-wrap #respond p.comment-form-url {
    display: none !important;
}

#comment-wrap #respond p.comment-form-author,
#comment-wrap #respond p.comment-form-email {
    width: 48% !important;
    float: left;
    margin-bottom: 40px;

}

#comment-wrap #respond p.comment-form-author {
    margin-right: 4% !important;
}

#comment-wrap #respond p.comment-form-comment {
    clear: both;
    padding-top: 0;
}

#comment-wrap #respond .comment-notes {
    display: none !important;
}

/*Button*/

#comment-wrap #respond .form-submit {
    text-align: left !important;
    margin-top: 22px;
}

#comment-wrap #respond .form-submit input.submit {
    background-color: #00d664 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px !important;
    border: 1px solid #00d664 !important;
    font-weight: 400;
    padding: 8px 40px !important;
}

/**************/


#comment-wrap #respond p.comment-form-cookies-consent label{
    color: #a7a7a7;
}
#comment-wrap #respond p.comment-form-cookies-consent{
    padding-top: 10px !important;
}
#comment-wrap #respond p:not(.comment-form-cookies-consent) label {
    display: block !important;
    font-size: 0 !important;
    margin-bottom: -5px;
    position: relative;
    color: #a7a7a7;
    margin-top: 5px;
}

#comment-wrap #respond p:not(.comment-form-cookies-consent) label:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    font-size: 16px !important;
    background-color: #999999;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -7px;
    transform: translate(0, 45px);
    opacity: 0.2 !important;
}

#comment-wrap #respond p:not(.comment-form-cookies-consent) label:before {
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#comment-wrap #respond p.comment-form-comment label:before {
    content: 'Your Comment here';
    transform: translate(0, -179px);
}

#comment-wrap #respond p.comment-form-author label:before {
    content: 'First and last name';
}

#comment-wrap #respond p.comment-form-email label:before {
    content: 'Email Address here';
}

#comment-wrap #respond p textarea,
#comment-wrap #respond p input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#comment-wrap #respond p:not(.comment-form-cookies-consent).filled textarea,
#comment-wrap #respond p:not(.comment-form-cookies-consent).focus textarea,
#comment-wrap #respond p:not(.comment-form-cookies-consent).filled input,
#comment-wrap #respond p:not(.comment-form-cookies-consent).focus input {
    transform: translate(0, 15px);
}

#comment-wrap #respond p:not(.comment-form-cookies-consent).filled label:before,
#comment-wrap #respond p:not(.comment-form-cookies-consent).focus label:before {
    transform: translate(0, 20px);
}

#comment-wrap #respond p:not(.comment-form-cookies-consent).filled label[for="et_pb_contact_message_4"]:before,
#comment-wrap #respond p:not(.comment-form-cookies-consent).focus label[for="et_pb_contact_message_4"]:before {
    transform: translate(0, 20px);
}

#comment-wrap #respond p:not(.comment-form-cookies-consent).filled label:after,
#comment-wrap #respond p:not(.comment-form-cookies-consent).focus label:after {
    transform: translate(0, 23px);
}

#comment-wrap #respond textarea::-webkit-input-placeholder,
#comment-wrap #respond input::-webkit-input-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}

#comment-wrap #respond textarea::-moz-placeholder,
#comment-wrap #respond input::-moz-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}

#comment-wrap #respond textarea:-ms-input-placeholder,
#comment-wrap #respond input:-ms-input-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}

#comment-wrap #respond textarea:-moz-placeholder,
#comment-wrap #respond input:-moz-placeholder {
    font-size: 30px !important;
    font-weight: 700 !important;
}





#left-area > .cat_page_content  > .et_pb_row > .et_pb_column .entry-content p{
    color: #999999;
    padding-bottom: 28px !important;
}








body.single-post .cat_page_content .et_pb_column_2_3 .et_post_meta_wrapper:last-child{
    margin-top: 56px;
}
body.single-post .cat_page_content .et_pb_column_2_3 .et_post_meta_wrapper:first-child{
    padding-top: 0 !important;
}
body.single-post .cat_page_content .et_pb_column_2_3 .et_post_meta_wrapper{
    width: 100% !important;
}

body.single-post #page-container .et_pb_column_2_3 h1.entry-title {
    font-size: 24px !important;
    padding-bottom: 47px;
    line-height: 148%;
}

body.single-post #page-container .et_pb_column_2_3 .post-meta {
    font-size: 16px !important;
    color: #999999 !important;
    padding-bottom: 30px !important;
}

 body.single-post #page-container .et_pb_column_2_3 .post-meta a{
    color: #999999 !important;
}

body.single-post #page-container .et_pb_column_2_3 .et_post_meta_wrapper > img{
    margin-bottom: 40px !important;
}

body.single-post .et_pb_column_2_3 .cat_page_content .et_pb_text blockquote {
    margin-top: 20px !important;
    padding: 3.3vw 4vw 2.8vw 7vw;
    margin-bottom: 20px !important;
}


body.single-post .et_pb_column_2_3 #comment-wrap #respond {
    padding-top: 43px;
}

body.single-post .et_pb_column_2_3 #comment-wrap .comment-body{
    margin-bottom: 48px !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    body.single-post .et_pb_column_2_3 .cat_page_content .et_pb_text blockquote ,
    #left-area > .cat_page_content > .et_pb_row .entry-content blockquote,
    body.single-post .cat_page_content .et_pb_text blockquote {
        padding: 50px 50px 60px 210px;
    }
}
@media only screen and (max-width: 980px) {
    #page-container .tags_section .et_pb_row,
    body.single-post .et_pb_post .et_post_meta_wrapper {
        width: 90% !important;
    }

    body.single-post .et_pb_post h1.entry-title {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 767px) {
    #left-area > .cat_page_content > .et_pb_row .entry-content blockquote,
    body.single-post .cat_page_content .et_pb_text blockquote {
        padding: 30px;
    }

    #left-area > .cat_page_content > .et_pb_row .entry-content blockquote p:before,
    body.single-post .cat_page_content .et_pb_text blockquote p:before {
        display: none !important;
    }

    body.single-post .et_pb_post h1.entry-title {
        font-size: 24px !important;
    }

    #comment-wrap .comment_avatar img {
        max-width: 100% !important;
    }

    body.single-post #page-container .et_pb_column_2_3 h1.entry-title{
        padding-bottom: 20px !important;
    }
}
#author-info {
    float: none;
    padding-bottom: 53px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 50px;
    width: 100%;
    display: block;
}

#author-info #author-img {
    width: 31%;
    margin-right: 3.1%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#author-info #author_info_text {
    width: 65%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#author-info #author-img img {
    display: block !important;
}

#author-info p#author-desc {
    line-height: 180%;
}

#author-info h2#author-name {
    color: #000000 !important;
    font-size: 24px !important;
    padding-bottom: 15px;
}

#author-info h2#author-name:after {
    content: 'Bio';
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #00d664;
    margin-top: 10px;
}

/*More Link*/

body.author #page-container article .more-link {
    text-transform: capitalize;
    margin-top: 18px;
    font-weight: 600;
    clear: both;
    display: block;
}

/*************/

body.author #page-container article h2.entry-title {
    font-size: 18px;
    padding-bottom: 18px;
    line-height: 120% !important;
    color: #050505 !important;
}

body.author #page-container article {
    color: #999;
}

body.author .et_pb_column_2_3 > .et_pb_promo {
    margin-bottom: 0 !important;
}

/********************************************************/

#page-container .autor_info_box .et_pb_team_member_image img {
    display: block !important;
    width: 100% !important;
}

/*Responsive*/

@media only screen and (max-width: 980px) {
    #page-container .autor_info_box .et_pb_team_member_image {
        vertical-align: top !important;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .autor_info_box .et_pb_team_member_description {
        width: 100% !important;
    }

    #page-container .autor_info_box .et_pb_team_member_image {
        width: 100% !important;
        margin-bottom: 20px;
        max-width: 100%;
    }
}body.search h2.search_title{
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 24px!important;
    color: #00d664!important;
    line-height: 120%!important;
    padding-bottom: 42px;
}


/*Blog Posts*/

body.archive.tag #page-container article h2.entry-title a:hover,
body.search #page-container article h2.entry-title a:hover{
    opacity: 0.5;
}

body.archive.tag #page-container article h2.entry-title ,
body.search #page-container article h2.entry-title {
    font-size: 24px;
    padding-bottom: 18px;
    line-height: 120% !important;
    color: #050505 !important;
}

body.search #page-container article .more-link:before {
    content: "$";
    font-family: "ETmodules";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

body.archive.tag #page-container article .more-link ,
body.search #page-container article .more-link {
    color: #00d664 !important;
    text-transform: capitalize;
    margin-top: 18px;
    font-weight: 600;
    clear: both;
    display: block;
}

body.search #page-container .more-link:hover {
    opacity: 0.6;
}


body.archive.tag .et_pb_column_2_3 > .et_pb_promo{
    margin-bottom: 0 !important;
}

    /**********************/

body.archive.tag #page-container article:last-of-type ,
body.search #page-container article:last-of-type {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

body.archive.tag #page-container article ,
body.search #page-container article {
    margin-bottom: 36px !important;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 27px;
    font-size: 16px;
    color: #999;
}

/*Columns*/

body.archive.tag #page-container .et_pb_column_1_3 ,
body.search #page-container .et_pb_column_1_3 {
    width: 31.7%;
}

body.archive.tag #page-container .et_pb_column_2_3 ,
body.search #page-container .et_pb_column_2_3 {
    width: 64.6%;
    margin-right: 3.7%;
    padding-top: 17px;
}

body.archive.tag #page-container #main-content .et_pb_section .et_pb_row ,
body.search #page-container #main-content .et_pb_section .et_pb_row {
    padding-top: 50px !important;
}

/*Sidebar*/

body.search .search_sidebar.et_pb_promo .et_pb_promo_description {
    padding-bottom: 5px;
}

body.search .search_sidebar.et_pb_promo h2 {
    padding-bottom: 0 !important;
}

body.search .search_sidebar.et_pb_promo strong {
    font-size: 18px !important;
    color: #050505 !important;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400;
    margin-top: 23px !important;
    display: block;
}

body.search .search_sidebar.et_pb_promo strong:after {
    display: block !important;
    content: "" !important;
    width: 34px;
    background-color: #00d664;
    height: 2px;
    margin: 15px 0 13px;
}

body.search .search_sidebar.et_pb_promo a:hover{
    opacity: 0.5;
}
body.search .search_sidebar.et_pb_promo a {
    color: #999999 !important;
}

body.search .search_sidebar.et_pb_promo .et_pb_promo_description p {
    padding-bottom: 0 !important;
}

/*Pagination*/
body.search #page-container .pagination {
    border-top: 1px solid #e7e7e7 !important;
    padding-top: 10px;
}

body.search #page-container .pagination a {
    color: #00d664 !important;
    font-weight: 600;
}

body.search #page-container .pagination a:hover {
    opacity: 0.6;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    body.search #page-container #main-content .et_pb_column_1_3 .et_pb_promo {
        padding: 60px !important;
    }
}

@media only screen and (max-width: 980px) {
    body.archive.tag #page-container .et_pb_column_1_3 ,
    body.search #page-container .et_pb_column_1_3 {
        width: 40% !important;
    }

    body.archive.tag #page-container .et_pb_column_2_3 ,
    body.search #page-container .et_pb_column_2_3 {
        width: 57% !important;
        margin-right: 3%;
        padding-top: 0;
    }

    body.archive.tag #page-container #main-content .et_pb_section .et_pb_row ,
    body.search #page-container #main-content .et_pb_section .et_pb_row {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        width: 90% !important;
    }
}

@media only screen and (max-width: 767px) {
    body.archive.tag #page-container #main-content .et_pb_column_1_3 .et_pb_promo ,
    body.search #page-container #main-content .et_pb_column_1_3 .et_pb_promo {
        padding: 40px !important;
    }

    body.archive.tag #page-container .et_pb_column_1_3 ,
    body.search #page-container .et_pb_column_1_3 {
        width: 100% !important;
    }

    body.archive.tag #page-container .et_pb_column_2_3 ,
    body.search #page-container .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0;
        padding-top: 0;
    }

    body.search h2.search_title{
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    body.archive.tag #page-container #main-content .et_pb_column_1_3 .et_pb_promo ,
    body.search #page-container #main-content .et_pb_column_1_3 .et_pb_promo {
        padding: 20px !important;
    }



}