/*
Theme Name: Publisher
Theme URI: https://array.is/themes/publisher-wordpress-theme/
Author: Array
Author URI: https://array.is
Description: Curate an eclectic scrapbook of photos, videos, audio and more with Publisher. Featuring a responsive, masonry-style layout, Publisher looks just as good on your mobile device as it does on the desktop.
Version: 2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, light, white, one-column, right-sidebar, two-columns, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, infinite-scroll, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, clean, contemporary, minimal, photoblogging, portfolio, simple
*/

/* =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-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

ol, ul { list-style: none }

table {
    border-collapse: separate;
    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 {
    -webkit-transition: .05s ease-in;
    transition: .05s ease-in;
}

a:focus { outline: thin dotted }

a:hover, a:active {
    outline: 0;
    -webkit-transition: .05s ease-in;
    transition: .05s ease-in;
}

a img { border: 0 }

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

body {
    color: #555;
    background: #f7f7f7;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 2;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #555;
    font-weight: bold;
    font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif;
    line-height: 1.2;
    margin: 0 0 4% 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    font-weight: bold;
}

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    border-top: dotted 1px #ddd;
}

::selection {
    background: #fff4b1;
    color: #222;
}

::-moz-selection {
    background: #fff4b1;
    color: #222;
}

/* Text elements */

p { margin-bottom: 3% }

ul, ol { margin: 0 0 0 20px }

ul { list-style: disc }

ol { list-style: decimal }

ul ul, ol ol, ul ol, ol ul {
    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 { margin: 0 1.5em }

address { margin: 0 0 1.5em }

pre {
    position: relative;
    background: #f7f7f7;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 3% 10% 3% 5%;
    overflow: auto;
    max-width: 100%;
    tab-size: 4;
}

pre:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-family: "FontAwesome";
    content: "\f121";
    background: #469af6;
    color: #fff;
    padding: 0 3px;
    font-size: 16px;
    z-index: 5;
}

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: #fff9c0;
    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 }

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=text], input[type=email], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus { color: #111 }

input[type=text], input[type=email] { padding: 3px }

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 98%;
}

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

.clearfix:after { clear: both }

.clearfix { zoom: 1 }

.clear {
    clear: both;
    display: block;
}

/* Make sure embeds and iframes fit their containers */

embed, iframe, object { max-width: 100% }

/* Links */

a {
    text-decoration: none;
    color: #469AF6;
}

a:visited {

}

a:hover, a:focus, a:active { color: #555 }

.button {
    color: #fff;
    text-shadow: 1px 1px #2881da;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 10px;
    display: inline-block;
    height: 27px;
    background: #58a6ff;
    background: -moz-linear-gradient(top,  #58a6ff 0%, #2491ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58a6ff), color-stop(100%,#2491ef));
    background: -webkit-linear-gradient(top,  #58a6ff 0%,#2491ef 100%);
    background: -o-linear-gradient(top,  #58a6ff 0%,#2491ef 100%);
    background: -ms-linear-gradient(top,  #58a6ff 0%,#2491ef 100%);
    background: linear-gradient(to bottom,  #58a6ff 0%,#2491ef 100%);
    border: solid 1px #128AF1;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin: 0 4% 3% 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 3% 4%;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignnone { margin-bottom: 3% }

.highlight {
    background: #fff198;
    color: #222;
}

.intro-text {
    font-size: 20px;
    color: #999;
}

p .alignnone { margin-bottom: 0 }

.fitvids iframe { text-align: center }

/* Text meant only for screen readers */

.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

blockquote { margin: 0 }

blockquote p:last-child { margin: 0 }

.attachment-dimensions {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #999;
}

/* =Header
----------------------------------------------- */

.site-header {
    background: #272a33;
    z-index: 10;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header-wrap {
    margin: 0 0;
    padding: 3.5% 20px;
    width: 100%;
    display: inline-block;
}

.header-wrap .hgroup {
    clear: both;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 15;
}

.site-title {
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.site-title a, .logo-image .site-title {
    color: #fff;
    border: solid 4px #fff;
    padding: 8px 10px;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.logo-image .site-title {
    padding: 0 10px;
    display: none;
}

.site-title a:hover {
    color: #7F858B;
    border-color: #7F858B;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.site-description {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 3px;
    color: #777;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}

.logo-image { margin-bottom: 0 }

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

.sticky-wrapper { background: #202026 }

.navigation-wrap {
    margin: 0;
    padding: 0 20px;
    width: 100%;
    z-index: 50;
    position: relative;
    background: #202026;
    min-height: 54px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2px;
}

.navigation-wrap-inside {
    max-width: 1310px;
    margin: 0 auto;
}

.main-navigation { max-width: 100% }

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
    max-width: 900px;
}

.main-navigation li {
    display: inline-block;
    position: relative;
    word-wrap: break-word;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #5C5F66;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 12px;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.main-navigation a:hover { background: #efefef }

.menu > li:first-child a { padding-left: 0 }

.menu > li:first-child .sub-menu a { padding-left: 15px }

.main-navigation li:first-child a { border-left: none }

.main-navigation li:last-child a { border-right: none }

.main-navigation ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 99999;
    text-align: left;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
}

.main-navigation ul ul a {
    width: 175px;
    padding: 10px 15px;
    color: #666;
}

.main-navigation ul ul a:hover { color: #aaa }

.main-navigation ul ul li { border-bottom: solid 1px rgba(0,0,0,.06) }

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation li.current-menu-item > a, .main-navigation li a:hover {
    border-radius: 3px;
    background: none;
    color: #fff;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.sub-menu li.current-menu-item a { color: #666 }

/* Small menu */

.menu-toggle {
    float: left;
    width: 75%;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin: 15px 0;
}

.menu-toggle:hover {
    color: #50535A;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.main-small-navigation .menu {
    display: none;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 100%;
    float: left;
    border-top: solid 1px #37373c;
}

.main-small-navigation ul, .main-small-navigation li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-small-navigation li { padding: 2px 0 }

.main-small-navigation li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.main-small-navigation li a {
    color: #50535A;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.search-toggle-active { color: #fff !important }

.main-small-navigation li a:hover, .main-small-navigation li.current-menu-item > a { color: #fff }

.main-small-navigation .sub-menu { margin-left: 10px }

.main-small-navigation .sub-menu li {
    border: none;
    margin: 0;
    padding: 2px 0;
}

.main-small-navigation .sub-menu li:before { content: "- " }

#nav-below {

}

.post-navigation {
    width: 75%;
    float: left;
    padding-right: 5%;
}

.post-navigation a { color: #555 }

.post-navigation a:hover { color: #469AF6 }

.post-navigation .nav-previous, .post-navigation .nav-next {
    float: left;
    width: 100%;
}

.post-navigation .nav-next {
    border-top: solid 1px #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
}

.post-navigation i { font-size: 11px }

.post-navigation .meta-nav {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    float: left;
    clear: both;
}

.post-detail-col {
    float: right;
    width: 25%;
    padding-left: 5%;
    border-left: solid 1px #e6e6e6;
}

.post-detail-col h3 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}

.post-detail-cat { margin-bottom: 10px }

.secondary-navigation { display: none }

/* Header Toggle
----------------------------------------------- */

.navigation-wrap .toggle-icons {
    float: right;
    border-left: dotted 1px #37373c;
    padding-left: 10px;
    margin-left: 0;
}

.toggle-icons li {
    list-style-type: none;
    display: inline;
}

.toggle-icons a {
    color: #5C5F66;
    display: inline-block;
    padding: 15px 8px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.toggle-icons li:last-child a { padding-right: 0 }

.toggle-icons a:hover, .toggle-icons a.current {
    color: #fff;
    outline: none;
}

.toggle-icons a span { display: none }

.toggle-boxes { float: right }

.toggle-box {
    display: none;
    float: right;
    padding-right: 15px;
}

.toggle-box:first-child { display: block }

.toggle-box-social { padding-top: 14px }

.toggle-box-filters { padding-top: 12px }

.toggle-box-search { padding-right: 0 }

/* Header Search
----------------------------------------------- */

a.search-toggle {
    float: right;
    display: none;
    margin-top: 14px;
    color: #50535a;
    font-size: 14px;
}

a.search-toggle:hover { color: #fff }

.header-search {
    display: block;
    float: right;
}

.header-search input[type="text"] {
    border: none;
    border-radius: 0;
    height: 25px;
    -webkit-appearance: none;
    height: 54px;
    background: #fff;
    padding: 0 15px;
    width: 215px;
    font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.header-search input[type="text"] {
    background: #eee;
    outline: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

/* 404 Page
----------------------------------------------- */

.error404 #content-wrap #searchform {
    position: relative;
    margin: 5% 10%;
}

.error404 #content-wrap #s {
    width: 100%;
    height: 50px;
    border: none;
    background: #f4f4f4;
    padding: 0 15px;
}

.error404 #content-wrap #s:focus {
    background: #eee;
    outline: none;
}

.error404 #content-wrap #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.error404 #secondary { display: none }

.error404 #primary {
    float: none;
    margin: 0 auto;
    display: block;
}

.error404 #content-wrap p {
    text-align: center;
    padding: 0 12%;
}

/* Full Width Template
----------------------------------------------- */

.page-template-full-width-php #primary {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.page-template-full-width-php #content { max-width: none }

/* Homepage Content
----------------------------------------------- */

#main {
    position: relative;
    padding: 6% 6% 8% 6%;
    max-width: 1440px;
    margin: 0 auto -7px auto;
}

.archive #main, .search #main, #page .blocks-page { padding: 0 }

#page {
    margin: 0 auto;
    position: relative;
}

#main, #primary, #secondary, footer {
    display: inline-block;
    width: 100%;
}

.post-image {
    width: 100%;
    margin: 0 0 0 0;
    display: inline-block;
    position: relative;
    z-index: 20;
}

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

.page-featured-image {
    margin-top: -5%;
    margin-bottom: 5%;
    display: block;
}

.featured-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    filter: gray;
    -webkit-filter: grayscale(100%);
    background-size: cover;
    background-position: center center;
    opacity: .07;
    background-attachment: fixed;
}

.backstretch {
    opacity: .07;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox grayscale filter fallback */
    filter: gray;
    -webkit-filter: grayscale(100%);
    display: none;
}

.page .backstretch, .single .backstretch {
    display: block;
}

.block-quote .featured-image-bg { background-attachment: inherit }

.single .block-quote .featured-image-bg { opacity: .07 }

/* Post Formats
----------------------------------------------- */

.format-quote .block-text {
    background: #383b40;
    padding: 8% 6%;
}

.block-quote {
    position: relative;
    background: #464C57;
    padding: 15%;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.single .block-quote {
    margin-bottom: 0;
    padding-left: 12%;
}

#block-container .block-quote p, .single .block-quote p {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
    color: #B7BBC2;
    z-index: 10;
    position: relative;
}

.single .block-quote p {
    font-size: 40px;
    line-height: 1.3;
}

.block-quote em {
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    margin-top: 7%;
    text-transform: uppercase;
    letter-spacing: 0;
}

.block-quote a { color: #fff }

.block-quote a:hover { color: #DBDBDB }

.single .block-quote em {
    font-size: 20px;
    font-weight: bold;
}

/* Block Gallery Format
----------------------------------------------- */

#content .block-text .gallery {
    margin: 0 0 2% 0;
    width: 100%;
    display: inline-block;
}

#content .block-text .gallery dl { margin: 0 0 2% 0 }

#content .gallery-item {
    margin: 0;
    z-index: 10;
    position: relative;
}

#content .gallery-item a { display: inline-block }

#content .block-text .gallery-item a { display: inline-block }

#content .gallery-item img {
    border: solid 8px transparent;
    margin: 0;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
    display: inline-block;
}

#content .gallery-item img {
    max-width: 100%;
    width: 100%;
}

#content .gallery-item img:hover { opacity: .9; }

.gallery br:last-child { display: none }

.gallery .gallery-caption {
    font-size: 12px;
    line-height: 1.4;
}

.slideshow-window { border-radius: 0 }

.slideshow-slide { width: 100% !important }

/* Block Video Format
----------------------------------------------- */

.block-text iframe { max-width: none }

.block .block-text iframe, .fluid-width-video-wrapper {
    text-align: center;
    margin-bottom: 4%;
}

.fluid-width-video-wrapper {
    margin-bottom: 6%;
}

.embed-spotify, .embed-rdio, .embed-soundcloud {
    text-align: center;
}

/* Entry Styling
----------------------------------------------- */

.entry-header .hgroup {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.entry-header {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.error404 .entry-header h1 { margin-bottom: 2% }

.search .entry-header h1 {
    border-bottom: solid 1px #eee;
    padding-bottom: 3%;
}

.entry-author { color: #bbb }

#page .blocks-content, .archive #content, .search-results #main #content {
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    background: none;
    z-index: auto;
}

#content {
    max-width: 1100px;
    position: relative;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.08) 0px 0px 3px;
    z-index: 20;
}

.error404 #content, .search #content { padding: 5% 0 6% 0 }

.page #content {
    padding-top: 5%;
}

.search-no-results #content { display: none }

.blocks-page #primary, .archive #primary, .search #primary {
    margin: 0;
    padding: 0;
    width: 100%;
}

#primary {
    float: left;
    width: 71%;
}

.single .block-titles { padding: 0 12% 0 12% }

.single .block-text, .page .block-text {
    padding: 0 14%;
    word-wrap: break-word;
    display: block;
}

#content-wrap p, .block-titles p, .block-text p, .block-text {
    font-size: 17px;
    line-height: 1.6;
}

/* Archive Styling
----------------------------------------------- */

.archive-title {
    padding: 4% 3% 1% 3%;
    text-align: center;
}

.search-no-results .archive-title { padding-bottom: 5% }

.archive-title h1 {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #D6D6D6;
    text-transform: uppercase;
    margin: 0 auto;
    border: solid 5px;
    padding: 10px;
}

/* Sidebar Styling
----------------------------------------------- */

#secondary {
    float: right;
    width: 25%;
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
    background: #fff;
    z-index: 20;
    position: relative;
    box-shadow: rgba(0,0,0, 0.08) 0px 0px 3px;
}

#secondary aside {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 12%;
    border-bottom: dotted 1px #e6e6e6;
}

#secondary aside:last-child { border-bottom: none }

#secondary img { max-width: 100% }

#secondary a { color: #aaa }

#secondary a:hover { color: #555 }

#secondary .widget-title {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 6%;
}

#secondary .widget ul, .archive-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#secondary .widget ul.children, #secondary .widget ul.sub-menu { margin: 0 0 0 10px }

#secondary .widget ul.children li:before, #secondary .widget ul.sub-menu li:before {
    content: "- ";
    color: #aaa;
}

