/*
Theme Name: pdtheme
Theme URI: http://lifewithoutpants.com/
Author: The Matt & Dave Show
Author URI: http://proofbranding.com/
Text Domain: pdtheme
*/

/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	font-family:inherit;
	text-align:left;
}

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

ol, ul { list-style:none; }

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

a { outline:none; }

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

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

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */


html { font-size: 62.5%; }

body {
	margin: 0;
	padding: 0;
	background: #f8f8f8;
	border: none;
	color: #111;
	font-family: "canada-type-gibson",sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	line-height: 2.8rem;
}

body a {
	color: #1d1d1d;
	text-decoration: none;
}

body a:hover {
	color: #1B3666;
	text-decoration: none;
}

* { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-webkit-font-smoothing: antialiased;
}

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

.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #444;
	color: #FFF;
}

::-webkit-input-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }


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


.post-content fieldset {
	padding: 25px;
	border: 1px solid #ddd;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	padding: 10px 11px;
	background: #ddd;
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

label { 
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 600;
	font-size: 14px; 
	color: #999;
	text-transform: uppercase;
}

input,
textarea { 
	font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	width: 100%;
	padding: 17px 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	color: #333;
	-webkit-appearance: none;
}

input[type="file"] {
	padding: 10px;
	border-radius: 3px;
	background: none;
}

textarea { 
	height: 220px; 
	line-height: 150%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	border-color: #1B3666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
.btn {
	padding: 16px 20px;
	border: none;
	margin: 0;
	background: #1B3666;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	-webkit-appearance: none;
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 600;
	-webkit-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

a.btn,
.entry-content a.btn {
	color: #fff;
	-webkit-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

a.btn:hover,
.entry-content a.btn:hover {
	color: #fff;
	background: #FF4C00;
	text-decoration: none;
}

input[type="submit"] + input[type="reset"],
input[type="submit"] + input[type="button"],
input[type="reset"] + input[type="submit"],
input[type="reset"] + input[type="button"],
input[type="button"] + input[type="reset"],
input[type="submit"] + input[type="submit"] {
	margin-left: 5px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
	cursor: pointer;
	color: #fff;
	background: #FF4C00;
}

input[type="submit"]:focus,
input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	Default WordPress Content Styles
/* -------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------- */
/*	Grid
/* -------------------------------------------------------------------------------- */
.row { margin: 0 auto; max-width: 1190px; width: 100%; padding-left: 15px; padding-right: 15px; }

.row:before { content: " "; display: table; }

.row:after { content: " "; display: table; clear: both; }

.row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; }

.row.collapse .row { margin-left: 0; margin-right: 0; }

.row .row { margin: 0 -0.9375rem; max-width: none; width: auto; }

.row .row:before { content: " "; display: table; }

.row .row:after { content: " "; display: table; clear: both; }

.row .row.collapse { margin: 0; max-width: none; width: auto; }

.row .row.collapse:before { content: " "; display: table; }

.row .row.collapse:after { content: " "; display: table; clear: both; }

.column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child { float: right; }

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end { float: left; }

@media only screen { .small-push-0 { position: relative; left: 0; right: auto; }
  .small-pull-0 { position: relative; right: 0; left: auto; }
  .small-push-1 { position: relative; left: 8.33333%; right: auto; }
  .small-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .small-push-2 { position: relative; left: 16.66667%; right: auto; }
  .small-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .small-push-3 { position: relative; left: 25%; right: auto; }
  .small-pull-3 { position: relative; right: 25%; left: auto; }
  .small-push-4 { position: relative; left: 33.33333%; right: auto; }
  .small-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .small-push-5 { position: relative; left: 41.66667%; right: auto; }
  .small-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .small-push-6 { position: relative; left: 50%; right: auto; }
  .small-pull-6 { position: relative; right: 50%; left: auto; }
  .small-push-7 { position: relative; left: 58.33333%; right: auto; }
  .small-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .small-push-8 { position: relative; left: 66.66667%; right: auto; }
  .small-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .small-push-9 { position: relative; left: 75%; right: auto; }
  .small-pull-9 { position: relative; right: 75%; left: auto; }
  .small-push-10 { position: relative; left: 83.33333%; right: auto; }
  .small-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .small-push-11 { position: relative; left: 91.66667%; right: auto; }
  .small-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .small-1 { width: 8.33333%; }
  .small-2 { width: 16.66667%; }
  .small-3 { width: 25%; }
  .small-4 { width: 33.33333%; }
  .small-5 { width: 41.66667%; }
  .small-6 { width: 50%; }
  .small-7 { width: 58.33333%; }
  .small-8 { width: 66.66667%; }
  .small-9 { width: 75%; }
  .small-10 { width: 83.33333%; }
  .small-11 { width: 91.66667%; }
  .small-12 { width: 100%; }
  .small-offset-0 { margin-left: 0 !important; }
  .small-offset-1 { margin-left: 8.33333% !important; }
  .small-offset-2 { margin-left: 16.66667% !important; }
  .small-offset-3 { margin-left: 25% !important; }
  .small-offset-4 { margin-left: 33.33333% !important; }
  .small-offset-5 { margin-left: 41.66667% !important; }
  .small-offset-6 { margin-left: 50% !important; }
  .small-offset-7 { margin-left: 58.33333% !important; }
  .small-offset-8 { margin-left: 66.66667% !important; }
  .small-offset-9 { margin-left: 75% !important; }
  .small-offset-10 { margin-left: 83.33333% !important; }
  .small-offset-11 { margin-left: 91.66667% !important; }
  .small-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.small-uncentered, .columns.small-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.small-centered:last-child, .columns.small-centered:last-child { float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; }
  .row.small-collapse > .column, .row.small-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.small-collapse .row { margin-left: 0; margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } }

@media only screen and (min-width: 48em) { .medium-push-0 { position: relative; left: 0; right: auto; }
  .medium-pull-0 { position: relative; right: 0; left: auto; }
  .medium-push-1 { position: relative; left: 8.33333%; right: auto; }
  .medium-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .medium-push-2 { position: relative; left: 16.66667%; right: auto; }
  .medium-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .medium-push-3 { position: relative; left: 25%; right: auto; }
  .medium-pull-3 { position: relative; right: 25%; left: auto; }
  .medium-push-4 { position: relative; left: 33.33333%; right: auto; }
  .medium-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .medium-push-5 { position: relative; left: 41.66667%; right: auto; }
  .medium-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .medium-push-6 { position: relative; left: 50%; right: auto; }
  .medium-pull-6 { position: relative; right: 50%; left: auto; }
  .medium-push-7 { position: relative; left: 58.33333%; right: auto; }
  .medium-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .medium-push-8 { position: relative; left: 66.66667%; right: auto; }
  .medium-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .medium-push-9 { position: relative; left: 75%; right: auto; }
  .medium-pull-9 { position: relative; right: 75%; left: auto; }
  .medium-push-10 { position: relative; left: 83.33333%; right: auto; }
  .medium-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .medium-push-11 { position: relative; left: 91.66667%; right: auto; }
  .medium-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .medium-1 { width: 8.33333%; }
  .medium-2 { width: 16.66667%; }
  .medium-3 { width: 25%; }
  .medium-4 { width: 33.33333%; }
  .medium-5 { width: 41.66667%; }
  .medium-6 { width: 50%; }
  .medium-7 { width: 58.33333%; }
  .medium-8 { width: 66.66667%; }
  .medium-9 { width: 75%; }
  .medium-10 { width: 83.33333%; }
  .medium-11 { width: 91.66667%; }
  .medium-12 { width: 100%; }
  .medium-offset-0 { margin-left: 0 !important; }
  .medium-offset-1 { margin-left: 8.33333% !important; }
  .medium-offset-2 { margin-left: 16.66667% !important; }
  .medium-offset-3 { margin-left: 25% !important; }
  .medium-offset-4 { margin-left: 33.33333% !important; }
  .medium-offset-5 { margin-left: 41.66667% !important; }
  .medium-offset-6 { margin-left: 50% !important; }
  .medium-offset-7 { margin-left: 58.33333% !important; }
  .medium-offset-8 { margin-left: 66.66667% !important; }
  .medium-offset-9 { margin-left: 75% !important; }
  .medium-offset-10 { margin-left: 83.33333% !important; }
  .medium-offset-11 { margin-left: 91.66667% !important; }
  .medium-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.medium-uncentered, .columns.medium-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; }
  .row.medium-collapse > .column, .row.medium-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.medium-collapse .row { margin-left: 0; margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

@media only screen and (min-width: 62em) and (max-width: 64em) { .medium-landscape-push-0 { position: relative; left: 0; right: auto; }
  .medium-landscape-pull-0 { position: relative; right: 0; left: auto; }
  .medium-landscape-push-1 { position: relative; left: 8.33333%; right: auto; }
  .medium-landscape-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .medium-landscape-push-2 { position: relative; left: 16.66667%; right: auto; }
  .medium-landscape-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .medium-landscape-push-3 { position: relative; left: 25%; right: auto; }
  .medium-landscape-pull-3 { position: relative; right: 25%; left: auto; }
  .medium-landscape-push-4 { position: relative; left: 33.33333%; right: auto; }
  .medium-landscape-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .medium-landscape-push-5 { position: relative; left: 41.66667%; right: auto; }
  .medium-landscape-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .medium-landscape-push-6 { position: relative; left: 50%; right: auto; }
  .medium-landscape-pull-6 { position: relative; right: 50%; left: auto; }
  .medium-landscape-push-7 { position: relative; left: 58.33333%; right: auto; }
  .medium-landscape-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .medium-landscape-push-8 { position: relative; left: 66.66667%; right: auto; }
  .medium-landscape-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .medium-landscape-push-9 { position: relative; left: 75%; right: auto; }
  .medium-landscape-pull-9 { position: relative; right: 75%; left: auto; }
  .medium-landscape-push-10 { position: relative; left: 83.33333%; right: auto; }
  .medium-landscape-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .medium-landscape-push-11 { position: relative; left: 91.66667%; right: auto; }
  .medium-landscape-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .medium-landscape-1 { width: 8.33333%; }
  .medium-landscape-2 { width: 16.66667%; }
  .medium-landscape-3 { width: 25%; }
  .medium-landscape-4 { width: 33.33333%; }
  .medium-landscape-5 { width: 41.66667%; }
  .medium-landscape-6 { width: 50%; }
  .medium-landscape-7 { width: 58.33333%; }
  .medium-landscape-8 { width: 66.66667%; }
  .medium-landscape-9 { width: 75%; }
  .medium-landscape-10 { width: 83.33333%; }
  .medium-landscape-11 { width: 91.66667%; }
  .medium-landscape-12 { width: 100%; }
  .medium-landscape-offset-0 { margin-left: 0 !important; }
  .medium-landscape-offset-1 { margin-left: 8.33333% !important; }
  .medium-landscape-offset-2 { margin-left: 16.66667% !important; }
  .medium-landscape-offset-3 { margin-left: 25% !important; }
  .medium-landscape-offset-4 { margin-left: 33.33333% !important; }
  .medium-landscape-offset-5 { margin-left: 41.66667% !important; }
  .medium-landscape-offset-6 { margin-left: 50% !important; }
  .medium-landscape-offset-7 { margin-left: 58.33333% !important; }
  .medium-landscape-offset-8 { margin-left: 66.66667% !important; }
  .medium-landscape-offset-9 { margin-left: 75% !important; }
  .medium-landscape-offset-10 { margin-left: 83.33333% !important; }
  .medium-landscape-offset-11 { margin-left: 91.66667% !important; }
  .medium-landscape-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.medium-landscape-centered, .columns.medium-landscape-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.medium-landscape-uncentered, .columns.medium-landscape-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.medium-landscape-centered:last-child, .columns.medium-landscape-centered:last-child { float: none; }
  .column.medium-landscape-uncentered:last-child, .columns.medium-landscape-uncentered:last-child { float: left; }
  .column.medium-landscape-uncentered.opposite, .columns.medium-landscape-uncentered.opposite { float: right; }
  .row.medium-landscape-collapse > .column, .row.medium-landscape-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.medium-landscape-collapse .row { margin-left: 0; margin-right: 0; }
  .row.medium-landscape-uncollapse > .column, .row.medium-landscape-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

@media only screen and (min-width: 62em) { .large-push-0 { position: relative; left: 0; right: auto; }
  .large-pull-0 { position: relative; right: 0; left: auto; }
  .large-push-1 { position: relative; left: 8.33333%; right: auto; }
  .large-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .large-push-2 { position: relative; left: 16.66667%; right: auto; }
  .large-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .large-push-3 { position: relative; left: 25%; right: auto; }
  .large-pull-3 { position: relative; right: 25%; left: auto; }
  .large-push-4 { position: relative; left: 33.33333%; right: auto; }
  .large-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .large-push-5 { position: relative; left: 41.66667%; right: auto; }
  .large-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .large-push-6 { position: relative; left: 50%; right: auto; }
  .large-pull-6 { position: relative; right: 50%; left: auto; }
  .large-push-7 { position: relative; left: 58.33333%; right: auto; }
  .large-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .large-push-8 { position: relative; left: 66.66667%; right: auto; }
  .large-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .large-push-9 { position: relative; left: 75%; right: auto; }
  .large-pull-9 { position: relative; right: 75%; left: auto; }
  .large-push-10 { position: relative; left: 83.33333%; right: auto; }
  .large-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .large-push-11 { position: relative; left: 91.66667%; right: auto; }
  .large-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .large-1 { width: 8.33333%; }
  .large-2 { width: 16.66667%; }
  .large-3 { width: 25%; }
  .large-4 { width: 33.33333%; }
  .large-5 { width: 41.66667%; }
  .large-6 { width: 50%; }
  .large-7 { width: 58.33333%; }
  .large-8 { width: 66.66667%; }
  .large-9 { width: 75%; }
  .large-10 { width: 83.33333%; }
  .large-11 { width: 91.66667%; }
  .large-12 { width: 100%; }
  .large-offset-0 { margin-left: 0 !important; }
  .large-offset-1 { margin-left: 8.33333% !important; }
  .large-offset-2 { margin-left: 16.66667% !important; }
  .large-offset-3 { margin-left: 25% !important; }
  .large-offset-4 { margin-left: 33.33333% !important; }
  .large-offset-5 { margin-left: 41.66667% !important; }
  .large-offset-6 { margin-left: 50% !important; }
  .large-offset-7 { margin-left: 58.33333% !important; }
  .large-offset-8 { margin-left: 66.66667% !important; }
  .large-offset-9 { margin-left: 75% !important; }
  .large-offset-10 { margin-left: 83.33333% !important; }
  .large-offset-11 { margin-left: 91.66667% !important; }
  .large-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.large-uncentered, .columns.large-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.large-centered:last-child, .columns.large-centered:last-child { float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; }
  .row.large-collapse > .column, .row.large-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.large-collapse .row { margin-left: 0; margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

@media only screen and (min-width: 62em) { .xlarge-push-0 { position: relative; left: 0; right: auto; }
  .xlarge-pull-0 { position: relative; right: 0; left: auto; }
  .xlarge-push-1 { position: relative; left: 8.33333%; right: auto; }
  .xlarge-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .xlarge-push-2 { position: relative; left: 16.66667%; right: auto; }
  .xlarge-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .xlarge-push-3 { position: relative; left: 25%; right: auto; }
  .xlarge-pull-3 { position: relative; right: 25%; left: auto; }
  .xlarge-push-4 { position: relative; left: 33.33333%; right: auto; }
  .xlarge-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .xlarge-push-5 { position: relative; left: 41.66667%; right: auto; }
  .xlarge-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .xlarge-push-6 { position: relative; left: 50%; right: auto; }
  .xlarge-pull-6 { position: relative; right: 50%; left: auto; }
  .xlarge-push-7 { position: relative; left: 58.33333%; right: auto; }
  .xlarge-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .xlarge-push-8 { position: relative; left: 66.66667%; right: auto; }
  .xlarge-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .xlarge-push-9 { position: relative; left: 75%; right: auto; }
  .xlarge-pull-9 { position: relative; right: 75%; left: auto; }
  .xlarge-push-10 { position: relative; left: 83.33333%; right: auto; }
  .xlarge-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .xlarge-push-11 { position: relative; left: 91.66667%; right: auto; }
  .xlarge-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .xlarge-1 { width: 8.33333%; }
  .xlarge-2 { width: 16.66667%; }
  .xlarge-3 { width: 25%; }
  .xlarge-4 { width: 33.33333%; }
  .xlarge-5 { width: 41.66667%; }
  .xlarge-6 { width: 50%; }
  .xlarge-7 { width: 58.33333%; }
  .xlarge-8 { width: 66.66667%; }
  .xlarge-9 { width: 75%; }
  .xlarge-10 { width: 83.33333%; }
  .xlarge-11 { width: 91.66667%; }
  .xlarge-12 { width: 100%; }
  .xlarge-offset-0 { margin-left: 0 !important; }
  .xlarge-offset-1 { margin-left: 8.33333% !important; }
  .xlarge-offset-2 { margin-left: 16.66667% !important; }
  .xlarge-offset-3 { margin-left: 25% !important; }
  .xlarge-offset-4 { margin-left: 33.33333% !important; }
  .xlarge-offset-5 { margin-left: 41.66667% !important; }
  .xlarge-offset-6 { margin-left: 50% !important; }
  .xlarge-offset-7 { margin-left: 58.33333% !important; }
  .xlarge-offset-8 { margin-left: 66.66667% !important; }
  .xlarge-offset-9 { margin-left: 75% !important; }
  .xlarge-offset-10 { margin-left: 83.33333% !important; }
  .xlarge-offset-11 { margin-left: 91.66667% !important; }
  .xlarge-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.xlarge-centered, .columns.xlarge-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.xlarge-uncentered, .columns.xlarge-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.xlarge-centered:last-child, .columns.xlarge-centered:last-child { float: none; }
  .column.xlarge-uncentered:last-child, .columns.xlarge-uncentered:last-child { float: left; }
  .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite { float: right; }
  .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.xlarge-collapse .row { margin-left: 0; margin-right: 0; }
  .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

@media only screen and (min-width: 91em) { .widescreen-push-0 { position: relative; left: 0; right: auto; }
  .widescreen-pull-0 { position: relative; right: 0; left: auto; }
  .widescreen-push-1 { position: relative; left: 8.33333%; right: auto; }
  .widescreen-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .widescreen-push-2 { position: relative; left: 16.66667%; right: auto; }
  .widescreen-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .widescreen-push-3 { position: relative; left: 25%; right: auto; }
  .widescreen-pull-3 { position: relative; right: 25%; left: auto; }
  .widescreen-push-4 { position: relative; left: 33.33333%; right: auto; }
  .widescreen-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .widescreen-push-5 { position: relative; left: 41.66667%; right: auto; }
  .widescreen-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .widescreen-push-6 { position: relative; left: 50%; right: auto; }
  .widescreen-pull-6 { position: relative; right: 50%; left: auto; }
  .widescreen-push-7 { position: relative; left: 58.33333%; right: auto; }
  .widescreen-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .widescreen-push-8 { position: relative; left: 66.66667%; right: auto; }
  .widescreen-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .widescreen-push-9 { position: relative; left: 75%; right: auto; }
  .widescreen-pull-9 { position: relative; right: 75%; left: auto; }
  .widescreen-push-10 { position: relative; left: 83.33333%; right: auto; }
  .widescreen-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .widescreen-push-11 { position: relative; left: 91.66667%; right: auto; }
  .widescreen-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .widescreen-1 { width: 8.33333%; }
  .widescreen-2 { width: 16.66667%; }
  .widescreen-3 { width: 25%; }
  .widescreen-4 { width: 33.33333%; }
  .widescreen-5 { width: 41.66667%; }
  .widescreen-6 { width: 50%; }
  .widescreen-7 { width: 58.33333%; }
  .widescreen-8 { width: 66.66667%; }
  .widescreen-9 { width: 75%; }
  .widescreen-10 { width: 83.33333%; }
  .widescreen-11 { width: 91.66667%; }
  .widescreen-12 { width: 100%; }
  .widescreen-offset-0 { margin-left: 0 !important; }
  .widescreen-offset-1 { margin-left: 8.33333% !important; }
  .widescreen-offset-2 { margin-left: 16.66667% !important; }
  .widescreen-offset-3 { margin-left: 25% !important; }
  .widescreen-offset-4 { margin-left: 33.33333% !important; }
  .widescreen-offset-5 { margin-left: 41.66667% !important; }
  .widescreen-offset-6 { margin-left: 50% !important; }
  .widescreen-offset-7 { margin-left: 58.33333% !important; }
  .widescreen-offset-8 { margin-left: 66.66667% !important; }
  .widescreen-offset-9 { margin-left: 75% !important; }
  .widescreen-offset-10 { margin-left: 83.33333% !important; }
  .widescreen-offset-11 { margin-left: 91.66667% !important; }
  .widescreen-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.widescreen-centered, .columns.widescreen-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.widescreen-uncentered, .columns.widescreen-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.widescreen-centered:last-child, .columns.widescreen-centered:last-child { float: none; }
  .column.widescreen-uncentered:last-child, .columns.widescreen-uncentered:last-child { float: left; }
  .column.widescreen-uncentered.opposite, .columns.widescreen-uncentered.opposite { float: right; }
  .row.widescreen-collapse > .column, .row.widescreen-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.widescreen-collapse .row { margin-left: 0; margin-right: 0; }
  .row.widescreen-uncollapse > .column, .row.widescreen-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }
  
  
/* -------------------------------------------------------------------------------- */
/*	3. Navigation
/* -------------------------------------------------------------------------------- */

.site-header {
	background: #5980a3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

@media (min-width: 992px) {
	.home .site-header {
		background: transparent;
	}
}

.admin-bar .site-header {
		top: 32px;
}

#kanga {
	height: 0;
}

.header {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-branding {
	float: left;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-branding img {
	width: 240px;
	height: 67px;
}

.site-branding a,
.site-branding a:hover {
	color: #000;
}


.main-navigation {
	float: right;
	width: 75%;
}


.mobile-navigation,
.nav-toggle { display: none; }

.navigation { background: #1d1d1d; }

#site-navigation .main-menu {
  float: right;
  width: auto;
  padding-top: 14px; }

#site-navigation .menu-item {
  float: left;
  position: relative; }

.main-menu a {
  display: block;
  color: #fcfcfc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 15px 9px;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}

.main-menu a:hover,
.main-menu.responsive-menu a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.social-stuff {
		display: none;
	}
}


/* ------------------------------------------------------ */
/*	Mobile Menu
/* ------------------------------------------------------ */
.responsive-menu-icon {
  cursor: pointer;
  display: none; }

.responsive-menu-icon::before {
  color: #fff;
  content: "\f333";
  display: block;
  font: normal 36px/1 'dashicons';
  margin: 0 auto;
  padding: 13px 5px 5px;
  text-align: center; }

.openwide .responsive-menu-icon::before {
  content: "\f158"; }

@media (max-width: 992px) {
  .main-navigation {
	  float: none;
	  width: 100%;
  }
  
  .sub-menu-container {
    display: none; }

  #site-navigation .sub-menu li:after {
    display: none; }


  #kanga {
    height: 57px; }

  .site-branding,
  .shrink .site-branding {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    text-align: left;
    margin: 0;
    padding: 10px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }

  #site-navigation {
    padding-left: 0;
    padding-right: 0; 
    }

  .responsive-menu-icon {
    position: absolute;
    top: 22px;
    right: 14px;
    z-index: 1000; }

  #site-navigation .main-menu.responsive-menu {
    display: none;
    float: none;
    width: 100%;
    background: #fff;
    color: #283478;
    margin-top: 46px;
    margin-bottom: 0;
    height: 100vh;
    padding-top: 60px; }

  #site-navigation .main-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block; }

  #site-navigation .main-menu.responsive-menu .menu-item:hover {
    position: static; }

  .main-menu.responsive-menu a,
  .main-menu.responsive-menu a:hover {
    display: block;
    line-height: 1;
    color: #002957;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    border: 0;
    text-align: center;
    padding: 1.8rem 0.9375rem; }

  #site-navigation .main-menu.responsive-menu > li {
    border: none;
    width: 100%;
    float: none; }

  .main-menu.responsive-menu .current-menu-item a,
  .main-menu.responsive-menu a:hover {
	color: #002957;
    text-decoration: none; } 
}
  
  
/* -------------------------------------------------------------------------------- */
/*	Page/Post Header
/* -------------------------------------------------------------------------------- */
.entry-header h1, .entry-header h2 {
	font-family: "ff-more-web-pro",serif; 
	font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
}


/* -------------------------------------------------------------------------------- */
/*	Content Area
/* -------------------------------------------------------------------------------- */
.site-main {
	padding-top: 190px;
}

@media (max-width: 767px) {
	.site-main {
		padding-top: 90px;
	}
}

.home .site-main {
	padding-top: 90px;
}

.error404 .site-main {
	padding-bottom: 90px;
}


.page-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	padding-top: 94px;
}

.page-header .row {
	padding-left: 0;
	padding-right: 0;
}


.page-header .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
	max-width: 620px;
	margin: 0 auto;
}

.page-header .entry-content * {
	text-align: center;
}

.page-header p {
	font-size: 30px;
	line-height: 45px;
}

.page-header a.btn {
	padding: 20px 30px;
}

.page-header input[type=text],
.page-header input[type=email] {
	padding-top: 14px;
	padding-bottom: 14px;
	margin-right: 10px;
	text-align: left;
	margin-bottom: 10px;
	height: 52px;
}

.mc-field-group input {
	-webkit-box-shadow: 0px 5px 2px -3px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 5px 2px -3px rgba(0,0,0,.3);
    box-shadow: 0px 5px 2px -3px rgba(0,0,0,.3);
}

.mc-field-group input[type=email] {
	font-family: "canada-type-gibson",sans-serif;
	-webkit-transition: all ease-in-out 0.35s;
	-moz-transition: all ease-in-out 0.35s;
	transition: all ease-in-out 0.35s;
}

.mc-field-group input[type=email]:focus {
	-webkit-box-shadow: 0px 5px 2px -3px rgba(0,0,0,.6);
    -moz-box-shadow: 0px 5px 2px -3px rgba(0,0,0,.6);
    box-shadow: 0px 5px 2px -3px rgba(0,0,0,.6);
}

.page-header input[type=text]:focus,
.page-header input[type=email]:focus {
	border-color: #ccc;
	background: #f2f2f2;
}

.page-header #mc_embed_signup {
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.page-header .inner img {
	display: none;
}



@media (max-width: 992px) {
	.site-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page-header {
		padding-top: 50px;
	}
	
	.page-header .inner {
		padding: 100px 15px 50px;
		height: auto;
	}
	
	.page-header .mc-field-group {
		margin: 0 auto;
	}
	
	.page-header input[type=text],
	.page-header input[type=email],
	.page-header input[type=submit] {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}
	
}

@media (max-width: 480px) {
	.page-header {
		background-image: none !important;
	}
	
	.page-header .inner {
		width: 100%;
		height: 440px;
		position: relative;
	}
	
	.page-header .inner img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
	.page-header .entry-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		left: 0;
		z-index: 2;
		padding-top: 68px;
	}
}


  
/* -------------------------------------------------------------------------------- */
/*	Page/Post Content
/* -------------------------------------------------------------------------------- */
.entry-content { 
	font-size: 20px;
    line-height: 34px;
    font-family: "ff-more-web-pro",serif;
    font-weight: 400;
}

