.entry-header {
    margin-right: 0;
}

.site-content .entry-header, .site-content .entry-content {
    max-width: 608px;
    margin: 0;
}

.pagination {
    display: block;
    text-align: right;
    box-shadow: none;
}

.pagination a {
    margin-left: 10px;
}

a.disabled {
    color: #808080;
    pointer-events: none;
    cursor: default;
}

.slide .logo-block {
    display: inline-block;
    float: left;
    margin-right: 20px;
    vertical-align: top;
    width: 45px;
}

.dec-block {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 85%;
}
.dec-block a{
    border-bottom: none!important;
}

.rating-block {
    display: inline-block;
    vertical-align: top;
}

.entry-content .rating {
    display: inline-block;
    padding-top: 0px;
    text-align: right;
    width: 64px;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
    text-decoration: none;
}

.cust-name a {
    float: left;
    width: 100%;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: none!important;
}

.dec {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.business_name {
    font-size: 28px;
    line-height: normal;
}

.business_add {
    color: #898989;
    line-height: normal;
}

.total_rating_section .rating {
    display: inline-block;
    line-height: normal;
    margin-right: 5px;
    margin-top: 1px;
    vertical-align: top;
    width: auto;
}

.total-rating {
    color: #428BCA;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;

}

#mainContent {
    position: relative;
}

.singlePost {
    margin: 0px;
}

.dec-block .rating img {
    width: 80px !important;
}

.write-review {
    background: url("../images/write-btn.png") no-repeat scroll 0 0;
    padding-top: 7px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 13px;
    height: 29px;
    padding-left: 14px;
    line-height: normal;
    text-align: center;
    text-decoration: none !important;
    width: 120px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.write-review:hover {
    color: #FFFFFF !important;
}

.entry-content {
    position: relative;
}

.slider1 {
    display: inline-block;
    padding-bottom: 15px;
}

.dec-block .date {
    display: inline-block;
    padding-left: 5px;
    padding-top: 1px;
}

.total-review {
    color: #898989;
    display: inline-block;
    height: 29px;
    line-height: normal;
    padding-top: 11px;
    vertical-align: top;
    width: 111px;
}

.slide {
    float: left;
    width: 100%;
    padding-top: 15px;
}

img {
    border: medium none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.total_rating_section {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}

.rating {
    float: left;
    padding-top: 5px!important;
}

.top-section-wp {
    position: relative;
}

@media (max-width: 1023px) {

    .dec-block {
        width: 57%;
    }

    .content-sidebar {
        padding: 0 10px;
    }
}

@media (max-width: 990px) {
    .cust-name {
        width: 100%;
    }

    .dec-block {
        width: 80%;
    }

    .content-sidebar {
        padding: 0 10px;
    }
}

@media (max-width: 766px) {
    .write-review {
        right: 20px;
        top: -4px;
    }

    .business_name {
        font-size: 24px;
    }

    .dec-block {
        width: 100%;
    }

    .content-sidebar {
        padding: 0 10px;
    }
}

@media (max-width: 360px) {
    .write-review {
        right: 0;
        top: -34px;
    }
}

.icon-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
    margin-right: 7px;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-refresh:before {
    content: "\f021";
}
#reputation_management-next, #reputation_management-prev {
    cursor: pointer;
}
.dec {
    cursor: pointer;
}