#secondary .widget ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 4px;
}

#secondary .widget ul li:before {
    position: absolute;
    left: 0;
    line-height: 2.2;
    content: "\f105";
    font-size: 10px;
    color: #469AF6;
    font-family: "FontAwesome";
}

#secondary .widget ul li:hover:before { color: #469AF6 }

/* Sidebar Gravatar Profile
----------------------------------------------- */

.widget-grofile h4 {
    font-size: 14px;
    margin: 0 0 !important;
}

.grofile-meta h4 { margin: 10px 0 !important }

/* Sidebar Subscription Form
----------------------------------------------- */

.widget_blog_subscription,
.jetpack_subscription_widget {
    position: relative;
    background: #383D46;
    color: #999;
    border-bottom: none !important;
}

.widget_blog_subscription h2:before,
.jetpack_subscription_widget h2:before {
    content: "\f003";
    font-family: "FontAwesome";
    color: #fff;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
}

.widget_blog_subscription h2,
.jetpack_subscription_widget h2 { color: #fff }

.widget_blog_subscription form,
.jetpack_subscription_widget form { position: relative }

.widget_blog_subscription p,
.jetpack_subscription_widget p {
    margin-bottom: 8%;
    color: #94A1A8;
}

.widget_blog_subscription form p:last-child,
.jetpack_subscription_widget form p:last-child { margin-bottom: 0 !important }

.widget_blog_subscription input[type=text],
.widget_blog_subscription input[type=email],
.jetpack_subscription_widget input[type=text],
.jetpack_subscription_widget input[type=email] {
    padding: 10px !important;
    border: none;
    border-radius: 0;
}

.widget_blog_subscription input[type=text]:focus,
.widget_blog_subscription input[type=email]:focus,
.jetpack_subscription_widget input[type=text]:focus,
.jetpack_subscription_widget input[type=email]:focus {
    outline: none;
    background: #f4f4f4;
}

.widget_blog_subscription input[type="submit"],
.jetpack_subscription_widget input[type="submit"] {
    background: #469AF6;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 10px;
    margin: 0 0;
    border: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.widget_blog_subscription input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:hover {
    background: #ADB5BB;
    cursor: pointer;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

/* Sidebar Search
----------------------------------------------- */

#secondary #searchform {
    position: relative;
    width: 100%;
}

#secondary #searchform input, #secondary #searchform #searchsubmit {
    height: 30px;
    border-radius: 0;
    font-family: 'Helvetica', sans-serif;
}

#secondary #s {
    width: 100%;
    border: none;
    padding-right: 56px;
    padding-left: 10px;
    background: #f4f4f4;
}

#secondary #s:focus {
    outline: none;
    border: none;
    background: #eee;
}

#secondary #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    border: none;
    background: #469AF6;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-appearance: none;
}

#secondary #searchsubmit:hover {
    background: #555;
    cursor: pointer;
}

/* Masonry Block Styling
----------------------------------------------- */

.blocks-wrap {
    max-width: 1440px;
    margin: 0 auto;
}

.block-container-wrap {
    position: relative;
    z-index: 15;
    overflow: hidden;
    float: left;
    width: 100%;
    padding-bottom: 3%;
}

.block-container-inside {
    padding-top: 4%;
    max-width: 1423px;
    margin: 0 auto;
    padding-right: 2%;
}

#block-container {
    margin-right: -3%;
    overflow: inherit !important;
}

.block {
    position: relative;
    background: #fff;
    float: left;
    width: 29%;
    padding: 0;
    box-shadow: rgba(0,0,0, 0.15) 0px 0px 1px;
    margin: 0 0 40px 3%;
}

.js .blockx { display: none }

.block p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 7%;
}

.blocks-page .block-titles-wrap, .archive .block-titles-wrap, .search .block-titles-wrap { padding: 8% 11% 3% 11% }

.block-titles {
    padding: 0 0 6% 0;
    display: inline-block;
    width: 100%;
}

.single .block-titles { padding: 5% 7% 3% 7% }

.block-text { word-wrap: break-word }

.single-attachment .block-text {
    padding-bottom: 6%;
    text-align: center;
}

.block-date {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ADB5BB;
    margin: 0;
}

.block-date a { color: #ADB5BB }

.block-date a:hover { color: #555 }

.single .block-date {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 1%;
}

.block-titles .entry-date { color: #ADB5BB }

.block-titles .entry-date:hover { color: #469AF6 }

.block-thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: -3%;
}

.single .block-thumb {
    margin-bottom: -1%;
}

.block .block-thumb:hover { background: #fff }

.block-thumb img, .page-featured-image img {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-transform: translateZ(0);
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.block .block-thumb:hover img:hover {
    opacity: .9;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.block-entry-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0;
    word-wrap: break-word;
}

.single .block-entry-title, .entry-header h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1.2;
    padding: 0 8%;
}

.single .block-link-title { margin-bottom: 3% }

.block-entry-title a { color: #555 }

.block-entry-title a:hover {
    text-decoration: none;
    color: #777;
}

.block .more-link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    width: 100%;
    text-align: center;
    display: inline-block;
    display: none;
}

.block-meta {
    font-family: 'Helvetica', sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 2% 25px 2% 25px;
    background: #f9f9f9;
    box-shadow: rgba(0,0,0, 0.05) 0px 1px 1px;
}

.block-comments, .block-likes, .block-author-link {
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 2.2;
}

.block-comments a, .block-author-link a, .block-author-link i { color: #CAD3DA }

.block-comments:hover a, .block-author-link:hover a, .block-author-link:hover i { color: #555 }

.block-permalink {
    float: right;
    color: #CAD3DA;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.block-author-link {
    margin-left: 12px;
    display: none;
}

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

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .blocks-nav, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
    display: none !important;
}

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

/**
 * Global style tweaks when IS is supported and in use
 */
.infinite-scroll #infinite-footer {
    z-index: 9999;
}

body:not(.wpcom) .infinite-scroll #infinite-footer {
    display: none;
}

.infinite-scroll .infinite-loader,
.infinite-scroll #infinite-handle {
    position: absolute;
    bottom: -20px;
    left: 49%;
}

.infinite-scroll #infinite-handle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    left: 46%;
}

/* Blocks Nav
----------------------------------------------- */

.blocks-nav { float: right }

.site-footer .blocks-nav a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border: solid 3px #fff;
    padding: 5px;
    letter-spacing: 2px;
    margin-left: 12px;
    height: 80px;
}

.site-footer .blocks-nav a:hover {
    color: #757B85;
    border-color: #757B85;
}

.blocks-nav .blocks-nav-left { float: right }

.blocks-nav .blocks-nav-right { float: right }

.blocks-nav .blocks-nav-left a:before {
    content: "\f0d9";
    font-family: "FontAwesome";
    margin-right: 3px;
}

.blocks-nav .blocks-nav-right a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 4px;
}

/* Featured Ribbon Styling
----------------------------------------------- */

.ribbon-wrap {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
}

.ribbon {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0 9px;
    background: #469af6;
}

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

.entry-meta { clear: both }

.byline { display: none }

.single .byline, .group-blog .byline { display: inline }

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.edit-link {
    background: #469AF6;
    padding: 0 6px 3px 6px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

.edit-link:hover {
    background: #555;
}

.edit-link a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}

.edit-link i {
    font-size: 11px;
    margin-right: 3px;
}

.page-links {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    width: 100%;
    border-top: dotted 1px #DDD;
    display: inline-block;
    padding-top: 3%;
}

.page-links a {
    padding: 5px 5px 5px 8px;
    background: #469AF6;
    color: #fff;
    text-align: center;
}

.page-links a:hover {
    background: #555;
}

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

#comments .comments {
    background: #fff;
    float: left;
    width: 100%;
}

#comments-title {
    margin: 0 0 4% 0;
    padding-bottom: 3%;
    border-bottom: solid 1px #e6e6e6;
    text-align: left;
}

#comments-title span {
    text-align: right;
    float: right;
}

#comments #respond { padding: 0; }

#comments .comment #respond {
    margin-top: 0px;
    padding-bottom: 10px;
}

#reply-title {
    margin: 0 0 2% 0;
    width: 100%;
    font-size: 24px;
    line-height: 1;
}

#comments .commentlist #reply-title {
    padding-top: 3%;
    margin-top: 3%;
}

#comments .commentlist #respond #reply-title { padding-top: 2% }

#respond label {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#respond .comment-subscription-form { margin-bottom: 5px }

#respond .comment-subscription-form label {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

#respond p { position: relative }

#respond .required { color: #469AF6 }

#respond p { margin-bottom: 15px }

#commentform p { width: 100% }

#comments .form-submit { margin: 10px 0 0 0 !important }

#respond input[type="text"], #respond input[type="email"], #respond textarea {
    color: #777;
    border: none;
    background: #fff;
    font: 16px/24px 'Helvetica', sans-serif;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