.entry-content a { color: #1B3666; }
.entry-content a:hover { text-decoration: underline; }


.entry-content p,
.entry-content blockquote,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content dl,
.entry-content .wp-caption,
.entry-content pre {
	line-height: 150%;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child { margin-top: 0; }
.entry-content *:last-child { margin-bottom: 0; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { 
	margin: 50px 0 25px; 
	font-family: "ff-more-web-pro",serif;
	text-transform: uppercase;
}

.entry-content h1 { font-size: 2.25em; font-weight: 700; }
.entry-content h2 { font-size: 1.875em; font-weight: 700; }
.entry-content h3 { font-size: 1.5em; font-weight: 700; }
.entry-content h4 { font-size: 1.25em; }
.entry-content h5 { font-size: 1em; }
.entry-content h6 { font-size: 0.8em; }

.entry-content h1+h1, .entry-content h1+h2, .entry-content h1+h3, .entry-content h1+h4, .entry-content h1+h5, .entry-content h1+h6,
.entry-content h2+h1, .entry-content h2+h2, .entry-content h2+h3, .entry-content h2+h4, .entry-content h2+h5, .entry-content h2+h6,
.entry-content h3+h1, .entry-content h3+h2, .entry-content h3+h3, .entry-content h3+h4, .entry-content h3+h5, .entry-content h3+h6,
.entry-content h4+h1, .entry-content h4+h2, .entry-content h4+h3, .entry-content h4+h4, .entry-content h4+h5, .entry-content h4+h6,
.entry-content h5+h1, .entry-content h5+h2, .entry-content h5+h3, .entry-content h5+h4, .entry-content h5+h5, .entry-content h5+h6,
.entry-content h6+h1, .entry-content h6+h2, .entry-content h6+h3, .entry-content h6+h4, .entry-content h6+h5, .entry-content h6+h6 {
	margin-top: 25px;
}

.page-header .entry-content h1 {
	margin-top: 0;
	line-height: 1.5em;
	font-size: 2em;
}

.entry-content blockquote {
    position: relative;
    left: -80px;
    display: inline-block;
    width: 834px;
    margin-top: 40px;
	margin-bottom: 40px;
}

.entry-content blockquote,
.entry-content blockquote p {
	font-family: "canada-type-gibson",sans-serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 40px;
	line-height: 4rem;
}

.entry-content p.pull.left {
    float: left;
    margin: 0 1.5em 1.5em -80px;
}

.entry-content p.pull.right {
    text-align: right;
    float: right;
    margin: 0 -80px 1.5em 1.5em;
}

.entry-content p.pull {
    max-width: 45%;
    font-family: "canada-type-gibson",sans-serif;
    font-family: "canada-type-gibson",sans-serif;
	font-size: 30px;
	line-height: 40px;
	line-height: 40px;
	line-height: 4rem;
}

.entry-content h2 {
	font-size: 24px;
    line-height: 34px;
    font-family: "canada-type-gibson",sans-serif;
    font-weight: 600;
    margin: 30px 0 10px;
    text-transform: uppercase;
}

.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-family: "canada-type-gibson",sans-serif;
}

.entry-content h3 { 
	font-size: 20px;
	font-size: 2rem; 
	line-height: 30px;
	line-height: 3rem;
	font-weight: 600; 
}

.entry-content h4, .entry-content h5, .entry-content h6 { 
	font-size: 18px;
	font-size: 1.8rem; 
	line-height: 28px;
	line-height: 2.8rem;
	font-weight: 400; 
}

.entry-content ol {
    list-style: decimal;
    margin-left: 1.5em;
}

.entry-content ul {
    list-style: disc;
    margin-left: 1.5em;
}

.entry-content li {
    margin-bottom: 0.5em;
    line-height: 170%;
}

.entry-content ol > li:first-child, 
.entry-content ul > li:first-child {
    margin-top: 0.5em;
}

.entry-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	font-family: "canada-type-gibson",sans-serif;
    font-size: 0.85em;
}

.entry-content th,
.entry-content td {
	padding: 2.5%;
	margin: 0;
	overflow: visible;
	line-height: 140%;
}

.entry-content caption {
	padding-bottom: 2.5%;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.entry-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.entry-content th { 
	border-bottom: 1px solid #ddd;
	font-weight: 700; 
}

tbody > tr:nth-child(odd) { background-color: #f6f6f6; }


/* Post Media --------------------------------------- */


.entry-content .wp-caption { 
	margin-bottom: 1.5em; 
	max-width: 100%;
}

.entry-content .alignleft,
.entry-content .alignright {
	max-width: 45%;
}

.entry-content .wp-caption .alignleft,
.entry-content .wp-caption .alignright {
	margin-bottom: 0;
}

.entry-content .alignleft {
	float: left;
	margin: 0 2em 1.5em -100px;
}

.entry-content .alignright {
	float: right;
	margin: 0 -100px 1.5em 2em;
}

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

.entry-content .alignnone {
	max-width: 720px;
	margin: 3em 0 3em -100px;
}

.entry-content .wp-caption-text,
.entry-content .gallery-caption {
	padding-top: 12px;
	font-size: 14px;
	font-style: italic;
	line-height: 120%;
	color: #666;
}

.entry-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 900px) {
	.entry-content .alignnone {
		max-width: 100%;
		margin-left: 0;
	}
	
	.entry-content p.pull.left,
	.entry-content .alignleft { margin-left: 0; }

	.entry-content p.pull.right,	
	.entry-content .alignright { margin-right: 0; }
}


/* -------------------------------------------------------------------------------- */
/*	Teasers
/* -------------------------------------------------------------------------------- */

.teasers {
	overflow: hidden;
}

.teaser {
    display: block;
    background: #fff;
    float: left;
    margin-left: 5%;
    margin-bottom: 5%;
    width: 30%;
     -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
}

.teaser:hover {
	background: rgba(155,155,155,0.1);
}

.teaser:first-child,
.teaser:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.teaser-thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 253px;
	background-color: #ccc;
}

.teaser-content {
	padding: 15px 10px;
}

.teaser-content * {
	text-align: center;
}

.teaser .post-meta {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    color: #9B9B9B;
    display: block;
}

.teaser .cat-link {
	position: relative;
	display: inline-block;
}

.teaser .cat-link:after {
	content: ", ";
	position: relative;
}

.teaser .cat-link:last-child:after {
	content: "";
}

.teaser-content h2 {
	font-family: "ff-more-web-pro",serif;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #333332;
    margin: 10px 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.teaser:hover .teaser-content h2 {
	color: #FF4C00;
}


/* -------------------------------------------------------------------------------- */
/*	Single Post
/* -------------------------------------------------------------------------------- */
.single-post .site-content,
.page-template-default .site-content,
.error404 site-content {
	width: 100%;
    max-width: 620px;
    margin: 0 auto 70px;
}

.single .entry-title,
.archive-header h1 {
    font-family: "ff-more-web-pro",serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
    line-height: 4.6rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.entry-meta{
	font-size: 16px;
	line-height: 50px;
	font-weight: 400;
	color: #3c3f42;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
	padding-left: 60px;
}

@media (max-width: 992px) {
	.entry-meta {
		line-height: 24px;
		
	}
}

.entry-meta .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius:30px;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
}

.entry-meta a {
	color:#3c3f42;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #000;
}

.single-post .entry-image {
	margin-bottom: 0;
}


#infinity {
	margin-bottom: 90px;
}

#pbd-alp-load-posts {
	clear: both;
	text-align: center;
}

