/* CSS Document */

.ave-title {
    font-family: 'Open Sans Bold';
    font-size: 25px;
}

/* Hero */

#hero,
#hero .soliloquy-outer-container,
.soliloquy-container,
.soliloquy-container .soliloquy-wrapper,
.soliloquy-container .soliloquy-viewport,
.soliloquy-container .soliloquy-wrap,
.soliloquy-container .soliloquy-item,
.soliloquy-clear,
.soliloquy-container .soliloquy-html-content {
    position: relative;
    height: 671px !important;
}

#hero {
	overflow:hidden;
}

div.hero-slides {
    height: 100%;
}

div.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.hero-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

div.slide-content {
    -webkit-box-shadow: inset 0px 6px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 6px 15px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 6px 15px 0px rgba(0,0,0,0.5);
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 16%;
}

div.slide-content .hero-title {
    font-family: 'Open Sans Bold';
    color: #fff;
    font-size: 40.21px;
    line-height: 1.2;
    margin-bottom: 15px;
}

div.slide-content .hero-text {
    color: #fff;
    font-size: 21.54px;
    line-height: 1.6;
    margin-bottom: 28px;
}

div.slide-content .hero-link {
    background-color: #650d0d;
    color: #fff;
    font-size: 21.54px;
    padding: 9px 56px;
}

div.slide-content .hero-link:hover {
    background-color: #490909;
}

/* Schedule */

#schedule {
    text-align: center;
    background-color: #650d0d;
    padding: 19px 0;
}

#schedule-title, #schedule-link {
    display: inline-block;
}

#schedule-title {
    font-family: 'Open Sans SemiBold';
    color: #fff;
    font-size: 20px;
    margin: 0 25px 0 0;
}

#schedule-link {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 20px;
}

#schedule-link:hover {
    background-color: #fff;
    color: #650d0d;
}

/* Buckets */

#buckets {
    text-align: center;
    border-bottom: 1px solid #898989;
    padding: 100px 0;
}

#buckets .wrap {
    max-width: 100%;
}

#buckets-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 19.5%;
}

#buckets-list img {
    margin-bottom: 20px;
}

.buckets-title {
    font-family: 'Open Sans SemiBold';
    font-size: 19px;
    margin: 0;
}

/* About */

#avenues {
    text-align: center;
    background: linear-gradient(rgba(255,255,255,.64) 1%,rgba(255,255,255,.64) 100%),url(/wp-content/uploads/2019/01/background.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
}

#avenues .wrap {
    max-width: 1450px;
}

#left-avenues {
    text-align: left;
    float: left;
    width: 50%;
    padding-right: 50px;
}

#about-sub {
    font-family: 'Open Sans SemiBold';
    font-size: 19px;
    line-height: 30px;
}

#left-avenues ul {
    margin-left: 50px;
    margin-bottom: 10px;
}

#left-avenues li {
    display: list-item;
    list-style: disc;
    font-size: 15px;
}

#left-avenues p {
    font-size: 15px;
    margin: 0;
}

#right-avenues {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: right;
    width: 50%;
    height: 374px;
}

#right-avenues iframe {
    width: 100%;
}

/* Offers */

#offers {
    clear: both;
    padding-top: 70px;
}

#in-house {
    position: relative;
    float: left;
    width: 47%;
}

#cosmetic {
    position: relative;
    float: right;
    width: 47%;
}

#offers .ave-title {
    margin-bottom: 50px;
}

.offers-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
}

.offers-background img {
    width: 100%;
    height: 100%;
}

.offers-content {
    position: relative;
    height: 180px;
    padding: 45px 30px;
}

.offer-title {
    font-family: 'Open Sans SemiBold';
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
}

#cosmetic-span {
    font-family: 'Open Sans Bold';
    text-transform: uppercase;
}

.offers-content p {
    color: #fff;
    font-size: 21.36px;
    margin:0;
}

    #cosmetic .offers-content p {
        display: inline-block;
    }

