/*
Theme Name: Intra
Theme URI: http://graphpaperpress.com/themes/intra/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com
Description: A responsive fullscreen theme.
Version: 1.0.6
License: GNU General Public License
License URI: license.txt
Text Domain: intra
Domain Path: /languages/
Tags: black, white, light, dark, custom-background, custom-colors, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

intra is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #3d3d3d;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.9;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin-bottom:0.8em;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    padding: 1em;
    margin-bottom: 1em;
    border-left: 5px solid #2a6496;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: rgba(0,0,0,0.5);
    padding:3px;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

/* Links */
a {
    color: #2a6496;
    text-decoration:none;
}
.entry-content a, .page-header a {

}
a:visited {
    color: #2a6496;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
.more-link {
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* 12. Tables
-------------------------------------------------------------- */
table {
    margin-bottom: 1.5em;
    width: 100%;
    max-width: 100%;
}
thead tr:last-of-type th {
    /* Thicker border on the table-headers of the last row in the table head */
    border-bottom-width: 1px;
}
th:empty {
}
th, td {
    vertical-align: top;
    padding: 0.75em;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(0,0,0,0.3);
}
th {
    font-weight: bold;
    text-align: center;
}
table [colspan] {
    /* This looks lovely, trust me... */
    text-align: center;
}
table [rowspan] {
    /* ...as does this. */
    vertical-align: middle;
}
[colspan="1"] {
    text-align: left;
}
[rowspan="1"] {
    vertical-align: top;
}
tfoot {
    text-align: center;
}
tfoot td {
    border-top-width: 2px;
}
#wp-calendar {
    font-size: .8em;
}
#wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: .25em;
}
#wp-calendar th {
    border-bottom: none;
}
#wp-calendar tfoot td {
    border-top: none;
}

/* =Menu
----------------------------------------------- */

#menu-container {
    width: 240px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    visibility: hidden;
    right:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:24px 20px;
    overflow:auto;
    visibility:hidden;
    -webkit-transform: translate3d(240px, 0, 0);
    -moz-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    -o-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-open #menu-container {
    right: 0;
    left: auto;
    visibility:visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.admin-bar #menu-container, .admin-bar #masthead {
    margin-top:28px;
}
#main-nav-trigger-open {
    color:#222;
}
#main-nav-trigger-open, #main-nav-trigger-close {
    float:right;
    font-size:24px;
}
#main-nav-trigger-close {
    font-size: 32px;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.menu-open #main-nav-trigger-open {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

#main-nav-trigger-open {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    height: auto;
    width: auto;
    padding: 2px 0;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
}
#main-nav-trigger-open .genericon {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 6px;
}

#main-nav-trigger-open:hover {
    opacity:0.8;
    text-decoration:none;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    z-index: 5;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
    max-width:100%;
    width:100%;
}
.main-navigation li {
    float: left;
    position: relative;
    width:100%;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 6px;
    font-size:12px;
}
.main-navigation ul ul {
    float: left;
    padding-left:1em;
}
.main-navigation ul li:last-child ul {
    left:-100%;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
    color:#FFF;
}
.main-navigation .current_page_item  ul li a,
.main-navigation .current-menu-item ul li a {
    color:#777;
}
.main-navigation .current_page_item  ul li a:hover,
.main-navigation .current-menu-item ul li a:hover {
    color:#FFF;
}
ul.subpage {
    list-style:none;
    margin:0 0 1em 0;
}
ul.subpage li {
    display:inline;
    margin-right:1em;
}
/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
}

.main-navigation li.twitter a,
.main-navigation li.facebook a,
.main-navigation li.feed a,
.main-navigation li.vimeo a,
.main-navigation li.google-plus a,
.main-navigation li.pinterest a,
.main-navigation li.github a,
.main-navigation li.youtube a,
.main-navigation li.linkedin a,
.main-navigation li.wordpress a {

}

li.twitter a:before,
li.facebook a:before,
li.feed a:before,
li.vimeo a:before,
li.wordpress a:before,
li.google-plus a:before,
li.pinterest a:before,
li.github a:before,
li.youtube a:before,
li.linkedin a:before,
.menu-toggle:before {
    font-family: 'Genericons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    font-size:16px;
    margin-right:5px;
}

