/*** Css By Kumar Goyal ***/
/* #Start Flex alignments css */
.flex_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex_auto {
    -webkit-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.row_reverse {
    flex-direction: row-reverse;
}

.flex_align_vertical {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_align_center {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.flex_space_between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
}

.flex_end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
/* #End Flex alignments css */

/* #Start Css for Pending Request Blocks By Kumar 19-01-2019 */
.cm_request_block {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.cm_request_block_pic a.sr_user_name2 {
    background: rgba(64, 44, 159, 0.1);
    border: 2px solid #1ab394;
    height: 50px;
    width: 50px;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    cursor: default;
    pointer-events: none;
}

.cm_request_block_pic a.sr_user_name2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    max-width: 100%;
}

.cm_request_block_text {
    display: inline-block;
    padding-left: 15px;
}

.cm_request_block_btns {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 10px 0 0;
}
/* #End Css for Pending Request Blocks By Kumar 19-01-2019 */

/* #Start css for Edit Post page */
.edit_post_panel {
    width: 100%;
    background: #fff;
    padding: 15px 30px 30px;
    margin-top: 60px;
    border-radius: 10px;
    box-shadow: 0 12px 20px -10px rgba(153, 153, 153, 0.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0 12px 20px -10px rgba(153, 153, 153, 0.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(153, 153, 153, 0.2);
    -moz-box-shadow: 0 12px 20px -10px rgba(153, 153, 153, 0.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(153, 153, 153, 0.2);
    -o-box-shadow: 0 12px 20px -10px rgba(153, 153, 153, 0.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(153, 153, 153, 0.2);
    -ms-box-shadow: 0 12px 20px -10px rgba(153, 153, 153, 0.28), 0 4px 20px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(153, 153, 153, 0.2);
}

.edit_post_panel article {
    width: 100%;
    display: inline-block;
}

.cm_edit_post_form {
    width: 100%;
    display: inline-block;
    padding: 25px 0 0;
}

.cm_edit_post_form form {
    width: 100%;
    float: left;
}

.cm_edit_post_form form .form-group {
    margin-bottom: 25px;
}

.cm_edit_post_form form .form-group label.control-label {
    display: block;
    margin-bottom: 10px;
}

.cm_edit_post_form form .form-group textarea {
    resize: vertical;
    max-height: 150px;
}

.cm_upload_image_editpost {
    background: rgba(64, 44, 159, 0.1);
    border: 3px solid #1ab394;
    height: 150px;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px;
    position: relative;    
}

.cm_upload_image_editpost img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}
/* #End css for Edit Post page */

/*** Css By Kumar Goyal ends ***/

/*** Css By Himanshu Kemni ***/
/* begins unidentified collection */
.public-banner {
    width: 100% !important;
    margin: 100px 0 70px !important;
}

li.borderless {
    border-left: 0 none;
    border-right: 0 none;
}

li.borderless:hover {
    background-color: #f2f2f2;
}

.common-content .img-thumbnail {
    border-radius: 0px;
    background-color: #fff;
    display: inline-block;
    height: 35px;
    margin: 5px 0;
    width: 35px;
    padding: 4px;
    box-shadow: 0 0 1px #fff;
    transition: all 0.2s ease-in-out 0s;
}

.social-feed-separated .social-feed-box {
    margin-left: 35px;
}

#first_sec a:hover {
    color: #337ab7;
}

#second_sec .carousel {
    height: 250px;
}

#second_sec .carousel .item {
    background-color: #777;
    height: 250px;
}

.fa-play {
    cursor: pointer;
}

/* * BEGIN YOUTUBE PLAYER * */
.find_video {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.find_video img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.find_video .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.find_video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.find_video img,
.find_video .play-button {
    cursor: pointer;
}

.find_video img,
.find_video iframe,
.find_video .play-button,
.find_video .play-button:before {
    position: absolute;
}

.find_video .play-button,
.find_video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.find_video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* * END YOUTUBE PLAYER * */
.holow_btn_grp {
    position: relative;
}

.holow_lke {
    background: transparent;
    border: 2px solid #133783;
    color: #133783;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_lke:hover,
.holow_lke:active,
.holow_lke:focus {
    background: #133783;
    color: #fff;
    border: 2px solid transparent;
}

.holow_pst {
    border: 2px solid #5cb85c;
    background: transparent;
    color: #5cb85c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_pst:hover,
.holow_pst:active,
.holow_pst:focus {
    background: #5cb85c;
    border: 2px solid transparent;
    color: #fff;
}

.holow_cmmnt {
    border: 2px solid #5bc0de;
    background: transparent;
    color: #5bc0de;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_cmmnt:hover,
.holow_cmmnt:active,
.holow_cmmnt:focus {
    background: #5bc0de;
    border: 2px solid transparent;
    color: #fff;
}

.hlwRprtDiv {
    float: right;
}

.holow_report {
    border: 2px solid #d9534f;
    background: transparent;
    color: #d9534f;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_report:hover,
.holow_report:active,
.holow_report:focus {
    background: #d9534f;
    border: 2px solid transparent;
    color: #fff;
}

@media all and (max-width:481px) {

    .holow_lke,
    .holow_pst,
    .holow_cmmnt,
    .holow_report {
        font-size: 11px;
    }

    .social-footer {
        position: relative;
    }
}

@media all and (max-width:385px) {
    .holow_btn_grp {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .holow_lke,
    .holow_pst,
    .holow_cmmnt,
    .holow_report {
        padding: 1px 2px !important;
    }

    .hlwRprtDiv {
        float: none;
        text-align: right;
    }

    .holow_report {
        border: none;
        background: transparent;
        position: relative;
        top: 6px;
        right: 10px;
    }

    .social-footer {
        padding: 10px 2px;
    }
}

/* sticky */
#ajaxFilters .is_stuck {
    background-color: #F4F4F4;
    z-index: 999 !important;
    margin-top: -10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
}

#ajaxFilters .is_stuck #filtersHtm {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.is_stuck .com_brd {
    margin-bottom: 10px;
}

/* post view */
.textarea_layout {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    resize: none;
}

.tcb_sf_dash .form-control {
    border: 0 solid #cccccc;
    box-shadow: none;
}

.tcb_sf_dash .form-group {
    margin-bottom: 5px;
}

.textarea_layout {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    resize: none;
}

.tcb_sf_dash .form-control {
    border: 0 solid #cccccc;
    box-shadow: none;
}

.tcb_sf_dash .form-group {
    margin-bottom: 5px;
}

.article_post header h1 {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #222222;
    margin: 6px 0px 7px 0px;
    word-wrap: break-word;
}

.article_post .td-post-author-name {
    display: inline-block;
    margin-right: 3px;
}

.article_post .td-post-desc {
    display: inline-block;
    margin-right: 3px;
}

.td-post-author-name a {
    color: #222222;
    font-weight: 700;
    font-style: italic;
}

.td-module-meta-info {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    color: #444444;
    line-height: 16px;
    margin-bottom: 15px;
}

.td-post-sharing {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    line-height: 10px;
    border-top: 1px solid #e6e6e6;
}

.td-pb-padding-side {
    padding: 0px 19px 0px 20px;
}

@media (max-width:1600px) and (min-width:768px) {
    .td-module-meta-info {
        margin-bottom: 10px;
    }
}

@media (max-width:1600px) and (min-width:768px) {
    .td-pb-padding-side {
        padding: 0px 17px 0px 17px;
    }
}

.td-pb-row [class*="td-pb-span"],
.td-pb-border-top,
.page-template-page-title-sidebar-php .td-page-content>.wpb_row:first-child,
.td-post-sharing,
.td-post-content,
.td-post-next-prev,
.author-box-wrap,
.td-comments-title-wrap,
.comment-list,
.comment-respond,
.td-post-template-5 header,
.td-container,
.wpb_content_element,
.wpb_column,
.wpb_row,
.white-menu .td-header-style-1 .td-header-main-menu,
.white-menu .td-header-style-2 .td-header-main-menu,
.white-menu .td-header-style-3 .td-header-main-menu,
.white-menu .td-header-style-4 .td-header-main-menu,
.white-menu .td-header-style-5 .td-header-main-menu,
.white-menu .td-header-style-6 .td-header-main-menu,
.white-menu .td-header-style-7 .td-header-main-menu,
.white-menu .td-header-style-8 .td-header-main-menu,
.white-menu .td-header-style-9 .td-header-main-menu,
.td-header-style-6 .td-header-container,
.td-post-template-1 .td-post-content,
.td-post-template-4 .td-post-sharing-top,
.td-header-style-6 .td-header-header .td-make-full,
#disqus_thread {
    border-color: #e6e6e6;
}

.td-post-content {
    border-top: 1px solid #e6e6e6;
}

.td-post-content,
.mce-content-body,
.comment-content {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width:1600px) and (min-width:768px) {
    .td-post-content {
        padding-top: 17px;
    }
}

.content_post_block1 {
    border: 1px solid #D3D3D3;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    max-height: 1px !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    padding: 6px 12px;
}

.fileUpload input.upload_img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.public-banner {
    width: 100% !important;
    margin: 100px 0 70px !important;
}

li.borderless {
    border-left: 0 none;
    border-right: 0 none;
}

li.borderless:hover {
    background-color: #f2f2f2;
}

.common-content .img-thumbnail {
    border-radius: 0px;
    background-color: #fff;
    display: inline-block;
    height: 35px;
    margin: 5px 0;
    width: 35px;
    padding: 4px;
    box-shadow: 0 0 1px #fff;
    transition: all 0.2s ease-in-out 0s;
}

.social-feed-separated .social-feed-box {
    margin-left: 35px;
}

#first_sec a:hover {
    color: #337ab7;
}

#second_sec .carousel {
    height: 250px;
}

#second_sec .carousel .item {
    background-color: #777;
    height: 250px;
}

.fa-play {
    cursor: pointer;
}

@media all and (max-width: 991px) {
    .find_video {
        margin-bottom: -10px !important;
    }
}

@media all and (max-width: 499px) {
    #second_sec .carousel,
    #second_sec .carousel .item {
        height: auto !important;
    }

    #second_sec .carousel .item {
        line-height: 0;
    }

    #second_sec .carousel .item a {
        height: 200px;
        width: 100%;
        overflow: hidden;
        display: inline-block;
        position: relative;    
    }

    #second_sec .carousel .item a img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        display: inline-block;
        margin-bottom: 0;
    }
}