.offers-content a {
    font-family: 'Open Sans SemiBold';
    color: #fff;

    font-size: 20.34px;
    margin: 0 15px;
}

/* Smile Makeover */

#smile-makeover {
    clear: both;
    padding-top: 88px;
}

#smiles {
    background-color: #e1e1e1;
    padding: 16px 19px 29px;
    margin-bottom: 27px;
}

#before-after li {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
}

.before .ave-title,
.after .ave-title {
    display: block;
    margin-bottom: 16px;
}

.before img,
.after img {
    object-fit: cover;
    width: 100%;
    height: 211px;
}

.after {
    padding-top: 16px;
}

#smile-makeover p {
    margin-bottom: 68px;
}

#smile-offer {
    position: relative;
}

#smile-offer .offers-background {
    right: 0;
    width: 536px;
    margin: 0 auto;
}

#smile-offer .offers-content {
    width: 536px;
    margin: 0 auto;
    padding: 39px 30px;
}

/* Testimonials */

#testimonials {
    background-color: #e1e1e1;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 50px 0 25px;
}

#testimonials .wrap {
    /* max-width: 100%; */
}

.easy_testimonial,
.testimonial_author cite {
    font-style: normal;
}

.testimonial_body p {
    font-size: 15px;
}

.cycle-prev.easy-t-cycle-prev,
.cycle-next.easy-t-cycle-next {
    background-color: #8b8b8b;
    color: #fff;
    position: relative;
    z-index: 1000;
    bottom: 100px;
    padding: 0 9px;
}

.easy-t-cycle-pager span {
    color: #fff;
    font-size: 30px;
}

.easy-t-cycle-pager .cycle-pager-active {
    color: #074a71 !important;
}

/* Reviews */

#reviews {
    background-color: #e1e1e1;
    text-align: center;
    padding: 40px 0;
}

#reviews .wrap {
    max-width: 1450px;
}

#reviews .ave-title {
    float: left;
    margin: 0;
    padding: 21px 0;
}

#review-links {
    float: right; 
}

#review-links a:first-of-type {
    margin-right: 200px;
}

#reviews img {
    width: 340px;
}

/* Preview */

#preview {
    background: linear-gradient(rgba(255,255,255,.64) 1%,rgba(255,255,255,.64) 100%),url(/wp-content/uploads/2019/01/background.jpg) no-repeat;
    background-size: cover;
    clear: both;
    padding: 70px 0;
}

#preview .wrap {
    max-width: 1450px;
}

#tab {
    float: left;
    width: 33%;
}

.tablinks {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 2px solid #640c0c;
    border-radius: 0;
    padding: 5px 9px;
    margin-bottom: 5px;
}

.tablinks:last-of-type {
    margin-bottom: 0;
}

.tablinks:hover,
.tablinks.active {
    border: 2px solid #640c0c;
    background-color: #e1e1e1;
}

.preview-title {
    color: #640c0c;
    letter-spacing: 0.13em;
    font-size: 23.97px;
    margin: 0;
}

#tab-right {
    float: right;
    width: 65%;
    height: 506px;
}

.tabcontent {
    display: none;
    height: 100%;
}

.info {
    text-align: justify;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    float: left;
    width: 60%;
    height: 100%;
}

.info .preview-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info p {
    color: #640c0c;
    letter-spacing: 0.05em;
    font-size: 18px;
    margin-bottom: 20px;
}

.tab-link {
    margin: 0 auto;
    border: 2px solid #640c0c;
    color: #640c0c;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 23.97px;
    padding: 3px 23px;
}

.tab-link:hover {
    background-color: #640c0c;
    color: #fff;
}

.tab-image {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    float: right;
    width: 35%;
    height: 100%;
}

.tab-image img {
    width: 100%;
}

/* Doctor */

.doctor-left {
    float: left;
    width: 50%;
    height: 635px;
}

