@import 'jscrollpane.css';
@font-face {
    font-family: 'FuturaStd-Medium';
    src: url('../fonts/futurastd-medium.eot');
    src: url('../fonts/futurastd-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/futurastd-medium.woff') format('woff'), url('../fonts/futurastd-medium.ttf') format('truetype'), url('../fonts/futurastd-medium.svg#futurastd-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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


/* Reset styles
*******************************/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

html {
    overflow-y: scroll;
    /* 1 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    -ms-text-size-adjust: 100%;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}

:focus {
    outline: 0;
}

img {
    vertical-align: middle;
    outline: 0;
}

input,
textarea {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

html,
body,
textarea,
input {
    -webkit-text-size-adjust: none;
}

body {
    text-align: left;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}


/* Form Elements
*******************************/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 13px;
    font-weight: 700;
    background: transparent;
    text-transform: uppercase;
    border: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
    border: 1px solid white;
    height: 16px;
    font-size: 12px;
    padding: 5px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

textarea {
    resize: vertical;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.j {
    text-align: justify;
}

.r {
    text-align: right;
}


/* Clearfix
*******************************/

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.clear {
    clear: both;
}


/* Links
*******************************/

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}


/* Headers
*******************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1em;
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}


/* Text elements
*******************************/

p {
    margin: 0 0 1em 0;
    text-align: left;
    line-height: 1.5;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img {
    border: 0;
}

.small {
    font-size: 10px;
}

hr {
    display: block;
    height: 0px;
    line-height: 0px;
    border: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 16px 0;
    float: none;
    clear: both;
    padding: 0;
}


/* Wordpress Typo
*******************************/

.story {
    line-height: 1.5;
}

.story ul {
    list-style: square;
}

.story ul li {
    list-style: square;
}

.story ol {
    list-style: decimal;
}

.story ol li {
    list-style: decimal;
}

.story ul,
.story ol {
    margin: 0 0 1em 1.5em;
    line-height: 1.5;
}

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

.story ol ol {
    list-style: upper-alpha;
}

.story ol ol ol {
    list-style: lower-roman;
}

.story ol ol ol ol {
    list-style: lower-alpha;
}

.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
    text-transform: none;
    margin-bottom: .5em;
}

.story a {
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
    text-decoration: underline;
}

.story table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 18px;
}

.story table td,
.story table th {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.story table th {
    font-weight: bold;
}

.story pre {
    border: 1px solid #ccc;
    background: #eee;
    padding: 1em 2em;
    margin-bottom: 1em;
}

.story blockquote {
    font-style: italic;
    margin: 1em 3em;
}

.story blockquote p:before {
    content: '"';
}

.story blockquote p:after {
    content: '"';
}

.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
    max-width: 100%;
    /* When images are too wide for containing element, force them to fit. */
    height: auto;
    /* Override height to match resized width for correct aspect ratio. */
}

.story .alignleft,
.story img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
}

.story .alignright,
.story img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}

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

.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
    margin-bottom: 1em;
}

.story .wp-caption {
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
}

.story .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 11px;
    margin: 0;
    padding: 5px;
}

.story .wp-smiley {
    margin: 0;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider ul,
.flexslider ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider ul li,
.flexslider ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides > li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden;
    text-align: center;
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
}

.flexslider .descr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(100, 100, 100, 0.5);
    color: #fff;
    text-align: left;
}

.flexslider .descr h3 {
    text-align: left;
}

.flexslider .descr .text p:last-child {
    margin-bottom: 0;
}

.flex-container {
    zoom: 1;
    position: relative;
}


/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

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

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

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

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

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

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


/* Body
*******************************/

html {
    position: relative;
}

html,
body {
    min-height: 100%;
    /* height: 100%; */
}

body {
    background: url(../images/bg.jpg) 100% 100% no-repeat #000000;
    background-size: 100%;
    background-position: center top;
    background-attachment: fixed;
}

body #wrapper {
    min-width: 1024px;
}

body #wrapper #content-main {
    min-width: 1024px;
}

body #wrapper #header-main #nav-main #menu-mobile {
    display: none;
}

body #wrapper #handwritten {
    width: 540px;
    height: 100px;
    margin: 0 auto;
    background: none;
    position: relative;
    display: block;
    left: -170px;
    top: 85px;
}

body.page-template-page-splash-php #nav-main {
    display: none;
}

body.page-template-page-splash-php #wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding: 0 !important;
}

body.page-template-page-splash-php #header-main {
    background: url("../images/header-splash.png") no-repeat scroll center 83px transparent;
}

body.page-template-page-splash-php #homepage {
    /* text-align: justify; */
    /* position: absolute; */
    padding: 195px 0 0;
    overflow: hidden;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 70px;
    /* bottom: 10%; */
}

body.page-template-page-splash-php #homepage .left,
body.page-template-page-splash-php #homepage .right {
    width: 48%;
}

body.page-template-page-splash-php #homepage .left {
    float: left;
}

body.page-template-page-splash-php #homepage .left .block {
    min-height: 225px;
}

body.page-template-page-splash-php #homepage .left .block h2 {
    margin: 0 auto .5em;
}

body.page-template-page-splash-php #homepage .left .block p {
    text-align: justify;
    width: 95%;
    font-family: 'FuturaStd-Heavy';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #464646;
    margin: 0 auto 1em;
}

body.page-template-page-splash-php #homepage .left .block a.blog {
    font-size: 14px;
    font-family: 'FuturaStd-Heavy';
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.page-template-page-splash-php #homepage .right {
    float: right;
}

body.page-template-page-splash-php #homepage .right .block {
    max-width: 300px;
    font-family: 'FuturaStd-Heavy';
    text-transform: uppercase;
}

body.page-template-page-splash-php #homepage .right .block h2 {
    margin: 0 auto .5em;
}

body.page-template-page-splash-php #homepage .right .pink h2 {
    font-weight: normal;
}

body.page-template-page-splash-php #homepage .right .pink a {
    display: block;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
}

body.page-template-page-splash-php #homepage .right .black {
    color: #c0c0c0;
    font-size: 11px;
    letter-spacing: 1px;
}

body.page-template-page-splash-php #homepage .right .black a {
    color: #c0c0c0;
    text-decoration: none;
    letter-spacing: .5px;
    padding: 0 .5em;
}

body.page-template-page-splash-php #homepage .right .black a:hover {
    color: #faa59b;
}

body.page-template-page-splash-php #homepage .block {
    /* width: 20%; */
    margin: 2.4%;
    background: #fff;
    /* height: 100px; */
    padding: 15px 0;
    /* float: left; */
    display: block;
    position: relative;
    text-align: center;
    min-height: 90px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.page-template-page-splash-php #homepage .block:hover {
    /* opacity: .7; */
}

body.page-template-page-splash-php #homepage .block h2 {
    font-size: 36px;
    font-family: 'DidotHTF-64Light';
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 95%;
    line-height: .9;
    margin: 0 auto;
    text-align: center;
    color: #faa59b;
    padding: 0 0 .2em;
    border-bottom: 1px dashed #d8d8d8;
}

body.page-template-page-splash-php #homepage .block h2 span {
    font-size: 49px;
}

body.page-template-page-splash-php #homepage .block a.blog {
    display: block;
    width: 95%;
    text-align: right;
    font-family: 'FuturaStd-Medium';
    text-transform: uppercase;
    color: #faa59b;
    font-size: 10px;
    letter-spacing: 1px;
    /* padding: .5em 0 0; */
    /* position: absolute; */
    /*
        bottom: 10px;
        left: 2.5%;
*/
    /*        float: right; */
    text-decoration: none;
}

body.page-template-page-splash-php #homepage .block.white {
    background: rgba(255, 255, 255, 0.9);
    word-break: break-all;
}

body.page-template-page-splash-php #homepage .block.white h2 {
    border-top: 1px dashed #b0b1af;
}

body.page-template-page-splash-php #homepage .block.white span {
    /* border-top: 1px dashed #b0b1af;               */
}

body.page-template-page-splash-php #homepage .block.black {
    background: rgba(0, 0, 0, 0.9);
}

body.page-template-page-splash-php #homepage .block.black h2 {
    border-bottom: 1px dashed #969696;
}

body.page-template-page-splash-php #homepage .block.black span {
    /* border-top: 1px dashed #969696;               */
}

body.page-template-page-splash-php #homepage .block.pink {
    background: rgba(255, 84, 108, 0.9);
}

body.page-template-page-splash-php #homepage .block.pink h2 {
    border-bottom: 1px dashed #a03442;
}

body.page-template-page-splash-php #homepage .block.pink span {
    color: #171717;
    /* border-top: 1px dashed #a03442;               */
}

body.page-template-page-splash-php #homepage .block.black h2,
body.page-template-page-splash-php #homepage .block.pink h2 {
    color: #fff;
}

body.page-template-page-splash-php #footer-main {
    padding: 0 2%;
    background: rgba(0, 0, 0, 0.9);
    width: 96%;
    bottom: 10px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

body.page-template-page-splash-php #footer-main .madeby a {
    display: block;
    float: right;
    color: transparent;
    font: 0/0 sans-serif;
    width: 11px;
    height: 50px;
    margin-left: 5px;
    background: url(../images/flosites.png) center center no-repeat transparent;
}

body.single-gallery #header-main,
body.single-gallery #footer-main {
    display: none;
}

body.single-gallery #wrapper {
    /* min-width: 1024px; */
    max-width: 1600px;
    width: 98%;
    padding: 0 1%;
    background: rgba(255, 255, 255, 0.9);
}

body.single-gallery #wrapper #content-main {
    padding: 1% 0;
}

body.single-gallery #wrapper #content-main > .gallery {
    overflow: hidden;
}

body.single-gallery #wrapper #content-main .cover {
    width: 770px;
    float: left;
    position: relative;
}

body.single-gallery #wrapper #content-main .cover img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

body.single-gallery #wrapper #content-main .cover a.back {
    color: #000;
    font-family: 'FuturaStd-Medium';
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.9);
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    padding-right: 5px;
    font-size: 10px;
    left: 0;
    display: block;
    width: 140px;
    text-align: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.single-gallery #wrapper #content-main .cover a.back:hover {
    opacity: .8;
}

body.single-gallery #wrapper #content-main .cover .title {
    position: absolute;
    top: 10%;
    color: #fff;
    width: 100%;
}

body.single-gallery #wrapper #content-main .cover .title h1,
body.single-gallery #wrapper #content-main .cover .title h2,
body.single-gallery #wrapper #content-main .cover .title h3 {
    text-align: center;
}

body.single-gallery #wrapper #content-main .cover .title h1 {
    font-family: 'PFChampionScriptPro';
    font-size: 110px;
    text-transform: none;
    margin: 0;
    padding: 0 .5em;
}

body.single-gallery #wrapper #content-main .cover .title h2 {
    font-family: 'DidotHTF-64Light';
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.single-gallery #wrapper #content-main .cover .title h3 {
    font-family: 'FuturaStd-Medium';
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.single-gallery #wrapper #content-main .board {
    float: right;
    width: 775px;
}

body.single-gallery #wrapper #content-main .board img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
}

body.single-gallery #wrapper #content-main .board .moodboard-image {
    /* width: 900px; */
    margin: 0 0 2em;
}

body.single-gallery #wrapper #content-main .board .overlay-wrapper {
    display: none;
}

body.single-gallery #wrapper #content-main .board .story p {
    line-height: 2;
    font-size: 10px;
    color: #000;
    font-family: 'FuturaStd-Medium';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2em;
}

body.single-gallery #wrapper #content-main .board .story .share {
    border-top: 1px dashed #8a8a8a;
    padding-top: 1em;
    font-size: 10px;
    color: #000;
    font-family: 'FuturaStd-Medium';
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.single-gallery #wrapper #content-main .board .story .share a {
    color: #343434;
    text-decoration: none;
}

body.single-gallery #wrapper #content-main .board .story .share a:hover {
    color: #faa59b;
}

body.single-gallery #wrapper #content-main .board .story .share .fullpost {
    float: right;
    color: #faa59b;
}

body.single-gallery #wrapper #content-main .board .story .share .fullpost:hover {
    opacity: .7;
}

body.single-gallery #wrapper #content-main .cover,
body.single-gallery #wrapper #content-main .board {
    width: 49%;
}

body.single-gallery #wrapper #content-main .cover {
    width: 47%;
}

body.single-gallery #wrapper #content-main .board {
    width: 51%;
}

body.home #wrapper,
body.post-type-archive-press #wrapper,
body.post-type-archive-gallery #wrapper,
body.tax-gallery-category #wrapper,
body.page-template-template-services-php #wrapper,
body.page-template-template-about-php #wrapper,
body.page-template-template-contact-php #wrapper {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding: 0;
    -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
}

body.home #wrapper #header-main #menu-left,
body.post-type-archive-press #wrapper #header-main #menu-left,
body.post-type-archive-gallery #wrapper #header-main #menu-left,
body.tax-gallery-category #wrapper #header-main #menu-left,
body.page-template-template-services-php #wrapper #header-main #menu-left,
body.page-template-template-about-php #wrapper #header-main #menu-left,
body.page-template-template-contact-php #wrapper #header-main #menu-left {
    right: 66%;
    left: auto;
}

body.home #wrapper #header-main #menu-right,
body.post-type-archive-press #wrapper #header-main #menu-right,
body.post-type-archive-gallery #wrapper #header-main #menu-right,
body.tax-gallery-category #wrapper #header-main #menu-right,
body.page-template-template-services-php #wrapper #header-main #menu-right,
body.page-template-template-about-php #wrapper #header-main #menu-right,
body.page-template-template-contact-php #wrapper #header-main #menu-right {
    left: 67%;
    right: auto;
}

body.home #wrapper #header-main .social,
body.post-type-archive-press #wrapper #header-main .social,
body.post-type-archive-gallery #wrapper #header-main .social,
body.tax-gallery-category #wrapper #header-main .social,
body.page-template-template-services-php #wrapper #header-main .social,
body.page-template-template-about-php #wrapper #header-main .social,
body.page-template-template-contact-php #wrapper #header-main .social {
    font-family: 'FuturaStd-HeavyOblique';
    font-size: 8px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 15px;
    height: 15px;
    width: 144px;
    overflow: hidden;
}

body.home #wrapper #header-main .social a,
body.post-type-archive-press #wrapper #header-main .social a,
body.post-type-archive-gallery #wrapper #header-main .social a,
body.tax-gallery-category #wrapper #header-main .social a,
body.page-template-template-services-php #wrapper #header-main .social a,
body.page-template-template-about-php #wrapper #header-main .social a,
body.page-template-template-contact-php #wrapper #header-main .social a {
    color: #fff;
    display: block;
    float: right;
    font: 0/0 sans-serif;
    color: transparent;
    background: url(../images/socials_black_all.png) 0 0 no-repeat transparent;
    height: 15px;
    margin-left: 10px;
    width: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.home #wrapper #header-main .social a:hover,
body.post-type-archive-press #wrapper #header-main .social a:hover,
body.post-type-archive-gallery #wrapper #header-main .social a:hover,
body.tax-gallery-category #wrapper #header-main .social a:hover,
body.page-template-template-services-php #wrapper #header-main .social a:hover,
body.page-template-template-about-php #wrapper #header-main .social a:hover,
body.page-template-template-contact-php #wrapper #header-main .social a:hover {
    opacity: .6;
}

body.home #wrapper #header-main .social a.twi,
body.post-type-archive-press #wrapper #header-main .social a.twi,
body.post-type-archive-gallery #wrapper #header-main .social a.twi,
body.tax-gallery-category #wrapper #header-main .social a.twi,
body.page-template-template-services-php #wrapper #header-main .social a.twi,
body.page-template-template-about-php #wrapper #header-main .social a.twi,
body.page-template-template-contact-php #wrapper #header-main .social a.twi {
    background-position: 0 0;
}

body.home #wrapper #header-main .social a.fb,
body.post-type-archive-press #wrapper #header-main .social a.fb,
body.post-type-archive-gallery #wrapper #header-main .social a.fb,
body.tax-gallery-category #wrapper #header-main .social a.fb,
body.page-template-template-services-php #wrapper #header-main .social a.fb,
body.page-template-template-about-php #wrapper #header-main .social a.fb,
body.page-template-template-contact-php #wrapper #header-main .social a.fb {
    background-position: -16px 0;
}

body.home #wrapper #header-main .social a.pin,
body.post-type-archive-press #wrapper #header-main .social a.pin,
body.post-type-archive-gallery #wrapper #header-main .social a.pin,
body.tax-gallery-category #wrapper #header-main .social a.pin,
body.page-template-template-services-php #wrapper #header-main .social a.pin,
body.page-template-template-about-php #wrapper #header-main .social a.pin,
body.page-template-template-contact-php #wrapper #header-main .social a.pin {
    background-position: -32px 0;
}

