/*
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
*/

*, ::before, ::after {
  box-sizing: border-box;
}

/* Typography */
.light h1 {
    color: #d1331f;
}
.light h2 {
    color: #deb44a;
}
.light p {
    color: rgba(255,255,255,0.75);
}
.wpb_text_column a:not(:hover) {
    opacity: 1 !important;
}
.wpb_text_column p > a {
    opacity: 1 !important;
    color: #d1331f !important;
    text-decoration: none !important;
}
.wpb_text_column p > a:hover {
    text-decoration: underline !important;
}

/* Main Navigation */
#header-outer .nectar-text-reveal-button__text::after {
    color: #d1331f !important;
}
#top nav > ul > li#social-in-menu > a {
    line-height: 18px;
}
#header-outer #social-in-menu a:hover i {
    transform: translateY(-115%);
}
#header-outer #social-in-menu a:hover i:before {
    opacity: 0;
}

/* Images */
.screenshot-view .img-with-aniamtion-wrap:hover .hover-wrap-inner > a:after {
    content: 'Click to View Larger';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    padding-top: 25%;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
}

/* Blog */
body#wp-singular .featured-media-under-header h1.entry-title {
    color: white !important;
}
.featured-media-under-header__featured-media[data-align="center"] .post-featured-img img {
    object-position: top center;
}
#author-bio {
    display: none;
    visibility: hidden;
}


/* Responsive */

/* Mobile Resolution */
@media only screen and (max-width: 690px) {
     .col h2, body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style="bold"] p, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
        font-size: 50px;
     }
}