/*
	Theme Name: Delta 4.2.2
	Description: Custom theme developed for The Black and Blue.
	Author: Evan Luzi
	Author URI: http://www.theblackandblue.com/
	Site Design Version: 4.2.2
	Version: 4.2.2
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

*/

@font-face {
	font-family: 'deltamoon';
	src:url('fonts/deltamoon42/deltamoon42.eot');
	src:url('fonts/deltamoon42/deltamoon42.eot?#iefix') format('embedded-opentype'),
		url('fonts/deltamoon42/deltamoon42.woff') format('woff'),
		url('fonts/deltamoon42/deltamoon42.ttf') format('truetype'),
		url('fonts/deltamoon42/deltamoon42.svg#deltamoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #333;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

::-moz-selection {
	background: #004ebd;
	color: #fff;
}

::selection {
	background: #004ebd;
	color: #fff;
}

a {
	color: #295fd6;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 26px;
	margin: 0 0 2.6rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	color: #777;
	border-left: solid 3px #295fd6;
	margin: 0 0 26px 0;
	margin: 0 0 2.6rem 0;
	padding-left: 20px;
	padding-left: 2rem;
	position: relative;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 2rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	padding: 0;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 54px;
	font-size: 5.4rem;
	text-align: center;
	font-weight: 900;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4,
h5,
h6 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: 'Open Sans Condensed', helvetica,sans-serif;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

<!--[if IE 8]>
img {
	width: auto;/* IE8 */
}
<![endif]-->

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button-valid {
	background: #333;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: normal;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button-valid:hover {
	background: #295fd6;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
}

.site-inner {
	clear: both;
	padding-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

.content {
	float: right;
	width: 740px;
	background: #fff;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright, {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-block-image {
	position: relative;
}

.wp-caption-text,
.wp-block-image figcaption,
cite {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	width: 200px;
	margin: 0 !important;
	padding: 10px 20px;
	padding: 1rem 2rem;
	position: absolute;
	top: 0;
	left: -220px;
	background: #f0f0f0;
}

.blog .format-link .wp-caption-text,
.blog .format-link .wp-block-image figcaption,
.blog .format-link cite {
	left: 0;
	position: static;
	width: 100%;
	text-align: center;
}

.wp-caption-text a,
.wp-block-image figcaption a,
cite a {
	color: #666;
	text-decoration: underline;
}

.wp-caption {
	position: relative;
	text-align: center;
	max-width: 100% !important;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 20px 0;
	padding: 2rem 0;
	border-top: 1px solid #e6e6e6;
}

.author-box-title {
	color: #333;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	text-align: left;
	display: inline-block;
	font-weight: 700;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box a:hover {
	color: #043ebd;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
}

.author-box p {
	margin: 0;
	font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.9;
	height: 100px;
	width: 100px;
	float: left;
}

.author-box .author-social {
	font-family: 'deltamoon';
	font-size: 20px;
	font-size: 2rem;
	margin-left: 15px;
	margin-left: 1.5rem;
	display: inline-block;
}

.author-box .author-social ul {
	list-style-type: none;
	position: relative;
	top: -1px;
}

.author-box .author-social ul li {
	display: inline-block;
	padding: 0 10px 0 0;
	padding: 0 1rem 0 0;
}

.author-box .author-social ul li a {
	color: #ccc;
	border: none;
	padding-left: 2px;
}

.author-twitter,
.author-pinterest,
.author-instagram,
.author-website {
	-webkit-font-smoothing: antialiased;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
}

.format-link .entry-title {
	text-transform: none;
	font-family: 'Open Sans Condensed';
}

.entry-title a {
	color: #333;
}

.entry-title a:hover {
	color: #295fd6;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.archive-title::before {
	font-family: 'deltamoon';
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	margin: 0 auto;
}

.site-container {
	margin-top: 85px;
	/* Must be the same as the title-area height */
}

.site-header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	position: fixed;
	padding: 0 30px;
	padding: 0 3rem;
	background: rgba(17, 17, 17, 1);
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: -webkit-transform .2s,background .3s,color .3s;
	-moz-transition: -moz-transform .2s,background .3s,color .3s;
	-o-transition: -o-transform .2s,background .3s,color .3s;
	transition: transform .2s,background .3s,color .3s;
}

.single-format-video .site-header {
	background: #111;
}

.site-header.detached {
	position: fixed;
	background: rgba(17, 17, 17, 0.9);
}

.site-header.hidden {
	opacity: 0;
	-webkit-transform: translate(0,-150px);
	-moz-transform: translate(0,-150px);
	-ms-transform: translate(0,-150px);
	-o-transform: translate(0,-150px);
	transform: translate(0,-150px);
	-webkit-transition: -webkit-transform .2s,background .3s,color .3s,opacity 0 .3s;
	-moz-transition: -moz-transform .2s,background .3s,color .3s,opacity 0 .3s;
	-o-transition: -o-transform .2s,background .3s,color .3s,opacity 0 .3s;
	transition: transform .2s,background .3s,color .3s,opacity .3s;
}

.pushy-active .site-header {
	background: rgba(17, 17, 17, 1);
}

.site-header .menu .menu-last a {
	padding-right: 22px;
}

.menu .menu-icon a,
.menu .menu-text a::after {
	font-family: 'deltamoon';
	text-transform: none;
	content: '\e009';
	-webkit-font-smoothing: antialiased;
}

.menu .menu-icon a {
	display: none;
	font-size: 30px;
	font-size: 3rem;
}

.pushy-active .menu-icon a {
	text-shadow: 0px 0px 20px #fff;
	transition: text-shadow .2s;
	-webkit-transition: text-shadow .2s;
	-moz-transition: text-shadow .2s;
	-o-transition: text-shadow .2s;
}

.menu .menu-text a::after {
	position: absolute;
	top: 24px;
	font-size: 22px;
	font-size: 2.2rem;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 300px;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .title-area {
	background: url('images/logo.png') no-repeat left center;
	padding: 0;
	height: 85px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
}

.no-touch .header-image .title-area:hover {
	background: url('images/logo-hov.png') no-repeat left center;
	height: 85px;
	-webkit-backface-visibility: hidden;
}

.header-image .site-title a {
	height: 85px;
	width: 100%;
}
/* Pushy Navigation
--------------------------------------------- */

.pushy{
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 260px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #111;
}

.navigation-menu-canvas {
	padding: 0 40px;
	padding: 0 4rem;
}

/* Menu Movement */

.pushy-right{
    -webkit-transform: translate3d(260px,0,0);
    -moz-transform: translate3d(260px,0,0);
    -ms-transform: translate3d(260px,0,0);
    -o-transform: translate3d(260px,0,0);
    transform: translate3d(260px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push {
    -webkit-transform: translate3d(-260px,0,0);
    -moz-transform: translate3d(-260px,0,0);
    -ms-transform: translate3d(-260px,0,0);
    -o-transform: translate3d(-260px,0,0);
    transform: translate3d(-260px,0,0);
}

.container-push * {
    pointer-events: none;	
}

/* Menu Transitions */

.pushy, .site-container, .header-widget-area, .header-image .title-area {
    -webkit-transition: all 0.2s cubic-bezier(.16,.68,.43,.99);
    -moz-transition: all 0.2s cubic-bezier(.16,.68,.43,.99);
    -o-transition: all 0.2s cubic-bezier(.16,.68,.43,.99);
    transition: all 0.2s cubic-bezier(.16,.68,.43,.99);
}

.pushy, .site-container, .flicker-free {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.header-widget-area {
	-webkit-backface-visibility: hidden;
}

.single-format-video .site-container {
	-webkit-perspective: 0;
}

.pushy-active {
	overflow-x: hidden;
}

/* Navigation Menu List
 ========================================================================== */

.navigation-list {
	padding: 15px 0;
}

.navigation-list,
.navigation-list .sub-menu {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: none;
	line-height:27px;
}

.navigation-list ul {
	margin: 0;
 	padding: 0;
  	list-style: none;
}

.navigation-list ul li a,
.navigation-list .sub-menu li a,
.nav-social li a {
	color: #999;
}

.no-touch .navigation-list ul li a:hover,
.no-touch .nav-social li a:hover,
.touch .navigation-list ul li a:active,
.touch .nav-social li a:active,
.navigation-list ul li a.open-dropdown {
	color: #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.navigation-menu-canvas .navigation-list:first-child {
	padding-top: 26px;
	padding-top: 2.6rem;
}

.navigation-menu-canvas .navigation-3 {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.navigation-1 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
}

.navigation-1 .sub-menu li a::before,
.nav-title {
	font-family: 'deltamoon';
	padding-right: 15px;
	padding-right: 1.5rem;
	-webkit-font-smoothing: antialiased;
}

.navigation-1 .menu li a {
	display: block;
}
.navigation-1 .menu li a {
	padding: 2px 0;
	padding: .2rem 0;
}

ul.sub-menu {
	height: 0;
	opacity: 0;
	padding-left: 10px;
	padding-left: 1rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

ul.sub-menu li {
	display: none;
}

ul.sub-menu.open li {
	display: inherit;
}

ul.sub-menu.open {
	height: 270px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	
}

.sub-menu li a {
	padding: 5px 0 5px 15px;
	padding: .5rem 0 .5rem 1.5rem;
}

.navigation-list ul li.dropdown-parent {
	position: relative;
}

.no-touch .navigation-list ul li.dropdown-parent:hover::after,
.navigation-list ul li.open-dropdown::after,
.navigation-list ul li.dropdown-parent::after {
	content: '\e000';
	font-family: 'deltamoon';
	font-size: 18px;
	font-size: 1.8rem;
	color: #999;
	position: absolute;
	z-index: -1;
	left: 60px;
	top: 2px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-font-smoothing: antialiased;
}

.no-touch .navigation-list ul li.dropdown-parent:hover::after {
	color: #fff;
}

.navigation-list ul li.open-dropdown::after,
.no-touch .navigation-list ul li.open-dropdown:hover::after {
	content: '\e006';
	color: #fff;
}

ul.nav-social {
	text-align: center;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.nav-social li {
	font-family: 'deltamoon';
	display: inline;
	font-size: 20px;
	font-size: 2rem;
	padding: 0 18px 0 0;
	padding: 0 1.8rem 0 0;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
}

.nav-close {
	font-family: 'deltamoon';
	color: #ccc;
	color: #444;
	position: absolute;
	top: 21px;
	right: 10px;
	font-size: 14px;
	padding: 10px;
	padding: 1rem;
	-webkit-font-smoothing: antialiased;
}

.no-touch .nav-close:hover,
.touch .nav-close:active {
	color: #fff;
	cursor: pointer;
}

.author-box .author-social ul li.author-facebook a:hover,
.nav-social li.facebook a:hover,
#quiz-results .quiz-social.facebook a:hover {
	color: #537bbd;
}

.author-box .author-social ul li.author-twitter a:hover,
.nav-social li.twitter a:hover,
#quiz-results .quiz-social.twitter a:hover {
	color: #35b5eb;
}

.author-box .author-social ul li.author-gplus a:hover,
.nav-social li.gplus a:hover {
	color: #eb5b4c;
}

.author-box .author-social ul li.author-instagram a:hover,
.nav-social li.instagram a:hover {
	color: #cd486b;
}

.author-box .author-social ul li.author-pinterest a:hover,
.nav-social li.pinterest a:hover,
#quiz-results .quiz-social.pinterest a:hover {
	color: #c0392b;
}

.author-box .author-social ul li.author-website a:hover {
	color: #043ebd;
}

.nav-social li.youtube a:hover {
	color: #cc181e;	
}

.nav-social li.vimeo a:hover {
	color: #4bf;	
}

.nav-social li.rss a:hover {
	color: #e67e22;	
}

.nav-social li.email a:hover {
	color: #043ebd;
}

/* Menu Search
--------------------------------------------- */

.menu-search {
	-webkit-font-smoothing: antialiased;
}


.menu-search input {
	-webkit-appearance: none;
	outline: none;
}

.menu-search-form {
	height: 31px;
}

.menu-search input:hover {
	cursor: pointer;
}

.menu-search input[type="search"] {
	width: 30%;
	position: relative;
	left: -5px;
	padding: 5px;
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-weight: 300;
	transition: width .3s, background .3s;
	-webkit-transition: width .3s, background .3s;
	-moz-transition:  width .3s, background .3s;
	-o-transition: width .3s, background .3s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.menu-search input[type="search"]:focus,
.menu-search input[type="search"].active {
	width: 80%;
	background: #e6e6e6;
	color: #333;
	cursor: text;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.menu-search button.submit {
	font-family: 'deltamoon';
	display: inline;
	opacity: 0;
	background: none;
	padding: 7px 10px;
	font-size:14px;
	position: relative;
	left: -8px;
	border-radius:0px;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.menu-search input[type="search"],
.menu-search button.submit {
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-perspective: 1000;
   -webkit-backface-visibility: hidden;
  }

.menu-search input[type="search"]:focus + button.submit,
.menu-search input[type="search"].active + button.submit {
	background: #295fd6;
}

.menu-search input[type="search"]:focus + button.submit:hover,
.menu-search input[type="search"].active + button.submit:hover {
	background: #043ebd;
}

.no-touch .menu-search input:hover + button.submit,
.menu-search input:focus + button.submit,
.menu-search input.active + button.submit {
	opacity: 1;
	
}

.no-touch .menu-search input:hover::-webkit-input-placeholder,
.no-touch .menu-search input:hover::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}

.menu-search input:focus::-webkit-input-placeholder,
.menu-search input:focus::-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	max-width: 720px;
}

.header-image .site-header .widget-area {
	padding: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 28px 15px;
	padding: 2.8rem 1.5rem;
	position: relative;
}

.no-touch .genesis-nav-menu a:hover,
.no-touch .home .detached .genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #295fd6;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 0 24px;
	padding: 4rem 0 2.4rem;
}

.entry.format-link {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content {
	position: relative;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
#sponsor p,
.sponsor-menu-text {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.entry-content,
.author-box,
#disqus_thread {
	max-width: 700px;
	margin: 20px auto;
	margin: 2rem auto;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ol li ol li {
	list-style-type: lower-roman;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ul li ul li {
	list-style-type: circle;
}

blockquote p:first-child {
	margin: 0;
}

blockquote p {
	margin: 13px 0;
	margin: 1.3rem 0;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p,
.blog .entry-content blockquote p,
.entry-content blockquote p {
	margin-bottom: 0;
}

.single .entry-header {
	padding: 0 1%;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 40px 0;
	margin: 4rem 0;
	padding: 0 40px;
	padding: 0 4rem;
}

.pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background: #b2b2b2;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 17px;
	padding: 0.8rem 1.7rem;
}

.pagination li a:hover,
.pagination li.active a {
	background: #434343;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

li.pagination-previous a,
li.pagination-next a {
	background: #295fd6;
	font-weight: 400;
	position: relative;
}

li.pagination-previous a {
	padding-left: 27px;
	padding-left: 2.7rem;
}

li.pagination-next a {
	padding-right: 27px;
	padding-right: 2.7rem;
}

.pagination-previous a::before,
.pagination-next a::after {
	font-family: 'deltamoon';
	font-size: 19px;
	font-size: 1.9rem;
	position: absolute;
	top: 6px;
	content: '\e000';
	-webkit-font-smoothing: antialiased;
}

.pagination-previous a::before {
	content: '\e007';
	left: 7px;
}

/* Entry Meta Excerpt and Byline
--------------------------------------------- */

.post-excerpt {
	font-size: 21px;
	font-size: 2.1rem;
	font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
	color: #666;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	max-width: 700px;
}

.entry-meta-wrap {
	max-width: 700px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 auto;
	margin: 0 auto;
	padding: 10px 0;
	padding: 1rem 0;
	position: relative;
	text-align: left;
	color: #999;
}

.entry-meta-wrap.archive-byline {
	border-top: none;
}

.entry-meta {
	display: inline-block;
	margin: 0 !important;
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-meta span.entry-author,
.entry-meta .entry-categories {
	height: 23px;
	padding: 2px 8px;
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;

}

.entry-meta span.entry-author a,
.entry-meta .entry-categories {
	color: #999;
}

span.entry-author:hover,
.entry-categories:hover {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

span.entry-author,
.entry-categories {
	margin-right: 5px;
	margin-right: 0.5rem;
}

.entry-meta span.entry-author {
	height: auto;
	padding: 0;
}

.entry-meta span.entry-author a:hover {
	color: #295fd6;
}

.entry-categories::before {
	font-family: 'deltamoon';
	text-transform: none;
	padding-right: 5px;
}

/*
Social Share Buttons (Used mainly in byline)
---------------------------------------------------------------------------------------------------- */

.share-buttons {
	float: right;
	margin: 0;
}

.share-buttons li {	
	display: inline-block;
	list-style-type:none;
	width: 75px;
	height: 23px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.share-buttons li a {
	display: block;
	position: relative;
	z-index: 10;
}

.share-buttons li a:hover {
	text-decoration: none;
	color: #fff;
}

.share-buttons .comment-button,
.share-buttons .share-button {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.share-buttons .comment-count {
	border-color: #16a085;
}

.share-buttons .comment-count:hover {
	background: #16a085;
}

.share-buttons .comment-count a {
	color: #16a085;
}

.share-buttons .share-facebook {
	border-color: #537bbd;
}

.share-buttons .share-facebook:hover {
	background: #537bbd;
}

.share-buttons .share-facebook a {
	color: #537bbd;
}

.share-buttons .share-twitter {
	border-color: #35b5eb;
}

.share-buttons .share-twitter:hover {
	background: #35b5eb;
}

.share-buttons .share-twitter a {
	color: #35b5eb;
}

.share-buttons .share-gplus {
	border-color: #eb5b4c;
}

.share-buttons .share-gplus:hover {
	background: #eb5b4c;
}

.share-buttons .share-gplus a {
	color: #eb5b4c;
}

.share-facebook:before,
.share-twitter:before,
.share-gplus:before,
.share-pinterest:before,
.comment-count:before {
	font-family: 'deltamoon';
	float: left;
	color: #fff;
	padding: 0 5px;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 1;
}

.comment-count:before {
	content: 'c';
	background: #16a085;
}

.share-facebook:before {
	content: 'q';
	background: #537bbd;
}

.share-twitter:before {
	content: 'U';
	background: #35b5eb;
}

.share-gplus:before {
	content: 'Q';
	background: #eb5b4c;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #fff;
	background: #111;
	font-size: 13px;
	font-size: 1.3rem;
}

.site-footer .creds-wrap {
	padding: 20px 2%;
	padding: 2rem 2%;
	margin: 0 auto;
}

.site-footer .creds::before {
	content: url('images/footerlogo.png');
	position: relative;
	top: 6px;
	padding-right: 15px;
	padding-right: 1.5rem;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover,
.site-footer .menu li a:hover {
	text-decoration: underline;
	transition: text-decoration 0.2s;
	-webkit-transition: text-decoration 0.2s;
	-moz-transition: text-decoration 0.2s;
	-o-transition: text-decoration 0.2s;
}

.site-footer .menu {
	list-style-type: none;
	float: right;
}

.site-footer .menu li {
	display: inline;
	padding: 0 24px;
	padding: 0 0 0 2.4rem;
}

.site-footer p {
	margin: 0;
}

.menu-footer-container {
	float: right;
	padding-top: 6px;
}

/*
Single Post Hero Image and Video
---------------------------------------------------------------------------------------------------- */

.hero-image-wrap {
	max-height: 576px;
	max-height: 57.6rem;
	overflow: hidden;
	position: relative;
	line-height: 0;
}

.hero-image-wrap img {
	width:100%;
}

.hero-container {
	width:100%;
	z-index: 20;
	position: relative;
}

.hero-featured-video {
	max-height: 805px;
	max-height: 80.5rem;
	max-width: 1020px;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	background: #111;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
}

.sm-player {
	max-width: 700px;
	width: auto;
}

.video-meta {
	min-height: 50px;
	width: 100%;
	margin-top: -10px;
	position: relative;
	text-shadow: 0 2px #000;
}

.video-meta ul {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
}

.video-meta li {
	display: inline-block;
	position: relative;
}

.video-meta a:hover {
	color: #043ebd;
}

.video-meta ul li a {
	color: #666;
}

.video-meta .active a {
	color: #fff;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
}
.video-meta li.original {
	padding-right: 5px;
	padding-right: 0.5rem;
	text-transform: uppercase;
}

.video-meta li.original::before,
.video-meta li.video-btn {
	font-family: 'deltamoon';
	font-size: 18px;
	font-size: 1.8rem;
}

.video-meta li.original::before {
	content: 's';
	top: 3px;
	right: 7px;
	position: relative;
}

.video-meta li.spacer {
	padding: 0 5px;
	padding: 0 0.5rem;
}

.video-meta li.video-btn {
	top: 3px;
	left: 2px;
	margin: 0 7px;
	margin: 0 .7rem;
}

.video-meta li.youtube {
	font-size: 26px;
	font-size: 2.6rem;
	top: 7px;
	margin-left: 5px;
}

.video-meta li.oembed {
	font-size: 23px;
	font-size: 2.3rem;
	top: 5px;
}

.video-meta li.small-player,
.video-meta li.large-player {
	border: 2px solid #666;
	margin: 0 5px;
	margin: 0 0.5rem;
}

.video-meta li.small-player {
	padding: 5px 9px;
	top: 3px;
}

.video-meta li.large-player {
	padding: 7px 12px;
	top: 5px;
}

.video-meta li.small-player:hover,
.video-meta li.large-player:hover {
	border: 2px solid #043ebd;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-o-transition: border 0.3s;
	cursor: pointer;
}

.video-meta li.small-player.active,
.video-meta li.large-player.active {
	border: 2px solid #fff;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-o-transition: border 0.3s;
}

.video-meta li.rw {
	font-family: 'deltamoon';
	font-size: 20px;
	top: 5px;
	left: 5px;
}

.video-meta li.lights {
	font-family: 'deltamoon';
	font-size: 16px;
	top: 3px;
	left: 13px;
}

.video-meta span.vid-tooltip {
	position: absolute;
	height: 20px;
	font-size: 12px;
	text-align: center;
	color: #e6e6e6;
	background: rgba(60,60,60,0.9);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 5;
	opacity: 0;
	text-shadow: none;
	font-family: 'Open Sans';
}

.video-meta span.vid-tooltip::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 8px;
      border-style: solid;
      border-color: rgba(60,60,60,0.9) transparent transparent transparent;
	  opacity: 0;
	  top: 20px;
}

#video-menu li:hover span.vid-tooltip,
#video-menu li:hover span.vid-tooltip::after {
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
}

#video-menu.single li.video-btn {
	display: none;
}

.video-meta span.lights-tooltip {
	width: 88px;
	bottom: 32px;
	left: -36px;
}

.video-meta span.lights-tooltip::after {
	left: 35px;
}

.video-meta span.read-watch-tooltip {
	width: 100px;
	bottom: 35px;
	left: -41px;
}

.video-meta span.read-watch-tooltip::after {
	left: 43px;
}

.video-meta span.large-player-tooltip {
	width: 90px;
	bottom: 26px;
	left: -33px;
}

.video-meta span.small-player-tooltip {
	width: 90px;
	bottom: 24px;
	left: -36px;
}

.video-meta span.large-player-tooltip::after,
.video-meta span.small-player-tooltip::after {
	left: 37px;
}

.video-meta span.vimeo-tooltip {
	width: 55px;
	bottom: 33px;
	left: -18px;
}

.video-meta span.vimeo-tooltip::after {
	left: 20px;
}

.video-meta span.youtube-tooltip {
	width: 65px;
	bottom: 39px;
	left: -19px;
}

.video-meta span.facebook-tooltip {
	width: 65px;
	bottom: 35px;
	left: -22px;
}

.video-meta span.oembed-tooltip {
	width: 60px;
	bottom: 37px;
	left: -20px;
}

.video-meta span.youtube-tooltip::after,
.video-meta span.facebook-tooltip::after,
.video-meta span.oembed-tooltip::after {
	left: 24px;
}

.video-wrap {
	z-index: 1;
	position:relative;
}

.photo-credit {
	position: absolute;
	bottom: 5%;
	right: 2%;
	opacity: 0.7;
	font-weight: normal;
}

.photo-credit:hover {
	opacity: 0.9;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

.photo-credit.dpc-light,
.photo-credit.dpc-light a {
	color: #fff;
}

.photo-credit.dpc-dark,
.photo-credit.dpc-dark a {
	color: #111;
}

.photo-credit a:hover {
	text-decoration: underline;
}

.photo-credit img {
	margin: 0 5px -3px 0;
	margin: 0 0.5rem -0.3rem 0;
	width: 16px;
	height: 16px;
}

/*
Custom Homepage
---------------------------------------------------------------------------------------------------- */

.home h1 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 0;
}

.posts {
	background: #f0f0f0;
	border-top: 5px solid #ddd;
	padding: 50px 0;
	padding: 5rem 0;
}

.posts h1 {
	color: #434343;
}

.post-wrap{
	max-width: 900px;
	margin: 0 auto;
	border: 1px solid #b9b9b9;
	background: #fff;
	position: relative;
	height: auto;
}

.post-list {
	/* max-width: 780px;*/
	margin: 0 auto;
}

.hide {
	display: none;
}

.blog .entry-title {
	font-weight: 900;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	line-height: 1.2;
	padding: 0 2%;
}

.blog .format-link .entry-title {
	font-size: 28px;
	font-size: 2.8rem;
	text-align: left;
	margin: 0 0 20px -20px;
	margin: 0 0 2rem -2rem;
	padding: 0;
	text-transform: none;
	line-height: 1.4;
	font-weight: 700;
}

.blog .format-link .entry-title a {
	border-bottom: 1px solid #ccc;
}

.blog .logo_permalink,
.single-post .format-link .entry-title a::after {
	font-family: 'Deltamoon';
	position: relative;
	left: 15px;
	top: 1px;
	font-size: 18px;
	font-weight: normal;
}

.single-post .format-link .entry-title a::after {
	content: "\e011";
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #cecece;
	top: -5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.format-link .entry-title a:hover {
	color: #333;
	border-bottom: 2px solid #333;
}

.single-post .format-link .entry-title a:hover::after {
	color: #006bc6;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
}

.blog .logo_permalink a {
	color: #999;
	border-bottom: none !important;
}

.blog .logo_permalink a:hover {
	color: #333;
}

.recommended-posts .entry-title {
	text-align: left;
	font-weight: 900;
	font-size: 28px;
	font-size: 2.8rem;
	padding-left: 340px;
	padding-left: 34rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	line-height: 1.2;

}

.blog .post-image {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.blog .format-link .post-image {
	display: none;
}

.recommended-posts .post-image {
	width: 300px;
	height: 160px;
	overflow: hidden;
	margin: 0 40px 25px 0;
	margin: 0 4rem 2.5rem 0;
	-webkit-backface-visibility: hidden;
}

.post-wrap .post-image:hover,
.recommended-posts .post-image:hover {
	opacity: 0.9;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}

.blog .entry,
.recommended-posts .entry {
	margin-bottom: 0;
	padding: 40px;
	padding: 4rem;
	position: relative;
}

.blog .entry {
	padding: 40px 0;
	padding: 4rem 0;
}

.blog .entry.format-link {
	padding: 4rem 4rem 0;
	max-width: 780px;
	margin: 0 auto;
}

.blog .entry.format-link + .entry.format-link {
	padding-top: 0;
}

.blog .format-standard.entry,
.blog .format-video.entry {
	border-bottom: 1px solid #ddd;
	padding-top: 0;
}

.blog .format-link.entry + .format-standard.entry {
	border-top: 1px solid #ddd;
}

.recommended-posts .entry {
	border-bottom: 1px solid #ddd;
	-webkit-backface-visibility: hidden;
}

.blog .entry-content {
	max-width: 700px;
	padding: 0;
}

.recommended-posts .entry-content {
	max-width: 100%;
	float: none;
	margin-top: 0;
	padding: 0;
}

.recommended-posts .entry-content p {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.list-byline {
	padding-left: 340px;
	height: 23px;
}

.more-wrap {
	margin: 20px 0 0;
}

.more-link {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 5px 26px 5px 15px;
	background: #333;
	color: #fff !important;
	border: 2px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-font-smoothing: antialiased;
}

.no-touch .more-link:hover {
	background: #295fd6;
	border-color: #295fd6;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.more-icon::before {
	font-family: 'deltamoon';
	content: '\e000';
	font-size: 19px;
	font-size: 1.9rem;
	position: absolute;
	padding-right: 5px;
	right: 2px;
	top: 1px;
}

.read-more-home {
	text-align: center;
	margin: 30px auto;
	margin: 3rem auto;
}

.read-more-home .more-btn {
	display: block;
	background: #295fd6;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	font-size: 2.8rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	max-width: 490px;
	width: 90%;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.read-more-home .more-btn:hover {
	background: #111;
}

/*
Homepage Hero
---------------------------------------------------------------------------------------------------- */

.home .site-container {
	margin-top: 0;	
}

.home .site-header {
	background: none;
	position: absolute;
}

.home .site-header.visible.detached {
	background: rgba(17, 17, 17, 0.9);
	position: fixed;
}

.no-touch .home .genesis-nav-menu a:hover {
	color: #d6e3ff;
}

.hero-home-wrap {
	position: relative;
}

.hero-home {
	margin: 0 auto;
	padding: 230px 0 0;
	padding: 23rem 0 0;
	height: 675px;
	text-align: center;
	background: url('/wp-content/themes/delta/images/delta_hero_home_v2.jpg') no-repeat top center #295fd6;
	background-size: cover;
	background-position: right;
}

.hero-home h1,
.hero-home h2,
.hero-home h3,
.hero-home p {
	color: #fff;
}

.hero-home .title {
	margin: 0 0 10px;
	margin: 0 0 1rem;
	font-size: 40px;
	font-size: 4rem;
}

.hero-home .tagline {
	color: #d6e3ff;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.2;
}

.hero-home .hero-video-play {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
}

.no-touch .hero-home .hero-video-play:hover {
	background: #222;
}

.hero-home .hero-video-play:active,
.hero-home .hero-video-play:focus {
	outline: none;
	-webkit-outline: none;
}

.hero-home::after {
	font-family: 'deltamoon';
	text-transform: none;
	content: '\e006';
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	margin: 40px auto 0;
	position: relative;
	font-size: 80px;
}

/*
Homepage Featured Resources
---------------------------------------------------------------------------------------------------- */
.hero-resources {
	background: #222;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 60px;
	padding: 2rem 0 6rem;
}

.hero-resources p {
	font-style: italic;
	font-size: 18px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.hero-resources ul {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.hero-resources ul li {
	background: #295fd6;
	border: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 200px;
	list-style: none;
	margin: 0 1% 10px;
	margin: 0 1% 1rem;
	position: relative;
	text-align: center;
	width: 31%;
	padding: 10px;
	padding: 1rem;
	min-width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.hero-resources ul li .icon {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 19px;
	line-height: 21px;
	width: 180px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}

.hero-resources ul li .icon::before {
	font-family: 'deltamoon';
	font-size: 62px;
	font-weight: 100;
	line-height: 1.6;
	text-transform: none;
	color: #444444;
	background: #f0f0f0;
	margin: 10px auto;
	margin: 1rem auto;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.hero-resources ul li.reel-deal .icon::before {
	content: 'S';
}

.hero-resources ul li.pocket-guides .icon::before {
	content: 'v';
}

.hero-resources ul li.email-updates .icon::before {
	content: '\2030';
}

.hero-resources ul li .info p {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	width: 180px;
	margin: 0 auto 16px;
}

.hero-resources .hero-resource-btn {
	background: #f0f0f0;
	color: #111;
	padding: 0;
	width: 120px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 2.3;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	margin: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.hero-resources .hero-resource-btn:hover {
	background: #111;
	color: #fff;
}

.hero-resources ul li .info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #295fd6;
	border: none;
	display: block;
	left: 0px;
	opacity: 0;
	overflow: hidden;
	padding: 35px 15px 15px;
	padding: 3.5rem 1.5rem 1.5rem;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.no-touch .hero-resources ul li:hover .info {
	opacity: 1;
}

/*
Homepage Welcome Video
---------------------------------------------------------------------------------------------------- */

.home-video-wrap {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1002;
	top: 0;
	pointer-events:auto;
}

.home-video {
	width: 100%;
	max-width: 1080px;
	margin: 5% auto 0;
	text-align: center;
	padding: 0 40px;
	padding: 0 4rem;
	
}

.home-video-desc {
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	padding: 50px 0 0;
	padding: 5rem 0 0;
	text-align: left;
}

.home-video-desc h2,
.home-video-desc h3 {
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.2
}

.home-video-desc h3 {
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: none;
}

.home-video-desc .email-privacy {
	text-align: center;
	font-style: italic;
}

.home .video-exit:before {
	content: "\d7";
	-webkit-font-smoothing: antialiased;
}

.home .video-exit {
	font-family: 'deltamoon';
	font-size: 20px;
	font-size: 2rem;
	padding: 4px 10px;
	color:#ccc;
	background: none;
	height: 40px;
	width: 40px;
	position: relative;
	top: 0;
	left: -40px;
}

.no-touch .home .video-exit:hover {
	background: #295fd6;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
}

.lights-off {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1001;
	pointer-events:auto;
	background: #000;
	opacity: 0.85;
}

.single-format-video .lights-off {
	z-index: 19;
}

/* Not ready for primetime
**************************
.format-video::before {
	font-family: 'Deltamoon';
	content: '3';
	content: 'R';
	color: #e6e6e6;
	font-size: 80px;
	text-align: center;
	width: 100px;
	height: 100px;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.7;
}*/

/*
Homepage Featured Blocks
---------------------------------------------------------------------------------------------------- */
.featured-block h2 {
	font-size: 46px;
	font-weight: bold;
	line-height: 1.2;
}

.featured-block {
	width: 100%;
	height: 700px;
	margin: 50px 0;
	margin: 5rem 0;
	font-family: 'Open Sans Condensed';
}
	
#home-featured-blocks-wrap {
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
}

.featured-blocks-post {
	position: absolute;
	background: #000;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	width: 320px;
	height: 260px;
}

.featured-blocks-post h2 {
	font-size: 24px;
	text-shadow: 0px 2px 2px #333;
}

#home-featured-post-1,
#home-featured-post-3 {
	width: 640px;
	height: 360px;
}

#home-featured-post-1 .featured-blocks-img,
#home-featured-post-3 .featured-blocks-img {
	width: 640px;
	height: auto;
	min-height: 360px;
}

#home-featured-post-1 h2,
#home-featured-post-3 h2 {
	font-size: 46px;
	font-weight: bold;
}

.featured-blocks-img{
	opacity: 0.5;
	max-width: none !important;
	height: 260px;
	width: auto;
}

.featured-blocks-post:hover .featured-blocks-img {
	opacity: 0.8;
}
.no-touch .featured-blocks-post:hover .featured-blocks-img {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

.home-featured-title {
	position: absolute;
	top: 10px;
	left: 15px;
	margin: 0;
	color: #fff;
	z-index: 3;
	text-transform: uppercase;
	text-align: left;
	padding-right: 15px;
	font-family: 'Open Sans Condensed';
}

#home-featured-post-1 {
	top: 0;
	left: 0;
}

#home-featured-post-2 {
	top: 0;
	left: 640px;
}

#home-featured-post-3 {
	top: 260px;
	right: 0;
}

#home-featured-post-4 { 
	top: 0;
	right: 0;
}

#home-featured-post-4 .featured-blocks-img { 
	height: 260px;
	margin-left: -70px;
}

#home-featured-post-5 { 
	top: 360px;
	left: 0;
}

#home-featured-post-6 { 
	top: 360px;
	left: 320px;
}

#home-featured-blocks-under {
	position: absolute;
	top: 620px;
	left: 0;
	background: #111;
	color: #fff;
	padding: 10px 0 10px 20px;
	width: 100%;
}

#home-featured-blocks-under #home-featured-block-social {
	display: inline-block;
	margin-left: 10px;
	text-align: right;
}

#home-featured-blocks-under .home-featured-block-topics {
	display: inline-block;
	border-right: 1px solid #999;
}

#home-featured-blocks-under h2 {
	display: inline-block;
	margin: 0;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.home-featured-topics-container {
	margin: 0 0 0 8px;
	display: inline-block;
	padding-right: 5px;
}

.home-featured-block-topics ul li {
	font-family: 'deltamoon';
	font-size: 21px;
	font-size: 2.1rem;
	display: inline;
	margin: 0 -1px;
	-webkit-font-smoothing: antialiased;
}

.home-featured-block-topics ul li a {
	padding: 16px 10px 17px;
	color: #fff;
}

.home-featured-block-topics ul {
	margin: 0;
}

#home-featured-social {
	display: inline-block;
	position: relative;
	top: 2px;
}

#home-featured-social .home-featured-social-item {
	display: inline-block;
	margin-left: 10px;
}

#home-featured-social #home-featured-social-facebook {
	position: relative;
	top: -7px;
}

/* Sponsorship
---------------------------------------------------------------------------------------------------- */
.home-sponsorship {
	font-family: 'Open sans condensed';
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}

.home-sponsorship a {
	font-weight: bold;
	color: #3671cd;
	display: inline-block;
}

.home-sponsorship a:hover {
	text-decoration: underline;
}

#sponsor-menu {
	margin:10px 0;
}

#sponsor-menu #sponsor-menu-img:hover {
	opacity: 0.9;
	transition: all 0.3s;
}

#sponsor-menu .sponsor-menu-text,
#sponsor-menu .sponsor-menu-text a {
	font-size:13px;
	color:#999;
	margin-bottom:0;
}

#sponsor-menu .sponsor-menu-text a {
	border-bottom: 1px solid #666;
}

#sponsor-menu .sponsor-menu-text a:hover {
	background: #333;
}

#sponsor {
	margin: 0 auto 30px;
	max-width: 700px;
	text-align: center;
	background: #f0f0f0;
	border-radius: 5px;
	color: #666;
}

#sponsor p {
	margin: 0;
	padding: 1.5rem 0;
	padding: 15px 0;
}

