/*
 Theme Name:   Bone Child
 Theme URI:    http://bone.minimaldog.net
 Description:  Bone Child Theme
 Author:       minimaldog
 Author URI:   https://themeforest.net/user/minimaldog/portfolio?ref=minimaldog
 Template:     bone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, two-columns, right-sidebar, responsive-layout
 Text Domain:  bone-child
*/


/* Font overrides */
.bodyCopy a {
    color: #ff5412;
}
.postSummary {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.postSingle-header .postTitle {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
}
.bodyCopy {
    line-height: 26px;
    font-size: 16px;
}
.navigation--standard a {
    font-size: 16px;
}

/* Download button styles */
.dashlane-download-link,
.dashlane-download-link:hover,
.dashlane-download-link:active,
.dashlane-download-link:visited,
.dashlane-download-link:focus {
    text-decoration:none;
}
.dashlane-download-link:visited {
    color: white;
}
.dashlane-download-link {
    background-image: url('img/download-icon-white.svg');
    background-position: calc(100% - 12px) 10px;
    background-repeat: no-repeat;
    padding: 8px 32px 9px 14px;
    color: white;
    background-color: #ff5412;
    border: solid 1px #ff5412;
    transition: background-color 150ms ease-out, background-image 150ms ease-out, background-position 150ms ease-out, color 150ms, border 150ms;
}
.dashlane-download-link:hover {
    background-position: calc(100% - 12px) 12px;
    color: white;
    background-color: #e44609;
    border: solid 1px #e44609;
}
.widget .dashlane-download-link {
    background-image: none;
    padding: 10px 22px;
    font-size: 16px;
    color: #ff5412;
    background-color: white;
    border: solid 1px #ff5412;
}
.widget .dashlane-download-link:hover {
    color: #e44609;
    border: solid 1px #e44609;
}

/* Temporarily hide shit we don't need or want */
.postRibbon {
    display: none;
}
.postFooter.postFooter--single {
    display: none;
}
.featuredBlock--altGrid--minor {
    display: none;
}