#respond .comment-form-comment {
    width: 100%;
    display: inline-block;
}

#respond input:focus, #respond input[type="email"]:focus, #respond textarea:focus {
    outline: none;
    box-shadow: rgba(0,0,0, 0.22) 0px 0px 2px;
}

#respond textarea {
    line-height: 1.4;
    width: 100%;
}

#commentform #submit {
    background: #469AF6;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 0 18px 0;
    border: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#commentform #submit:hover {
    background: #555;
    cursor: pointer;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.form-allowed-tags {
    font-size: 12px;
    line-height: 1.4;
    color: #999;
    float: left;
    margin: 10px 0 25px 0;
    width: 100% !important;
    display: none;
}

#comments .commentlist {
    list-style-type: none;
    counter-reset: li;
    margin: 0;
}

#comments .commentlist li {
    position: relative;
    float: left;
    width: 100%;
    padding: 2% 0 3% 0;
    margin: 0 0 3% 0;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
    list-style: none;
}

#comments .commentlist li:last-child {
    margin-bottom: 8%;
}

#comments .commentlist .children {
    margin: 3% 0 0 0;
    border-top: solid 1px #eee;
    padding: 3% 0 0 0;
}

#comments .commentlist .children li { padding-left: 5% }

#comments .commentlist .children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#comments .comment-block {
    padding: 0;
    position: relative;
}

#comments .comment-edit-link { color: #ccc }

#comments .comment-edit-link:hover { color: #469AF6 }

#comments .comment-edit-link i {
    font-size: 11px;
    margin-left: 5px;
    vertical-align: middle;
}

#comments .comment-text {
    position: relative;
    display: inline-block;
    width: 80%;
    float: left;
    padding-top: 2px;
}

#comments .comment-text p {
    font-size: 15px;
    line-height: 1.6;
}

#comments .comment-reply-link {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#cancel-comment-reply-link {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 8px;
}

#cancel-comment-reply-link:before {
    content: "\f057";
    font-family: "FontAwesome";
    margin-right: 3px;
}

#cancel-comment-reply-link:hover {
    color: #555;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    -o-transition: .07s ease-in;
    transition: .07s ease-in;
}

#cancel-comment-reply-link i {
    font-size: 18px;
    color: #f74f4f;
}

#cancel-comment-reply-link i:hover {
    color: #555;
    cursor: pointer;
}

#comments .logged-in-as {
    float: left;
    color: #bbb;
    margin-bottom: 5%;
}

#comments .commentlist .logged-in-as {
    padding-bottom: 3%;
    margin-bottom: 4%;
}

#comments .logged-in-as a { color: #777 }

#comments .logged-in-as a:hover { color: #555 }

#comments .comment-notes, #comments .logged-in-as {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #bbb;
    margin-bottom: 2%;
    padding-bottom: 2%;
}

#comments .commentlist .comment-notes {
    padding-bottom: 3%;
    margin-bottom: 20px !important;
    border-bottom: none;
}

#comments .comment-notes .required {
    position: relative !important;
    top: auto !important;
    right: auto !important;
}

#comments .comment-awaiting-moderation {
    background: #8ACF9B;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    margin-top: 15px;
    color: #FFF;
}

#comments .comment-awaiting-moderation:before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 10px;
}

#comments .vcard-wrap {
    width: 100%;
    display: inline-block;
}

#comments .vcard {
    display: inline-block;
    width: 10%;
    float: left;
    margin-right: 5%;
    margin-top: 5px;
}

#comments .vcard img {
    float: left;
    height: 35px;
    width: 35px;
    border-radius: 50px;
}

#comments .fn {
    float: left;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 0;
    width: 100%;
}

#comments .fn a { color: #555 }

#comments .fn a:hover {
    background: none;
    color: #777;
}

#comments .comment-info {
    display: inline-block;
    position: relative;
    width: 100%;
}

#comments .comment-meta {
    float: left;
    line-height: 1;
    width: 100%;
    margin-bottom: 3%;
}

#comments .comment-time a {
    text-transform: uppercase;
    font-size: 11px;
    color: #ccc;
    display: inline-block;
    padding-top: 5px;
}

#comments .comment-time a:hover { color: #555 }

#comments .comment-time:hover { color: #999 }

#comment-nav-below {
    display: inline-block;
    width: 100%;
    padding: 2.5% 0 4% 0;
}

#comment-nav-below a {
    background: #469AF6;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
}

#comment-nav-below a:hover { background: #555 }

#comment-nav-below .nav-previous { float: left }

#comment-nav-below .nav-next { float: right }

.no-comments {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.attachment #nav-below {
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    margin-bottom: 15px;
}

.attachment #nav-below a {
    font-weight: bold;
    color: #999;
}

.attachment #nav-below a:hover { color: #555 }

.attachment #nav-below .nav-previous, .attachment #nav-below .nav-next {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px;
}

.attachment #nav-below .nav-next { border-left: solid 1px #eee }

/* Search Results
----------------------------------------------- */

.search-result {
    padding: 5% 0 2% 0;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.search-result:last-child { border-bottom: none }

.search-results .block-text { padding: 0 }

.search #content-wrap .site-navigation { padding: 7% 0 }

.search #content-wrap .site-navigation a {
    background: #469AF6;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.search #content-wrap .site-navigation a:hover {
    background: #555;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.search .nav-previous { float: left }

.search .nav-next { float: right }

.search-results .meta-nav i { font-size: 9px }

/* Footer
----------------------------------------------- */

.site-footer {
    position: relative;
    z-index: 10;
    width: 100%;
    display: block;
    background: #272a33;
    padding: 2% 3%;
    margin: 0 0 -7px 0;
}

.site-footer a {
    color: #5C5F66;
    border-bottom: solid 1px #4C4F55;
}

.site-footer a:hover { color: #fff }

.site-footer .copyright {
    text-transform: uppercase;
    font-size: 11px;
    color: #5C5F66;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.site-footer .sep { margin: 0 5px }

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

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

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

.site-header img, .comment-content img, .widget img, #content img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height: auto;
}

.site-header img, img[class*="align"], img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img, img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #eee;
    padding: 2%;
    padding-bottom: 0;
    max-width: 100%;
}

.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright { margin-bottom: 5% }

.wp-caption img {
    display: block;
    margin: 0 auto 0;
    max-width: 98%;
}

.wp-caption-text { text-align: center }

#content-wrap .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

.site-content .gallery { margin-bottom: 1.5em }

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-content .gallery dd { margin: 0 }

/* =Comment Tabs
----------------------------------------------- */

#single-tabs {
    margin: 5% 0 0 0;
    float: left;
    width: 100%;
}

#single-tabs .single-tab-nav {
    width: 100%;
    margin: 0;
    float: left;
    display: inline-block;
    border-bottom: solid 1px #e3e3e3;
    text-align: center;
}

#single-tabs .single-tab-nav li {
    display: inline-block;
    border: solid 1px #e3e3e3;
    border-bottom: none;
    margin-bottom: -1px;
    margin-right: 10px;
    padding: 1.5% 2%;
}

#single-tabs .single-tab-nav li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ADB5BB;
}

#single-tabs .single-tab-nav li a:hover { color: #555 }

#single-tabs .single-tab-nav li.active { background: #fafafa }

#single-tabs .single-tab-nav li.active a { color: #555 }

#single-tabs .single-tab-nav li.active i, #single-tabs .single-tab-nav li a:hover i {
    color: #469AF6;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.post-tab {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 7% 12%;
}

.page .post-tab {
    border-top: solid 1px #E3E3E3;
}

/* =Sharedaddy
----------------------------------------------- */

#jp-post-flair {
    background: #f7f7f7;
    padding: 5%;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none !important;
}

.block-container-wrap #jp-post-flair {
    display: none;
}

.sd-like, .sd-sharing {
    display: inline-block;
    width: 100%;
}

.sd-like {
    margin-top: 10px;
    border: none !important;
}

.sd-sharing, .sd-social {
    border-top: none !important;
}

div.sharedaddy h3.sd-title:before {
    display: none !important;
}

.sd-content ul { margin: 0 !important }

.sharedaddy li, .sd-sharing li {
    list-style-type: none !important;
    display: inline-block;
    float: left;
    margin: 0 8px 8px 0;
}

div.sharedaddy .sd-content li span, div.sharedaddy a.sd-button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body div.jp-relatedposts .jp-relatedposts-headline em:before {
    border-color: transparent;
}

#jp-relatedposts {
    border-top: solid 1px #e6e6e6;
    margin-bottom: 0 !important;
}

h3.sd-title {
    width: 100%;
    margin-bottom: 10px;
}

#wpstats {
    display: none !important;
}

/* =Author Tab
----------------------------------------------- */

#author-info {
    position: relative;
    display: inline-block;
}

#author-avatar {
    float: right;
    width: 100px;
    margin-left: 40px;
}

#author-avatar img { border-radius: 100px }

#author-info .avatar:hover {
    border: none !important;
    background: none !important;
    cursor: pointer;
}

#author-info .grav-grav img {
    width: 100px;
    height: auto;
}

.grav-hijack, .grav-hijack:hover {
    border: none !important;
    background: none !important;
    height: auto !important;
    margin: 0 !important;
}

.gcard { margin: 11px 0 0 -4px !important }

.author-profile {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 4%;
    margin-bottom: 4%;
}

#author-description {
    width: 100%;
    margin-top: -6px;
    font-size: 16px;
    line-height: 1.6;
}

#author-description h2 {
    clear: none;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
}

#content .author-posts ul, .author-posts li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.author-posts li {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 2%;
    padding-bottom: 2%;
}

.author-posts li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.author-posts li a {
    color: #555;
    font-size: 16px;
}

.author-posts li a:hover { color: #469AF6 }

.author-posts li span {
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.8;
    text-transform: uppercase;
    background: #469AF6;
    padding: 0 4px;
    margin: 0 8px 5px 0;
    color: #fff;
}

.bypostauthor {

}

/* =Contact Form
----------------------------------------------- */

.contact-form input[type='text'], .contact-form input[type='email'], .contact-form textarea, #content input[type='password'] {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
    padding: 15px 10px;
    margin-bottom: 16px !important;
    border-radius: 0;
    border: none;
    background: #f3f3f3;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.contact-form input[type='text']:focus, .contact-form input[type='email']:focus, .contact-form textarea:focus, #content input[type='password']:focus {
    outline: none;
    background: #ececec;
    color: #666;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.contact-form label, #content label {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 2px;
    font-weight: bold;
    margin-bottom: 3px;
}

.contact-form label.radio { padding-bottom: 0 }

.contact-form input[type='submit'], #content input[type='submit'] {
    background: #469AF6;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.contact-form input[type='submit']:hover, #content input[type='submit']:hover {
    background: #555;
    cursor: pointer;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.mejs-container {
    margin-bottom: 4%;
}

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

/* Recent Comments*/

.widget_recent_comments td {
    vertical-align: middle;
    padding: 8px 0 4px 0;
}

/* Social Icons */

.header-search .icons { float: right }

.header-search .icons a {
    margin: 0 3px;
    color: #5C5F66;
    font-size: 16px;
    line-height: 1.8;
}

.header-search .icons a:hover { color: #fff }

#secondary .icon-links a {
    padding: 5%;
    display: inline-block;
}

/* =Calendar Styling
----------------------------------------------- */

#calendar_wrap {
    background: #fff;
    border-right: none;
    border-bottom: none;
    box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
    -moz-box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
    -webkit-box-shadow: rgba(0,0,0, 0.15) 0px 2px 2px -1px;
}

#wp-calendar {
    margin: 0;
    max-width: 100%;
}

#wp-calendar caption {
    text-align: center;
    background: #f7f7f7;
    padding: 5px 10px;
    font-weight: bold;
}