#sponsor a:hover {
	color: #2268cc;
	text-decoration: underline;
}

/* Sponsorship Information Page
---------------------------------------------------------------------------------------------------- */

.availability {
	text-align: right;
	display: inline-block;
	float: right;
}
 .availability a {
	text-decoration: underline;
}

#sponsor-schedule {
	width: 200px;
	margin: 0 auto 26px;
	margin: 0 auto 2.6rem;
}

#sponsor-schedule li {
	margin-left: 0;
	list-style-type: none;
	padding: 5px 0;
}

/* Category Identities (Icons, Colors)
---------------------------------------------------------------------------------------------------- */

.entry-categories.cat-behind-the-lens::before,
.sub-menu li.cat-behind-the-lens a::before,
.category-behind-the-lens .archive-title::before {
	content: 'i';
}

.topics ul li.cat-behind-the-lens a:hover,
.featured-blocks-post.cat-behind-the-lens {
	background: #1abc9c;
}

.entry-meta .entry-categories.cat-behind-the-lens:hover,
.category-behind-the-lens .sub-menu li.cat-behind-the-lens a,
.no-touch .sub-menu li.cat-behind-the-lens a:hover {
	color: #1abc9c;
}

.entry-categories.cat-camera-assisting::before,
.sub-menu li.cat-camera-assisting a::before,
.category-ac .archive-title::before {
	content: 'S';
}

