/*
Theme Name: Noire & Psy
Theme URI: http://noireetpsy.org/
Author: Intside
Author URI: http://intside.com/
Description: Noire & Psy is official noireetpsy.org WordPress theme.
Version: 0.1
Tags: purple, green, black, white, light, one-column, right-sidebar, fluid-layout, responsive-layout, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready
Text Domain: noireetpsy
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
}

a {
	text-decoration: none;
}

a:visited {
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

address {
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
}

code,
kbd,
pre,
samp {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
  background: #fff;
  font-style: italic;
  font-weight: 300;
  padding: 1rem 1rem 0.5rem 2rem;
  margin: 2rem 0;
  border-left: 4px solid #9a92e6;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
  max-width: 100%;
  height: auto;
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Images */
figure,
img {
  max-width: 100%;
}

img {
  height: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

@import url('https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap');

html {
  font-size: 15px;
}

body {
  background: #f7f6fe;
  font-family: Raleway, sans-serif;
  color: #666a6f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, .navbar {
  font-family: Oswald, sans-serif;
}
::selection {
  background: #1abc9c;
  color: #fff;
}

.reading-level {
  height: 5px;
  background-color: #28a745;
  width: 0px;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0;
}
.admin-bar .reading-level {
  top: 46px;
}

.search-form label {
  display: block;
  float: left;
  max-width: calc(100% - 124px);
}
.search-field {
  line-height: 32px;
}
.form-submit #submit,
.search-submit {
  background: #9a92e6;
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  margin: 0 0 1rem;
  border: none;
}
.search-submit {
  max-width: 124px;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

.navbar-brand img {
  max-height: 40px;
}

.nav-menu {
  padding: 0;
  margin: 0;
}
.nav-menu li {
  padding: 1rem;
}
.nav-menu li a {
  color: #000;
  text-decoration: none;
}
.nav-menu li a:hover,
.nav-menu li.current-menu-item a {
  color: #9a92e6;
}
.nav-menu li li {
  display: block;
}

.headline {
  position: relative;
  overflow: visible;
}
.headline::after {
  content: "";
  background: rgb(239, 237, 254);
  position: absolute;
  height: 420px;
  width: 420px;
  border-radius: 100%;
  top: calc(100% - 80px);
  left: calc(-100% + 120px);
  z-index: 0;
}

.site-description {
  font-family: 'Gamja Flower', cursive;
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.headline-title {
  font-size: 3rem;
  margin: 0 0 2.5rem;
}

.headline-description {
  margin: 0 0 2.5rem;
}

.site-cta a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 25rem;
  background: #9a92e6;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 0.3rem;
  margin: 0 0 1rem;
  z-index: 1;
}
.site-cta a:hover {
  background: #a7a1e9;
}
.site-cta a i {
  font-size: 1.25rem;
  margin: 0 0 0 0.25rem;
}

.header-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-image::before {
  content: "";
  background: #f0effc;
  width: 720px;
  height: 720px;
  position: absolute;
  top: -360px;
  left: calc(100% - 180px);
  z-index: -1;
  border-radius: 100%;
}

#featured-categories {
  background: #f5f5f5;
}
.featured-category {
  height: 100%;
  padding: 1rem;
  border: 1px solid #e2e6ec;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.6s ease;
  background-color: #fff;
}
.featured-category:hover {
  box-shadow: 0 0 30px 0 #9a92e6;
}
.featured-category img {
  margin: 0 0 1rem;
}
.featured-category h3 {
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}
.featured-category a {
  color: #6c757d;
  text-decoration: none;
}

.nav-links div {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: 2px solid #28a745;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
}
.nav-next {
  float: right;
}
.nav-links a {
  color: #28a745;
  text-decoration: none;
}
.nav-links div:hover {
  background: #28a745;
}
.nav-links div:hover a {
  color: #f5f5f5;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
.section-description {
  max-width: 720px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 auto 2.5rem;
}

#blog-posts {
  background: #eee;
}
.blog-post img {
  margin: 0 0 1rem;
}
.blog-post h3 {
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}
.blog-post .blog-post-date {
  font-size: 0.85rem;
  margin: 0 0 1.5rem;
}
.blog-post .blog-post-more a {
  background: #fff;
  display: inline-block;
  font-size: 0.85rem;
  padding: 0.35rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  border: 1px solid;
}
.blog-post .blog-post-more a:hover {
  background: #eee;
}

.page-template-noireetpsy-blog h2 a,
.archive h2 a {
  color: #000;
}
.archive-title {
  font-weight: 200;
}
.archive-title span {
  color: #9a92e6;
  font-weight: 400;
}

.categories-links a {
  background: #fff;
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 0.2rem;
  border: 1px solid #6c757d;
  padding: 0.25rem 0.5rem;
}
.categories-links a:hover {
  background: #6c757d;
  color: #fff;
  border-color: #6c757d;
}

#also-read .blog-post h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  margin: 0 0 1.5rem;
}

.widget {
  margin: 0 0 3rem;
}
.widget-title {
  font-weight: 300;
  text-transform: uppercase;
  margin: 2rem 0 1rem;
}
.widget ul {
  background: #fff;
  padding: 0.5rem 1rem;
  margin: 0;
  list-style: none;
  border: 1px solid #f5f8fb;
}
.widget li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e3e6f0;
}
.widget li:last-child {
  border-bottom: 0;
}
.widget ul li a {
  display: block;
  color: #333;
}

.author a {
  color: #000;
}
article .text-muted a {
  color: #8c98a4;
}

#contact-footer {
  background: #9a92e6;
}

#reply-title.comment-reply-title {
  font-size: 2.25rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 3rem 0 1.5rem;
}
#reply-title small {
  font-size: 1rem !important;
}
.comment-list {
  padding: 0;
}
.comment-list ol {
  padding: 0 0 0 1rem;
}
.comment-list li {
  background: #fff;
  padding: 0.5rem;
  border: 1px solid #eee;
  margin: 1rem 0;
  list-style: none;
}
.comment-list .comment-meta img {
  width: 32px;
}
.comment-metadata {
  font-size: 0.75rem;
  padding: 0 0 1rem 37px;
}
.comment-metadata a {
  color: #999;
}
.comment-reply-link {
  font-size: 0.75rem;
  color: #28a745;
  padding: 0.25rem 0.5rem;
  margin: 0 0 1rem;
  border: 1px solid #28a745;
}
.comment-reply-link:hover {
  background: #28a745;
  color: #f5f5f5;
  text-decoration: none;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  position: relative;
  margin: 0 0 1.5rem;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  position: absolute;
  background: #fff;
  top: -12px;
  padding: 0.125rem 0.5rem;
  margin: 0 1rem;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  padding: 0.85rem 1rem 1rem;
  border: 1px solid #000;
}
.comment-form-comment textarea {
  height: 8rem;
}

/**
 * 4.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* WordPress Media Queries */
@media (max-width: 600.98px) {
}
@media (min-width: 601px) and (max-width: 782.98px) {
}
@media (min-width: 783px) {
  .admin-bar .reading-level {
    top: 32px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .site-description {
    font-size: 1rem;
  }
  .headline-title {
    font-size: 2rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-description {
    font-size: 1.25rem;
  }
  .headline-title {
    font-size: 2.5rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-cta a {
    max-width: calc(50% - 15px);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 992px) {
  .nav-menu li {
    display: inline-block;
    padding: 0 1rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