li.wordpress a:before {
    content: '\f205';
}
li.pinterest a:before {
    content: '\f209';
}
li.google-plus a:before {
    content: '\f206';
}
li.facebook a:before {
    content: '\f203';
}
li.feed a:before {
    content: '\f413';
}
li.twitter a:before {
    content: '\f202';
}
li.vimeo a:before {
    content: '\f212';
}
li.github a:before {
    content: '\f200';
}
li.youtube a:before {
    content: '\f213';
}
li.linkedin a:before {
    content: '\f207';
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid rgba( 0, 0, 0, .2 );
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-main .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 100%;
}
.site-main .gallery dd {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-main  .paging-navigation {
    margin-bottom:3em;
    float:left;
    width:100%;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}


/* =Intra
---------------------------------------------- */

body.custom-background {
    background-size: cover;
}
.site {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width:100%;
    position:absolute;
    min-height:100%;
}
.menu-open .site, .menu-open #masthead {
    -webkit-transform: translate3d(-240px, 0, 0);
    -moz-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    -o-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

.site, #masthead {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 4;
    float:left;
    width:100%;
}
.menu-always-opened #main-nav-trigger-close {
    display:none;
}
.menu-always-opened #masthead, .menu-always-opened #page {
    padding-right:240px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.menu-always-opened #archive-grid  {
    padding-right:270px;
}
.menu-always-opened #menu-container {
    z-index:20;
}
#site-header, #site-header img {
    width:100%;
    float:left;
    height:auto;
}
.site-header {
    text-align: center;
}
.site-message {
    font-size: 1.2em;
    margin-bottom:40px;
}
.site-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.site-branding {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float:left;
}
.site-title {
    text-align:left;
    text-transform:uppercase;
    margin:0;
    font-size:1.5em;
    font-weight:bold;
}
.site-title a:hover {
    text-decoration:none;
}
#site-description {
    float: left;
    position: absolute;
    font-size: 13px;
    display:none;
}
h2.widget-title,
h3.widget-title  {
    font-size: 1.5em;
    margin: 1em 0;
}
.page-title {
    margin: 1em 0;
    text-transform: capitalize;
}
.block {
    padding: 80px 0;
    display: block;
    clear: both;
}

.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery li, .gallery article {
    padding:0;
    display: inline-block;
    position: relative;
    float: left;
    width: 30%;
    margin: 0 5% 5% 0;
    background: #ffffff;
}
.gallery li:nth-child(3n+0), .gallery article:nth-child(3n+0) {
    margin-right: 0;
}
.gallery li:nth-child(3n+1), .gallery article:nth-child(3n+1) {
    clear: left;
}

.search-results .entry-title a:hover {
    text-decoration:none;
}
.search-results #tool-bar-nav {
    display:none;
}
#colophon {
    float:left;
    width:100%;
}

.sticky {
}
/* Small menu */
.menu-toggle {
    cursor: pointer;
    display: none;
    text-align:center;
    font-size:1em;
    margin:20px 0 !important;
}

.archive article .entry-header {
    border:0;
    font-size:1em;
    margin:1em 0 0 0;
    padding:0;
}
.archive article {
    padding:0;
}

footer.entry-meta {
    margin:1em 0;
    font-size:0.9em;
    font-weight:bold;
}
footer.entry-meta a {
    font-weight:normal;
}

.edit-link {
    float:right;
}
.page .edit-link {
    clear:both;
}
.form-allowed-tags {
    display:none;
}
.assistive-text {
    display:none;
}

#nav-below {
    width:100%;
    float:left;
    margin:1em 0 2em 0;
}
nav .nav-previous {
    float:left;
}
nav .nav-next {
    float:right;
}

.post-meta {
    margin-right:0.5em;
}
.gallery .post-meta {
    float:left;
    width:100%;
}

.page-template-page-landing-php .hentry {
    margin:0;
}
.page-template-page-landing-php #tool-bar, .error404 #tool-bar-nav {
    height:0;
    display:none;
}

.landing-page .featured-image img {
    max-width:none;
}
.error404 .search-form input[type="search"] {
    padding:5px;
}
.search-results .entry-title {
    font-size:20px;
    padding:1em 0 0 0;
}
#call-to-action {
    position: absolute;
    top: 25%;
    width: 50%;
    font-size: 1em;
    left: 25%;
    text-align: center;
}

#call-to-action .btn {
    background:#2a6496;
    border:0;
    color:#fff;
    font-size:1em;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}