body.home #wrapper #header-main .social a.inst,
body.post-type-archive-press #wrapper #header-main .social a.inst,
body.post-type-archive-gallery #wrapper #header-main .social a.inst,
body.tax-gallery-category #wrapper #header-main .social a.inst,
body.page-template-template-services-php #wrapper #header-main .social a.inst,
body.page-template-template-about-php #wrapper #header-main .social a.inst,
body.page-template-template-contact-php #wrapper #header-main .social a.inst {
    background-position: -48px 0;
}

body.home #wrapper #content-main #galleries,
body.post-type-archive-press #wrapper #content-main #galleries,
body.post-type-archive-gallery #wrapper #content-main #galleries,
body.tax-gallery-category #wrapper #content-main #galleries,
body.page-template-template-services-php #wrapper #content-main #galleries,
body.page-template-template-about-php #wrapper #content-main #galleries,
body.page-template-template-contact-php #wrapper #content-main #galleries {
    max-width: 1500px;
    width: 81%;
    overflow: hidden;
    padding: 0 5%;
    margin: 0 auto 5em;
    position: relative;
    text-align: center;
}

body.home #wrapper #content-main #galleries .gallery,
body.post-type-archive-press #wrapper #content-main #galleries .gallery,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery,
body.tax-gallery-category #wrapper #content-main #galleries .gallery,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery {
    width: 30%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 1%;
    background: rgba(255, 255, 255, 0.9);
    padding: .5%;
    vertical-align: top;
}

body.home #wrapper #content-main #galleries .gallery h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery h3 {
    font-family: 'DidotHTF-64Light';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #343434;
    text-align: center;
    margin: .7em 0 0;
}

body.home #wrapper #content-main #galleries .gallery img,
body.post-type-archive-press #wrapper #content-main #galleries .gallery img,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery img,
body.tax-gallery-category #wrapper #content-main #galleries .gallery img,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery img,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery img,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery img {
    max-width: 100%;
    height: auto;
    width: auto;
    opacity: .6;
}

body.home #wrapper #content-main #galleries .gallery:hover img,
body.post-type-archive-press #wrapper #content-main #galleries .gallery:hover img,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery:hover img,
body.tax-gallery-category #wrapper #content-main #galleries .gallery:hover img,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery:hover img,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery:hover img,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery:hover img {
    opacity: 1;
}

body.home #wrapper #content-main #galleries .gallery:hover h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery:hover h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery:hover h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery:hover h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery:hover h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery:hover h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery:hover h3 {
    color: #faa59b;
}

body.home #wrapper #content-main #galleries .gallery:hover.weddings h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery:hover.weddings h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery:hover.weddings h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery:hover.weddings h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery:hover.weddings h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery:hover.weddings h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery:hover.weddings h3,
body.home #wrapper #content-main #galleries .gallery:hover.styling h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery:hover.styling h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery:hover.styling h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery:hover.styling h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery:hover.styling h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery:hover.styling h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery:hover.styling h3,
body.home #wrapper #content-main #galleries .gallery:hover.styling-2 h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery:hover.styling-2 h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery:hover.styling-2 h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery:hover.styling-2 h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery:hover.styling-2 h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery:hover.styling-2 h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery:hover.styling-2 h3 {
    background-position: center bottom;
}

body.home #wrapper #content-main #galleries .gallery.weddings h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery.weddings h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery.weddings h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery.weddings h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery.weddings h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery.weddings h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery.weddings h3 {
    font: 0/0 serif;
    color: transparent;
    background: url(../images/gcat-w-text.png) center top no-repeat transparent;
    width: 100%;
    height: 52px;
}

body.home #wrapper #content-main #galleries .gallery.styling-2 h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery.styling-2 h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery.styling-2 h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery.styling-2 h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery.styling-2 h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery.styling-2 h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery.styling-2 h3,
body.home #wrapper #content-main #galleries .gallery.styling h3,
body.post-type-archive-press #wrapper #content-main #galleries .gallery.styling h3,
body.post-type-archive-gallery #wrapper #content-main #galleries .gallery.styling h3,
body.tax-gallery-category #wrapper #content-main #galleries .gallery.styling h3,
body.page-template-template-services-php #wrapper #content-main #galleries .gallery.styling h3,
body.page-template-template-about-php #wrapper #content-main #galleries .gallery.styling h3,
body.page-template-template-contact-php #wrapper #content-main #galleries .gallery.styling h3 {
    font: 0/0 serif;
    color: transparent;
    background: url(../images/gcat-s-text.png) center top no-repeat transparent;
    width: 100%;
    height: 63px;
}

body.home #wrapper #content-main #galleries ul.page-numbers a.page-numbers,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers a.page-numbers,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers a.page-numbers,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers a.page-numbers,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers a.page-numbers,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers a.page-numbers,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers a.page-numbers,
body.home #wrapper #content-main #galleries ul.page-numbers span.page-numbers,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers span.page-numbers,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers span.page-numbers,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers span.page-numbers,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers span.page-numbers,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers span.page-numbers,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers span.page-numbers {
    display: none;
}

body.home #wrapper #content-main #galleries ul.page-numbers .prev,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers .prev,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers .prev,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers .prev,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers .prev,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers .prev,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers .prev,
body.home #wrapper #content-main #galleries ul.page-numbers .next,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers .next,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers .next,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers .next,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers .next,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers .next,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers .next {
    background: url('../images/arrows2.png') 0px center no-repeat rgba(0, 0, 0, 0.9);
    width: 4%;
    max-width: 40px;
    min-width: 40px;
    height: 96%;
    top: 2%;
    position: absolute;
    display: block !important;
    font: 0/0 sans-serif;
    color: transparent;
}

body.home #wrapper #content-main #galleries ul.page-numbers .next,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers .next,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers .next,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers .next,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers .next,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers .next,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers .next {
    right: 0;
    background-position: right center;
}

body.home #wrapper #content-main #galleries ul.page-numbers .next:hover,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers .next:hover,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers .next:hover,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers .next:hover,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers .next:hover,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers .next:hover,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers .next:hover {
    background-color: #faa59b;
}

body.home #wrapper #content-main #galleries ul.page-numbers .prev,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers .prev,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers .prev,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers .prev,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers .prev,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers .prev,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers .prev {
    left: 0;
    background-position: left center;
}

body.home #wrapper #content-main #galleries ul.page-numbers .prev:hover,
body.post-type-archive-press #wrapper #content-main #galleries ul.page-numbers .prev:hover,
body.post-type-archive-gallery #wrapper #content-main #galleries ul.page-numbers .prev:hover,
body.tax-gallery-category #wrapper #content-main #galleries ul.page-numbers .prev:hover,
body.page-template-template-services-php #wrapper #content-main #galleries ul.page-numbers .prev:hover,
body.page-template-template-about-php #wrapper #content-main #galleries ul.page-numbers .prev:hover,
body.page-template-template-contact-php #wrapper #content-main #galleries ul.page-numbers .prev:hover {
    background-color: #faa59b;
}

body.home #wrapper #content-main #press-page,
body.post-type-archive-press #wrapper #content-main #press-page,
body.post-type-archive-gallery #wrapper #content-main #press-page,
body.tax-gallery-category #wrapper #content-main #press-page,
body.page-template-template-services-php #wrapper #content-main #press-page,
body.page-template-template-about-php #wrapper #content-main #press-page,
body.page-template-template-contact-php #wrapper #content-main #press-page {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

body.home #wrapper #content-main #press-page #press,
body.post-type-archive-press #wrapper #content-main #press-page #press,
body.post-type-archive-gallery #wrapper #content-main #press-page #press,
body.tax-gallery-category #wrapper #content-main #press-page #press,
body.page-template-template-services-php #wrapper #content-main #press-page #press,
body.page-template-template-about-php #wrapper #content-main #press-page #press,
body.page-template-template-contact-php #wrapper #content-main #press-page #press {
    float: right;
    width: 70%;
    /* max-width: 735px; */
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
}

body.home #wrapper #content-main #press-page #press h2,
body.post-type-archive-press #wrapper #content-main #press-page #press h2,
body.post-type-archive-gallery #wrapper #content-main #press-page #press h2,
body.tax-gallery-category #wrapper #content-main #press-page #press h2,
body.page-template-template-services-php #wrapper #content-main #press-page #press h2,
body.page-template-template-about-php #wrapper #content-main #press-page #press h2,
body.page-template-template-contact-php #wrapper #content-main #press-page #press h2 {
    background: rgba(255, 84, 108, 0.9);
    background: #faa59b;
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'FuturaStd-Medium';
    font-weight: normal;
    font-size: 24px;
}

body.home #wrapper #content-main #press-page #press .story .thumb,
body.post-type-archive-press #wrapper #content-main #press-page #press .story .thumb,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story .thumb,
body.tax-gallery-category #wrapper #content-main #press-page #press .story .thumb,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story .thumb,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story .thumb,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story .thumb {
    float: left;
    width: 45%;
}

body.home #wrapper #content-main #press-page #press .story .inner-story,
body.post-type-archive-press #wrapper #content-main #press-page #press .story .inner-story,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story .inner-story,
body.tax-gallery-category #wrapper #content-main #press-page #press .story .inner-story,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story .inner-story,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story .inner-story,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story .inner-story {
    position: relative;
}

body.home #wrapper #content-main #press-page #press .story img,
body.post-type-archive-press #wrapper #content-main #press-page #press .story img,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story img,
body.tax-gallery-category #wrapper #content-main #press-page #press .story img,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story img,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story img,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story img {
    max-width: 100%;
    height: auto;
    width: auto;
}

body.home #wrapper #content-main #press-page #press .story p,
body.post-type-archive-press #wrapper #content-main #press-page #press .story p,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story p,
body.tax-gallery-category #wrapper #content-main #press-page #press .story p,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story p,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story p,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story p,
body.home #wrapper #content-main #press-page #press .story h3,
body.post-type-archive-press #wrapper #content-main #press-page #press .story h3,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story h3,
body.tax-gallery-category #wrapper #content-main #press-page #press .story h3,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story h3,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story h3,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story h3,
body.home #wrapper #content-main #press-page #press .story .share,
body.post-type-archive-press #wrapper #content-main #press-page #press .story .share,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story .share,
body.tax-gallery-category #wrapper #content-main #press-page #press .story .share,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story .share,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story .share,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story .share {
    color: #fff;
    float: right;
    width: 50%;
}

body.home #wrapper #content-main #press-page #press .story h3,
body.post-type-archive-press #wrapper #content-main #press-page #press .story h3,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story h3,
body.tax-gallery-category #wrapper #content-main #press-page #press .story h3,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story h3,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story h3,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story h3 {
    font-family: 'DidotHTF-64Light';
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fefefe;
    border-bottom: 1px dashed #969695;
    padding-bottom: .3em;
}

body.home #wrapper #content-main #press-page #press .story p,
body.post-type-archive-press #wrapper #content-main #press-page #press .story p,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story p,
body.tax-gallery-category #wrapper #content-main #press-page #press .story p,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story p,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story p,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story p,
body.home #wrapper #content-main #press-page #press .story .share,
body.post-type-archive-press #wrapper #content-main #press-page #press .story .share,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story .share,
body.tax-gallery-category #wrapper #content-main #press-page #press .story .share,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story .share,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story .share,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story .share {
    font-family: 'FuturaStd-Medium';
    font-size: 9px;
    line-height: 2.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.home #wrapper #content-main #press-page #press .story .share,
body.post-type-archive-press #wrapper #content-main #press-page #press .story .share,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story .share,
body.tax-gallery-category #wrapper #content-main #press-page #press .story .share,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story .share,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story .share,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story .share {
    font-size: 10px;
    text-align: right;
    border-top: 1px dashed #969695;
    padding-top: .3em;
}

body.home #wrapper #content-main #press-page #press .story .share a,
body.post-type-archive-press #wrapper #content-main #press-page #press .story .share a,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story .share a,
body.tax-gallery-category #wrapper #content-main #press-page #press .story .share a,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story .share a,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story .share a,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story .share a {
    color: #fefefe;
    text-decoration: none;
}

body.home #wrapper #content-main #press-page #press .story .share a:hover,
body.post-type-archive-press #wrapper #content-main #press-page #press .story .share a:hover,
body.post-type-archive-gallery #wrapper #content-main #press-page #press .story .share a:hover,
body.tax-gallery-category #wrapper #content-main #press-page #press .story .share a:hover,
body.page-template-template-services-php #wrapper #content-main #press-page #press .story .share a:hover,
body.page-template-template-about-php #wrapper #content-main #press-page #press .story .share a:hover,
body.page-template-template-contact-php #wrapper #content-main #press-page #press .story .share a:hover {
    color: #faa59b;
}

body.home #wrapper #content-main #press-page nav.press,
body.post-type-archive-press #wrapper #content-main #press-page nav.press,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press,
body.tax-gallery-category #wrapper #content-main #press-page nav.press,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press {
    /* width: 225px; */
    /* max-width: 225px; */
    width: 25%;
    float: left;
    position: relative;
    margin: 0 0 6em;
}

body.home #wrapper #content-main #press-page nav.press h2,
body.post-type-archive-press #wrapper #content-main #press-page nav.press h2,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press h2,
body.tax-gallery-category #wrapper #content-main #press-page nav.press h2,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press h2,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press h2,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press h2 {
    background: rgba(255, 84, 108, 0.9);
    background: #faa59b;
    color: #fff;
    text-transform: uppercase;
    font-family: 'DidotHTF-64Light';
    letter-spacing: 1px;
    font-size: 40px;
    margin: 0 0 .2em;
    padding: 0 .3em;
}

body.home #wrapper #content-main #press-page nav.press .flex-control-nav,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-control-nav,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-control-nav,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-control-nav,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-control-nav,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-control-nav,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-control-nav {
    display: none;
}

body.home #wrapper #content-main #press-page nav.press .flex-direction-nav,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-direction-nav,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-direction-nav,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-direction-nav,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-direction-nav,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-direction-nav,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-direction-nav {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
}

body.home #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.home #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next {
    font-family: 'FuturaStd-Medium';
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #343434;
}

body.home #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev:hover,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev:hover,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev:hover,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev:hover,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev:hover,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev:hover,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev:hover,
body.home #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next:hover,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next:hover,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next:hover,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next:hover,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next:hover,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next:hover,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next:hover {
    color: #faa59b;
}

body.home #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-prev {
    float: left;
}

body.home #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.post-type-archive-press #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.tax-gallery-category #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press .flex-direction-nav .flex-next {
    float: right;
}

body.home #wrapper #content-main #press-page nav.press ul.slides,
body.post-type-archive-press #wrapper #content-main #press-page nav.press ul.slides,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press ul.slides,
body.tax-gallery-category #wrapper #content-main #press-page nav.press ul.slides,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press ul.slides,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press ul.slides,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press ul.slides {
    background: rgba(255, 255, 255, 0.9);
    padding: 1% 1% 35px;
}

body.home #wrapper #content-main #press-page nav.press ul.slides li,
body.post-type-archive-press #wrapper #content-main #press-page nav.press ul.slides li,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press ul.slides li,
body.tax-gallery-category #wrapper #content-main #press-page nav.press ul.slides li,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press ul.slides li,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press ul.slides li,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press ul.slides li {
    /* width: 205px; */
    /* height: 393px; */
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

body.home #wrapper #content-main #press-page nav.press ul.slides li .press,
body.post-type-archive-press #wrapper #content-main #press-page nav.press ul.slides li .press,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press ul.slides li .press,
body.tax-gallery-category #wrapper #content-main #press-page nav.press ul.slides li .press,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press ul.slides li .press,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press ul.slides li .press,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press ul.slides li .press {
    /*
                width: 92px;
                height: 119px;
*/
    width: 45%;
    height: auto;
    float: left;
    margin: 0.5em 2%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.home #wrapper #content-main #press-page nav.press ul.slides li .press.p0,
body.post-type-archive-press #wrapper #content-main #press-page nav.press ul.slides li .press.p0,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press ul.slides li .press.p0,
body.tax-gallery-category #wrapper #content-main #press-page nav.press ul.slides li .press.p0,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press ul.slides li .press.p0,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press ul.slides li .press.p0,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press ul.slides li .press.p0 {
    clear: left;
    /* margin-right: 10%; */
}

body.home #wrapper #content-main #press-page nav.press ul.slides li .press.active,
body.post-type-archive-press #wrapper #content-main #press-page nav.press ul.slides li .press.active,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press ul.slides li .press.active,
body.tax-gallery-category #wrapper #content-main #press-page nav.press ul.slides li .press.active,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press ul.slides li .press.active,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press ul.slides li .press.active,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press ul.slides li .press.active {
    opacity: .5;
}

body.home #wrapper #content-main #press-page nav.press ul.slides li .press img,
body.post-type-archive-press #wrapper #content-main #press-page nav.press ul.slides li .press img,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press ul.slides li .press img,
body.tax-gallery-category #wrapper #content-main #press-page nav.press ul.slides li .press img,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press ul.slides li .press img,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press ul.slides li .press img,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press ul.slides li .press img {
    max-width: 100%;
    height: auto;
    width: auto;
}

