/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* ---------------------------------------START--------------------------------------- */
/* GENERAL */

.w-72{
    width: 72px !important;
}

.italic-font{
	font-style: italic !important;
}

a:hover,
a:focus {
    color: #e57b3f !important;
}

/* GENERAL */
/* ---------------------------------------END--------------------------------------- */

/* ---------------------------------------START--------------------------------------- */
/* PA-1 DIGITAL LIBRARY PAGE - PORTFOLIO ITEM CARDS */

.library-card .work-meta {
    padding: 0px 0px 20px 10px !important;
} 

.library-card .work-meta h4,
.library-card .work-meta h4 a,
.library-card .work-meta p {
    color: #000 !important;
}

.library-card .work-meta h4,
.library-card .work-meta h4 a{
    font-weight: bold !important;
}

.library-card .work-meta p {
    padding-top: 10px !important;
    font-weight: 300 !important;
}


/* .library-card {
    background: #fff !important;
    padding:0px !important;
}
*/

/* .library-card .work-item img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
} */

/* .portfolio-items .work-meta,
.portfolio-items .work-meta * {
    pointer-events: auto !important;
} */

/* .work-info .default-link:last-child {
    position: relative !important;
    color: transparent !important;
} */

/* .work-info .default-link:last-child:after {
    content: "Summary" !important;
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
} */

/* .view-book-link {
    color: #503331 !important;
} */

/* Single Project Page - Back Link */
/* #all-items a {
    position: relative !important;
} */

/* #all-items a:hover::after {
    content: "Back to all books" !important;
    position: absolute !important;
    bottom: -35px !important;
    left: 70% !important;
    transform: translateX(-50%) !important;
    white-space: nowrap !important;
    background: #000 !important;
    color: #fff !important;
    padding: 0px 8px !important;
    font-size: 12px !important;
    z-index: 100 !important;
} */

/* PA-1 DIGITAL LIBRARY PAGE - PORTFOLIO ITEM CARDS */
/* ---------------------------------------END--------------------------------------- */

/* ---------------------------------------START--------------------------------------- */
/* COPYRIGHT ROW AFTER FOOTER */

#copyright {
    padding: 15px 0px !important;
}

/* COPYRIGHT ROW AFTER FOOTER */
/* ---------------------------------------END--------------------------------------- */
