/*!
Theme Name: tanyaharrison
Theme URI: http://underscores.me/
Author: Scout & Tanya
Author URI: https://tanyaofmars.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tanyaharrison
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.

tanyaharrison is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
	- Gutenberg Updates
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
	- Featured Image (SJ)
	- Spectro-stripes (SJ)
	- Content Layout (SJ)
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets & Buttons
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack sharing
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@font-face {
	font-family: 'Socicon';
	src:  url('fonts/Socicon.eot?87visu');
	src:  url('fonts/Socicon.eot?87visu#iefix') format('embedded-opentype'),
	url('fonts/Socicon.woff2?87visu') format('woff2'),
	url('fonts/Socicon.ttf?87visu') format('truetype'),
	url('fonts/Socicon.woff?87visu') format('woff'),
	url('fonts/Socicon.svg?87visu#Socicon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	font-weight: 700;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Gutenberg Additions
--------------------------------------------- */

.alignwide,
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}


@media (min-width: 920px) {
	.alignwide {
		width: 100%;
		max-width: 100%;
		margin: 32px 0;
	}
	
	.wp-block-columns.alignfull
	
	{padding: 0 5vw;}
	
	.wp-block-columns.red-damask, .wp-block-columns.tonys-pink, .wp-block-columns.cinnabar
	
	{padding-top: 1.5em; padding-bottom: 0.5em;}
	
}


blockquote,
blockquote.wp-block-quote {
	background: transparent;
	text-align: left;
}

	blockquote p,
	blockquote.wp-block-quote p {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
	}

	blockquote cite,
	blockquote.wp-block-quote cite,
	blockquote .wp-block-quote__citation,
	blockquote.wp-block-quote .wp-block-quote__citation {
		display: block;
		font-size: 16px;
		font-weight: 400;
		margin-top: 12px;
		text-transform: uppercase;
	}

	blockquote p:last-of-type,
	blockquote.wp-block-quote p:last-of-type {
		margin-bottom: 0;
	}

	blockquote.is-large,
	blockquote.wp-block-quote.is-large,
	blockquote.is-style-large,
	blockquote.wp-block-quote.is-style-large {
		
	}



/* Gutenberg Pull Quote
--------------------------------------------- */

	.wp-block-pullquote {
		border: none;
		padding: 0;
	}
	.wp-block-pullquote blockquote {
		border-left: 0;
		border-top: 8px solid $highlight;
		border-bottom: 8px solid $highlight;
		padding: 16px 0;
		text-align: center;
		max-width: 50%;
		margin: 0 auto;
	}

	.wp-block-pullquote.alignleft blockquote,
	.wp-block-pullquote.alignright blockquote {
			max-width: 100%;
	}


	.wp-block-button .wp-block-button__link {
		border-radius: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 18px;
		padding: 20px 24px;
	}

	.wp-block-button .wp-block-button__link:hover {
		background: darken( orange, 10% );
		text-decoration: none;
	}


	.wp-block-separator:not(.is-style-dots),
	hr:not(.is-style-dots) {
		background-color: orange;
		border: 0;
		height: 1px;
	}
	
	.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
	hr:not(.is-style-wide):not(.is-style-dots) 
	 {
		width: 100%;
		height: 4px;
		background: transparent;
	}
	.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
	hr:not(.is-style-wide):not(.is-style-dots)::before 
	 {
			content: '';
			display: block;
			height: 4px;
			width: 40px;
			background: orange;
		}
	
	.wp-block-separator.is-style-dots:before,
	hr.is-style-dots:before 
	 {
		color: orange;
		font-size: 18px;
		letter-spacing: 12px;
		padding-left: 12px;
	}






/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

body.archive.category-videos h2 {font-size: 1.5rem; font-weight: normal;}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */



.menu-toggle {text-transform: uppercase; font-size: 1.75rem; letter-spacing: 2px;}

a {
	color: #e26649;
}

a:visited {
	color: inherit;
}

a:nth-child(odd) {
	color: #e26649;
}
a:nth-child(even) {
	color: #e2464c;
}



a:hover:nth-child(odd),
a:focus:nth-child(odd),
a:active:nth-child(odd) {
	color: #e26649;
}
a:hover:nth-child(even),
a:focus:nth-child(even),
a:active:nth-child(even) {
	color: #e2464c;
}

.red-damask a, .tonys-pink a, .cinnabar a, #secondary a,
.red-damask .wp-block-latest-posts__post-date, .tonys-pink .wp-block-latest-posts__post-date, .cinnabar .wp-block-latest-posts__post-date

{color:white; text-decoration: none;}

.red-damask a:hover, .tonys-pink a:hover, .cinnabar a:hover, #secondary a:hover

{color:white; text-decoration: underline;}

.red-damask {
	background-color: #e26649;
}

.cinnabar {
	background-color: #e2464c;
}

.tonys-pink {
	background-color: #e29d8d;
	
}
/* Color Picker - Gutenberg */

.has-red-damask-color, a.has-red-damask-color {
	color: #e26649;
}

.has-red-damask-background-color {
	background-color: #e26649;
}

a:hover.has-red-damask-background-color {
	background-color: #FA4A43;
}