#wp-calendar tr th, #wp-calendar tr td { text-align: center }

#wp-calendar tr th {
    background: #469AF6;
    color: #fff;
    margin: -10px -10px 10px -10px;
    font-size: 11px;
    font-weight: bold;
}

#wp-calendar tbody tr td {
    padding: 2px 0;
    border-right: solid 1px #f3f3f3;
    border-top: solid 1px #f3f3f3;
}

#wp-calendar tbody tr td:hover {
    box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.1) 0px 0px 5px;
    cursor: pointer;
}

#wp-calendar tfoot td {
    border-top: solid 1px #f3f3f3;
    border-right: solid 1px #eee;
    padding: 7px 0 5px 0;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

/* =RSS Styling
----------------------------------------------- */

.widget_rss .rsswidget { color: #555 }

.widget_rss ul .rsswidget { color: #555 !important }

.widget_rss ul .rsswidget:hover { color: #aaa !important }

.widget_rss .rsswidget { font-weight: bold }

.widget_rss li {
    margin: 0 0 20px 0 !important;
    padding: 0 0 20px 0 !important;
    list-style-type: none !important;
    border-bottom: solid 1px #eee;
}

.widget_rss li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.widget_rss li:before { display: none }

.widget_rss .rss-date {
    float: left;
    width: 100%;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #bbb;
}

.widget_rss li cite {
    margin-top: 10px;
    display: inline-block;
}

.widget-title .rsswidget img { display: none }

.widget-title .rsswidget { color: #555 !important }

/* =Widget Text
----------------------------------------------- */

.textwidget { word-break: break-word }

/* =Tag Cloud
----------------------------------------------- */

.tagcloud a {
    background: #3598f4;
    color: #fff !important;
    float: left;
    font-size: 9px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    position: relative;
}

.tagcloud a:hover { background: #328de2 }

/* =Widget Archive
----------------------------------------------- */

.widget_archive select, .widget_categories select { width: 100% }

/* =Instagram Styling
----------------------------------------------- */

.wpcom-instagram-columns-3 img {
    max-width: 31% !important;
}

/* =HTML Formatting
----------------------------------------------- */

/* Tables */

#content table {
    border: dotted 1px #e7e7e7;
    padding: 1% 3%;
}

#content table td, #content table th { padding: 10px }

#content table td { border-bottom: solid 1px #f7f7f7 }

#content table tr:last-child td { border-bottom: none }

#content table tr.odd { background: #f7f7f7 }

/* Blockquotes and Type Styles */

#content .block-text blockquote {
    position: relative;
    padding: 3% 0 3.5% 12%;
    margin-bottom: 3%;
    border-top: dotted 1px #E7E7E7;
    border-bottom: dotted 1px #E7E7E7;
    font-family: 'Arimo', 'Helvetica Neue', 'Helvetica', sans-serif;
}

#content .block-text blockquote blockquote { margin-bottom: 0 }

#content .block-text blockquote:before {
    position: absolute;
    left: 4%;
    top: 9%;
    font-family: "FontAwesome";
    content: "\f10d";
    color: #469af6;
    font-size: 18px;
    z-index: 5;
}

#content .block-text blockquote blockquote:last-child { padding-bottom: 0 }

#content .block-text blockquote p {
    text-align: left;
    position: relative;
    z-index: 10;
}

#content .block .block-text blockquote { margin-bottom: 10% }

#content .block-text blockquote p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

#content .block-text blockquote cite {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: 15px;
    color: #999;
    text-align: right;
    padding-right: 5%;
}

.pull-right, .pull-left {
    width: 30%;
    font-weight: normal;
    font-style: italic;
    line-height: 1.3;
    font-size: 24px;
    border-top: dotted 2px #e7e7e7;
}

.pull-right {
    float: right;
    margin: 1% 0 3% 3%;
    padding: 2% 0 0 2%;
    text-align: right;
}

.pull-left {
    float: left;
    margin: 1% 5% 3% 0;
    padding: 2% 2% 0 0;
    text-align: left;
}

/* Definitions */

#content dl { margin-bottom: 4% }

/* Lists */

#content ul, #content ol { margin: 0 0 4% 20px }

#content ol { margin-left: 25px }

#content ul ul, #content ul ol, #content ol ul, #content ol ol { margin-bottom: 0 }

#content ul { list-style-type: square }

/* Code */

#content code, #content kbd {
    background: #f7f7f7;
    padding: 0 4px;
}

/* Address */

#content address {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 2% 0;
}

/* Twitter Cards */

.twitter-tweet { margin: 0 auto 4% auto!important }

/* =CSS3 Animations
----------------------------------------------- */

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% { -webkit-transform: perspective(400px) rotateY(-2deg) }

    70% { -webkit-transform: perspective(400px) rotateY(2deg) }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% { -moz-transform: perspective(400px) rotateY(-2deg) }

    70% { -moz-transform: perspective(400px) rotateY(2deg) }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% { -o-transform: perspective(400px) rotateY(-2deg) }

    70% { -o-transform: perspective(400px) rotateY(2deg) }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% { transform: perspective(400px) rotateY(-2deg) }

    70% { transform: perspective(400px) rotateY(2deg) }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@-o-keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

@keyframes fadeIn {
    0% { opacity: 0 }

    100% { opacity: 1 }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

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

/* Tablet and Mobile */

@media only screen and (max-width:768px) {
    body, html { overflow-x: hidden }

    pre:before { font-size: 14px }

    #content .block-text blockquote:before {
        left: 0;
        top: 3%;
    }

    /* Fonts and Titles */

    .site-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .site-title a { padding: 4px 8px }

    .site-description { letter-spacing: 0 }

    h1, h2, h3, h4, h5, h6 { margin-bottom: 6% }

    .entry-header h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .archive-title h1 {
        font-size: 16px;
        border: solid 4px;
        padding: 3px 8px;
    }

    .single .block-entry-title, .entry-header h1 {
        font-size: 24px;
        line-height: 1.3;
        padding: 0;
    }

    .blocks-page .block-titles-wrap, .archive .block-titles-wrap, .search .block-titles-wrap { padding: 7% 5% 3% 5% }

    .block .block-titles { padding: 0 2% 4% 2% }

    .block .block-entry-title {
        font-size: 24px;
        line-height: 1.3;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 16px;
    }

    .single .block-date {
        font-size: 11px;
        margin-bottom: 3%;
        line-height: 1.2;
    }

    #content-wrap p, .block-titles p, .block-text p, .block-text {
        font-size: 15px;
        line-height: 1.6;
    }

    #content .block-text blockquote p {
        font-size: 14px;
        line-height: 1.6;
    }

    #content .block-text blockquote p:before { left: -13% }

    .pull-right, .pull-left {
        font-size: 18px;
        width: 100%;
        margin-bottom: 20px;
    }

    /* Layout */

    #main { padding: 3% 3% 5% 3% }

    #primary {
        width: 100%;
        float: none;
    }

    #secondary {
        float: left;
        width: 100%;
        margin-top: 5%;
    }

    .block-container-inside { padding-top: 3% }

    .single .block-text, .page .block-text { padding: 0 6% }

    .search-results .block-text { padding: 0 }

    .header-wrap { padding: 5% 20px }

    .navigation-wrap { min-height: 44px }

    .navigation-wrap-inside { min-height: 44px }

    .archive-box li {
        font-size: 16px;
        padding: 6px 0;
    }

    /* Menu */

    .sticky-wrapper {
        height: auto !important;
        position: relative !important;
    }

    .menu { display: none }

    .main-small-navigation .menu { display: none }

    .menu > li:first-child .sub-menu a { padding-left: 0 }

    .menu-toggle { width: 100px }

    .main-small-navigation ul li:hover > ul, .main-small-navigation ul li ul { display: block !important }

    /* Header Search */

    .header-search {
        width: 100%;
        float: left;
    }

    .header-search #searchform { float: none }

    .header-search input[type="text"] {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 10px;
        height: 38px;
    }

    .header-search, .toggle-icons { display: none }

    .header-search input {
        height: 30px;
        width: 100%;
    }

    .header-search #s { width: 79% }

    .header-search #searchsubmit { width: 21% }

    .header-search .icons {
        float: left;
        width: 100%;
    }

    .header-search .icons a {
        font-size: 17px;
        margin: 0 3px;
    }

    .header-search .icon-links a:first-child { margin-left: 0 }

    .error404 #content-wrap #s, .error404 #content-wrap #searchsubmit { height: 35px }

    .error404 #content-wrap #searchform { margin-bottom: 5% 4% }

    /* Header Toggles */

    .navigation-wrap .toggle-icons {
        float: left;
        width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: solid 1px #37373c;
    }

    .toggle-icons a { padding: 15px 15px 5px 0 }

    .toggle-boxes {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .toggle-box {
        float: left;
        width: 100%;
        .: ;
        padding: 0;
    }

    .toggle-box:first-child { display: block }

    .toggle-box-filters { padding-top: 0 }

    .toggle-box-social { padding-top: 0 }

    /* Homepage Blocks */

    .infinite-loader {
        bottom: -10px;
        left: 42%;
    }

    .block-container-wrap {
        width: 100%;
        margin-left: 3%;
    }

    .block { margin-bottom: 20px }

    .block p {
        font-size: 15px;
        margin-bottom: 5%;
    }

    .block-text { padding: 0 0 }

    .single-attachment .block-text { padding-bottom: 5% }

    .ribbon-wrap {
        right: 0;
        top: 0;
    }

    .intro-text {
        font-size: 16px;
        color: #999;
    }

    /* Sidebar */

    #secondary aside { padding: 8% }

    /* Tab Interface */

    #single-tabs .single-tab-nav li { padding: 1.5% 4% }

    #single-tabs .single-tab-nav li span { display: none }

    .post-tab { padding: 7% }

    .author-profile {
        padding-bottom: 6%;
        margin-bottom: 6%;
    }

    #author-avatar {
        margin-left: 15px;
        display: inline-block;
    }

    #author-avatar img {
        width: 60px;
        height: auto;
        float: right;
    }

    #author-description {
        font-size: 14px;
    }

    #author-description h2 { width: 50% }

    .author-posts li a {
        font-size: 14px;
        float: left;
        width: 100%;
    }

    .author-posts li span { float: left }

    .post-navigation { width: 100% }

    .post-detail-col {
        float: left;
        padding-left: 0;
        width: 100%;
        border-top: solid 1px #e6e6e6;
        border-left: none;
        padding-top: 10px;
        margin-top: 10px;
    }

    .post-tab .sd-social, .post-tab .sd-like { padding: 5% 0 }

    /* Comments */

    #comments-title { display: inline-block }

    #comments-title span {
        float: left;
        clear: both;
        width: 100%;
        text-align: left;
    }

    .commentlist li { margin: 0 0 5% 0 }

    .commentlist li:last-child { margin-bottom: 5% }

    .commentlist #respond #reply-title { padding-top: 3% }

    #comments .comment-text p { font-size: 14px }

    #comments .comment-notes, #comments .logged-in-as {
        margin-bottom: 5%;
        padding-bottom: 6%;
    }

    #reply-title {
        font-size: 20px;
    }

    /* Quote Format */

    .block-quote { padding: 10% }

    #block-container .block-quote p {
        font-size: 20px;
    }

    .single .block-quote p {
        font-size: 20px;
    }

    .single .block-quote cite {
        font-size: 12px;
        padding: 2px 5px;
    }

    /* Footer */

    .blocks-nav {
        width: 100%;
        float: left;
        padding: 5% 0 7% 0;
    }

    .blocks-nav a { margin-left: 0 }

    .blocks-nav .blocks-nav-left { float: left }

    .site-footer { margin-bottom: 0 }

    .site-footer .copyright {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }
}