.doctor-right {
    float: right;
    width: 50%;
    height: 635px;
}

.meet-image img {
    object-position: top;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.doctor-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;    
    padding: 0 100px;
}

.meet-title {
    color: #640c0c;
    font-family: 'Open Sans SemiBold';
    font-size: 42.6px;
    margin-bottom: 30px;
}

.doctor-content p {
    font-size: 15px;
}

.doctor-content p:last-of-type {
    margin-bottom: 0;
}

.doctor-content ul {
    margin-left: 18px;
    margin-bottom: 28px;
}

.doctor-content li {
    list-style: disc;
    font-size: 15px;
}

/* Blog */

#blog {
    clear: both;
    background: linear-gradient(rgba(255,255,255,.64) 1%,rgba(255,255,255,.64) 100%),url(/wp-content/uploads/2019/01/background.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px 0;
}

#blog .wrap {
    max-width: 1450px;
}

.blog-post {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 430px;
    margin: 0 10px;
}

.blog-img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

.blog-title {
    color: #6e0e0f;
    letter-spacing: 1px;
    font-size: 30px;
}

.blog-post hr {
    border-top: 2px solid #6e0e0f;
    width: 140px;
}

.blog-excerpt,
.blog-post p {
    color: #323232;
    font-size: 15px;
    line-height: 30px;
}

.blog-link {
    font-family: 'Open Sans Bold';
    color: #6d312e;
    font-size: 15px;
}

/* New Patients */

#new-patients {
    background-color: #e1e1e1;
    text-align: center;
    padding: 50px 0;
}

#new-patients .wrap {
    max-width: 1450px;
}

#new-patients .ave-title {
    margin-bottom: 35px;
}

.patient-links {
    font-family: 'Open Sans SemiBold';
    border: 1px solid #650d0d;
    color: #000;
    display: inline-block;
    width: 26%;
    padding: 10px 0;
}

.patient-links:nth-child(3) {
    margin: 0 100px;
}

.patient-links:hover {
    background-color: #650d0d;
    color: #fff;
}

/* Directions */

#directions-top {
    text-align: center;
    background-color: #650d0d;
    padding: 15px 0;
}

#directions-top .ave-title {
    color: #fff;
    margin: 0;
}

#directions-content {
    padding: 50px 0;
}

#directions-content .wrap {
    max-width: 1350px;
}

#directions-content p {
    font-size: 15px;
}

#directions-content p:last-of-type {
    margin-bottom: 0;
}

#directions iframe {
    width: 100%;
}

/* Contact */

#contact {
    background: linear-gradient(rgba(255,255,255,.64) 1%,rgba(255,255,255,.64) 100%),url(/wp-content/uploads/2019/01/background.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    border-bottom: 1.7px solid #898989;
    text-align: center;
    padding: 50px 0;
}

#left-contact {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    float: left;
    width: 45%;
    align-items: flex-end;
}

#left-align {
    width: 517px;
}

body #gform_wrapper_4 ul li.gfield {
    margin-top: 0;
    margin-bottom: 12px;
}

#gform_wrapper_4 ul.gform_fields li.gfield {
    padding-right: 0;
}

body #gform_wrapper_4 .top_label div.ginput_container {
    margin-top: 0;
}

#gform_wrapper_4 li.hidden_label input {
    margin-top: 0;
}

#right-contact {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    float: right;
    width: 45%;
    height: 534px;
}

#right-contact img {
    width: 550px;
}

/* Associations */

#associations {
    clear: both;
    text-align: center;
    padding: 50px 0;
}

#associations .wrap {
    max-width: 1450px;
}

#associations .ave-title {
    margin-bottom: 30px;
}

#association-list li {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
}

/* Responsive Design */

@media (max-width: 1650px) {

/* About */

    #avenues .wrap {
        max-width: 1350px;
    }

/* Testimonials */

    .testimonial_body {
       width: 1350px;
	   margin: 0 auto;
    }