.red-damask  a:hover.has-white-background-color
{color: #FA4A43;}

.has-cinnabar-color, a.has-cinnabar-color {
	color: #e2464c;
}

.has-cinnabar-background-color {
	background-color: #e2464c;
}

a:hover.has-cinnabar-background-color {
	background-color: #C93E43;
}

.cinnabar  a:hover.has-white-background-color
{color: #c93e43;}

.has-tonys-pink-color, a.has-tonys-pink-color {
	color: #e29d8d;
}

.has-tonys-pink-background-color {
	background-color: #e29d8d;
}

a:hover.has-tonys-pink-background-color {
	background-color: #FA928E;
}

.tonys-pink  a:hover.has-white-background-color
{color: #fa928e;}

.has-black-color, a.has-black-color {
	color: #000000;
}

.has-black-background-color {
	background-color: #000000;
}




.has-white-color, a.has-white-color {
	color: #ffffff;
}


a:hover.has-white-color {
	color: #FAF3EA;
}

.has-white-background-color {
	background-color: #ffffff;
}

a:hover.has-white-background-color {
	background-color: #FAF3EA;
}

a:focus {
	outline: thin dotted;
}

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


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: white;
	color: #e26649;
	line-height: 1;
	padding: 0.5em 0.75em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border: none;
color: #FA4A43;
background-color:  #FAF3EA;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: none;
}

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;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Logo & Menu */

#masthead {position: absolute; width: 100vw; 
	padding-bottom: 3em;
	z-index: 5;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4009978991596639) 100%);
}
div.site-branding {width: 100vw; float: left; padding: 1.5em 1.5em 0 1.5em;}
#site-navigation {width: 50vw; float: left; margin-left: 15vw;}

@media (min-width: 920px) {

#site-navigation {right: 0; padding-right: 1.5em; position: absolute;}
}






.main-navigation ul {justify-content: flex-end;}
.main-navigation li {
	padding: 1.5em 0.5em 0 0.5em;  text-transform: uppercase;
	justify-content: flex-end;
	font-size: 1.25rem;
}

ul.sub-menu {flex-direction: column;}

.main-navigation ul ul li {
	padding: 0.5em;
}


.main-navigation li a, .main-navigation li a.visited {color: #e26649;}
.main-navigation a:hover, .featured-caption a:hover {color: #FA4A43;}

.main-navigation ul ul li {background-color: white;}

body.has-featured-image .main-navigation ul ul li {background-color: #e26649;}

body.has-featured-image .main-navigation ul ul li:hover {background-color: #FA4A43;}

body.has-featured-image .main-navigation li a, body.has-featured-image .main-navigation li a.visited {color: white;}
body.has-featured-image .main-navigation a:hover, .featured-caption a:hover {color: #f4f4f7;}




body.has-featured-image.category-videos .main-navigation ul ul li {background-color: white;}

body.has-featured-image.category-videos .main-navigation ul ul li:hover {background-color: white; color: #FA4A43;}

body.has-featured-image.category-videos .main-navigation li a, body.has-featured-image.category-videos .main-navigation li a.visited {color: #FA4A43;}

body.has-featured-image.category-videos .main-navigation a:hover,
body.has-featured-image.category-videos .main-navigation a:focus,
body.has-featured-image.category-videos .main-navigation a:active {color: #e26649;}





@media screen and (max-width: 37.5em) {
	
	#site-navigation {
		padding: 15px 15px 15px 30px;
		margin-left: 0;
		width: 100%;
	}
	
	.main-navigation.toggled {background-color: white;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);}
	
		body.has-featured-image .main-navigation.toggled li a, body.has-featured-image .main-navigation.toggled li a.visited {color: #FA4A43;}
			
			body.has-featured-image .main-navigation.toggled a:hover, body.has-featured-image .main-navigation.toggled a:active, body.has-featured-image .main-navigation.toggled a:focus {color: #e26649;}
	
	
	
			body.has-featured-image .main-navigation ul ul li {background-color: white;}
					
					body.has-featured-image .main-navigation ul ul li:hover {background-color: white;}
					
					
					
	.main-navigation ul ul {
		}
	
	}
	

/* Featured Image */


body.page-template-page-one-third-header div.tanya-hero
{height: 25vh;}

body.page-template-page-half-header div.tanya-hero
{height: 50vh;}

body.page-template-page-four-fifths-header div.tanya-hero
{height: 80vh;}



div.tanya-hero {
	width: 100vw;
	height: 20vh;
	position: relative;
	overflow: hidden;
}


body.has-featured-image div.tanya-hero {
	height: 75vh;
}

body.single.has-featured-image div.tanya-hero {
	height: 60vh;
}

body #masthead {
	background: transparent;
}

body.home div.tanya-hero {height: 67vh;}



body.has-featured-image #masthead {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4009978991596639) 100%);
}

body.has-featured-image #masthead {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4009978991596639) 100%);
}

body.has-featured-image.category-videos #masthead {
	background: transparent;
}


div.tanya-hero img {
	object-fit: cover;
	object-position: 50% 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	z-index: -1;
	
}

.featured-caption {
	position: absolute;
	bottom: 0;
	font-size: 0.75em;
	background-color: rgba(0, 0, 0, 0.4); 
	color: rgba(0, 0, 0, 0.4);	
	right: 0;
	padding: 0.5em 1.5em 0.5em 0.5em;
	color: white;
	font-weight: 400;
	max-width: 50vw;
	line-height: 1.1em;
}

@media (min-width: 920px) {
.featured-caption {
	font-size:1em;
	bottom: 1.5em;
	
	max-width: 35vw;
}
}

.featured-caption a {
	color: white;
	font-weight: 700;
}



/* Hanging indent */

p.hanging-indent {margin-bottom: 0; margin-top: 0;
	padding-left: 3em; text-indent: -3em;
}
p.hanging-indent:first-of-type {margin-top: 0;}
p.hanging-indent:last-of-type {margin-bottom: 1.5em;}

/* Spectro-stripes */

.red-damask, .tonys-pink, .cinnabar, #secondary 
 {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	padding: 8px calc(50vw - 50%);
	color: white;
	background-image: url('images/spectro.png');
	background-size: cover;
	-webkit-transition:background-position 5s ease-in;  
	-moz-transition:background-position 5s ease-in;  
	-o-transition:background-position 5s ease-in;  
	transition:background-position 5s ease-in; 
}


.wp-block-latest-posts.is-grid {padding: 1.5em;}
@media (min-width: 1200px) {
	.wp-block-latest-posts.is-grid.cinnabar,
	.wp-block-latest-posts.is-grid.red-damask,
	.wp-block-latest-posts.is-grid.tonys-pink 
	{padding: 2em 20vw;}
	.wp-block-latest-posts.is-grid.alignfull 
	{padding: 2em 5vw 0.5em 5vw;}
}


  
 
 .wp-block-latest-posts__post-date {padding-top: 0.5em;}
@media (min-width: 600px) {.wp-block-latest-posts.columns-3 li {padding: 0 1.5em;}}






/* Content Layout */

body.category-videos .byline,
body.category-videos footer.entry-footer {display: none;}

body.has-featured-image.category-videos div.tanya-hero
 {height: 25vh;}
 
 @media screen and (max-width: 37.5em) {
	 header.entry-header
	  {margin-top: 4em;}
}
body.category-videos .tanya-hero img {display: none;}
@media (min-width: 37.5em) {
body.category article 


{float: left; width: 45%; margin-right: 5%;}

body.category-videos article {width: auto; margin: 1em;}


	
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {clear: both;}

}


footer.entry-footer a {display: block;}

#primary {
	width: 60vw; 
	margin: 0 auto;
}

@media (max-width: 920px) {
	#primary {
		width: 80vw; 
	}
	
	ul {margin-left: 0; padding-left: 0;}
}
@media (min-width: 60.5em) {
body.category-videos #primary {width: 90vw;}
body.category-videos h2.entry-title {margin: 0; line-height: 1.15;}
body.category-videos header.entry-header {margin-top: 0; order: 2;}
body.category-videos main .articles-container {display: grid; grid-template-columns: repeat(3, 1fr);
}
body.category-videos main article { display: grid; grid-template-rows: auto;
}
}

#secondary, #colophon .site-info {padding:0; }
#secondary section {margin: 1vw 5vw;}

#colophon {margin-top: 25px; margin-left: 5vw; margin-right: 5vw;}
#secondary {column-count: 1;}

@media screen and (min-width: 37.5em) {
	#secondary section {margin: 0;}
	#secondary section {margin-right: 5vw; padding-top: 15px; padding-bottom: 15px;}
	#secondary section:first-of-type {margin-left: 5vw;}
	#secondary section:first-of-type {margin-left: 5vw;}
#secondary {column-count: 3;}
}
#secondary {background-color: #e2464c;}

#secondary ul, body.page-id-77 ul {margin-left: 0;}

#secondary ul, body.page-id-77 ul {
	list-style: none;
	padding-left: 0;
}
#secondary ul li, body.page-id-77 ul li {
	position: relative;
	padding-left: 30px;
	line-height: 1.25; 
	padding-bottom: 1em;
}
#secondary .widget_categories li, #secondary .widget_pages li,
#secondary .widget_nav_menu ul li  {

