/*!
Theme Name: brandmaker
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brandmaker
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

brandmaker is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.3;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

ul, ol {
	margin: 0 0 2.5rem 1.5rem;
    padding: 0 0 0 1.5rem;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	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: #212931;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0.2rem 0.75rem 0.2rem;
    font-family: "Merriweather", Georgia, serif;
}

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: #212931;
}

select {
	border: 1px solid #eee;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.wp-block-image figcaption {
	text-align: center;
	font-size: 80%;
	font-style: italic;
	opacity:0.7;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
form input,
form textarea,
button {
	outline:0;
}

fieldset {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 2rem;
}

/*--------------------------------------------------------------
## Page Container
--------------------------------------------------------------*/
html {
	font-size:16pt;
}

@media screen and (max-width: 1680px) {
	html {
	    font-size: 12pt;
	}
}

@media screen and (max-width: 600px) {
	html {
	    font-size: 10pt;
	}
}

body {
	background:#212931;
	color:#fff;
	font-size:100%;
	font-family: "Merriweather", Georgia, serif;
}

p {
    margin-bottom: 2rem;
    margin-top: 0;
}

a {
	cursor:pointer;
	color:#212931;
	color:#1f72be;
	color:hsla(209, 72%, 43%, 1);
	text-decoration:none;
	transition:ease all 0.5s;
}

#content a:hover:not(.button) {
	border-bottom:1px dotted hsla(209, 72%, 43%, 1);
}

/*
#primary a {
	border-bottom:1px dotted rgba(0,0,0,0.5);
}
*/

h1,h2,h3,h4,h5,h6 {
	font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
}

h1 {
	font-size:4rem;
	margin:0 0 0.67rem;
	line-height:1.3;
}

h1.page-title {
	text-align: center;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 1rem 0;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0 1rem 0;
}


#page {
	width: calc(100% - 4rem);
    max-width: 80rem;
    margin:0 auto;
}

#content {
	background:#ffffff;
	color:#212931;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    padding: 1rem 2rem;
    border:0.1rem solid hsla(209, 72%, 43%, 1);
    color:hsla(209, 72%, 43%, 1);
    font-size:1rem;
    cursor:pointer;
    font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
    text-transform:uppercase;
    font-weight:900;
    letter-spacing:0.075rem;
    transition:ease all 0.5s;
    background:#fff;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:hsla(209, 72%, 43%, 1);
	color:#fff;
	border:0.1rem solid hsla(209, 72%, 43%, 1);
}

/*--------------------------------------------------------------
## Page Template Mods
--------------------------------------------------------------*/
.template-no-title .entry-content {
    margin-top: 0;
}

#main.template-no-padding {
	padding:0;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
p.site-title {
    text-align: center;
    font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
    margin:3rem 0;
}

p.site-title a {
    text-align: center;
    font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size:2rem;
    color: #fff;
	border: 0.225rem solid #fff;
    padding: 1rem 2rem;
    font-weight: 900;
    letter-spacing: 0.05rem;
}

p.site-title a:hover {
    opacity:0.7;
}

.custom-logo-link {
    display: block;
}

.custom-logo-link img {
    margin: 2rem auto;
    display: block;
    width: 24rem;
    height: auto;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

#page-intro {
	height:100vh;
	position:relative;
}

#page-intro-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#page-intro * {
	text-align: center;
}

#page-intro p {
    font-size: 1.5rem;
    font-style: italic;
    opacity: 0.8;
}

#page-intro a {
    color: #fff;
    opacity: 0.6;
    transition: ease all 0.5s;
}

#page-intro-scroll-button {
	border: 0.1rem solid #fff;
    text-align: center;
    line-height: 1;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    padding: 1.2rem;
    font-size: 1.5rem;
}

#page-intro a:hover {
	opacity:1;
}

.animated-fadeIn {
	-webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
                    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
            }
@-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
}



/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

nav#site-navigation:after {
    display: block;
    content: '';
    clear: both;
}

nav#site-navigation {
	background:rgba(255, 255, 255, 0.175);
	font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 900;
    letter-spacing: 0.075em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1rem;
}

#user-nav-links {
	text-align:right;
	padding-right:0.75rem;
	padding-right:0;
}

#user-nav-links a {
    color: #fff;
    padding: 1rem 1.25rem;
    display:inline-block;
}

#user-nav-links a.active {
    background: #fff;
    color: hsla(209, 72%, 43%, 1);
}

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

#site-navigation svg {
    height: 24px;
    width: auto;
    position: relative;
    margin-bottom: -6px;
    top: 0px;
}

#user-nav-links a.active svg {
    fill: hsla(209, 72%, 43%, 1);
}