/* Reviews */

    #reviews .wrap {
        max-width: 1350px;
    }

/* Preview */

    #preview .wrap {
        max-width: 1350px;
    }

/* Doctor */

    .doctor-left {
        height: 605px;
    }

    .doctor-right {
        height: 605px;
    }

    .doctor-content {    
        padding: 0 70px;
    }

/* Blog */

    #blog .wrap {
        max-width: 1350px;
    }

    .blog-post {
        width: 426px;
    } 

/* New Patients */

    #new-patients .wrap {
        max-width: 1350px;
    }

/* Associations */

    #associations .wrap {
        max-width: 1350px;
    }        
}

@media (max-width: 1440px) {

/* Hero */

    div.slide-content {
        padding-left: 12%;
    } 

/* About */

    #avenues .wrap {
        max-width: 1200px;
    }

    #left-avenues {
        width: 55%;
    }

    #right-avenues {
        width: 45%;
        height: 398px;
    }

/* Offers */

        #cosmetic .offers-content {
            padding: 25px 30px;
        } 

/* Testimonials */

    .testimonial_body {
       width: 1200px;
    }

/* Reviews */

    #reviews .wrap {
        max-width: 1200px;
    }

    #review-links a:first-of-type {
        margin-right: 100px;
    } 

/* Preview */

    #preview .wrap {
        max-width: 1200px;
    }

    .tab-image {
        width: 37%;
    }

/* Doctor */

    .doctor-content { 
        padding: 0 50px;
    } 

/* Blog */

    #blog .wrap {
        max-width: 1200px;
    }

    .blog-post {
        width: 376px;
    }

/* New Patients */

    #new-patients .wrap {
        max-width: 1200px;
    } 

/* Directions */

    #directions-content .wrap {
        max-width: 1200px;
    } 

/* Associations */

    #associations .wrap {
        max-width: 1200px;
    }                                   
}

@media (max-width: 1350px) {

/* Hero */

    #hero,
    #hero .soliloquy-outer-container,
    .soliloquy-container,
    .soliloquy-container .soliloquy-wrapper,
    .soliloquy-container .soliloquy-viewport,
    .soliloquy-container .soliloquy-wrap,
    .soliloquy-container .soliloquy-item,
    .soliloquy-clear,
    .soliloquy-container .soliloquy-html-content {
        height: 571px !important;
    }

    div.slide-content {
        padding-left: 10%;
    }

/* About */

    #avenues .wrap {
        max-width: 1100px;
    }

    #left-avenues {
        width: 60%;
        padding-right: 30px;
    }

    #right-avenues {
        width: 40%;
        height: 374px;
    }

/* Offers */

    #in-house {
        width: 49%;
    }

    #cosmetic {
        width: 49%;
    }

    .offers-content {
        padding: 30px 82px;
    }

        #cosmetic .offers-content {
            padding: 20px 30px;
        }

/* Testimonials */

    .testimonial_body {
       width: 1100px;
    }

/* Reviews */

    #reviews .wrap {
        max-width: 1100px;
    }

    #review-links a:first-of-type {
        margin-right: 50px;
    }

/* Preview */

    #preview .wrap {
        max-width: 1100px;
    } 

/* Blog */

    #blog .wrap {
        max-width: 1100px;
    }

    .blog-post {
        width: 343px;
    }

    .blog-img {
        height: 250px;
    } 

/* New Patients */

    #new-patients .wrap {
        max-width: 1100px;
    }

/* Directions */

    #directions-content .wrap {
        max-width: 1100px;
    } 

/* Contact */

    #left-contact {
        width: 48%;
    }

    #right-contact {
        width: 50%;
    } 

/* Associations */

    #associations .wrap {
        max-width: 1100px;
    }                           
}

@media (max-width: 1250px) {

/* Buckets */

    #buckets-list li {
        width: 24%;
    } 

