/*
Theme Name: Bookmas PNU
Theme URI: http://innomattic.com/
Author: the innomattic team
Author URI: http://innomattic.com/
Description: Bookmas Theme for PNU Library
Version: 1.0
Template: bookmas
*/

/* bookmas style */
@import "../bookmas/style.css";



/**
 * Table of Contents
 * 1.0 - Normalize
 *    1.1 - plugin overwrite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


/**
 * 1.1 - plugin overwrite
 */

/*
 * rtmedia
 */
.rtmedia-plupload-container {
    z-index: 0;
}


/** ----------------------------------------------------------------------------
 * 14.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

/**
 * 14.1 - >= 710px
 */

@media (max-width: 710px) {
    .buddyboss-activity-media-add-photo-button {
        display: none;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(4n) {
        margin: 0px 0px 12px 8px !important;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form {
        margin: 0px 0px 12px 8px !important;
    }
    #form_feedbook_search {
        width: 98%;
    }
    .form_feedbook_search_wrap .form_feedbook_search_content.search_wrap {
        width: 98%;
    }

    /*.bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(2n) {*/
    /*    0px 16px 12px 20px*/
    /*}*/
    .bt_result_form_back {
        overflow-y: hidden !important;
    }
    #whats-new-form .bt_result_form_back #bt_result_form {
        width: 90% !important;
        height: 80% !important;
        top: 10%;
        left: 5%;
    }
    #buddypress form#whats-new-form #whats-new-content {
        width: 100% !important;
    }
    #buddypress #whats-new-form .textarea-form-header .post-header-left .content{
        line-height: 0;
    }
    #bt_result_rankform{
        z-index: 1;
    }
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 783px) {
    body:not(.custom-background-image).admin-bar:before {
        top: 0;
    }
    #bt_result_form, .bt_result_form {
        width: 90% !important;
        top: 10%;
        left: 5%;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(4n) {
        margin: 0px 0px 12px 8px !important;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form {
        margin: 0px 0px 12px 8px !important;
    }
    /*#form_feedbook_search {*/
    /*    width: 98%;*/
    /*}*/
    .form_feedbook_search_wrap .form_feedbook_search_content.search_wrap {
        width: 75%;
    }
    /*.bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(2n) {*/
    /*    0px 16px 12px 20px*/
    /*}*/
    .bt_result_form_back {
        overflow-y: hidden !important;
    }
    #whats-new-form .bt_result_form_back #bt_result_form {
        height: 80% !important;
    }

}


/**
 * 14.3 - >= 910px
 */

@media (min-width: 910px) {
    body:not(.custom-background-image).admin-bar:before {
        top: 0;
    }
    #bt_result_form, .bt_result_form {
        width: 90% !important;
        top: 10%;
        left: 5%;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(4n) {
        margin: 0px 0px 12px 8px !important;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form {
        margin: 0px 0px 12px 8px !important;
    }
    /*#form_feedbook_search {*/
    /*    width: 98%;*/
    /*}*/
    .form_feedbook_search_wrap .form_feedbook_search_content.search_wrap {
        width: 85%;
    }
    /*.bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(2n) {*/
    /*    0px 16px 12px 20px*/
    /*}*/
    .bt_result_form_back {
        overflow-y: hidden !important;
    }
    .bt-search-input-form input.bt-search-input {
        width: 87% !important;
    }
    #whats-new-form .bt_result_form_back #bt_result_form {
        width: 40% !important;
        height: 80% !important;
    }
}
/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 910px) {
    body:not(.custom-background-image).admin-bar:before {
        top: 0;
    }
    body:not(.custom-background-image).admin-bar:before {
        top: 0;
    }
    #bt_result_form, .bt_result_form {
        top: 10%;
        left: 5%;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(4n) {
        margin: 0px 0px 12px 8px !important;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form {
        margin: 0px 0px 12px 8px !important;
    }
    .form_feedbook_search_wrap .form_feedbook_search_content.search_wrap {
        width: 67%;
    }
    .bt_result_form_back {
        overflow-y: hidden !important;
    }
    .bt-search-input-form input.bt-search-input {
        width: 85% !important;
    }
    #whats-new-form .bt_result_form_back #bt_result_form {
        width: 40% !important;
        height: 80% !important;
    }
}

/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 985px) {
    body:not(.custom-background-image).admin-bar:before {
        top: 0;
    }
    #bt_result_form, .bt_result_form {
        width: 40% !important;
        top: 10%;
        left: 5%;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form:nth-child(4n) {
        margin: 0px 0px 12px 8px !important;
    }
    .bt-scroll #bt_result_booklist .bt-book-item-form {
        margin: 0px 0px 12px 8px !important;
    }


    .form_feedbook_search_wrap .form_feedbook_search_content.search_wrap {
        width: 67%;
    }
    .bt_result_form_back {
        overflow-y: hidden !important;
    }
    .bt-search-input-form input.bt-search-input {
        width: 87% !important;
    }
    #whats-new-form .bt_result_form_back #bt_result_form {
        width: 39% !important;
        height: 80% !important;
    }


}


/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 1200px) {
    body:not(.custom-background-image).admin-bar:before {
        top: 0;
    }
    #bt_result_form, .bt_result_form {
        width: 40% !important;
        top: 10%;
        left: 30%;
    }
}

#bt_result_form, .bt_result_form {
    width:50% !important;
    top: 10%;
    left: 30%;
}