.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb {
    width: 154px;
    float: left;
    overflow: visible;
    position: relative;
    transition: 0.2s;
    top: 0;
    left: 0;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb .et_pb_blurb_description {
    display: none !important;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb:before {
    content: "";
    width: 100%;
    display: block;
    padding-top: 100%;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb.blue:hover h4 {
    color: #68a4ff !important;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb.white:hover h4 {
    color: #fff !important;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb:hover {
    box-shadow: none;
    top: -0.2em;
    left: 0.2em;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb.blue:hover {
    background-color: #fff;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb.white:hover {
    background-color: #68a4ff;
}

.demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0.3rem) translateX(-0.3rem);
    transform: translateY(0.3rem) translateX(-0.3rem);
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
}

.demos_dentist_header .et_pb_image,
.demos_dentist_header .et_pb_image .et_pb_image_wrap,
.demos_dentist_header .et_pb_row:first-child .et_pb_image .et_pb_image_wrap img {
    height: 100% !important;
}

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

.demos_dentist_content .et_pb_column:first-child .et_pb_text.last:last-child {
    margin-right: 0 !important;
}

.demos_dentist_content .et_pb_column:first-child .et_pb_text.last {
    width: 27% !important;
    margin-right: 1% !important;
    float: left;
}

.demos_dentist_content .et_pb_image {
    height: auto !important;
}

.demos_dentist_content .et_pb_image .et_pb_image_wrap,
.demos_dentist_content .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/*team*/
.demos_dentist_persons .et_pb_team_member .et_pb_team_member_image {
    margin-bottom: 0 !important;
    overflow: hidden;
    max-width: 100% !important;
}

.demos_dentist_persons .et_pb_team_member .et_pb_team_member_image img {
    transition: 0.3s !important;
    transform: translate(0, -20px) scale(1.02);
    display: block;
    width: 100%;

}

.demos_dentist_persons .et_pb_team_member:hover .et_pb_team_member_image img {
    transform: translate(0, 0) scale(1);
    opacity: 0.5;
}

.demos_dentist_persons .et_pb_team_member .et_pb_team_member_description:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: 0.3s;
}

.demos_dentist_persons .et_pb_team_member:hover .et_pb_team_member_description:before {
    transform: translate(0, 105%);
}

.demos_dentist_persons .et_pb_team_member:hover .et_pb_team_member_description h4,
.demos_dentist_persons .et_pb_team_member:hover .et_pb_team_member_description p.et_pb_member_position {
    color: #ffffff !important;

}

.demos_dentist_persons .et_pb_team_member:hover:after,
.demos_dentist_persons .et_pb_team_member:hover:before {
    transition-delay: 0.3s !important;
    width: 100%;
}

.demos_dentist_persons .et_pb_team_member .et_pb_team_member_description p:not(.et_pb_member_position) {
    display: none !important;
}

/*Footer*/

.demos_dentist_footer .et_pb_blurb .et_pb_blurb_container {
    vertical-align: middle;
    padding-left: 20px;
}

.demos_dentist_footer .et_pb_blurb .et_pb_main_blurb_image {
    width: auto !important;
}

.demos_dentist_footer a:hover {
    opacity: 0.5;
}

.demos_dentist_footer .et_pb_social_icon a:before,
.demos_dentist_footer .et_pb_column a {
    color: #757575 !important;
}

.demos_dentist_footer .et_pb_column_1_2:first-child a {
    margin-right: 1.1vw;
}

.demos_dentist_footer .et_pb_column:first-child a {
    margin-bottom: 16px !important;
    display: inline-block;
}

.demos_dentist_footer .et_pb_column:nth-child(3) a,
.demos_dentist_footer .et_pb_column:nth-child(2) a {
    padding-bottom: 14px !important;
    display: block;
}

.demos_dentist_footer .et_pb_column .et_pb_newsletter_description h2 {
    font-weight: 600 !important;
}

.demos_dentist_footer .et_pb_row:first-child .et_pb_column:last-child {
    width: 31%;
}

.demos_dentist_footer .et_pb_row:first-child .et_pb_column:first-child p,
.demos_dentist_footer .et_pb_row:first-child .et_pb_column:nth-child(2) p,
.demos_dentist_footer .et_pb_row:first-child .et_pb_column:nth-child(3) p {
    padding-bottom: 0 !important;
}

.demos_dentist_footer .et_pb_row:first-child .et_pb_column:nth-child(3) {
    width: 17%;
}

.demos_dentist_footer .et_pb_row:first-child .et_pb_column:nth-child(2) {
    width: 20.2%;
}

.demos_dentist_footer .et_pb_social_media_follow li a {
    margin-right: 4px !important;
}

.demos_dentist_footer .et_pb_row:last-child p img {
    vertical-align: sub;
    margin: 0 2px;
}

.demos_dentist_footer .et_pb_newsletter_form p {
    padding-bottom: 0 !important;
}

/*Animate*/

.demos_dentist_footer .et_pb_newsletter .et_pb_newsletter_form p input {
    padding: 17px 43px 17px 23px !important;
}

.demos_dentist_footer .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: 26px;
    color: #757575;
    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;
}