/* About */

    #avenues .wrap {
        max-width: 1000px;
    }

    #left-avenues {
        width: 50%;
        padding-right: 30px;
    }

    #right-avenues {
        width: 50%;
        height: 446px;
    }

/* Offers */

    .offers-background img {
        width: 100%;
        height: 100%;
    }

    .offers-content {
        padding: 34px 82px;
    }

        #cosmetic .offers-content {
            padding: 30px 30px;
        }

    .offer-title {
        font-size: 35px;
    } 

/* Testimonials */

    .testimonial_body {
       width: 1000px;
    }

/* Reviews */

    #reviews .wrap {
        max-width: 1000px;
    }

    #reviews img {
        width: 300px;
    } 

/* Preview */

    #preview .wrap {
        max-width: 1000px;
    }

    .info {
        float: none;
        width: 100%;
        height: 66%;
    }

    .tab-image {
        align-items: center;
        float: none;
        width: 100%;
        height: 34%;
    }

    .tab-image img {
        object-fit: unset;
        width: auto;
        height: auto;
    } 

/* Doctor */

    .doctor-left {
        float: none;
        width: 100%;
        height: auto;
    }

    .doctor-right {
        float: none;
        width: 100%;
        height: auto;
    }

    .meet-image img {
        height: 605px;
    }

    .doctor-content {
        padding: 50px 0;
        width: 1000px;
        margin: 0 auto;
    }

/* Blog */

    #blog .wrap {
        max-width: 1000px;
    }

    .blog-post {
        width: 310px;
    }

    .blog-img {
        height: 200px;
    }

    .blog-title {
        font-size: 25px;
    }

/* New Patients */

    #new-patients .wrap {
        max-width: 1000px;
    }

    .patient-links {
        width: 29%;
    }

    .patient-links:nth-child(3) {
        margin: 0 50px;
    } 

/* Directions */

    #directions-content .wrap {
        max-width: 1000px;
    }

/* Contact */

    #left-align {
        width: 476px;
    }

    #right-contact {
        height: 550px;
    }

    #right-contact img {
        width: 495px;
    } 

/* Associations */

    #associations .wrap {
        max-width: 1000px;
    }                        
}

@media (max-width: 1150px) {

/* About */

    #avenues .wrap {
        max-width: 900px;
    }

    #left-avenues {
        float: none;
        width: 100%;
        padding-right: 0px;
    }

    #right-avenues {
        height: 250px;
        padding-left: 20px;
    }

/* Offers */

    .offers-background {
        height: 220px;
    }

    .offers-content {
        height: 220px;
        padding: 53px 44px;
    }

        #cosmetic .offers-content {
            padding: 33px 10px;
        }   

/* Smile Makeover */

    #smiles {
        padding: 16px 0px 29px;
    }

    #before-after li {
        width: 32%;
    }

    #smile-offer .offers-background {
        height: 180px;
    }

    #smile-offer .offers-content {
        height: 180px;
    }  

/* Testimonials */

    .testimonial_body {
       width: 900px;
    }

/* Reviews */

    #reviews .wrap {
        max-width: 900px;
    }

    #reviews .ave-title {
        float: left;
        margin: 0;
        padding: 14px 0;
    }

    #review-links a:first-of-type {
        margin-right: 10px;
    }

    #reviews img {
        width: 270px;
    } 

/* Preview */

    #preview .wrap {
        max-width: 900px;
    }

    #tab {
        width: 37%;
    }

    #tab-right {
        width: 60%;
        height: auto;
    }

    .info {
        display: unset;
        height: auto;
    }

    .tab-image {
        text-align: center;
        display: block;
        height: auto;
        margin-bottom: 15px;
    }

/* Doctor */

    .doctor-content {
        width: 900px;
    }

/* Blog */

    #blog .wrap {
        max-width: 900px;
    }

    .blog-post {
        width: 276px;
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-excerpt,
    .blog-post p {
        line-height: 25px;
    }

/* New Patients */

    #new-patients .wrap {
        max-width: 900px;
    }