#global-search-form {
    background: #212931;
	background-color: #1f72be;
	background-color:hsla(209, 72%, 43%, 1);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display:none;
    opacity: 0.98;
}

#global-search-form > form {
    display: block;
    width: 40rem;
    max-width:100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
    margin-right: auto;
}

#global-search-form > form label {
    font-family: "Merriweather", Georgia, serif;
    text-transform: none;
    font-weight: 300;
}

#global-search-form input[type="text"] {
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-radius: 0;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
}

#global-search-form input[type="submit"] {
    border: 0.1rem solid rgba(255,255,255,1);
    background: none;
    color: rgba(255,255,255,1);
    margin-bottom: 0.5rem;
}

#global-search-form input[type="submit"]:hover {
    border: 0.1rem solid #fff;
    background:  #fff;
    color:  #1f72be;
    transition:ease all 0.5s;
}

button#close-search {
    background: none;
    padding: 0;
    border: 0;
	display:inline-block;
	padding:1rem;
    text-align: center;
    right: 0.5rem;
    left: auto;
    position: absolute;
    color: #fff;
    top: 1rem;
    font-size: 1.2rem;
    opacity:0.7;
    transition:ease all 0.3s;
    z-index:99999;
}

#global-search-form a {
	color:rgba(255,255,255,0.65);
	transition:ease all 0.5s;
}

#global-search-form a:hover {
	color:rgba(255,255,255,1);
}

form.search-form {
    text-align: center;
}

@media screen and (max-width:1120px) {
	
	#open-menu {
	    float: left;
	    padding: 1rem 2rem;
	    color:#fff;
	    outline:none!important;
	}
	
	#open-menu:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
	
	#main-nav {
	    background: #212931;
		background-color: #1f72be;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 9;
	    display:none;
	}
	
	#main-nav > div {
		position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 9;
	}
	
	ul#primary-menu {
	    display: block;
	    width: 100%;
		text-align: center;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	#primary-menu a {
	    color: #fff;
	    font-size: 2rem;
	    transition: ease all 0.3s;
	    opacity:0.7;
	    padding: 0.3rem;
		display: block;
	}
	
	#primary-menu a:hover,
	button#close-menu:hover {
	    opacity:1;
	}
	
	button#close-menu {
	    background: none;
	    padding: 0;
	    border: 0;
		display:inline-block;
		padding:1rem;
	    text-align: center;
	    right: 0.5rem;
	    left: auto;
	    position: absolute;
	    color: #fff;
	    top: 1rem;
	    font-size: 1.2rem;
	    opacity:0.7;
	    transition:ease all 0.3s;
	    z-index:99999;
	}
	
	.admin-bar button#close-menu {
	    top: 2.4rem;		
	}
	
	button#close-menu:focus {
	    outline: none!important;
	}

}

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

	#open-menu {display:none;}
	
	nav#site-navigation ul.menu,
	nav#site-navigation ul.menu li {
		float:left;
	}
	
	nav#site-navigation ul.menu li a {
	    padding: 1rem 2rem;
	    color:#fff;
	    transition:ease all 0.5s;
	    display:block;
	}
	
	nav#site-navigation ul.menu li a:hover {
	    background-color: rgba(255, 255, 255, 0.1);
	}
	
	nav#site-navigation ul.menu li.active a,
	nav#site-navigation ul.menu li.current-menu-item a,
	nav#site-navigation ul.menu li.current_page_item a,
	nav#site-navigation ul.menu li.current_page_parent a,
	nav#site-navigation ul.menu li.current-menu-parent a,
	nav#site-navigation ul.menu li.active a:hover,
	nav#site-navigation ul.menu li.current-menu-item a:hover,
	nav#site-navigation ul.menu li.current_page_item a:hover,
	nav#site-navigation ul.menu li.current_page_parent a:hover,
	nav#site-navigation ul.menu li.current-menu-parent a:hover {
	    color: #1e252d!important;
	    background:#fff!important;
	}

	button#close-menu {
		display:none;
	}
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
#main {
	padding:3rem;
}

article header {
	position: relative;
	text-align: center;
}

span.single-post-date {
    display: block;
    text-align: center;
    position:relative;
    font-size:1rem;
    margin-bottom:2rem;
}

span.single-post-date:before,
span.single-post-date:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: calc(50% - 6rem);
    border-top: solid 0.1rem #eee;
}

span.single-post-date:after {
	right:0;
}

article header h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin: 0 0 2rem 0;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

article header > p,
header.page-header > p  {
    font-style: italic;
    font-size: 1.3rem;
    opacity: 0.5;
    text-align: center;
}

