/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/pub/singl/css/../fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(/wp-content/themes/pub/singl/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(/wp-content/themes/pub/singl/css/../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(/wp-content/themes/pub/singl/css/../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(/wp-content/themes/pub/singl/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*
Theme Name: Singl
Theme URI: https://wordpress.com/themes/singl/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Singl is a minimalist theme that helps you to create a strong — yet beautiful — online presence. Primarily designed for music artists, Singl is a powerful and flexible theme.
Version: 1.1.3-wpcom
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: singl
Tags: black, green, white, one-column, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, infinite-scroll, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, blog, music, clean, dark, minimal

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

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

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Global
 * 3.0 - Basic Structure
 *   3.1 - Header
 *   3.2 - Sidebar
 *   3.3 - Footer
 * 4.0 - Subscribe form
 * 5.0 - Menu
 *   5.1 - Wrapper
 *   5.2 - Toggle
 *   5.3 - Lists
 *   5.4 - Links
 * 6.0 - Social links
 * 7.0 - Content
 *   7.1 - Entry thumbnail
 *   7.2 - Entry title
 *   7.3 - Taxonomy description
 *   7.4 - Entry content
 *   7.5 - Entry meta
 *   7.6 - Page links
 *   7.7 - More link
 *   7.8 - Aside
 *   7.9 - Password
 *   7.10 - Front page
 *   7.11 - 404
 * 7.0 - Media
 * 8.0 - Navigation
 * 9.0 - Comments
 *   9.1 - Comment list
 *   9.2 - Respond
 *   9.3 - Form
 * 10.0 - Widgets
 *   10.1 - Widget area
 *   10.2 - Calendar
 *   10.3 - Follow blog
 *   10.4 - Search
 *   10.5 - List
 *   10.6 - Select
 * 11.0 - Jetpack
 *   11.1 - Infinite scroll
 *   11.2 - Sharedaddy
 *   11.3 - Ratings
 *   11.4 - Contact form
 *   11.5 - WPStats
 *   11.6 - Responsive videos
 * 12.0 - Eventbrite
 * 13.0 - Responsive
 *   12.1 - 960px > x
 *   12.2 - 769px > x
 * -----------------------------------------------
 */


/* =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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: 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:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


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

body {
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Roboto, sans-serif;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	line-height: 1.2;
}
h2 {
	font-size: 32px;
	line-height: 1.3;
}
h3 {
	font-size: 26px;
	line-height: 1.4;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 3px;
	margin-bottom: 20px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul,
ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 10px 20px;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	font-size: 20px;
}
blockquote p {
	margin: 0;
}
address {
	margin: 0 0 20px;
}
pre {
	padding: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	background: #ddd;
	color: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
	overflow: auto;
}
code,
kbd,
tt,
var {
	padding: 0 5px;
	background: #ddd;
	color: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}
mark,
ins {
	padding: 0 5px;
	background: #2ecc71;
	color: #fff;
	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 20px;
	width: 100%;
}
th {
	font-weight: bold;
}
th,
td {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 7px 12px;
	background: #2ecc71;
	border: 1px solid #2ecc71;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	-webkit-appearance: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #000;
	border-color: #000;
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 7px;
	width: 100%;
	background: #ddd;
	border: 1px solid #ddd;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fff;
	outline: none;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
.error,
.required {
	color: #e74c3c;
}

/* Links */
a {
	color: #2ecc71;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

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

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


/* =Basic structure
----------------------------------------------- */

body {
	background: #777 url(/wp-content/themes/pub/singl/images/backgound.jpg) top center no-repeat fixed;
}
#page {
	display: -webkit-flex;
	display: flex;
	min-height: 100%;
	min-height: 100vh;
	-webkit-flex-direction: column;
	flex-direction:         column;
}
.page-wrapper {
	-webkit-flex: 1;
	flex:         1;
	flex-basis: auto;
}

/* Header */
#masthead {
	padding-top: 40px;
	text-align: center;
}
.has-header #masthead {
	padding-top: 80px;
}
#header-wrapper {
	position: relative;
	margin-top: -80px;
	margin-bottom: 40px;
	z-index: 9999;
	width: 100%;
	height: 40px;
	background: #000;
	color: #fff;
}
.site-branding {
	display: inline-block;
	padding: 20px 40px;
	margin: 0 auto 40px auto;
	max-width: 720px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.site-title {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
}
.site-title a,
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: inherit;
	text-decoration: none;
}
.site-description {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
}
.site-image,
.site-image img {
	display: block;
	margin: 0 auto;
}
.site-image {
	margin-bottom: 40px;
	width: 720px;
}

/* Sidebar */
#secondary {
	width: 940px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
#secondary a:hover,
#secondary a:focus,
#secondary a:active {
	color: #fff;
}
#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary input[type="search"],
#secondary textarea {
	background: #222;
	border-color: #222;
	color: #fff;
}
#secondary input[type="text"]:focus,
#secondary input[type="email"]:focus,
#secondary input[type="url"]:focus,
#secondary input[type="password"]:focus,
#secondary input[type="search"]:focus,
#secondary textarea:focus {
	border-color: #777;
}
#secondary button:hover,
#secondary input[type="button"]:hover,
#secondary input[type="reset"]:hover,
#secondary input[type="submit"]:hover,
#secondary button:focus,
#secondary input[type="button"]:focus,
#secondary input[type="reset"]:focus,
#secondary input[type="submit"]:focus,
#secondary button:active,
#secondary input[type="button"]:active,
#secondary input[type="reset"]:active,
#secondary input[type="submit"]:active {
	background: #777;
	border-color: #777;
}
#secondary th,
#secondary td {
	border-bottom-color: #777;
}
.hide {
	display: none;
}