.demos_dentist_footer .et_pb_newsletter .filled label,
.demos_dentist_footer .et_pb_newsletter p input:focus + label {
    -webkit-transform: translate3d(0, -240%, 0);
    transform: translate3d(0, -240%, 0);
    padding-left: 0;
}

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

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

.demos_dentist_footer .et_pb_newsletter input::-webkit-input-placeholder {
    font-size: 0 !important;
}

.demos_dentist_footer .et_pb_newsletter input::-moz-placeholder {
    font-size: 0 !important;
}

.demos_dentist_footer .et_pb_newsletter input:-ms-input-placeholder {
    font-size: 0 !important;
}

.demos_dentist_footer .et_pb_newsletter input:-moz-placeholder {
    font-size: 0 !important;
}

.demos_dentist_testimonials .et_pb_image {
    height: auto !important;
}

.demos_dentist_testimonials .et_pb_image .et_pb_image_wrap,
.demos_dentist_testimonials .et_pb_image .et_pb_image_wrap img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/*Responsive*/

@media only screen and (min-width: 1930px) {
    .demos_dentist_footer .et_pb_row:first-child {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 1390px) {
    #page-container .demos_dentist_persons .et_pb_row,
    #page-container .demos_dentist_testimonials .et_pb_row,
    #page-container .demos_dentist_content2 .et_pb_row,
    #page-container .demos_dentist_blurbs .et_pb_row,
    #page-container .demos_dentist_content .et_pb_row,
    #page-container .demos_dentist_footer .et_pb_row {
        width: 90% !important;
    }

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

}

@media only screen and (max-width: 1390px) and (min-width: 981px) {
    .demos_dentist_header .et_pb_row:nth-last-child(2) {
        padding-top: 100px !important;
    }

    .demos_dentist_header .et_pb_row:last-child {
        padding-bottom: 0 !important;
    }

    .demos_dentist_header .et_pb_row .et_pb_text {
        max-width: 460px !important;
    }

    .demos_dentist_header .et_pb_row .et_pb_promo {
        font-size: 70px !important;
    }
}

@media only screen and (max-width: 980px) {
    .demos_dentist_header:before {
        opacity: 0.8 !important;
    }

    .demos_dentist_footer .et_pb_row:first-child {
        width: 90% !important;
        max-width: 90% !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column .et_pb_blurb {
        padding: 40px 5px !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column {
        width: 32% !important;
        float: left !important;
        margin-right: 2% !important;
        margin-bottom: 0 !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column:last-child {
        margin-right: 0 !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column .et_pb_main_blurb_image {
        display: block;
        margin-bottom: 10px !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column .et_pb_main_blurb_image img {
        margin: 0 auto;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column .et_pb_blurb_container {
        padding-left: 0;
        text-align: center;
        display: block;
    }

    .demos_dentist_footer .et_pb_row:last-child ul.et_pb_social_media_follow li {
        display: inline-block !important;
        float: none !important;
    }

    .demos_dentist_footer .et_pb_row:last-child ul.et_pb_social_media_follow {
        float: none;
        text-align: center !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column:nth-child(3) {
        margin-right: 0 !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column:last-child {
        width: 100% !important;
    }

    .demos_dentist_footer .et_pb_row h2 {
        padding-bottom: 20px !important;
    }

    .demos_dentist_footer .et_pb_row .et_pb_column:last-child h2 {
        padding-bottom: 0 !important;
    }

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

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

    .demos_dentist_footer .et_pb_row:last-child .et_pb_column {
        margin-bottom: 0 !important;
    }

    .demos_dentist_footer .et_pb_newsletter .filled label, .demos_dentist_footer .et_pb_newsletter p input:focus + label {
        -webkit-transform: translate3d(0, -210%, 0);
        transform: translate3d(0, -210%, 0);
    }

    .demos_dentist_content .et_pb_divider:before {
        border-top-width: 70px !important;
    }

    .demos_dentist_content .et_pb_divider {
        height: 70px !important;
        margin-bottom: 20px !important;
    }

}

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

    .demos_dentist_persons .et_pb_team_member .et_pb_team_member_description {
        padding: 20px 5px !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column:last-child,
    .demos_dentist_footer .et_pb_row:first-child .et_pb_column {
        width: 47% !important;
        margin-bottom: 30px !important;

    }

}

@media only screen and (max-width: 480px) {
    .demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb .et_pb_blurb_content {
        padding: 0 15px !important;
    }

    .demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb:first-child {
        margin-right: 8px !important;
    }

    .demos_dentist_header .demos_blurbs_circle_images .et_pb_blurb {
        width: 140px !important;
    }

    .demos_dentist_persons .et_pb_team_member .et_pb_team_member_description {
        padding: 20px !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column .et_pb_promo_description {
        text-align: center !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column {
        width: 100% !important;
        float: left !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }

    .demos_dentist_footer .et_pb_row:first-child .et_pb_column:last-child {
        width: 100% !important;
    }

    .demos_dentist_footer .et_pb_row .et_pb_column .et_pb_promo h2 {
        text-align: center !important;
    }

    .demos_dentist_content .et_pb_column:first-child .et_pb_text.last {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 9px;
    }

    .demos_dentist_content .et_pb_column:first-child .et_pb_text.last:last-child {
        margin-bottom: 20px;
    }
}

