@charset "utf-8";
.video-react .video-react-big-play-button {
    display: none !important;
}

.video-react .video-react-fullscreen-control {
    display: none !important;
}

a {
    text-decoration: none !important;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

input.add-new-btn {
    width: 170px;
    max-width: 100%;
    text-align: center;
    color: #FFF;
    padding: 12px;
    background: #702f9f;
    border-radius: 20px;
    background-clip: padding-box;
}

label {
    margin: 0px;
    padding: 0px;
}

.header {
    padding: 25px 15px;
    background: #2e75b5;
}

.back-btn-content {
    padding: 25px 0px;
}

.back-btn-content a {
    font-size: 15px;
    line-height: 15px;
}

.back-btn-content a:hover {
    text-decoration: underline;
}

.left-content {
    padding-right: 35px;
}

.record-content {
    line-height: 27px;
    background: #FFF;
    margin-bottom: 35px;
    border: 2px solid #dfe1e4;
    padding: 28px 28px 25px 28px;
    -webkit-box-shadow: 2px 2px 2px 0px #dfe1e4;
    box-shadow: 2px 2px 2px 0px #dfe1e4;
}

.record-content h1 {
    display: block;
    font-size: 45px;
    line-height: 42px;
    color: black;
}

.comment-count {
    color: #702f9f;
    font-size: 20px;
    line-height: 20px;
    max-width: 95%;
    display: block;
    padding: 28px 0px 25px 0px;

}

.comment-count span {
    width: 17px;
    height: 17px;
    float: right;
    background: #702f9f;
    border-radius: 8px;
    background-clip: padding-box;
}

.expert-mem-text {
    padding: 0px 28px 35px 34px;
    color: #702f9f;
    font-size: 28px;
    line-height: 27px;
}

.expert-mem-text .text-uppercase {
    padding-top: 10px;
    font-weight: 600;
}

a.add-new-btn {
    width: 170px;
    max-width: 100%;
    text-align: center;
    color: #FFF;
    padding: 12px;
    /*background: #702f9f;*/
    background-color: #a45bb4;
    border-radius: 20px;
    background-clip: padding-box;
}

a.add-new-btn:hover {
    background: #333;
}

.comment-content {
    line-height: 27px;
    background: #FFF;
    margin-bottom: 35px;
    border: 2px solid #dfe1e4;
    padding: 22px 0px 0px 0px;
    border-radius: 25px;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 2px 2px 0px #dfe1e4;
    box-shadow: 2px 2px 2px 0px #dfe1e4;
}

.comment-content .inner-content {
    padding: 0px 50px 8px 75px;
}

.comment-content .heading {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.comment-content .heading a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #03a9f4;
}

.comment-content .heading a:hover {
    color: #702f9f;
    text-decoration: underline;
}

.comment-content .heading span.feature {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin: 0px 20px 0px -55px;
    vertical-align: middle;
    background: #ffd965;
    border: 1px solid #ababab;
    border-radius: 17px;
    background-clip: padding-box;
}

.comment-content .text {
    color: #828282;
    text-align: left;
    line-height: 26px;
    padding: 17px 0px 23px 0px;
}

.comment-content p {
    line-height: 26px;
    padding: 0px 0px 35px 0px;
}

.pic-box {
    max-width: 150px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    padding: 5px 0px 20px 0px;
}

.pic-box img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.sharing-btns {
    padding: 24px 80px 20px 28px;
    border-top: 2px solid #dfe1e4;
    display: block;
}

.sharing-btns span.feature {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: #7f7f7f;
    border-radius: 8px;
    background-clip: padding-box;
}

.sharing-btns a {
    float: right;
}

.sharing-btns a:hover {
    text-decoration: underline;
    color: #000;
}

.sharing-btns a.share {
    margin: 3px 0px 0px 70px;
}

.sharing-btns a img {
    margin-right: 10px;
}

.twitter-feed-content {
    line-height: 27px;
    min-height: 500px;
    background: #FFF;
    text-transform: uppercase;
    margin-bottom: 100px;
    border: 2px solid #dfe1e4;
    padding: 30px 20px 20px 20px;
    -webkit-box-shadow: 2px 2px 2px 0px #dfe1e4;
    box-shadow: 2px 2px 2px 0px #dfe1e4;
}

.twitter-feed-content h1 {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.comment-form {
    padding: 40px 0px 0px 40px;
}

.comment-form .text {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    padding: 5px 0px 10px 0px;
}

label.label-text {
    display: block;
    color: #000;
    line-height: 18px;
    padding: 15px 0px 7px 0px;
    margin-right: -20px;
}

.textbox {
    width: 100%;
    height: 42px;
    background: #FFF;
    padding: 0px 13px;
    border: 2px solid #dfe1e4;
    outline: none;
}

.pic-upload {
    padding-bottom: 60px;
}

.pic-upload img {
    border: 2px solid #dfe1e4;
    margin-right: 20px;
}

.pic-upload a {
    vertical-align: middle;
}

textarea.textbox {
    height: 400px;
    padding: 13px;
    line-height: 22px;
    resize: none;
}

/*******************************Common *********************************/
.show-on-phone {
    display: none;
}

.margin-t {
    margin-top: 10px;
}

.margin-t5px {
    margin-top: 10px;
}

.padding-t {
    padding-top: 12px;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.padding-b-zero {
    padding-bottom: 0px !important;
}

.margin-b {
    margin-bottom: 10px;
}

.padding-t {
    padding-top: 9px;
}

.padding-t-zero {
    padding-top: 0px;
}

.margin-t20px {
    margin-top: 20px;
}

.margin-t30px {
    margin-top: 30px;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    body {
        font-size: 15px;
    }

    .left-content {
        padding-right: 0px;
    }

    .record-content {
        padding: 20px;
    }

    .record-content h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .expert-mem-text {
        padding: 0px 10px 35px 10px;
        font-size: 24px;
    }

    .comment-content .inner-content {
        padding: 0px 20px 8px 50px;
    }

    .comment-content .heading span {
        margin: 0px 2px 0px -40px;
    }

    .twitter-feed-content h1 {
        font-size: 24px;
    }

    .comment-form {
        padding-left: 0px;
    }
}

@media (max-width: 767px) and (min-width: 0px) {

    .show-on-phone {
        display: block;
    }

    .hide-on-phone {
        display: none;
    }

    body {
        font-size: 14px;
    }

    .left-content {
        padding-right: 0px;
    }

    .record-content {
        padding: 20px 15px;
    }

    .comment-count {
        font-size: 16px;
    }

    .record-content h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .expert-mem-text {
        padding: 0px 10px 35px 10px;
        font-size: 22px;
    }

    .expert-mem-text .text-right {
        margin-top: 15px;
        text-align: left !important;
    }

    .comment-content .inner-content {
        padding: 0px 15px 8px 15px;
    }

    .comment-content .heading {
        padding-left: 30px;
        font-size: 16px;
        line-height: 20px;
    }

    .comment-content .heading a {
        font-size: 16px;
        line-height: 20px;
    }

    .comment-content .heading span {
        margin: 0px 2px 0px -35px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }

    .twitter-feed-content h1 {
        font-size: 24px;
    }

    .pic-box {
        margin: 0 auto;
    }

    .sharing-btns {
        padding: 15px;
    }

    .sharing-btns a {
        font-size: 15px;
        line-height: 15px;
    }

    .sharing-btns a i {
        font-size: 15px;
        line-height: 15px;
    }

    .sharing-btns a.share {
        margin: 3px 0px 0px 10px;
    }

    .sharing-btns a img {
        margin-right: 4px;
    }

    .twitter-feed-content {
        margin-bottom: 20px;
    }

    .comment-form {
        padding: 0px;
    }

    label.label-text {
        margin-right: 0px;
    }

    .textbox {
        margin-bottom: 20px;
    }

    .comment-form .text {
        padding: 30px 0px;
    }

    .pic-upload {
        padding-bottom: 30px;
    }

    .pic-upload img {
        width: 110px;
        margin-right: 10px;
    }

    .pic-upload a {
        width: 140px;
    }

}

#single-post-bottom-widget-zone-single-post {
    display: none;
}


/*. custome */

@media (max-width: 532px) and (min-width: 500px) {
    .hndlcontent {
        max-width: 99% !important;
    }

    .xtss-above-post {
        padding-right: 2% !important;
    }
}

.subscribe-btn {
    background-color: #14679e;
    padding: initial;
    color: #fefefe;
    height: 50px;
    width: 120px;
    text-align: center;
}


.subscribe-btn:hover, .subscribe-btn:focus {
    background-color: #14679e !important;
}

@media (max-width: 1024px) and (min-width: 900px ) {

    .media .vc_col-md-7 {
        max-width: 520px;
    !important;
    }
}

@media (max-width: 768px) and (min-width: 601px ) {
    .hndl530 {
        max-width: 58%;
    }

    .media .vc_col-md-5 {
        margin-bottom: 28px !important;
        margin-left: 42px !important;
    }
}

@media (max-width: 600px) and (min-width: 571px ) {
    .hndl530 {
        max-width: 42.8%;
    }

    .article-content {
        max-width: 44%;
    }
}

@media (max-width: 570px) and (min-width: 541px) {
    .hndl530 {
        max-width: 40%;
    }

    .article-content {
        max-width: 42%;
    }
}

@media (max-width: 540px) and (min-width: 516px) {
    .hndl530 {
        max-width: 38%;
    }

    .article-content {
        padding-right: 5%;
    }
}

@media (max-width: 515px) and (min-width: 491px) {
    .hndl530 {
        max-width: 36%;
    }

    .article-content {
        padding-right: 5%;
    }
}

@media (max-width: 490px) and (min-width: 415px) {
    .hndl530 {
        max-width: 34%;
    }

    .article-content {
        padding-right: 5%;
    }
}

@media (max-width: 414px) and (min-width: 412px) {
    .hndl530 {
        max-width: 31%;
    }

    .article-content {
        padding-right: 5%;
    }

    .media .vc_col-md-7 {
        padding: 22px !important;
        max-width: 370px !important;
        margin-top: 112px !important;
        margin-left: -255px !important;
    }
}

@media (max-width: 411px) and (min-width: 376px) {
    .hndl530 {
        max-width: 30.8%;
    }

    .article-content {
        padding-right: 5%;
    }

    .media .vc_col-md-7 {
        padding: 15px !important;
        max-width: 360px !important;
        margin-top: 112px !important;
        margin-left: -255px !important;
    }
}

@media (max-width: 375px) and (min-width: 361px) {
    .hndl530 {
        max-width: 28%;
    }

    .article-content {
        padding-right: 5%;
    }
}

@media (max-width: 360px) and (min-width: 0px) {
    .hndl530 {
        max-width: 26.8%;
    }

    .article-content {
        padding-right: 5%;
    }

    .media .vc_col-md-7 {
        margin-left: -263px;
        margin-top: 105px;
        max-width: 340px;
        padding: 1rem;
    }


}

@media (max-width: 320px) and (min-width: 0px) {
    .hndl530 {
        max-width: 23.6%;
    }

    .article-content {
        padding-right: 5%;
    }

    .media .vc_col-md-7 {
        padding: 11px !important;
        max-width: 298px !important;
        margin-top: 112px !important;
        margin-left: -262px !important;
    }

    .media .vc_col-md-5 {
        margin-left: 2px !important;
    }
}

/* custom */

.hide_content {
    display: none;
}

.text-pink {
    color: #E65684 !important;
    font-size: 1.2em;
}

.comment-content .text {
    line-height: 14px;
}

/* modal */
.bootstrap-iso .center_modal.social_icon_modal .modal-header{
    color: white;
    font-size: 2em;
    font-weight: bolder;
    background-color: #a45bb4;
    text-align: center;
}

.bootstrap-iso .center_modal.social_icon_modal .modal-body{
    font-size:2em;
}

.bootstrap-iso .center_modal.social_icon_modal .modal-footer{
    font-size:1em;
    text-align: center;
    color: white;
    font-weight: bolder;
    background-color: #a45bb4;
}
.bootstrap-iso .center_modal .modal-dialog {
    margin-top: 15% !important;
}

/* modal end */

.sharing-btns span.feature {
    width: 33px;
    height: 33px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    background: #ffd965;
    border: 1px solid #ababab;
    border-radius: 17px;
    background-clip: padding-box;
}

.sharing-btns .share_social{
    float: right;margin-right: 20px;margin-left:20px;margin-top: 8px;
}

.sharing-btns .share_social:nth-of-type(3){
    padding-right: 20px;
}

.sharing-btns .share_social a{
    font-size: 1.5em;
}

.comment-content .follow-button ,.comment-content .unfollow-button {
    color: #3399FF;
    font-family: "Helvetica";
    font-size: 8pt !important;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #3399FF;
    border-radius: 3px;
    width: 70px;
    height: 20px;
    cursor: hand;
    font-weight: normal !important;
}

/*comment holder start*/
.comment_holder .detailBox {
    margin:10px;
}
.comment_holder .titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.comment_holder .titleBox label{
    color:#444;
    margin:0;
    display:inline-block;
}

.comment_holder .commentBox {
    padding:10px;
    border-top:1px dotted #bbb;
}
.comment_holder .commentBox .form-group:first-child,.comment_holder .actionBox .form-group:first-child {
    width:80%;
}
.comment_holder .commentBox .form-group:nth-child(2),.comment_holder .actionBox .form-group:nth-child(2) {
    width:18%;
}
.comment_holder .actionBox .form-group * {
    width:100%;
}
.comment_holder .taskDescription {
    margin-top:10px 0;
}


.comment_holder .commentList {
    padding:0;
    list-style:none;
    max-height:200px;
    overflow:auto;
}
.comment_holder .commentList li {
    margin:0;
    margin-top:10px;
}
.comment_holder .commentList li > div {
    display:table-cell;
}
.comment_holder .commenterImage {
    width:30px;
    margin-right:5px;
    height:100%;
    float:left;
}
.comment_holder .commenterImage img {
    width:100%;
    border-radius:50%;
}
.comment_holder .commentText p {
    margin:0;
    padding-bottom: 5px;
    line-height: 14px;
}
.comment_holder .sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}
.comment_holder .actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}
/*comment holder end*/

@media only screen and (max-width: 600px) {
    .inner-content .row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .pic-box img {
        max-width: 60% !important;
    }

    .expert_comment_link_top {
        display: none;
    }

    .subcribe_expert_comments_in_mobile {
        margin-left: 5px !important;
    }

    .sharing-btns .share_social{
        margin-right: 10px;margin-left:1px;
    }

    .sharing-btns .share_social:nth-of-type(3){
        padding-right: 5px;
    }

    .load_more_posts, .loading_more_posts_stop{
        margin-left: unset;
    }

}

.bootstrap-iso .read_less_content, .read_more_content {
    font-size: 18px !important;
    line-height: 32px !important;
}

.bootstrap-iso .read_less_content p, .read_more_content p {
    font-size: 18px !important;
    line-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bootstrap-iso .comment-content .text {
    font-size: 18px !important;
    line-height: 32px !important;
}

@media only screen and (max-width: 768px) {

    .follow-button, .unfollow-button {
        margin: auto !important;
    }
}

@media only screen and (min-width: 769px) {

    .follow-button, .unfollow-button {
        float: left !important;
    }
}