body.home #wrapper #content-main #press-page nav.press ul.slides li .press .hidden,
body.post-type-archive-press #wrapper #content-main #press-page nav.press ul.slides li .press .hidden,
body.post-type-archive-gallery #wrapper #content-main #press-page nav.press ul.slides li .press .hidden,
body.tax-gallery-category #wrapper #content-main #press-page nav.press ul.slides li .press .hidden,
body.page-template-template-services-php #wrapper #content-main #press-page nav.press ul.slides li .press .hidden,
body.page-template-template-about-php #wrapper #content-main #press-page nav.press ul.slides li .press .hidden,
body.page-template-template-contact-php #wrapper #content-main #press-page nav.press ul.slides li .press .hidden {
    display: none;
}

body.home #wrapper #content-main #homepage,
body.post-type-archive-press #wrapper #content-main #homepage,
body.post-type-archive-gallery #wrapper #content-main #homepage,
body.tax-gallery-category #wrapper #content-main #homepage,
body.page-template-template-services-php #wrapper #content-main #homepage,
body.page-template-template-about-php #wrapper #content-main #homepage,
body.page-template-template-contact-php #wrapper #content-main #homepage {
    text-align: justify;
    position: absolute;
    width: 100%;
    bottom: 10%;
}

body.home #wrapper #content-main #homepage .block,
body.post-type-archive-press #wrapper #content-main #homepage .block,
body.post-type-archive-gallery #wrapper #content-main #homepage .block,
body.tax-gallery-category #wrapper #content-main #homepage .block,
body.page-template-template-services-php #wrapper #content-main #homepage .block,
body.page-template-template-about-php #wrapper #content-main #homepage .block,
body.page-template-template-contact-php #wrapper #content-main #homepage .block {
    width: 20%;
    margin: 2.4%;
    background: #fff;
    height: 100px;
    padding: 10px 0;
    float: left;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.home #wrapper #content-main #homepage .block {
    max-height: 70px;
}

body.home #wrapper #content-main #homepage .block:hover,
body.post-type-archive-press #wrapper #content-main #homepage .block:hover,
body.post-type-archive-gallery #wrapper #content-main #homepage .block:hover,
body.tax-gallery-category #wrapper #content-main #homepage .block:hover,
body.page-template-template-services-php #wrapper #content-main #homepage .block:hover,
body.page-template-template-about-php #wrapper #content-main #homepage .block:hover,
body.page-template-template-contact-php #wrapper #content-main #homepage .block:hover {
    opacity: .7;
}

body.home #wrapper #content-main #homepage .block h2,
body.post-type-archive-press #wrapper #content-main #homepage .block h2,
body.post-type-archive-gallery #wrapper #content-main #homepage .block h2,
body.tax-gallery-category #wrapper #content-main #homepage .block h2,
body.page-template-template-services-php #wrapper #content-main #homepage .block h2,
body.page-template-template-about-php #wrapper #content-main #homepage .block h2,
body.page-template-template-contact-php #wrapper #content-main #homepage .block h2 {
    font-size: 40px;
    font-family: 'DidotHTF-64Light';
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 95%;
    line-height: .9;
    margin: 0 auto;
    text-align: left;
    color: #000;
    word-break: keep-all;
    word-break: break-word;
}

body.home #wrapper #content-main #homepage .block span,
body.post-type-archive-press #wrapper #content-main #homepage .block span,
body.post-type-archive-gallery #wrapper #content-main #homepage .block span,
body.tax-gallery-category #wrapper #content-main #homepage .block span,
body.page-template-template-services-php #wrapper #content-main #homepage .block span,
body.page-template-template-about-php #wrapper #content-main #homepage .block span,
body.page-template-template-contact-php #wrapper #content-main #homepage .block span {
    display: block;
    width: 95%;
    text-align: left;
    font-family: 'FuturaStd-Medium';
    text-transform: uppercase;
    color: #faa59b;
    font-size: 10px;
    letter-spacing: 1px;
    padding: .5em 0 0;
    position: absolute;
    bottom: 10px;
    left: 2.5%;
}

body.home #wrapper #content-main #homepage .block.white,
body.post-type-archive-press #wrapper #content-main #homepage .block.white,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.white,
body.tax-gallery-category #wrapper #content-main #homepage .block.white,
body.page-template-template-services-php #wrapper #content-main #homepage .block.white,
body.page-template-template-about-php #wrapper #content-main #homepage .block.white,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.white {
    background: rgba(255, 255, 255, 0.9);
    word-break: break-all;
}

body.home #wrapper #content-main #homepage .block.white span,
body.post-type-archive-press #wrapper #content-main #homepage .block.white span,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.white span,
body.tax-gallery-category #wrapper #content-main #homepage .block.white span,
body.page-template-template-services-php #wrapper #content-main #homepage .block.white span,
body.page-template-template-about-php #wrapper #content-main #homepage .block.white span,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.white span {
    border-top: 1px dashed #b0b1af;
}

body.home #wrapper #content-main #homepage .block.black,
body.post-type-archive-press #wrapper #content-main #homepage .block.black,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.black,
body.tax-gallery-category #wrapper #content-main #homepage .block.black,
body.page-template-template-services-php #wrapper #content-main #homepage .block.black,
body.page-template-template-about-php #wrapper #content-main #homepage .block.black,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.black {
    background: rgba(0, 0, 0, 0.9);
}

body.home #wrapper #content-main #homepage .block.black span,
body.post-type-archive-press #wrapper #content-main #homepage .block.black span,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.black span,
body.tax-gallery-category #wrapper #content-main #homepage .block.black span,
body.page-template-template-services-php #wrapper #content-main #homepage .block.black span,
body.page-template-template-about-php #wrapper #content-main #homepage .block.black span,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.black span {
    border-top: 1px dashed #969696;
}

body.home #wrapper #content-main #homepage .block.pink,
body.post-type-archive-press #wrapper #content-main #homepage .block.pink,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.pink,
body.tax-gallery-category #wrapper #content-main #homepage .block.pink,
body.page-template-template-services-php #wrapper #content-main #homepage .block.pink,
body.page-template-template-about-php #wrapper #content-main #homepage .block.pink,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.pink {
    background: rgba(255, 84, 108, 0.9);
    background: #faa59b;
}

body.home #wrapper #content-main #homepage .block.pink span,
body.post-type-archive-press #wrapper #content-main #homepage .block.pink span,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.pink span,
body.tax-gallery-category #wrapper #content-main #homepage .block.pink span,
body.page-template-template-services-php #wrapper #content-main #homepage .block.pink span,
body.page-template-template-about-php #wrapper #content-main #homepage .block.pink span,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.pink span {
    color: #171717;
    border-top: 1px dashed #a03442;
}

body.home #wrapper #content-main #homepage .block.black h2,
body.post-type-archive-press #wrapper #content-main #homepage .block.black h2,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.black h2,
body.tax-gallery-category #wrapper #content-main #homepage .block.black h2,
body.page-template-template-services-php #wrapper #content-main #homepage .block.black h2,
body.page-template-template-about-php #wrapper #content-main #homepage .block.black h2,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.black h2,
body.home #wrapper #content-main #homepage .block.pink h2,
body.post-type-archive-press #wrapper #content-main #homepage .block.pink h2,
body.post-type-archive-gallery #wrapper #content-main #homepage .block.pink h2,
body.tax-gallery-category #wrapper #content-main #homepage .block.pink h2,
body.page-template-template-services-php #wrapper #content-main #homepage .block.pink h2,
body.page-template-template-about-php #wrapper #content-main #homepage .block.pink h2,
body.page-template-template-contact-php #wrapper #content-main #homepage .block.pink h2 {
    color: #fff;
}

body.home #wrapper #content-main #contact,
body.post-type-archive-press #wrapper #content-main #contact,
body.post-type-archive-gallery #wrapper #content-main #contact,
body.tax-gallery-category #wrapper #content-main #contact,
body.page-template-template-services-php #wrapper #content-main #contact,
body.page-template-template-about-php #wrapper #content-main #contact,
body.page-template-template-contact-php #wrapper #content-main #contact {
    width: 96%;
    padding: 0 2%;
    max-width: 975px;
    margin: 0 auto;
}

body.home #wrapper #content-main #contact .inner .story,
body.post-type-archive-press #wrapper #content-main #contact .inner .story,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .story,
body.tax-gallery-category #wrapper #content-main #contact .inner .story,
body.page-template-template-services-php #wrapper #content-main #contact .inner .story,
body.page-template-template-about-php #wrapper #content-main #contact .inner .story,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .story {
    width: 25%;
    background: rgba(255, 255, 255, 0.9);
}

body.home #wrapper #content-main #contact .inner .story p,
body.post-type-archive-press #wrapper #content-main #contact .inner .story p,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .story p,
body.tax-gallery-category #wrapper #content-main #contact .inner .story p,
body.page-template-template-services-php #wrapper #content-main #contact .inner .story p,
body.page-template-template-about-php #wrapper #content-main #contact .inner .story p,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .story p {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'FuturaStd-Medium';
    line-height: 2;
}

body.home #wrapper #content-main #contact .inner .story .page-title,
body.post-type-archive-press #wrapper #content-main #contact .inner .story .page-title,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .story .page-title,
body.tax-gallery-category #wrapper #content-main #contact .inner .story .page-title,
body.page-template-template-services-php #wrapper #content-main #contact .inner .story .page-title,
body.page-template-template-about-php #wrapper #content-main #contact .inner .story .page-title,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .story .page-title {
    color: #faa59b;
    padding: 1em 1.5em;
    margin: 0 0 4px;
    text-align: center;
}

body.home #wrapper #content-main #contact .inner .story .page-title h2,
body.post-type-archive-press #wrapper #content-main #contact .inner .story .page-title h2,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .story .page-title h2,
body.tax-gallery-category #wrapper #content-main #contact .inner .story .page-title h2,
body.page-template-template-services-php #wrapper #content-main #contact .inner .story .page-title h2,
body.page-template-template-about-php #wrapper #content-main #contact .inner .story .page-title h2,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .story .page-title h2 {
    margin: 0 0 .5em;
    font-size: 40px;
    font-family: 'DidotHTF-64Light';
    border-bottom: 1px dashed #000;
}

body.home #wrapper #content-main #contact .inner .cform,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform {
    width: 70%;
    float: right;
}

body.home #wrapper #content-main #contact .inner .cform .page-title,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .page-title,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .page-title,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .page-title,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .page-title,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .page-title,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .page-title {
    float: left;
    background: rgba(255, 84, 108, 0.9);
    background: #faa59b;
    color: #fff;
    padding: 1em 1.5em;
    margin: 0 0 4px;
}

body.home #wrapper #content-main #contact .inner .cform .page-title h2,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .page-title h2,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .page-title h2,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .page-title h2,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .page-title h2,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .page-title h2,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .page-title h2 {
    margin: 0;
    font-size: 40px;
    font-family: 'DidotHTF-64Light';
    border-bottom: 1px dashed #000;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 {
    display: block;
    width: 96%;
    padding: 2%;
    background: rgba(0, 0, 0, 0.9);
    clear: left;
    overflow: hidden;
    position: relative;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-response-output,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-response-output,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-response-output,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-response-output,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-response-output,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-response-output,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-response-output {
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'FuturaStd-Medium';
    left: 2%;
    bottom: 7px;
    letter-spacing: 1px;
    position: absolute;
    padding: 0;
    margin: 0;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-not-valid-tip,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-not-valid-tip,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-not-valid-tip,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-not-valid-tip,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-not-valid-tip,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-not-valid-tip,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FF0000;
    display: block;
    font-size: 9px;
    left: auto;
    right: 0;
    text-transform: uppercase;
    top: 102%;
    width: auto;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.home #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .right {
    width: 48%;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .left label,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .left label,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .left label,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .left label,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .left label,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .left label,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .left label,
body.home #wrapper #content-main #contact .inner .cform .wpcf7 .right label,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .right label,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .right label,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .right label,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .right label,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .right label,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .right label {
    color: #c0c0c0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'FuturaStd-Medium';
    font-size: 9px;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .left input,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .left input,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .left input,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .left input,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .left input,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .left input,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .left input,
body.home #wrapper #content-main #contact .inner .cform .wpcf7 .right input,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .right input,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .right input,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .right input,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .right input,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .right input,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .right input,
body.home #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.home #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea {
    width: 96%;
    padding: 0 2%;
    resize: none;
    margin: 0;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .left textarea,
body.home #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .right textarea {
    height: 135px;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .left,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .left {
    float: left;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .right,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .right {
    float: right;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .button,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .button,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .button,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .button,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .button,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .button,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .button {
    text-align: right;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .button .ajax-loader,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .button .ajax-loader,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .button .ajax-loader,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .button .ajax-loader,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .button .ajax-loader,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .button .ajax-loader,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .button .ajax-loader {
    float: left;
}

body.home #wrapper #content-main #contact .inner .cform .wpcf7 .button input,
body.post-type-archive-press #wrapper #content-main #contact .inner .cform .wpcf7 .button input,
body.post-type-archive-gallery #wrapper #content-main #contact .inner .cform .wpcf7 .button input,
body.tax-gallery-category #wrapper #content-main #contact .inner .cform .wpcf7 .button input,
body.page-template-template-services-php #wrapper #content-main #contact .inner .cform .wpcf7 .button input,
body.page-template-template-about-php #wrapper #content-main #contact .inner .cform .wpcf7 .button input,
body.page-template-template-contact-php #wrapper #content-main #contact .inner .cform .wpcf7 .button input {
    color: #fff;
    background: rgba(255, 84, 108, 0.9);
    background: #faa59b;
    float: right;
    padding: 3px 1em;
    font-weight: normal;
    letter-spacing: 1px;
}

body.home #wrapper #content-main #services,
body.post-type-archive-press #wrapper #content-main #services,
body.post-type-archive-gallery #wrapper #content-main #services,
body.tax-gallery-category #wrapper #content-main #services,
body.page-template-template-services-php #wrapper #content-main #services,
body.page-template-template-about-php #wrapper #content-main #services,
body.page-template-template-contact-php #wrapper #content-main #services {
    width: 96%;
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
}

body.home #wrapper #content-main #services .page .subpages,
body.post-type-archive-press #wrapper #content-main #services .page .subpages,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages,
body.tax-gallery-category #wrapper #content-main #services .page .subpages,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages {
    overflow: hidden;
    margin: 0 0 5em;
}

body.home #wrapper #content-main #services .page .subpages .content,
body.post-type-archive-press #wrapper #content-main #services .page .subpages .content,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages .content,
body.tax-gallery-category #wrapper #content-main #services .page .subpages .content,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages .content,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages .content,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages .content {
    width: 70%;
    padding: 1%;
    float: right;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

body.home #wrapper #content-main #services .page .subpages .content .inner,
body.post-type-archive-press #wrapper #content-main #services .page .subpages .content .inner,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages .content .inner,
body.tax-gallery-category #wrapper #content-main #services .page .subpages .content .inner,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages .content .inner,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages .content .inner,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages .content .inner {
    margin: 0;
    padding: 0;
    height: 400px;
    /* min-height: 240px; */
    background: none;
}

body.home #wrapper #content-main #services .page .subpages .content .inner .hidden,
body.post-type-archive-press #wrapper #content-main #services .page .subpages .content .inner .hidden,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages .content .inner .hidden,
body.tax-gallery-category #wrapper #content-main #services .page .subpages .content .inner .hidden,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages .content .inner .hidden,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages .content .inner .hidden,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages .content .inner .hidden {
    height: 400px;
    width: 100%;
    overflow: auto;
}

body.home #wrapper #content-main #services .page .subpages .content .inner p,
body.post-type-archive-press #wrapper #content-main #services .page .subpages .content .inner p,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages .content .inner p,
body.tax-gallery-category #wrapper #content-main #services .page .subpages .content .inner p,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages .content .inner p,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages .content .inner p,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages .content .inner p {
    font-family: 'FuturaStd-Medium';
    font-size: 10px;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.home #wrapper #content-main #services .page .subpages .content .inner img,
body.post-type-archive-press #wrapper #content-main #services .page .subpages .content .inner img,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages .content .inner img,
body.tax-gallery-category #wrapper #content-main #services .page .subpages .content .inner img,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages .content .inner img,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages .content .inner img,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages .content .inner img {
    max-height: 400px;
    height: auto;
    width: auto;
    float: right;
    margin-left: 10px;
}

body.home #wrapper #content-main #services .page .subpages ul.list,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list {
    width: 25%;
    min-width: 250px;
    float: left;
}

body.home #wrapper #content-main #services .page .subpages ul.list li,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li {
    width: 90%;
    height: 80px;
    padding: 10px 5%;
    margin: 0 0 62px;
    float: left;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.home #wrapper #content-main #services .page .subpages ul.list li h3,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li h3,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li h3,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li h3,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li h3,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li h3,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li h3 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'DidotHTF-64Light';
    border-bottom: 1px dashed #616160;
    margin: 0 0 .2em;
}