/* Footer */
#colophon {
	padding: 20px 40px;
	background: #000;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
}
#colophon a {
	color: #777;
	text-decoration: none;
}
#colophon a:hover,
#colophon a:focus,
#colophon a:active {
	color: #fff;
}


/* =Subscribe form
----------------------------------------------- */

.subscribe-form-wrapper {
	padding: 20px 0;
	background: #000;
	color: #777;
	border-bottom: 1px solid #222;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.subscribe-form-wrapper .widget {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 720px;
}
.subscribe-form-wrapper #subscribe-email input,
.subscribe-form-wrapper p:last-of-type {
	font-size: 16px;
	line-height: 1.5;
}
.subscribe-form-wrapper #subscribe-text,
.subscribe-form-wrapper .success + p {
	display: none;
}
.subscribe-form-wrapper #subscribe-email,
.subscribe-form-wrapper #subscribe-submit {
	margin-bottom: 0;
}
#subscribe-email input {
	display: block;
	padding: 7px;
	width: 100%;
	background: #222;
	border-color: #222;
	color: #fff;
}
.subscribe-form-wrapper #subscribe-email input:focus {
	border-color: #777;
}
.subscribe-form-wrapper input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 12px;
}
.subscribe-form-wrapper input[type="submit"]:hover,
.subscribe-form-wrapper input[type="submit"]:focus,
.subscribe-form-wrapper input[type="submit"]:active {
	background: #777;
	border-color: #777;
}
.subscribe-form-wrapper a:hover,
.subscribe-form-wrapper a:focus,
.subscribe-form-wrapper a:active {
	color: #fff;
}


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

