/*
Theme Name: LiveBox
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.main-box-title, .comment-reply-title, .main-box-head {
    background: #ffffff;
    color: #232323;
}
.main-box-inside {
    width: 100%;
    padding: 20px;
}
#vce-pagination, .vce-slider-pagination .owl-controls, .vce-content-outside, .comments-holder .navigation {
    background: #f3f3f3;
}
.vce-content-outside {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 13px 20px;
}
.data-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.data-image img {
    border-radius: 50%;
    width: 112px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    border: 5px solid #FFF;
}
.data-content {
    margin: 0 0 0 145px;
}
.data-content .author-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}
.main-box, .comment-respond, .prev-next-nav {
    background: #f9f9f9;
}