/* Directions */

    #directions-content .wrap {
        max-width: 900px;
    }

    #directions iframe {
        height: 400px;
    } 

/* Contact */

    #left-align {
        width: 427px;
    }

    #right-contact img {
        width: 420px;
    } 

/* Associations */

    #associations .wrap {
        max-width: 900px;
    }                             
}

@media (max-width: 1024px) {

/* Hero */

    #hero,
    #hero .soliloquy-outer-container,
    .soliloquy-container,
    .soliloquy-container .soliloquy-wrapper,
    .soliloquy-container .soliloquy-viewport,
    .soliloquy-container .soliloquy-wrap,
    .soliloquy-container .soliloquy-item,
    .soliloquy-clear,
    .soliloquy-container .soliloquy-html-content {
        height: 471px !important;
    }

    div.slide-content {
        background: rgba(0, 0, 0, 40%);
    }

/* About */

    #avenues .wrap {
        max-width: 85%;
    }

    #left-avenues {
        float: none;
        width: 100%;
    }

    #right-avenues {
        display: block;
        float: none;
        width: 100%;
        height: unset;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    #right-avenues iframe {
        width: 100%;
        height: 450px;
    } 

/* Smile Makeover */

    #smiles {
        padding: 16px 19px 29px;
    }

    #before-after li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

        #before-after li:last-of-type {
            margin-bottom: 0;
        }

    .before {
        float: left;
        width: 48%;
    }

    .after {
        padding-top: 0;
        float: right;
        width: 48%;
    }

/* Testimonials */

    .testimonial_body {
       width: 85%;
    }

/* Reviews */

    #reviews .wrap {
        max-width: 85%;
    }

    #reviews .ave-title {
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }

    #review-links {
        float: none; 
    }

    #review-links a:first-of-type {
        margin-right: 3%;
    }

    #reviews img {
        display: inline-block;
        width: 48%;
    }

/* Preview */

    #preview .wrap {
        max-width: 85%;
    }

    #tab {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .tablinks {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    #tab-right {
        float: none;
        width: 100%;
        height: auto;
    }

    .tab-image img {
        object-fit: cover;
        width: 100%;
        height: 400px;
    } 

/* Doctor */

    .meet-image img {
        height: 535px;
    } 

    .doctor-content {
        width: 85%;
    }

/* Blog */

    #blog .wrap {
        max-width: 85%;
    }

    .blog-post {
        width: 100%;
        margin: 0 auto 30px;
    }

        .blog-post:last-of-type {
            margin-bottom: 0;
        }

    .blog-img {
        height: 400px;
    }

    .blog-title {
        font-size: 30px;
    }

    .blog-excerpt,
    .blog-post p {
        line-height: 30px;
    } 

/* New Patients */

    #new-patients .wrap {
        max-width: 85%;
    }

    .patient-links:nth-child(3) {
        margin: 0 5%;
    } 

/* Directions */

    #directions-content .wrap {
        max-width: 85%;
    } 

/* Contact */

    #left-contact {
        float: none;
        width: 85%;
        margin: 0 auto;
    }

    #left-align {
        width: 100%;
    }

    #right-contact {
        float: none;
        width: 85%;
        margin: 0 auto;
        height: auto;
        align-items: center;
        margin-bottom: 20px;
    }

    #right-contact img {
        width: auto;
    } 

/* Associations */

    #associations .wrap {
        max-width: 85%;
    }

    #association-list li {
        vertical-align: top;
        width: 36%;
        margin-bottom: 30px;
    }                       

        #associations-list li:nth-child(3),
        #association-list li:nth-child(4) {
            margin-bottom: 0;
        }
}

@media (max-width: 850px) {

/* Buckets */

    #buckets {
        padding: 50px 0;
    }

    #buckets-list li {
        vertical-align: middle;
    }

    .buckets-title {
        width: 146px;
        margin: 0 auto;
    }