.topics ul li.cat-camera-assisting a:hover,
.featured-blocks-post.cat-camera-assisting {
	background: #3498db;
}

.entry-meta .entry-categories.cat-camera-assisting:hover
.category-ac .sub-menu li.cat-camera-assisting a,
.no-touch .sub-menu li.cat-camera-assisting a:hover {
	color: #3498db;
}

.entry-categories.cat-cameras::before,
.sub-menu li.cat-cameras a::before,
.category-cinema-cameras .archive-title::before {
	content: 'v';
}

.topics ul li.cat-cameras a:hover,
.featured-blocks-post.cat-cameras {
	background: #c0392b;
}

.entry-meta .entry-categories.cat-cameras:hover,
.no-touch .sub-menu li.cat-cameras a:hover,
.category-cinema-cameras .sub-menu li.cat-cameras a {
	color: #c0392b;
}

.entry-categories.cat-comment-corner::before,
.sub-menu li.cat-comment-corner a::before,
.category-comment-corner .archive-title::before {
	content: '\2b';
}

.topics ul li.cat-comment-corner a:hover,
.featured-blocks-post.cat-comment-corner {
	background: #2c3e50;
}

.entry-meta .entry-categories.cat-comment-corner:hover,
.category-comment-corner .sub-menu li.cat-comment-corner a,
.no-touch .sub-menu li.cat-comment-corner a:hover {
	color: #2c3e50;
}

