/* body background color */
.section__bg--light-1::before {
  background-color: #F5F1E6 !important;
}

/* Header Locations */
h2.text-righttomid.light_brown {
    text-align: right;
}

/* CTA */
.cta {
    padding: 0px;
}

a.cta__button.component__button--1 {
    margin: 0px;
    border-color: #000000 !important;
    background-color: #cfc5a2;
    color: #000000;
}
/* FEATURED BLOCKS */
.rowcontainer{
    padding: 10px 0px 10px 0px;
    width: 100%;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 20px;
}
.colbox{
    width: 66%;
    border: 2px solid black;
    position: relative;
}
.imgsize{
    width: 100%;
    height: 100%;
}

/* HOME HOURS */
.hours.component {
    padding-top: 0px !important;
}
.hours-a__schedule .hours-a__subtitle {
    text-align: center;
    margin-bottom: 0px !important;
}

/* Home Contact Us */
.leadForm_T9NFzz7BnD-SHJgIZo7bAxmM .leadForm {
    padding-bottom: 0px;
}

/* Newsletter border */
.news_border {
    border: 1px solid !important;
    padding: 10px;
}

                                         /* IMAGES */
.center-center {
    display: block;
    margin: auto;
}
.righttomid {
    float: right;
    margin-left: 10px;
}

.lefttomid {
    float: left;
    margin-right: 10px;
}

                                     /* Text color */
.light_brown, p.logo-a__title.component__title {
    color: #93815A !important;
}
/* google map */
.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%;
}


                                                        /* TABLET */                                                            
@media (max-width: 991px) and (min-width: 768px) {
/* header banner */
.banner-c__text.banner-text__wrapper.component__text.row.align-items-center, .banner-c .flexslider .controls-wrapper {
    display: none;
}

/* Header locations */
h2.text-righttomid.light_brown {
    text-align: center;
}
/* IMAGES */
.righttomid, .lefttomid {
    float: none;
    display: block;
    margin: auto;
}
    
}





                                                     /* MOBILE */                                                            
@media (max-width: 767px) { 
    /* images */
.righttomid, .lefttomid {
    float: none;
    display: block;
    margin: auto;
}

.mob_resize {
    width: 100%;
}
/* Featured blocks */
.rowcontainer{
    flex-direction: column;
    align-items: center !important;
    grid-gap: 1px;
    padding: 10px 0px 0px 0px;
}

}