body.home #wrapper #content-main #services .page .subpages ul.list li span,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li span,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li span,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li span,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li span,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li span,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li span {
    float: right;
    color: #faa59b;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

body.home #wrapper #content-main #services .page .subpages ul.list li .hidden,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li .hidden,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li .hidden,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li .hidden,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li .hidden,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li .hidden,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li .hidden {
    display: none;
}

body.home #wrapper #content-main #services .page .subpages ul.list li:hover,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li:hover,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li:hover,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li:hover,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li:hover,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li:hover,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li:hover {
    opacity: .8;
}

body.home #wrapper #content-main #services .page .subpages ul.list li.active,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li.active,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li.active,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li.active,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li.active,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li.active,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li.active {
    background: rgba(235, 80, 102, 0.9);
    background: #faa59b;
}

body.home #wrapper #content-main #services .page .subpages ul.list li.active:hover,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li.active:hover,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li.active:hover,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li.active:hover,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li.active:hover,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li.active:hover,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li.active:hover {
    opacity: 1;
}

body.home #wrapper #content-main #services .page .subpages ul.list li.active h3,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li.active h3,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li.active h3,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li.active h3,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li.active h3,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li.active h3,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li.active h3 {
    border-bottom: 1px dashed #7f2f3a;
}

body.home #wrapper #content-main #services .page .subpages ul.list li.active span,
body.post-type-archive-press #wrapper #content-main #services .page .subpages ul.list li.active span,
body.post-type-archive-gallery #wrapper #content-main #services .page .subpages ul.list li.active span,
body.tax-gallery-category #wrapper #content-main #services .page .subpages ul.list li.active span,
body.page-template-template-services-php #wrapper #content-main #services .page .subpages ul.list li.active span,
body.page-template-template-about-php #wrapper #content-main #services .page .subpages ul.list li.active span,
body.page-template-template-contact-php #wrapper #content-main #services .page .subpages ul.list li.active span {
    color: #000;
}

body.home #wrapper #content-main #services .page .inner,
body.post-type-archive-press #wrapper #content-main #services .page .inner,
body.post-type-archive-gallery #wrapper #content-main #services .page .inner,
body.tax-gallery-category #wrapper #content-main #services .page .inner,
body.page-template-template-services-php #wrapper #content-main #services .page .inner,
body.page-template-template-about-php #wrapper #content-main #services .page .inner,
body.page-template-template-contact-php #wrapper #content-main #services .page .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 1%;
    margin: 0 0 2%;
    display: none;
}

body.home #wrapper #content-main #services .page .inner > .story h2.a,
body.post-type-archive-press #wrapper #content-main #services .page .inner > .story h2.a,
body.post-type-archive-gallery #wrapper #content-main #services .page .inner > .story h2.a,
body.tax-gallery-category #wrapper #content-main #services .page .inner > .story h2.a,
body.page-template-template-services-php #wrapper #content-main #services .page .inner > .story h2.a,
body.page-template-template-about-php #wrapper #content-main #services .page .inner > .story h2.a,
body.page-template-template-contact-php #wrapper #content-main #services .page .inner > .story h2.a {
    font-size: 40px;
    font-family: 'DidotHTF-64Light';
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #faa59b;
    margin: 0 0 .2em;
}

body.home #wrapper #content-main #services .page .inner > .story h2.a span,
body.post-type-archive-press #wrapper #content-main #services .page .inner > .story h2.a span,
body.post-type-archive-gallery #wrapper #content-main #services .page .inner > .story h2.a span,
body.tax-gallery-category #wrapper #content-main #services .page .inner > .story h2.a span,
body.page-template-template-services-php #wrapper #content-main #services .page .inner > .story h2.a span,
body.page-template-template-about-php #wrapper #content-main #services .page .inner > .story h2.a span,
body.page-template-template-contact-php #wrapper #content-main #services .page .inner > .story h2.a span {
    border-bottom: 1px dashed #ababab;
    padding: 0 0 .2em;
}

body.home #wrapper #content-main #services .page .inner > .story .thumb,
body.post-type-archive-press #wrapper #content-main #services .page .inner > .story .thumb,
body.post-type-archive-gallery #wrapper #content-main #services .page .inner > .story .thumb,
body.tax-gallery-category #wrapper #content-main #services .page .inner > .story .thumb,
body.page-template-template-services-php #wrapper #content-main #services .page .inner > .story .thumb,
body.page-template-template-about-php #wrapper #content-main #services .page .inner > .story .thumb,
body.page-template-template-contact-php #wrapper #content-main #services .page .inner > .story .thumb {
    float: right;
    margin-left: 1.5%;
}

body.home #wrapper #content-main #services .page .inner > .story p,
body.post-type-archive-press #wrapper #content-main #services .page .inner > .story p,
body.post-type-archive-gallery #wrapper #content-main #services .page .inner > .story p,
body.tax-gallery-category #wrapper #content-main #services .page .inner > .story p,
body.page-template-template-services-php #wrapper #content-main #services .page .inner > .story p,
body.page-template-template-about-php #wrapper #content-main #services .page .inner > .story p,
body.page-template-template-contact-php #wrapper #content-main #services .page .inner > .story p {
    font-family: 'FuturaStd-Medium';
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 2.5;
}

body.home #wrapper #content-main #about,
body.post-type-archive-press #wrapper #content-main #about,
body.post-type-archive-gallery #wrapper #content-main #about,
body.tax-gallery-category #wrapper #content-main #about,
body.page-template-template-services-php #wrapper #content-main #about,
body.page-template-template-about-php #wrapper #content-main #about,
body.page-template-template-contact-php #wrapper #content-main #about {
    width: 96%;
    max-width: 1600px;
    padding: 0 2%;
    margin: 0 auto;
}

body.home #wrapper #content-main #about .page-title,
body.post-type-archive-press #wrapper #content-main #about .page-title,
body.post-type-archive-gallery #wrapper #content-main #about .page-title,
body.tax-gallery-category #wrapper #content-main #about .page-title,
body.page-template-template-services-php #wrapper #content-main #about .page-title,
body.page-template-template-about-php #wrapper #content-main #about .page-title,
body.page-template-template-contact-php #wrapper #content-main #about .page-title {
    float: left;
    background: rgba(255, 84, 108, 0.9);
    background: #faa59b;
    color: #fff;
    padding: 1em 1.5em;
    margin: 0 0 4px;
}

body.home #wrapper #content-main #about .page-title h2,
body.post-type-archive-press #wrapper #content-main #about .page-title h2,
body.post-type-archive-gallery #wrapper #content-main #about .page-title h2,
body.tax-gallery-category #wrapper #content-main #about .page-title h2,
body.page-template-template-services-php #wrapper #content-main #about .page-title h2,
body.page-template-template-about-php #wrapper #content-main #about .page-title h2,
body.page-template-template-contact-php #wrapper #content-main #about .page-title h2 {
    margin: 0;
    font-size: 40px;
    font-family: 'DidotHTF-64Light';
    border-bottom: 1px dashed #000;
}

body.home #wrapper #content-main #about .inner .story.thumb,
body.post-type-archive-press #wrapper #content-main #about .inner .story.thumb,
body.post-type-archive-gallery #wrapper #content-main #about .inner .story.thumb,
body.tax-gallery-category #wrapper #content-main #about .inner .story.thumb,
body.page-template-template-services-php #wrapper #content-main #about .inner .story.thumb,
body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb,
body.page-template-template-contact-php #wrapper #content-main #about .inner .story.thumb {
    width: 48%;
    float: left;
}

body.home #wrapper #content-main #about .inner .story.thumb > .thumb,
body.post-type-archive-press #wrapper #content-main #about .inner .story.thumb > .thumb,
body.post-type-archive-gallery #wrapper #content-main #about .inner .story.thumb > .thumb,
body.tax-gallery-category #wrapper #content-main #about .inner .story.thumb > .thumb,
body.page-template-template-services-php #wrapper #content-main #about .inner .story.thumb > .thumb,
body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb > .thumb,
body.page-template-template-contact-php #wrapper #content-main #about .inner .story.thumb > .thumb {
    float: right;
    width: 50%;
    position: relative;
    text-align: center;
}

body.home #wrapper #content-main #about .inner .story.thumb > .thumb img,
body.post-type-archive-press #wrapper #content-main #about .inner .story.thumb > .thumb img,
body.post-type-archive-gallery #wrapper #content-main #about .inner .story.thumb > .thumb img,
body.tax-gallery-category #wrapper #content-main #about .inner .story.thumb > .thumb img,
body.page-template-template-services-php #wrapper #content-main #about .inner .story.thumb > .thumb img,
body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb > .thumb img,
body.page-template-template-contact-php #wrapper #content-main #about .inner .story.thumb > .thumb img {
    width: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 337px;
}

body.home #wrapper #content-main #about .inner .story.thumb > .thumb .things,
body.post-type-archive-press #wrapper #content-main #about .inner .story.thumb > .thumb .things,
body.post-type-archive-gallery #wrapper #content-main #about .inner .story.thumb > .thumb .things,
body.tax-gallery-category #wrapper #content-main #about .inner .story.thumb > .thumb .things,
body.page-template-template-services-php #wrapper #content-main #about .inner .story.thumb > .thumb .things,
body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb > .thumb .things,
body.page-template-template-contact-php #wrapper #content-main #about .inner .story.thumb > .thumb .things {
    width: 100%;
    max-width: 224px;
    margin: 10px auto 0;
    display: block;
}

body.home #wrapper #content-main #about .inner .story.thumb p,
body.post-type-archive-press #wrapper #content-main #about .inner .story.thumb p,
body.post-type-archive-gallery #wrapper #content-main #about .inner .story.thumb p,
body.tax-gallery-category #wrapper #content-main #about .inner .story.thumb p,
body.page-template-template-services-php #wrapper #content-main #about .inner .story.thumb p,
body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb p,
body.page-template-template-contact-php #wrapper #content-main #about .inner .story.thumb p {
    max-width: 45%;
    line-height: 2.5;
}

body.home #wrapper #content-main #about .inner .collaj,
body.post-type-archive-press #wrapper #content-main #about .inner .collaj,
body.post-type-archive-gallery #wrapper #content-main #about .inner .collaj,
body.tax-gallery-category #wrapper #content-main #about .inner .collaj,
body.page-template-template-services-php #wrapper #content-main #about .inner .collaj,
body.page-template-template-about-php #wrapper #content-main #about .inner .collaj,
body.page-template-template-contact-php #wrapper #content-main #about .inner .collaj {
    width: 717px;
    padding: 10px 10px 2px;
    background: #000;
    float: right;
}

body.home #wrapper #content-main #about .story,
body.post-type-archive-press #wrapper #content-main #about .story,
body.post-type-archive-gallery #wrapper #content-main #about .story,
body.tax-gallery-category #wrapper #content-main #about .story,
body.page-template-template-services-php #wrapper #content-main #about .story,
body.page-template-template-about-php #wrapper #content-main #about .story,
body.page-template-template-contact-php #wrapper #content-main #about .story {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    clear: left;
    margin: 0 0 5em;
}

body.home #wrapper #content-main #about .story p,
body.post-type-archive-press #wrapper #content-main #about .story p,
body.post-type-archive-gallery #wrapper #content-main #about .story p,
body.tax-gallery-category #wrapper #content-main #about .story p,
body.page-template-template-services-php #wrapper #content-main #about .story p,
body.page-template-template-about-php #wrapper #content-main #about .story p,
body.page-template-template-contact-php #wrapper #content-main #about .story p {
    font-family: 'FuturaStd-Heavy';
    line-height: 2;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #212121;
}

body.home #wrapper #content-main #about .collaj,
body.post-type-archive-press #wrapper #content-main #about .collaj,
body.post-type-archive-gallery #wrapper #content-main #about .collaj,
body.tax-gallery-category #wrapper #content-main #about .collaj,
body.page-template-template-services-php #wrapper #content-main #about .collaj,
body.page-template-template-about-php #wrapper #content-main #about .collaj,
body.page-template-template-contact-php #wrapper #content-main #about .collaj {
    width: 717px;
}

body.home #wrapper #content-main #about .collaj label,
body.post-type-archive-press #wrapper #content-main #about .collaj label,
body.post-type-archive-gallery #wrapper #content-main #about .collaj label,
body.tax-gallery-category #wrapper #content-main #about .collaj label,
body.page-template-template-services-php #wrapper #content-main #about .collaj label,
body.page-template-template-about-php #wrapper #content-main #about .collaj label,
body.page-template-template-contact-php #wrapper #content-main #about .collaj label {
    margin: 8px 0;
    display: block;
}

body.home #wrapper #content-main #about .collaj .left,
body.post-type-archive-press #wrapper #content-main #about .collaj .left,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .left,
body.tax-gallery-category #wrapper #content-main #about .collaj .left,
body.page-template-template-services-php #wrapper #content-main #about .collaj .left,
body.page-template-template-about-php #wrapper #content-main #about .collaj .left,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .left,
body.home #wrapper #content-main #about .collaj .mid,
body.post-type-archive-press #wrapper #content-main #about .collaj .mid,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .mid,
body.tax-gallery-category #wrapper #content-main #about .collaj .mid,
body.page-template-template-services-php #wrapper #content-main #about .collaj .mid,
body.page-template-template-about-php #wrapper #content-main #about .collaj .mid,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .mid,
body.home #wrapper #content-main #about .collaj .right,
body.post-type-archive-press #wrapper #content-main #about .collaj .right,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .right,
body.tax-gallery-category #wrapper #content-main #about .collaj .right,
body.page-template-template-services-php #wrapper #content-main #about .collaj .right,
body.page-template-template-about-php #wrapper #content-main #about .collaj .right,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .right {
    width: 202px;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

body.home #wrapper #content-main #about .collaj .left img,
body.post-type-archive-press #wrapper #content-main #about .collaj .left img,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .left img,
body.tax-gallery-category #wrapper #content-main #about .collaj .left img,
body.page-template-template-services-php #wrapper #content-main #about .collaj .left img,
body.page-template-template-about-php #wrapper #content-main #about .collaj .left img,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .left img,
body.home #wrapper #content-main #about .collaj .mid img,
body.post-type-archive-press #wrapper #content-main #about .collaj .mid img,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .mid img,
body.tax-gallery-category #wrapper #content-main #about .collaj .mid img,
body.page-template-template-services-php #wrapper #content-main #about .collaj .mid img,
body.page-template-template-about-php #wrapper #content-main #about .collaj .mid img,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .mid img,
body.home #wrapper #content-main #about .collaj .right img,
body.post-type-archive-press #wrapper #content-main #about .collaj .right img,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .right img,
body.tax-gallery-category #wrapper #content-main #about .collaj .right img,
body.page-template-template-services-php #wrapper #content-main #about .collaj .right img,
body.page-template-template-about-php #wrapper #content-main #about .collaj .right img,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .right img {
    max-width: 100%;
    height: auto;
    width: auto;
}

body.home #wrapper #content-main #about .collaj .left,
body.post-type-archive-press #wrapper #content-main #about .collaj .left,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .left,
body.tax-gallery-category #wrapper #content-main #about .collaj .left,
body.page-template-template-services-php #wrapper #content-main #about .collaj .left,
body.page-template-template-about-php #wrapper #content-main #about .collaj .left,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .left {
    width: 202px;
}

body.home #wrapper #content-main #about .collaj .right,
body.post-type-archive-press #wrapper #content-main #about .collaj .right,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .right,
body.tax-gallery-category #wrapper #content-main #about .collaj .right,
body.page-template-template-services-php #wrapper #content-main #about .collaj .right,
body.page-template-template-about-php #wrapper #content-main #about .collaj .right,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .right {
    width: 216px;
}

body.home #wrapper #content-main #about .collaj .mid,
body.post-type-archive-press #wrapper #content-main #about .collaj .mid,
body.post-type-archive-gallery #wrapper #content-main #about .collaj .mid,
body.tax-gallery-category #wrapper #content-main #about .collaj .mid,
body.page-template-template-services-php #wrapper #content-main #about .collaj .mid,
body.page-template-template-about-php #wrapper #content-main #about .collaj .mid,
body.page-template-template-contact-php #wrapper #content-main #about .collaj .mid {
    width: 279px;
    padding: 0 10px;
}

body.home #wrapper #footer-main,
body.post-type-archive-press #wrapper #footer-main,
body.post-type-archive-gallery #wrapper #footer-main,
body.tax-gallery-category #wrapper #footer-main,
body.page-template-template-services-php #wrapper #footer-main,
body.page-template-template-about-php #wrapper #footer-main,
body.page-template-template-contact-php #wrapper #footer-main {
    padding: 0 2%;
    background: rgba(0, 0, 0, 0.9);
    width: 96%;
    bottom: 10px;
    position: absolute;
    left: 0;
    overflow: hidden;
}

