/*
	Theme Name: Loki Loki
	Author: Brandon Yanofsky, www.WPRadius.com
	Author URI: http://www.wpradius.com/

	Version: 2.2.3

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #0c0b0d;
	font-family: FuturaPT-Medium, serif;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-style: normal;
	line-height: 1.25;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #0c0b0d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #0c0b0d;
	text-decoration: none;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-family: FuturaPT-Bold;
	font-weight: normal;
	font-style: normal;
}

blockquote,
cite,
em,
i {
	font-family: FuturaPT-MediumObl;
	font-weight: normal;
	font-style: normal;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .5em;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
}

h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #0c0b0d;
	color: #0c0b0d;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	padding: 1empx;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #0c0b0d;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #0c0b0d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
	border: 1px solid #0c0b0d;
	color: #0c0b0d;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	padding: 1em 1.75em;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #0c0b0d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

body .gform_wrapper .gform_body .gfield_label {
	font-weight: normal;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1050px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 100px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */

.content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

img.alignnone,
.alignnone {
	margin-bottom: .5em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1em;
}


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

.widget {
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	width: 19%;
	height: 80px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: 214px 79px !important;
	float: left;
	min-height: 80px;
	width: 100%;
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

.genesis-nav-menu a {
	color: #0c0b0d;
	text-decoration: none;
	display: block;
	padding: 34px 20px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	ccolor: #0c0b0d;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	display: none;
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.nav-primary a,
.nav-secondary a {
	background-image: none;
	background-size: auto 82px;
	background-repeat: no-repeat;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	background-image: url('images/nav-bubbles.jpg');
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	background-image: url('images/nav-bubbles-2.jpg');
}

.nav-primary li:nth-child(1) a {background-position: 7px;}
.nav-primary li:nth-child(2) a {background-position: -97px;}
.nav-primary li:nth-child(3) a {background-position: -218px;}

.nav-secondary li:nth-child(1) a {background-position: 0px;}
.nav-secondary li:nth-child(2) a {background-position: -90px;}
.nav-secondary li:nth-child(3) a {background-position: -180px;}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

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

.nav-primary,
.title-area,
.nav-secondary {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.nav-primary,
.nav-secondary {
	width: 40.5%;
}


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

.mobile-menu,
.mobile-nav-button-container {
	display: none;
}

/*Transition*/
.mobile-menu, body, .pushmenu-push-toleft {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
	padding: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	margin-left: 1.75em;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Site Footer & Footer Desk
---------------------------------------------------------------------------------------------------- */

.site-footer {
	line-height: 1;
	padding: 0;
	background-image:url('images/desk-photobooth.png'), url('images/desk-home.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	height: 900px;
}

.site-footer .wrap {
	position: relative;
	width: 920px;
	height: 100%;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-testimonials {
	width: 400px;
	margin: 130px auto 0;
    background-image: url('images/QuotationMark-LeftAlign.jpg');
    background-color: none;
    background-size: 130px;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}

.footer-testimonials,
.footer-testimonials .flexslider,
.footer-testimonials .slides,
.footer-testimonials .flexslider li {
	height: 230px;
}

.footer-testimonials .footer-test-content {
	position: absolute;
	bottom: 0;
	height: auto;
}

.footer-testimonials .footer-test-content p {
    font-style: normal;
    font-family: SabonLTStd-Italic;
    text-align: center;
    font-size: 22px;
    text-align: right;
    line-height: 1.25;
    margin-bottom: 20px;
}

.footer-testimonials .footer-test-content .testimonial-author {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: right;
}

.site-footer .footer-menu {
	position: absolute;
    left: 95px;
    top: 210px;
    text-align: right;
    width: 115px;
    height: 119px;
}

.site-footer .footer-menu h3 {
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0;
	font-size: 15px;
}

.site-footer .footer-menu li {
	font-size: 13px;
}

.site-footer .footer-menu li a {
	font-size: 13px;
	text-decoration: none;
}

.site-footer .footer-menu li a:hover {
	text-decoration: underline;
}

.site-footer .footer-social {
    position: absolute;
    right: 100px;
    top: 255px;
    width: 110px;
    height: 25px;
}

.site-footer .footer-social a {
	width: 25%;
	height: 100%;
	display: block;
	float: left;
}

.site-footer .desk-mail-list {
	position: absolute;
	top: 800px;
	left: 250px;
}

.site-footer .desk-mail-list a {
	width: 130px;
	height: 35px;
	display: block;
}

.site-footer .footer-desk-play {
	position: absolute;
    width: 440px;
    left: 240px;
    top: 414px;
    height: 272px;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
}

.site-footer .footer-desk-play:hover {
	background: url('images/letsplay-hover.jpg');
	background-size: contain;
}

.site-footer .footer-desk-video {
	position: absolute;
    width: 440px;
    left: 240px;
    top: 414px;
    height: 272px;
    overflow: hidden;
}

.site-footer .footer-desk-video iframe {
	max-height: 100%;
}

.footer-social {
	position: absolute;
}

.site-footer .mobile-only-footer {
	display: none;
	text-align: center;
	padding-top: 40px;
}

.site-footer .mobile-only-footer .contact-links {
	margin-bottom: 40px;
}

.site-footer .mobile-only-footer .contact-links a {
	padding: 10px 20px;
}

.site-footer .mobile-only-footer .social-links li {
	display: inline-block;
}

.site-footer .mobile-only-footer .social-links li a {
	padding: 10px;
}


/* # Home Desk Header
---------------------------------------------------------------------------------------------------- */

.home .site-footer {
	background: none;
	min-height: 0;
	height: 0;
}

.home .site-footer .mobile-only-footer {
	display: none;
}

.home-header-desk {
	background-image:url('images/desk-photobooth.png'),url('images/desk-home.jpg');
	background-repeat: no-repeat;
	background-position: top center,top center;
	background-size: auto 100%, auto 100%;
	height: 853px;
	height: calc(100vh - 80px);
	max-height: 900px;
	width: 1024px;
	width: 100vw;
	margin: 0 auto;
}

.home-header-desk .wrap {
    height: 100%;
    background-repeat: no-repeat;
    width: 1024px;
    width: calc((100vh - 80px)*1.2);
    max-width: 1080px;
    position: relative;
}

.home-header-desk .home-description {
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
}

.home-header-desk .home-description p {
	font-size: 23px;
	font-size: calc((100vh - 80px) * 0.035);
	line-height: 1;
	margin-bottom: 0;
}

.home-header-desk .home-description a {
	text-decoration: underline;
}

.home-header-desk .footer-social {
    right: 17%;
    top: 28.25%;
    width: 9.4%;
    height: 2.4%;
}

.home-header-desk .footer-social a {
	height: 100%;
	width: 25%;
	display: block;
	float: left;
}

.home-header-desk .desk-mail-list a {
    position: absolute;
    width: 11%;
    height: 3%;
    top: 89%;
    left: 31%;
}

.home-header-desk .home-desk-play {
	position: absolute;
    width: 40.7%;
    left: 29.7%;
    top: 46%;
    height: 29.9%;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
}

.home-header-desk .home-desk-play:hover {
	background: url('images/letsplay-hover.jpg');
	background-size: contain;
}

.home-header-desk .home-desk-video {
	position: absolute;
    width: 40.7%;
    left: 29.7%;
    top: 46%;
    height: 29.9%;
    overflow: hidden;
}

.home-header-desk .home-desk-video iframe {
	max-height: 100%;
}

.mobile-home-row {
	display: none;
}

.mobile-only-header-text {
	display: none;
	margin-top: 1em;
}

@media only screen and (max-width:120vh) {
	.home-header-desk {
		display: none;
	}
	.mobile-home-row {
		display: inherit;
	}
	.mobile-only-header-text {
		display: inherit;
	}
}

@media only screen and (max-width: 1023px) {
	.home-header-desk {
		display: none;
	}
	.mobile-home-row {
		display: inherit;
	}
	.mobile-only-header-text {
		display: inherit;
	}
}

@media only screen and (max-height:450px) {
	.home-header-desk {
		display: none;
	}
	.mobile-home-row {
		display: inherit;
	}
	.mobile-only-header-text {
		display: inherit;
	}
}

@media only screen and (min-height: 980px) {
	.home-header-desk .home-description p {
		font-size: 31.5px;
	}
}


/* # Home Page
---------------------------------------------------------------------------------------------------- */

.home .content {
	max-width: 1050px;
	margin: 0 auto;
	float: none;
}

.home-row {
	width: 100%;
	overflow: hidden;
	background-color: #FDF2EE;
	margin: 40px 0;
}

.home-row.mobile-home-row .home-text {
	width: 700px;
	max-width: 700px;
}

.home-row.mobile-home-row .home-text p {
	top: 0;
}

.home-row:nth-child(2) {
	margin-top: 0em;
}

.home-row:last-child {
	margin-bottom: 0em;
}

.double_text_quote .home-text p { 
	text-align: right;
	right: 0;
}

.home-row div div,
.home-row div img {
	float: left;
	max-width: 350px;
	width: 100%;
}

.home-row img {
	max-width: 350px;
	max-height: 350px;
}

.home-row .quote_double_text .home-text,
.home-row .double_text_quote .home-text {
	max-width: 700px;
	position: relative;
}

.home-text {
	height: 350px; 
    position: relative;
}

.home-text p {
	position: absolute;
    bottom: 0;
    padding: 1em;
    font-size: 24px;
    margin: 0;
}

.to-top-container {
	background-image: url('images/tothetop.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: #0c0b0d;
	width: 150px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.to-top-container:hover {
	opacity: 0.5;
}

.to-top {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 47px 10px 0;
	font-size: 12px;
    letter-spacing: .2em;
}


/* # Work Page
---------------------------------------------------------------------------------------------------- */

.work-row {
	overflow: hidden;
    width: 100%;
    margin: 40px 0;
    max-width: 100%;
}

.work-row:after {
	content: "";
    display: block;
    width: 80%;
    clear: both;
    margin: auto;
    border-bottom: 2px solid #808080;
    padding-top: 40px;
}

.work-row:first-child {
	margin-top: 0;
}

.work-row:last-child {
	margin-bottom: 0;
}

.work-row:last-child:after {
    margin: 0;
    border-bottom: none;
    padding-top: 0;
}

.work-row:focus {
	outline: none;
}

.work-image, .work-testimonial {
	max-width: 350px;
	height: 350px;
	float: left;
}

.work-testimonial {
	border-width: 30px;
	border-style: solid;
	padding: 10px;
	line-height: 1.1;
}

.work-row.three-squares .work-image:nth-child(2),
.work-row.three-squares .work-image:last-child {
	float: right;
	width: 700px;
	max-width: 700px;
	height: 700px;
}

.work-row.three-squares .work-image:last-child {
	display: none;
}

/* # About & Services Page
---------------------------------------------------------------------------------------------------- */

.full-testimonial {
	padding: 75px 25px 0 0;
    display: block;
    clear: both;
    margin: 0 0 2em;
    background-image: url(images/QuotationMark-RightAlign.jpg);
    background-size: auto 110px;
    background-repeat: no-repeat;
    background-position: top right;
}

.full-testimonial .testimonial-body {
	font-style: normal;
    font-family: SabonLTStd-Italic;
    font-size: 28px;
    margin-bottom: 20px;
	text-align: right;
	line-height: 1.2;
}

.full-testimonial .testimonial-author {
	text-transform: uppercase;
	margin-bottom: 0;
	text-align: right;
	font-size: 12px;
    letter-spacing: .2em;
}

.full-testimonial:first-of-type {
    background-image: url(images/QuotationMark-LeftAlign.jpg);
    padding: 60px 0 0 25px;
    background-position: left top;
}

.full-testimonial:first-of-type .testimonial-body,
.full-testimonial:first-of-type p,
.full-testimonial:first-of-type .testimonial-author {
	text-align: left;
}

.page-template-about_page .three-fourths,
.page-template-services_page .three-fourths {
	margin: 0;
	padding: 0;
}

.page-template-about_page .three-fourths.right,
.page-template-services_page .three-fourths.right {
	float: right;
}

/* # Process Page
---------------------------------------------------------------------------------------------------- */

.page-template-process_page .full-testimonial p:first-child {
	font-style: normal;
    font-family: SabonLTStd-Italic;
    font-size: 28px;
    margin-bottom: 20px;
	text-align: left;
	line-height: 1.2;
}

.process-row {
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}

.process-row:nth-of-type(2) {
	margin-top: 0;
}

.process-row:nth-child(odd) p{ 
	text-align: right;
	right: 0;
}

.process-row img,
.process-headline,
.process-text {
	width: 350px;
	height: 350px;
}

.process-mobile-headline {
	display: none;
}

.process-text {
    position: relative;
    display: inline-block;
    background-color: #FDF2EE;
}

.process-text p {
	position: absolute;
    bottom: 0;
    padding: 0px 15px;
    margin: 0 0 15px;
}

.process-headline {
	background-color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	position: relative;
	float: right;
	text-align: left;
}

.process-headline p {
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	padding: 0 25px;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

.process-row:nth-child(odd) .process-headline {
	float: left;
	text-align: right;
}

.process-row:nth-child(odd) .process-image {
	float: right;
}

.process-row:nth-child(even) .process-image {
	float: left;
}

.qa-title {
	font-size: 40px;
	padding-right: 25px;
	width: 350px;
	text-align: right;
	float: left;
}

.process-qa {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	margin-top: 80px;
}

.process-qa  #accordion {
	background-color: #FDF2EE;
	float: right;
    width: 700px;
    padding: 20px 25px;
}

.process-qa h4 {
	text-decoration: underline;
	margin: 20px 0 10px;
	font-size: 18px;
	text-transform: none;
	cursor: pointer;
	line-height: 1.25;
	letter-spacing: 0;
}

.process-qa h4:first-child {
	margin-top: 0;
}

.process-qa h4:focus {
	outline: none;
}


/* # Single Post
---------------------------------------------------------------------------------------------------- */

.single-post .site-inner {
	width: 1360px;
	max-width: 1360px;
}

.single-post .entry-header {
	background-color: #fdf2ee;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 660px;
	height: 660px;
	float: right;
	position: relative;
	margin: 0;
}

.single-post .entry-content {
	width: 660px;
	min-height: 310px;
	float: left;
	margin-top: 350px;
	padding: 0;
}

.post-sidebar {
	width: 660px;
	float: right;
}

.single-post .entry-header div {
    width: 370px;
    height: 370px;
    background-color: #fff;
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.single-post h1.entry-title {
    padding: 25px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.single-post .social-widget,
.single-post .category-widgets {
	background-color: #FDF2EE;
    width: 310px;
    height: 310px;
    padding: 20px;
}

.single-post .social-widget {
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	display: table;
}

.single-post .social-widget div {
	display: table-cell;
	vertical-align: middle;
}

.single-post .social-widget ul {
	margin-bottom: 30px;
}

.single-post .social-widget ul > li {
	margin-bottom: 0.2em;
}

.single-post .social-widget p {
	line-height: 1.5;
}

.single-post .category-widgets {
	margin-top: 20px;
	text-align: right;
	position: relative;
}

.single-post .category-widgets div {
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 25px;
}

.single-post .category-widgets h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
}

.single-post .category-widgets ul > li {
    font-family: SabonLTStd-Italic;
    font-size: 18px;
    margin-bottom: 0.2em;
}

.single-post .category-widgets ul > li:last-child {
	margin-bottom: 0;
}

.single-post .category-widgets ul > li a {
	text-decoration: none;
}

.single-post .category-widgets ul > li a:hover {
	text-decoration: underline;
}

.single-post .after-post-comments {
	width: 660px;
	float: left;
	overflow: hidden;
    background-color: #fdf2ee;
    text-transform: uppercase;
    padding: 30px;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-image: url('images/load-more-arrow.png');
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: 140px 31px;
}

.single-post .after-post-comments .comment-area {
	cursor: default;
}


/* # Get Started Template
---------------------------------------------------------------------------------------------------- */

.page-template-get-started_page .site-footer {
	background: none;
	min-height: 0;
	height: 0;
}

.page-template-get-started_page .site-footer .mobile-only-footer {
	display: none;
}

.page-template-get-started_page .site-inner {
	background-image: url('images/desk-photobooth.png'), url('images/desk-get-started.jpg');
	max-width: 100%;
	height: 900px;
	background-repeat: no-repeat;
	background-position: top center;
    background-size: auto 100%;
    padding: 0;
}

.page-template-get-started_page .content-sidebar-wrap {
	height: 100%;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.page-template-get-started_page .content {
	width: 433px;
    height: 557px;
    overflow-y: scroll;
    position: absolute;
    left: 241px;
    top: 122px;
    padding: 20px;
}

.page-template-get-started_page .content .entry {
	padding: 0px;
	margin: 0;
	height: 100%;
	width: 100%;
	background: none;
}

.page-template-get-started_page .get-started-social {
    position: absolute;
    right: 100px;
    top: 255px;
    width: 110px;
    height: 25px;
}

.page-template-get-started_page .get-started-social a {
	width: 25%;
	height: 100%;
	display: block;
	float: left;
}

.page-template-get-started_page .desk-mail-list {
	position: absolute;
	top: 800px;
	left: 250px;
}

.page-template-get-started_page .desk-mail-list a {
	width: 130px;
	height: 35px;
	display: block;
}


/* # Blog Page
---------------------------------------------------------------------------------------------------- */

.index-blog-page .site-inner {
	max-width: 1360px;
}

.featured-blog-post {
	width: 660px;
	height: 660px;
	background-size: cover;
	float: right;
	margin-bottom: 40px;
	position: relative;
}

.featured-blog-post .title-bg {
	width: 370px;
	height: 370px;
	background-color: #fff;
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.featured-blog-post .title-bg h2 {
	font-weight: 400;
	padding: 25px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.featured-blog-post .title-bg h2 a {
	text-decoration: none;
	line-height: 1.5;
}

.blog-spacer {
	width: 700px;
	height: 350px;
	float: left;
}

.index-blog-page article,
.index-blog-page .home-category.home-square {
	float: left;
	width: 310px;
	height: 310px;
	background-color: #fdf2ee;
	background-size: cover;
	background-position: center;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
}

.index-blog-page article {
	padding: 70px;
	position: relative;
}

.article-link-over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.article-link-over:hover {
	background: rgba(256,256,256,0.5);
}

.index-blog-page .post .entry-header {
	background-color: #fff;
    position: relative;
    width: 170px;
    height: 170px;
    text-align: center;
    padding: 30px 20px;
    display: table;
}

.index-blog-page .post .entry-header h2.entry-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
}

.index-blog-page .post .entry-header h2.entry-title a {
	text-decoration: none;
	line-height: 1.5;
}

.index-blog-page .home-category {
    text-align: right;
    font-style: normal;
}

.index-blog-page .home-category div {
	position: absolute;
	bottom: 0;
	right: 0;
    padding: 20px 25px;
}

.index-blog-page .home-category h4 {
	font-size: 18px;
	text-transform: uppercase;
    font-style: normal;
}

.index-blog-page .home-category ul > li {
    font-family: SabonLTStd-Italic;
    font-size: 18px;
    margin-bottom: 0.2em;
}

.index-blog-page .home-category ul > li:last-child {
	margin-bottom: 0;
}

.index-blog-page .home-category a {
	text-decoration: none;
}

.index-blog-page .home-category a:hover {
	text-decoration: underline;
}

.index-blog-page .load-more {
	width: 310px;
	height: 310px;
    background-color: #fdf2ee;
    background-image: url('images/load-more-arrow.png');
    background-repeat: no-repeat;
    background-position: center 285px;
    background-size: 28px auto;
    text-transform: uppercase;
    color: #0c0b0d;
    letter-spacing: .04em;
    padding-top: 242px;
    border: none;
}

.index-blog-page .load-more:hover {
	opacity: 0.5;
}

.alm-reveal {
	clear: both;
}

.index-blog-page.blog article:nth-child(8),
.index-blog-page.blog article:nth-child(12) {
	margin-right: 0;
}

#ajax-load-more article:nth-child(4n) {
	margin-right: 0;
}

.archive .home-category.home-square {
	margin-right: 0;
}

.archive .content > article:nth-child(4n+4) {
	margin-right: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {
	.index-blog-page .content {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.index-blog-page .blog-spacer {
		display: none;
	}

	.index-blog-page .content > article:nth-child(even),
	.index-blog-page .content > div:nth-child(even),
	.alm-reveal > article:nth-child(even) {
		margin-right: 0;
	}

	.single-post .site-inner {
		width: 100%;
	}

	.single-post .content {
		max-width: 660px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 100%;
	}

	.single-post .after-post-comments {
		width: 100%;
	}

	.single-post .entry-content {
		margin-top: 40px;
		width: 100%;
	}

	.social-widget {
		float: left;
	}

	.single-post .category-widgets {
		float: right;
		margin-top: 40px;
	}
}

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

	.content {
		width: 100%;
	}

	.site-inner {
		padding: 15px 15px 60px 15px;
	}

	.index-blog-page .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.header-image .title-area {
		width: 19%;
	}

	.site-footer,
	.site-footer .wrap {
		max-width: 100%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.home-row:nth-child(2) {
		margin-top: 40px;
	}

	.home-row .home-quote {
		display: none;
	}

	.home-row .double_text_quote .home-text,
	.home-row .quote_double_text .home-text {
		width: 100%;
		max-width: 100%;
	}

	.home-row {
		margin-left: auto;
		margin-right: auto;
	}

	.home-row .home-text p {
		position: static;
	}

	.process-row {
		margin-left: auto;
		margin-right: auto;
	}

	.process-row > div {
		float: left;
	}

	.process-row .process-image {
		display: none;
	}

	.process-qa .qa-title {
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.process-qa #accordion {
		width: 100%;
	}

	.work-row {
		margin-left: auto;
		margin-right: auto;
	}

	.work-row.three-squares .work-image:nth-child(2) {
		display: none;
	}

	.work-row.three-squares .work-image:last-child {
		display: inherit;
		max-width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 1050px) and (min-width: 668px) {
	.home-row {
		width: 638px;
	}

	.home-row .home-image {
		width: 50%;
	}

	.home-row .home-text {
		width: 50%;
		max-width: 100%;
		height: 319px;
	}

	.process-row {
		width: 700px;
	}

	.work-row {
		width: 700px;
	}

	.home-row.mobile-home-row .home-text {
		width: 50%;
	}
}

@media only screen and (max-width: 1050px) and (min-width: 1024px) {
	.home-row {
		width: 990px;
	}

	.home-row .home-quote {
		display: inherit;
	}

	.home-row > div >img,
	.home-row > div > div,
	.home-row .home-image,
	.home-row .home-quote,
	.home-row .home-text {
		width: 330px;
		height: 330px;
	}

	.home-row .double_text_quote .home-text,
	.home-row .quote_double_text .home-text,
	.home-row.mobile-home-row .home-text {
		width: 660px;
	}

	.process-row {
		width: 990px;
	}

	.process-row .process-image {
		display: inherit;
	}

	.process-row > img,
	.process-row > div {
		width: 330px;
		height: 330px;
	}

	.work-row {
		width: 990px;
	}

	.work-row .work-image,
	.work-row .work-testimonial,
	.work-row.three-squares .work-image:last-child {
		width: 330px;
		height: 330px;
	}

	.work-row .work-testimonial p {
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width: 980px) and (min-width: 836px) {
	.header-image .site-title > a {
		background-size: 160px 60px !important;
	}
}

@media only screen and (max-width: 939px) {
	.mobile-home-row {
		display: inherit;
		margin-top: 0;
	}
	.mobile-only-header-text {
		display: inherit;
	}
}

@media only screen and (max-width: 920px) {
	.site-footer {
		background: none;
		height: auto;
	}

	.site-footer .footer-testimonials,
	.site-footer .footer-desk-play,
	.site-footer .footer-desk-video,
	.site-footer .footer-social,
	.site-footer .desk-mail-list {
		display: none;
	}

	.site-footer .mobile-only-footer {
		display: inherit;
	}

	.page-template-get-started_page-php .site-inner {
		background: none;
		height: auto;
		padding-top: 40px;
    	padding-bottom: 100px;
	}

	.page-template-get-started_page-php .content-sidebar-wrap {
		width: 100%;
	}

	.page-template-get-started_page-php .get-started-social,
	.page-template-get-started_page-php .desk-mail-list {
		display: none;
	}

	.page-template-get-started_page-php .content {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: static;
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 835px) {
	.header-image .title-area {
		width: 210px;
	}

	.header-image .site-title > a {
		background-position: center left !important;
	}

	.nav-primary,
	.nav-secondary {
		display: none;
	}

	.mobile-nav-button-container {
		display: inherit;
	}

	#mobile-nav-button {
		float: right;
		margin-right: 20px;
		border: none;
		background-color: transparent;
		background-image: url('images/mobile-nav.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	    text-align: center;
	    text-transform: uppercase;
	    text-decoration: none;
	    padding: 0;
	    font-size: 12px;
	    letter-spacing: .2em;
	    width: 81px;
	    height: 45px;
	}

	#mobile-nav-button:hover,
	#mobile-nav-button:focus {
		background-color: #fff;
		color: #0c0b0d;
	}

	.mobile-menu { /*this is the nav*/
	  background: #fff;
	  width: 240px;
	  height: 100%;
	  top: 0;
	  right: -240px;
	  z-index: 1000;
	  position:fixed;
	  display: inherit;
	}

	.mobile-menu.pushmenu-open {
	  right: 0;
	}

	.mobile-menu ul {
		padding: 0 10px;
	}

	.mobile-menu .menu-item {
		display: block;
		margin-bottom: 5px;
	}

	.mobile-menu .menu-item:last-child {
		margin-bottom: 0;
	}

	.mobile-menu a {
		background: #FDF2EE;
		padding: 16px 20px;
	}

	body {
	  overflow-x: hidden;
	  position: relative;
	  right: 0;
	}

	body.pushmenu-push-toleft {
	  right: 240px;
	  position: relative;
	}
}

@media only screen and (max-width: 768px) {
	.home .site-footer .to-top-container,
	.page-template-get-started_page .site-footer .to-top-container {
		display: none;
	}

	.home .site-footer .mobile-only-footer,
	.page-template-get-started_page .site-footer .mobile-only-footer {
		display: inherit;
	}

	.process-headline {
		font-size: 32px;
	}
}

@media only screen and (max-width: 736px) and (min-width: 569px) {
	.home-row {
		width: 568px;
	}

	.home-row .home-text,
	.home-row .home-image,
	.home-row.mobile-home-row .home-text {
		width: 284px;
		height: 284px;
	}

	.process-row {
		width: 568px;
	}

	.process-row .process-text,
	.process-row .process-headline {
		width: 284px;
		height: 284px;
	}

	.work-row {
		width: 568px;
	}

	.work-row .work-image,
	.work-row .work-testimonial {
		width: 284px;
		height: 284px;
	}

	.work-row .work-testimonial {
		font-size: 14px;
	}
}

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

	.site-inner {
		padding: 5% 0 0;
	}

	.page-template-about_page .site-inner,
	.page-template-services_page .site-inner {
		padding: 5% 5% 0;
	}

	.process-headline.mobile-only-process-headline {
		display: inherit;
	}

	.process-text p {
		position: static;
		padding: 15px;
	}

	.load-more {
		margin: 0 auto;
		float: none;
		display: block;
	}

	.single-post .entry-header {
		width: 100%;
		height: auto;
		padding: 25% 0;
	}

	.single-post .entry-header div {
		width: auto;
		height: auto;
		position: static;
		margin: 40px;
	}

	.single-post h1.entry-title {
		position: static;
		font-size: 22px;
	}

	.single-post .entry-content {
		margin-top: 40px;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.post-sidebar {
		width: 100%;
		padding: 0 5%;
	}

	.post-sidebar .widget {
		float: none;
		margin: 10px auto 10px;
		width: 100%;
	}

	.entry {
		margin-bottom: 5%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 667px) and (min-width: 569px) {
	.index-blog-page .content {
		width: 568px;
	}

	.index-blog-page .content > article,
	.alm-reveal > article {
		width: 274px;
		height: 274px;
		margin-right: 20px;
	}

	.index-blog-page article, .index-blog-page .home-category.home-square,
	.index-blog-page .load-more {
		width: 274px;
		height: 274px;
		float: left;
	}

	.index-blog-page .load-more {
	    background-position: center 245px;
	    padding-top: 190px;
	}

	.index-blog-page .content > .featured-blog-post {
	    width: 568px;
	    height: 568px;
		max-width: 568px;
	    padding: 70px;
    	position: relative;
    	float: none;
    	margin-right: auto;
    	margin-left: auto;
	}

	.index-blog-page .content > article:nth-child(even),
	.index-blog-page .content > div:nth-child(even),
	.alm-reveal > article:nth-child(even),
	#ajax-load-more article:nth-child(4n) {
		margin-right: 0;
	}

}

@media only screen and (max-width: 568px) {
	.process-row {
		width: 100%;
		max-width: 350px;
	}

	.process-text {
		height: auto;
		width: 100%;
		min-height: 350px;
	}

	.process-row .process-headline {
		display: none;
	}

	.process-mobile-headline {
		display: inherit;
	    text-transform: uppercase;
	    font-size: 28px;
	}

	.process-row:nth-child(odd) .process-mobile-headline {
		text-align: right;
		width: 100%;
	}

	.home-row {
		max-width: 350px;
	}

	.home-row .home-text {
		min-height: 350px;
		height: auto;
	}

	.work-row {
		width: 100%;
		max-width: 350px;
		height: auto;
	}

	.work-row .work-image,
	.work-row .work-testimonial {
		max-width: 100%;
		height: auto;
	}

	.home-row.mobile-home-row .home-text {
		width: 100%;
		max-width: 350px;
	}

	.index-blog-page .content {
		width: 100%;
	}

	.featured-blog-post {
	    width: 310px;
	    height: 310px;
		max-width: 350px;
	    padding: 70px;
    	position: relative;
	}

	.featured-blog-post .title-bg {
		position: relative;
		width: 170px;
		height: 170px;
		padding: 30px 20px;
		text-align: center;
		display: table;
		right: 0;
		bottom: 0;
	}

	.featured-blog-post .title-bg h2 {
	    font-size: 14px;
	    text-transform: uppercase;
	    margin-bottom: 0px;
	    display: table-cell;
	    vertical-align: middle;
	}

	.featured-blog-post,
	.index-blog-page .content > article,
	.index-blog-page .content > article:nth-child(even),
	.index-blog-page .content > div:nth-child(even),
	.alm-reveal > article,
	.alm-reveal > article:nth-child(even),
	#ajax-load-more article:nth-child(4n) {
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.site-footer .mobile-only-footer .contact-links a {
		display: block;
	}

	.site-footer .mobile-only-footer .pipe {
		display: none;
	}

	.site-footer .mobile-only-footer .social-links li a {
		padding: 10px 5%;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