/* Tablet Portrait */

@media only screen and (min-width:765px) and (max-width:900px) {
    .block-container-wrap {
        width: 98%;
        margin-left: 0;
    }

    .block { width: 45% }
}

/* Mobile Blocks */

@media only screen and (max-width:765px) {
    .block {
        width: 93%;
        margin-left: 0;
    }
}

/* Tablet Portrait */

@media only screen and (min-width:1440px) {
    #main { display: block }
}/**
 * Styles for Jetpack related posts
 */

/* Container */

div.jp-relatedposts {
	/*display: none;*/
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
}

div.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

div.jp-relatedposts .jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

div.jp-relatedposts .jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

div.jp-relatedposts .jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

div.jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

div.jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

div.jp-relatedposts .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

div.jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	/*cursor: pointer;*/
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div.jp-relatedposts .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

div.jp-relatedposts .jp-relatedposts-post:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div.jp-relatedposts p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

div.jp-relatedposts p {
	margin-bottom: 0;
}

div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

div.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

div.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

/* Don't let thumbnails get too tall and account for portrait pics
	Todo: replace with single class for the thumbnail anchor only
	 */

div.jp-relatedposts .jp-relatedposts-post > .jp-relatedposts-post-thumb-wrapper:first-child {
	display: block;
	max-height: 96px;
	overflow: hidden;
	margin: 0 0 4px;
	-moz-box-shadow: 0 1px 2px #d9d9d9;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-o-box-shadow: 0 1px 2px #d9d9d9;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 2px #d9d9d9;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-ms-box-shadow: 0 1px 2px #d9d9d9;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px #d9d9d9;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	background: #eee; /* For overflow in the case of Y > X images, untested */
}

div.jp-relatedposts .jp-relatedposts-post img,
div.jp-relatedposts .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.jp-relatedposts-items-visual .jp-relatedposts-post img,
div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

div.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Behavior when there are thumbnails in visual mode */
div.jp-relatedposts .jp-relatedposts-post-thumbs .jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
div.jp-relatedposts .jp-relatedposts-post-nothumbs .jp-relatedposts-post-excerpt {
	overflow: hidden;
}
div.jp-relatedposts .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/**
 * Responsive
 */

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

	div.jp-relatedposts .jp-relatedposts-post {
		width: 50%;
	}

	div.jp-relatedposts .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

}

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

	div.jp-relatedposts .jp-relatedposts-post {
		width: auto;
		clear: both;
		margin: 0 0 1em;
	}

}/* Temporary development fonts */

@font-face {
	font-family: 'DIN Next W02 Cond';
	src: url(/wp-content/themes/vip/ted-ideas/css/../fonts/DINNextLTPro-Condensed.eot?) format('eot'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/DINNextLTPro-Condensed.otf)  format('opentype'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/DINNextLTPro-Condensed.woff) format('woff'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/DINNextLTPro-Condensed.ttf)  format('truetype'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/DINNextLTPro-Condensed.svg#DINNextLTPro-Condensed) format('svg');
}


@font-face {
	font-family: 'GeorgiaProW02-Regular';
	src: url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia.eot?) format('eot'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia.woff) format('woff'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia.ttf)  format('truetype'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia.svg#Georgia) format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family:"Georgia Pro W01-Bold";
	src:url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Bold.eot?#iefix);
	src:url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Bold.eot?#iefix) format("eot"),url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Bold.woff) format("woff"),url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Bold.ttf) format("truetype"),url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Bold.svg#46a4b9e6-af52-4acd-bb7c-bcd22e0bb306) format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'GeorgiaProW02-LightItal';
	src: url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Italic.eot?) format('eot'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Italic.woff) format('woff'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Italic.ttf)  format('truetype'),
	url(/wp-content/themes/vip/ted-ideas/css/../fonts/Georgia-Italic.svg#Georgia-Italic) format('svg');
	font-style: italic;
	font-weight: 100;
}


/**
 * Remove in-word wrapping
 */
.main-navigation li, .single .block-text, .page .block-text, .block-text, .block-entry-title  {
	 word-wrap: normal;
}

/* =General, home page and single post
   -------------------------------------------------------------- */

h1.site-title,
h2.site-description {
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
}

h1.site-title {
	font-size: 42pt;
	line-height: 1.0;
	font-weight: 100;
	letter-spacing: -0.35pt;
}

h2.site-description {
	font-size: 27px;
	letter-spacing: 0.13pt;
	font-weight: 100;
}

@media only screen and (max-width: 768px) {
	h2.site-description {
		line-height: 26px;
	}
}



/* Visionary sponsorship brought to you by Lexus. */
.sponsor-lexus .site-description:after {
	color: #77787b;
	font-size: 10pt;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
	font-style: italic;
	content: 'With thanks to Lexus for their support';
}

/* Regular text */
.single-post #author-description,
.block-text p, .block-text li, .block-text dl,
.block p, .block li, .block dl {
	color: rgb(51, 51, 51);
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 16px;
	line-height: 25px;
}
.block-text .wp-caption-text {
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	margin-top: 7px;
	margin-bottom: 2%;
}
.block-text strong, .block-text b, .block-text dt,
.block strong, .block b, .block dt {
	font-family: "Georgia Pro W01-Bold", Georgia, serif;
	font-weight: 700;
}
#content .post ul,
#content .post ol {
	margin-left: 40px;
}
#content .post li {
	padding-left: 10px;
	padding-bottom: 3%;
}

/**
 * [ted] Embed shortcode. Appears only on VIP.
 * @see http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 */
.embed-ted {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom: 3%;
	height: 0;
}
.embed-ted iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Search input */
.header-search form:after {
	color: #fff;
	background: #b2b3ad;
	font-family: "FontAwesome";
	content: "\F002";
}

*::-webkit-input-placeholder {
	color: #fff;
}

*:-moz-placeholder {
	/* FF 4-18 */
	color: #fff;
}

*::-moz-placeholder {
	/* FF 19+ */
	color: #fff;
}

*:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

/* Mobile menu */
.menu-toggle {
		color: #77787b;
}

.main-small-navigation li a {
		color: #77787b;
}

.main-small-navigation li a:hover,
.main-small-navigation li.current-menu-item > a {
		color: #e52f26;
}

/* Sharing */
.single-post #content .sd-social .sd-title {
	color: #595957;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-style: normal;
	font-size: 20pt;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: -0.35pt;
}

.sd-social .share-icon:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
}

.sd-social .share-twitter a:before {
	content: "\f099";
}

.sd-social .share-facebook a:before {
	content: "\f09a";
}

.sd-social .share-google-plus-1 a:before {
	content: "\f0d5";
}

.sd-social a:hover {
	border-bottom: 2px solid #e52f26;
}

.sd-social .share-count {
	background: #e52f26;
	color: #FFF;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	padding: 2px 5px;
	line-height: 1;
	margin-left: 4px;
}

/* Post Format: Quote; */
.format-quote {
	background:transparent;
	padding: 0;
}

.format-quote #primary #content blockquote {
	margin: 0 0 43px 0;
}

#primary #content blockquote {
	padding:0 20px;
	text-align:center;
	margin: 40px 0;
}
#primary #content blockquote p {
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 100;
	display:inline;
	color: #fff;
	background-color: #E52F26;
	padding: 10px 0 3px 0;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	box-shadow: 10px 0 0 #E52F26, -10px 0 0 #E52F26;
}
#primary #content blockquote p:before {
	display:block;
	content: "";
	height: 20px;
	background-color: transparent;
}
#primary #content blockquote p:first-child:before {
	display:none;
}

/* Quote title */
#primary .format-quote .block-entry-title {
	color: #595957;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-size: 13px;
	font-weight:100;
	border: 6px solid #595957;
	padding: 10px;
	margin: 0 auto 19px auto;
	display: table;
	line-height: 1;
	text-align: center;
	top:0;
}

.quote-source, .quote-source a{
	color: #77787B;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-size: 13px !important;
	font-weight:100 !important;
	text-align: center;
}

.single .block-quote .quote-description {
	color: rgb(51, 51, 51);
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}

/* Single quote */
.single-post #primary .format-quote blockquote {
	margin-top: 0;
}
.single-post #primary .format-quote blockquote em {
	font-size: 54px;
}
.single-post .block-quote {
	padding: 0 90px 20px 90px;
	border-bottom: 6px solid #E52F26;
}

/* Intro on single post */
.single-post .post h2 {
	margin-bottom: 30px;
	color: #77787b;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-size: 17pt;
	font-weight: 100;
	text-align: center;
}

.block-entry-title a,
.block-entry-title a:hover {
	color: #e52f26;
	font-family: "DIN Next W02 Cond", "Arial Condensed", Arial, sans-serif;
	font-size: 28pt;
	font-weight: 100;
	letter-spacing: -0.35pt;
	line-height: 1.0;
	text-transform: uppercase;
	text-decoration: none;
}

.tag-category .block-entry-title a {
	font-size: 50pt;
}

.single-post .block-entry-title a,
.single-post .block-entry-title a:hover {
	font-size: 48pt;
}

a.block-permalink {
	color: #dd161d;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 13.6pt;
}


/* Search input */
.header-search input[type="text"] {
	color: #fff;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-style: normal;
	font-size: 13pt;
}

#ted-logo {
	color: #585856;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 20pt;
}

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

.block-text a, .block-titles-wrap a {
    color: #E52F26;
}
.block-text a:hover {
    color: #E52F26;
    border-bottom: 2px solid #E52F26;
}
.block-text .clickable-image-link:hover {
	border:none;
}

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

/* Widget title */
#secondary .widget-title {
	color: #b2b3ad;
	font-size: 13pt;
	font-family: "DIN Next W02 Cond";
	font-weight: normal;
	text-align: center;
}

/* =Single post
   -------------------------------------------------------------- */

.single-post .block-text > p:last-of-type:after {
	color: #e52f26;
	content: " \f04d";
	font-family: "FontAwesome";
}

.single-post .tag-quote-only .block-text > p:after {
	content: "";
}

.sd-social a {
	color: #e52f26;
	font-size: 12pt;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
}

.single-post .block-date {
	font-family: "DIN Next W02 Cond";
	font-size: 17pt;
	color: rgb(88,88,88);
}

.single-post .block-titles .author {
	color: #e52f26;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-size: 12pt;
}

.single-post #author-description {
	color: #585856;
	text-transform: none;
}

#single-tabs .single-tab-nav span {
	color: #585856;
	font-size: 12pt;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-style: italic;
	letter-spacing: -1px;
	text-transform: none;
}

/* Tab 1 - Comments */
#single-tabs .comments-section h3,
#single-tabs .post-detail-col h3 {
	color: #595957;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-style: normal;
	font-size: 20pt;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: -1px;
}

/* Tab 1 - Comments form */
#comments .fn,
#comments .comment-notes,
#comments .logged-in-as,
.contact-form label,
#content label {
	color: #585856;
	font-size: 12pt;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	letter-spacing: 0px;
	text-transform: none;
}

#comments .fn,
.contact-form label,
#content label {
	letter-spacing: -1px;
}

#respond .required {
	color: #e52f26;
}

/* Tab 2 - Author */
#author-description {
		text-align: left;
}

#author-description h2 {
	color: #595957;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-style: normal;
	font-size: 20pt;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: -1px;
	text-align: center;
}

#single-tabs .post-detail-col a {
	color: #e52f26;
	font-size: 10pt;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-style: italic;
}

#single-tabs .post-detail-col a:hover {
		border-bottom: 2px solid #e52f26;
}

/* Tab 3 - Details */
#single-tabs .post-detail-section,
#single-tabs .post-detail-section .post-detail-cat,
#single-tabs .post-detail-section .post-detail-col {
		text-align: center;
}