body.home #wrapper #footer-main .madeby a,
body.post-type-archive-press #wrapper #footer-main .madeby a,
body.post-type-archive-gallery #wrapper #footer-main .madeby a,
body.tax-gallery-category #wrapper #footer-main .madeby a,
body.page-template-template-services-php #wrapper #footer-main .madeby a,
body.page-template-template-about-php #wrapper #footer-main .madeby a,
body.page-template-template-contact-php #wrapper #footer-main .madeby a {
    display: block;
    float: right;
    color: transparent;
    font: 0/0 sans-serif;
    width: 11px;
    height: 50px;
    margin-left: 5px;
    background: url(../images/flosites.png) center center no-repeat transparent;
}

body.author,
body.blog,
body.date,
body.category,
body.search,
body.single-post,
body.tag {
    background: #f7f7f7;
}

body.author #wrapper,
body.blog #wrapper,
body.date #wrapper,
body.category #wrapper,
body.search #wrapper,
body.single-post #wrapper,
body.tag #wrapper {
    width: 1000px;
    position: relative;
}

body.author #wrapper #content-main,
body.blog #wrapper #content-main,
body.date #wrapper #content-main,
body.category #wrapper #content-main,
body.search #wrapper #content-main,
body.single-post #wrapper #content-main,
body.tag #wrapper #content-main {
    width: 1000px;
}

body.author #header-main,
body.blog #header-main,
body.date #header-main,
body.category #header-main,
body.search #header-main,
body.single-post #header-main,
body.tag #header-main {
    background: url(../images/bg-header_light.png) center bottom no-repeat transparent;
}

body.author #header-main h1 a,
body.blog #header-main h1 a,
body.date #header-main h1 a,
body.category #header-main h1 a,
body.search #header-main h1 a,
body.single-post #header-main h1 a,
body.tag #header-main h1 a {
    background: url(../images/logo_light_new.png) 0 0 no-repeat transparent;
    background-size: cover;
}

body.author #header-main #nav-main .menu,
body.blog #header-main #nav-main .menu,
body.date #header-main #nav-main .menu,
body.category #header-main #nav-main .menu,
body.search #header-main #nav-main .menu,
body.single-post #header-main #nav-main .menu,
body.tag #header-main #nav-main .menu {
    top: 110px;
}

body.author #header-main #nav-main .menu li a,
body.blog #header-main #nav-main .menu li a,
body.date #header-main #nav-main .menu li a,
body.category #header-main #nav-main .menu li a,
body.search #header-main #nav-main .menu li a,
body.single-post #header-main #nav-main .menu li a,
body.tag #header-main #nav-main .menu li a {
    font-family: 'FuturaStd-Medium';
    color: #343434;
}

body.author #header-main #nav-main .menu li a:hover,
body.blog #header-main #nav-main .menu li a:hover,
body.date #header-main #nav-main .menu li a:hover,
body.category #header-main #nav-main .menu li a:hover,
body.search #header-main #nav-main .menu li a:hover,
body.single-post #header-main #nav-main .menu li a:hover,
body.tag #header-main #nav-main .menu li a:hover {
    opacity: .7;
}

body.author #header-main #nav-main .menu li.current-menu-item a,
body.blog #header-main #nav-main .menu li.current-menu-item a,
body.date #header-main #nav-main .menu li.current-menu-item a,
body.category #header-main #nav-main .menu li.current-menu-item a,
body.search #header-main #nav-main .menu li.current-menu-item a,
body.single-post #header-main #nav-main .menu li.current-menu-item a,
body.tag #header-main #nav-main .menu li.current-menu-item a {
    background: #faa59b;
    color: #fff;
    font-family: 'FuturaStd-Heavy';
}

body.author #header-main #nav-main .menu li.current-menu-item a:hover,
body.blog #header-main #nav-main .menu li.current-menu-item a:hover,
body.date #header-main #nav-main .menu li.current-menu-item a:hover,
body.category #header-main #nav-main .menu li.current-menu-item a:hover,
body.search #header-main #nav-main .menu li.current-menu-item a:hover,
body.single-post #header-main #nav-main .menu li.current-menu-item a:hover,
body.tag #header-main #nav-main .menu li.current-menu-item a:hover {
    opacity: 1;
}

body.author #header-main #nav-main #menu-left li:after,
body.blog #header-main #nav-main #menu-left li:after,
body.date #header-main #nav-main #menu-left li:after,
body.category #header-main #nav-main #menu-left li:after,
body.search #header-main #nav-main #menu-left li:after,
body.single-post #header-main #nav-main #menu-left li:after,
body.tag #header-main #nav-main #menu-left li:after {
    color: #aaaaaa;
    right: -1.3em;
}

body.author #header-main #nav-main #menu-right li:before,
body.blog #header-main #nav-main #menu-right li:before,
body.date #header-main #nav-main #menu-right li:before,
body.category #header-main #nav-main #menu-right li:before,
body.search #header-main #nav-main #menu-right li:before,
body.single-post #header-main #nav-main #menu-right li:before,
body.tag #header-main #nav-main #menu-right li:before {
    color: #aaaaaa;
    /* right: -1.3em; */
}

body.author #footer-main,
body.blog #footer-main,
body.date #footer-main,
body.category #footer-main,
body.search #footer-main,
body.single-post #footer-main,
body.tag #footer-main {
    border-top: 1px solid #aaaaaa;
}

body.author #footer-main p,
body.blog #footer-main p,
body.date #footer-main p,
body.category #footer-main p,
body.search #footer-main p,
body.single-post #footer-main p,
body.tag #footer-main p {
    color: #1c1c1c;
}

body.author #content-main #blog,
body.blog #content-main #blog,
body.date #content-main #blog,
body.category #content-main #blog,
body.search #content-main #blog,
body.single-post #content-main #blog,
body.tag #content-main #blog {
    float: left;
    width: 750px;
    margin: 0 0 2em;
}

body.author #content-main #blog #featured-posts,
body.blog #content-main #blog #featured-posts,
body.date #content-main #blog #featured-posts,
body.category #content-main #blog #featured-posts,
body.search #content-main #blog #featured-posts,
body.single-post #content-main #blog #featured-posts,
body.tag #content-main #blog #featured-posts {
    overflow: hidden;
    margin: 0 0 2em;
}

body.author #content-main #blog #featured-posts li.fpst,
body.blog #content-main #blog #featured-posts li.fpst,
body.date #content-main #blog #featured-posts li.fpst,
body.category #content-main #blog #featured-posts li.fpst,
body.search #content-main #blog #featured-posts li.fpst,
body.single-post #content-main #blog #featured-posts li.fpst,
body.tag #content-main #blog #featured-posts li.fpst {
    width: 240px;
    min-height: 240px;
    margin: 0 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    float: left;
    position: relative;
}

body.author #content-main #blog #featured-posts li.fpst:after,
body.blog #content-main #blog #featured-posts li.fpst:after,
body.date #content-main #blog #featured-posts li.fpst:after,
body.category #content-main #blog #featured-posts li.fpst:after,
body.search #content-main #blog #featured-posts li.fpst:after,
body.single-post #content-main #blog #featured-posts li.fpst:after,
body.tag #content-main #blog #featured-posts li.fpst:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/featured.png) 0 0 no-repeat transparent;
}

body.author #content-main #blog #featured-posts li.fpst:hover h3,
body.blog #content-main #blog #featured-posts li.fpst:hover h3,
body.date #content-main #blog #featured-posts li.fpst:hover h3,
body.category #content-main #blog #featured-posts li.fpst:hover h3,
body.search #content-main #blog #featured-posts li.fpst:hover h3,
body.single-post #content-main #blog #featured-posts li.fpst:hover h3,
body.tag #content-main #blog #featured-posts li.fpst:hover h3 {
    color: #faa59b;
}

body.author #content-main #blog #featured-posts li.fpst h3,
body.blog #content-main #blog #featured-posts li.fpst h3,
body.date #content-main #blog #featured-posts li.fpst h3,
body.category #content-main #blog #featured-posts li.fpst h3,
body.search #content-main #blog #featured-posts li.fpst h3,
body.single-post #content-main #blog #featured-posts li.fpst h3,
body.tag #content-main #blog #featured-posts li.fpst h3 {
    text-transform: uppercase;
    color: #343434;
    min-height: 40px;
    font-family: 'DidotHTF-64Light';
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding: 0 0 2px;
    border-bottom: 1px dashed #bbbbbb;
}

body.author #content-main #blog #featured-posts li.fpst time,
body.blog #content-main #blog #featured-posts li.fpst time,
body.date #content-main #blog #featured-posts li.fpst time,
body.category #content-main #blog #featured-posts li.fpst time,
body.search #content-main #blog #featured-posts li.fpst time,
body.single-post #content-main #blog #featured-posts li.fpst time,
body.tag #content-main #blog #featured-posts li.fpst time {
    font-size: 10px;
    text-transform: uppercase;
    color: #343434;
    font-family: 'FuturaStd-Medium';
}

body.author #content-main #blog #featured-posts li.fpst img,
body.blog #content-main #blog #featured-posts li.fpst img,
body.date #content-main #blog #featured-posts li.fpst img,
body.category #content-main #blog #featured-posts li.fpst img,
body.search #content-main #blog #featured-posts li.fpst img,
body.single-post #content-main #blog #featured-posts li.fpst img,
body.tag #content-main #blog #featured-posts li.fpst img {
    max-width: 240px;
    height: auto;
    width: auto;
    margin: 0 0 .5em;
}

body.author #content-main #blog #featured-posts li.fpst .text,
body.blog #content-main #blog #featured-posts li.fpst .text,
body.date #content-main #blog #featured-posts li.fpst .text,
body.category #content-main #blog #featured-posts li.fpst .text,
body.search #content-main #blog #featured-posts li.fpst .text,
body.single-post #content-main #blog #featured-posts li.fpst .text,
body.tag #content-main #blog #featured-posts li.fpst .text {
    padding: 0 8px;
}

body.author #content-main #blog.single .post,
body.blog #content-main #blog.single .post,
body.date #content-main #blog.single .post,
body.category #content-main #blog.single .post,
body.search #content-main #blog.single .post,
body.single-post #content-main #blog.single .post,
body.tag #content-main #blog.single .post {
    padding-top: 15px;
}

body.author #content-main #blog.single .post:before,
body.blog #content-main #blog.single .post:before,
body.date #content-main #blog.single .post:before,
body.category #content-main #blog.single .post:before,
body.search #content-main #blog.single .post:before,
body.single-post #content-main #blog.single .post:before,
body.tag #content-main #blog.single .post:before {
    display: none;
}

body.author #content-main #blog.single .post .backtoblog,
body.blog #content-main #blog.single .post .backtoblog,
body.date #content-main #blog.single .post .backtoblog,
body.category #content-main #blog.single .post .backtoblog,
body.search #content-main #blog.single .post .backtoblog,
body.single-post #content-main #blog.single .post .backtoblog,
body.tag #content-main #blog.single .post .backtoblog {
    font-family: 'DidotHTF-64Light';
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #faa59b;
    margin: 0 0 .5em;
    padding: 0 0 .5em;
    display: block;
    border-bottom: 4px solid #000;
}

body.author #content-main #blog.single .post .title h2,
body.blog #content-main #blog.single .post .title h2,
body.date #content-main #blog.single .post .title h2,
body.category #content-main #blog.single .post .title h2,
body.search #content-main #blog.single .post .title h2,
body.single-post #content-main #blog.single .post .title h2,
body.tag #content-main #blog.single .post .title h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'DidotHTF-64LightItalic';
    margin-bottom: 10px;
}

body.author #content-main #blog.single .post .title h2 a,
body.blog #content-main #blog.single .post .title h2 a,
body.date #content-main #blog.single .post .title h2 a,
body.category #content-main #blog.single .post .title h2 a,
body.search #content-main #blog.single .post .title h2 a,
body.single-post #content-main #blog.single .post .title h2 a,
body.tag #content-main #blog.single .post .title h2 a {
    color: #1c1c1c;
}

body.author #content-main #blog.single .post .title .meta,
body.blog #content-main #blog.single .post .title .meta,
body.date #content-main #blog.single .post .title .meta,
body.category #content-main #blog.single .post .title .meta,
body.search #content-main #blog.single .post .title .meta,
body.single-post #content-main #blog.single .post .title .meta,
body.tag #content-main #blog.single .post .title .meta {
    font-family: 'FuturaStd-Medium';
    font-size: 9px;
    text-transform: uppercase;
    color: #343434;
    letter-spacing: 1px;
    padding: 0 0 15px 0;
    position: relative;
    border-bottom: 1px dashed #1c1c1c;
    margin: 0 0 1em;
}

body.author #content-main #blog.single .post .title .meta a,
body.blog #content-main #blog.single .post .title .meta a,
body.date #content-main #blog.single .post .title .meta a,
body.category #content-main #blog.single .post .title .meta a,
body.search #content-main #blog.single .post .title .meta a,
body.single-post #content-main #blog.single .post .title .meta a,
body.tag #content-main #blog.single .post .title .meta a {
    color: #faa59b;
}

body.author #content-main #blog.single .post .title .meta span.author,
body.blog #content-main #blog.single .post .title .meta span.author,
body.date #content-main #blog.single .post .title .meta span.author,
body.category #content-main #blog.single .post .title .meta span.author,
body.search #content-main #blog.single .post .title .meta span.author,
body.single-post #content-main #blog.single .post .title .meta span.author,
body.tag #content-main #blog.single .post .title .meta span.author {
    float: right;
}

body.author #content-main #blog.single .post .title .meta .categories,
body.blog #content-main #blog.single .post .title .meta .categories,
body.date #content-main #blog.single .post .title .meta .categories,
body.category #content-main #blog.single .post .title .meta .categories,
body.search #content-main #blog.single .post .title .meta .categories,
body.single-post #content-main #blog.single .post .title .meta .categories,
body.tag #content-main #blog.single .post .title .meta .categories {
    max-width: 80%;
}

body.author #content-main #blog.single .post .title .meta time,
body.blog #content-main #blog.single .post .title .meta time,
body.date #content-main #blog.single .post .title .meta time,
body.category #content-main #blog.single .post .title .meta time,
body.search #content-main #blog.single .post .title .meta time,
body.single-post #content-main #blog.single .post .title .meta time,
body.tag #content-main #blog.single .post .title .meta time {
    line-height: 2;
}

body.author #content-main #blog.single .post .title .meta time span,
body.blog #content-main #blog.single .post .title .meta time span,
body.date #content-main #blog.single .post .title .meta time span,
body.category #content-main #blog.single .post .title .meta time span,
body.search #content-main #blog.single .post .title .meta time span,
body.single-post #content-main #blog.single .post .title .meta time span,
body.tag #content-main #blog.single .post .title .meta time span {
    font-family: 'FuturaStd-Heavy';
    color: #1c1c1c;
}

body.author #content-main #blog.single .post .story p,
body.blog #content-main #blog.single .post .story p,
body.date #content-main #blog.single .post .story p,
body.category #content-main #blog.single .post .story p,
body.search #content-main #blog.single .post .story p,
body.single-post #content-main #blog.single .post .story p,
body.tag #content-main #blog.single .post .story p,
body.author #content-main #blog.single .post .story div,
body.blog #content-main #blog.single .post .story div,
body.date #content-main #blog.single .post .story div,
body.category #content-main #blog.single .post .story div,
body.search #content-main #blog.single .post .story div,
body.single-post #content-main #blog.single .post .story div,
body.tag #content-main #blog.single .post .story div,
body.author #content-main #blog.single .post .story li,
body.blog #content-main #blog.single .post .story li,
body.date #content-main #blog.single .post .story li,
body.category #content-main #blog.single .post .story li,
body.search #content-main #blog.single .post .story li,
body.single-post #content-main #blog.single .post .story li,
body.tag #content-main #blog.single .post .story li,
body.author #content-main #blog.single .post .story ul,
body.blog #content-main #blog.single .post .story ul,
body.date #content-main #blog.single .post .story ul,
body.category #content-main #blog.single .post .story ul,
body.search #content-main #blog.single .post .story ul,
body.single-post #content-main #blog.single .post .story ul,
body.tag #content-main #blog.single .post .story ul {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-weight: normal;
    line-height: 1.2;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .7px;
}

body.author #content-main #blog.single .post .story p a,
body.blog #content-main #blog.single .post .story p a,
body.date #content-main #blog.single .post .story p a,
body.category #content-main #blog.single .post .story p a,
body.search #content-main #blog.single .post .story p a,
body.single-post #content-main #blog.single .post .story p a,
body.tag #content-main #blog.single .post .story p a,
body.author #content-main #blog.single .post .story div a,
body.blog #content-main #blog.single .post .story div a,
body.date #content-main #blog.single .post .story div a,
body.category #content-main #blog.single .post .story div a,
body.search #content-main #blog.single .post .story div a,
body.single-post #content-main #blog.single .post .story div a,
body.tag #content-main #blog.single .post .story div a,
body.author #content-main #blog.single .post .story li a,
body.blog #content-main #blog.single .post .story li a,
body.date #content-main #blog.single .post .story li a,
body.category #content-main #blog.single .post .story li a,
body.search #content-main #blog.single .post .story li a,
body.single-post #content-main #blog.single .post .story li a,
body.tag #content-main #blog.single .post .story li a,
body.author #content-main #blog.single .post .story ul a,
body.blog #content-main #blog.single .post .story ul a,
body.date #content-main #blog.single .post .story ul a,
body.category #content-main #blog.single .post .story ul a,
body.search #content-main #blog.single .post .story ul a,
body.single-post #content-main #blog.single .post .story ul a,
body.tag #content-main #blog.single .post .story ul a {
    color: #faa59b;
}