@media (max-width: 767px) {
	.teaser,
	.teaser:nth-child(3n+1) {
		float: none;
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-bottom: 27px;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.teaser-thumb {
		height: 138px;
	}
}

.entry-footer {
	display: none;
}

.social-share {
	width: auto;
	margin-bottom: 40px;
	overflow: auto;
}
.social-share a {
	font-size: 25px;
	line-height: 50px;
	color: #fff !important;
	display: block;
	text-align: center;
	float: left;
	width: 50%;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.social-share a:hover {
	opacity: 0.8;
	color: #fff !important;
}
.social-share a.facebook {
	background: #3b5998
}
.social-share a.twitter {
	background: #1da1f2
}


/* -------------------------------------------------------------------------------- */
/*	Related Posts
/* -------------------------------------------------------------------------------- */
.posts .post-overlay,
.has-post-thumbnail .archive-post-header {
	-webkit-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

.post .archive-post-title {
	-webkit-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.posts { margin-top: -3.95%; }

.posts .post {
	display: block;
	width: 30%;
	padding-bottom: 30%;
	margin: 5% 0 5% 5%;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center;
}

.posts .post:first-child {
	margin-left: 0;
}


.post-overlay {
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sticky .post-overlay > p {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 0.875em;
	text-transform: uppercase;
	color: #999;
}

.sticky .post-overlay > p span {
	margin-right: 9px;
	font-size: 18px;
	position: relative;
	bottom: -1px;
}

.archive-post-header {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
}

.archive-post-title {
	font-family: "ff-more-web-pro",serif;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #3C3F42;
	word-break: break-word;
	-ms-word-break: break-word;
}

.archive-post-date {
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
	text-align: center;
}

.post:hover .post-overlay { opacity: 1; }
.post:hover .archive-post-title { color: #FF4C00; }

/* With Background Image */

.has-post-thumbnail .post-overlay { 
	background: rgba(0,0,0,0.75);
	opacity: 0; 
}

.has-post-thumbnail .archive-post-header { bottom: 35px; }
.has-post-thumbnail:hover .archive-post-header { bottom: 30px; }

.has-post-thumbnail .archive-post-title,
.post.has-post-thumbnail:hover .archive-post-title { color: #fff; }

@media (max-width: 992px) {
	.posts .post {
		width: 100%;
		margin-left: 0;
	}
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


/* Comments Container --------------------------------------- */


.comments-container { 
	background: #fafafa; 
	border-top: 1px solid #ddd;
	margin-top: 90px;
}

.comments-inner,
.comment-respond form {
	width: 100%;
	max-width: 620px;
	padding-bottom: 80px;
	margin: 0 auto;
}

.comments-inner { padding-bottom: 100px; }

.comments-inner + .comment-respond { border-top: 1px solid #ddd; }


/* Comments Title --------------------------------------- */


.comments-title,
.comment-reply-title { 
	display: block;
	margin: 0 auto 54px auto;
	text-align: center;
	position: relative;
	top: -24px;
}

.comments-title .inner,
.comment-reply-title .inner {
	display: inline-block;
	padding: 15px;
	background: #ddd;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	position: relative;
}


/* Comment --------------------------------------- */


.commentlist div.comment { 
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 40px;
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
}

@media (max-width: 992px) {
	.commentlist div.comment {
		padding: 40px 0.9735rem 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		line-height: 2rem;
	}
}

.commentlist > li.comment:first-child > div.comment:first-child {  
	margin-top: 0; 
	border-top: none;
	padding-top: 0;
}

.commentlist .children { padding-left: 7.7%; }

.comment-title { 
	margin-bottom: 21px; 
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

.comment-title .url { color: #333; }

.comment-title .url:hover { color: #1B3666; }

.comment-title span {
	margin-left: 10px;
	font-size: 0.875rem;
	font-weight: 400;
	color: #999;
}

.comment-date-link { color: #999; }
.comment-date-link:hover { color: #666; }

.bypostauthor {}


/* Comment Actions --------------------------------------- */


.comment-actions { 
	margin-top: 21px; 
	font-size: 0.875em;
	text-transform: uppercase;
}

.comment-actions a { color: #1B3666; }

.comment-actions a + a { margin-left: 10px; }

.comment-actions a:hover { 
	color: #1B3666;
	text-decoration: underline; 
}

.comment-awaiting-moderation { color: #999; }


/* Pingbacks --------------------------------------- */


.comments .pingbacks {
	margin-top: 40px;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.pingbacks-title {
	margin-bottom: 15px;
	font-size: 0.875em;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

.comments .pingbacks li {
	padding: 12px 0;
	border-bottom: 1px dotted #ddd;
}

.comments .pingbacks li:first-child { border-top: 1px dotted #ddd; }

.comments .pingbacks li .url {
	line-height: 140%;
	color: #666;
}

.comments .pingbacks li .comment-edit-link {
	margin-left: 4px;
	font-size: 0.7em;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
}

.comments .pingbacks li a:hover { color: #1B3666; }


/* Comment navigation --------------------------------------- */


.comments-nav {
	padding-top: 40px;
	border-top: 1px solid #ddd;
	margin-top: 40px;
	font-size: 14px;
	text-transform: uppercase;
}

.comments-nav a { color: #999; }
.comments-nav a:hover { color: #666; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.comment-form p { margin-top: 20px; }
.comment-form p:first-child { margin-top: 0; }

.logged-in-as { 
	margin-bottom: 40px;
	font-family: 'Droid Serif', Georgia, serif; 
	font-size: 0.925em;
	text-align: center;
	font-style: italic;
	color: #666;
}

.logged-in-as a { color: #666; }

.comment-form-comment + .comment-form-author,
.comment-form-comment + .comment-form-author + .comment-form-email {
    margin-top: 20px;
}

p.comment-form-author,
p.comment-form-email {
	width: 47.5%;
	float: left;
	margin: 0 0 20px;
}

p.comment-form-author { margin-right: 5%; }

.comment-form label { 
	display: block; 
	margin-bottom: 6px;
}

.comment-form .required { 
	color: red; 
	margin-left: 2px;
}

.comment-subscription-form + .comment-subscription-form { margin-top: 12px; }


/* When In Comment List... --------------------------------------- */


.commentlist .comment-respond {
	max-width: 100%;
	margin: 40px 0 0;
	padding: 0;
}

.commentlist .comment-respond form { 
	max-width: 100%; 
	padding-bottom: 0;
}

.commentlist .comment-reply-title {
	top: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-align: left;
}

#cancel-comment-reply-link { 
	margin-left: 10px; 
	font-size: 15px;
	text-transform: uppercase;
	color: #999;
}

#cancel-comment-reply-link:hover { color: #666; }

.commentlist form p { text-align: left; }


/* -------------------------------------------------------------------------------- */
/*	14. Responsive
/* -------------------------------------------------------------------------------- */


@media ( max-width: 900px ) {
	
	
	
	/* Nav toggle --------------------------------------- */
	
	
	.nav-toggle {
		display: block;
		padding: 16px 0;
		background: rgba(0,0,0,0.1);
		color: #fff;
	}
	
	.nav-toggle .bars {
		margin: 0 auto;
		height: 12px;
		width: 20px;
		position: relative;
	}
	
	.nav-toggle .bar {
		height: 2px;
		background: #fff;
		border-radius: 2px;
		position: absolute;
		left: 0;
		right: 0;
		-webkit-transition: opacity 0.2s linear 0.2s, top 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
		-moz-transition: opacity 0.2s linear 0.2s, top 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
		-o-transition: opacity 0.2s linear 0.2s, top 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
		transition: opacity 0.2s linear 0.2s, top 0.2s linear 0.2s, transform 0.2s linear 0s;
	}
	
	.nav-toggle .bar:nth-child(1) { top: 0px; }
	.nav-toggle .bar:nth-child(2) { top: 5px; }
	.nav-toggle .bar:nth-child(3) { top: 10px; }
	
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle.active .bar { 
		background: #3bc492;
		-webkit-transition: opacity 0.2s linear 0s, top 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
		-moz-transition: opacity 0.2s linear 0s, top 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
		-o-transition: opacity 0.2s linear 0s, top 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
		transition: opacity 0.2s linear 0s, top 0.2s linear 0s, transform 0.2s linear 0.2s;
	}
	
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) {
		top: 5px;
	}
	
	.nav-toggle.active .bar:nth-child(1) { 
		-webkit-transform: rotate(-45deg); 
		-moz-transform: rotate(-45deg); 
		-o-transform: rotate(-45deg); 
		transform: rotate(-45deg); 
	}
	
	.nav-toggle.active .bar:nth-child(2) { opacity: 0; }
	
	.nav-toggle.active .bar:nth-child(3) { 
		-webkit-transform: rotate(45deg); 
		-moz-transform: rotate(45deg); 
		-o-transform: rotate(45deg); 
		transform: rotate(45deg); 
	}
	
	
	/* Navigation --------------------------------------- */
	
	
	.main-menu { display: none; }
	
	.mobile-menu { 
		border-top: 1px solid #2d2d2d; 
		padding: 20px 0;
	}
	
	.mobile-menu a {
		display: block;
		padding: 20px 5%;
		text-transform: uppercase;
		color: #fff;
	}
	
	.mobile-menu ul a { padding-left: 10%; }
	.mobile-menu ul ul a { padding-left: 15%; }
	.mobile-menu ul ul ul a { padding-left: 20%; }
	.mobile-menu ul ul ul ul a { padding-left: 25%; }
	
	/* Mobile Search */
	
	.mobile-navigation .search-field {
		background: none;
		border: none;
		border-radius: 0;
		padding: 25px 60px 25px 5%;
		border-top: 1px solid #2d2d2d;
		font-size: 1rem;
	}
	
	.mobile-navigation .search-field:focus { color: #fff; }
	
	.mobile-navigation .search-button {
		width: 60px;
		padding: 23px 20px 0 0;
		font-size: 20px;
		text-align: center;
		color: #999;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
	
	.mobile-navigation .search-button:hover { 
		cursor: pointer;
		color: #fff; 
	}
	
}


@media ( max-width: 600px ) {
		
	
	/* Navigation --------------------------------------- */	
	
	
	.mobile-menu { 
		padding: 10px 0; 
		font-size: 0.875em;
	}
	
	.mobile-navigation .search-field { font-size: 0.875em; }
	
	.comments-inner,
	.comment-respond form { padding-bottom: 50px; }
	
	.comments-title, 
	.comment-reply-title { margin-bottom: 20px; }
	
	
	/* Respond --------------------------------------- */	
	
	
	p.comment-form-author, 
	p.comment-form-email {
		width: 100%;
		float: none;
		margin-right: 0;
	}

}

/* -------------------------------------------------------------------------------- */
/*	Responsive Typography
/* -------------------------------------------------------------------------------- */
@media (max-width: 992px) {
	.page-header p {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		line-height: 2.8rem;
	}
	
	.single .entry-title {
		font-size: 27px;
		font-size: 2.7rem;
		line-height: 34px;
		line-height: 3.4rem;
	}
	
	.entry-content {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
	
	.entry-content h2 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		line-height: 2.8rem;
	}
	
	.entry-content blockquote {
	    left: 0;
	    width: 100%;
	}
	
	.entry-content blockquote, 
	.entry-content blockquote p,
	.entry-content p.pull {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
		line-height: 3rem;
	}
	
	.comment-content a {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}


/* -------------------------------------------------------------------------------- */
/*	Optin Footer
/* -------------------------------------------------------------------------------- */
.site-footer .container {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 5px solid #e1e2de;
}

.footer-opt-in {
	float: left;
	width: 60%;
}

.site-footer h3.widget-title {
	font-family: "ff-more-web-pro",serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	margin: 0 0 10px;
}

.site-footer p {
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 500px;
}

.footer-social {
	float: right;
	width: 40%;
}


.social-channels a {
	color: #666;
	font-size: 20px;
	line-height: 1.5;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.social-channels a[href*="twitter.com"]:hover { color: #55acee; }
.social-channels a[href*="facebook.com"]:hover { color: #3b5998; }
.social-channels a[href*="linkedin.com"]:hover { color: #007bb5; }
.social-channels a[href*="instagram.com"]:hover { color: #e95950; }

.social-channels span {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

.social-stuff .social-channels span {
	display: block;
	color: #fff;
	margin-top: 30px;
}

.main-menu li.social-stuff .social-channels a,
.main-menu li.social-stuff .social-channels a:hover {
	display: inline-block;
	font-size: 30px;
	color: #fff;
}

.site-footer input[type=text],
.site-footer input[type=email] {
	margin: 0 0 10px;
	width: 100%;
	clear: both;
}

.site-footer input[type=text]:focus,
.site-footer input[type=email]:focus {
	border-color: #ccc;
}

.site-footer img.avatar {
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
	max-width: 128px;
	max-height: 128px;
}

@media (max-width: 992px) {
	.footer-opt-in,
	.footer-social {
		float: none;
		width: 100%;
		margin-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.site-footer input[type=submit] {
		width: 100%;
		text-align: center;
	}
	
	.site-footer p,
	.site-footer h3.widget-title {
		text-align: center;
	}
	
	.site-footer img.avatar {
		float: none;
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.social-channels {
		text-align: center;
	}
	
	.social-channels span {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.social-channels a {
		text-align: center;
	}
	
	.social-channels span + a {
		margin-left: 0;
	}
	
	.site-footer p {
		max-width: 100%;
	}
	
}

@media (min-width: 993px) {
	.page-header input[type=email],
	.site-footer input[type=email] {
		float: left;
		width: 70%;
	}
	
	.page-header input[type=submit],
	.site-footer input[type=submit] {
		float: right;
		width: 28%;
		height: 52px;
	}
}


/* ------------------------------------------------------ */
/*	404
/* ------------------------------------------------------ */
.giphy-holder {
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}

#giphyme img {
	width: 100%;
	height: auto;
}

.giphy-holder #overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}

.giphy-holder .entry {
	position: relative;
	padding: 200px 65px 0;
	max-width: 592px;
}

.giphy-holder .entry,
.giphy-holder .entry p {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}

.giphy-holder .entry a {
	color: #fff;
	text-decoration: underline;
}

.giphy-holder .entry a:hover {
	color: #FF4C00;
}

.giphy-holder .entry h1 {
	color: #fff;
	font-size: 64px;
	line-height: 74px;
	font-weight: 900;
	margin-bottom: 15px;
}