/* * BEGIN YOUTUBE PLAYER * */
.find_video {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.find_video img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.find_video .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.find_video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.find_video img,
.find_video .play-button {
    cursor: pointer;
}

.find_video img,
.find_video iframe,
.find_video .play-button,
.find_video .play-button:before {
    position: absolute;
}

.find_video .play-button,
.find_video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.find_video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* * END YOUTUBE PLAYER * */
.social-footer {
    width: 100%;
    display: inline-block;
}

.log_holow_rprt {
    float: right;
}

.holow_btn_grp {
    position: relative;
}

.holow_lke {
    background: transparent;
    border: 2px solid #133783;
    color: #133783;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_lke:hover,
.holow_lke:active,
.holow_lke:focus {
    background: #133783;
    color: #fff;
    border: 2px solid transparent;
}

.holow_pst {
    border: 2px solid #5cb85c;
    background: transparent;
    color: #5cb85c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_pst:hover,
.holow_pst:active,
.holow_pst:focus {
    background: #5cb85c;
    border: 2px solid transparent;
    color: #fff;
}

.holow_cmmnt {
    border: 2px solid #5bc0de;
    background: transparent;
    color: #5bc0de;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_cmmnt:hover,
.holow_cmmnt:active,
.holow_cmmnt:focus {
    background: #5bc0de;
    border: 2px solid transparent;
    color: #fff;
}

.holow_report {
    float: right;
    border: 2px solid #d9534f;
    background: transparent;
    color: #d9534f;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.holow_report:hover,
.holow_report:active,
.holow_report:focus {
    background: #d9534f;
    border: 2px solid transparent;
    color: #fff;
}

@media all and (max-width:481px) {
    .holow_lke,
    .holow_pst,
    .holow_cmmnt,
    .holow_report {
        font-size: 11px;
    }

    .social-footer {
        position: relative;
    }
}

@media all and (max-width:360px) {
    .holow_lke,
    .holow_pst,
    .holow_cmmnt,
    .holow_report {
        padding: 1px 2px !important;
    }

    .social-footer {
        padding: 10px 7px;
    }
}

/* #Start Commnity banner design modification css <==> Added by Kumar on 25-July-2019 */
@media all and (max-width: 991px) and (min-width: 768px) {
    .public_bg {
        max-height: 135px;
    }

    .p_name {
        font-size: 28px;
    }
}

@media all and (max-width: 767px) and (min-width: 601px) {
    .p_name {
        font-size: 19px;
        line-height: 30px;
    }
}

@media all and (max-width: 600px) {
    .public_bg {
        height: 100%;
        margin-top: 0;
        padding-top: 25px;
        bottom: auto;
        top: 0;
        display: -webkit--box;
        display: -ms--flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .img-left .img-thumbnail {
        width: 120px;
        height: 120px;
    }
    
    .img-left {
        position: relative;
    }

    .img-left img {
        top: 0;
        left: 0;
    }
    
    .fileUpload_logo {
        bottom: 5px !important;
        left: 3px !important;
        position: absolute;
    }

    .content-left {
        padding-right: 0;
        text-align: center;
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
    }

    .p_name {
        font-size: 20px;
        line-height: 26px;
    }

    .p_content {
        padding: 0 5px;
    }
}

@media all and (max-width: 480px) {
    .p_name {
        font-size: 16px;
    }
}
/* #End Commnity banner design modification css */

/* Css by Kumar ends */

/*** Css By Himanshu Kemni Starts ***/
/* sticky */
#ajaxFilters .is_stuck {
    background-color: #F4F4F4;
    z-index: 999 !important;
    margin-top: -10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
}

#ajaxFilters .is_stuck #filtersHtm {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.is_stuck .com_brd {
    margin-bottom: 10px;
}
/* ends unidentified collection */
/*** Css By Himanshu Kemni ends ***/