.entry-categories.cat-getting-work::before,
.sub-menu li.cat-getting-work a::before,
.category-getting-work .archive-title::before {
	content: 'D';
}

.topics ul li.cat-getting-work a:hover,
.featured-blocks-post.cat-getting-work {
	background: #2ecc71;
}

.entry-meta .entry-categories.cat-getting-work:hover,
.category-getting-work .sub-menu li.cat-getting-work a,
.no-touch .sub-menu li.cat-getting-work a:hover {
	color: #2ecc71;
}

.entry-categories.cat-industry-news::before,
.sub-menu li.cat-industry-news a::before,
.category-news .archive-title::before {
	content: 'n';
}

.topics ul li.cat-industry-news a:hover,
.featured-blocks-post.cat-industry-news {
	background: #295fd6;
}

.entry-meta .entry-categories.cat-industry-news:hover,
.category-industry-news .sub-menu li.cat-industry-news a,
.no-touch .sub-menu li.cat-industry-news a:hover {
	color: #2f6bef;
}

.entry-categories.cat-miscellaneous-tips::before,
.sub-menu li.cat-miscellaneous-tips a::before,
.category-miscellaneous-tips .archive-title::before {
	content: 'r';
}

.topics ul li.cat-miscellaneous-tips a:hover,
.featured-blocks-post.cat-miscellaneous-tips {
	background: #e67e22;
}