body.author #content-main #blog.single .post .story img,
body.blog #content-main #blog.single .post .story img,
body.date #content-main #blog.single .post .story img,
body.category #content-main #blog.single .post .story img,
body.search #content-main #blog.single .post .story img,
body.single-post #content-main #blog.single .post .story img,
body.tag #content-main #blog.single .post .story img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto 4px;
}

body.author #content-main #blog.single .post .comment-section,
body.blog #content-main #blog.single .post .comment-section,
body.date #content-main #blog.single .post .comment-section,
body.category #content-main #blog.single .post .comment-section,
body.search #content-main #blog.single .post .comment-section,
body.single-post #content-main #blog.single .post .comment-section,
body.tag #content-main #blog.single .post .comment-section {
    padding: 1em 0;
    border-bottom: 1px solid #000;
}

body.author #content-main #blog.single .post .comment-section .comments,
body.blog #content-main #blog.single .post .comment-section .comments,
body.date #content-main #blog.single .post .comment-section .comments,
body.category #content-main #blog.single .post .comment-section .comments,
body.search #content-main #blog.single .post .comment-section .comments,
body.single-post #content-main #blog.single .post .comment-section .comments,
body.tag #content-main #blog.single .post .comment-section .comments {
    width: 430px;
    float: left;
    padding: 1em 0 0;
}

body.author #content-main #blog.single .post .comment-section .comments li cite,
body.blog #content-main #blog.single .post .comment-section .comments li cite,
body.date #content-main #blog.single .post .comment-section .comments li cite,
body.category #content-main #blog.single .post .comment-section .comments li cite,
body.search #content-main #blog.single .post .comment-section .comments li cite,
body.single-post #content-main #blog.single .post .comment-section .comments li cite,
body.tag #content-main #blog.single .post .comment-section .comments li cite {
    color: #faa59b;
    font-size: 16px;
    font-family: 'DidotHTF-64LightItalic';
    font-style: normal;
}

body.author #content-main #blog.single .post .comment-section .comments li cite a,
body.blog #content-main #blog.single .post .comment-section .comments li cite a,
body.date #content-main #blog.single .post .comment-section .comments li cite a,
body.category #content-main #blog.single .post .comment-section .comments li cite a,
body.search #content-main #blog.single .post .comment-section .comments li cite a,
body.single-post #content-main #blog.single .post .comment-section .comments li cite a,
body.tag #content-main #blog.single .post .comment-section .comments li cite a {
    color: #faa59b;
}

body.author #content-main #blog.single .post .comment-section .comments li time,
body.blog #content-main #blog.single .post .comment-section .comments li time,
body.date #content-main #blog.single .post .comment-section .comments li time,
body.category #content-main #blog.single .post .comment-section .comments li time,
body.search #content-main #blog.single .post .comment-section .comments li time,
body.single-post #content-main #blog.single .post .comment-section .comments li time,
body.tag #content-main #blog.single .post .comment-section .comments li time {
    font-size: 10px;
    font-family: 'FuturaStd-Medium';
    text-transform: uppercase;
    color: #aaaaaa;
    letter-spacing: .5px;
    padding-left: 1em;
}

body.author #content-main #blog.single .post .comment-section .comments li time a,
body.blog #content-main #blog.single .post .comment-section .comments li time a,
body.date #content-main #blog.single .post .comment-section .comments li time a,
body.category #content-main #blog.single .post .comment-section .comments li time a,
body.search #content-main #blog.single .post .comment-section .comments li time a,
body.single-post #content-main #blog.single .post .comment-section .comments li time a,
body.tag #content-main #blog.single .post .comment-section .comments li time a {
    color: #aaaaaa;
}

body.author #content-main #blog.single .post .comment-section .comments li .comment-body,
body.blog #content-main #blog.single .post .comment-section .comments li .comment-body,
body.date #content-main #blog.single .post .comment-section .comments li .comment-body,
body.category #content-main #blog.single .post .comment-section .comments li .comment-body,
body.search #content-main #blog.single .post .comment-section .comments li .comment-body,
body.single-post #content-main #blog.single .post .comment-section .comments li .comment-body,
body.tag #content-main #blog.single .post .comment-section .comments li .comment-body {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    font-size: 11px;
    letter-spacing: .5px;
    font-style: italic;
    color: #1c1c1c;
}

body.author #content-main #blog.single .post .comment-section .respond,
body.blog #content-main #blog.single .post .comment-section .respond,
body.date #content-main #blog.single .post .comment-section .respond,
body.category #content-main #blog.single .post .comment-section .respond,
body.search #content-main #blog.single .post .comment-section .respond,
body.single-post #content-main #blog.single .post .comment-section .respond,
body.tag #content-main #blog.single .post .comment-section .respond {
    width: 234px;
    float: right;
}

body.author #content-main #blog.single .post .comment-section .respond .area1 input,
body.blog #content-main #blog.single .post .comment-section .respond .area1 input,
body.date #content-main #blog.single .post .comment-section .respond .area1 input,
body.category #content-main #blog.single .post .comment-section .respond .area1 input,
body.search #content-main #blog.single .post .comment-section .respond .area1 input,
body.single-post #content-main #blog.single .post .comment-section .respond .area1 input,
body.tag #content-main #blog.single .post .comment-section .respond .area1 input {
    width: 212px;
    border: 1px solid #d3d3d3;
    height: 16px;
    line-height: 16px;
    padding: 5px 10px;
    margin: 0 0 1em;
    font-family: 'DidotHTF-64Light';
}

body.author #content-main #blog.single .post .comment-section .respond .area2 textarea,
body.blog #content-main #blog.single .post .comment-section .respond .area2 textarea,
body.date #content-main #blog.single .post .comment-section .respond .area2 textarea,
body.category #content-main #blog.single .post .comment-section .respond .area2 textarea,
body.search #content-main #blog.single .post .comment-section .respond .area2 textarea,
body.single-post #content-main #blog.single .post .comment-section .respond .area2 textarea,
body.tag #content-main #blog.single .post .comment-section .respond .area2 textarea {
    padding: 10px;
    border: 1px solid #d3d3d3;
    resize: none;
    font-family: 'DidotHTF-64Light';
    width: 212px;
    height: 120px;
}

body.author #content-main #blog.single .post .comment-section .respond .button,
body.blog #content-main #blog.single .post .comment-section .respond .button,
body.date #content-main #blog.single .post .comment-section .respond .button,
body.category #content-main #blog.single .post .comment-section .respond .button,
body.search #content-main #blog.single .post .comment-section .respond .button,
body.single-post #content-main #blog.single .post .comment-section .respond .button,
body.tag #content-main #blog.single .post .comment-section .respond .button {
    padding: .5em 0 0;
}

body.author #content-main #blog.single .post .comment-section .respond .button input,
body.blog #content-main #blog.single .post .comment-section .respond .button input,
body.date #content-main #blog.single .post .comment-section .respond .button input,
body.category #content-main #blog.single .post .comment-section .respond .button input,
body.search #content-main #blog.single .post .comment-section .respond .button input,
body.single-post #content-main #blog.single .post .comment-section .respond .button input,
body.tag #content-main #blog.single .post .comment-section .respond .button input {
    font-family: 'FuturaStd-Heavy';
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    color: #faa59b;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
}

body.author #content-main #blog.single .post .actions,
body.blog #content-main #blog.single .post .actions,
body.date #content-main #blog.single .post .actions,
body.category #content-main #blog.single .post .actions,
body.search #content-main #blog.single .post .actions,
body.single-post #content-main #blog.single .post .actions,
body.tag #content-main #blog.single .post .actions {
    border-top: 1px solid #1c1c1c;
    border-bottom: 1px dashed #1c1c1c;
    padding: 1em 0 .5em;
    font-family: 'DidotHTF-64LightItalic';
    font-size: 18px;
    letter-spacing: 1px;
}

body.author #content-main #blog.single .post .actions .share,
body.blog #content-main #blog.single .post .actions .share,
body.date #content-main #blog.single .post .actions .share,
body.category #content-main #blog.single .post .actions .share,
body.search #content-main #blog.single .post .actions .share,
body.single-post #content-main #blog.single .post .actions .share,
body.tag #content-main #blog.single .post .actions .share {
    float: right;
    width: 280px;
}

body.author #content-main #blog.single .post .actions .share a,
body.blog #content-main #blog.single .post .actions .share a,
body.date #content-main #blog.single .post .actions .share a,
body.category #content-main #blog.single .post .actions .share a,
body.search #content-main #blog.single .post .actions .share a,
body.single-post #content-main #blog.single .post .actions .share a,
body.tag #content-main #blog.single .post .actions .share a {
    font-size: 13px;
    font-family: 'DidotHTF-64Light';
    color: #1c1c1c;
    padding-top: 30px;
    margin-left: 15px;
    display: block;
    float: right;
    top: -3px;
    position: relative;
}

body.author #content-main #blog.single .post .actions .share a:hover,
body.blog #content-main #blog.single .post .actions .share a:hover,
body.date #content-main #blog.single .post .actions .share a:hover,
body.category #content-main #blog.single .post .actions .share a:hover,
body.search #content-main #blog.single .post .actions .share a:hover,
body.single-post #content-main #blog.single .post .actions .share a:hover,
body.tag #content-main #blog.single .post .actions .share a:hover {
    opacity: .6;
}

body.author #content-main #blog.single .post .actions .share .twi,
body.blog #content-main #blog.single .post .actions .share .twi,
body.date #content-main #blog.single .post .actions .share .twi,
body.category #content-main #blog.single .post .actions .share .twi,
body.search #content-main #blog.single .post .actions .share .twi,
body.single-post #content-main #blog.single .post .actions .share .twi,
body.tag #content-main #blog.single .post .actions .share .twi {
    width: 32px;
    background: url(../images/social.png) left top no-repeat transparent;
}

body.author #content-main #blog.single .post .actions .share .fb,
body.blog #content-main #blog.single .post .actions .share .fb,
body.date #content-main #blog.single .post .actions .share .fb,
body.category #content-main #blog.single .post .actions .share .fb,
body.search #content-main #blog.single .post .actions .share .fb,
body.single-post #content-main #blog.single .post .actions .share .fb,
body.tag #content-main #blog.single .post .actions .share .fb {
    width: 20px;
    background: url(../images/social.png) center top no-repeat transparent;
}

body.author #content-main #blog.single .post .actions .share .pin,
body.blog #content-main #blog.single .post .actions .share .pin,
body.date #content-main #blog.single .post .actions .share .pin,
body.category #content-main #blog.single .post .actions .share .pin,
body.search #content-main #blog.single .post .actions .share .pin,
body.single-post #content-main #blog.single .post .actions .share .pin,
body.tag #content-main #blog.single .post .actions .share .pin {
    width: 21px;
    background: url(../images/social.png) -186px top no-repeat transparent;
}

body.author #content-main #blog.single .post .actions .comments,
body.blog #content-main #blog.single .post .actions .comments,
body.date #content-main #blog.single .post .actions .comments,
body.category #content-main #blog.single .post .actions .comments,
body.search #content-main #blog.single .post .actions .comments,
body.single-post #content-main #blog.single .post .actions .comments,
body.tag #content-main #blog.single .post .actions .comments {
    padding: 0 0 .5em;
}

body.author #content-main #blog.single .post .actions .comments span,
body.blog #content-main #blog.single .post .actions .comments span,
body.date #content-main #blog.single .post .actions .comments span,
body.category #content-main #blog.single .post .actions .comments span,
body.search #content-main #blog.single .post .actions .comments span,
body.single-post #content-main #blog.single .post .actions .comments span,
body.tag #content-main #blog.single .post .actions .comments span {
    background: #faa59b;
    color: #fff;
    padding: .20em .5em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

body.author #content-main #blog .post,
body.blog #content-main #blog .post,
body.date #content-main #blog .post,
body.category #content-main #blog .post,
body.search #content-main #blog .post,
body.single-post #content-main #blog .post,
body.tag #content-main #blog .post {
    padding-top: 35px;
    background: #fff;
    padding: 65px 25px 15px;
    margin: 0 0 2em;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

body.author #content-main #blog .post:before,
body.blog #content-main #blog .post:before,
body.date #content-main #blog .post:before,
body.category #content-main #blog .post:before,
body.search #content-main #blog .post:before,
body.single-post #content-main #blog .post:before,
body.tag #content-main #blog .post:before {
    display: block;
    content: "";
    width: 700px;
    height: 4px;
    background: #000;
    position: absolute;
    top: 36px;
    left: 25px;
}

body.author #content-main #blog .post img,
body.blog #content-main #blog .post img,
body.date #content-main #blog .post img,
body.category #content-main #blog .post img,
body.search #content-main #blog .post img,
body.single-post #content-main #blog .post img,
body.tag #content-main #blog .post img {
    max-width: 100%;
    height: auto;
    width: auto;
}

body.author #content-main #blog .post .openpost,
body.blog #content-main #blog .post .openpost,
body.date #content-main #blog .post .openpost,
body.category #content-main #blog .post .openpost,
body.search #content-main #blog .post .openpost,
body.single-post #content-main #blog .post .openpost,
body.tag #content-main #blog .post .openpost {
    color: #faa59b;
    font-size: 26px;
    font-family: 'DidotHTF-64Light';
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.author #content-main #blog .post .tags,
body.blog #content-main #blog .post .tags,
body.date #content-main #blog .post .tags,
body.category #content-main #blog .post .tags,
body.search #content-main #blog .post .tags,
body.single-post #content-main #blog .post .tags,
body.tag #content-main #blog .post .tags {
    font-family: 'FuturaStd-Medium';
    font-size: 9px;
    text-transform: uppercase;
    color: #343434;
    letter-spacing: 1px;
    padding: 10px 0 0;
    position: relative;
}

body.author #content-main #blog .post .tags a,
body.blog #content-main #blog .post .tags a,
body.date #content-main #blog .post .tags a,
body.category #content-main #blog .post .tags a,
body.search #content-main #blog .post .tags a,
body.single-post #content-main #blog .post .tags a,
body.tag #content-main #blog .post .tags a {
    color: #faa59b;
}

body.author #content-main #blog .post .preview,
body.blog #content-main #blog .post .preview,
body.date #content-main #blog .post .preview,
body.category #content-main #blog .post .preview,
body.search #content-main #blog .post .preview,
body.single-post #content-main #blog .post .preview,
body.tag #content-main #blog .post .preview {
    padding: 0 0 15px;
    border-bottom: 1px solid #1c1c1c;
}

body.author #content-main #blog .post .preview .left,
body.blog #content-main #blog .post .preview .left,
body.date #content-main #blog .post .preview .left,
body.category #content-main #blog .post .preview .left,
body.search #content-main #blog .post .preview .left,
body.single-post #content-main #blog .post .preview .left,
body.tag #content-main #blog .post .preview .left {
    float: left;
    width: 350px;
}

body.author #content-main #blog .post .preview .left img,
body.blog #content-main #blog .post .preview .left img,
body.date #content-main #blog .post .preview .left img,
body.category #content-main #blog .post .preview .left img,
body.search #content-main #blog .post .preview .left img,
body.single-post #content-main #blog .post .preview .left img,
body.tag #content-main #blog .post .preview .left img {
    margin: 0 0 1em;
}

body.author #content-main #blog .post .preview .left .comments,
body.blog #content-main #blog .post .preview .left .comments,
body.date #content-main #blog .post .preview .left .comments,
body.category #content-main #blog .post .preview .left .comments,
body.search #content-main #blog .post .preview .left .comments,
body.single-post #content-main #blog .post .preview .left .comments,
body.tag #content-main #blog .post .preview .left .comments {
    border-bottom: 1px dashed #1c1c1c;
    font-family: 'DidotHTF-64LightItalic';
    font-size: 18px;
    padding: 0 0 .5em;
}

body.author #content-main #blog .post .preview .left .comments span,
body.blog #content-main #blog .post .preview .left .comments span,
body.date #content-main #blog .post .preview .left .comments span,
body.category #content-main #blog .post .preview .left .comments span,
body.search #content-main #blog .post .preview .left .comments span,
body.single-post #content-main #blog .post .preview .left .comments span,
body.tag #content-main #blog .post .preview .left .comments span {
    background: #faa59b;
    color: #fff;
    padding: .20em .5em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

body.author #content-main #blog .post .preview .right,
body.blog #content-main #blog .post .preview .right,
body.date #content-main #blog .post .preview .right,
body.category #content-main #blog .post .preview .right,
body.search #content-main #blog .post .preview .right,
body.single-post #content-main #blog .post .preview .right,
body.tag #content-main #blog .post .preview .right {
    float: right;
    width: 330px;
}