padding-bottom: initial;}

#secondary section {-webkit-column-break-inside: avoid;
	  page-break-inside: avoid;
		   break-inside: avoid;
	   margin-top: 0; margin-bottom: 0; padding-bottom: 1.5em;}
		   
		   h2.widget-title {margin-top: 0;}

.widget_search form {display: grid;}
.widget_search input[type="search"] {width: 100%;}

#secondary ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url('images/rocket-inv.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0.7em;
	transform: translateY(-50%);
}

body.page-id-77 ul li:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background-image: url('images/rocket.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0.7em;
	transform: translateY(-50%);
}

#social-site-navigation ul li:before, div.sharedaddy ul li:before {
	content: none;
	position: initial;
	background-image: none;
}
div.sharedaddy ul {margin-left: 0;
	list-style: none;
	padding-left: 0;
}
div.sharedaddy ul li {
	position: initial;
	padding-left: 0;
	line-height: 1.25; 
	padding-bottom: 1em;
}


#secondary .widget_categories, #secondary .widget_pages {
	-webkit-column-break-inside: avoid;
		  page-break-inside: avoid;
			   break-inside: avoid;
	}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: auto;
}

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

.main-navigation li {
	position: relative;
}

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

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


@media screen and (min-width: 37.5em) {
	
	div.site-branding {width: 30vw;}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		background: transparent;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



#menu-social {}

#menu-social ul {
	list-style: none;
	margin:	 1em 0 25px;
	text-align: left;
	padding-left: 0;
}

@media screen and (min-width: 37.5em){
	#menu-social ul {text-align: right;
		margin-top: 0;
	}
	#menu-social li {padding-left: 0;}
}




#menu-social ul li {
	display:  inline-block;
	position: relative;
	padding-top: 0; padding-bottom: 0;
}

#menu-social li a::before {
	content:		'\f408';
	display:		inline-block;
	padding:		0 0 0 5px;
	font-family: 'Socicon' !important;
	font-size:	  24px;
	vertical-align: top;
	
	-webkit-font-smoothing: antialiased;
}