/* Wrapper */
.main-menu > ul:first-of-type {
	border-top: 1px solid #222;
}
.main-navigation {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0;
	padding: 0 40px;
	width: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Toggle */
.menu-toggle {
	float: right;
}
.menu-toggle,
.menu-toggle .fa {
	position: relative;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.menu-toggle:hover,
.main-navigation.toggled .menu-toggle {
	background: #2ecc71;
	color: #fff;
}
.main-navigation.toggled .nav-menu {
	display: block;
	cursor: pointer;
}

/* Lists */
.main-navigation ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0 40px;
	width: 100%;
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.main-navigation li {
	position: relative;
}
.main-navigation ul ul {
	display: block;
	position: relative;
	top: auto;
	padding: 0 0 0 40px;
}

/* Links */
.main-navigation a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
.main-navigation a:hover {
	background: #2ecc71;
	color: #fff;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	font-weight: 900;
}


/* =Social links
----------------------------------------------- */

#social-links-wrapper {
	display: none;
	position: absolute;
	left: 40px;
	z-index: 3;
	background: #000;
}
.social-links {
	margin: 0;
	list-style: none;
}
.social-links li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 40px;
	font-size: 16px;
}
.social-links a {
	padding: 0;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}
.social-links a:hover {
	background-color: #2ecc71;
	color: #fff;
}
.social-links .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
}


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

.page-header,
.page-content,
.hentry {
	position: relative;
	width: 720px;
	margin: 0 auto 40px auto;
	padding: 40px 40px 20px 40px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.page-header {
	padding-bottom: 40px;
}
.sticky {
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

/* Entry thumbnail */
.entry-thumbnail {
	margin: -40px 0 40px -40px;
	width: 720px;
	background: #000;
}
.entry-thumbnail img,
.entry-thumbnail a {
	display: block;
}

/* Entry title */
.page-title,
.entry-title {
	margin: 0;
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
}
.page-title a,
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.page-title a:hover,
.page-title a:focus,
.page-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #2ecc71;
}

/* Taxonomy description */
.taxonomy-description {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	text-align: center;
}
.taxonomy-description p {
	margin: 0;
}

/* Entry content */
.entry-content,
.entry-summary {
	margin: 20px 0 0;
}

/* Entry meta */
.entry-meta {
	position: relative;
	margin: 0 0 20px;
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	font-style: italic;
}
.entry-title + .entry-meta {
	padding-top: 10px;
}
.entry-header .entry-meta {
	color: #000;
	text-align: center;
	font-style: normal;
}
.entry-meta a {
	color: inherit;
}
.entry-header .entry-meta a {
	color: inherit;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #2ecc71;
}
footer.entry-meta {
	padding-top: 21px;
}
footer.entry-meta:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
}