body.author #content-main #blog .post .preview .right p,
body.blog #content-main #blog .post .preview .right p,
body.date #content-main #blog .post .preview .right p,
body.category #content-main #blog .post .preview .right p,
body.search #content-main #blog .post .preview .right p,
body.single-post #content-main #blog .post .preview .right p,
body.tag #content-main #blog .post .preview .right p {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: 'normal';
    line-height: 2;
}

body.author #content-main #blog .post .preview .right h2,
body.blog #content-main #blog .post .preview .right h2,
body.date #content-main #blog .post .preview .right h2,
body.category #content-main #blog .post .preview .right h2,
body.search #content-main #blog .post .preview .right h2,
body.single-post #content-main #blog .post .preview .right h2,
body.tag #content-main #blog .post .preview .right h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'DidotHTF-64LightItalic';
    margin-bottom: 15px;
}

body.author #content-main #blog .post .preview .right h2 a,
body.blog #content-main #blog .post .preview .right h2 a,
body.date #content-main #blog .post .preview .right h2 a,
body.category #content-main #blog .post .preview .right h2 a,
body.search #content-main #blog .post .preview .right h2 a,
body.single-post #content-main #blog .post .preview .right h2 a,
body.tag #content-main #blog .post .preview .right h2 a {
    color: #1c1c1c;
}

body.author #content-main #blog .post .preview .right .meta,
body.blog #content-main #blog .post .preview .right .meta,
body.date #content-main #blog .post .preview .right .meta,
body.category #content-main #blog .post .preview .right .meta,
body.search #content-main #blog .post .preview .right .meta,
body.single-post #content-main #blog .post .preview .right .meta,
body.tag #content-main #blog .post .preview .right .meta {
    font-family: 'FuturaStd-Medium';
    font-size: 9px;
    text-transform: uppercase;
    color: #343434;
    letter-spacing: 1px;
    padding: 15px 0;
    position: relative;
    border-top: 1px dashed #1c1c1c;
    border-bottom: 1px dashed #1c1c1c;
    margin: 0 0 1em;
}

body.author #content-main #blog .post .preview .right .meta a,
body.blog #content-main #blog .post .preview .right .meta a,
body.date #content-main #blog .post .preview .right .meta a,
body.category #content-main #blog .post .preview .right .meta a,
body.search #content-main #blog .post .preview .right .meta a,
body.single-post #content-main #blog .post .preview .right .meta a,
body.tag #content-main #blog .post .preview .right .meta a {
    color: #faa59b;
}

body.author #content-main #blog .post .preview .right .meta span.author,
body.blog #content-main #blog .post .preview .right .meta span.author,
body.date #content-main #blog .post .preview .right .meta span.author,
body.category #content-main #blog .post .preview .right .meta span.author,
body.search #content-main #blog .post .preview .right .meta span.author,
body.single-post #content-main #blog .post .preview .right .meta span.author,
body.tag #content-main #blog .post .preview .right .meta span.author {
    float: right;
}

body.author #content-main #blog .post .preview .right .meta .categories,
body.blog #content-main #blog .post .preview .right .meta .categories,
body.date #content-main #blog .post .preview .right .meta .categories,
body.category #content-main #blog .post .preview .right .meta .categories,
body.search #content-main #blog .post .preview .right .meta .categories,
body.single-post #content-main #blog .post .preview .right .meta .categories,
body.tag #content-main #blog .post .preview .right .meta .categories {
    max-width: 60%;
    line-height: 1.5;
}

body.author #content-main #blog .post .preview .right .meta time,
body.blog #content-main #blog .post .preview .right .meta time,
body.date #content-main #blog .post .preview .right .meta time,
body.category #content-main #blog .post .preview .right .meta time,
body.search #content-main #blog .post .preview .right .meta time,
body.single-post #content-main #blog .post .preview .right .meta time,
body.tag #content-main #blog .post .preview .right .meta time {
    line-height: 2;
}

body.author #content-main #blog .post .preview .right .meta time span,
body.blog #content-main #blog .post .preview .right .meta time span,
body.date #content-main #blog .post .preview .right .meta time span,
body.category #content-main #blog .post .preview .right .meta time span,
body.search #content-main #blog .post .preview .right .meta time span,
body.single-post #content-main #blog .post .preview .right .meta time span,
body.tag #content-main #blog .post .preview .right .meta time span {
    font-family: 'FuturaStd-Heavy';
    color: #1c1c1c;
}

body.author #content-main #blog ul.page-numbers,
body.blog #content-main #blog ul.page-numbers,
body.date #content-main #blog ul.page-numbers,
body.category #content-main #blog ul.page-numbers,
body.search #content-main #blog ul.page-numbers,
body.single-post #content-main #blog ul.page-numbers,
body.tag #content-main #blog ul.page-numbers {
    text-align: center;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'DidotHTF-64LightItalic';
    letter-spacing: 1px;
    margin: 2em 0;
}

body.author #content-main #blog ul.page-numbers a,
body.blog #content-main #blog ul.page-numbers a,
body.date #content-main #blog ul.page-numbers a,
body.category #content-main #blog ul.page-numbers a,
body.search #content-main #blog ul.page-numbers a,
body.single-post #content-main #blog ul.page-numbers a,
body.tag #content-main #blog ul.page-numbers a {
    color: #1c1c1c;
}

body.author #content-main #blog ul.page-numbers a:hover,
body.blog #content-main #blog ul.page-numbers a:hover,
body.date #content-main #blog ul.page-numbers a:hover,
body.category #content-main #blog ul.page-numbers a:hover,
body.search #content-main #blog ul.page-numbers a:hover,
body.single-post #content-main #blog ul.page-numbers a:hover,
body.tag #content-main #blog ul.page-numbers a:hover {
    color: #aaaaaa;
}

body.author #content-main #blog ul.page-numbers span.current,
body.blog #content-main #blog ul.page-numbers span.current,
body.date #content-main #blog ul.page-numbers span.current,
body.category #content-main #blog ul.page-numbers span.current,
body.search #content-main #blog ul.page-numbers span.current,
body.single-post #content-main #blog ul.page-numbers span.current,
body.tag #content-main #blog ul.page-numbers span.current {
    color: #faa59b;
}

body.author #content-main #blog ul.page-numbers li,
body.blog #content-main #blog ul.page-numbers li,
body.date #content-main #blog ul.page-numbers li,
body.category #content-main #blog ul.page-numbers li,
body.search #content-main #blog ul.page-numbers li,
body.single-post #content-main #blog ul.page-numbers li,
body.tag #content-main #blog ul.page-numbers li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 .3em;
}

body.author #content-main #blog ul.page-numbers .prev,
body.blog #content-main #blog ul.page-numbers .prev,
body.date #content-main #blog ul.page-numbers .prev,
body.category #content-main #blog ul.page-numbers .prev,
body.search #content-main #blog ul.page-numbers .prev,
body.single-post #content-main #blog ul.page-numbers .prev,
body.tag #content-main #blog ul.page-numbers .prev,
body.author #content-main #blog ul.page-numbers .next,
body.blog #content-main #blog ul.page-numbers .next,
body.date #content-main #blog ul.page-numbers .next,
body.category #content-main #blog ul.page-numbers .next,
body.search #content-main #blog ul.page-numbers .next,
body.single-post #content-main #blog ul.page-numbers .next,
body.tag #content-main #blog ul.page-numbers .next {
    position: absolute;
    top: 0;
}

body.author #content-main #blog ul.page-numbers .next,
body.blog #content-main #blog ul.page-numbers .next,
body.date #content-main #blog ul.page-numbers .next,
body.category #content-main #blog ul.page-numbers .next,
body.search #content-main #blog ul.page-numbers .next,
body.single-post #content-main #blog ul.page-numbers .next,
body.tag #content-main #blog ul.page-numbers .next {
    right: 0;
}

body.author #content-main #blog ul.page-numbers .prev,
body.blog #content-main #blog ul.page-numbers .prev,
body.date #content-main #blog ul.page-numbers .prev,
body.category #content-main #blog ul.page-numbers .prev,
body.search #content-main #blog ul.page-numbers .prev,
body.single-post #content-main #blog ul.page-numbers .prev,
body.tag #content-main #blog ul.page-numbers .prev {
    left: 0;
}

body.author #content-main aside.sidebar,
body.blog #content-main aside.sidebar,
body.date #content-main aside.sidebar,
body.category #content-main aside.sidebar,
body.search #content-main aside.sidebar,
body.single-post #content-main aside.sidebar,
body.tag #content-main aside.sidebar {
    width: 240px;
    float: right;
    margin: 0 0 2em;
}

body.author #content-main aside.sidebar .bl,
body.blog #content-main aside.sidebar .bl,
body.date #content-main aside.sidebar .bl,
body.category #content-main aside.sidebar .bl,
body.search #content-main aside.sidebar .bl,
body.single-post #content-main aside.sidebar .bl,
body.tag #content-main aside.sidebar .bl {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

body.author #content-main aside.sidebar #searchform,
body.blog #content-main aside.sidebar #searchform,
body.date #content-main aside.sidebar #searchform,
body.category #content-main aside.sidebar #searchform,
body.search #content-main aside.sidebar #searchform,
body.single-post #content-main aside.sidebar #searchform,
body.tag #content-main aside.sidebar #searchform {
    margin: 2.5em 0;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

body.author #content-main aside.sidebar #searchform #s,
body.blog #content-main aside.sidebar #searchform #s,
body.date #content-main aside.sidebar #searchform #s,
body.category #content-main aside.sidebar #searchform #s,
body.search #content-main aside.sidebar #searchform #s,
body.single-post #content-main aside.sidebar #searchform #s,
body.tag #content-main aside.sidebar #searchform #s {
    font-family: 'DidotHTF-64LightItalic';
    text-align: center;
    color: #1c1c1c;
    font-size: 14px;
    width: 170px;
}

body.author #content-main aside.sidebar #searchform #searchsubmit,
body.blog #content-main aside.sidebar #searchform #searchsubmit,
body.date #content-main aside.sidebar #searchform #searchsubmit,
body.category #content-main aside.sidebar #searchform #searchsubmit,
body.search #content-main aside.sidebar #searchform #searchsubmit,
body.single-post #content-main aside.sidebar #searchform #searchsubmit,
body.tag #content-main aside.sidebar #searchform #searchsubmit {
    float: right;
    width: 33px;
    height: 25px;
    background: url(../images/ss.png) 0 0 no-repeat transparent;
    padding: 0;
    margin: 0;
    font: 0/0 sans-serif;
    color: transparent;
}

body.author #content-main aside.sidebar .social label,
body.blog #content-main aside.sidebar .social label,
body.date #content-main aside.sidebar .social label,
body.category #content-main aside.sidebar .social label,
body.search #content-main aside.sidebar .social label,
body.single-post #content-main aside.sidebar .social label,
body.tag #content-main aside.sidebar .social label {
    font-size: 34px;
    font-family: 'DidotHTF-64Light';
    color: #1c1c1c;
}

body.author #content-main aside.sidebar .social label span,
body.blog #content-main aside.sidebar .social label span,
body.date #content-main aside.sidebar .social label span,
body.category #content-main aside.sidebar .social label span,
body.search #content-main aside.sidebar .social label span,
body.single-post #content-main aside.sidebar .social label span,
body.tag #content-main aside.sidebar .social label span {
    font-size: 43px;
    display: block;
    font-family: 'DidotHTF-64LightItalic';
}

body.author #content-main aside.sidebar .social .links,
body.blog #content-main aside.sidebar .social .links,
body.date #content-main aside.sidebar .social .links,
body.category #content-main aside.sidebar .social .links,
body.search #content-main aside.sidebar .social .links,
body.single-post #content-main aside.sidebar .social .links,
body.tag #content-main aside.sidebar .social .links {
    padding: 15px 0;
    border-bottom: 1px dashed #aaaaaa;
    border-top: 1px dashed #aaaaaa;
}

body.author #content-main aside.sidebar .social .links a,
body.blog #content-main aside.sidebar .social .links a,
body.date #content-main aside.sidebar .social .links a,
body.category #content-main aside.sidebar .social .links a,
body.search #content-main aside.sidebar .social .links a,
body.single-post #content-main aside.sidebar .social .links a,
body.tag #content-main aside.sidebar .social .links a {
    font-size: 13px;
    font-family: 'DidotHTF-64Light';
    color: #1c1c1c;
    padding-top: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body.author #content-main aside.sidebar .social .links a:hover,
body.blog #content-main aside.sidebar .social .links a:hover,
body.date #content-main aside.sidebar .social .links a:hover,
body.category #content-main aside.sidebar .social .links a:hover,
body.search #content-main aside.sidebar .social .links a:hover,
body.single-post #content-main aside.sidebar .social .links a:hover,
body.tag #content-main aside.sidebar .social .links a:hover {
    opacity: .6;
}

body.author #content-main aside.sidebar .social .links .twi,
body.blog #content-main aside.sidebar .social .links .twi,
body.date #content-main aside.sidebar .social .links .twi,
body.category #content-main aside.sidebar .social .links .twi,
body.search #content-main aside.sidebar .social .links .twi,
body.single-post #content-main aside.sidebar .social .links .twi,
body.tag #content-main aside.sidebar .social .links .twi {
    width: 43px;
    background: url(../images/social.png) left top no-repeat transparent;
    margin-right: 33px;
    margin-left: 10px;
}

body.author #content-main aside.sidebar .social .links .fb,
body.blog #content-main aside.sidebar .social .links .fb,
body.date #content-main aside.sidebar .social .links .fb,
body.category #content-main aside.sidebar .social .links .fb,
body.search #content-main aside.sidebar .social .links .fb,
body.single-post #content-main aside.sidebar .social .links .fb,
body.tag #content-main aside.sidebar .social .links .fb {
    width: 56px;
    background: url(../images/social.png) center top no-repeat transparent;
    margin-right: 36px;
}

body.author #content-main aside.sidebar .social .links .pin,
body.blog #content-main aside.sidebar .social .links .pin,
body.date #content-main aside.sidebar .social .links .pin,
body.category #content-main aside.sidebar .social .links .pin,
body.search #content-main aside.sidebar .social .links .pin,
body.single-post #content-main aside.sidebar .social .links .pin,
body.tag #content-main aside.sidebar .social .links .pin {
    width: 48px;
    background: url(../images/social.png) -174px top no-repeat transparent;
}

body.author #content-main aside.sidebar .block,
body.blog #content-main aside.sidebar .block,
body.date #content-main aside.sidebar .block,
body.category #content-main aside.sidebar .block,
body.search #content-main aside.sidebar .block,
body.single-post #content-main aside.sidebar .block,
body.tag #content-main aside.sidebar .block {
    padding: 0 0 1.5em;
    margin: 0 0 1.5em;
    border-bottom: 4px solid #000;
}

body.author #content-main aside.sidebar .block img,
body.blog #content-main aside.sidebar .block img,
body.date #content-main aside.sidebar .block img,
body.category #content-main aside.sidebar .block img,
body.search #content-main aside.sidebar .block img,
body.single-post #content-main aside.sidebar .block img,
body.tag #content-main aside.sidebar .block img {
    max-width: 100%;
    height: auto;
    width: auto;
}

body.author #content-main aside.sidebar .block h3,
body.blog #content-main aside.sidebar .block h3,
body.date #content-main aside.sidebar .block h3,
body.category #content-main aside.sidebar .block h3,
body.search #content-main aside.sidebar .block h3,
body.single-post #content-main aside.sidebar .block h3,
body.tag #content-main aside.sidebar .block h3,
body.author #content-main aside.sidebar .block h4.a,
body.blog #content-main aside.sidebar .block h4.a,
body.date #content-main aside.sidebar .block h4.a,
body.category #content-main aside.sidebar .block h4.a,
body.search #content-main aside.sidebar .block h4.a,
body.single-post #content-main aside.sidebar .block h4.a,
body.tag #content-main aside.sidebar .block h4.a {
    font-size: 38px;
    font-family: 'DidotHTF-64LightItalic';
    text-transform: lowercase;
    color: #faa59b;
    text-align: center;
    margin: 0 0 .3em;
}

body.author #content-main aside.sidebar .block.archives .year,
body.blog #content-main aside.sidebar .block.archives .year,
body.date #content-main aside.sidebar .block.archives .year,
body.category #content-main aside.sidebar .block.archives .year,
body.search #content-main aside.sidebar .block.archives .year,
body.single-post #content-main aside.sidebar .block.archives .year,
body.tag #content-main aside.sidebar .block.archives .year {
    font-size: 24px;
    font-family: 'DidotHTF-64LightItalic';
    color: #1c1c1c;
    text-align: center;
    margin: 0 0 .5em;
    position: relative;
}