.single-featured-image {
	margin-bottom:2rem;
}

.single-featured-image img {
	margin: 0 auto;
	display:block;
}

section.single-post-meta {
    font-size:0.85rem;
}

section.single-post-meta i {
    margin-right: 0.5rem;
}

.cat-links {
    text-align: center;
}

.article-content,
.thin-content,
.thin-content .page-content,
.thin-content .entry-content,
.thin-content .entry-summary {
	max-width:48rem;
	margin:0 auto;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive article {
    display: inline-block;
    width: 31.3333%;
    padding: 0 1%;
    text-align: center;
}

a.post-thumbnail {
	border:0;
}

a.post-thumbnail img {
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	transition:ease all 0.3s;
}

.archive article:hover a.post-thumbnail img {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.archive article:hover h2 a {
	color:hsla(209, 72%, 33%, 1);
}

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

.align-justify {text-align: justify;}

#main.blog-wrapper {
	padding:0;
/* 	background:#eee; */
}

.blog-wrapper header.page-header {
    padding: 3rem 3rem 2rem;
    border-bottom:0.1rem solid #f5f5f5;
    text-align: center;
}

.archive article,
.blog article {
    width: 50%;
    float: left;
    padding: 3rem;
    border-top: 0.1rem solid #f5f5f5;
    border-right: 0.1rem solid #f5f5f5;
}

.archive article:nth-of-type(-n+2),
.blog article:nth-of-type(-n+2) {
	border-top:0;
}

.archive article:nth-of-type(even),
.blog article:nth-of-type(even) {
    border-left: 0.1rem solid #f5f5f5;
    margin-left:-0.1rem;
    width: calc(50% + 0.1rem);
}

.archive article:nth-of-type(odd),
.blog article:nth-of-type(odd) {
	clear:both;
}

.archive article a h2,
.blog article a h2 {
	font-size:1.75rem;
    color: #222932;
    margin: 0.75rem 0 2rem;
}

.archive article .article-date,
.blog article .article-date {
	font-size:0.85rem;
	opacity:0.6;
}

.archive-featured-image a img {
	transition: transform 0.3s ease-out;
}

.archive-featured-image a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.archive-featured-image a {
    overflow: hidden;
    display:block;
    position:relative;
}

/* Remove border-bottom on specific links */
#content .archive-featured-image a:hover,
.archive #content .type-download a:hover
 {
	border-bottom:0;
}

.archive-featured-image {
    margin-bottom:1rem;
}

.view-article-button {
    margin: 0 auto;
    display: block;
    width: 16rem;
    text-align: center;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

#content table {
	margin: 0 0 2rem 0;
	width: 100%;
}

#content table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

#content table td,
#edd_user_history td {
	padding: 0.75rem 0.75rem;
}

#edd_checkout_cart .edd_cart_header_row th,
#content table th,
#edd_user_history th {
	font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	line-height: 1.5;
	padding: 0.75rem;
	text-align: left;
	text-transform: uppercase;
	background:none;
	border:0;
}

#edd_checkout_cart .edd_cart_header_row th.edd_cart_actions {
	text-align: right;
}

@media screen and (max-width: 980px) {

	#content table th {
		font-size: 0.9rem;
	}

}

#content table thead {
	border-bottom: solid 2px;
}

#content table tfoot {
	border-top: solid 2px;
}

#content table {
	border-collapse: collapse;
	max-width: calc(100% - 2px);
}

#content table tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

#content table tbody tr td:first-child {
	border-left-width: 1px;
}

#content table tbody tr:first-child td {
	border-top-width: 1px;
}

#content table thead {
	border-bottom: 0;
}

#content table tfoot {
	border-top: 0;
}

#content table tbody tr {
	border-color: #eeeeee;
}

#content table tbody tr:nth-child(2n + 1) {
	background-color: rgba(220, 220, 220, 0.25);
}

#content table th {
	color: #212931;
}

#content table thead {
	border-bottom-color: #eeeeee;
}

#content table tfoot {
	border-top-color: #eeeeee;
}

#content table tbody tr td {
	border-color: #eeeeee;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info {
    padding: 1rem 0;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
    text-align: center;
/*
    font-family:'Source Sans Pro',sans-serif;
    font-weight:300;
*/
}

.site-info a {
	color: rgba(255,255,255,0.7);
/* 	border-bottom:1px dotted rgba(255,255,255,0.7); */
}

.site-info a:hover {
	color: rgba(255,255,255,1);
	border-bottom:1px dotted rgba(255,255,255,1);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments ol,
.comment-list {
	list-style: none;
	margin:0;
	padding:0;
}

.comment-content {
	background:#f5f5f5;
	padding: 0.5rem 2rem;
	clear:both;
	position:relative;
}

textarea#comment {
    border: 0;
    background:#f7f7f7;
    padding: 1rem 2rem;
}