.entry-meta .entry-categories.cat-miscellaneous-tips:hover,
.category-miscellaneous-tips .sub-menu li.cat-miscellaneous-tips a,
.no-touch .sub-menu li.cat-miscellaneous-tips a:hover {
	color: #e67e22;
}

.entry-categories.cat-production-stories::before,
.sub-menu li.cat-production-stories a::before,
.category-stories .archive-title::before {
	content: '4';
}

.topics ul li.cat-production-stories a:hover,
.featured-blocks-post.cat-production-stories {
	background: #9b59b6;
}

.entry-meta .entry-categories.cat-production-stories:hover,
.category-stories .sub-menu li.cat-production-stories a,
.no-touch .sub-menu li.cat-production-stories a:hover {
	color: #9b59b6;
}

.entry-categories.cat-retired::before,
.sub-menu li.cat-retired a::before,
.category-retired .archive-title::before {
	content: 'B';
}

.topics ul li.cat-retired a:hover,
.featured-blocks-post.cat-retired {
	background: #95a5a6;
}

.entry-meta .entry-categories.cat-retired:hover,
.category-retired .sub-menu li.cat-retired a,
.no-touch .sub-menu li.cat-retired a:hover {
	color: #95a5a6;
}

.entry-categories.cat-toolkit::before,
.sub-menu li.cat-toolkit a::before,
.category-toolkit .archive-title::before {
	content: 'w';
}

.topics ul li.cat-toolkit a:hover,
.featured-blocks-post.cat-toolkit {
	background: #f1c40f;
}

.entry-meta .entry-categories.cat-toolkit:hover,
.category-toolkit .sub-menu li.cat-toolkit a,
.no-touch .sub-menu li.cat-toolkit a:hover {
	color: #f1c40f;
}

.entry-categories.cat-website::before,
.sub-menu li.cat-website a::before,
.category-websites .archive-title::before {
	content: '\68';
}

.topics ul li.cat-website a:hover,
.featured-blocks-post.cat-website {
	background: #333;
}

.entry-meta .entry-categories.cat-website:hover,
.no-touch .sub-menu li.cat-website a:hover {
	color: #666;
}

/* Footnotes
---------------------------------------------------------------------------------------------------- */
.easy-footnotes-wrapper::before {
	display:block;
	width: 20%;
	min-width:50px;
	border-top: 1px solid #e6e6e6;
	padding-below:20px;
}
	

/* Disqus Comments
---------------------------------------------------------------------------------------------------- */

#disqus_thread {
	margin-top: 20px;
	margin-top: 2rem;
}

.single-format-link #disqus_thread {
	border-top: 1px solid #cecece;
	padding-top: 30px;
	margin-top: 0;
}

/* Recommended Posts
---------------------------------------------------------------------------------------------------- */
.recommended-posts {
	background: #f0f0f0;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 0 20px;
	padding: 0 2rem;
}

.recommended-posts .inactive {
	display: none;
}

.recommended-posts .read-next,
ul.recommended-menu li {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
	text-transform:uppercase;
}
.recommended-posts .read-next {
	background: #fff;
	width: 150px;
	margin: 0 auto;
	position: relative;
	bottom: 20px;
}

.recommended-posts .read-next a {
	display: block;
	padding: 10px 7px;
	padding: 1rem 0.7rem;
	border: 1px solid #b9b9b9;
	color: #434343;
}

.recommended-posts .read-next a:hover {
	color: #fff;
	background: #295fd6;
	border: 1px solid #111;
	transition: color ease 1s,background ease 0.8s, border ease 1s;
	-webkit-transition: color ease 1s,background ease 0.8s, border ease 1s;
	-moz-transition: color ease 1s,background ease 0.8s, border ease 1s;
	-o-transition: color ease 1s,background ease 0.8s, border ease 1s;
}

.related-next,
.popular-next,
.recent-next {
	max-width:950px;
	margin:0 auto;
}

.related-next ul,
.popular-next ul,
.recent-next ul{
	list-style-type:none;
	margin: 0 auto 25px;
	margin: 0 auto 2.5rem;
	
}

.related-next ul li,
.popular-next ul li,
.recent-next ul li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.related-next ul li a,
.popular-next ul li a,
.recent-next ul li a {
	font-family:'Open Sans Condensed',sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #999;
	position: relative;
	left: -15px;
	padding-left: 10px;
	padding-left: 1rem;
	border-left: 5px solid transparent;
}

.related-next ul li a:hover,
.popular-next ul li a:hover,
.recent-next ul li a:hover {
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.recommended-posts li.cat-behind-the-lens a:hover {
	border-color: #1abc9c;
}

.recommended-posts li.cat-camera-assisting a:hover {
	border-color: #043ebd;
}

.recommended-posts li.cat-cameras a:hover {
	border-color: #c0392b;
}

.recommended-posts li.cat-comment-corner a:hover {
	border-color: #2c3e50;
}

.recommended-posts li.cat-getting-work a:hover {
	border-color: #2ecc71;
}

.recommended-posts li.cat-industry-news a:hover {
	border-color: #295fd6;
}

.recommended-posts li.cat-miscellaneous-tips a:hover {
	border-color: #e67e22;
}

.recommended-posts li.cat-production-stories a:hover {
	border-color: #9b59b6;
}

.recommended-posts li.cat-retired a:hover {
	border-color: #95a5a6;
}

.recommended-posts li.cat-toolkit a:hover {
	border-color: #f1c40f;
}

.recommended-posts li.cat-website a:hover {
	border-color: #000;
}

ul.recommended-menu {
	max-width: 700px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	text-align: center;
}

ul.recommended-menu li {
	display: inline-block;
	padding: 15px 40px 15px 0;
	padding: 1.5rem 4rem 1.5rem 0;
	-webkit-font-smoothing: antialiased;
}

ul.recommended-menu li.recent {
	padding: 15px 0;
	padding: 1.5rem 0;
}

ul.recommended-menu li a,
ul.recommended-menu li::before {
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul.recommended-menu li a:hover {
	color: #666;
}

ul.recommended-menu li.active a,
ul.recommended-menu li.active a:hover,
ul.recommended-menu li.active::before {
	color: #111;
}

ul.recommended-menu li a:hover {
	cursor: pointer;
}

ul.recommended-menu li::before {
	font-family: 'deltamoon';
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: 1px;
	right: 10px;
}

ul.recommended-menu li.related::before {
	content: '\e001';
}

ul.recommended-menu li.popular::before {
	content: '\e003';	
}

ul.recommended-menu li.recent::before {
	content: '\e004';	
}

.recommended-posts .tab-pane {
	display: none;
}

.recommended-posts div.active {
	display: inherit;
}

/*
Archive Pages (Search, Taxonomy, Author)
---------------------------------------------------------------------------------------------------- */
.search .hero-image-wrap,
.archive .hero-image-wrap {
	max-height: 750px;
	max-height: 75rem;
	background: #111;
}

.archive.paged.category .hero-image-wrap {
	max-height: 300px;
	max-height: 30rem;
}

.search .search-form {
	width: 562px;
	margin: 40px auto 90px;
	margin: 4rem auto 9rem;
}

.search-form input {
	-webkit-appearance: none;
	outline: none;
}

.search input.search-field {
	padding: 19px 20px;
	padding: 1.9rem 2rem;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	font-size: 3rem;
	width: 100%;
	color: #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius:0;
}

.search input::-ms-input-placeholder,
.search input::-moz-input-placeholder,
.search input::-webkit-input-placeholder  {
	color: #999;
}

.search input:focus::-webkit-input-placeholder,
.search-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.archive-hero {
	position: relative;
	left: 0;
	top: 0;
}

.archive-description {
	position: absolute;
	left:0;
	top: 30%;
	z-index: 3;
	width: 100%;
	padding: 0;
	background: none;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	overflow-x: hidden;
}

.archive.paged.category .archive-description {
	top: 15%;
}

.archive-description h1,
.archive-description h1 a,
.archive-description h2,
.search-results-title h3,
.archive-posts-title h3,
.archive-description p {
	font-weight: 900;
	color: #fff;
}

.archive-description h1 {
	font-size: 72px;
	font-size: 7.2rem;
	margin-bottom: 0;
}

.archive-description h2,
.archive-description p {
	font-family: 'Open Sans Condensed', helvetica, arial, sans-serif;
	font-weight: 300;
	font-size: 21px;
	font-size: 2.1rem;
	margin: 0;
}

.touch .archive-description h2,
.touch .archive-description p {
	-webkit-font-smoothing: antialiased;
}

.search .posts,
.archive .posts {
	border: 0;
}

.search-results-title,
.archive-posts-title {
	background: #f0f0f0;
	text-align: center;
	padding: 40px 0 0;
	padding: 4rem 0 0;
}

.search-results-title h3,
.archive-posts-title h3 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #333;
	text-transform: uppercase;
	margin: 0;
}

.search-terms,
.archive-terms {
	font-weight: 300;
}

.blog .archive-posts-title {
	background: none;
	padding: 0 0 40px;
	padding: 0 0 4rem;
}
.archive-posts-title {
	text-align: center;
}

.archive-page-number {
	margin: 1rem 0 0;
	text-transform: uppercase;
	font-weight: lighter;
	font-weight: 400;
	color: #666;
}

.error404 .search-form {
	margin: 0 auto;
}

.error404 .search-form input[type="search"] {
	border: 1px solid #cecece;
	padding: 20px;
	padding: 2rem;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.error404 .search-form input:focus {
	border: 1px solid #666;
	color: #111;
	transition: border .3s;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-o-transition: border .3s;
}

.error404 h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.error404 .entry-content li a {
	color: #666;
}

.error404 .entry-content li a:hover {
	color: #111;
	transition: color .2s;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
}

.error404 .search-form {
	width: 350px;
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	-o-transition: width .3s ease;
}
/*
IMAX Page /imax/
---------------------------------------------------------------------------------------------------- */
#imax-full,
#imax-embed {
	margin: 2rem auto;
	text-align: center;
}

#imax-embed {
	max-width: 700px;
}

/*
Bootstrap CSS
---------------------------------------------------------------------------------------------------- */

.fade {
  opacity: 0;
  -o-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}