#call-to-action .btn:hover {
    opacity:0.9;
}
.third {
    margin-right: 5%;
    margin-bottom: 5%;
    width: 30%;
    float: left;
    position: relative;
    word-break: break-all;
}
#archive-grid {
    position:absolute;
    top:0;
    left:0;
    display:none;
    padding:3% 3% 5% 3%;
    z-index:16;
    width:100%;
}
#archive-grid-close {
    font-size: 32px;
    color: #222;
    position: absolute;
    top:1em;
    right:1em;
}
#archive-grid-close .genericon {
    font-size: 32px;
    color: #222;
}
#archive-grid-close .genericon:hover {
    text-decoration:none;
    opacity:0.9;
}
#archive-grid .page-title {
    font-size:32px;
}
#load-button-wrap {
    float:left;
    width:100%;
    margin-bottom:2em;
}

#archive-grid #load-more {
    text-align: center;
    background: #2a6496;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.9em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 0 auto;
    display: block;
    width: 120px;
}

#archive-grid #load-more:hover {
    opacity:0.8;
    text-decoration:none;
}
#archive-grid .paging-navigation {
    display:none;
}
.third:nth-of-type(3n+3), #archive-grid article:nth-of-type(3n+3) {
    margin-right:0;
}
.third:nth-of-type(3n+1), #archive-grid article:nth-of-type(3n+1) {
    clear:left;
}

#archive-grid h4 {
    text-align:center;
    padding:10px;
    margin:0;
    color:#777;
    background:rgba(0,0,0,0.4);
    position:absolute;
    bottom:0;
    text-align:left;
    width:auto;
    font-size:0.9em;
}
#archive-grid h4 a {
    color:#777;
}
#archive-grid h4 a:hover {
    color:#fff;
    text-decoration:none;
}
#tool-bar {
    position:fixed;
    bottom:0;
    left:0;
    background:#111;
    padding:0 0;
    width:100%;
    float:left;
    font-size:0.8em;
    height:46px;
    z-index:10;
}

.tool-bar-prev a:before, .paging-navigation .nav-previous a:before {
    content: '\f430';
    font-family: 'Genericons';
}
#tool-bar [class*="navigation"] .nav-next, #tool-bar [class*="navigation"] .nav-previous {
    width:auto;
}
#tool-bar .paging-navigation .nav-next {
    float:left;
}
.tool-bar-prev a, .tool-bar-next a, .paging-navigation a {
    height:auto;
    width:46px;
    height:46px;
    text-align:center;
    background:#2a6496;
    font-size: 26px;
    display: block;
}
#tool-bar a:hover {
    color:#fff;
    opacity:0.8;
    text-decoration:none;
}
.tool-bar-prev a {
    display:block;
    float:left;
    font-size:26px;
}
.tool-bar-next a {
    display:block;
    float:left;
    font-size:26px;
}
.tool-bar-next a:before, .paging-navigation .nav-next a:before {
    content: '\f429';
        font-family: 'Genericons';
}

#tool-bar .genericon-draggable {
    font-size: 38px;
    width: 46px;
    float:left;
    padding-top:8px;
    text-align:center;
    height:100%;
    background:#2a6496;
}

#tool-bar-nav {
    float:left;
}
#tool-bar-sell-media {
    float:right
}
#tool-bar-sell-media .sell-media-text {
    height:46px;
    text-align:center;
    float:left;
    background:#2a6496;
    font-size:13px;
    float:right;
}
#tool-bar-sell-media .lightbox {
    float:left;
}
#tool-bar-sell-media .add-to-lightbox {
    padding:11px 16px;
    text-align:center;
    height:100%;
    background:transparent;
    float:left;
    text-transform:uppercase;
}
#tool-bar-sell-media .add-to-lightbox:hover, #tool-bar-sell-media .sell-media-text:hover {
    background:#2a6496;
}
.no-featured-image .entry-title, .search-results .page-title {
    margin-top:90px;
}
.featured-image {
    height:auto;
    overflow:hidden;
    position:relative;
}
.featured-image.size-vertical {
    background:#111;
}
.featured-image.size-vertical img {
    max-height:100%;
    width:auto;
    float:none;
    margin:0 auto;
}
.featured-image img {
    opacity:0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    float:left;
}
.single-format-video .featured-image, .format-video .featured-image {
    background:#111;
}
.featured-image iframe {
    height:100%;
    display:block;
    margin:0 auto;
}

.archive .featured-image iframe {
    height:100%;
}
.featured-image img {
    width:100%;
    height:auto;
    margin-bottom:0;
    display:block;
}