#single-tabs .single-tab-nav span,
#single-tabs .post-detail-section .post-detail-cat h3 {
	font-weight: normal;
}

/* =Category block (red filled block on home page)
   -------------------------------------------------------------- */

/* the "Questions worth asking block" */
.tag-category .category-head {
	color: white;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 21pt;
	text-transform: uppercase;
	letter-spacing: 0pt;
}

.tag-category h4 {
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-size: 9pt;
	text-align: center;
}

.tag-category h2.block-entry-title {
	width: 100%;
}

.tag-category h2.block-entry-title a,
.tag-category h4 {
	color: white;
	letter-spacing: -0.35pt;
}

/* =Archive
----------------------------------------------- */
.archive-title h1 {
		color: #595957;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-style: normal;
	font-size: 20pt;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: -.35pt;
}

/* =Error 404
   -------------------------------------------------------------- */
.error404 .entry-title {
	color: black;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 46pt;
	text-transform: uppercase;
}

.error404 #content-wrap p {
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 10pt;
}

/* =Related posts
-------------------------------------------------------------- */
.jp-relatedposts-post-title a {
	color: #e52f26;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-style: normal;
	font-size: 20pt;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 1.0;
	text-align: center;
	text-transform: uppercase;
}

.jp-relatedposts-post-context {
	color: #585856;
	font-family: "GeorgiaProW02-LightItal", Georgia, serif;
	font-size:12pt;
	font-style: italic;
}

#jp-relatedposts .jp-relatedposts-headline em {
	color: #595957;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.35pt;
	text-transform: uppercase;
	text-align: center;
}

/* =Footer
-------------------------------------------------------------- */
#footer-ted,
.site-footer li a {
	font-family: "Helvetica Neue Custom","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: white;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
}

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

#footer-ted {
	text-align: right;
	color: rgb(129, 129, 129);
}/*
Theme Name: TED Ideas
Template: premium/publisher
Author: Hybrid Design; Paul Clark, 10up
Author URI: http://10up.com
Description: Theme for ideas.ted.com. Child of theme "Publisher".
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, gray, light, white, one-column, right-sidebar, two-columns, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, infinite-scroll, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, clean, contemporary, minimal, photoblogging, portfolio, simple
*/

/* =General
	 ----------------------------------------------- */

body {
	background-color: #fff;
}

/* Main - this makes sure the detail/tab section on a single-post nicely aligns onto the footer*/
#main {
	padding-bottom: 1px;
	padding-top:0;
	margin-top: 2.5%;
}

@media (min-width:1440px) {
	#main {
		padding-bottom: 7px;
	}
}

@media (max-width:768px) {
	 #main {
		padding-bottom: 8px;
	}
}

/* Navigation */
.navigation-wrap {
	box-shadow: none;
	background-color: #fff;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
}

.navigation-wrap-inside {
	max-width: 1423px;
	margin: 0 auto;
}

.single-post .navigation-wrap {
	padding: 0 6% 0 6%;
}

.single-post .header-search {
	margin: 0;
}

.search-no-results #content {
	display: block;
	padding-top: 0;
}

.single-post #ted-logo {
	margin: 10px 0 0 0;
}

@media (max-width: 768px) {
	body div #ted-logo {
		margin: 0 auto;
		display: block;
		margin-top: 10px;
	}
}

/* Navigation menu items */
.main-navigation li.current-menu-item > a,
.main-navigation li a:hover {
	color: #a3a49d;
}

/* Navigation icons */
.navigation-wrap .toggle-icons {
	display: none !important;
}

/* Search input */
.header-search {
	margin-left: 3%;
	margin-right: 3%;

}
@media (max-width: 768px) {
	.header-search {
		position:relative !important;
		display:block !important;
		float:none !important;
		width: auto;
	}
}

.header-search input[type="text"] {
	background: #b2b3ad;
	float: left;
	height: 36px;
	/*padding: 14px 0 10px 13px;  */
    padding-top: 1px;
	text-transform: uppercase;
}

.header-search form {
	position:relative;
}

/* Clearfix */
.clearfix:after, .header-search:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix, .header-search { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html .header-search { height: 1%; }
.clearfix, .header-search { display: block; }
/* close commented backslash hack */

.header-search form:after {
	display: block;
	height: 30px;
	padding: 6px 15px 0 13px;
	position:absolute;
	top:0;
	right:0;
}

.header-search label {
	display: none;
}

@media (max-width:307px) {
    header#masthead {
        left:-11px;
    }
}

@media only screen and (max-width: 768px) {
    div.header-wrap {
        padding: 3% 3%;
    }
}


/* Header */
.site-header {
	background: none !important;
}

/* Header site title */
.site-title {
	position: relative;
	top: 4px;
	margin-bottom: 4px;
	padding: 14px 20px;
	background-color: #e52f26;
}

.site-title a {
	position: relative;
	top: 5px;
	border: none;
	padding: 0;
}

.site-title a:hover {
	color: #fff;
}

.header-wrap {
	padding-bottom: 0;
	padding-top: 0;
}

/* Header subtitle */
.site-description {
	display: block;
	margin: 20px auto 20px auto;
	width: 500px;
	color: #77787b;
}

/* Mobile Header subtitle */
@media all and (max-width: 768px) {
	.site-description {
		width: 100%;
	}
}

/* Visionary sponsorship brought to you by Lexus. */
.sponsor-lexus .site-description:after {
	display: block;
	border-top: 6px solid #e52f26;
	margin-top: 15px;
	padding-top: 15px;
}

/* Sharing */
.sd-content {
	margin-top: 40px; /* @todo: set correct margin */
	width: 100%;
	text-align: center;
}

.sd-content ul {
	display: inline-block;
	*display: inline;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.single-post #content .sd-social .sd-title {
	display: block;
	border: 6px solid #595957;
	padding: 10px 10px 4px 10px;
	margin: 0 auto;
	width: 130px;

}

.sd-social .share-icon:before {
	margin-right: 5px;
}

#jp-post-flair {
	background: none !important;
}
.sharedaddy {
	margin-top: 40px;
}

.sd-sharing li {
	display: inline-block;
	margin-right: 50px;
}

.sd-sharing .share-google-plus-1 {
	margin-right: 0;
}

.sd-sharing .share-end {
	display: none;
}

/* Secondary content */
#secondary {
	box-shadow: none;
}

/* Sidebar */
#secondary aside {
	padding: 25px 0;
}

#secondary > aside > div,
#secondary > aside > iframe,
#secondary > aside > a,
#secondary > aside > ul,
#secondary .acm_ad_zones img {
	margin: 0 auto;
	display:block;
}

#secondary aside:first-child {
	padding-top: 0;
}

/* Widget title */
#secondary .widget-title {
	margin: 0px 0px 25px 0px;
}

/* Sidebar: Fixed width */
@media all and (min-width: 768px) {
	#secondary {
		float: none;
		position: absolute;
		right: 0;
		top:0;
		width: 300px;
	}
	#primary {
		float: none;
		padding-right: 340px;
		width: 100%;
		position: relative;
	}
}

/* Sidebar: ad */
.jetpack-image-container,
.jetpack-image-container img {
	width: 300px;
    height: 1050px;
}


/* Banner ad widget */
#secondary .widget_image a,
#secondary .widget_image {
	width: 100%;
}

/* Twitter widget */
#secondary .widget_twitter_timeline {
	border-top: 5px solid #e52f26;
}

.twitter-timeline {
	width: 100%;
}

#content, /* for 404 page */
.block {
	box-shadow: none;
}

.menu-toggle,
.site-navigation .main-small-navigation,
.menu {
	display: none;
}

#ted-logo {
	background: url(/wp-content/themes/vip/ted-ideas/images/ted.png) 0px -27px no-repeat;
	background-size: cover;
	display: inline-block;
	width: 73px;
	height: 26px;
	margin-top: 10px;
	margin-left: 3%;
	text-indent: -999em;
	-webkit-transition: none;
	transition: none;
}

#ted-logo:hover {
	background-position: 0 0;
}

.header-wrap .flipInY {
	-webkit-animation-name: none;
	-moz-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
	width: 295px;
}

/* Sticky Posts Icon -- Hide */
.ribbon .fa-thumb-tack {
	display:none;
}


/* =Homepage + Single Post
	 ----------------------------------------------- */
.block-container-inside {
	padding-top: 45px;
}
.home .block-container-inside {
	padding-top: 0px;
}

/* Remove margin from homepage block paragraphs */
.block-container-wrap .block-titles-wrap {
	padding-bottom: 0;
	padding-top: 0;
}

.block-container-wrap .block-titles {
	text-align: center;
}

.block-container-wrap .block-titles h2 {
	display:inline;
}

.block-container-wrap .block-titles h2:hover{
	border-bottom: 2px solid #e52f26;
}

.block-container-wrap .block-titles .category {
	display: block;
	font-style: italic;
	color: #77787b;
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 7px;
}
.block-container-wrap .block-titles .category:hover {
	text-decoration: underline;
}

a.block-permalink:hover {
	border-bottom: 2px solid #e52f26;
}

.block-container-wrap .block-text p {
	margin-bottom: 0;
	margin-top: 7px;
}

/* Banners on home page */
.tag-banner .block-thumb:hover img:hover,
.tag-banner .block-thumb img,
.tag-banner a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

/* First extra 10 pixels underneath a quote element */
#block-container > .tag-quote {
	margin-bottom: 33px;
}

/* Banner and Quotes on home page */
.block-container-wrap .tag-quote .block-titles,
.block-container-wrap .tag-banner .block-titles-wrap,
.block-container-wrap .tag-banner .block-permalink {
	display: none;
}

.block-container-wrap .tag-banner .block-meta {
	padding-bottom: 0;
	padding-top: 4px;
}


/* Quote on home page */
.single-post blockquote em,
.tag-quote .block-text blockquote em,
.tag-quote .block-text em {
	background-color: #e52f26;
	box-shadow: 10px 0 0 #e52f26, -10px 0 0 #e52f26;
	padding: 10px 0px 3px 0px;
}

/* Box shadow is not correct in IE9+ */
.ua-ie .single-post blockquote em,
.ua-ie .tag-quote .block-text blockquote em,
.ua-ie .tag-quote .block-text em {
    box-shadow: none;
}


.tag-quote .block-meta {
	position: relative;
	top: -10px;
}

/* .home .tag-quote .block-thumb	{ */
.tag-quote .block-thumb	 {
	display: none;
}

/* hide the top post quote on a single post page */
.single-post .tag-quote .block-text em,
.single-post .tag-quote h4.quote {
	display: none;
}

.single-post .tag-quote-only h4.quote,
h4.quote {
	display: inline-block;
}

.single-post #content blockquote em,
.single-post .tag-quote .block-text blockquote em {
	display: inline;
}

/* Make the quote text centered */
.single-post #content blockquote p,
.tag-quote .block-text blockquote,
.single-post #content .tag-quote .block-text blockquote p,
.block-container-wrap .tag-quote .block-text {
	text-align: center;
}

.single-post #content blockquote,
.single-post blockquote,
.single-post #content .tag-quote blockquote,
.single-post #content .standard-blockquote {
	border: none;
	display: block;
	margin: 40px 0 30px 0;
	padding: 0;
	text-align: center;
}

.single-post #content .standard-blockquote {
	font-style: italic;
	margin: 40px 20px 30px 40px;
	text-align: left;
}

/* Add quotes characters */
/*.single-post #content blockquote em:before,
.tag-quote .block-text em:before,
.single-post #content .tag-quote blockquote em:before {
	content: "\201C";
}

.single-post #content blockquote em:after,
.tag-quote .block-text em:after,
.single-post #content .tag-quote blockquote em:after {
	content: "\201D";
}*/

/* Remove default quotes */
#content .block-text blockquote:before,
#content .block-text blockquote:after,
blockquote,
#content blockquote:before,
#content blockquote:after {
	content: "";
}

