@charset "UTF-8";
/*--------------------------*/
/*       CSS Stylesheet     */
/*  (C) 2015 www.rosea.io   */
/*--------------------------*/
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: none; font-size: 100%; font: inherit; vertical-align: baseline; }

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

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

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

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

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

a { text-decoration: none; }

.outline { position: absolute; clip: rect(0px 0px 0px 0px); *clip: rect 0 0 0 0; }

input, textarea, button { outline: none; }

mark { background: none; color: inherit; }

strong, b { font-weight: 700; color: #424242; }

i, em { font-style: italic; }

q, blockquote { margin: 10px 0 10px 0; border-left: none; background: rgba(0, 0, 0, 0.04); border-radius: 4px; padding: 20px; font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; font-size: 12px; line-height: 18px; color: #bdbdbd; }
q a, blockquote a { color: #424242; text-decoration: underline; }
q strong, q b, blockquote strong, blockquote b { font-size: 12px; color: #757575; }

del, strike { text-decoration: line-through; color: #cccccc; }

pre { margin-top: 20px; margin-bottom: 20px; padding: 20px 10px 20px 40px; border-radius: 4px; background: #fffde7; font: normal 13px/16px "Courier New", Courier, monospace; color: #999999; }
pre strong, pre b { font-weight: 700; }

.postExcerpt { padding: 30px 0; font-size: 14px; line-height: 24px; font-weight: normal; color: #999999; }
.postExcerpt a { color: #1bbc9b; }
.postExcerpt a:hover { color: #29ebc3; }
.postExcerpt h1, .postExcerpt h2, .postExcerpt h3, .postExcerpt h4, .postExcerpt h5, .postExcerpt h6 { padding-bottom: 10px; font-weight: 700; color: #424242; }
.postExcerpt h1 { font-size: 24px; }
.postExcerpt h2 { font-size: 18px; }
.postExcerpt h3 { font-size: 16px; }
.postExcerpt h4 { font-size: 14px; }
.postExcerpt h5 { font-size: 12px; }
.postExcerpt h6 { font-size: 11px; }
.postExcerpt ul, .postExcerpt ol { margin: 20px; }
.postExcerpt ul { margin-left: 40px; list-style-type: disc; }
.postExcerpt ol { list-style-type: decimal; }
.postExcerpt img { width: 100%; height: auto; }
.postExcerpt p iframe, .postExcerpt p object embed { width: 100%; height: auto; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top: 20px; }

::-webkit-selection { color: #dedede; background-color: #f0f0f0; }

::-moz-selection { color: #dedede; background-color: #f0f0f0; }

::selection { color: #dedede; background-color: #f0f0f0; }

a { -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -o-transition: color 0.3s linear; -ms-transition: color 0.3s linear; transition: color 0.3s linear; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { position: relative; float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { width: 100%; display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-prev, .slick-next { position: absolute; z-index: 2; display: block; height: 90px; width: 35px; line-height: 0; font-size: 0; cursor: pointer; background: rgba(255, 255, 255, 0.25); color: transparent; top: calc(50% - 50px); border: none; border-radius: 4px; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "FontAwesome"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 5px; }
[dir="rtl"] .slick-prev { right: 5px; }
.slick-prev:before { content: ""; }
[dir="rtl"] .slick-prev:before { content: ""; }
.slick-prev:hover { background: #000; opacity: 0.7; }

.slick-next { right: 5px; }
[dir="rtl"] .slick-next { left: 5px; }
.slick-next:before { content: ""; }
[dir="rtl"] .slick-next:before { content: ""; }
.slick-next:hover { background: #000; opacity: 0.7; }

.slick-dots { position: absolute; top: 10px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 10px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; width: 20px; height: 20px; font-family: "FontAwesome"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

figure.effect-sadie figcaption::before { width: 100%; height: calc(100% - 20px); position: absolute; top: 0; left: 0; background: #e60068; background: -moz-linear-gradient(45deg, #e60068 0%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, #e60068), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(45deg, #e60068 0%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(45deg, #e60068 0%, rgba(255, 255, 255, 0) 100%); background: -ms-linear-gradient(45deg, #e60068 0%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(45deg, #e60068 0%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60068', endColorstr='#ffffff', GradientType=1 ); content: ''; opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

figure.effect-sadie figcaption::before { -webkit-transition: opacity 0.95s, -webkit-transform 0.15s; transition: opacity 0.95s, transform 0.15s; }

figure.effect-sadie ul, figure.effect-sadie .expand { -webkit-transition: opacity 0.45s, -webkit-transform 0.65s; transition: opacity 0.45s, transform 0.65s; }

figure.effect-sadie .expand { opacity: 0; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); }

figure.effect-sadie:hover figcaption::before { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

figure.effect-sadie:hover .expand { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

figure.effect-sadie:hover .expand { -webkit-transition-delay: 0.40s; /* Safari */ transition-delay: 0.40s; }

.circle { border-radius: 100%; }

.square { border-radius: 4px; }

.hamburger-menu { width: 26px; height: 26px; position: absolute; top: 0; right: 0; z-index: 2; font-size: 14px; line-height: 0; color: #000; cursor: pointer; border: 0; background-color: transparent; }

.sidebar { visibility: hidden; opacity: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.92); font-weight: normal; position: fixed; overflow: hidden; top: 0; bottom: 0; left: 0; right: 0; z-index: 1001; opacity: 0; will-change: opacity; -webkit-transition: visibility 0s, opacity 0.3s ease-in-out; -moz-transition: visibility 0s, opacity 0.3s ease-in-out; -ms-transition: visibility 0s, opacity 0.3s ease-in-out; -o-transition: visibility 0s, opacity 0.3s ease-in-out; transition: visibility 0s, opacity 0.3s ease-in-out; -webkit-transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -ms-transition: opacity .15s ease-in-out; -o-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; }
.sidebar .sidebar-content { padding: 10% 6%; margin: 0 auto; width: calc(100% + 15px); height: 100%; overflow: auto; }
.sidebar .sidebar-content .sidebar-col-1, .sidebar .sidebar-content .sidebar-col-2 { margin: 0; display: inline-block; vertical-align: top; }
.sidebar .sidebar-content .sidebar-col-1 { width: 21%; }
.sidebar .sidebar-content .sidebar-col-2 { width: 57%; padding: 0 7%; }
.sidebar .sidebar-content h3 { margin-bottom: 20px; font-size: 14px; font-weight: 700; color: #fff; }
.sidebar .sidebar-content .mainNav, .sidebar .sidebar-content .tagNav { font-weight: normal; }
.sidebar .sidebar-content .mainNav a, .sidebar .sidebar-content .tagNav a { color: #9d9d9d; }
.sidebar .sidebar-content .mainNav a:hover, .sidebar .sidebar-content .tagNav a:hover { color: #fff; }
.sidebar .sidebar-content .mainNav { font-size: 16px; font-weight: normal; line-height: 2; text-transform: uppercase; }
.sidebar .sidebar-content .tagNav { font-size: 14px; line-height: 26px; }
.sidebar .sidebar-content .socialNav { margin-top: 20px; margin-bottom: 40px; font-size: 23px; }
.sidebar .sidebar-content .socialNav li { display: inline-block; margin-right: 10px; }
.sidebar .sidebar-content .socialNav li:last-child { margin-right: 0; }
.sidebar .sidebar-content .socialNav li a { color: #9d9d9d; }
.sidebar .sidebar-content .socialNav li a:hover { color: #fff; }
.sidebar.opened { visibility: visible; opacity: 1; }
.sidebar .dibbble, .sidebar .instagram, .sidebar .flickrBox { margin-top: 40px; }
.sidebar .instagram #instagram li { display: inline-block; margin: 0 10px 8px 0; width: 30%; }
.sidebar .instagram #instagram li:nth-child(3n) { margin-right: 0 !important; }
.sidebar .instagram #instagram li img { width: 100%; height: auto; border-radius: 2px; }
.sidebar .instagram #instagram li img:hover { opacity: 0.6; }
.sidebar .dribbble .shotList li { margin: 0 10px 8px 0; width: 30%; display: inline-block; }
.sidebar .dribbble .shotList li:nth-child(3n) { margin-right: 0; }
.sidebar .dribbble .shotList li img { width: 100%; height: auto; border-radius: 2px; }
.sidebar .dribbble .shotList li img:hover { opacity: 0.6; }
.sidebar .flickr .flickrHeader a { font-size: 12px; text-decoration: none; color: #fff; }
.sidebar .flickr ul li { margin: 0 10px 8px 0; width: 30%; max-height: 66px; overflow: hidden; display: inline-block; }
.sidebar .flickr ul li:nth-child(3n) { margin-right: 0; }
.sidebar .flickr ul li img { width: 100%; height: auto; border-radius: 2px; }
.sidebar .flickr ul li img:hover { opacity: 0.6; }
.sidebar .latestTweet { margin-top: 40px; margin-bottom: 40px; text-align: left; }
.sidebar .latestTweet .tweetContent { color: #9d9d9d; font-size: 14px; line-height: 22px; }
.sidebar .latestTweet .tweetContent a { color: #fff; }
.sidebar .latestTweet .tweetContent a:hover { color: #3cf; }
.sidebar .latestTweet .tweetDate { margin-top: 10px; display: block; color: #9d9d9d; font-size: 12px; }
.sidebar .latestTweet .userLink { color: #fff; font-size: 12px; }
.sidebar .latestTweet .userLink:hover { color: #3cf; }
.sidebar .latestTweet .wrapper { width: 100% !important; margin-top: 0; }
.sidebar .sidebar-close { width: 40px; height: 40px; padding: 0; margin: 0; border: none; border-radius: 4px; background-color: #1e1e1e; cursor: pointer; position: absolute; top: 41px; font-size: 21px; text-align: center; color: #fff; }
.sidebar .sidebar-close:hover { color: #212121; background: #fff; }
.sidebar .author { margin-bottom: 40px; }
.sidebar .author .avatar { width: 90px; margin-bottom: 20px; }
.sidebar .author h3 { margin-bottom: 5px; font-size: 18px; line-height: 36px; font-weight: 700; color: #fff; }
.sidebar .author p { font-size: 16px; line-height: 24px; font-weight: normal; color: #9d9d9d; }
.sidebar .search-form { margin: 45px 0 25px 0; position: relative; }
.sidebar .search-form .fa { position: absolute; top: 13px; left: 15px; color: #fff; }
.sidebar .search-form input[type='text'] { width: 100%; height: 42px; padding: 0 10px 0 50px; margin: 0; border-radius: 4px; border: none; background-color: #1e1e1e; font-size: 13px; font-weight: normal; line-height: 42px; color: #ffffff; }

@media only screen and (max-width: 1180px) { .sidebar .sidebar-content .sidebar-col-1 { width: 26%; }
  .sidebar .sidebar-content .sidebar-col-2 { width: 47%; } }
@media only screen and (max-width: 926px) { .sidebar .sidebar-content { width: 100vw; height: 100%; margin: 0 auto; padding: 10% 6%; }
  .sidebar .sidebar-content .sidebar-col-1, .sidebar .sidebar-content .sidebar-col-2 { display: block; width: 100%; padding: 0; }
  .sidebar .sidebar-close { top: 53px; right: 6%; }
  .sidebar .wrapper { margin-top: 0; margin-bottom: 0; } }
@media only screen and (max-width: 612px) { .sidebar .sidebar-close { top: 5%; } }
.wrapper:before, .wrapper:after { content: " "; display: table; }
.wrapper:after { clear: both; }
.wrapper { *zoom: 1; }

.slick-prev:hover, .slick-next:hover, .sidebar .instagram #instagram li img:hover, .sidebar .dribbble .shotList li img:hover, .sidebar .flickr ul li img:hover, .sidebar .latestTweet .tweetContent a:hover, .sidebar .latestTweet .userLink:hover, .sidebar .sidebar-close:hover, .shareButtons li .fa, .shareField, .shareField li { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }

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

body { background-color: #eeeeee; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.container { width: 1260px; margin: 0 auto; }

.mainContent { margin: 0 auto; }

.wrapper { position: relative; width: 1260px; margin: 0 auto; }
.page-permalink .wrapper { width: 700px; }

/* Tags Page */
.tagTitle { padding: 30px 0; font-size: 16px; font-weight: 700; line-height: 1; }
.tagTitle i { margin-right: 65px; margin-left: 15px; font-size: 24px; }

/* Preloader */
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 999; }

#status { width: 80px; height: 40px; position: absolute; left: 50%; /* centers the loading animation horizontally one the screen */ top: 50%; /* centers the loading animation vertically one the screen */ background-image: url("data:image/gif;base64,R0lGODlhKwALAPEAAP///93d3e3t7d3d3SH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAKwALAAACMoSOCMuW2diD88UKG95W88uF4DaGWFmhZid93pq+pwxnLUnXh8ou+sSz+T64oCAyTBUAACH5BAkKAAAALAAAAAArAAsAAAI9xI4IyyAPYWOxmoTHrHzzmGHe94xkmJifyqFKQ0pwLLgHa82xrekkDrIBZRQab1jyfY7KTtPimixiUsevAAAh+QQJCgAAACwAAAAAKwALAAACPYSOCMswD2FjqZpqW9xv4g8KE7d54XmMpNSgqLoOpgvC60xjNonnyc7p+VKamKw1zDCMR8rp8pksYlKorgAAIfkECQoAAAAsAAAAACsACwAAAkCEjgjLltnYmJS6Bxt+sfq5ZUyoNJ9HHlEqdCfFrqn7DrE2m7Wdj/2y45FkQ13t5itKdshFExC8YCLOEBX6AhQAADsAAAAAAAAAAAA="); /* path to your loading animation */ background-repeat: no-repeat; background-position: center; border-radius: 3px; background-color: rgba(255, 255, 255, 0.5); margin: -40px 0 0 -40px; /* is width and height divided by two */ -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.mainHeader { height: 700px; position: relative; }
.page-permalink .mainHeader { height: 350px; }
.mainHeader .headerTop { margin: 60px 0; position: relative; }
.mainHeader .logo { display: inline-block; vertical-align: middle; }
.mainHeader .logo img { max-width: 600px; }
.mainHeader .headerInfo { margin-top: 100px; font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; color: #fff; }
.mainHeader .headerInfo h2 { margin-bottom: 10px; font-size: 32px; font-weight: 700; }
.mainHeader .headerInfo h3 { font-size: 14px; font-weight: 400; }
.mainHeader .headerInfo .nav-social { margin: 40px 0 0 0; }
.mainHeader .headerInfo .nav-social li { display: inline-block; margin-right: 40px; }
.mainHeader .headerInfo .nav-social li a { font-size: 13px; font-weight: 700; color: #fff; }
.mainHeader .headerInfo .nav-social li a:hover { color: #1218fe; }
.mainHeader .mainNav { width: 100%; padding-bottom: 40px; position: absolute; bottom: 100px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; font-weight: 700; font-size: 14px; line-height: 32px; text-align: left; color: #fff; }
.mainHeader .mainNav li { display: inline-block; margin-right: 60px; }
.mainHeader .mainNav li a { color: inherit; }
.mainHeader .mainNav li a:hover { color: #1218fe; }
.mainHeader .tagNav { width: 100%; padding-top: 40px; padding-bottom: 40px; position: absolute; bottom: 0; font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; font-weight: 700; font-size: 14px; text-align: left; color: #fff; text-transform: uppercase; }
.mainHeader .tagNav li { display: inline-block; margin-right: 60px; }
.mainHeader .tagNav li a { color: inherit; }
.mainHeader .tagNav li a:hover { color: #1218fe; }

.tagName, .searchHeading { margin: 60px 0 0 0; font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; font-weight: 700; font-size: 24px; text-align: center; color: #000; }

.mainContent { margin-top: 60px; }
.mainContent .read_more_container { margin: 10px 0 20px; }
.mainContent .read_more_container .read_more { font-size: 14px; font-weight: 700; color: #bdbdbd; }
.mainContent .read_more_container .read_more:hover { color: #424242; }

.mainFooter { margin: 120px 0 180px; }
.mainFooter p { font-size: 14px; color: #cccccc; }
.mainFooter p strong { font-weight: 700; color: inherit; }
.mainFooter .author { float: right; font-size: 11px; text-align: right; color: #cccccc; }
.mainFooter .author a { color: inherit; }

.post { width: 380px; margin: 0 60px 60px 0; position: relative; }
.post:nth-of-type(3n) { margin-right: 0; }
.post .meta { padding-top: 20px; font-size: 11px; }
.page-permalink .post { width: 700px; margin: 0 auto; }
.post .postCaption { margin-bottom: 20px; }

[data-tags~="featured"] { width: 820px; }

.formatPhoto figure a { display: block; line-height: 0; }
.formatPhoto .postImage { padding-bottom: 20px; position: relative; }
.formatPhoto .postImage figcaption { width: 100%; top: 0; bottom: 0; overflow: hidden; }
.formatPhoto .postImage figcaption .expand { position: absolute; bottom: 45px; left: 30px; font-size: 18px; }
.formatPhoto .postImage figcaption .expand a { color: #fff; }
.formatPhoto .post-exif { margin: 0 0 20px 0; font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; font-weight: normal; font-size: 11px; line-height: 16px; }
.formatPhoto .post-exif li { display: inline-block; padding-right: 15px; position: relative; line-height: 1; text-transform: uppercase; color: #000; }
.formatPhoto .post-exif li:last-child { padding-right: 0; }
.formatPhoto img { width: 100%; height: auto; }
.formatPhoto .postExcerpt { padding: 0 0 20px 0; }
.formatPhoto .iconsShare { padding: 0 0 20px 0; }
.formatPhoto .meta { padding: 0; }
.formatPhoto .tags { margin: 0 0 20px 0; }

.formatPhotoset img { width: 100%; height: auto; }
.formatPhotoset .postExcerpt { padding: 20px 0; }
.formatPhotoset .iconsShare { padding: 0 0 20px 0; }
.formatPhotoset .meta { padding: 0; }
.formatPhotoset .tags { margin: 0 0 20px 0; }

.formatChat { background: #9bdeed; }
.formatChat .meta { padding: 30px 30px 0; color: #fff; }
.formatChat .postExcerpt { padding: 0; }
.formatChat .postTitle { padding: 20px 30px; font-size: 18px; line-height: 24px; font-weight: 700; color: #fff; }
.formatChat .postTitle a { color: inherit; }
.formatChat .chat { margin: 0; }
.formatChat .chat li { padding: 15px 30px; list-style: none; color: #fff; }
.formatChat .chat li .chatName { font-weight: 700; color: #fff; }
.formatChat .chat li:nth-child(even) { padding-top: 0; font-size: 13px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); opacity: 0.7; }
.formatChat .postNotes { background: transparent; }
.formatChat .postNotes .notes .note .action { color: rgba(0, 39, 59, 0.5); }

.page-permalink .formatQuote { margin-top: 36px; }
.formatQuote .quote { padding: 0 0 20px 0; }
.formatQuote .quote svg { display: inline-block; width: 90px; margin-right: 20px; vertical-align: top; }
.formatQuote .postTitle { display: inline-block; width: 100%; margin-bottom: 0; font-size: 24px; line-height: 36px; font-weight: normal; color: #000; }
.page-permalink .formatQuote .postTitle { font-size: 42px; line-height: 60px; }
.formatQuote .postTitle a { color: inherit; }
.formatQuote .quoteAuthor, .formatQuote .quoteAuthorBox p:nth-of-type(2) { display: block; position: relative; padding-bottom: 20px; font-size: 12px; font-weight: 700; color: #000; }
.formatQuote .quoteAuthor a:hover, .formatQuote .quoteAuthorBox p:nth-of-type(2) a:hover { text-decoration: underline; }
.formatQuote .quoteAuthorBox p:nth-of-type(3) { padding-top: 20px; }
.formatQuote .postExcerpt { padding: 0; }
.formatQuote .tags { margin: 20px 0; }
.formatQuote .iconsShare { padding: 0; }

.formatLink { background: #fafafa; }
.formatLink .link { padding: 30px 30px 20px 30px; border-bottom: 2px solid #f0f0f0; }
.formatLink .link svg { display: inline-block; width: 30px; margin-right: 20px; margin-bottom: 20px; vertical-align: top; fill: #1bbc9b; }
.formatLink .link .postTitle { display: inline-block; width: 100%; font-size: 16px; line-height: 18px; color: #1bbc9b; }
.formatLink .link .postTitle a { color: inherit; }
.formatLink .link .postExternalLink { display: block; padding: 10px 0; font-size: 12px; color: #dedede; word-break: break-all; }
.formatLink .postExcerpt { padding: 20px 30px 0 30px; }
.formatLink .meta { padding: 20px 30px; }

.formatAudio, .formatVideo { background: #fafafa; -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1); box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1); }
.formatAudio .frame, .formatVideo .frame { width: 100%; }
.formatAudio .postExcerpt, .formatVideo .postExcerpt { padding: 20px 30px 0; }
.formatAudio .meta, .formatVideo .meta { padding: 0 0 10px 0; }

.formatAudio .frame iframe { width: 100%; }
.formatAudio .spotify_audio_player { height: 80px; }
.formatAudio .outerWidgetContainer { width: 100% !important; height: 80pximportant; }

.formatVideo .tumblr_video_container { width: 100% !important; }
.formatVideo .tumblr_video_container .tumblr_video_iframe { width: 100% !important; }

.formatText { background: #fafafa; -webkit-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1); box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.1); }
.formatText .meta { padding: 30px 30px 0 30px; color: #bdbdbd; }
.formatText .postExcerpt { padding: 0 30px; }
.formatText .postTitle { padding: 20px 30px; font-size: 24px; line-height: 32px; font-weight: 700; color: #424242; }
.formatText .postTitle a { color: inherit; }
.formatText img { width: calc(100% + 60px); height: auto; margin: 30px -30px; }

#infscr-loading { width: 80px; margin-left: -40px; overflow: hidden; background: #fff; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); border-radius: 3px; position: absolute; bottom: -20px; left: 50%; text-align: center; }
#infscr-loading img { padding: 10px 0; }
#infscr-loading div { display: none; }

.hidden { display: none; }

.pagination { padding: 80px 0 0 0; overflow: hidden; clear: both; text-align: center; line-height: 18px; }
.pagination .paginationPrev { float: left; padding: 0 !important; vertical-align: middle; }
.pagination .paginationPrev .fa { margin-right: 20px; }
.pagination .paginationNext { float: right; padding: 0 !important; vertical-align: middle; }
.pagination .paginationNext .fa { margin-left: 20px; }
.pagination a, .pagination .current_page { padding: 0 10px; font-size: 12px; line-height: 18px; font-weight: 700; text-transform: uppercase; color: #424242; }
.pagination a:hover, .pagination .current_page:hover { color: #1bbc9b; }
.page-permalink .pagination a, .page-permalink .pagination .current_page { font-size: 12px; line-height: 18px; font-weight: 700; }
.pagination .current_page { color: #999999; cursor: no-drop; }
.pagination .fa { font-size: 20px; vertical-align: middle; line-height: 23px; }
.page-permalink .pagination .fa { font-size: 18px; }

.tags { margin: 20px 30px 0; }
.tags li { display: inline-block; margin-bottom: 5px; font-size: 12px; color: rgba(0, 0, 0, 0.35); }
.tags li a { display: block; padding: 5px 20px; background: rgba(0, 0, 0, 0.05); border-radius: 4px; color: inherit; }
.tags li a:hover { background: rgba(0, 0, 0, 0.1); }

.iconsShare { padding: 20px 30px; }
.iconsShare li { display: inline-block; margin-right: 10px; vertical-align: middle; }
.iconsShare li:last-child { margin-right: 0; position: relative; }
.page .iconsShare li:nth-child(1) { display: none; }
.iconsShare li .fa { font-size: 16px; color: #ccc; cursor: pointer; }

.shareButtons { margin-top: 30px; }
.shareButtons li { display: inline-block; margin-right: 10px; line-height: 4px; vertical-align: middle; cursor: pointer; }
.shareButtons li .fa:hover { color: #03a9f4; }
.shareButtons li:last-child { margin-right: 0; }

.shareField { position: absolute; bottom: 10px; left: 25px; width: 130px; background: #fff; -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); visibility: hidden; opacity: 0; }
.shareField.visible { visibility: visible; opacity: 1; }
.shareField li { width: 100%; padding: 0; margin: 0; font-size: 11px; font-weight: 700; border-bottom: 1px solid #eeeeee; }
.shareField li:last-child { border-bottom: none; }
.shareField li:hover { background: #eceff1; }
.shareField li a { display: block; padding: 10px 15px 8px 15px; line-height: 24px; color: #616161; }
.shareField li .fa { margin-right: 10px; font-size: 15px; color: #616161; }

.disqus { padding: 30px 40px; }

.postNotes { width: 100%; padding: 30px; margin: 0 auto; }
.postNotes h2 { font-size: 27px; }
.postNotes .notes { padding: 0; margin: 25px 0 0 0; list-style-type: none; }
.postNotes .notes .reblog:before, .postNotes .notes .like:before { font: normal normal normal 14px/1 FontAwesome; text-align: right; float: right; top: 0; right: 0; }
.postNotes .notes .reblog:before { content: "\f079"; }
.postNotes .notes .like:before { content: "\f08a"; }
.postNotes .notes .note { display: inline-block; width: 100%; padding: 10px 0; font-size: 11px; line-height: 14px; vertical-align: top; }
.postNotes .notes .note .avatar_frame, .postNotes .notes .note blockquote { display: none; }
.postNotes .notes .note .action { color: #999999; }
.postNotes .notes .note .action a { font-weight: 700; color: #424242; }
.postNotes .notes .note .answer_content { font-weight: normal; }
.postNotes .notes .more_notes_link_container { text-align: left !important; }
.postNotes .notes .more_notes_link_container .more_notes_link { text-transform: uppercase; color: #000; font-weight: 700; }

@media only screen and (max-width: 1280px) { .mainHeader .wrapper { width: 95%; }
  .mainFooter .wrapper { width: 95%; } }
@media only screen and (max-width: 1279px) { .mainHeader .wrapper, .mainFooter .wrapper, .container, .wrapper { width: 840px; } }
@media only screen and (max-width: 980px) { .mainHeader { height: 210px; }
  .mainHeader .mainNav, .mainHeader .tagNav { display: none; } }
@media only screen and (max-width: 840px) { .container, .wrapper { width: 80%; }
  [data-tags~="featured"], .post, .page-permalink .post { width: 100%; }
  .mainFooter .wrapper { width: 80%; }
  .post { margin-right: 0; }
  .featured { width: 100%; }
  .introBox .intro .introImg { margin: 10px auto; }
  .mainHeader .wrapper { width: 80%; }
  .page-permalink .mainHeader .wrapper { width: 80%; } }
@media only screen and (max-width: 600px) { .mainFooter { margin: 30px 0 70px; }
  .mainFooter .author { float: left; text-align: left; line-height: 32px; } }
/*--------------------------*/
/*       COPYRIGHT 2015     */
/*        www.rosea.io      */
/*--------------------------*/

/*# sourceMappingURL=main.css.map */