.comment-content:before {
	content:' ';
	width: 0; 
	height: 0; 
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 1rem solid #f5f5f5;
	margin-top: -1.3rem;
	margin-left: -0.3rem;
}

.comment-content:after {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;	
	border-top: 20px solid #f5f5f5;
	margin-bottom: -1.3rem;
    right: 1rem;
    position: absolute;
}

.comment-content p {
	margin:1rem 0;
}

.comment .reply {
    text-align: right;
}

.comment .reply a {
    padding: 1rem 0.7rem;
    margin-top: 1rem;
    clear: both;
    position: relative;
    top: 0.5rem;
}

.comment img.avatar {
    float: left;
    width: 3rem;
    height: 3rem;
    background: #f5f5f5;
    border-radius: 50%;
    margin-right: 1rem;
}

.comment .reply a {
/*
    padding: 0.75rem 1.2rem;
    background: #f8f8f8;
    font-size: 0.8rem;
*/
}

footer.comment-meta {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
    padding-left: 1.22rem;
}

div#comments {
    border-top: 2px solid #f5f5f5;
    padding-top: 3rem;
    margin-top: 3rem;
}

.comment-author cite {
	font-style:normal;
}

footer.comment-meta i {
	margin-right:0.5rem;
	opacity:0.5;
}

p.logged-in-as {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
	color:hsla(9, 72%, 43%, 1);
}

#cancel-comment-reply-link:hover {
	border-bottom:1px dotted hsla(9, 72%, 43%, 1);
}

/*
.tags-links a {
    background: hsla(209, 72%, 43%, 0.8);
    display: inline-block;
    line-height: 1;
    padding: 0.3rem 0.5rem;
    border-radius: 0.3rem;
    color: #ffffff;
    margin: 0 0.25rem;
}

.tags-links a:hover {
    background: hsla(209, 72%, 43%, 1);
}
*/

/*--------------------------------------------------------------
## Easy Digital Downloads Styling
--------------------------------------------------------------*/
.edd-submit.button.blue,
#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
    background: hsla(209, 71%, 44%, 1);
    border-radius: 0;
    line-height: 1;
    padding: 1rem 2rem;
    font-size:1rem;
    cursor:pointer;
    font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
    text-transform:uppercase;
    font-weight:900;
    letter-spacing:0.075rem;
    transition:ease all 0.5s;
    color:#fff;
}

.edd-submit.button.blue.active,
.edd-submit.button.blue:focus,
.edd-submit.button.blue:hover,
#edd-purchase-button:hover, .edd-submit:hover, input[type=submit].edd-submit:hover {
	background:hsla(209, 71%, 36%, 1);
	border-color:hsla(209, 71%, 36%, 1);
}

.edd_purchase_submit_wrapper {
	text-align: center;
}

.edd-cart-added-alert {
    position: relative;
    width: 100%;
    padding: 10px;
    height: auto;
    margin-bottom: -40px;
}

#edd_user_history {
	border-top:0;
}

span.edd_empty_cart {
    display: block;
    text-align: center;
}

fieldset legend {
    font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 120%!important;
    letter-spacing:0.075rem;
    font-weight: 700;
}

.edd_price_options li {
    width: 33.3333%;
    text-align: center;
    padding: 1rem!important;
    display:inline-block!important;
    vertical-align: top;
/*     display:block!important; */
/* 	float:left; */
}

.eddr-notice.variable-prices {
    text-align: center;
    font-size: 90%;
    opacity: 0.5;
    line-height: 1.4;
}

.edd_price_options input[type="radio"] {
    display: block;
    text-align: center;
	margin: 0 auto 0.5rem;
}

div#edd-reviews {
    border-top: 4px dashed #eee;
    margin-top: 4rem;
    padding-top: 2.7rem;
}

.edd_price_options li > label {
    background: #eee;
    display: block;
    padding: 1.5rem 1rem;
	margin-bottom: 0.5rem;
    line-height: 1.8;
}

.edd_price_options ul {
    margin: 0 0 1rem;
    padding: 0;
}

span.edd_price_option_price {
    display: block;
    font-size: 270%;
    font-weight: 700;
    margin-bottom: -0.7rem;
    font-family: "Source Sans Pro", 'Helvetica Neue', Helvetica, sans-serif;
}

span.edd_price_option_sep {
    display: none;
}

#edd_purchase_form input {
	display:block;
}

