/*
 Theme Name:   Nord Theme Child
 Theme URI:    http://themeforest.net/user/nordstudio
 Description:  Nord Child Theme
 Author:       Nord Studio
 Author URI:   http://themeforest.net/user/nordstudio
 Template:     nord-theme
 Version:      1.0
 License:      
 License URI:  http://themeforest.net/licenses
 Tags:         black, white, dark, one-column, right-sidebar, fixed-layout, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 Text Domain:  nord-theme-child
*/

@import url("../nord-theme/style.css");


.content-container {
  max-width: 950px;
  width: 100%;
	margin: 0 auto; }

body { 
  font-family: Poppins;
  line-height: 1.8;
  font-size: 1em;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.entry-title {
  font-size: 2.5em;
  line-height: 1.1;
  margin: 0 0 0;
  letter-spacing: -0.05em;
}
img.aligncenter {
	clear: both;
	margin-top: 0.3em;
	margin-bottom: -0.5em;
}

.inner-box {
  padding: 2% 2%;
}
.site-title {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.714285em;
  line-height: 1.4;
  letter-spacing: 0.083333em;
  text-transform: uppercase;
  margin: 0 0 -2.25em;
}
    .site-container {
        max-width: 950px;
		color: #000;
    }

.cat-links {
  margin: 0 0 0.5em;
}

.wp-caption-text, .entry-caption {
	color: #999;
	padding: 0 0 0;
	font-size: 0.888888em;
}

.inner-box {
	padding: 2% 2%;
}

.hentry {
  position: relative;
  border-top: 1px solid #eaeaea;
  background-color: #171717;
}

a, a:hover {
  text-decoration: none;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  margin: 1.4em 0 0.5em;
  color: #ffffff;
}

.page-content a, .entry-content a, .entry-summary a, .post-meta a, .author-description a, .author-link, .logged-in-as a, .comment-content a, .comment-edit-link {
    color: #ffffff;
}

.entry-content, .entry-summary, .page-content {
    font-size: 1.285714rem;
	color: #999;
}

.tags-list a {
    padding: 0.7em 1.2em;
    border: 2px solid rgb(85 85 85);
    color: #b1b1b1;
    margin-right: 2px;
    margin-bottom: 4px;
    border-radius: 3px;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.857142em;
    text-transform: uppercase;
}

.site-header {
    margin: 0.5em 0;
    margin-top: 0.5em;
    margin-right: 0px;
    margin-bottom: 1.5em;
    margin-left: 0px;
    text-align: center;
	line-height: 0.2em;
    color: #ddd;
}

.post-navigation .nav-next:before, .post-navigation .nav-previous:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #717171;
    transition: all 0.3s ease-out;
}

  .primary-navigation .nav-menu > li > a {
    display: inline-block;
    padding: 0.7em 0;
  }

.site-header .social-profiles a {
	font-size: 1.4285714em;
	color: #fff;
  margin: 0 20px 0 0;
}