/*

Theme Name: Giana Child
Theme URI: http://www.m-themes.eu
Description: Child of Giana Theme - Minimalistic WordPress Theme created for blogs
Author: Marcin Michalak
Author URI: http://themeforest.net/user/maarcin
Template: giana
Tags: custom-menu, custom-header, featured-images, translation-ready, full-width-template, post-formats, theme-options
Version: 1.0
Text Domain: giana-child

Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
*/

@import url("../giana/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

body {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

h1, h2, h3, h4, h5, h6,
.accent-font {
  font-family: calluna, sans-serif !important;
}

.single-post .entry-content {
  background: #b1ded6;
  padding: 30px;
  position: relative;
}

.single-post .entry-content::before {
  border: 2px solid #3f4344;
  content: '';
  height: calc(100% - 20px);
  left: 10px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
}

.single-post .entry-content p {
  color: #3f4344;
}

.single-post .entry-content .entry-header + p::first-letter {
  color: #fff;
  float: left;
  font-family: calluna, sans-serif !important;
  font-size: 100px;
  line-height: 60px;
  padding: 10px 10px 10px 0;
}

.single-post .entry-content p:not(.jp-relatedposts-post):first-of-type + p {
  clear: both;
}

.meta-date {
  color: #3f4344; 
  text-align: left;
  width: 100%;
}

.single-post .meta-category .accent-font {
  color: #3f4344; 
}

.single-post .entry-title {
  color: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}

.single-post .entry-meta {
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  text-align: center;
}

.single-post .meta-tags a:hover,
.single-post .jp-relatedposts-post-a:hover {
  color: #ab9766;
}

.entry-content__signature {
  margin: 10px 0 30px;
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .single-post .entry-title {
    font-size: 24px;
  }
}