span.edd-required-indicator {
    color: hsla(9, 71%, 44%, 1);
}

span.edd-description {
    font-size: 85%;
    opacity: 0.6;
    font-style: italic;
}

span#edd-first-description:before {
    content: '(';
}

span#edd-first-description:after {
    content: ')';
}

span.edd_cart_amount {
    font-family: 'Source sans pro';
    font-weight: 700;
    font-size: 150%;
}

#edd_final_total_wrap strong {
    font-weight: normal;
}

#edd_profile_address_fieldset input, #edd_profile_address_fieldset select {
    display: block;
}

a.edd_cart_remove_item_btn {
    background: hsla(0, 62%, 43%, 1);
    color: #fff;
    padding: 0.4rem 0.4rem;
    font-size: 0.7rem;
    text-align: center;
    display: block;
    line-height: 1;
}

.edd_cart_item_image {
    display:none;
}

/*
#cookie-law-info-bar {
    font-size: 10pt;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
    background: #fff;
    color: #000;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	background:hsla(209, 72%, 43%,1);
	}
*/

/*--------------------------------------------------------------
## Mobile Styling
--------------------------------------------------------------*/

@media screen and (max-width: 736px) {
	article header h1 {
	    font-size: 2.5rem;
	}
	h2 {font-size:1.5rem;}
	h3 {font-size:1.17rem;}
	.admin-bar button#close-menu {
	    top: 3.5rem;
	}
	#primary-menu a {
    font-size: 1.4rem;
    }
    
    #page {
	    width: 100%;
	}
	
	#main {
	    padding: 2rem 1.5rem;
	}
	
	.custom-logo-link img {
	    max-width: 80%;
	}
	
	.edd_price_options li {
		width:100%;
	}
	
	.archive article, .blog article {
	    border-right: 0;
	    width: 100%;
	}
	
}

/* iPad and up */
@media screen and (min-width:768px) {
	#comments li ol {
		margin-left:1.75rem;
	}
}


/*--------------------------------------------------------------
## Balloon Tooltips
--------------------------------------------------------------*/
@media screen and (min-width:1121px) {
	
	[data-balloon]:after,[data-balloon]:before{-khtml-opacity:0;pointer-events:none;position:absolute;z-index:10}button[data-balloon]{overflow:visible}[data-balloon]{position:relative;cursor:pointer}[data-balloon]:after{filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;opacity:0;-webkit-transition:all .18s ease-out .18s;-moz-transition:all .18s ease-out .18s;-ms-transition:all .18s ease-out .18s;-o-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;font-family:sans-serif!important;font-weight:400!important;font-style:normal!important;text-shadow:none!important;font-size:12px!important;background:rgba(17,17,17,.9);border-radius:4px;color:#fff;content:attr(data-balloon);padding:.5em 1em;white-space:nowrap}[data-balloon]:before{background:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;background-size:100% auto;width:18px;height:6px;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;opacity:0;-webkit-transition:all .18s ease-out .18s;-moz-transition:all .18s ease-out .18s;-ms-transition:all .18s ease-out .18s;-o-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;content:''}[data-balloon]:hover:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1;pointer-events:auto}[data-balloon].font-awesome:after{font-family:FontAwesome}[data-balloon][data-balloon-break]:after{white-space:pre}[data-balloon][data-balloon-blunt]:after,[data-balloon][data-balloon-blunt]:before{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}[data-balloon][data-balloon-pos=up]:after{bottom:100%;left:50%;margin-bottom:11px;-webkit-transform:translate(-50%,10px);-moz-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up]:before{bottom:100%;left:50%;margin-bottom:5px;-webkit-transform:translate(-50%,10px);-moz-transform:translate(-50%,10px);-ms-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up]:hover:after,[data-balloon][data-balloon-pos=up]:hover:before,[data-balloon][data-balloon-pos=up][data-balloon-visible]:after,[data-balloon][data-balloon-pos=up][data-balloon-visible]:before{-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}[data-balloon][data-balloon-length=small]:after{white-space:normal;width:80px}[data-balloon][data-balloon-length=medium]:after{white-space:normal;width:150px}[data-balloon][data-balloon-length=large]:after{white-space:normal;width:260px}[data-balloon][data-balloon-length=xlarge]:after{white-space:normal;width:380px}@media screen and (max-width:768px){[data-balloon][data-balloon-length=xlarge]:after{white-space:normal;width:90vw}}[data-balloon][data-balloon-length=fit]:after{white-space:normal;width:100%}
	
	[data-balloon]:after {
	    font-family: 'Source Sans Pro'!important;
	    font-weight: 700!important;
	    font-size: 0.8rem!important;
	}
}