.fade.in {
  opacity: 1;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper input[type="url"],
div.gform_wrapper input[type="file"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper input[type="radio"] {
	margin-left: 1px !important;
}

#gform_wrapper_1,
#gform_wrapper_3 {
	max-width: 100% !important;
}

div.gform_wrapper input,
div.gform_wrapper textarea {
	border: 1px solid #ccc;
	/*-webkit-appearance:none;*/
}

div.gform_wrapper input:focus,
div.gform_wrapper textarea:focus {
	border: 1px solid #666;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
	font-size: 1.8rem;
	border: none;
	width: 100%;
	max-width: 320px;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
}

.gform_wrapper .gfield_required {
	color: #043ebd !important;
}

div.gform_wrapper .gfield_select {
	font-size: 14px;
	font-size: 1.4rem;
}

div.gform_wrapper ul {
	list-style-type: none;
}

/* Contact Page */

.contact .gform_confirmation_wrapper {
	margin-top: -50px;
	background: #fff;
	z-index: 10;
	position: relative;
}

/* Inside Post Email Signup Form
--------------------------------------------*/

#gform_wrapper_4 .gform_wrapper form,
#gform_wrapper_8 .gform_wrapper form {
	text-align: center !important;
}

#gform_wrapper_4 input[type="email"],
#gform_wrapper_8 input[type="email"] {
	width: 100%;
	color: #727272;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
}

#gform_wrapper_4 input[type="email"],
#gform_fields_4 .gfield_error input[type=email],
#gform_wrapper_8 input[type="email"],
#gform_fields_9 .gfield_error input[type=email] {
	background: #fefefe;
	border: 1px solid #999;
	outline: none;
	border-radius:5px;
	-webkit-border-radius:5px;
}

#gform_wrapper_4 input[type="email"]:focus,
#gform_wrapper_8 input[type="email"]:focus {
	outline: none;
	border: 1px solid #111;
	background: #fff;
}

#gform_wrapper_4 .gform_body,
#gform_wrapper_8 .gform_body {
	width: 74%;
	margin-right: 1%;
}

#gform_wrapper_4 .gform_footer,
#gform_wrapper_8 .gform_footer {
	width: 23%;
}

#gform_wrapper_4 .gform_footer input[type="submit"],
#gform_wrapper_8 .gform_footer input[type="submit"] {
	font-weight: 900;
	padding: 15px 10%;
	padding: 1.5rem 10%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #043ebd;
}

#gform_wrapper_4 input[type="email"],
#gform_wrapper_8 input[type="email"],
#gform_wrapper_4 .gform_footer input[type="submit"],
#gform_wrapper_8 .gform_footer input[type="submit"] {
	font-size: 27px;
	font-size: 2.7rem;
	height: 67px;
}

#gform_wrapper_4 .gform_footer input[type="submit"]:hover,
#gform_wrapper_8 .gform_footer input[type="submit"]:hover {
	background: #666;
}

#gform_wrapper_4 .gform_footer input[type="submit"]:active,
#gform_wrapper_8 .gform_footer input[type="submit"]:active {
	background: #999;
}

#gform_wrapper_4 .gform_body,
#gform_wrapper_4 .gform_footer,
#gform_wrapper_8 .gform_body,
#gform_wrapper_8 .gform_footer {
	display: inline-block
}

#gform_wrapper_4 {
	margin: 0 !important;
	padding: 0 0 40px !important;
	max-width: 100% !important;
	position: relative !important;
}

#gform_wrapper_8 {
	margin: 0 !important;
	padding: 0 0 10px !important;
	max-width: 100% !important;
	position: relative !important;	
}

#gform_wrapper_4 .gform_footer,
#gform_wrapper_8 .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

.validation_error {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: normal;
	background: rgba(231, 76, 60,.8);
	color: #fff !important;
	border: 1px solid rgba(192, 57, 43,1.0);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: .5rem 0;
	padding: 5px 0;
	position: absolute;
	bottom: -35px;
	width: 100%;
	max-width: 700px;
	text-align: center;
}

.gform_confirmation_message_4,
.gform_confirmation_message_9 {
	text-align: center;
	min-height: 131px;
	background: rgba(46, 204, 113,1.0);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	padding: 10px;
	padding: 1rem;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;
}

.confirm_title {
	font-weight: 700;
	font-size: 27px;
	font-size: 2.7rem;
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

.gfield_description.validation_message,
#gform_ajax_spinner_4,
#gform_ajax_spinner_9 {
	display: none;
}

.privacy {
	color: #e2e2e2;
	font-size: 12px;
	font-size: 1.2rem;
}

.home .gform_wrapper li.gfield.gfield_error {
	background: none !important;
	border-top: none !important;
	border-bottom: none !important;
}

.home .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0 !important;
	padding: 0 !important;
}

/*
Swipe.js Dependencies (DO NOT MODIFY!)
---------------------------------------------------------------------------------------------------- */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

/*
Footer Sign Up Form
---------------------------------------------------------------------------------------------------- */
#footer-cta-signup {
	background: #043ebd;
	padding: 2rem 0;
	height: 300px;
}

#footer-cta-container {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

#footer-cta-hero {
	position: absolute;
	top: 0;
	left: 0;
}

#footer-cta-title {
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	padding-left: 220px;
	margin: 0;
}

.footer-cta-desc {
	padding-left: 220px;
	margin: 0 0 2rem;
}

.footer-cta-desc.child {
	margin-top: 10px;
	margin-top: 1rem;
}

#footer-cta-click {
	display: block;
	margin: 20px 0 0 220px;
	margin: 2rem 0 0 22rem;
	text-align: center;
	max-width: 200px;
	font-weight: bold;
	font-size: 14px;
	background: none;
	border: 2px solid #fff;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#footer-cta-click:hover {
	border-color: #111;
	background: #111;
	text-decoration: none;
}

/*
Pocket Guides Changelog
---------------------------------------------------------------------------------------------------- */

.dpg_changelog h2 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-top: 20px;
	padding-top: 2rem;
	border-top: 1px solid #cecece;
}

/*
Footer Pocket Guides Promo
---------------------------------------------------------------------------------------------------- */

#dpg_footer-promo {
	background: #006ec3;
	max-width: 700px;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
}

#dpg_footer-promo-wrap {
	margin: 0 auto;
}

#dpg_footer-promo #dpg_footer-promo-title {
	font-size: 27px;
	font-weight: 900;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.2;
}

.dpg_footer-promo-tag,
.dpg_footer-promo-tag a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	letter-spacing: normal;
	line-height: 1.2;
}

#dpg_bundle-covers-list {
	text-align: center;
	margin: 10px 0 25px;
}

.dpg_bundle-cover {
	display: inline-block;
	max-height: 93px;
	max-width: 70px;
	margin: 0 10px 0 0 !important;
}

.dpg_bundle-cover.end {
	margin: 0 !important;
}

.dpg_footer-promo-bottom,
#dpg_footer-promo-btn {
	text-align: center;
}
.dpg_footer-promo-bottom {
	margin-bottom: 0;
	padding-left: 15px;
}

#dpg_footer-promo-btn {
	font-weight: 700;
	font-size: 100%;
	letter-spacing: normal;
	border-radius: 5px;
	margin: 0 auto;
	background: #fff !important;
	color: #006ec3 !important;
	border: none;
	text-transform: uppercase;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	max-width: 273px;
}

#dpg_footer-promo-btn:hover {
	background: #333 !important;
	color: #fff !important;
}

.dpg_bundle_close {
	margin-bottom: 0 !important;
}

.dpg_bundle_close:hover {
	cursor: pointer;
	text-decoration: underline;
}

#dpg_bundle-footer-wrap {
	text-align: center;
}

/*
Quiz Styles
---------------------------------------------------------------------------------------------------- */
.quiz ul li {
	list-style-type: none;
	margin-left: 0;
}

.quiz .question-title {
	font-weight: bold;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 15px;
}

#social-float {
	top: 1.5%;
	position: absolute;
}

.quiz .question-wrap {
	margin-top: 50px;
}

#quiz-results {
	margin-bottom: 30px;
}

.quiz-results-title {
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	border: 5px solid #c0392b;
	border-radius: 5px;
	padding: 10px;
}

.quiz-results-title.grade-A+,
.quiz-results-title.grade-A,
.quiz-results-title.grade-A-,
.quiz-results-title.grade-B,
.quiz-results-title.grade-B- {
	border: 5px solid #2c4762;
}

.quiz-results-title.grade-C,
.quiz-results-title.grade-C-,
.quiz-results-title.grade-D,
.quiz-results-title.grade-D- {
	border: 5px solid #f1c40f;	
}

#quiz-results .banner,
#quiz-results .share {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	text-align: center;
}

#quiz-results .quiz-cta {
	line-height: 1;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 900;
	color: #333;
}

#quiz-results .quiz-social-share {
	margin-bottom: 0;
}

#quiz-results .quiz-social {
	margin: 15px 0 15px 15px;	
}

#quiz-results .quiz-social,
#quiz-results .quiz-social a {
	list-style-type: none;
	font-size: 21px;
	font-weight: bold;
	color: #666;
	text-align: left;
}

#quiz-results .quiz-social a:hover {
	text-decoration: none;
}

#quiz-results .quiz-social a::before {
	font-family: 'deltamoon';
	padding-right: 20px;
	content: 's';
}

#quiz-results .quiz-social.twitter a::before {
	content: 'U';
}

#quiz-results .quiz-social.facebook a::before {
	content: 'q';
}

#quiz-results .quiz-social.pinterest a::before {
	content: 'k';
}

#quiz-results .quiz-social.tumblr a::before {
	content: '\e60a';
}

#quiz-results .quiz-social.tumblr a:hover {
	color: #2c4762;
}

#quiz-results .quiz-social.embed a::before {
	content: '\e008';
}

#quiz-results .quiz-social.embed {
	margin-bottom: 10px;
}

#quiz-results .quiz-social.embed a:hover {
	color: #2ecc71;
}

#quiz-results #quiz-embed {
	display: none;
	margin-left: 15px;
}

#quiz-results #quiz-embed p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}

#quiz-results #quiz-embed textarea {
	font-size: 12px;
	width: 100%;
}

#quiz-results-footer {
	text-align: center;
	margin-bottom: 50px;
}

.quiz-redo,
#quiz-reveal-answers {
	font-weight: bold;
	color: #fff;
	width: 225px;
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border: 2px solid #333;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	margin-top: 5px;
}

a.quiz-redo{
	background: none;
	color: #333;
}

.no-touch .quiz-redo:hover,
.no-touch .quiz-redo:hover a {
	color: #fff;
	background: #333;
	text-decoration: none;
}

#quiz-correct-answers {
	display: none;
}

.post-16350 .entry-content .gifs {
	text-align: center;
}

.post-16350 .entry-content .gifs .gif-block {
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
	padding: 20px 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.header-image .title-area {
		background: url('images/logo@2x.png') no-repeat left;
		background-size: 300px 54px;
	}
	
	.header-image .title-area:hover,
	.no-touch .header-image .title-area:hover {
		background: url('images/logo-hov@2x.png') no-repeat left;
		background-size: 300px 54px;
	}

	.site-footer .creds::before {
		content: url('images/footerlogo.svg');
	}
}