#masthead {
    position:absolute;

    top:0;
    padding:2em 3%;
    width:100%;
    z-index:5;
}
#masthead.fixed {
    position:fixed;
    background:rgba(256,256,256,0.9);
    padding:0.5em 3%;
}
#masthead.fixed img.site-title {
    max-height:34px;
    width:auto;
}
.single .entry-content, .archive .entry-content, .blog-page-list .entry-content, .entry-content-page, .home .entry-content, .front-page .entry-content,  .homepage .entry-content{
    padding:2em 14% 4em 14%;
}

.entry-title, .page-title {
    text-align:center;
    font-size:52px;
    padding-bottom:12px;
}
h2.entry-title a {
   color:#222;
   text-decoration:none;
}
h2.entry-title a:hover {
    opacity:0.8;
}
.page-template-page-blog-php .to-content {
    display:none;
}
.page-template-page-blog-php .blog-page-edit-link {
    padding:3%;
}

.featured-image .to-content {
    position: absolute;
    bottom: 0;
    left: 49%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 24px;
    height: 31px;
    width: 39px;
    padding-top: 5px;
    text-align: center;
    z-index: 3;
}

.site-info {
    font-size: 12px;
    text-align: center;
    float: left;
    width: 100%;
    display: block;
    position: relative;
    bottom: 3em;
    margin-bottom:20px;
}

.sell-media-text {
    text-decoration: none !important;
}
.item-overlay .sell-media-text {
    padding: 5px 10px;
}

.sell-media .sell-media-grid h3 {
    bottom: 0;
    top: 30%;
    text-align: center;
    padding: 4%;
    width: 100%;
    background: rgba(0,0,0,.2);
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
}

.collection-details {
    font-size: 1em;
    text-align: center;
    padding: 4%;
    position: absolute;
    top: 40%;
    width: 92%;
    box-sizing: content-box;
}

.collection-count, .collection-price {
    width: 100%;
    float: left;
}

.collection-details {
    color: #fff;
}

#primary, .sell-media, .page #primary.collections-template, .page #primary.sell-media-template, .page #primary.lightbox-template {
    padding: 0 3% 4em 3%;
}
.single #primary, #primary.landing-page, .page-template-page-blog-list-php #primary, .home #primary, .front-page #primary, .page #primary, #primary.homepage, #primary.front-page, .single-sell_media_item #sell-media-single  {
    padding:0;
}

.featured-image .flexslider {
    background:url(images/ajax-loader.gif) no-repeat center center #eee;
}
.featured-image .flexslider ul {
    margin-bottom:0;
    visibility:hidden;
}

.loading {
    width:100%;
    text-align:center;
    padding:0.5em 0;
    float:left;
}

.post-password-required input[type="submit"] {
    padding: 6px 10px;
    margin-top:-1px;
}
#menu-container .search-form {
    float:left;
    width:100%;
    margin-bottom:30px;
}
#menu-container .search-form label {
    float: left;
    clear: right;
    width: 75%;
}

#menu-container .search-form input[type=submit] {
    width: auto;
    font-size: 10px;
    text-transform: none;
    background: #2a6496;
    padding: 0 8px;
    height: 28px;
    float: left;
    width: 25%;
}
#menu-container .search-form input[type="search"] {
    height: 28px;
    border-radius: 2px;
    font-size: 12px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 6px;
    display: block;
}

#call-to-action #mc_embed_signup {
    background: rgba(256,256,256,0.8);
}
#call-to-action #mc_embed_signup .mc-field-group {
    width: 75%;
    float:left;
}
#call-to-action #mc_embed_signup .clear {
    clear:none;
}
#call-to-action #mc_embed_signup .button {
    background-color: #2a6496;
    width: 25%;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 19px 0 0 0;
    height: 48px;
}
#call-to-action #mc_embed_signup .button:hover {
    opacity:0.9;
}
#call-to-action #mc_embed_signup form {
    padding: 10px 3% 10px 3%;
}
#call-to-action #mc_embed_signup .mc-field-group label {
    float: left;
    position: relative;
}
#call-to-action #mc_embed_signup .mc-field-group .asterisk {
    top: -1px;
    right: -20px;
}

