/*
Theme Name: inconceivable
Theme URI: https://github.com/grayghostvisuals/WP-Flex
Description: A blank, responsive, WordPress theme boilerplate adhering to best practices and requirements set forth by the official WordPress Codex and theme review guafidelines. Also makes a great starter theme for any of your WordPress theming needs.

Author: Dennis Gaebel : Gray Ghost Visuals
Author URI: http://wpflex.grayghostvisuals.com

Version: 1.0.9
Tags: full-width-template, fluid-layout, responsive-layout, custom-background, microformats, editor-style, custom-menu, sticky-post, theme-options, front-page-post-form, featured-images, sticky-post, rtl-language-support, threaded-comments, post-formats, white, light

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

WP-Flex Copyright ©2014 @gryghostvisuals
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license entitled "GNU Free Documentation License" can be
found at http://www.gnu.org/licenses/fdl-1.3-standalone.html
*/


/*
* The Wordpress CSS Codex
* http://codex.wordpress.org/CSS_Coding_Standards
* http://make.wordpress.org/core/handbook/coding-standards/css/
*
* REMINDERS
* -Use lowercase and separate words with hyphens when naming selectors. Avoid camelcase and underscores
* -Prefixed vendor-specific properties pairs should appear directly before the generic property they refer to
*
*/


/* =============================================================================
   Responsive Embedded Media
   ========================================================================== */

img,
object,
video {
  max-width: 100%;
  height: auto;
}


/* =============================================================================
  Required WordPress Styles
  * @since 1.0.6
  * Generated Core Classes
  * Each Theme should have these or similar styles in its style.css file
  * in order to display images and captions properly.
  * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
  ========================================================================== */

.sticky {}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignnone {
  clear: both;
  margin: 5px 20px 20px 0;
}

.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
  border: 0 none;
  height: auto;
  margin:0;
  max-width: 98.5%;
  padding:0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}

.gallery-caption {}

/*
* stops multiple categories from breaking the layout
*/
.entry-tags-list li,
.entry-categories-list li {
  display: inline-block;
}

/* by post author styling */
.bypostauthor {}


/* =============================================================================
   WordPress Generated - Extra Styling Classes for Authors
   ========================================================================== */

/* Fluid Images For Wordpress */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.wp-caption,
.wp-caption img {
  max-width: 100%;
}

img.size-full {
  max-width: 100%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* WP Breadcrumb Styles */
.cat-item {}
.cat-item.current-cat {}

.cat-item a:hover {}
.cat-item.current-cat a:hover {}

.cat-item a {}
.cat-item.current-cat a {}

/* WP Smiley */
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* WP widget styling */
.widget {}

/* WP Footer Search Widget Input */
#s {
  width: 100%;
}

/* WP Post Thumbnails */
.wp-post-image {}
.attachment-thumbnail {}
.attachment-medium {}
.attachment-large {}
.attachment-full {}

/* WP 404 Errors */
.error404 {}

/* WP Page Content */
.more-link {}
.posttitle {}


/* =============================================================================
   WordPress Comments
   ========================================================================== */
/*
* WP COMMENTS FORM
* comment form container
* keep this consistent for comment form
* everytime a user clicks reply to a thread
* the comment form that appears contains these very
* styles defined below
*/

#respond {}

/* comments list reset */
.commentlist,
.commentlist ul,
.commentlist .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* comment form title */
#reply-title {}

/* comment form ID generated by WP */
#commentform {}

/* moderation response text class provided via comments.php line#48 */
/* no user comments styling class provided via comments.php line#69 */
.moderating,
.nocomments {
  font-weight: lighter;
}

/* comment form labels */
label[for="author"] {}
label[for="email"] {}
label[for="commment"] {}

/* comment form inputs  */
#commentform input,
#commentform textarea {
  display: block;
}

#commentform textarea {
  width: 100%;
}

/* comment form allow tags */
.form-allowed-tags {}

/* comments pagination */
.comment-pagination {}
.prev-comments-link {}
.nxt-comments-link {}

/* avatars */
.avatar {
  display: block
}

/* User Comments */
.comment-list {}
.comment-meta {}
.comment-meta.says {}
.comment-vcard {}
.comment-edit-link {}
.comment-body {}
.comment-text {}
.reply {}
.comment-reply-link {}

/* Comment Respond Form */
.comment-respond {}




/* =============================================================================
   inconceivable Custom Styles
   ========================================================================== */