/* About */

    #right-avenues iframe {
        height: 400px;
    }

/* Offers */

    #offers {
        padding-top: 40px;
    }

    #in-house {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    #cosmetic {
        float: none;
        width: 100%;
    }

    #offers .ave-title {
        margin-bottom: 30px;
    }

    .offers-background {
        top: 60px;
        height: auto;
    }

    .offers-content {
        height: auto;
        padding: 46px 30px;
    }

        #cosmetic .offers-content {
            padding: 45px 30px;
        }

    .offer-title {
        font-size: 40px;
        margin-bottom: 5px;
    } 

/* Smile Makeover */

    #smile-makeover {
        padding-top: 40px;
    }

    #smile-offer .offers-background {
        top: 0;
        width: 100%;
        height: auto;
    }

    #smile-offer .offers-content {
        width: 100%;
        height: auto;
        padding: 46px 30px;
    }

/* Doctor */

    .meet-image img {
        height: 435px;
    }

/* New Patients */

    .patient-links {
        width: 100%;
    }

    .patient-links:nth-child(3) {
        margin: 20px 0;
    }

/* Associations */

    #association-list li {
        width: 45%;
    }                                  
}

@media (max-width: 768px) {

/* Hero */

    div.slide-content {
        text-align: center;
        align-items: center;
        padding-left: 0;   
    }

/* Buckets */

    #buckets-list li {
        width: 40%;
    }

        #buckets-list li:first-of-type,
        #buckets-list li:nth-child(2) {
            margin-bottom: 40px;
        }

    .buckets-title {
        width: auto;
    }      
}

@media (max-width: 660px) {

/* Hero */

    #hero,
    #hero .soliloquy-outer-container,
    .soliloquy-container,
    .soliloquy-container .soliloquy-wrapper,
    .soliloquy-container .soliloquy-viewport,
    .soliloquy-container .soliloquy-wrap,
    .soliloquy-container .soliloquy-item,
    .soliloquy-clear,
    .soliloquy-container .soliloquy-html-content {
        height: 421px !important;
    }

/* Schedule */

    #schedule-title {
        display: block;
    }

    #schedule-title {
        margin: 0 0 10px 0;
    }

/* About */

    #right-avenues iframe {
        height: 350px;
    }

/* Smile Makeover */

    .before {
        float: none;
        width: 100%;
    }

    .after {
        padding-top: 16px;
        float: none;
        width: 100%;
    }
    
/* Reviews */

    #review-links a:first-of-type {
        display: block;
        margin: 0 auto 30px;
    }

    #reviews img {
        width: 85%;
    } 

/* Preview */

    .preview-title {
        font-size: 18.97px;
    } 

/* Doctor */

    .meet-image img {
        height: 355px;
    }

/* Associations */

    #association-list li {
        width: 100%;
        margin-bottom: 30px !important;
    }                       

        #association-list li:nth-child(4) {
            margin-bottom: 0 !important;
        }                           
}

@media (max-width: 550px) {

/* About */

    #avenues .wrap {
        max-width: 90%;
    }

    #left-avenues {
        text-align: center;
    }

    #left-avenues ul {
        text-align: left;
    }

    #right-avenues iframe {
        height: 300px;
    }

/* Offers */

    .offer-title {
        font-size: 30px;
    }

    .offers-content p {
        font-size: 18.36px;
    }

    .offers-content a {
        font-size: 18.34px;
    }

/* Preview */

    #preview .wrap {
        max-width: 90%;
    }

    .tablinks {
        width: 100%;
    }

    .info {
        text-align: center;
    }

    .tab-link {
        display: block;
        padding: 1px 23px;
        width: 230px;
    }
    .tab-image img {
        height: 300px;
    }  

/* Blog */

    #blog .wrap {
        max-width: 90%;
    }

    .blog-post {
        text-align: center;
    }

    .blog-img {
        height: 300px;
    }

    .blog-title {
        font-size: 25px;
    }

    .blog-post hr {
        margin: 1em auto;
    }

