.wrap--inner.remove-scroll {
    /*overflow: hidden !important;*/
}
.logo__image {
    height: 100% !important;
}
.wrap__locations__header {
    margin: 0px 0 0 20px;
}
.location__phone, .location__phone a {
    padding: 0px 0 0 20px;
    margin-top: 0px;
    font-size: 24px;
}
.location__phone a::after {
    content: " (SKIN)";
}
.wrap__slider .slider__title {
    font-size: 48px;
}
#welcome-content, .home-layout .wrap__page-content, .wrap__featuredarticles {
    width: 100%;
}
a {
    color: #00aeef;
}
a:hover {
    color: #50b5eb;
}
.tcenter {
    text-align: center;
}
.width300 {
    max-width: 300px;
}
.cstm-btn {
    font-family: Arial;
    font-size: 15px;
    color: #ffffff;
    background-color: #00aeef;
    text-decoration: none;
    padding: 15px 70px 15px 20px;
    text-align: center;
    margin-bottom: 10px;
    font-style: normal;
    display: inline-block;
    -webkit-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    -moz-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    border-radius: 0;
    border: 2px solid #fff;
}
.cstm-btn:hover {
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
}
.cstm-btn:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    top: 0;
    right: 0;
}
.cstm-btn:after {
    content: '\f0da';
    font-family: 'font-awesome';
    font-size: 18px;
    color: #ffffff;
    width: 50px;
    position: absolute;
    right: -0px;
    top: 50%;
    transform: translateY(-50%);
}
#officehours-page tr td:first-child {
    width: 100px;
}
#officehours-page, #officehours-page tr, #officehours-page td {
    padding: 0;
    margin: 0;
    border: 0;
}
#col2 {
float: left;
padding: 5px;
width: 50%;
}
/*-------Blog-Page--------*/
.blog__post-content ul{
    font-size: 14px;
    }
/*-------Blog-Page-END-------*/


/* MEDIA QUERIES ONLY */
@media(min-width: 768px) {
    .tbl-row {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        /* align-items: center; */
    }
    .tbl-row .col-xs-12.col-md-6 {
        width: 50%;
    }
    .imgright {
        float: right;
        margin: 0 0 10px 10px;
    }
    .imgleft {
        float: left;
        margin: 0 10px 10px 0;
    }
    .socialmedia__item {
        float: right !important;
        margin: 0px 10px 0px 0px !important;
    }
    .wrap__locations__header {
        border-left: 0px solid rgba(0, 0, 0, 0.25);
    }
}
@media(max-width: 767px) {
    .tbl-row {
        display: block;
    }
    .tbl-row .col-xs-12.col-md-6 {
        width: 100%;
    }
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }

#col2 {
width: 100%;
}
}