/* Page links */
.page-links {
	position: relative;
	clear: both;
	padding: 21px 0 16px;
	margin: 0;
}
.page-links:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
}
.page-link {
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 5px;
	height: 30px;
	width: 30px;
	background: #2ecc71;
	border: 1px solid #2ecc71;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
a .page-link {
	background: #fff;
	border-color: #ddd;
	color: #777;
}
a:hover .page-link,
a:focus .page-link,
a:active .page-link {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

/* More link */
.more-link {
	display: inline-block;
	position: relative;
	padding: 8px 20px;
	background: #2ecc71;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
}
.more-link:hover,
.more-link:focus,
.more-link:active {
	color: #fff;
	background: #000;
}
.more-link-wrapper {
	display: block;
	margin: 20px 0 0;
}

/* Aside */
.format-aside .entry-title {
	display: none;
}
.format-aside div.entry-meta {
	padding-top: 0;
}

/* Video */
.format-video {
	padding-left: 0;
	padding-right: 0;
}
.format-video .entry-header,
.format-video .entry-content,
.format-video .entry-summary,
.format-video footer.entry-meta {
	padding-left: 40px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.entry-media {
	margin: -40px 0 40px;
}
.entry-media embed,
.entry-media iframe,
.entry-media object,
.entry-media video {
	display: block;
}

/* Password */
.post-password-form label {
	font-weight: bold;
}
.post-password-form input[type="password"] {
	margin: 10px 0 20px;
}

/* Front page */
.page-template-page-templatesfront-page-php .hentry:first-of-type .entry-title {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
.page-template-page-templatesfront-page-php .hentry:first-of-type .entry-content {
	margin-top: 0;
}

/* 404 */
.not-found .widget {
	margin-bottom: 20px;
}
.not-found .widgettitle {
	margin: 40px 0;
	color: #000;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 900;
}
.not-found .widget_recent_entries li,
.not-found .widget_categories li {
	border-bottom-color: #ddd;
}
.not-found .widget_categories .children li:first-child {
	border-top-color: #ddd;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
	background: transparent;
	font-size: 12px;
	font-weight: 300;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption-text {
	padding: 5px 5px 0 5px;
	margin: 0;
	text-align: center;
}
.site-main .gallery {
	margin-bottom: 20px;
}
.site-main .gallery-item {
	margin-top: 0 !important;
	margin-bottom: 20px;
}
.gallery-caption {
	padding: 20px 0 0;
	font-size: 12px;
	font-weight: 300;
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.gallery-icon a,
.gallery-icon img {
	display: block;
	margin: 0 auto;
	border: none !important;
}
embed,
iframe,
object,
audio,
video {
	max-width: 100%;
	margin-bottom: 20px;
}


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

.site-main [class*="navigation"] {
	margin: 0 auto 40px auto;
	width: 720px;
	overflow: hidden;
	text-align: center;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	width: 50%;
}
.site-main [class*="navigation"] a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
.site-main [class*="navigation"] a:hover,
.site-main [class*="navigation"] a:focus,
.site-main [class*="navigation"] a:active {
	background: #2ecc71;
	color: #fff;
}
.site-main [class*="navigation"] .nav-next a {
	float: right;
}
.site-main [class*="navigation"] a:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
}
.site-main [class*="navigation"] .nav-previous a:before {
	content: '\f177';
}
.site-main [class*="navigation"] .nav-next a:before {
	content: '\f178';
}


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

#comments {
	width: 720px;
	margin: 0 auto 40px auto;
	padding: 40px 40px 20px 40px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.comments-title {
	margin: 0 0 40px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
}

/* Comment list */
.comment-list {
	display: block;
	list-style: none;
	padding-bottom: 20px;
	margin: 0 0 20px;
	border-bottom: 3px solid #ddd;
}
.comment-list .comment .comment-body,
.comment-list .pingback .comment-body {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.comment-list .comment .comment-body {
	padding: 0;
}
.comment-list .pingback .comment-body {
	padding-bottom: 20px;
}
.comment-list > .comment:not(.parent):last-child > .comment-body,
.comment-list > .pingback:last-child > .comment-body {
	margin-bottom: 0;
	border-bottom: 0;
}
.comment-list .comment > .children {
	list-style: none;
	margin: 0;
}
.comment-list .comment .children > li {
	padding: 0;
}
.comment-list .comment .children .depth-2 .comment-body {
	padding-left: 80px;
}
.comment-list .comment .children .depth-3 .comment-body {
	padding-left: 160px;
}
.comment-list .comment .children .depth-4 .comment-body {
	padding-left: 240px;
}
.comment-list .comment .children .depth-5 .comment-body {
	padding-left: 320px;
}
.comment-list .comment .children .depth-6 .comment-body {
	padding-left: 400px;
}
.comment-list .comment .children .depth-7 .comment-body {
	padding-left: 480px;
}
.comment-list .comment-respond {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -21px;
	margin-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.comment-list > .comment:last-child > .comment-respond {
	padding: 0;
	margin: 0;
	border: none;
}
.comment-author {
	float: left;
}
.comment-content {
	padding-left: 80px;
}
.no-avatar .comment-content {
	padding-left: 0;
}
.comment-meta {
	padding-bottom: 20px;
}
.comment-meta a {
	text-decoration: none;
}
.comment-meta .fn {
	font-weight: bold;
	font-style: normal;
}
.comment-meta .fn a {
	color: inherit;
}
.comment-meta .fn a:hover,
.comment-meta .fn a:focus,
.comment-meta .fn a:active {
	color: #2ecc71;
}
.comment-meta time {
	font-size: 14px;
	margin-right: 7px;
}
.comment-meta a time,
.comment-edit-link {
	color: #777;
}
.comment-meta a:hover time,
.comment-meta a:focus time,
.comment-meta a:active time,
.comment-edit-link:hover,
.comment-edit-link:focus,
.comment-edit-link:active {
	color: #000;
}
.comment-meta .edit-link {
	font-size: 14px;
}
.comment-meta .bypostauthor {
	display: inline-block;
	padding: 2px 5px;
	background: #ddd;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}
.reply a {
	display: inline-block;
	padding: 2px 5px;
	background: #2ecc71;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}
.reply a:hover,
.reply a:focus,
.reply a:active {
	background: #000;
}

/* Respond */
.comment-list + .comment-respond,
.comment-list + .no-comments {
	padding-top: 20px;
}
.comment-reply-title,
.no-comments {
	margin: 0 0 40px;
	font-size: 28px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
}
.no-comments {
	margin-bottom: 20px;
}
.comment-reply-title small {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	text-transform: none;
}
.comment-reply-title a {
	color: #000;
	text-decoration: none;
}
.comment-reply-title a:hover,
.comment-reply-title a:focus,
.comment-reply-title a:active {
	color: #2ecc71;
}

/* Form */
.comment-form label {
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}
.comment-form input[type="checkbox"] + label {
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}


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

.widget {
	margin: 0 0 40px;
}
.widget-title,
.widgettitle {
	color: #777;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
}
.widget-title:empty {
	display: none;
}

/* Widget area */
.widget-area {
	float: left;
	margin-right: 20px;
	width: 300px;
}
.widget-area:last-of-type {
	margin-right: 0;
}
.bottom-panel {
	padding: 40px 0 0;
	background: #000;
	border-bottom: 1px solid #222;
}
.widgets-trigger {
	display: block;
	float: right;
	margin-right: 40px;
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.widgets-trigger:hover,
.widgets-trigger:focus,
.widgets-trigger:active {
	background-color: #2ecc71;
	color: #fff;
}
.widgets-trigger .fa {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
}

/* Calendar */
.widget_calendar caption {
	padding-bottom: 10px;
	font-weight: bold;
}
.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

/* Follow blog */
.widget_blog_subscription input[type="text"] {
	padding: 7px !important;
	width: 100% !important;
}

/* Search */
.search-form {
	position: relative;
	margin-bottom: 20px;
}
.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 12px !important;
}

/* List */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_rss_links ul {
	list-style: none;
	margin-left: 0;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_rss_links li {
	padding: 5px 0;
	border-bottom: 1px solid #111;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss li:first-child,
.widget_rss_links li:first-child {
	padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child,
.widget_rss_links li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	margin-left: 20px;
	padding-top: 5px;
}
.widget_categories .children li:first-child,
.widget_nav_menu .sub-menu li:first-child,
.widget_pages .children li:first-child {
	border-top: 1px solid #111;
	padding-top: 5px;
}

/* Select */
.widget select {
	max-width: 100%;
}


/* =Jetpack
----------------------------------------------- */

/* Infinite scroll */
.infinite-scroll .paging-navigation {
	display: none;
}
#infinite-footer {
	z-index: 99999;
	background: #000;
	color: #777;
}
#infinite-footer .container {
	padding: 0 40px;
	height: 40px;
	background: #000;
	border: none;
	line-height: 40px !important;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	color: #777;
	font-size: 14px;
	line-height: 40px;
}
#infinite-footer .blog-info {
	font-weight: 900;
	text-transform: uppercase;
}
#infinite-footer .blog-credits {
	font-weight: 300;
}
#infinite-footer .blog-info a,
#infinite-footer .blog-credits a {
	color: #777;
	font-size: inherit;
	font-weight: inherit;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-info a:active,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-credits a:active {
	color: #fff;
	text-decoration: none;
}
span.infinite-loader {
	height: 40px;
	padding-bottom: 40px;
}
span.infinite-loader .spinner {
	left: 50% !important;
	top: 50% !important;
	z-index: 9998 !important;
}
#infinite-handle {
	text-align: center;
	padding-bottom: 40px;
}
#infinite-handle span {
	display: inline-block;
	padding: 8px 20px;
	background: #fff;
	border: none;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
#infinite-handle span:hover {
	background: #2ecc71;
	color: #fff;
}
#infinite-handle span:before {
	display: none;
}

/* Sharedaddy */
#main .sharedaddy {
	position: relative;
	padding-top: 21px;
	margin: 20px 0px;
	font-family: Roboto, sans-serif;
}
#main .sharedaddy:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
}
#main .sharedaddy a {
	text-decoration: none;
}
#main .sharedaddy .sd-block {
	padding: 0;
	border: none;
}
#main .sharedaddy .sd-title {
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
}
#main .jetpack-likes-widget-wrapper iframe {
	height: 60px !important;
}