.single-post .post h2 {
	text-align: center;
}

.block-comments {
	display: none;
}

h4.quote {
	border: 6px solid #595957;
	display: inline-block;
	padding: 10px;
	text-align: center;
}

/* When we use the more-text element in a quote WP adds a <a>, we hide it */
.tag-quote .more-link {
	display: none;
}

/* Dive deeper container home page */
div.block-meta {
	background: none;
	box-shadow: none;
	border-bottom: 6px solid #e52f26;
	text-align: center;
}

a.block-permalink {
	float: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	position: relative;
	transform: none;
}

a.block-permalink:before {
	content:'MORE';
}

/* Add an arrow to the "dive deeper" link */
a.block-permalink .fa-link:before,
a.block-permalink .fa-chain:before,
a.block-permalink .icon-link:before {
	content:"\f178";

}
a.block-permalink .fa-chain,
a.block-permalink .fa-link,
a.block-permalink .icon-link {
	padding-left: 5px;
}


/* =Single post
	 ----------------------------------------------- */
/* Single tabs */
#single-tabs .single-tab-nav li i,
#single-tabs .single-tab-nav li a i {
	display: none;
}

@media all and (max-width: 768px) {
	#single-tabs .single-tab-nav li span {
		display: inline-block;
	}
}

/* Tab 1 - Comments */
#single-tabs .comments-section h3,
#single-tabs .post-detail-col h3 {
	display: block;
	border: 6px solid #595957;
	margin: 0 0 30px 0;
	padding: 10px 10px 4px 10px;
	width: 130px;
}

#single-tabs .comments-section h3 {
	width: 100%;
}

/* Tab 2 - Author */
#author-info {
	width: 100%;
}

.author-posts {
	display: none;
}

.author-profile {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#author-info .avatar {
	border-radius: 0;
	width: 100% !important;
}
/* Remove pointer cursor from avatar image. It's not a link. */
#author-info .avatar:hover {
	cursor: auto;
}

#author-avatar {
	float: left;
	margin-right: 5%;
	margin-left: 0;
	width: 25%;
}

#author-description {
	float: left;
	width: 70%;
}

#author-description h2 {
	width: 100%;
}

a.clickable-image-link {
	font-size: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: block;
}

/* Tab 3 - Details */
#single-tabs .post-detail-section .post-navigation {
	display: none;
}

#single-tabs .post-detail-section .post-detail-col {
	float: none;
	border: none;
	display:block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#single-tabs .post-detail-section .post-detail-cat {
	display: block;
	float: left;
	margin: 0;
	padding:0;
	width: 50%;
}
@media (max-width:480px) {
	#single-tabs .post-detail-section .post-detail-cat {
		width: 100%;
		padding-bottom: 20px;
	}
}
#single-tabs .post-detail-section .post-detail-cat > h3 {
	display:block;
	margin: 0 auto 20px auto;
}

#single-tabs .post-detail-section .post-detail-cat:nth-child(1):nth-last-child(1) {
	float: none;
}

#single-tabs .post-detail-section .post-detail-cat:nth-child(2) {
	float: right;
}

#single-tabs .post-detail-section .post-detail-cat:empty {
	display: none;
}

.single-post #content {
	box-shadow: none;
	padding-bottom: 20px;
}

.single-post #content .tag-quote-only blockquote,
.single-post .block-text > p:last-of-type {
	border-bottom: 6px solid #e52f26;
	padding-bottom: 30px;
}

.single-post #content .tag-quote-only blockquote {
	padding-bottom: 20px;
}


/* For a page with only a quote, we don't add any borders */
.single-post .tag-quote-only .block-text > p:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.single-post .date-sep {
	display: none;
}

.single-post .block-entry-title {
	position: relative;
	top: -17px;
}

.single-post .block-date {
	margin-bottom: 35px;
}

.single-post .block-titles {
	text-align: center;
	padding: 0 7% 40px 7%;
}

.single-post .tag-quote .block-titles {
	padding-bottom: 20px;
}

.single-post .block-titles .author {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 2px solid white;
}

.single-post .block-titles a[rel="author"] {
	border: 6px solid #e52f26;
	padding: 13px 31px;
}

.single-post .block-titles a[rel="author"]:hover .author,
.single-post .block-titles .author:hover {
	border-bottom: 2px solid #e52f26;
}

.single-post .attachment-post-image {
	margin-bottom: 45px;
}

.post-tab {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}


/* =Single post with only a quote
	 ----------------------------------------------- */
.single-post .tag-quote-only .block-titles {
	display: none;
}

.single-post #content .tag-quote-only blockquote {
	margin-top: 0;
}

.single-post div.tag-quote-only {
	position: relative;
	top: -12px;
}


/* =Category block (red filled block on home page)
	 ----------------------------------------------- */
.home .tag-category,
.archive .tag-category {
	background-color: #e52f26;
	color: white;
	padding-bottom: 12px;
	text-align: center;
}

.tag-category .block-titles .category {
	display: none;
}

.tag-category h2.block-entry-title {
	margin-top: 40px;
}

.block-container-wrap .tag-category .block-titles h2.block-entry-title:hover,
.block-container-wrap .tag-category .block-titles h2.block-entry-title {
	display: inline-block;
	border-bottom: none;
}

.tag-category h2.block-entry-title a,
.tag-category h3,
.tag-category h4 {
	color: white;
}

.tag-category .block-titles {
	text-align: center;
}

.tag-category span.category-head {
	border: 4px solid white;
	padding: 15px 10px 10px 10px;
	margin-top: 45px;
	display: inline-block;
}

.tag-category .block-text p {
	text-align: center;
}

.tag-category .block-meta {
	display: none;
}


/* =Archive
	 ----------------------------------------------- */
.archive-title {
	padding: 25px 3% 0px 3%;
}
.category .archive-title,
.author .archive-title,
.tag .archive-title,
.search .archive-title{
	padding-top: 0;
}

.archive-title h1 {
	display: inline-block;
	border: 6px solid #595957;
	padding: 10px 20px 4px 20px;
}
.archive-title p {
	color: rgb(51, 51, 51);
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 16px;
	line-height: 25px;
	margin: 2% 0;
}


/* =Related posts
	 ----------------------------------------------- */
.single-format-quote #jp-relatedposts {
	display:none !important;
}

#jp-relatedposts {
	border-top: none;
}

.jp-relatedposts-post {
	text-align: center;
}

.jp-relatedposts-post-context {
	margin:20px auto 0px;
}

div#jp-relatedposts h3.jp-relatedposts-headline {
	border: 6px solid #595957;
	display: block;
	float: none;
	margin: 0px auto 45px auto !important;
	padding: 16px 10px 7px 10px;
	width: 219px;
}

#jp-relatedposts .jp-relatedposts-headline em {
	background-color: white;
	box-shadow: none;
	display:block;
	position: relative;
	top: -2px;
}

#jp-relatedposts .jp-relatedposts-headline em:after,
#jp-relatedposts .jp-relatedposts-headline em:before {
	content:"";
}

#jp-relatedposts .jp-relatedposts-post-title {
	margin: 7px auto 0 auto;
}

/* =Error 404 / No Search Results
	 ----------------------------------------------- */

.error404 .entry-title,
.search-no-results .entry-title {
	display:block;
	line-height: 1;
}

.error404 #primary,
.search-no-results #primary {
	padding-right: 0;
	margin: 0 auto;
}

.error404 #primary,
.search-no-results #primary {
	width: 71%;
	display: block;
}
.error404 #content-wrap,
.search-no-results #content-wrap {
	text-align: center;
}
.error404 .h4,
.error404 .m4,
.search-no-results .h4,
.search-no-results .m4 {
	margin-bottom: 10px;
}
.error404 #content ul,
.error404 #content li,
.search-no-results #content ul,
.search-no-results #content li {
	list-style-type: none;
	margin-left: 0;
}
.error404 #content-wrap #searchform,
.search-no-results #content-wrap #searchform {
	margin: 0px 10% 60px 10%;
	position: relative;
}
.search-no-results #content-wrap #s {
	width: 100%;
	height: 50px;
	border: none;
	background: #f4f4f4;
	padding: 0 15px;
}
.search-no-results #content-wrap #searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.search-no-results .entry-title {
	color: black;
	font-family: "DIN Next W02 Cond", Arial, sans-serif;
	font-size: 46pt;
	text-transform: uppercase;
}
.search-no-results #content-wrap p {
	font-family: "GeorgiaProW02-Regular", Georgia, serif;
	font-size: 10pt;
	text-align: center;
	padding: 0 12%;
}

.error404 #main {
	padding: 0
}

.search-no-results.infinite-scroll.neverending #colophon {
	display: block !important;
}

.error404 .entry-header h1 {
    border-bottom: solid 1px #eee;
    padding-bottom: 3%;
}

/* =Footer
	 ----------------------------------------------- */
.site-footer .copyright,
.site-footer a {
	color: white;
}

.site-footer ul li a {
	border-bottom: none;
	float: left;
	margin-right: 20px;
	padding: 15px 0;
}

/* Alignment: main page */
#colophon {
	background-color: rgb(36, 36, 36);
	border-top: 6px solid #e52f26;
	padding: 0;
	margin-top: 10px;
}

#footer-container {
	max-width: 1440px;
	margin: 0 auto 0 auto;
}

#footer-inner {
	max-width: 1423px;
	margin: 0 auto 0 auto;
}

#footer-center {
	margin: 0 3% 0 3%;
	position: relative;
}

/* Alignment: single post */
.single-post #colophon {
	max-width: none;
	padding: 0;
}

.single-post .copyright {
	width: 800px;
	margin: 0;
}

.single-post #footer-container {
	padding: 0 6%;
}

.single-post #footer-inner {
	max-width: none;
	margin: 0;
}

.single-post #footer-center {
	margin: 0;
}

.site-footer ul {
	margin-left: 0;
}

.site-footer ul li {
	float: left;
	display: list-item;
	list-style: none;
}

/* Align the "TED Conferences" to the right" */
#footer-ted {
	float: right;
	padding-top: 16px;
}

footer .attribution {
	float: right;
	clear: both;
  padding-bottom: 13px;
  font-size: 12px;
  white-space: nowrap;
  text-align:right;
  margin-top:0;
}

footer .attribution a,
footer .attribution a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #555;
}

@media (min-width: 1120px) {
	#colophon .attribution {
		margin-top: -18px;
	}
}

@media (max-width:1120px) {
	#footer-ted {
		clear: both;
		float: left;
		padding-bottom: 10px;
	}

	footer .attribution {
		float: left;
		padding-top: 16px;
		padding-bottom: 10px;
		padding-left: 45px;
		clear: none;
	}
}

@media (max-width: 768px) {

	.site-footer ul li,
	.site-footer ul li a {
		float: none;
	}

	.site-footer ul {
		width: 100%;
	}

	footer span.attribution {
		padding-bottom: 0;
	}

	footer .attribution,
	#footer-ted,
	.site-footer ul li {
		border-bottom: 1px solid #1d1d1d;
		border-top: 1px solid #2f2f2f;
		margin-bottom: 0.6em;
		padding: 8px;
		width: 100%;
		text-align: center;
	}

	.site-footer ul li a {
		font-size: 14px;
		display: block;
		padding: 0;
	}

	.site-footer ul li a:hover {
		text-decoration: none;
	}

	.site-footer ul li:hover {
		background-color: #2d2d2d;
	}

	.single-post #footer-container,
	#footer-center .copyright,
	#footer-center,
	#footer-inner,
	#footer-container,
	#footer-center ul {
		margin: 0;
		width: 100%;
		padding: 0;
	}

	#footer-ted {
		right: 20px;
		top: 10px;
	}
}