@media only screen and (max-width: 1279px) {

	#home-featured-blocks-wrap {
		max-width: 960px;
	}
	
	#home-featured-post-2 {
		top: 360px;
		left: 0;
	}
	
	#home-featured-post-3 {
		top: 360px;
		left: 320px;
		max-width: 320px;
		max-height: 260px;
	}

	#home-featured-post-3 h2 {
		font-size: 22px;
	}
	
	#home-featured-post-3 .featured-blocks-img {
		height: 260px;
		margin-left: -70px;
	}
	
	#home-featured-post-4 { 
		top: 260px;
		left: 640px;
		height: 360px;
	}
	
	#home-featured-post-4 .featured-blocks-img {
		height: 360px;
		margin-left: -160px;
	}
	
	#home-featured-post-5 { 
		top: 0;
		left: 640px;
	}
	
	#home-featured-post-6 { 
		display: none;
	}
	
	.home-featured-block-topics ul li a {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#home-featured-block-social h2 {
		display: none;
	}
	
	#home-featured-blocks-under #home-featured-block-social {
		margin-left: 6px;
	}
	
	#home-featured-social .home-featured-social-item {
		margin-left: 5px;
	}

}

@media only screen and (max-width: 1139px) {
	
	.hero-image-wrap {
		max-height: 400px;
	}
	.site-header,
	.pagination {
		padding: 0 2%;
	}
	.site-footer .creds-wrap {
		padding-left: 2%;
		padding-right: 2%;
	}
	.wp-caption-text,
	.wp-block-image figcaption,
	cite {
		position: static;
		text-align: center;
		width: 100%;
	}
	.archive-description {
		top: 25%;
	}
	.search .archive-title,
	.search .archive-description h1 {
		font-size: 48px;
		font-size: 4.8rem;
	}
	.search .archive-description h3,
	.search input.search-field {
		font-size: 25px;
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 1023px) {

	.content,
	.wrap {
		width: 100%;
	}

	.archive-description,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	#respond {
		padding: 0;
	}

	.entry,
	.author-box {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.site-inner {
		background: none;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	.hero-featured-video.lg-player {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.pagination {
		text-align: center;
	}
	.search .search-form {
		margin: 2rem auto 4rem;
	}

}

@media only screen and (max-width: 959px) {

	.featured-block {
		height: 620px;
		padding: 0 2%;
	}

	.home-featured-topics-container {
		margin-bottom: 15px;
	}

	#home-featured-blocks-wrap {
		max-width: 740px;
	}
	
	#home-featured-post-1,
	#home-featured-post-4 {
		width: 57%
	}
	
	
	#home-featured-post-2,
	#home-featured-post-3 {
		width: 43%;
	}

	#home-featured-post-1 {
		/*width: 420px;*/
		height: 236px;
	}
	
	#home-featured-post-1 .home-featured-title {
		font-size: 22px;
	} 
	
	#home-featured-post-1 .featured-blocks-img {
		width: 420px;
		height: auto;
		min-height: 0;
	}
		
	#home-featured-post-2 {
		top: 0;
		right: 0;
		left: auto;
		/*width: 320px;*/
		height: 236px;
	}
	
	#home-featured-post-3 {
		top: 236px;
		left: 0;
		/*width: 320px;*/
		height: 260px;
	}
	
	#home-featured-post-3 .featured-blocks-img {
		margin-left: -50px;
	}
	
	#home-featured-post-4 { 
		top: 236px;
		right: 0;
		height: 260px;
		/*width: 420px;*/
		left: auto;
	}
	
	#home-featured-post-4 .featured-blocks-img {
		width: auto;
		margin-left: -20px;
		height: 260px;
	}
	
	#home-featured-post-5 { 
		display: none;
	}
	
	#home-featured-blocks-under {
		top: 496px;
	}
	
	#home-featured-blocks-under .home-featured-block-topics {
		border: none;
	}
	
	#home-featured-block-social h2 {
		display: inherit;
	}
	
	#home-featured-blocks-under #home-featured-block-social {
		margin-left: 0;
	}
}

@media only screen and (max-width: 860px) {
	.archive-description h1 {
		font-size: 62px;
		font-size: 6.2rem;
	}
}

@media only screen and (max-width: 930px) and (min-width: 740px) {
	.post-wrap {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 800px) {
	.hero-home {
		padding-top: 100px;
		height: 380px;
	}
	
	.hero-home .title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.hero-home .tagline {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 25px;
		margin-bottom: 2.5rem;		
	}
	
	.hero-home .hero-video-play {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.hero-home::after { 
		font-size: 60px;
		margin-top: 10px;
	}
	
	.home-video {
		padding: 0 2%;
		margin-top: 0;
	}
	
	.home-video-desc {
		padding-top: 30px;
		padding-top: 3rem;
	}
	
	.home .video-exit {
		left: -2%;
		margin: 15px 0;
	}
}

@media only screen and (max-width: 767px) {

	.site-header {
		padding: 0 2%;
		border-top: none;
	}

	.video-meta li.small-player,
	.video-meta li.large-player {
		display: none;
	}
	
	.site-footer .creds,
	.menu-footer-container {
		text-align: center;
	}
	
	.site-footer .creds::before {
		display: block;
		padding: 15px 0;
		padding: 1.5rem 0;
	}
	
	.site-footer .menu {
		float: none;
	}

	.menu-footer-container {
		float: none;
		padding: 0;
	}

	.site-footer .menu li {
		padding: 0 15px;
		padding: 0 1.5rem;
	}
	.site-footer .menu li:first-child {
		padding-left: 0;
	}
	
	.site-footer .menu li:last-child {
		padding-right: 0;
	}

}

@media only screen and (max-width: 730px) {

	.site-header,
	.author-box,
	.entry-content,
	.entry-header,
	#disqus_thread,
	.recommended-posts,
	.blog .entry-title,
	.blog .entry-content,
	.blog .entry.format-link {
		padding-left: 4%;
		padding-right: 4%;
	}
	.entry-title {
		font-size: 40px;
		font-size: 4rem;
		margin-bottom: 15px;
		transition: font-size ease 0.3s;
		-webkit-transition: font-size ease 0.3s;
		-moz-transition: font-size ease 0.3s;
		-o-transition: font-size ease 0.3s;
	}
	.site-header,
	.site-header .title-area,
	.site-title,
	.header-widget-area,
	.site-title a {
		max-height: 54px;
	}
	
	.site-container {
		margin-top: 54px;
		/* Must be the same as the title-area height */
	}
	.site-title {
		margin: 0;
	}
	
	.header-image .title-area,
	.header-image .title-area:hover,
	.no-touch .header-image .title-area:hover {
		background-size: 200px 36px;
		width: 200px;
	}
	
	.header-widget-area .menu-hide {
		display: none;
	}
	.menu .menu-icon a {
		display: inherit;
		padding: 4px 0;
		padding: .4rem 0;
	}
	.navigation-menu-canvas .navigation-list:first-child {
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	.nav-close {
		top: 7px;
	}
	.archive-description {
		top: 20%;
	}
	.archive-title,
	.archive-description h1,
	.search .archive-title,
	.search .archive-description h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	.archive-description h3, 
	.search input.search-field {
		font-size: 20px;
		font-size: 2rem;
	}
	.search .search-form {
		width: 70%;
	}
	
	.slider .featured-title,
	.home h1,
	.blog .archive-posts-title h3 {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 1.2;
		padding: 0 2%;
	}
	
	.home-sponsorship {
		font-size: 21px;
		margin-top: 10px;
		padding: 0 2%;		
	}
	
	.single .post-excerpt {
		padding: 0 3%;
	}
	.post-wrap {
		border-left: none;
		border-right: none;
	}
}

@media only screen and (max-width: 725px) {
	.recommended-posts .related-next ul li a,
	.recommended-posts .popular-next ul li a,
	.recommended-posts .recent-next ul li a {
		position: inherit;
		transition: all ease 0.3s;
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		-o-transition: all ease 0.3s;
		font-size: 20px;
		font-size: 2rem;
		border-left-width: 5px;
		border-left-style: solid;
	}
	
	.recommended-posts li.cat-behind-the-lens a {
	border-color: #1abc9c;
	}
	
	.recommended-posts li.cat-camera-assisting a {
		border-color: #043ebd;
	}
	
	.recommended-posts li.cat-cameras a {
		border-color: #c0392b;
	}
	
	.recommended-posts li.cat-comment-corner a {
		border-color: #2c3e50;
	}
	
	.recommended-posts li.cat-getting-work a {
		border-color: #2ecc71;
	}
	
	.recommended-posts li.cat-industry-news a {
		border-color: #295fd6;
	}
	
	.recommended-posts li.cat-miscellaneous-tips a {
		border-color: #e67e22;
	}
	
	.recommended-posts li.cat-production-stories a {
		border-color: #9b59b6;
	}
	
	.recommended-posts li.cat-retired a {
		border-color: #95a5a6;
	}
	
	.recommended-posts li.cat-toolkit a {
		border-color: #f1c40f;
	}
	
	.recommended-posts li.cat-website a {
		border-color: #000;
	}
	
	#footer-cta-container {
		padding: 0 2%;
	}
	
	#footer-cta-hero {
		left:2%;
	}
	.hero-featured-video.sm-player {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.blog .format-link .entry-title {
		margin-left: 0;
	}
	
	.blog .format-link .entry-content {
		margin-left: 20px;
	}
	
	#sponsor{
		margin-left: 2%;
		margin-right: 2%;
		padding: 0 5px;
	}
	
	.entry-meta-wrap {
		margin: 0 2%;
		padding: 5px 0 15px;
		text-align: center;
	}
	
	.entry-meta-wrap .share-buttons {
		float: none;
		padding: 10px 0 0;
	}
	
	.entry-meta-wrap .entry-categories {
		margin-right: 0;
		padding-right: 0;
	}
	
	.entry-meta-wrap .share-buttons li {
		width: 70px;
	}
}

@media only screen and (max-width: 700px) {

	#dpg_footer-promo {
		margin: 0 2%;
	}
	
	#dpg_footer-promo #dpg_footer-promo-title {
		font-size: 24px;
	}

	#dpg_bundle-cover-8.dpg_bundle-cover {
		display: none;
	}
	
	#dpg_bundle-cover-7.dpg_bundle-cover  {
		margin-right: 0 !important;
	}
	
	#gform_wrapper_4 input[type="email"],
	#gform_wrapper_8 input[type="email"],
	#gform_wrapper_4 .gform_footer input[type="submit"],
	#gform_wrapper_8 .gform_footer input[type="submit"] {
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.validation_error {
		bottom: -60px;
	}
	
	#quiz-results .banner,
	#quiz-results .share {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	
	#quiz-results .quiz-social-share {
		width: 85%;
		margin: 0 auto;
	}

}