/* New Patients */

    #new-patients .wrap {
        max-width: 90%;
    }

/* Directions */

    #directions-content .wrap {
        max-width: 90%;
    }

/* Contact */

    #left-contact {
        width: 90%;
    }

    #right-contact {
        width: 90%;
    }

/* Associations */

    #associations .wrap {
        max-width: 90%;
    }                     
}

@media (max-width: 500px) {

/* Hero */

    #hero,
    #hero .soliloquy-outer-container,
    .soliloquy-container,
    .soliloquy-container .soliloquy-wrapper,
    .soliloquy-container .soliloquy-viewport,
    .soliloquy-container .soliloquy-wrap,
    .soliloquy-container .soliloquy-item,
    .soliloquy-clear,
    .soliloquy-container .soliloquy-html-content {
        height: 371px !important;
    }

    div.slide-content .hero-title {
        font-size: 35.21px;
    }

    div.slide-content .hero-text {
        font-size: 18.54px;
    }

    div.slide-content .hero-link {
        font-size: 18.54px;
    }

/* Buckets */

    #buckets-list li {
        width: 45%;
    }

    .buckets-title {
        width: 146px;
    }  

/* Testimonials */

    #testimonials .ave-title {
        width: 90%;
        margin: 0 auto 20px;
    }

    .testimonial_body {
       width: 80%;
	   margin: 0 auto;
    }

    .cycle-prev.easy-t-cycle-prev,
    .cycle-next.easy-t-cycle-next {
        bottom: 150px;
    }

/* Reviews */

    #reviews .wrap {
        max-width: 90%;
    }

    #reviews img {
        width: 100%;
    }

/* Doctor */

    .doctor-content {
        text-align: center;
        padding: 40px 0;
        width: 90%;
    }

    .doctor-content ul {
        text-align: left;
        margin-left: 30px;
    }                   
}

@media (max-width: 400px) {

/* Hero */

    #hero,
    #hero .soliloquy-outer-container,
    .soliloquy-container,
    .soliloquy-container .soliloquy-wrapper,
    .soliloquy-container .soliloquy-viewport,
    .soliloquy-container .soliloquy-wrap,
    .soliloquy-container .soliloquy-item,
    .soliloquy-clear,
    .soliloquy-container .soliloquy-html-content {
        height: 301px !important;
    }

    div.slide-content {
        padding: 0px 40px;
    }

    div.slide-content .hero-title {
        font-size: 30.21px;
        line-height: 1;
        margin-bottom: 10px;
    }

    div.slide-content .hero-text {
        font-size: 16.54px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    div.slide-content .hero-link {
        font-size: 16.54px;
    }

/* Buckets */

    #buckets .wrap {
        max-width: 90%;
    }

    #buckets-list li {
        width: 100%;
    }

        #buckets-list li:nth-child(3) {
            margin-bottom: 40px;
        }

    .buckets-title {
        width: auto;
    }

/* About */

    #avenues {
        padding: 50px 0;
    }

    #left-avenues ul {
        margin-left: 40px;
    }

    #right-avenues iframe {
        height: 200px;
    }

/* Offers */

    .offers-content {
        padding: 35px 25px;
    }

        #cosmetic .offers-content {
            padding: 35px 20px;
        }

    .offers-content p {
        font-size: 16.36px;
    }

    .offers-content a {
        font-size: 16.34px;
    }

/* Preview */

    #preview {
        padding: 40px 0;
    }
    
    .tab-link {
        width: 100%;
    }

    .tab-image img {
        object-fit: unset;
        width: 100%;
        height: auto;
    } 

/* Doctor */

    .meet-image img {
        height: 305px;
    }

/* Blog */

    .blog-img {
        height: 200px;
    }

    .blog-title {
        font-size: 20px;
    }

    .blog-excerpt,
    .blog-post p {
        line-height: 25px;
    }                        
}