[class^="socicon-"], [class*=" socicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Socicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



// In you own set of CSS rules
// First the common part for all profiles
#menu-social {
	font-family: 'Socicon' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
// After, the association between each one of profiles and its URL
a[href*="flickr.com"]:before { content: "\e055"; display:inline-block; }





#menu-social li a[href*="eitaa.com"]::before {
	content: "\e97c";
}
#menu-social li a[href*="soroush.com"]::before {
	content: "\e97d";
}
#menu-social li a[href*="bale.com"]::before {
	content: "\e97e";
}
#menu-social li a[href*="zazzle.com"]::before {
	content: "\e97b";
}
#menu-social li a[href*="society6.com"]::before {
	content: "\e97a";
}
#menu-social li a[href*="redbubble.com"]::before {
	content: "\e979";
}
#menu-social li a[href*="avvo.com"]::before {
	content: "\e978";
}
#menu-social li a[href*="stitcher.com"]::before {
	content: "\e977";
}
#menu-social li a[href*="googlehangouts.com"]::before {
	content: "\e974";
}
#menu-social li a[href*="dlive.com"]::before {
	content: "\e975";
}
#menu-social li a[href*="vsco.com"]::before {
	content: "\e976";
}
#menu-social li a[href*="flipboard.com"]::before {
	content: "\e973";
}
#menu-social li a[href*="ubuntu.com"]::before {
	content: "\e958";
}
#menu-social li a[href*="artstation.com"]::before {
	content: "\e959";
}
#menu-social li a[href*="invision.com"]::before {
	content: "\e95a";
}
#menu-social li a[href*="torial.com"]::before {
	content: "\e95b";
}
#menu-social li a[href*="collectorz.com"]::before {
	content: "\e95c";
}
#menu-social li a[href*="seenthis.com"]::before {
	content: "\e95d";
}
#menu-social li a[href*="googleplaymusic.com"]::before {
	content: "\e95e";
}
#menu-social li a[href*="debian.com"]::before {
	content: "\e95f";
}
#menu-social li a[href*="filmfreeway.com"]::before {
	content: "\e960";
}
#menu-social li a[href*="gnome.com"]::before {
	content: "\e961";
}
#menu-social li a[href*="itchio.com"]::before {
	content: "\e962";
}
#menu-social li a[href*="jamendo.com"]::before {
	content: "\e963";
}
#menu-social li a[href*="mix.com"]::before {
	content: "\e964";
}
#menu-social li a[href*="sharepoint.com"]::before {
	content: "\e965";
}
#menu-social li a[href*="tinder.com"]::before {
	content: "\e966";
}
#menu-social li a[href*="windguru.com"]::before {
	content: "\e967";
}
#menu-social li a[href*="cdbaby.com"]::before {
	content: "\e968";
}
#menu-social li a[href*="elementaryos.com"]::before {
	content: "\e969";
}
#menu-social li a[href*="stage32.com"]::before {
	content: "\e96a";
}
#menu-social li a[href*="tiktok.com"]::before {
	content: "\e96b";
}
#menu-social li a[href*="gitter.com"]::before {
	content: "\e96c";
}
#menu-social li a[href*="letterboxd.com"]::before {
	content: "\e96d";
}
#menu-social li a[href*="threema.com"]::before {
	content: "\e96e";
}
#menu-social li a[href*="splice.com"]::before {
	content: "\e96f";
}
#menu-social li a[href*="metapop.com"]::before {
	content: "\e970";
}
#menu-social li a[href*="naver.com"]::before {
	content: "\e971";
}
#menu-social li a[href*="remote.com"]::before {
	content: "\e972";
}
#menu-social li a[href*="internet.com"]::before {
	content: "\e957";
}
#menu-social li a[href*="moddb.com"]::before {
	content: "\e94b";
}
#menu-social li a[href*="indiedb.com"]::before {
	content: "\e94c";
}
#menu-social li a[href*="traxsource.com"]::before {
	content: "\e94d";
}
#menu-social li a[href*="gamefor.com"]::before {
	content: "\e94e";
}
#menu-social li a[href*="pixiv.com"]::before {
	content: "\e94f";
}
#menu-social li a[href*="myanimelist.com"]::before {
	content: "\e950";
}
#menu-social li a[href*="blackberry.com"]::before {
	content: "\e951";
}
#menu-social li a[href*="wickr.com"]::before {
	content: "\e952";
}
#menu-social li a[href*="spip.com"]::before {
	content: "\e953";
}
#menu-social li a[href*="napster.com"]::before {
	content: "\e954";
}
#menu-social li a[href*="beatport.com"]::before {
	content: "\e955";
}
#menu-social li a[href*="hackerone.com"]::before {
	content: "\e956";
}
#menu-social li a[href*="hackernews.com"]::before {
	content: "\e946";
}
#menu-social li a[href*="smashwords.com"]::before {
	content: "\e947";
}
#menu-social li a[href*="kobo.com"]::before {
	content: "\e948";
}
#menu-social li a[href*="bookbub.com"]::before {
	content: "\e949";
}
#menu-social li a[href*="mailru.com"]::before {
	content: "\e94a";
}
#menu-social li a[href*="gitlab.com"]::before {
	content: "\e945";
}
#menu-social li a[href*="instructables.com"]::before {
	content: "\e944";
}
#menu-social li a[href*="portfolio.com"]::before {
	content: "\e943";
}
#menu-social li a[href*="codered.com"]::before {
	content: "\e940";
}
#menu-social li a[href*="origin.com"]::before {
	content: "\e941";
}
#menu-social li a[href*="nextdoor.com"]::before {
	content: "\e942";
}
#menu-social li a[href*="udemy.com"]::before {
	content: "\e93f";
}
#menu-social li a[href*="livemaster.com"]::before {
	content: "\e93e";
}
#menu-social li a[href*="crunchbase.com"]::before {
	content: "\e93b";
}
#menu-social li a[href*="homefy.com"]::before {
	content: "\e93c";
}
#menu-social li a[href*="calendly.com"]::before {
	content: "\e93d";
}
#menu-social li a[href*="realtor.com"]::before {
	content: "\e90f";
}
#menu-social li a[href*="tidal.com"]::before {
	content: "\e910";
}
#menu-social li a[href*="qobuz.com"]::before {
	content: "\e911";
}
#menu-social li a[href*="natgeo.com"]::before {
	content: "\e912";
}
#menu-social li a[href*="mastodon.com"]::before {
	content: "\e913";
}
#menu-social li a[href*="unsplash.com"]::before {
	content: "\e914";
}
#menu-social li a[href*="homeadvisor.com"]::before {
	content: "\e915";
}
#menu-social li a[href*="angieslist.com"]::before {
	content: "\e916";
}
#menu-social li a[href*="codepen.io"]::before {
	content: "\e917";
}
#menu-social li a[href*="slack.com"]::before {
	content: "\e918";
}
#menu-social li a[href*="openaigym.com"]::before {
	content: "\e919";
}
#menu-social li a[href*="logmein.com"]::before {
	content: "\e91a";
}
#menu-social li a[href*="fiverr.com"]::before {
	content: "\e91b";
}
#menu-social li a[href*="gotomeeting.com"]::before {
	content: "\e91c";
}
#menu-social li a[href*="aliexpress.com"]::before {
	content: "\e91d";
}
#menu-social li a[href*="guru.com"]::before {
	content: "\e91e";
}
#menu-social li a[href*="appstore.com"]::before {
	content: "\e91f";
}
#menu-social li a[href*="homes.com"]::before {
	content: "\e920";
}
#menu-social li a[href*="zoom.com"]::before {
	content: "\e921";
}
#menu-social li a[href*="alibaba.com"]::before {
	content: "\e922";
}
#menu-social li a[href*="craigslist.com"]::before {
	content: "\e923";
}
#menu-social li a[href*="wix.com"]::before {
	content: "\e924";
}
#menu-social li a[href*="redfin.com"]::before {
	content: "\e925";
}
#menu-social li a[href*="googlecalendar.com"]::before {
	content: "\e926";
}
#menu-social li a[href*="shopify.com"]::before {
	content: "\e927";
}
#menu-social li a[href*="freelancer.com"]::before {
	content: "\e928";
}
#menu-social li a[href*="seedrs.com"]::before {
	content: "\e929";
}
#menu-social li a[href*="bing.com"]::before {
	content: "\e92a";
}
#menu-social li a[href*="doodle.com"]::before {
	content: "\e92b";
}
#menu-social li a[href*="bonanza.com"]::before {
	content: "\e92c";
}
#menu-social li a[href*="squarespace.com"]::before {
	content: "\e92d";
}
#menu-social li a[href*="toptal.com"]::before {
	content: "\e92e";
}
#menu-social li a[href*="gust.com"]::before {
	content: "\e92f";
}
#menu-social li a[href*="ask.com"]::before {
	content: "\e930";
}
#menu-social li a[href*="trulia.com"]::before {
	content: "\e931";
}
#menu-social li a[href*="loomly.com"]::before {
	content: "\e932";
}
#menu-social li a[href*="ghost.com"]::before {
	content: "\e933";
}
#menu-social li a[href*="upwork.com"]::before {
	content: "\e934";
}
#menu-social li a[href*="fundable.com"]::before {
	content: "\e935";
}
#menu-social li a[href*="booking.com"]::before {
	content: "\e936";
}
#menu-social li a[href*="googlemaps.com"]::before {
	content: "\e937";
}
#menu-social li a[href*="zillow.com"]::before {
	content: "\e938";
}
#menu-social li a[href*="niconico.com"]::before {
	content: "\e939";
}
#menu-social li a[href*="toneden.com"]::before {
	content: "\e93a";
}
#menu-social li a[href*="augment.com"]::before {
	content: "\e908";
}
#menu-social li a[href*="bitbucket.com"]::before {
	content: "\e909";
}
#menu-social li a[href*="fyuse.com"]::before {
	content: "\e90a";
}
#menu-social li a[href*="yt-gaming.com"]::before {
	content: "\e90b";
}
#menu-social li a[href*="sketchfab.com"]::before {
	content: "\e90c";
}
#menu-social li a[href*="mobcrush.com"]::before {
	content: "\e90d";
}
#menu-social li a[href*="microsoft.com"]::before {
	content: "\e90e";
}
#menu-social li a[href*="pandora.com"]::before {
	content: "\e907";
}
#menu-social li a[href*="messenger.com"]::before {
	content: "\e906";
}
#menu-social li a[href*="gamewisp.com"]::before {
	content: "\e905";
}
#menu-social li a[href*="bloglovin.com"]::before {
	content: "\e904";
}
#menu-social li a[href*="tunein.com"]::before {
	content: "\e903";
}
#menu-social li a[href*="gamejolt.com"]::before {
	content: "\e901";
}
#menu-social li a[href*="trello.com"]::before {
	content: "\e902";
}
#menu-social li a[href*="spreadshirt.com"]::before {
	content: "\e900";
}
#menu-social li a[href*="500px.com"]::before {
	content: "\e000";
}
#menu-social li a[href*="8tracks.com"]::before {
	content: "\e001";
}
#menu-social li a[href*="airbnb.com"]::before {
	content: "\e002";
}
#menu-social li a[href*="alliance.com"]::before {
	content: "\e003";
}
#menu-social li a[href*="amazon.com"]::before {
	content: "\e004";
}
#menu-social li a[href*="amplement.com"]::before {
	content: "\e005";
}
#menu-social li a[href*="android.com"]::before {
	content: "\e006";
}
#menu-social li a[href*="angellist.com"]::before {
	content: "\e007";
}
#menu-social li a[href*="apple.com"]::before {
	content: "\e008";
}
#menu-social li a[href*="appnet.com"]::before {
	content: "\e009";
}
#menu-social li a[href*="baidu.com"]::before {
	content: "\e00a";
}
#menu-social li a[href*="bandcamp.com"]::before {
	content: "\e00b";
}
#menu-social li a[href*="battlenet.com"]::before {
	content: "\e00c";
}
#menu-social li a[href*="mixer.com"]::before {
	content: "\e00d";
}
#menu-social li a[href*="bebee.com"]::before {
	content: "\e00e";
}
#menu-social li a[href*="bebo.com"]::before {
	content: "\e00f";
}
#menu-social li a[href*="behance.com"]::before {
	content: "\e010";
}
#menu-social li a[href*="blizzard.com"]::before {
	content: "\e011";
}
#menu-social li a[href*="blogger.com"]::before {
	content: "\e012";
}
#menu-social li a[href*="buffer.com"]::before {
	content: "\e013";
}
#menu-social li a[href*="chrome.com"]::before {
	content: "\e014";
}
#menu-social li a[href*="coderwall.com"]::before {
	content: "\e015";
}
#menu-social li a[href*="curse.com"]::before {
	content: "\e016";
}
#menu-social li a[href*="dailymotion.com"]::before {
	content: "\e017";
}
#menu-social li a[href*="deezer.com"]::before {
	content: "\e018";
}
#menu-social li a[href*="delicious.com"]::before {
	content: "\e019";
}
#menu-social li a[href*="deviantart.com"]::before {
	content: "\e01a";
}
#menu-social li a[href*="diablo.com"]::before {
	content: "\e01b";
}
#menu-social li a[href*="digg.com"]::before {
	content: "\e01c";
}
#menu-social li a[href*="discord.com"]::before {
	content: "\e01d";
}
#menu-social li a[href*="disqus.com"]::before {
	content: "\e01e";
}
#menu-social li a[href*="douban.com"]::before {
	content: "\e01f";
}
#menu-social li a[href*="draugiem.com"]::before {
	content: "\e020";
}
#menu-social li a[href*="dribbble.com"]::before {
	content: "\e021";
}
#menu-social li a[href*="drupal.com"]::before {
	content: "\e022";
}
#menu-social li a[href*="ebay.com"]::before {
	content: "\e023";
}
#menu-social li a[href*="ello.com"]::before {
	content: "\e024";
}
#menu-social li a[href*="endomodo.com"]::before {
	content: "\e025";
}
#menu-social li a[href*="envato.com"]::before {
	content: "\e026";
}
#menu-social li a[href*="etsy.com"]::before {
	content: "\e027";
}
#menu-social li a[href*="facebook.com"]::before {
	content: "\e028";
}
#menu-social li a[href*="feedburner.com"]::before {
	content: "\e029";
}
#menu-social li a[href*="filmweb.com"]::before {
	content: "\e02a";
}
#menu-social li a[href*="firefox.com"]::before {
	content: "\e02b";
}
#menu-social li a[href*="flattr.com"]::before {
	content: "\e02c";
}
#menu-social li a[href*="flickr.com"]::before {
	content: "\e02d";
}
#menu-social li a[href*="formulr.com"]::before {
	content: "\e02e";
}
#menu-social li a[href*="forrst.com"]::before {
	content: "\e02f";
}
#menu-social li a[href*="foursquare.com"]::before {
	content: "\e030";
}
#menu-social li a[href*="friendfeed.com"]::before {
	content: "\e031";
}
#menu-social li a[href*="github.com"]::before {
	content: "\e032";
}
#menu-social li a[href*="goodreads.com"]::before {
	content: "\e033";
}
#menu-social li a[href*="google.com"]::before {
	content: "\e034";
}
#menu-social li a[href*="googlescholar.com"]::before {
	content: "\e035";
}
#menu-social li a[href*="googlegroups.com"]::before {
	content: "\e036";
}
#menu-social li a[href*="googlephotos.com"]::before {
	content: "\e037";
}
#menu-social li a[href*="googleplus.com"]::before {
	content: "\e038";
}
#menu-social li a[href*="grooveshark.com"]::before {
	content: "\e039";
}
#menu-social li a[href*="hackerrank.com"]::before {
	content: "\e03a";
}
#menu-social li a[href*="hearthstone.com"]::before {
	content: "\e03b";
}
#menu-social li a[href*="hellocoton.com"]::before {
	content: "\e03c";
}
#menu-social li a[href*="heroes.com"]::before {
	content: "\e03d";
}
#menu-social li a[href*="smashcast.com"]::before {
	content: "\e03e";
}
#menu-social li a[href*="horde.com"]::before {
	content: "\e03f";
}
#menu-social li a[href*="houzz.com"]::before {
	content: "\e040";
}
#menu-social li a[href*="icq.com"]::before {
	content: "\e041";
}
#menu-social li a[href*="identica.com"]::before {
	content: "\e042";
}
#menu-social li a[href*="imdb.com"]::before {
	content: "\e043";
}
#menu-social li a[href*="instagram.com"]::before {
	content: "\e044";
}
#menu-social li a[href*="issuu.com"]::before {
	content: "\e045";
}
#menu-social li a[href*="istock.com"]::before {
	content: "\e046";
}
#menu-social li a[href*="itunes.com"]::before {
	content: "\e047";
}
#menu-social li a[href*="keybase.com"]::before {
	content: "\e048";
}
#menu-social li a[href*="lanyrd.com"]::before {
	content: "\e049";
}
#menu-social li a[href*="lastfm.com"]::before {
	content: "\e04a";
}
#menu-social li a[href*="line.com"]::before {
	content: "\e04b";
}
#menu-social li a[href*="linkedin.com"]::before {
	content: "\e04c";
}
#menu-social li a[href*="livejournal.com"]::before {
	content: "\e04d";
}
#menu-social li a[href*="lyft.com"]::before {
	content: "\e04e";
}
#menu-social li a[href*="macos.com"]::before {
	content: "\e04f";
}
#menu-social li a[href*="mail.com"]::before {
	content: "\e050";
}
#menu-social li a[href*="medium.com"]::before {
	content: "\e051";
}
#menu-social li a[href*="meetup.com"]::before {
	content: "\e052";
}
#menu-social li a[href*="mixcloud.com"]::before {
	content: "\e053";
}
#menu-social li a[href*="modelmayhem.com"]::before {
	content: "\e054";
}
#menu-social li a[href*="mumble.com"]::before {
	content: "\e055";
}
#menu-social li a[href*="myspace.com"]::before {
	content: "\e056";
}
#menu-social li a[href*="newsvine.com"]::before {
	content: "\e057";
}
#menu-social li a[href*="nintendo.com"]::before {
	content: "\e058";
}
#menu-social li a[href*="npm.com"]::before {
	content: "\e059";
}
#menu-social li a[href*="odnoklassniki.com"]::before {
	content: "\e05a";
}
#menu-social li a[href*="openid.com"]::before {
	content: "\e05b";
}
#menu-social li a[href*="opera.com"]::before {
	content: "\e05c";
}
#menu-social li a[href*="outlook.com"]::before {
	content: "\e05d";
}
#menu-social li a[href*="overwatch.com"]::before {
	content: "\e05e";
}
#menu-social li a[href*="patreon.com"]::before {
	content: "\e05f";
}
#menu-social li a[href*="paypal.com"]::before {
	content: "\e060";
}
#menu-social li a[href*="periscope.com"]::before {
	content: "\e061";
}
#menu-social li a[href*="persona.com"]::before {
	content: "\e062";
}
#menu-social li a[href*="pinterest.com"]::before {
	content: "\e063";
}
#menu-social li a[href*="play.com"]::before {
	content: "\e064";
}
#menu-social li a[href*="player.com"]::before {
	content: "\e065";
}
#menu-social li a[href*="playstation.com"]::before {
	content: "\e066";
}
#menu-social li a[href*="pocket.com"]::before {
	content: "\e067";
}
#menu-social li a[href*="qq.com"]::before {
	content: "\e068";
}
#menu-social li a[href*="quora.com"]::before {
	content: "\e069";
}
#menu-social li a[href*="raidcall.com"]::before {
	content: "\e06a";
}
#menu-social li a[href*="ravelry.com"]::before {
	content: "\e06b";
}
#menu-social li a[href*="reddit.com"]::before {
	content: "\e06c";
}
#menu-social li a[href*="renren.com"]::before {
	content: "\e06d";
}
#menu-social li a[href*="researchgate.com"]::before {
	content: "\e06e";
}
#menu-social li a[href*="residentadvisor.com"]::before {
	content: "\e06f";
}
#menu-social li a[href*="reverbnation.com"]::before {
	content: "\e070";
}
#menu-social li a[href*="rss.com"]::before {
	content: "\e071";
}
#menu-social li a[href*="sharethis.com"]::before {
	content: "\e072";
}
#menu-social li a[href*="skype.com"]::before {
	content: "\e073";
}
#menu-social li a[href*="slideshare.com"]::before {
	content: "\e074";
}
#menu-social li a[href*="smugmug.com"]::before {
	content: "\e075";
}
#menu-social li a[href*="snapchat.com"]::before {
	content: "\e076";
}
#menu-social li a[href*="songkick.com"]::before {
	content: "\e077";
}
#menu-social li a[href*="soundcloud.com"]::before {
	content: "\e078";
}
#menu-social li a[href*="spotify.com"]::before {
	content: "\e079";
}
#menu-social li a[href*="stackexchange.com"]::before {
	content: "\e07a";
}
#menu-social li a[href*="stackoverflow.com"]::before {
	content: "\e07b";
}
#menu-social li a[href*="starcraft.com"]::before {
	content: "\e07c";
}
#menu-social li a[href*="stayfriends.com"]::before {
	content: "\e07d";
}
#menu-social li a[href*="steam.com"]::before {
	content: "\e07e";
}
#menu-social li a[href*="storehouse.com"]::before {
	content: "\e07f";
}
#menu-social li a[href*="strava.com"]::before {
	content: "\e080";
}
#menu-social li a[href*="streamjar.com"]::before {
	content: "\e081";
}
#menu-social li a[href*="stumbleupon.com"]::before {
	content: "\e082";
}
#menu-social li a[href*="swarm.com"]::before {
	content: "\e083";
}
#menu-social li a[href*="teamspeak.com"]::before {
	content: "\e084";
}
#menu-social li a[href*="teamviewer.com"]::before {
	content: "\e085";
}
#menu-social li a[href*="technorati.com"]::before {
	content: "\e086";
}
#menu-social li a[href*="telegram.com"]::before {
	content: "\e087";
}
#menu-social li a[href*="tripadvisor.com"]::before {
	content: "\e088";
}
#menu-social li a[href*="tripit.com"]::before {
	content: "\e089";
}
#menu-social li a[href*="triplej.com"]::before {
	content: "\e08a";
}
#menu-social li a[href*="tumblr.com"]::before {
	content: "\e08b";
}
#menu-social li a[href*="twitch.com"]::before {
	content: "\e08c";
}
#menu-social li a[href*="twitter.com"]::before {
	content: "\e08d";
}
#menu-social li a[href*="uber.com"]::before {
	content: "\e08e";
}
#menu-social li a[href*="ventrilo.com"]::before {
	content: "\e08f";
}
#menu-social li a[href*="viadeo.com"]::before {
	content: "\e090";
}
#menu-social li a[href*="viber.com"]::before {
	content: "\e091";
}
#menu-social li a[href*="viewbug.com"]::before {
	content: "\e092";
}
#menu-social li a[href*="vimeo.com"]::before {
	content: "\e093";
}
#menu-social li a[href*="vine.com"]::before {
	content: "\e094";
}
#menu-social li a[href*="vkontakte.com"]::before {
	content: "\e095";
}
#menu-social li a[href*="warcraft.com"]::before {
	content: "\e096";
}
#menu-social li a[href*="wechat.com"]::before {
	content: "\e097";
}
#menu-social li a[href*="weibo.com"]::before {
	content: "\e098";
}
#menu-social li a[href*="whatsapp.com"]::before {
	content: "\e099";
}
#menu-social li a[href*="wikipedia.com"]::before {
	content: "\e09a";
}
#menu-social li a[href*="windows.com"]::before {
	content: "\e09b";
}
#menu-social li a[href*="wordpress.com"]::before {
	content: "\e09c";
}
#menu-social li a[href*="wykop.com"]::before {
	content: "\e09d";
}
#menu-social li a[href*="xbox.com"]::before {
	content: "\e09e";
}
#menu-social li a[href*="xing.com"]::before {
	content: "\e09f";
}
#menu-social li a[href*="yahoo.com"]::before {
	content: "\e0a0";
}
#menu-social li a[href*="yammer.com"]::before {
	content: "\e0a1";
}
#menu-social li a[href*="yandex.com"]::before {
	content: "\e0a2";
}
#menu-social li a[href*="yelp.com"]::before {
	content: "\e0a3";
}
#menu-social li a[href*="younow.com"]::before {
	content: "\e0a4";
}
#menu-social li a[href*="youtube.com"]::before {
	content: "\e0a5";
}
#menu-social li a[href*="zapier.com"]::before {
	content: "\e0a6";
}
#menu-social li a[href*="zerply.com"]::before {
	content: "\e0a7";
}
#menu-social li a[href*="zomato.com"]::before {
	content: "\e0a8";
}
#menu-social li a[href*="zynga.com"]::before {
	content: "\e0a9";
}