/* 11. Comments
-------------------------------------------------------------- */
#comments {
    float:left;
    width:100%;
    padding:0 14%;
}
#comments-title {
    padding: 1em 0 0 0;
    font-size: 1.5em;
}
article.comment {
    display:block;
}
#respond input[type=text] {
    display:block;
    width:40%;
    padding:4px;
}
#respond textarea {
    display:block;
    margin:0 0 1em;
    width:100%;
    border-radius:0;
}
#respond .form-allowed-tags {
    clear:both;
    width:60%;
}
#respond .form-allowed-tags {
    display:none;
}
.commentlist {
    margin: 0;
    list-style-type:none;
}
.commentlist li {
    position: relative;
    float:left;
    width:100%;
}
.comment {
    max-width: 100%;
    overflow: hidden;
    display: block;
}
article.comment {
    margin: 20px 0;
    padding: 20px;
}
.bypostauthor article.comment {
    border-left: 5px solid rgba(255,255,255,.8);
}
.comment header {
    font-size: 1.2em;
}
.comment footer {
    float:left;
    width: 75%;
    font-size: .7em;
}
.comment .reply {
    float: right;
    font-size: .9em;
    width: 25%;
    text-align: right;
}
.comment-content {
    clear: both;
    padding-top: 2em;
}
.commentmetadata {
}
.pinglist {
    margin:20px 0 40px 52px;
    list-style-type:decimal;
}
#commentform {
    margin-top:20px;
}
.children {
    list-style-type:none;
    margin-left:55px;
}
#primary .commentlist ul {
    margin-bottom: 0;
}
.comment .avatar {
    float:left;
    margin:0 1em .5em 0;
}
.comment-author {
    display:inline;
    margin-right:5px;
}
.comment-author cite {
    font-weight: bold;
    font-style:normal;
}
.comment-meta {
    display: block;
    font-size: 11px;
}
.comment-body {
    margin:0 0 30px 55px;
}
.comment-reply-link {
    font-size: .8em;
    padding: 3px;
    text-transform: uppercase;
}
#cancel-comment-reply-link {
    color: red !important;
}
#respond {
    padding-bottom:35px;
}
#respond h3 {
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}
.nocomments {
    text-align:center;
    padding:20px;
}
.comment-body ul {
    list-style-type:disc;
}
.comment-body ol {
    list-style-type:decimal;
}
#commentform label small {
    font-size:12px;
}
.comment-author-admin article {
    padding: 0;
}
.comment-author-admin footer {
    left: 1em;
}

/* Bootstrap Tweaks */
.page-header {
    border: 0;
    padding:0;
}
.alert,
.breadcrumb,
.btn,
.form-control,
.modal-content,
.img-thumbnail {
    border-radius: 0;
}
.btn-translucent {
    border: 1px solid rgba(255,255,255,.7);
    background: rgba(0,0,0,.2);
}

input[type="submit"], .sell-media-text {
    background: #111;
    color: #fff;
    border: none;
    padding: 10px 16px;
    text-transform: uppercase;
    border: 0;
    font-size:0.8em;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #333;
}
.btn-translucent:hover,
.btn-translucent:focus {
    background: rgba(0,0,0,.3);
    border: 1px solid rgba(255,255,255,.9);
    color: #fff;
}
.btn-xl {
    padding: 10px 18px;
    font-size: 2em;
    font-size: 2rem;
    line-height: 1.33;
}

@media screen and (max-width: 767px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu, .main-navigation.toggled li {
        display: block;
        width:100%;
    }

    .main-navigation li.twitter a, .main-navigation li.facebook a, .main-navigation li.feed a, .main-navigation li.vimeo a, .main-navigation li.wordpress a, .main-navigation li.google-plus a, .main-navigation li.pinterest a {
        float:none;
        margin:0 auto;
        width:auto;
    }

    .entry-title, .page-title {
        font-size: 32px;
        margin-top: 1em;
    }

}

@media screen and (max-width: 600px) {
    .third {
        margin-right: 0;
        width: 100%;
    }
    .third  img {
        height:auto;
        width: 100%;
    }
    .menu-always-opened #masthead, .menu-always-opened #page {
        padding-right:0;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);

        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .menu-always-opened #archive-grid  {
        padding-right:0;
    }
    .menu-always-opened #menu-container {
        z-index:1;
    }
    .menu-always-opened #menu-container, .menu-always-opened #masthead {
        position:relative;
        width:100%;
    }
    #call-to-action #mc_embed_signup .mc-field-group, #call-to-action #mc_embed_signup .button {
        width:100%;
    }
}