/*
Theme Name:   Documentaire
Author: Rose S
Description:  A clean and simple black on white single column theme that is mobile responsive and ready right out of the box
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: license.txt
Tags: one-column, custom-menu, footer-widgets, threaded-comments, blog
Text Domain: documentaire
*/

/*------------------
WordPress Classes
--------------------*/
.wp-caption{}
.wp-caption-text{}
.screen-reader-text{
  height:0;
  width:0;}
.gallery-caption{}
.bypostauthor{}
.alignright{
  display:block;
  float:right;
}
.alignleft{
  display:block;
  float:left;
}
.aligncenter{
  display:block;
  margin:0 auto;
}

/*------------------
Theme CSS
--------------------*/
body{
  color:#212121;
  font-family:'Open Sans',sans-serif;
  /*font-size:18px; */
}
h1{
  font-size:2em;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
	color: #333;
	opacity: 0.4;
}
h2{
  font-size:1.6em;
}
h3{
  font-size:1.3em;
}
h4,h5,h6{
  font-size:1.1em;
}
h1,h2,h3,h4,h5,h6{
  font-family:"Merriweather",serif;
}
p{
  color:#212121;
  font-family:"Open Sans",sans-serif;
  font-size:1em;
}
.sticky{
  background-color:#ececec;
}
#sticky-posts .sticky{
  background-color:#fff;
}
.biggest{
  font-size:1.6em;
  color:#356; /*costum */
}
#a-page h2,#a-post h2{
  margin-bottom:1.5em;
}
.text-black{
  color:#212121;
}
.img-r{
  width:100%;
  height:auto;
}
.border-left-1{
  border-left:1px dotted #212121;
}
a{
  color:#273238;
}
a:hover{
  color:#273238;
}
#comments ol,ul{
  list-style-type:none;
}
#comments{
  margin-top:2em;
}
.comment{
  list-style-type:none;
}
.comment-list{
  list-style-type:none;
  padding:0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
#menu-main-menu ul{
}
#menu-main-menu > li > ul > li::before{
  content: "- ";
}
ul,ol{
    margin-top:.25em;
    margin-bottom:0;
    -webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    -webkit-padding-start:0;
}
.spacer{
  height:12em;
}
.spacer-1{
  height:2em;
}
.spacer-2{
  height:4em;
}
.post{
  margin-bottom:1.5em;
}
figure{
  max-width:100%;
}
#primary-menu{
  margin-top:3em;
}
#footer-widgets-1,#footer-widgets-2{
  margin-top:3em;
}
.widget{
  margin-bottom:1.5em;
}
#content-featured-image{
  border:1px solid #616161;
  margin-bottom:1.5em;
  margin-top:1.5em;
  padding:2px;
}

.engraved {
	text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
}