/* Ratings */
.pd-rating:empty {
	display: none !important;
}
.pd-rating + br {
	display: none;
}
.pd-rating {
	padding: 10px 20px;
	margin: 0 0 20px;
	background: #ddd;
	font-size: 14px;
	line-height: 1;
}

/* Contact form */
.entry-content .contact-form label {
	margin-bottom: 5px;
}
.entry-content .contact-form label span {
	color: inherit;
}
.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form input[type="url"],
.entry-content .contact-form textarea {
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

/* WPStats */
img#wpstats,
img[id*="botd"] {
	position: absolute;
	top: 0;
}

/* Responsive videos */
.jetpack-video-wrapper embed,
.jetpack-video-wrapper iframe,
.jetpack-video-wrapper object,
.jetpack-video-wrapper video {
	margin-left: auto !important;
	margin-right: auto !important;
}
.jetpack-video-wrapper span {
	line-height: 0;
}
.format-video > .jetpack-video-wrapper {
	margin-top: -40px;
	margin-bottom: 40px;
}


/* =Eventbrite
----------------------------------------------- */

.eventbrite-event .wp-post-image {
	margin: 0 auto;
}
.archive-eventbrite .paging-navigation .page-numbers {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 10px;
	width: auto;
}
.archive-eventbrite .paging-navigation .page-numbers.current {
	background-color: #2ecc71;
	color: #fff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	min-width: 20px;
	padding: 10px;
	width: auto;
}


/* =Responsive
----------------------------------------------- */

/* 1025px > x */
@media only screen and (max-width: 1024px) {

	#page {
		display: block;
		min-height: 100%;
	}

}