#menu-social li a:before {color: #e26649;}

#menu-social li a:hover:before {color: #FA4A43;}


body.has-featured-image #menu-social li a:before {color: #ffffff;}

body.has-featured-image #menu-social li a:hover:before {color: #f4f4f7;}

body.has-featured-image.category-videos #menu-social li a:before {color: #e26649;}

body.has-featured-image.category-videos #menu-social li a:hover:before {color: #FA4A43;}

@media screen and (max-width: 37.5em) {


body.has-featured-image #menu-social li a:before {color: #e26649;}

body.has-featured-image #menu-social li a:hover:before {color: #FA4A43;}


}


/* Posts and pages
--------------------------------------------- */

 header.entry-header {margin-top: 3em;}

body.home header.entry-header {display: none;}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* Widgets & Buttons
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

div.sig img {width: 100%; height: auto; max-width: 35vw;}


div.site-info {display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	align-content: center; 
}

div.credits {	padding-top: 1em; 
	font-size: 0.75rem;
}



@media screen and (max-width: 60.5em) {
	div.credits {text-align: center;}
	div.sig img {margin: 1em auto 0 auto; display: block;}
	
}
	
@media screen and (min-width: 60.5em){
	div.sig img {width: 100%; height: auto;}
	
	div.site-info { display: grid; grid-template-rows: 1fr;	grid-template-columns: 4fr 1fr;}
	
}


	@media screen and (min-width: 37.5em){
		
	.main-navigation #primary-menu li {float: right;}
}