/* =Alignments + spacing
	 ----------------------------------------------- */
.block {
	margin-bottom: 45px;
}

.tag-category.block {
	margin-bottom: 44px;
}

/* Gray block underneath a quote on home page */
h4.quote {
	margin-top: 43px;
	margin-bottom: 19px;
}

/* Dive deeper */
div.block-meta {
	padding-bottom: 15px;
	padding-top: 12px;
}

a.block-thumb {
	margin-bottom: 34px;
}

/**
 * Loop Advertisement
 */
.loop-advertisement {
	min-width: 300px !important;
	height: auto;
	border-bottom: 6px solid #e52f26;
	padding-bottom: 50px;
}
.single .loop-advertisement:before,
.single .acm_ad_zones > a:before {
	display: none;
}
.loop-advertisement:before,
.acm_ad_zones > a:before {
	content:"Advertisement";
	text-align:center;
	display:block;
	color: #77787B;
	font-size: 12px;
	position: relative;
	top: -5px;
	left:0;
}
.loop-advertisement a {
	display:block;
	float:none;
}
.loop-advertisement img {
	width: 300px !important;
	height:250px !important;
	display:block;
	margin: 0 auto;
}

/**
 * Sidebar advertisement
 */
#secondary aside.acm_ad_zones {
	border-bottom: none;
	padding-bottom: 25px;
}
.acm_ad_zones > a {
	padding-bottom: 25px;
}

/**
 * Page
 */
.page #content {
	padding-top: 0;
}

/**
 * Gallery
 */
.gallery-item {
	overflow:hidden;
}
/* Flexible image width */
#main:not(.blocks-page) #content .gallery-item img {
	max-width: 200px;
	width: 100%;
	height: auto;
}
/* JetPack Carousel Meta */
.jp-carousel-image-meta {
	display:none;
}
.gallery-columns-1 .gallery-icon {
	padding:0;
}
.gallery-columns-1 img {
	max-width: 100% !important;
}
#main:not(.blocks-page) #content .gallery-item img,
#main:not(.blocks-page) #content .gallery-item img:hover,
.gallery-columns-1 img:hover {
	border: 0px solid transparent !important;
}
.gallery .gallery-caption {
	text-transform: none;
	font-size: 13px;
}

/**
 * Gallery
 */
.single-format-gallery .block-text {
	padding-right: 0;
	padding-left: 0;
}

.single-format-gallery #content .gallery-item img:hover {
	opacity: 1;
}

/* Playlist / Talk of the day */
#secondary .widget-playlist,
#secondary .widget-totd {
	border-top: 5px solid #e52f26;
	padding-top: 12px !important;
	padding-bottom: 7px !important;
}

#secondary .widget-playlist .widget-title,
#secondary .widget-totd .widget-title {
	text-transform: none;
	font-size: 25px;
	margin: 0px 0px 5px 0px;
}

#secondary .widget-playlist h3,
#secondary .widget-totd h3 {
	font-family: "DIN Next W02 Cond";
	color: #444;
	font-size: 25px;
	font-weight: normal;
}

#secondary .widget-playlist h3 a,
#secondary .widget-totd h3 a {
	color: #444;
}

#secondary .video-container {
	display: block;
	position: relative;
	max-width: 100%;
}
#secondary .video-container img {
	display: block;
}
#secondary .widget-totd .video-container {
	height: 169px;
	overflow: hidden;
}
#secondary .widget-totd .video-container img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
#secondary .play {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 0;
	display: block;
	padding: 0;
	width: 50px;
	height: 50px;
	background: url(/wp-content/themes/vip/ted-ideas/images/TEDPlayRed.png) left center no-repeat;
	cursor: pointer;
}
#secondary .play span {
	display: block;
	text-indent: -9999px;
}
#secondary .video-author,
#secondary .video-count {
	color: #666;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0;
}img.emoji {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}

/**
 * Simple Homepage Experiment
 */

.simple-homepage-experiment #header,
.simple-homepage-experiment #footer,
.simple-homepage-experiment #landingpage {
	display: none !important;
}
.simple-homepage-experiment .simple-homepage {
	display: block !important;
}

.simple-homepage-experiment .simple-homepage {
	background: #f5f5f5;
}

/**
 * Typography
 */

.simple-homepage-experiment body,
.simple-homepage-experiment td,
.simple-homepage-experiment p,
.simple-homepage-experiment div,
.simple-homepage-experiment input,
.simple-homepage-experiment label {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
	outline: none;
}

.simple-homepage-experiment input[type=checkbox] {
	margin: 0;
}

.simple-homepage-experiment h2,
.simple-homepage-experiment h3 {
	text-align: center;
}

.simple-homepage-experiment h2 {
	font-family: "Open Sans", "Helvetica", sans-serif !important;
	font-size: 18px !important;
	color: #464646;

	margin-bottom: 16px;
}

.simple-homepage-experiment h3 {
	color: #898989;
	font-size: 14px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.simple-homepage-experiment a {
	color: #1e8cbe;
	text-decoration: none;
}

.simple-homepage-experiment a:hover {
	color: #005684;
}

/**
 * Layout
 */

body.simple-homepage-experiment {
	background: #f1f1f1;
}

body.simple-homepage-experiment#h4home #lang-guess {
	margin-top: 85px;
	padding: 15px;

	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.simple-homepage {
	display: none;
}

body.simple-homepage-experiment .simple-homepage {
	display: block;
}

.simple-homepage-experiment h1 {
	margin: 50px auto 50px auto;
	padding-left: 85px;
	height: 75px;
	width: 305px;
	color: #737373;

	font-size: 43px !important;
	font-weight: 100;
	line-height: 75px;
	text-shadow: 0 1px 0 #fff;

	background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-1x.png) no-repeat !important;
}

.simple-homepage-experiment .content {
	max-width: 910px;
	margin: auto;
}

.simple-homepage-experiment .box {
	background: #fff;
	width: 43.4065934%;
	height: 280px;
	padding: 35px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	-moz-box-shadow:    0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 2px 3px rgba(0,0,0,0.2);
}

.simple-homepage-experiment .box:hover {
	-moz-box-shadow:    0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow:         0px 2px 5px rgba(0,0,0,0.3);

}

.simple-homepage-experiment .or {
	width: 45px;
	height: 45px;
	margin: 100px 20px;

	float: left;

	color: rgba( 0, 0, 0, 0.2);
	text-shadow: 0 1px 1px #f1f1f1, 0 0 0 #aaa,
				 0 4px 1px #f1f1f1;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;

	border-radius: 50%;
	border: 8px rgba( 0, 0, 0, 0.1 ) solid;
}

.simple-homepage-experiment .sign-up {
	text-align: center;
}

.simple-homepage-experiment .big-ass-blue-button {
	margin: 20px auto;
	padding: 12px 40px;

	display: inline-block;

	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	text-shadow:  0px -1px 1px rgba(0,0,0,0.32);

	border-radius: 4px;

	background-color: #0aa1ce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(10, 161, 206)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(10, 161, 206), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa1ce', EndColorStr='#0088b5');

	border: 1px solid #0088b5;

	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.5),
				0 1px 1px rgba(0,0,0,0.3);
}

.simple-homepage-experiment .big-ass-blue-button:hover {
	color: #fff;

	background-color: #4eb5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(78, 181, 213)), to(rgb(0, 136, 181)));
	background-image: -webkit-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -moz-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -o-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: -ms-linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	background-image: linear-gradient(top, rgb(78, 181, 213), rgb(0, 136, 181));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4eb5d5', EndColorStr='#0088b5');
}

.simple-homepage-experiment .big-ass-blue-button:active {
	background: #0aa1ce;
	box-shadow:	inset 0px -1px 1px rgba(255,254,254,0.2);
}

.simple-homepage-experiment .login input[type=text],
.simple-homepage-experiment .login input[type=password] {
	display: block;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 10px 15px 10px 35px;

	color: #898989;
	font-size: 14px;
	font-weight: 200;

	border-radius: 3px;

	background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;

	border: 1px solid #BFBFBF;

	-moz-box-shadow:    inset 0px 1px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow:         inset 0px 1px 3px rgba(0,0,0,0.15);
}

.simple-homepage-experiment .login input:focus {
	background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-1x.png) no-repeat;
	color: #444;
	border: 1px #aaa solid;
}

.simple-homepage-experiment .login input[type=text] {
	background-position: -3px -3px;
}

.simple-homepage-experiment .login input[type=password] {
	background-position: -3px -57px;
}

.simple-homepage-experiment#h4home #wrapper button.login-button {
	float: right !important;
	padding: 5px 20px !important;
	margin: 20px 0 !important;
	border-radius: 3px !important;
	border: 1px #bbb solid !important;

	color: #464646 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;

	text-shadow:         0px 1px 1px #fff !important;
	box-shadow:	inset 0px 1px 1px rgba(255,254,254,0.8),
				0 1px 2px rgba(0,0,0,0.1)  !important;

	background-color: #eaeaea !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 234, 234)), to(rgb(201, 201, 201))) !important;
	background-image: -webkit-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -moz-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: -ms-linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	background-image: linear-gradient(top, rgb(234, 234, 234), rgb(201, 201, 201)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#c9c9c9')  !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:hover {
	background-color: #fcfcfc !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(202, 202, 202))) !important;
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(202, 202, 202)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#cacaca') !important;
}

.simple-homepage-experiment#h4home #wrapper .login-button:active {
	background: #eaeaea  !important;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8)  !important;
}

.simple-homepage-experiment .forgot-password {
	display: block;
	margin: 17px 0 4px 0;

	float: left;
	clear: left;

	font-size: 12px;
}

.simple-homepage-experiment .remember-me {
	float: left;
	clear: left;
	margin: 0;
}

.simple-homepage-experiment .remember-me label {
	font-size: 12px;
	color: #1e8cbe;
}

.simple-homepage-experiment .remember-me label:hover {
	color: #005684;
}

.simple-homepage-experiment .footer {
	position: fixed;
		bottom: 20px;
		right: 0;
		left: 0;
	color: #898989;

	font-size: 11px;
	clear: both;
	text-align: center;
}

.simple-homepage-experiment .footer .automattic {
	margin: 0 3px;
	width: 127px;
	height: 13px;

	background: url(/wp-content/themes/h4/i/simple-homepage/automattic-1x.png) no-repeat;
	text-indent: -999999px;
	display: inline-block;
	vertical-align: text-bottom;
}

.simple-homepage-experiment .clear {
	clear: both;
}

/**
 * Retina CSS
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {

	.simple-homepage-experiment h1 {
		background: transparent url(/wp-content/themes/h4/i/simple-homepage/wp-logo-2x.png) no-repeat !important;
		background-size: 74px 74px;
	}

	.simple-homepage-experiment .footer .automattic {
		background: url(/wp-content/themes/h4/i/simple-homepage/automattic-2x.png) no-repeat;
		background-size: 127px 11px;
	}

	.simple-homepage-experiment .login input[type=text],
	.simple-homepage-experiment .login input[type=password] {
		background: #FCFCFC url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

	.simple-homepage-experiment .login input:focus {
		background: #fff url(/wp-content/themes/h4/i/simple-homepage/login-sprite-2x.png) no-repeat;
		background-size: 40px 96px;
	}

}

/**
 * Responsive CSS
 */

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

	.simple-homepage-experiment .or {
		clear: both;
		float: none;
		margin: 20px auto;
	}

	.simple-homepage-experiment .box {
		clear: both;
		margin: auto 20px;
		float: none;
		width: auto;
	}

	.simple-homepage-experiment .login {
		margin-bottom: 30px;
	}

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
	}
}

@media screen and (max-height: 580px) {

	.simple-homepage-experiment .footer {
		position: relative;
		padding-top: 30px;
		margin-top: 50px;
	}
}