/* 960px > x */
@media only screen and (max-width: 959px) {

	.site-branding {
		max-width: 688px;
	}
	.site-image,
	.subscribe-form-wrapper .widget,
	.page-header,
	.page-content,
	.hentry,
	.entry-thumbnail,
	.site-main [class*="navigation"],
	#comments,
	#secondary {
		width: 688px;
	}
	.widget-area {
		width: 216px;
	}

}

/* 769px > x */
@media only screen and (max-width: 767px) {

	body:not(.has-primary-nav) #header-wrapper {
		display: none;
	}
	body:not(.has-primary-nav) #masthead {
		padding-top: 40px;
	}
	.site-branding {
		max-width: 80%;
	}
	.site-image {
		width: 80%;
	}
	.subscribe-form-wrapper .widget,
	.page-header,
	.page-content,
	.hentry,
	.entry-thumbnail,
	.site-main [class*="navigation"],
	#comments,
	#secondary,
	.widget-area {
		width: 100%;
	}
	#masthead {
		padding-top: 0;
	}
	.main-navigation,
	#social-links-wrapper {
		position: relative;
		left: auto;
		right: auto;
	}
	.menu-toggle {
		margin-right: -40px;
	}
	.main-navigation ul {
		padding: 0;
	}
	.main-navigation ul ul {
		padding: 0 0 0 10%;
	}
	#social-links-wrapper {
		padding: 20px 40px 0 40px;
	}
	.social-links {
		text-align: center;
	}
	.social-links li {
		display: inline-block;
		float: none;
	}
	.subscribe-form-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
	.comment-list .comment .children .depth-2 .comment-body {
		padding-left: 5%;
	}
	.comment-list .comment .children .depth-3 .comment-body {
		padding-left: 10%;
	}
	.comment-list .comment .children .depth-4 .comment-body {
		padding-left: 15%;
	}
	.comment-list .comment .children .depth-5 .comment-body {
		padding-left: 20%;
	}
	.comment-list .comment .children .depth-6 .comment-body {
		padding-left: 25%;
	}
	.comment-list .comment .children .depth-7 .comment-body {
		padding-left: 30%;
	}
	#secondary {
		padding-left: 40px;
		padding-right: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	.widget-area {
		float: none;
		margin-right: 0;
	}

}
/* Subscribe form */
.logged-in .subscribe-form-wrapper {
	padding-bottom: 0;
}
.logged-in .subscribe-form-wrapper input[type="submit"] {
	position: relative;
}
.subscribe-form-wrapper input[type="text"] {
	display: block;
	padding: 7px !important;
	margin-bottom: 0;
	width: 100% !important;
	background: #222;
	border-color: #222;
	color: #fff;
}
.subscribe-form-wrapper input[type="text"]:focus {
	border-color: #777;
}
.subscribe-form-wrapper .widget div {
	padding: 0 !important;
	margin: 0 0 20px !important;
	background: transparent !important;
	border: none !important;
	color: inherit !important;
}

