
.paybutton__container--inner.editable__container--inner {
    max-width: 150px!important;
    max-height: 50px;
    margin-left: auto;
}
input#custrefid {
    padding: 0px!important;
    max-height: 20px!important;
}
input#Submit[value="Pay Now"] {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding: 0 40px;
}
.wrap__header--top-informations {
    padding: 0;
}
.mobile-payment-button {
    max-width: 150px;
    margin: 10px auto;
}
/*---------------Pop up css------------*/
#css-only-modals {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}

#css-only-modals:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.css-only-modal-check {
    pointer-events: auto;
    display: none;
}

.css-only-modal-check:checked ~ .css-only-modal {
    opacity: 1;
    pointer-events: auto;
}

.css-only-modal {
    width: 700px;
    background: #fff;
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    padding: 25px;
    text-align: right;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
}

.css-only-modal h2 {
    text-align: center;
}

.css-only-modal p {
    text-align: left;
}

.btn-primary:hover {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-primary {
    color: #fff;
    background-color: #777;
    border-color: #777;
    border-radius: 4px;
    padding: 6px 12px;
}

.css-only-modal-check:checked ~ #screen-shade {
    opacity: .5;
    pointer-events: none;
}

#modal1 {
    display: none;
}

#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity .8s;
}

/*------------End pop up css------*/
.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
    clear: none;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: none;
}

.home-layout .featuredblocks .featuredblock__item {
    margin-bottom: 20px;
}

.home-layout .wrap__page-content{
    padding-bottom: 0;
}

.home-layout .wrap__hours{
    padding:0 0 30px;
}

.home-layout #newslettersignup{
    margin: 50px 0 0 0;
}

.home-layout .wrap__testimonials {
    max-width: 940px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 44px;
}


.home-layout .wrap__testimonials .bx-wrapper .bx-controls.bx-has-pager .bx-pager-item {
    margin: 0 5px 10px;
}
.wrap__layout {
    padding-top: 163px;
}

.wrap__header {
    z-index: 9999;
}

.tcenter {
    text-align: center;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tjustify {
    text-align: justify;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.fbold {
    font-weight: bold;
}

.fbolder {
    font-weight: bolder;
}

.tunderline {
    text-decoration: underline;
}

.fitalic {
    font-style: italic;
}

.img-thumbnl {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.polaroid {
    width: auto;
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 15px;
}

.lgImg {
    width: 350px;
    height: 400px;
}

.lgImgWidth {
    width: 500px;
    height: 300px;
}

.mdImg {
    width: 250px;
    height: 350px;
}

.mdImgWidth {
    width: 400px;
    height: 250px;
}

.smImg {
    width: 200px;
    height: 280px;
}

.smImgWidth {
    width: 300px;
    height: 200px;
}

.xsImg {
    width: 180px;
    height: 150px;
}

.xsImgWidth {
    width: 200px;
    height: 200px;
}

.row {
    /*     display:flex;  */
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.row::after {
    display: table;
    clear: both;
    content: "";
}

.coll-4 {
    width: 30.33%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.coll-6 {
    width: 48%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.coll-8 {
    width: 64.44%;
    float: left;
    margin: .2em;
    padding: .25em;
}

/* .wrap__page-content img, .wrap__editable img {
    padding: 10px;
    max-width: 100%;
} */
.wrap__sitemap h2, .wrap__page-content h2 {
    text-align: initial;
    font-size: 22px;
    margin: 0 0 30px;
    font-weight: bold;
}

/* img css */
.align-left, .align-right, .img-right, .img-left, .floatleft, .floatright {
    float: none!important;
}

/* ---------------------MEDIA QUERIES --------------------- */
@media (min-width: 1025px) {
    .home-layout .wrap__featuredblocks {
        padding: 30px 26px 0;
    }

    .wrap__header--top-address {
        padding: 15px 0 0;
    }
}

@media (max-width: 960px) {
    .slider__button {
        max-width: 255px;
    }
}

@media (max-width: 767px) {
    .polaroid {
        margin: 15px auto;
    }

    .coll-6, .coll-4, .coll-8 {
        width: 100%;
        float: none;
    }
}

@media (min-width: 600px) {
    .align-right, .img-right, .floatright {
        float:right!important;
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 0;
    }

    .align-left, .img-left, .floatleft {
        float: left!important;
        margin-top: 10px;
        margin-left: 0;
        Margin-right: 30px;
    }
}
@media (min-width:1025px){
    .mobile-payment-button{
        display:none;
    }
}