@media only screen and (max-width: 639px) {

	#dpg_bundle-cover-7.dpg_bundle-cover {
		display: none;
	}
	
	#dpg_bundle-cover-6.dpg_bundle-cover  {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 630px) {

	#dpg_footer-promo #dpg_footer-promo-title {
		font-size: 24px;
	}
	
	.featured-footer {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	
	.hero-home::after { 
		font-size: 50px;
		margin-top: 0;
	}
	
	.recommended-posts .entry-title {
		clear: both;
		text-align: center;
		padding: 0;
	}
	
	.blog .entry,
	.recommended-posts .entry {
		padding-top: 20px;
		padding-top: 2rem;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
	
	.blog .post-image,
	.recommended-posts .post-image {
		width: 100%;
		height: auto;
		transition: width ease 0.3s;
		-webkit-transition: width ease 0.3s;
		-moz-transition: width ease 0.3s;
		-o-transition: width ease 0.3s;
	}
	
	.archive-share {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.archive-description {
		top: 10%;
	}
	
	.archive-title,
	.archive-description h1,
	.search .archive-title,
	.search .archive-description h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.archive-description h2,
	.archive-description h3,
	.archive-description p, 
	.search input.search-field {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.search-results-title, 
	.archive-posts-title {
		padding-top: 2rem;
	}

	.search-results-title h3, 
	.archive-posts-title h3 {
		font-size: 21px;
	}

	.posts {
		padding-top: 3rem;
	}

	.search .search-form {
		margin: 15px auto;
		margin: 1.5rem auto;
	}
	.search input.search-field {
		padding: 10px;
		padding: 1rem;
	}
	.read-more-home .more-btn {
		font-size: 20px;
		font-size: 2rem;
	}
	
	div.gform_wrapper .gform_footer input[type="submit"] {
		max-width: 100%;
	}
	
	#footer-cta-signup,
	.featured-block {
		height: auto;
	}
	
	#home-featured-post-1 .home-featured-title {
		font-size: 28px;
	}
	
	#home-featured-post-3 h2,
	.featured-blocks-post h2 {
		font-size: 18px;
	}
	
	#home-featured-post-1,
	#home-featured-post-2,
	#home-featured-post-3,
	#home-featured-post-4 {	
		position: relative;
		float: left;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	#home-featured-post-1 {
		width: 100%;
		height: auto;
		margin-bottom: -3px;
	}
	
	#home-featured-post-1 .featured-blocks-img {
		width: 100%;
	}
		
	#home-featured-post-2,
	#home-featured-post-3,
	#home-featured-post-4 {
		max-height: 150px;
		max-width: 320px;
		width: 33%;
	}
	
	#home-featured-post-2 .featured-blocks-img,
	#home-featured-post-3 .featured-blocks-img, 
	#home-featured-post-4 .featured-blocks-img {
		max-width: 320px;
		width: 100%;
		height: 100%;
		margin: 0;
		min-height: 0;
	}

	#home-featured-post-4 {
		width:34%;
	}
	
	#home-featured-blocks-under {
		position: static;
		padding-bottom: 5px;
	}
	
	#home-featured-blocks-under .home-featured-block-topics {
		padding-top: 10px;
	}

}

@media only screen and (max-width: 585px) {

	.dpg_footer-promo-tag {
		font-size: 18px;
	}
	.dpg_bundle-cover {
		width: 14%;
	}
}

@media only screen and (max-width: 520px) {
	#gform_wrapper_4 .gform_body,
	#gform_wrapper_4 .gform_footer,
	#gform_wrapper_8 .gform_body,
	#gform_wrapper_8 .gform_footer,
	#gform_wrapper_4 input[type="email"],
	#gform_wrapper_8 input[type="email"],
	#gform_wrapper_4 .gform_footer input[type="submit"],
	#gform_wrapper_8 .gform_footer input[type="submit"] {
		width: 100% !important;
	}
	
	#gform_wrapper_4 input[type="email"],
	#gform_wrapper_8 input[type="email"],
	#gform_wrapper_4 .gform_footer input[type="submit"],
	#gform_wrapper_8 .gform_footer input[type="submit"] {
		font-size: 21px;
		font-size: 2.1rem;
		text-align: center;
		height: auto;
	}
	
	#gform_wrapper_4 .gform_wrapper ,
	#gform_wrapper_8 .gform_wrapper {
		padding: 0 0 20px !important;
		padding: 0 0 2rem !important;
	}
	#gform_wrapper_4 .gform_footer,
	#gform_wrapper_8 .gform_footer {
		padding-top: 10px !important;
		padding-top: 1rem !important;
	}
	#gform_wrapper_4 .privacy,
	#gform_wrapper_8 .privacy {
		margin: 0;
	}
}

@media only screen and (max-width: 500px) {
	
	#dpg_footer-promo #dpg_footer-promo-title {
		font-size: 27px;
	}
	
	.dpg_footer-promo-tag {
		font-size: 15px;
	}
	
	.dpg_bundle-cover {
		width: 25%;
		margin: 0 0 0 10px !important;
	}
	
	#dpg_bundle-cover-6.dpg_bundle-cover {
		display: none;
	}
	
	#dpg_bundle-cover-5.dpg_bundle-cover  {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 480px) {

	#dpg_bundle-cover-5.dpg_bundle-cover {
		display: none;
	}
	
	#dpg_bundle-cover-4.dpg_bundle-cover  {
		margin-right: 0 !important;
	}

	.video-meta li.lights,
	.video-meta li.rw,
	.video-meta span.vid-tooltip,
	.video-meta li.spacer-right,
	.recommended-posts .entry-content {
		display: none;
	}

	.mobile-hide {
		display: none !important;
	}
	
	.blog .entry-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.blog .format-link .entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.recommended-posts .related-next ul,
	.recommended-posts .popular-next ul,
	.recommended-posts .recent-next ul {
		margin: 15px auto 25px;
		margin: 1.5rem auto 2.5rem;
	}
	.error404 .search-form {
		width: 70%;
	}
	
	.gform_wrapper .ginput_complex input[type=email],
	.gform_wrapper .ginput_complex .ginput_left input,
	.ginput_left,
	.ginput_right,
	body .gform_wrapper .gform_body .gform_fields .gfield input,
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
	body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
	body .gform_wrapper .gform_body .gform_fields .gfield select,
	body .gform_wrapper .gform_body .gform_fields .gfield textarea {
		width: 100% !important;
	}
	
	.ginput_left,
	.ginput_right {
		float: none !important;
	}
	
	.site-footer .menu li {
		padding: 0 10px;
		padding: 0 1rem;
	}
	
	.slider .featured-title {
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	#footer-cta-container {
		text-align: center;
	}
	
	#footer-cta-hero {
		position: static;
	}
	
	#footer-cta-title,
	.footer-cta-desc {
		padding-left: 0;
	}
	
	.footer-cta-desc {
		text-align: left;
	}
	
	#footer-cta-click {
		margin: 20px auto 0;
		margin: 2rem auto 0;
	}
	
	#home-featured-post-2,
	#home-featured-post-3 {
		width: 50%;
	}
	#home-featured-post-4,
	#home-featured-block-social h2 {
		display: none;
	}
	
	#home-featured-social .home-featured-social-item {
		float: left;
	}
  
}

@media only screen and (max-width: 405px) {
	
	.entry-content ol,
	.entry-content p,
	.entry-content ul,
	.quote-caption,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 16px;
		margin-bottom: 1.6rem;
	}
	
	.post-excerpt {
		font-size: 19px;
	}
	
	.blog .entry-title,
	.entry-title,
	h2 {
		font-size: 28px;
		font-size: 2.8rem;	
	}
	
	h3,
	h4,
	h5,
	h6 {
		font-size: 21px;
	}
	
	.blog .format-link .entry-content {
		margin-left: 10px;
	}
	
	.single-post .format-link .entry-title a::after {
		font-size: 21px;
		top: -3px;
		left: 10px;
	}
	
	.pagination {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	.pagination li a {
		padding: 8px 8px;
		padding: 0.8rem .8rem;
	}
	
	.pagination-previous a::before,
	.pagination-next a::after {
		font-size: 16px;
		font-size: 1.6rem;
		top: 5px;
	}
	
	li.pagination-previous a {
		padding-left: 24px;
		padding-left: 2.4rem;
	}
	
	li.pagination-next a {
		padding-right: 24px;
		padding-right: 2.4rem;
	}
	.search .archive-description h2,
	#home-featured-topics .cat-retired,
	#home-featured-topics .cat-comment-corner {
		display: none;
	}
	
	.archive .archive-description p {
		padding: 0 2%;
	}
	.read-more-home .more-btn {
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#home-featured-blocks-under,
	#home-featured-blocks-under #home-featured-block-social{
		text-align: center;
		padding-left: 0;
	}
	
	.home-featured-block-topics ul li a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#home-featured-social .home-featured-social-item {
		float: none;
	}
	
	#home-featured-social-gplus {
		display: none !important;
	}
}

@media only screen and (max-width: 388px) {
	
	#dpg_footer-promo #dpg_footer-promo-title {
		font-size: 21px;
	}
	
	#dpg_footer-promo #dpg_footer-promo-title,
	#dpg_footer-promo .dpg_footer-promo-tag {
		text-align: center;
	}
	
	.dpg_bundle-cover {
		width: 25%;
		margin: 0 0 0 10px !important;
	}
	
	#dpg_footer-promo-btn {
		font-size: 14px;
	}
	
	#dpg_bundle-cover-5.dpg_bundle-cover,
	#dpg_bundle-cover-6.dpg_bundle-cover {
		display: inline-block;
	}
}
@media only screen and (max-width: 320px) {
	.video-meta li.spacer-left,
	.video-meta li.original::before {
		display: none;
	}
	
	.video-meta {
		margin-top: 0;
	}
	
	.video-meta li.original {
		display: block;
	}
	
	.video-meta li.video-btn {
		margin-top:-10px;
		margin-bottom:5px;
	}
}
	
@media only screen and (max-width: 320px) { /* iPhone portrait */

	.hero-home {
		padding-top: 75px;
	}

	.hero-home .title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	.hero-home .tagline {
		font-size: 26px;
		font-size: 2.6rem;		
	}
	
	.author-box .author-social {
		margin: 0;
		padding-bottom: 1rem;
	}
	
	ul.recommended-menu li {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 20px 15px 0;
		padding: 1.5rem 2rem 1.5rem 0;
	}
	ul.recommended-menu li::before {
		right: 5px;
	}
	
	.archive-share .share-buttons li {
		width: 70px;
	}
}