/* Comments */
#primary #respond {
	padding: 0 0 20px;
	margin: 0;
	font-family: inherit;
}
#primary #respond h3 {
	margin: 0 0 40px;
}
#primary #respond #comment-form-subscribe p {
	padding: 0;
}
#primary #respond #comment-form-subscribe label {
	font-size: inherit;
	font-weight: inherit;
}
#primary .comment-list #respond {
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: -21px;
	margin-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#primary .comment-list > .comment:last-child > #respond {
	padding-bottom: 20px;
	margin: 0;
	border: none;
}
#primary .comment-list + #respond {
	padding-top: 20px;
}
#primary .comment-reply-title small {
	float: none;
}

/* Sharedaddy */
#primary #jp-post-flair {
	padding-top: 0;
	margin: 0;
}
#primary #jp-post-flair:before,
#primary .sharedaddy .sd-title:before,
#primary .sd-social .sd-title,
#primary .sd-rating .sd-title {
	display: none;
}
#primary #jp-post-flair .sharedaddy + .sharedaddy {
	padding-top: 20px;
}
#primary .sd-content ul {
	margin-bottom: 15px !important;
}
#primary .jetpack-likes-widget-wrapper iframe {
	height: 100% !important;
}
#primary .jp-relatedposts,
#primary .sd-rating {
	position: relative;
	padding-top: 21px;
	margin: 20px 0px;
	font-family: Roboto, sans-serif;
}
#primary .jp-relatedposts:before,
#primary .sd-rating:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
}
#primary .jp-relatedposts .jp-relatedposts-headline {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: inherit;
}
#primary .jp-relatedposts .jp-relatedposts-headline em:before {
	display: none;
}
#primary .jp-relatedposts .jp-relatedposts-post span {
	opacity: 1;
	color: #ddd;
}
#primary .sd-rating .pd-rating {
	padding: 20px 0 0;
	background: transparent !important;
	color: inherit !important;
}

/* Widget - Recent comments */
.widget_recent_comments table {
	margin-bottom: 10px;
}
.widget_recent_comments td {
	padding-bottom: 10px !important;
	margin: 0;
	border: none;
	vertical-align: middle;
}
.widget_recent_comments .avatar {
	display: block;
}

/* Follow blog */
#bit {
	z-index: 99999;
}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;
}.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 .75em 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 {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa; //darken( $gray, 10% )
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px 
		rgba( 46, 68, 83, .1 ) inset, 0 1px 1px 
		rgba( 46, 68, 83, .05 ); //gray-dark
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 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;
}
