/*
 Theme Name: Timber Child
 Theme URI: http://pixelgrade.com/demos/timber/
 Author: PixelGrade
 Author URI: https://pixelgrade.com
 Template: timber
 Description: This is a child theme for Timber.
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: timber-child-theme
 Domain Path: /languages/
 Tags: light, white, yellow, one-column, two-columns, three-columns, right-sidebar, responsive-layout, custom-menu, featured-images, editor-style, infinite-scroll, microformats, post-formats, rtl-language-support, site-logo, sticky-post, theme-options, threaded-comments, translation-ready, blog, fashion, journal, lifestream, magazine, news, scrapbooking, video, bright, clean, elegant, geometric, glamorous, industrial, light, minimal, modern, sophisticated
*/

/* ADD YOUR NEW CSS RULES HERE */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: timber' line. */

/* Remove theme border */
body, body:after {
    border: 0;
}

/* Remove theme name and move the Copyright info to the left margin */
.theme-name { display: none; }
.show-details { display: none; }
.site-info {
  justify-content: left;
  padding-left: 48px;
}
.entry-header .entry-meta {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: none;
}

/*<h1 class="entry-header entry-header--short site-sidebar__text">Beauty 1</h1>*/

h1.site-sidebar__text {
    font-family: Century, Times, Serif !important;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 15px;
}


@media not screen and (min-width: 900px) {}
.site-footer--single .theme-name {
    display: none;
}
}
/*
small, .caption, .project-addthis-container .share-text, .filter__text {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0;
}

p a, li a, .woocommerce-message a:not(.button), .woocommerce-info a {
    display: inline-block !important;
    padding-bottom: 6px;
    border-bottom: 1px;
    border-bottom-color: gray;
    /* background-image: linear-gradient(to bottom, transparent 50%, #333333 50%);
    background-position: 0 78%;
    background-repeat: repeat-x;
    background-size: 100% 0.15rem; */
/*    text-shadow: 0.1rem 0 #FFF, 0.15rem 0 #FFF, -0.1rem 0 #FFF, -0.15rem 0 #FFF;
}
@media screen and (min-width: 100em) {
  small, .caption, .project-addthis-container .share-text, .filter__text {
      font-size: .73rem;
  }
}

@media screen and (max-width: 900px) {
    .site-footer--single {
        padding-left: 70%;
    }
}

*/