.wp-block-file .wp-block-file__button, .wp-block-button__link {border-radius: 0;
	background: #e29d8d;
	
}

/* 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 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;
}
figcaption { padding: 0 0.5em;}

@media screen and (min-width: 37.5em){

figcaption {height: 5em;}
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Videos Page */

body.archive.category-videos figure,
body.archive.category-videos .entry-content
 {margin: 0; padding: 0; height: auto;}
body.archive.category-videos p,
body.archive.category-videos figcaption {display: none;}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack Sharing */




/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


#primary {margin-top: -1.5em;}



.alignfull .wp-block-buttons {}


.wp-block-cover p {line-height: 1.2;}
.wp-block-cover p a {text-decoration: none; color: white; font-weight: 700;}

div.alignfull ul.wp-block-latest-posts.is-grid.alignfull {padding: 0;}
div.alignfull .wp-block-latest-posts.is-grid li {margin: 0;}


@media (max-width: 920px) {
	#primary {margin-top: 1em;}
	body.home #primary,
	body.home div.alignfull:first-of-type,
	body.home .entry-content {margin-top: 0;	}
	div.alignfull .wp-block-latest-posts.is-grid li 
{padding-bottom: 2em;}

body.home div.alignfull ul.wp-block-latest-posts.is-grid.alignfull {padding: 1em;}
body.home div.alignfull .wp-block-latest-posts.is-grid li {margin: 0;}

}