/*
Theme Name: Invisible
Theme URI: http://millswebdesign.com/
Author: Peter Mills
Author URI: https://millswebdesign.com
Description: This is the unique invention of Mills Web Design and is more of a framework than a theme. It is so flexible it can look like anything, so paradoxically, has no identity at all.
Version: 1002.21
License:
License URI:
Text Domain: mills
Tags:


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
html {
font-family: sans-serif;
box-sizing: border-box;
height:100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
margin: 0;
height:100%;
}
.site {
background-color:#fff;
min-height:100%;
}
.hold-left {
float: right;
width: 100%;
}
.hold-right {
float: none;
}
.page-row-grp {
position:relative;
margin:0 auto;
width: 100%;
height:100%;
}
.page-row-grp .page-center-grp {
position:relative;
float: left;
width: 100%;
}
.page-row-grp .page-center-grp,.page-row-grp .left-bar-wrap,.page-row-grp .right-bar-wrap  {
vertical-align: top;
height:100%;
}
.left-bar-style, .right-bar-style {
height:100%;
}
.widgets-footer-wrp, .widgets-header-wrp {
display:block;
clear: both;
width: 100%;
}

/*if left sidebars apply*/
.left-bar-wrap {
        float: left;
        margin-right: -300px;
        width: 300px;
    }
.hold-left {
        padding-left: 300px;
}

/*if right sidebar applies*/
.right-bar-wrap {
        float: right;
        margin-right: -300px;
        width: 300px;
    }
.hold-right {
        margin-right: 300px;
}

/*sidebar responsiveness*/
.sidebar-stack .hold-left{
        padding-left: 0;
        width: 100%;
    }

.sidebar-stack .hold-right{
        margin-right:0;
    }

.sidebar-stack .right-bar-wrap{
        margin-right: 0;
        width: 100%;
    }

.sidebar-stack .left-bar-wrap{
        margin-right: 0;
        width: 100%;
    }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.page-content:before,
.page-content:after,
.comment-content:before,
.comment-content:after,
.widgets-header-wrp:before,
.widgets-header-wrp:after,
.left-bar-wrap:before,
.left-bar-wrap:after,
.right-bar-wrap:before,
.right-bar-wrap:after,
.upper-bar-wrap:before,
.upper-bar-wrap:after,
.lower-bar-wrap:before,
.lower-bar-wrap:after,
.widgets-footer-wrp:before,
.widgets-footer-wrp:after,
.page-row-grp:before,
.page-row-grp:after,
.widget:before,
.widget:after
{
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.page-content:after,
.comment-content:after,
.widgets-header-wrp:after,
.page-row-grp:after,
.site-footer:after,
.widget:after {
	clear: both;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 34px;
	margin: 10px 0;
	letter-spacing:-1px;
}
h2 {
	font-size: 30px;
	margin: 10px 0;
	letter-spacing:-1px;
}
h3 {
	font-size: 26px;
	margin: 10px 0;
}
h4 {
	font-size: 23px;
	margin: 10px 0;
}
h5 {
	font-size: 20px;
	margin: 10px 0;
}
h6 {
	font-size: 17px;
	margin: 10px 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 12px 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}


button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 20px 0;
	padding: 4px 10px 4px;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	/*clear: both; removed by Mills in v 1002.15*/
}
/*ensure headings used in bullet points display inline rather than as block*/
ul>li>h1,
ul>li>h2,
ul>li>h3,
ul>li>h4,
ul>li>h5,
ul>li>h6 {display:inline;}

p {
	margin-bottom: 14px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}


address {
	margin: 0 0 12px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 14px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 12px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 12px;
}

ul,
ol {
	margin: 14px 0 14px 0;
	padding-left:30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 12px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 12px 12px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 12px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	vertical-align:middle;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.mills-button, a.mills-button:link, a:link.mills-button:link, body a.mills-button:link, a.mills-button:visited, body a.mills-button:visited, input.mills-button, button.mills-button,
a.button, a.button:link, a:link.button:link, body a.button:link, a.button:visited, body a.button:visited, input.button, button.button, .mills-button, .button{
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	margin: 0!important;
	overflow: visible;
	cursor: pointer;
	text-indent: 0;
	line-height: 14px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding:8px 10px;
	border: 0;
	border-collapse: separate;
	-webkit-border-radius: 0;
	-webkit-background-origin: border !important;
	-moz-background-origin: border !important;
	background-origin: border-box !important;
	background: #4F4F4F;
	border-width: 0;
}

input.mills-button, input.button {
   float: none !important;
   -webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.mills-button:hover, .button:hover {
	background: #A6A6A6;
	color: #FFFFFF !important;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.mills-button:active,
.button:active{
	background: #000000;
	color: #FFFFFF !important;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration:none;
}

a:visited {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 12px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 12px;
}

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



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 12px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 12px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.wp-caption-text {
	text-align: center;
}

/*responsive sidebars*/

/*END responsive sidebars*/

/*vc compatibility*/
/*archive page - remove indent from nested vc in post loop*/
.archive .content-wrp .vc-replicate .vc_column-inner .mill-content-wrap .vc_column_container:first-child > .vc_column-inner {
padding-left:0!important;
}
.archive .content-wrp .vc-replicate .vc_column-inner .mill-content-wrap .vc_column_container:last-child > .vc_column-inner {
padding-right:0!important;
}