body.author #content-main aside.sidebar .block.archives .year .up,
body.blog #content-main aside.sidebar .block.archives .year .up,
body.date #content-main aside.sidebar .block.archives .year .up,
body.category #content-main aside.sidebar .block.archives .year .up,
body.search #content-main aside.sidebar .block.archives .year .up,
body.single-post #content-main aside.sidebar .block.archives .year .up,
body.tag #content-main aside.sidebar .block.archives .year .up,
body.author #content-main aside.sidebar .block.archives .year .down,
body.blog #content-main aside.sidebar .block.archives .year .down,
body.date #content-main aside.sidebar .block.archives .year .down,
body.category #content-main aside.sidebar .block.archives .year .down,
body.search #content-main aside.sidebar .block.archives .year .down,
body.single-post #content-main aside.sidebar .block.archives .year .down,
body.tag #content-main aside.sidebar .block.archives .year .down {
    position: absolute;
    color: #1c1c1c;
}

body.author #content-main aside.sidebar .block.archives .year .up,
body.blog #content-main aside.sidebar .block.archives .year .up,
body.date #content-main aside.sidebar .block.archives .year .up,
body.category #content-main aside.sidebar .block.archives .year .up,
body.search #content-main aside.sidebar .block.archives .year .up,
body.single-post #content-main aside.sidebar .block.archives .year .up,
body.tag #content-main aside.sidebar .block.archives .year .up {
    right: 70px;
}

body.author #content-main aside.sidebar .block.archives .year .down,
body.blog #content-main aside.sidebar .block.archives .year .down,
body.date #content-main aside.sidebar .block.archives .year .down,
body.category #content-main aside.sidebar .block.archives .year .down,
body.search #content-main aside.sidebar .block.archives .year .down,
body.single-post #content-main aside.sidebar .block.archives .year .down,
body.tag #content-main aside.sidebar .block.archives .year .down {
    left: 65px;
}

body.author #content-main aside.sidebar .block.archives .months,
body.blog #content-main aside.sidebar .block.archives .months,
body.date #content-main aside.sidebar .block.archives .months,
body.category #content-main aside.sidebar .block.archives .months,
body.search #content-main aside.sidebar .block.archives .months,
body.single-post #content-main aside.sidebar .block.archives .months,
body.tag #content-main aside.sidebar .block.archives .months {
    padding: 0 0 0 10px;
}

body.author #content-main aside.sidebar .block.archives .year-months,
body.blog #content-main aside.sidebar .block.archives .year-months,
body.date #content-main aside.sidebar .block.archives .year-months,
body.category #content-main aside.sidebar .block.archives .year-months,
body.search #content-main aside.sidebar .block.archives .year-months,
body.single-post #content-main aside.sidebar .block.archives .year-months,
body.tag #content-main aside.sidebar .block.archives .year-months {
    display: none;
}

body.author #content-main aside.sidebar .block.archives .year-months span,
body.blog #content-main aside.sidebar .block.archives .year-months span,
body.date #content-main aside.sidebar .block.archives .year-months span,
body.category #content-main aside.sidebar .block.archives .year-months span,
body.search #content-main aside.sidebar .block.archives .year-months span,
body.single-post #content-main aside.sidebar .block.archives .year-months span,
body.tag #content-main aside.sidebar .block.archives .year-months span,
body.author #content-main aside.sidebar .block.archives .year-months a,
body.blog #content-main aside.sidebar .block.archives .year-months a,
body.date #content-main aside.sidebar .block.archives .year-months a,
body.category #content-main aside.sidebar .block.archives .year-months a,
body.search #content-main aside.sidebar .block.archives .year-months a,
body.single-post #content-main aside.sidebar .block.archives .year-months a,
body.tag #content-main aside.sidebar .block.archives .year-months a {
    font-size: 14px;
    font-family: 'DidotHTF-64LightItalic';
    display: block;
    float: left;
    width: 25%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 .75em;
}

body.author #content-main aside.sidebar .block.archives .year-months span,
body.blog #content-main aside.sidebar .block.archives .year-months span,
body.date #content-main aside.sidebar .block.archives .year-months span,
body.category #content-main aside.sidebar .block.archives .year-months span,
body.search #content-main aside.sidebar .block.archives .year-months span,
body.single-post #content-main aside.sidebar .block.archives .year-months span,
body.tag #content-main aside.sidebar .block.archives .year-months span {
    color: #aaaaaa;
}

body.author #content-main aside.sidebar .block.archives .year-months a,
body.blog #content-main aside.sidebar .block.archives .year-months a,
body.date #content-main aside.sidebar .block.archives .year-months a,
body.category #content-main aside.sidebar .block.archives .year-months a,
body.search #content-main aside.sidebar .block.archives .year-months a,
body.single-post #content-main aside.sidebar .block.archives .year-months a,
body.tag #content-main aside.sidebar .block.archives .year-months a {
    color: #1c1c1c;
}

body.author #content-main aside.sidebar .block.twitter span.tweet,
body.blog #content-main aside.sidebar .block.twitter span.tweet,
body.date #content-main aside.sidebar .block.twitter span.tweet,
body.category #content-main aside.sidebar .block.twitter span.tweet,
body.search #content-main aside.sidebar .block.twitter span.tweet,
body.single-post #content-main aside.sidebar .block.twitter span.tweet,
body.tag #content-main aside.sidebar .block.twitter span.tweet {
    border-bottom: 1px dashed #aaaaaa;
    display: block;
    padding: 0 0 1em;
    margin: 0 0 1em;
    letter-spacing: 1px;
    font-family: 'DidotHTF-64LightItalic';
    font-size: 13px;
    color: #aaaaaa;
}

body.author #content-main aside.sidebar .block.twitter span.tweet a,
body.blog #content-main aside.sidebar .block.twitter span.tweet a,
body.date #content-main aside.sidebar .block.twitter span.tweet a,
body.category #content-main aside.sidebar .block.twitter span.tweet a,
body.search #content-main aside.sidebar .block.twitter span.tweet a,
body.single-post #content-main aside.sidebar .block.twitter span.tweet a,
body.tag #content-main aside.sidebar .block.twitter span.tweet a {
    color: #1c1c1c;
    font-family: 'DidotHTF-64Light';
}

body.author #content-main aside.sidebar .block.about,
body.blog #content-main aside.sidebar .block.about,
body.date #content-main aside.sidebar .block.about,
body.category #content-main aside.sidebar .block.about,
body.search #content-main aside.sidebar .block.about,
body.single-post #content-main aside.sidebar .block.about,
body.tag #content-main aside.sidebar .block.about {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    font-size: 10px;
    font-style: italic;
    letter-spacing: .5px;
    line-height: 2;
}

body.author #content-main aside.sidebar .block.about img,
body.blog #content-main aside.sidebar .block.about img,
body.date #content-main aside.sidebar .block.about img,
body.category #content-main aside.sidebar .block.about img,
body.search #content-main aside.sidebar .block.about img,
body.single-post #content-main aside.sidebar .block.about img,
body.tag #content-main aside.sidebar .block.about img {
    margin: 0 0 1em;
}

body.author #content-main aside.sidebar .block.about a,
body.blog #content-main aside.sidebar .block.about a,
body.date #content-main aside.sidebar .block.about a,
body.category #content-main aside.sidebar .block.about a,
body.search #content-main aside.sidebar .block.about a,
body.single-post #content-main aside.sidebar .block.about a,
body.tag #content-main aside.sidebar .block.about a {
    color: #faa59b;
}

body.author #content-main aside.sidebar .block .cat-item,
body.blog #content-main aside.sidebar .block .cat-item,
body.date #content-main aside.sidebar .block .cat-item,
body.category #content-main aside.sidebar .block .cat-item,
body.search #content-main aside.sidebar .block .cat-item,
body.single-post #content-main aside.sidebar .block .cat-item,
body.tag #content-main aside.sidebar .block .cat-item {
    margin: 0 0 1em;
    padding-left: 25px;
}

body.author #content-main aside.sidebar .block .cat-item a,
body.blog #content-main aside.sidebar .block .cat-item a,
body.date #content-main aside.sidebar .block .cat-item a,
body.category #content-main aside.sidebar .block .cat-item a,
body.search #content-main aside.sidebar .block .cat-item a,
body.single-post #content-main aside.sidebar .block .cat-item a,
body.tag #content-main aside.sidebar .block .cat-item a {
    text-transform: uppercase;
    font-family: 'FuturaStd-Medium';
    color: #222121;
    letter-spacing: .5px;
    font-size: 15px;
    padding: 0 0 .25em;
    border-bottom: 1px dashed #222121;
}

body.author #content-main aside.sidebar .block .cat-item a:hover,
body.blog #content-main aside.sidebar .block .cat-item a:hover,
body.date #content-main aside.sidebar .block .cat-item a:hover,
body.category #content-main aside.sidebar .block .cat-item a:hover,
body.search #content-main aside.sidebar .block .cat-item a:hover,
body.single-post #content-main aside.sidebar .block .cat-item a:hover,
body.tag #content-main aside.sidebar .block .cat-item a:hover {
    color: #aaaaaa;
}


/* Wrappers
*******************************/

#wrapper {
    padding: 15px 0 0;
    max-width: 1000px;
    /* width:90%; */
    min-width: 320px;
    margin: 0 auto;
    /* position: relative; */
}

#wrapper #content-main {
    /* margin-bottom: 100px */
}


/* Header
*******************************/

#header-main {
    background: url(../images/bg-header_dark.png) center bottom no-repeat transparent;
    height: 130px;
    padding: 0 0 10px position: relative;
    margin: 0 0 35px;
}

#header-main h1 {
    text-align: center;
}

#header-main h1 a {
    display: inline-block;
    color: transparent;
    font: 0/0 sans-serif;
    width: 283px;
    height: 174px;
    background: url(../images/logo_dark_new.png) 0 0 no-repeat transparent;
    background-size: 377px;
    background-position: center top;
    position: relative;
    top: -63px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

#header-main #nav-main .menu {
    top: 98px;
    position: absolute;
}

#header-main #nav-main .menu li {
    height: 18px;
    line-height: 18px;
    float: left;
    position: relative;
}

#header-main #nav-main .menu li a {
    font-family: 'FuturaStd-Heavy';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 5px;
    display: block;
}

#header-main #nav-main .menu li.current-menu-item a {
    background: #faa59b;
    color: #fff;
}

#header-main #nav-main #menu-left {
    left: 0;
}

#header-main #nav-main #menu-left li {
    margin-right: 1.85em;
}

#header-main #nav-main #menu-left li:after {
    position: absolute;
    right: -1.55em;
    top: 0;
    content: "•";
    font-family: 'FuturaStd-Heavy';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    height: 18px;
    width: 10px;
}

#header-main #nav-main #menu-left li:last-child:after {
    content: "";
}

#header-main #nav-main #menu-right {
    right: 0;
}

#header-main #nav-main #menu-right li {
    margin-left: 2.85em;
    float: left;
}

#header-main #nav-main #menu-right li:before {
    position: absolute;
    left: -1.55em;
    top: 0;
    content: "•";
    font-family: 'FuturaStd-Heavy';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    height: 18px;
    width: 10px;
}

#header-main #nav-main #menu-right li:first-child:before {
    content: "";
}


/* Content
*******************************/


/* Layouts
*******************************/


/* Footer
*******************************/

#footer-main {
    font-family: 'FuturaStd-Medium';
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
}

#footer-main p {
    line-height: 50px;
    color: #fff;
}

#footer-main .copy {
    float: left;
}

#footer-main .madeby {
    float: right;
    width: 60px;
}

#footer-main .madeby a {
    display: block;
    float: right;
    color: transparent;
    font: 0/0 sans-serif;
    width: 11px;
    height: 50px;
    margin-left: 5px;
    background: url(../images/flosites_black.png) center center no-repeat transparent;
}


/* Homepage
*******************************/


/* Blog
*******************************/

body.blog,
body.single-post,
body.category,
body.tag,
body.author,
body.date,
body.search {
    background: url(../images/blog_pattern.png) 0 0 repeat transparent !important;
    background-size: auto !important;
}

body.blog #wrapper,
body.single-post #wrapper,
body.category #wrapper,
body.tag #wrapper,
body.author #wrapper,
body.date #wrapper,
body.search #wrapper {
    padding: 15px 5px 0;
    background: rgba(255, 255, 255, 0.9);
}


/* Simple Page
*******************************/


/* Error Page
*******************************/


/* Galleries
*******************************/


/* Testimonials
*******************************/


/* Video
*******************************/


/* Venues
*******************************/


/* Press
*******************************/


/* Widgets
*******************************/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    html,
    body,
    #wrapper,
    #content-main,
    #header-main,
    #footer-main {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
    body #wrapper {
        overflow: hidden;
        width: 100%;
    }
    body #wrapper #header-main .social {
        display: none;
    }
    body #wrapper #content-main #blog {
        width: 735px;
    }
    body #wrapper #content-main #blog #featured-posts {
        display: none;
    }
    body #wrapper #content-main #blog .post .preview .left {
        width: 340px;
    }
    body #wrapper #content-main aside.sidebar {
        width: 235px;
    }
    body #wrapper #content-main aside.sidebar #searchform #s {
        width: 150px;
    }
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    body #wrapper {
        min-width: 100%;
        max-width: 100%;
    }
    body #wrapper #header-main {
        height: 130px;
    }
    body #wrapper #header-main #nav-main #menu-left,
    body #wrapper #header-main #nav-main #menu-right {
        display: none;
    }
    body #wrapper #header-main #nav-main #menu-mobile {
        display: block;
        width: 50%;
        position: relative;
        top: -8px;
        margin: 0 auto;
    }
    body #wrapper #content-main {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 770px) and (max-width: 1024px) {
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb {
        width: 96%;
        float: none;
        margin: 0 0 1em;
    }
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb .thumb {
        max-width: 35%;
    }
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb .thumb img.things {
        display: none;
    }
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb p {
        max-width: 100%;
    }
    body.page-template-template-about-php #wrapper #content-main #about .inner .collaj {
        float: none;
        margin: 0 auto 6em;
    }
}

@media (min-width: 1025px) and (max-width: 1209px) {
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb {
        width: 19%;
    }
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb .thumb {
        width: 100%;
        float: none;
    }
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb p {
        max-width: 100%;
    }
}

@media (min-width: 1210px) and (max-width: 1400px) {
    /*
    body {
      background: pink;
    }
  */
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb {
        width: 32%;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    /*
    body {    
      background: purple;
    }
  */
    body.page-template-template-about-php #wrapper #content-main #about .inner .story.thumb {
        width: 41%;
    }
}

@media (min-width: 980px) {}

@media (max-width: 979px) {}

@media (max-width: 767px) {}

@media (max-width: 480px) {}

@media (max-width: 380px) {}

body.blog #header-main h1 a {
    display: inline-block;
    color: transparent;
    font: 0/0 sans-serif;
    width: 283px;
    height: 174px;
    background: url(../images/logo_dark_new.png) 0 0 no-repeat transparent;
    background-size: 377px;
    background-position: center top;
    position: relative;
    top: -63px;
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

.video-mute {
    position: fixed;
    top: 30px;
    left: 50px;
    width: 11px;
    height: 11px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    cursor: pointer;
    opacity: 0.5;
}

.video-mute:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid rgb(255, 255, 255);
    top: -5px;
    position: relative;
    right: -2px;
}

.video-mute:after {
    width: 25px;
    content: 'x';
    display: block;
    position: absolute;
    top: -3px;
    left: 16px;
    font-size: 16px;
    color: #fff;
}

.video-mute:hover {
    opacity: 1;
}

.video-mute.active:after {
    width: 25px;
    content: '))';
    display: block;
    position: absolute;
    top: -3px;
    left: 16px;
    font-size: 16px;
    color: #fff;
}

body.post-type-archive-gallery #wrapper #content-main #galleries .soirees.gallery h3 {
    background: url(../images/gcat-so-text.png) center 0 no-repeat;
    font: 0/0 serif;
    color: transparent;
    width: 100%;
    height: 63px;
}

body.post-type-archive-gallery #wrapper #content-main #galleries .soirees.gallery:hover h3 {
    background: url(../images/gcat-so-text.png) center 100% no-repeat;
}

img.home-btn {
    max-width: 250px;
    float: right;
    margin-right: 20px;
}

.page .story p {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.75px;
}

.page__title {
    background: rgba(255, 84, 108, 0.9);
    background: #faa59b;
    color: #fff;
    padding: 10px 25px;
    margin: 0 0 4px;
    margin: 0;
    font-size: 40px;
    font-family: 'DidotHTF-64Light';
    display: inline-block;
    position: relative;
}

.page__title + .story {
    margin-top: 30px !important;
}

.page__title span {
    border-bottom: 1px dashed #000;
}

body.post-type-archive-press #wrapper #content-main #press-page #press {background-color: rgba(255, 255, 255, 0.9);}

body.post-type-archive-press #wrapper #content-main #press-page #press .story h3 {
    color: #000;
}

body.post-type-archive-press #wrapper #content-main #press-page #press .story p {
    color: #000;
}

body.post-type-archive-press #wrapper #content-main #press-page #press .story .share {
    color: #000;
}

body.post-type-archive-press #wrapper #content-main #press-page #press .story .share a {
    color: #000;
}

.page-template-template-contact #wrapper {
    height: 100% !important;
}

.page-template-template-about #wrapper {
    height: initial !important;
}