/**
* inconceivable Styling Modules
*
* Use these custom Classes as helpers for your styling needs and based on
* the classes written by this theme. These are not provided by WordPress
*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

figure {
	margin: 0;
}

@media only screen and (min-width: 600px) {
	.wp-block-column,
	.widget-area {
		font-size: 1.8vw;	
	} 
}

h1.blogname {
	font-size: calc(1em + 1vw);
}

h2.tagline {
	font-size: calc(0.7em + 0.7vw);
}

.master-header,
.master-footer {
	display: flex;
	overflow: hidden;
    justify-content: space-between;
	position: relative;
	margin-bottom: auto;
}

.master-header {
	display: flex;
    flex-direction: column;
	overflow: hidden;
    justify-content: space-between;
	position: relative;
	min-height: 60vh;
	margin-bottom: auto;
}

.master-footer {
	background: rgba(0,0,0,0.8);
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: white;
}

.master-header:before,
.master-footer:before {
    content: "";
    display: table;
    table-layout: fixed;	
}

.master-header a:hover,
.master-footer a:hover {
	text-decoration: none;
}

.wp-block-image_xx:before {
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
    -webkit-box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);
    box-shadow:inset 0px 0px 6px 6px rgba(255,255,255,1);	
}

/* inconceivable content defaults */
input[type="search"] {
	color: grey;
	padding: 0.2em;
	border-width: 1px;
	height: 30px;
}

button {
	padding: 0.2em;
	border-width: 1px;
	height: 30px;
	box-sizing: content-box;
}

.entry-content {
	margin: 2rem 0;
}

.header-title,
.entry-content,
.edit-link,
.sidebar,
.master-footer,
#sidebar {
	padding-left: 1em;
	padding-right: 1em;
}

.entry-content,
.edit-link,
.sidebar,
.master-footer,
#content,
#sidebar {
	position: relative;
	top: 0;
	z-index: 4;
}

/* inconceivable BLOG NAME Module */
.blogname {}

/* inconceivable TAGLINE Module */
.tagline {}

/* inconceivable NAVIGATION Module */

.header-image-container {
}

.master-header .header-image-container:after,
.master-header .header-image-container:before {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "\020";
    width: 100%;
    height: 100%;
}

.header-image-container .header-image:before {
	background: #0073aa;
    mix-blend-mode: screen;
    opacity: 0.1;
}

.header-image img {
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100vw;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	z-index: 1;
	/* When image filters are active, make it grayscale to colorize it blue. */
}

@supports (object-fit: cover) {
  .header-image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}

.master-header .header-image-container:after {
  background: #0073aa;
  opacity: .8;
  z-index: 2;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .master-header .header-image-container:after {
    mix-blend-mode: multiply;
    opacity: 1;
  }
}

.header-title {
    position: relative;
    margin: 0;
    font-size: 1.75em;
	z-index: 4;
}

.header-title-entry {
}

.header_image_wrapper {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
}

.header_image_wrapper_text {
	font-size: xxx-large;
	font-weight: bold;
	text-align: center;
	width: 100%;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	z-index: 4;
}

.page-after-header {
	position: relative;
}

.page-after-header:after {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "\020";
    width: 100%;
    height: 100%;
	opacity: 0;
	z-index: 3;
}

#mobile-nav,
.site-branding-container {
	color: #FFFFFF;
}

.menu-item {
	border-bottom-color: #FFFFFF;
}

.site-branding-container:after {
    display: block;
    position: static;
    top: 0;
    left: 0;
    content: "\020";
    width: 100%;
    height: 100%;
/*	background: rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.35); */
    mix-blend-mode: overlay;
    opacity: 0.5;
    z-index: 3;
}

.site-branding-container {
    position: relative;  /* position: absolute in ::after destroys menu clickable */
	z-index: 10;
	width: 100%;
    top: 50px;
	display: inline-grid;
	background: black;
	background: rgba(0,0,0,0);
	margin-bottom: auto;
	grid-template-columns: 1fr 1fr;
}

.site-branding-sticky {}

@media only screen and (min-width: 700px) {

	.site-branding-sticky {
		position: fixed;
    	top: 0px;
		left: 0;
		background: rgba(0,0,0,0.8);
	}
	
	.master-header {
		min-height: 80vh;
	}
	
	.header-title,
	.entry-content,
	.edit-link,
	.sidebar,
	.master-footer,
	#sidebar {
		padding-left: calc(5% + 50px);
		padding-right: calc(5% + 50px);
	}

}

ul#menu-primary-menu {
	margin: 0;
	padding: 0;
}

.menu {
	display: flex;
}

.menu-item {
	list-style-type: none;
	display: inline-block;
    text-align: -webkit-match-parent;
	padding:20px 0.5em 10px;
	margin: 0 0.2em;
	border-bottom: dotted 1px;
}

#mobile-nav {
    position: relative;
	z-index: 10;
	width: 100%;
    top: 50px;
	display: none;
	background: black;
	background: rgba(0,0,0,0);
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 700px) {
	.nav-menu li:not(:first-child) {display: none;}
	.nav-menu a.icon {
		float: right;
		display: block;
	}

	.nav-menu.responsive {
		position: relative;
	}

	.nav-menu.responsive .icon {
		position: relative;
		right: 0;
		top: 0;
	}
	
	.nav-menu.responsive li {
		float: none;
		display: block;
		background: rgba(0,0,0,0.8);
		text-align: left;
	}
	
	.menu.responsive {
		display: inline;
	}
	
	.search {
		display: none;
	}
}

.menu-bars .icon {
 	display: none;
}

.fa-bars:before {
    font: normal 20px/1 dashicons!important;
	font-weight: 900;
    content: "\f349";
}

.menu-bars {
	list-style-type: none;
	display: inline-block;
    text-align: -webkit-match-parent;
	padding: 20px 0.5em 10px;
	margin: 0;
}

#content .hentry .entry-meta .category a:hover,
#content .hentry .entry-meta .tag a:hover,
.menu-item:hover a,
li.menu-item:hover,
.fas:hover{
    background: #F5F5F5;
	color: black;
    text-decoration: none;
}

.current-menu-item > a{
  font-weight: bold;
}

.site-branding {
	list-style-type: none;
	display: flex;
	background: rbga(0,0,0,0);
	justify-content: left;
    align-items: top;
}

.site-title,
.site-title ul,
.site-title-image ul,
.master-footer ul,
#sidebar ul,
#site-title {
	list-style-type: none;
	margin: 0 0;
	padding: 0 0 0 0.5em;
}

.master-footer ul {
	padding: 0;
}

.master-footer a,
#sidebar a,
#site-title a {
	color:inherit;
	margin: 0.5em 0;
}

#sidebar li {
	margin: 0.5em 0;
}

.widget-column .widget,
.master-footer .footer {
	width: 100%;
}

@media screen and (min-width: 700px) {
	.widget-column .widget,
	.master-footer .footer {
		width: 50%;
	}
	.inconceivable-copyright {
		position: absolute;
		bottom: 0.2rem;
		text-align: right;
		right: 0.2em;
	}
}

#sidebar .widget-area .widget-column,
.master-footer {
	display: flex;
	flex-wrap: wrap
}

#sidebar:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.site-title h1, .site-title h2{
	margin: 0;
}

.nav-menu,
.search {
	display: flex;
    align-items: start;
	justify-content: flex-end;
	padding: 10px 20px;
}

.search {
	justify-content: flex-start;
	font-weight: 900;
	display: flex;
	border: 0;
	padding: 0;
	margin: 0;
}

.fa-search:before, .search_text:before {
    font: normal 20px/1 dashicons!important;
	font-weight: 900;
    content: "\f179";
}

.search_text {
	margin: 0 0.5em;
}

.btn-primary {
	color: black;
	background-color: orange;
}

.fa, .far, .fas {
	font-weight: 900;
	display: flex;
}

.search-box {
	display: block;
}

.search .search-box-wrap {
    background: rgb(251, 251, 251) none repeat scroll 0 0;
    top: 85px;
    box-shadow: 0 2px 2px;
    display: none;
    padding: 12px;
    position: absolute;
    right: 7%;
    z-index: 9999;
    right: 3%;
    border: 0;
}

.input-group {
    position: relative;
	display: inline-flex;
    border-collapse: separate;
	height: 40px;
	background: white;
}

.loginform,
.loginform input {
	font-size: 75%;
}

/* inconceivable PAGE TITLE Module */
.page-title{}

/* inconceivable ENTRY TITLE Module */
.entry-title {}

/* inconceivable ENTRY TITLE META Module */
.meta {}

/* inconceivable ENTRY FOOTER META Module */
.entry-footer {}
.comments-count {}
.comments-count-number {}
.entry-taxonomies {}
.entry-tags-list {}
.entry-tags {}
.entry-categories-list {}
.entry-categories {}
.inconceivable-copyright {
	font-size: 75%;
}

/* inconceivable ENTRY PAGINATION Module */
.pagination {}

/* inconceivable SINGLE ENTRY PAGINATION Module  */
.pagination.single {}

/* inconceivable SIDEBAR Module */
#sidebar {}


/* =============================================================================
   Demo Layout Styles * DO NOT USE *
   ========================================================================== */

  /*
body {
  background: #00b5f8;
  margin: 0 auto;
  padding: 1em;
   * max-width: 36em;
}

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

dl dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
dl dd {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
}

.nav-list {
  margin: 0;
  padding: 0;
}

.post {
  border-bottom: 2px solid rgba(0, 117, 160, 0.50);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  margin: 1.5em 0;
  padding: 5%;
}

   */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
