/*!
 *  Font Awesome 4.7.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/premium/prosperity/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/wp-content/themes/premium/prosperity/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/wp-content/themes/premium/prosperity/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/wp-content/themes/premium/prosperity/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/wp-content/themes/premium/prosperity/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/wp-content/themes/premium/prosperity/css/../fonts/fontawesome-webfont.svg?v=4.7.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 #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #fff;
}
/* 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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
Theme Name: Prosperity
Theme URI: https://wordpress.com/themes/prosperity/
Author: Themes Harbor
Author URI: https://themesharbor.com/
Description: Prosperity is modern theme with a clean and professional design, built to boost your business and take it to the next level. It is suited for small to mid-sized businesses, and non-profit organizations.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prosperity
Tags: author-bio, business, classic-menu, clean, custom-background, custom-colors, custom-menu, editor-style, featured-content-with-pages, featured-images, full-width-template, green, infinite-scroll, light, minimal, one-column, post-formats, post-slider, responsive-layout, rtl-language-support, site-logo, testimonials, theme-options, threaded-comments, translation-ready, two-columns, white

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.

Prosperity is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# General
# Grid
# Typography
# Elements
# Forms
# Navigation
	## Breadcrumbs
	## Links
# Header
	## Header Toggle Sidebar
# Footer
# Menus
	## Primary Menu
	## Secondary Menu
	## Social Menu
# Featured Content
	## Featured Content Loader
# Front Page Blocks
	## Front Page Blocks: Brief Text
	## Front Page Blocks: Regular Page
	## Front Page: Recent Blog Posts
	## Front Page: Testimonial
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Quote Post Format
	## Status Post Format
	## Link Post Format
	## Video Post Format
	## Page Header
	## Audio Player
	## Author Section
	## Comments
# Custom Templates
	## Grid Template
# Testimonials
# 404 Page
# Author's Archive Page
# Infinite scroll
# Media
	## Captions
	## Galleries
# Share Buttons & Related Posts
# Slider
#Responsive
#Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
#masthead .header-links .toggle-menu:after,
.social-list li a::before,
#masthead .top-bar .search-form label:before,
.slick-prev:before,
.slick-next:before,
#close-toggle-sidebar:before,
.dropdown-toggle:after,
#mobile-menu-toggle:after,
.widget ul li:before,
.widget.widget_jp_blogs_i_follow ol li:before,
.more-link-container .more-link:before,
.hentry .entry-footer .cat-links:before,
.hentry .entry-footer .tags-links:before,
.hentry .entry-header .comments-link:before,
.hentry .entry-footer .edit-link:before,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.post-navigation .nav-previous .nav-title:before,
.post-navigation .nav-next .nav-title:after,
#infinite-handle span:before,
.hentry.format-link .entry-title a:after,
#comments .bypostauthor .comment-author .fn:after,
.entry-breadcrumbs a:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

#page .has-background-cover {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-position: center center;
	background-attachment: scroll;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-link-container .more-link,
#infinite-handle span,
.slick-prev,
.slick-next,
.slick-dots,
#featured-content .featured-slide .hentry .entry-title,
#featured-content .featured-slide .hentry .entry-summary,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before,
.page-links a span {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#page {
	position: relative;
	right: 0;
	transition: right 0.3s ease;
}

#page .page-inner {
	opacity: 1;
}

.has-custom-background #page {
	margin: 25px;
	background: #ffffff;
	-webkit-box-shadow:   0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow:   0 0 20px rgba(0,0,0,0.1);
	box-shadow:  0 0 20px rgba(0,0,0,0.1);
}

#masthead,
#content,
#colophon {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin-right: auto;
	margin-left: auto;
}

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

.container:after {
	clear: both;
}

@media (min-width: 34em) {
	.container {
		max-width: 34rem;
	}
}

@media (min-width: 48em) {
	.container {
		max-width: 45rem;
	}
}

@media (min-width: 62em) {
	.container {
		max-width: 60rem;
	}
}

@media (min-width: 75em) {
	.container {
		max-width: 72.25rem;
	}
}

.row {
	margin-right: -.9375rem;
	margin-left: -.9375rem;
}

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

.row:after {
	clear: both;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}

@media (min-width: 544px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.333333%;
	}
	.col-sm-2 {
		width: 16.666667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.333333%;
	}
	.col-sm-5 {
		width: 41.666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.333333%;
	}
	.col-sm-8 {
		width: 66.666667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.333333%;
	}
	.col-sm-11 {
		width: 91.666667%;
	}
	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.333333%;
	}
	.col-md-2 {
		width: 16.666667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.333333%;
	}
	.col-md-5 {
		width: 41.666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.333333%;
	}
	.col-md-8 {
		width: 66.666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.333333%;
	}
	.col-md-11 {
		width: 91.666667%;
	}
	.col-md-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.333333%;
	}
	.col-lg-2 {
		width: 16.666667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.333333%;
	}
	.col-lg-5 {
		width: 41.666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.333333%;
	}
	.col-lg-8 {
		width: 66.666667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.333333%;
	}
	.col-lg-11 {
		width: 91.666667%;
	}
	.col-lg-12 {
		width: 100%;
	}
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.recent-posts-row {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.recent-posts-row .recent-post,
.testimonial-row .jetpack-testimonial {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #464646;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 300;
}

.site-title,
h1, h2, h3,
h4, h5, h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.35;
	color: #424242;
	letter-spacing: -0.03em;
}

p {
	margin-top: 0;
	margin-bottom: 1.875em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote:not(.pull-left):not(.pull-right) {
	padding: 30px 0 0 35px;
	line-height: 1.65;
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0 0 1.875em;
	letter-spacing: -0.02rem;
	border-left: 15px solid #f1f1f1;
	color: #888989;
}

blockquote blockquote {
	font-size: 1.25rem;
}

blockquote.pull-left,
blockquote.pull-right {
	font-size: 1rem;
	color: #888989;
	border-top: 5px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	font-weight: 300;
	padding-top: 30px;
	width: 40%;
}

blockquote.pull-left {
	float: left;
	margin: 0 35px 30px 0;
}

blockquote.pull-right {
	float: right;
	margin: 0 0 30px 35px;
}

address {
	margin: 0 0 1.875em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.875em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f7f7f9;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
}

blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.875em;
}

ul,
ol {
	margin: 0 0 1.875em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.875em;
}

img {
	display: inline-block;
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

table {
	margin: 0 0 1.875em;
	width: 100%;
}

th {
	text-align: left;
}

figure {
	margin: 0 0 1rem;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.875em;
}

.table th,
.table td {
	padding: .75rem;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #f1f1f1;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #f1f1f1;
}

.table tbody + tbody {
	border-top: 2px solid #f1f1f1;
}

.table .table {
	background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f1f1f1;
}

.table-bordered {
	border: 1px solid #f1f1f1;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span,
.more-link-container .more-link,
.site-content a.primary-button {
	border: none;
	display: inline-block;
	line-height: 44px;
	height: 44px;
	padding: 0 18px;
	background: #10a510;
	color: #ffffff;
	border-radius: 1px;
}

button:hover,
.more-link-container .more-link:hover,
.site-content a.primary-button:hover,
#infinite-handle span:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #255825;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #888989;
	border: 1px solid #f1f1f1;
	border-radius: 0;
}

button:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	box-shadow: 0 0 5px #AFE84F;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #464646;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 9px;
	line-height: 44px;
	height: 44px;
}

textarea {
	padding: 9px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 40px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Post Navigation */
.post-navigation {
	position: relative;
}

.post-navigation:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0; bottom: 0;
	border-left: 1px solid #f1f1f1;
}

.post-navigation .entry-thumb {
	max-width: 80px;
}

.post-navigation .nav-previous:after,
.post-navigation .nav-next:after {
	content: "";
	display: table;
	clear: both;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	content: "";
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	display: none;
}

.post-navigation .nav-previous a:before {
	float: left;
	margin-right: 1.250em;
}

.post-navigation .nav-next a:before {
	margin-left: 1.250em;
	float: right;
}

.post-navigation .nav-previous a:hover:before,
.post-navigation .nav-next a:hover:before {
	opacity: 0.8;
}

.post-navigation .nav-title {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #888989;
	margin-bottom: 3px;
}

.post-navigation a {
	color: inherit;
}

.post-navigation a:hover {
	color: #10a510;
}

.post-navigation .nav-next {
	padding-left: 20px;
}

.post-navigation .nav-previous {
	padding-right: 20px;
}

.post-navigation .nav-previous .nav-title:before {
	content: "\f190";
	padding-right: 6px;
}

.post-navigation .nav-next .nav-title:after {
	content: "\f18e";
	padding-left: 6px;
}

.post-navigation .post-title {
	overflow: hidden;
	display: block;
}

/* Archive Navigation */
.navigation.paging-navigation a {
	margin: 0 1px 0 0;
	text-decoration:none;
	background: #f1f1f1;
	color: #565656;
}

.navigation.paging-navigation .current,
.navigation.paging-navigation a:hover {
	background: #10a510;
	color: #ffffff;
}

.navigation.paging-navigation a,
.navigation.paging-navigation .current {
	display: inline-block;
	line-height: 42px;
	height: 42px;
	padding: 0 12px;
	min-width: 45px;
	width: auto;
	text-align: center;
	border-radius: 1px;
}

.navigation.paging-navigation .current {
	margin-right: 1px;
	color: #ffffff;
}

/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/
.entry-breadcrumbs,
.entry-breadcrumbs a:hover {
	color: #888989;
}

.entry-breadcrumbs {
	font-size: 13px;
	padding: 14px 0;
}

.entry-breadcrumbs a {
	margin-right: 12px;
	color: inherit;
}

.entry-breadcrumbs a:after {
	content: '\f105';
	display: inline-block;
	margin-left: 13px;
	opacity: 0.8;
}

.entry-breadcrumbs .current-category,
.entry-breadcrumbs .current-page {
	font-weight: bold;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #10a510;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #255825;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.comment-content a,
.widget_text a,
.front-block-content a,
.brief-text a,
.footer-custom-text a,
.taxonomy-description a {
	border-bottom: 1px solid;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead .top-bar,
#masthead .top-bar .search-form,
#masthead .site-description {
	font-size: 13px;
	font-size: 0.8125rem;
}

#masthead {
	margin-bottom: 40px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	z-index: 5;
}

#masthead .header-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

#masthead .top-bar {
	padding: 8px 0;
	background: #10a510;
	color: #ffffff;
	overflow: hidden;
}

#masthead .top-bar .header-custom-text {
	float: left;
	max-width: 40%;
	line-height: 25px;
}

#masthead .top-bar .header-custom-text a {
	color: inherit;
	text-decoration: underline;
}

#masthead .top-bar .header-custom-text a:hover {
	opacity: 0.8;
	text-decoration: none;
}

#masthead .top-bar .header-social-menu {
	float: right;
	max-width: 39%;
}

#masthead .top-bar .search-form {
	float: right;
	margin-left: 20px;
	position: relative;
}

#masthead .top-bar .search-submit {
	display: none;
}

#masthead .top-bar .search-form label:before {
	content: '\f002';
	position: absolute;
	top: 2px; left: 0;
}

#masthead .top-bar .search-form .search-field {
	height: 100%;
	padding: 0 15px 0 20px;
	border: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: inherit;
	display: block;
	max-width: 110px;
	font-size: 0.8125rem;
	height: 25px;
	line-height: 25px;
}

#masthead .top-bar .search-form ::-moz-placeholder {
	color: inherit;
	font-weight: 300;
}

#masthead .top-bar .search-form :-ms-input-placeholder {
	color: inherit;
	font-weight: 300;
}

#masthead .top-bar .search-form ::-webkit-input-placeholder {
	color: inherit;
	font-weight: 300;
}

#masthead .site-branding {
	max-width: 35%;
	float: left;
}

#masthead .site-branding .site-logo {
	width: auto;
	max-height: 260px;
}

#masthead .site-title {
	margin: 0;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
}

.has-site-logo #masthead .site-title {
	margin-top: 15px;
}

#masthead .site-title a {
	color: inherit;
}

#masthead .site-description {
	margin: 12px 0 0;
	color: #888989;
	font-weight: 300;
}

/*--------------------------------------------------------------
## Header Toggle Sidebar
--------------------------------------------------------------*/
body.toggle-sidebar-active,
#toggle-sidebar .search-form {
	overflow: hidden;
}

#toggle-sidebar .mobile-navigation .menu-item-description,
#toggle-sidebar .mobile-navigation .menu li a:hover,
#toggle-sidebar .mobile-navigation .dropdown-toggle:hover:after,
#toggle-sidebar .social-list li a:hover:before {
	color: #888989;
}

#mobile-menu-toggle,
#toggle-sidebar .mobile-navigation .dropdown-toggle:after {
	border: 1px solid rgba(0,0,0,0.15);
}

#toggle-sidebar .mobile-navigation .menu-item-description,
#toggle-sidebar .mobile-navigation .dropdown-toggle:after,
#toggle-sidebar .search-form .search-field,
#toggle-sidebar .search-form .search-submit {
	font-size: 13px;
	font-size: 0.8125rem;
}

#toggle-sidebar .mobile-navigation .menu,
#toggle-sidebar .mobile-navigation .dropdown-toggle:hover:after,
#toggle-sidebar .mobile-navigation .menu > li > a {
	background: #ffffff;
}

#mobile-menu-toggle:after {
	content: "\f0c9";
	margin-left: 4px;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	padding: 12px 17px;
	border-left: 1px solid #ffffff;
	line-height: 1.35;
}

.toggle-sidebar-active #mobile-menu-toggle:after {
	content: "\f00d";
}

#mobile-menu-toggle {
	display: none;
	position: relative;
	background: #f1f1f1;
	color: #565656;
	font-size: 1rem;
	font-weight: 400;
	padding: 10px 70px 10px 23px;
	margin-top: 11px;
	float: right;
	height: auto;
	border: none;
	line-height: initial;
}

#mobile-menu-toggle:hover {
	background: #eeeeee;
	color: #888989;
}

#toggle-sidebar {
	position: fixed;
	right: -340px;
	width: 340px;
	max-width: 100%;
	background: rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: 9999;
}

#toggle-sidebar .inner-panel {
	position: relative;
	padding: 42px 0;
}

#toggle-sidebar {
	overflow: scroll;
	overflow-x: hidden;
}

#toggle-sidebar #close-toggle-sidebar,
#close-toggle-sidebar:before {
	position: absolute;
	top: 0; left: 0;
}

#toggle-sidebar #close-toggle-sidebar {
	width: 100%;
	height: 42px;
	background: #DC5240;
	border-radius: 0;
	border: none;
	text-shadow: none;
	color: #ffffff;
	text-align: inherit;
	padding-left: 61px;
}

#close-toggle-sidebar:before {
	content: '\f00d';
	width: 45px;
	line-height: 42px;
	border-right: 1px solid rgba(0,0,0,0.15);
	text-align: center;
}

#toggle-sidebar #close-toggle-sidebar:hover {
	background: #B44134;
}

#toggle-sidebar a {
	color: inherit;
}

body.toggle-sidebar-active #page {
	right: 340px;
}

body.toggle-sidebar-active #page .page-inner {
	opacity: 0.3;
	transition: opacity 0.3s ease;
}

body.toggle-sidebar-active .page-inner a {
	pointer-events: none;
	cursor: default;
}

#toggle-sidebar .mobile-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

#toggle-sidebar .mobile-navigation .menu li {
	position: relative;
}

#toggle-sidebar .mobile-navigation .menu li a {
	font-size: 1rem;
	display: block;
	padding: 15px 50px 15px 55px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#toggle-sidebar .mobile-navigation .menu li a:hover {
	background: rgba(0,0,0,0.05);
	padding-left: 65px;
}

#toggle-sidebar .mobile-navigation .menu .sub-menu,
#toggle-sidebar .mobile-navigation .menu .children {
	display: none;
}

#toggle-sidebar .mobile-navigation .sub-menu.toggled-on,
#toggle-sidebar .mobile-navigation .children.toggled-on {
	display: block;
	background: rgba(0,0,0,0.05);
}

#toggle-sidebar .mobile-navigation .menu-item-description {
	margin-top: 7px;
	font-weight: 300;
}

#toggle-sidebar .mobile-navigation .dropdown-toggle {
	position: absolute;
	top: 0; left: 0;
	background: none;
	border: 0;
	height: 48px;
	padding: 0;
	text-transform: none;
	width: 48px;
	box-shadow: none;
}

#toggle-sidebar .mobile-navigation .dropdown-toggle:after {
	content: "\f107";
	display: block;
	left: 13px;
	position: relative;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #f1f1f1;
	border-radius: 50%;
	color: #565656;
}

#toggle-sidebar .mobile-navigation .dropdown-toggle.toggled-on:after {
	content: "\f106";
}

#toggle-sidebar .search-form {
	padding: 20px 50px 20px 55px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#toggle-sidebar .search-form .search-field,
#toggle-sidebar .search-form .search-submit {
	float: left;
	padding: 0 12px;
	line-height: 35px;
	height: 35px;
}

#toggle-sidebar .search-form .search-field {
	max-width: 120px;
}

#toggle-sidebar .search-form .search-submit {
	box-shadow: none;
	background: #10a510;
	color: #ffffff;
	margin: 0 0 0 2px;
}

#toggle-sidebar .social-list {
	margin-top: 30px;
}

#toggle-sidebar .social-list .menu-items {
	text-align: center;
}

#toggle-sidebar .social-list li a::before {
	color: inherit;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.admin-bar #toggle-sidebar {
	top: 32px !important;
}

@media screen and (max-width: 782px) {
	.admin-bar #toggle-sidebar {
		top: 45px !important;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background: #353833;
}

#colophon,
#colophon a {
	color: #a6a6a6;
}

#colophon .footer-widgets .widget-title,
#colophon a:hover,
#colophon .footer-widgets a:hover {
	color: #e6e6e6;
}

#colophon .footer-widgets {
	padding-top: 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#colophon .footer-widgets a {
	color: inherit;
}

#colophon .footer-widgets .row {
	margin-right: -1.875rem;
	margin-left: -1.875rem;
}

#colophon .footer-widgets .footer-widget {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
}

#colophon .footer-widgets .footer-widget:nth-of-type(3n+1) {
	clear: left;
}

#colophon .footer-bottom {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}

#colophon .left-footer {
	width: 50%;
	float: left;
	font-size: 13px;
	font-size: 0.8125rem;
}

#colophon .right-footer {
	width: 50%;
	float: right;
}

#colophon .site-credits:before {
	content: "\00a9";
	padding-right: 2px;
}

#colophon .site-info {
	font-weight: 300;
	margin-top: 8px;
}

#colophon .social-list {
	margin-top: 10px;
}

#colophon .social-list li a::before {
	background: rgba(0,0,0,0.1);
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.footer-custom-text {
	background: #f1f1f1;
	padding: 30px 0;
	font-size: 26px;
	font-size: 1.625rem;
	text-align: center;
}

.footer-custom-text a {
	color: inherit;
}

.footer-custom-text a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.main-navigation ul,
.secondary-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li,
.secondary-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation a,
.secondary-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
	line-height: 1.4;
}

.main-navigation ul > li > ul:before,
.secondary-navigation ul > li > ul:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 18%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #CECFD1 transparent;
}

.main-navigation ul ul ul:before,
.secondary-navigation ul ul ul:before  {
	top: 22px;
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-color: transparent #CECFD1 transparent transparent;
}

.main-navigation ul ul,
.secondary-navigation ul ul {
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
	float: left;
	position: absolute;
	top: 150%;
	left: -9999em;
	z-index: 99999;
	background: #ffffff;
	font-size: 0.8125rem;
	border: 3px solid #CECFD1;
	padding: 22px 0 10px;
	opacity: 0;
}

.main-navigation ul ul ul,
.secondary-navigation ul ul ul {
	left: -999em;
	top: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
	left: auto;
	top: 100%;
	opacity: 1;

	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.secondary-navigation ul ul li:hover > ul,
.secondary-navigation ul ul li.focus > ul {
	left: 100%;
	top: -27px;
	margin-left: 0;

	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.main-navigation ul ul li,
.secondary-navigation ul ul li {
	padding: 0 22px;
	width: 100%;
}

.main-navigation ul ul li a,
.secondary-navigation ul ul li a {
	border-bottom: 1px solid #CECFD1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.main-navigation ul ul li:last-child > a,
.secondary-navigation ul ul li:last-child > a {
	border-bottom: none;
	margin-bottom: 0;
}

.main-navigation ul ul a,
.secondary-navigation ul ul a {
	width: 190px;
}

.main-navigation .menu-item-description,
.secondary-navigation .menu-item-description {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 6px;
	font-weight: 300;
	line-height: 1.6;
}

.main-navigation ul ul .menu-item-description,
.secondary-navigation ul ul .menu-item-description {
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.6;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a,
.main-navigation .menu-item-description,
.secondary-navigation .menu-item-description {
	color: #888989;
}

/*--------------------------------------------------------------
## Menus: Primary Menu
--------------------------------------------------------------*/
.main-navigation {
	width: 100%;
	clear: both;
	background: #f1f1f1;
}

.main-navigation .container > div > ul > li {
	padding: 15px 0;
}

.main-navigation .container > div > ul > li > a {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid rgba(0,0,0,0.1);
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 220px;
}

.main-navigation .container > div > ul > li:last-child > a {
	margin-right: 0;
	padding-right: 0;
	border: none
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
	content: "\f107";
	position: relative;
	padding-left: 8px;
	opacity: 0.55;
}

.main-navigation .sub-menu li.menu-item-has-children > a:after,
.main-navigation .children li.page_item_has_children > a:after {
	content: "\f105";
	left: 2px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #888989;
}

/*--------------------------------------------------------------
## Menus: Secondary Menu
--------------------------------------------------------------*/
.secondary-navigation {
	float: right;
	max-width: 64%;
	margin-bottom: -15px;
}

.secondary-navigation > div > ul > li {
	margin-left: 32px;
	padding-left: 32px;
	margin-bottom: 15px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.secondary-navigation > div > ul > li {
	font-weight: 400;
	float: left;
}

.secondary-navigation > div > ul > li:first-child,
.secondary-navigation > div > ul > li:nth-of-type(3n+1) {
	margin-left: 0;
	padding-left: 0;
	border: none;
}

.secondary-navigation > div > ul > li:nth-of-type(3n+1) {
	clear: left;
}

@media (min-width: 62em) {
	.secondary-navigation a {
		max-width: 150px;
	}
}

@media (min-width: 75em) {
	.secondary-navigation a {
		max-width: 185px;
	}
}

/*--------------------------------------------------------------
##Social Menu
--------------------------------------------------------------*/
.social-list .menu-items {
	clear: both;
	line-height: 1;
	text-align: right;
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
}

.social-list .menu-items li,
.social-list .menu-items li a,
.social-list li a::before {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.social-list .menu-items li a:hover {
	opacity: 0.6;
}

.social-list .menu-items li {
	margin-left: 3px;
	font-size: 16px;
	font-size: 1rem;
}

.social-list li a::before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
}

.social-list li a::before { content: '\f0c1'; }
.social-list li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-list li a[href*="twitter.com"]::before { content: '\f099'; }
.social-list li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.social-list li a[href*="dribbble.com"]::before { content: '\f17d'; }
.social-list li a[href*="pinterest.com"]::before { content: '\f0d2'; }
.social-list li a[href*="github.com"]::before { content: '\f113'; }
.social-list li a[href*="tumblr.com"]::before { content: '\f173'; }
.social-list li a[href*="youtube.com"]::before { content: '\f16a'; }
.social-list li a[href*="flickr.com"]::before { content: '\f16e'; }
.social-list li a[href*="vimeo.com"]::before { content: '\f194'; }
.social-list li a[href*="instagram.com"]::before { content: '\f16d'; }
.social-list li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-list li a[href$="/feed"]::before,
.social-list li a[href$="/feed/"]::before { content: '\f09e'; }
.social-list li a[href*="behance.net"]::before { content: '\f1b4'; }
.social-list li a[href*="vk.com"]::before { content: '\f189'; }
.social-list li a[href*="soundcloud.com"]::before { content: '\f1be'; }
.social-list li a[href*="reddit.com"]::before { content: '\f1a1'; }
.social-list li a[href^="mailto:"]::before { content: '\f0e0'; }
.social-list li a[href*="deviantart.com"]::before { content: '\f1bd'; }
.social-list li a[href*="foursquare.com"]::before { content: '\f180'; }
.social-list li a[href*="digg.com"]::before { content: '\f1a6'; }
.social-list li a[href*="stumbleupon.com"]::before { content: '\f1a4'; }
.social-list li a[href*="spotify.com"]::before { content: '\f1bc'; }
.social-list li a[href*="dropbox.com"]::before { content: '\f16b'; }
.social-list li a[href*="skype"]::before { content: '\f17e'; }
.social-list li a[href*="twitch.tv"]::before { content: '\f1e8'; }
.social-list li a[href*="wordpress.com"]::before,
.social-list li a[href*="wordpress.org"]::before { content: '\f19a'; }
.social-list li a[href*="xing.com"]::before { content: '\f168'; }
.social-list li a[href*="slideshare.net"]::before { content: '\f1e7'; }
.social-list li a[href*="apple.com"]::before { content: '\f179'; }
.social-list li a[href*="houzz.com"]::before { content: '\f27c'; }
.social-list li a[href*="medium.com"]::before { content: '\f23a'; }
.social-list li a[href*="telegram.me"]::before { content: '\f2c6'; }

/*--------------------------------------------------------------
# Featured Content
--------------------------------------------------------------*/
#featured-content {
	overflow: hidden;
	height: 300px;
	background: #c4c5c6;
}

#featured-content.hero-section {
	height: auto;
}

#featured-content #featured-slideshow {
	visibility: hidden;
	opacity: 0;
}

#featured-content,
#featured-content .featured-slide,
#featured-content .featured-slide .hentry .inner-hentry,
#featured-content .featured-slide .hentry .entry-content {
	position: relative;
}

#featured-content .featured-slide {
	width: 100%;
	padding: 120px 0;
	background: #000000;
}

#featured-content .featured-slide .entry-thumb {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	opacity: 0.9;
}

#featured-content .featured-slide .hentry {
	padding-bottom: 0;
}

#featured-content .featured-slide .hentry .inner-hentry:after,
#featured-content .featured-slide .hentry .inner-hentry:before {
	content: "";
	position: absolute;
	bottom: 0;
}

#featured-content .featured-slide .hentry .inner-hentry:before {
	top: 0;
	left: -49.99%;
	width: 50%;
}

#featured-content .featured-slide .hentry .inner-hentry:before,
#featured-content .featured-slide .hentry .inner-hentry {
	background: rgba(255,255,255, 0.15);
}

#featured-content .featured-slide .hentry .inner-hentry {
	color: #ffffff;
	padding: 30px 30px 38px 0;
	max-width: 66%;
	border-radius: 0 1px 1px 0;
}

#featured-content .featured-slide .hentry .inner-hentry:after {
	right: 0;
	border-width: 30px 30px 0 0;
	border-style: solid;
	border-color: rgba(120, 120, 120, 0.6) rgba(0, 0, 0, 0.3);
}

#featured-content .featured-slide .hentry .inner-hentry a,
#featured-content .featured-slide .hentry .inner-hentry h1,
#featured-content .featured-slide .hentry .inner-hentry h2,
#featured-content .featured-slide .hentry .inner-hentry h3,
#featured-content .featured-slide .hentry .inner-hentry h4,
#featured-content .featured-slide .hentry .inner-hentry h5,
#featured-content .featured-slide .hentry .inner-hentry h6,
#featured-content .featured-slide .hentry .inner-hentry blockquote {
	color: inherit;
}

#featured-content .featured-slide .hentry .inner-hentry p a {
	border-bottom: 1px solid;
}

#featured-content .featured-slide .hentry .entry-content a:hover {
	opacity: 0.8;
}

#featured-content .featured-slide .hentry .inner-hentry pre,
#featured-content .featured-slide .hentry.has-post-thumbnail .inner-hentry,
#featured-content .featured-slide .hentry.has-post-thumbnail .inner-hentry:before,
#featured-content .inner-hentry .table-striped tbody tr:nth-of-type(odd) {
	background: rgba(0,0,0,0.5);
}

#featured-content .featured-slide .hentry .entry-title {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.25;
	color: #ffffff;
	margin: 0 0 19px;
}

#featured-content .featured-slide .hentry .entry-content {
	z-index: 1;
}

#featured-content .featured-slide .hentry .entry-content > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Featured Content Loader
--------------------------------------------------------------*/
.featured-loader {
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loader 1.1s infinite linear;
	animation: loader 1.1s infinite linear;
}

.featured-loader,
.featured-loader:after {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Front Page Blocks
--------------------------------------------------------------*/
.page-template-front-page #masthead,
.front-block .front-block-header .front-block-content :last-child,
.front-block.featured-page .entry-content .more-link-container {
	margin-bottom: 0;
}

.front-block,
.front-block .container {
	position: relative;
}

.front-block .container {
	z-index: 1;
}

.front-block .hentry,
.front-block .front-block-header .front-block-title {
	margin: 0;
}

.front-block {
	padding: 70px 0;
}

.front-block:nth-of-type(even) {
	background: #f7f9f7;
}

.front-block .front-block-header {
	margin-bottom: 70px;
}

.page .front-block.featured-page .hentry .entry-title,
.front-block .front-block-header .front-block-title {
	font-size: 32px;
	font-size: 2rem;
}

.front-block .front-block-header .front-block-content {
	margin-top: 20px;
	max-width: 40rem;
	color: #888989;
}

.brief-text,
.front-block.featured-page .hentry .sub-title,
.page .front-block.featured-page .grid-row .hentry .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.front-block.featured-page .regular-page .thumb-link,
.front-block.featured-page .front-block-header .thumb-link {
	margin-bottom: 40px;
}

.front-block.featured-page .front-block-header .thumb-link {
	display: inline-block;
}

.front-block.featured-page .front-block-header .thumb-link:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Front Page Blocks: Brief Text
--------------------------------------------------------------*/
.brief-text {
	background: #10a510;
	padding: 35px 0;
	color: #ffffff;
	text-align: center;
}

@media (min-width: 62em) {
	.brief-text .container {
		max-width: 55rem;
	}
}

/*--------------------------------------------------------------
## Front Page Blocks: Regular Page
--------------------------------------------------------------*/
.front-block.featured-page .front-block-header {
	margin-bottom: 30px;
}

#page .front-block.featured-page .hentry .entry-title {
	margin: 0;
}

.front-block.featured-page .entry-content {
	margin-top: 35px;
}

.front-block.featured-page .grid-row .grid-item {
	margin-top: 40px;
}

/*--------------------------------------------------------------
## Front Page: Recent Blog Posts
--------------------------------------------------------------*/
.front-block.front-blog-posts {
	padding-bottom: 30px;
}

.front-blog-posts .hentry .entry-meta {
	color: #888989;
	padding-top: 18px;
}

.front-blog-posts .hentry .entry-meta a {
	color: inherit;
}

.front-blog-posts .other-posts .thumb-link {
	display: block;
	margin-bottom: 30px;
}

.front-blog-posts .other-posts .hentry-inner {
	overflow: hidden;
}

.page .front-blog-posts .hentry .entry-header .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 25px;
}

.recent-posts-row .recent-post:nth-of-type(3n+1) {
	clear: left;
}

.page .front-blog-posts .hentry .entry-header .entry-title {
	font-size: 20px;
	margin-bottom: 25px;
}

.front-blog-posts .hentry .more-link-container {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Front Page: Testimonial
--------------------------------------------------------------*/
.front-testimonials {
	padding-bottom: 30px;
}

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

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 2.188em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 2.188em;
}

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

img.alignleft,
img.alignright {
	margin-bottom: 1.875em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
	table-layout: fixed;
}

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

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

.clearfix:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.left-sidebar .content-area {
	padding-left: 0;
	padding-right: 15px;
}

.left-sidebar.has-sidebar .site-main {
	padding-right: 15px;
	padding-left: 40px;
	border-right: none;
	border-left: 1px solid #f1f1f1;
	margin-right: 0;
	margin-left: -1px;
}

.left-sidebar .sidebar-section {
	padding-left: 15px;
	padding-right: 0;
	border-left: none;
	border-right: 1px solid #f1f1f1;
}

.left-sidebar #secondary {
	padding-left: 0;
	padding-right: 40px;
}

.has-sidebar .content-area {
	padding-right: 0;
}

.has-sidebar .site-main {
	padding-right: 40px;
	border-right: 1px solid #f1f1f1;
	margin-right: -1px;
}

.sidebar-section {
	margin-top: -40px;
	padding-top: 40px;
	padding-left: 0;
	border-left: 1px solid #f1f1f1;
}

#secondary {
	padding-bottom: 40px;
	padding-left: 40px;
}

.widget {
	margin: 0 0 30px;
}

#secondary .widget {
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

#secondary .widget:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget .widget-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 20px;
}

#secondary .widget .widget-title {
	color: #888989;
}

.widget:not(.front-page-block) ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
}

.widget ul li,
.widget.widget_jp_blogs_i_follow ol li {
	padding-left: 1.25em;
}

.widget ul li:before,
.widget.widget_jp_blogs_i_follow ol li:before {
	content: '\f101';
	display: inline-block;
	width: 1.25em;
	margin-left: -1.25em;
}

.widget.widget_categories li .children {
	margin-left: 30px;
}

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

.widget ul li,
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_nav_menu li,
.widget.widget_recent_comments li,
.widget.widget_meta li,
.widget.widget_recent_entries li,
.widget.widget_recent_comments tr,
.widget.widget_links li,
.widget.widget_authors ul > li,
.widget.widget_goodreads div[class*="gr_custom_each_container"] {
	border-top: 1px dashed rgba(0,0,0,0.1);
	padding-top: 9px;
	margin-top: 9px;
}

.widget ul > li:first-child,
.widget.widget_archive ul > li:first-child,
.widget.widget_categories ul:not(.children) > li:first-child,
.widget.widget_pages ul:not(.children) > li:first-child,
.widget.widget_nav_menu ul:not(.sub-menu) > li:first-child,
.widget.widget_recent_comments li:first-child,
.widget.widget_meta li:first-child,
.widget.widget_recent_entries li:first-child,
.widget.widget_recent_comments tr:first-child,
.widget.widget_links li:first-child,
.widget.widget_authors ul > li:first-child,
.widget.widget_goodreads div[class*="gr_custom_each_container"]:first-of-type {
	border-top: none;
	padding-top: 0;
}

.footer-widgets .widget ul li,
.footer-widgets .widget.widget_archive li,
.footer-widgets .widget.widget_categories li,
.footer-widgets .widget.widget_pages li,
.footer-widgets .widget.widget_nav_menu li,
.footer-widgets .widget.widget_recent_comments li,
.footer-widgets .widget.widget_meta li,
.footer-widgets .widget.widget_rss li,
.footer-widgets .widget.widget_recent_entries li,
.footer-widgets .widget.widget_links li,
.footer-widgets .widget.widget_authors li,
.footer-widgets .widget.widget_goodreads div[class*="gr_custom_each_container"],
.footer-widgets .widget.widget_recent_comments tr {
	border-top-color: rgba(255,255,255,0.1);
}

.widget.widget_authors > ul > li,
.widget.widget_author_grid li,
.widget.widget_jetpack_posts_i_like li,
.widget.widget_eventbrite li,
.widget.widget_wpcom_social_media_icons_widget li {
	padding: 0;
}

.widget.widget_top-posts .no-grav li {
	padding-left: 0;
	padding-right: 0;
}

.widget.widget_authors > ul > li:before,
.widget.widget_author_grid li:before,
.widget.widget_wpcom_social_media_icons_widget li:before,
.widget.widget_jetpack_my_community li:before,
.widget.widget_jetpack_posts_i_like li:before,
.widget.widget_top-posts .no-grav li:before,
.widget.widget_eventbrite li:before {
	content: '';
	margin: 0;
	display: none;
}

.widget.widget_recent_entries .post-date {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-size:  0.8125rem;
	color: #888989;
}

.widget.widget_recent_comments td {
	border-top: none;
}

.widget.widget_recent_comments td.recentcommentsavatarend,
.widget.widget_recent_comments td.recentcommentsavatartop {
	padding: 13px 0;
}

.widget.widget_recent_comments td.recentcommentstextend {
	padding-top: 13px;
	padding-bottom: 13px;
}

.widget.widget_recent_comments .recentcommentsavatar tr:first-child td.recentcommentstextend,
.widget.widget_recent_comments .recentcommentsavatar tr:first-child td.recentcommentsavatartop {
	padding-top: 0;
}

.widget.widget_recent_comments .recentcommentsavatar tr:last-child td.recentcommentstextend,
.widget.widget_recent_comments .recentcommentsavatar tr:last-child td.recentcommentsavatarend,
#page .widget.widget_goodreads div[class^="gr_custom_each_container"] {
	padding-bottom: 0;
}

.widget.widget_jetpack_posts_i_like .widgets-list-layout.no-grav .widgets-list-layout-links,
.widget.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
	float: left;
	margin-left: 10px;
}

.widget.widget_jetpack_posts_i_like :last-child,
.widget.widget_gravatar :last-child,
.widget.widget_blog_subscription :last-child,
.widget.widget_text :last-child,
.widget.widget_jp_blogs_i_follow ol,
.widget.widget_calendar .table,
.widget.widget_top-posts .widgets-list-layout li,
#page .widget.widget_goodreads div[class^="gr_custom_each_container"],
.widget.widget_authors > ul > li:last-child,
.widget.widget_recent_comments table {
	margin-bottom: 0;
}

.widget.widget_jp_blogs_i_follow ol {
	-webkit-padding-start: 0;
	list-style: none;
}

.widget.widget_authors,
.widget.widget_recent_comments,
.widget.widget_author_grid ul,
.widget.widget_top-posts .no-grav li,
.widget.widget_goodreads div[class*="gr_custom_each_container"] {
	overflow: hidden;
}

#page .widget.widget_goodreads div[class^="gr_custom_container"] {
	border: none;
	background: none;
	padding: 0;
	color: inherit;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"]:last-child {
	border: none;
	padding: 0;
}

.widget.widget_goodreads div[class*="gr_custom_book_container"] {
	float: left;
	margin-right: 15px;
}

.widget.widget_goodreads div[class*="gr_custom_rating"] {
	line-height: 1;
	margin-bottom: 5px;
}

.widget.widget_goodreads div[class*="gr_custom_title"] {
	line-height: 1.4;
}

.widget.widget_goodreads div[class*="gr_custom_author"] {
	font-size: 13px;
	font-size: 0.8125rem;
}

#page .widget.widget_goodreads div[class^="gr_custom_each_container"] {
	border-bottom: none;
}

#page .widget.milestone-widget .label {
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.widget.widget_authors .avatar,
.widget.widget_authors li a strong {
	display: block;
}

.widget.widget_authors > ul > li {
	margin-bottom: 35px;
}

.widget.widget_authors .avatar {
	margin-bottom: 20px;
	margin-top: 35px;
	border-radius: 50%;
}

.widget.widget_authors li strong {
	color: #888989;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1;
}

.widget.widget_author_grid li {
	float: left;
}

.widget.widget_flickr .table > tbody > tr > td {
	border: none;
	padding: 0;
	text-align: left;
}

#page .widget.widget_flickr #flickr_badge_wrapper {
	background: none !important;
	border: none;
}

#page .widget.widget_flickr #flickr_badge_wrapper,
#page .widget.widget_flickr #flickr_badge_uber_wrapper {
	margin: 0;
}

#colophon .table thead th,
#colophon .table th,
#colophon .table td {
	border-color: rgba(255,255,255,0.1);
}

#colophon h1, #colophon h2, #colophon h3,
#colophon h4, #colophon h5, #colophon h6 {
	color: inherit;
}

.widget.widget_eventbrite li,
.widget.widget_wpcom_social_media_icons_widget li,
.widget.widget_text .textwidget ul li a,
.footer-widgets .widget.widget_search .search-field,
.widget.widget_author_grid li,
.widget_text a.clean-link {
	border: none;
}

#page #flickr_badge_uber_wrapper a:link {
	color: #10a510;
}

#page #flickr_badge_uber_wrapper a:hover,
#page #flickr_badge_uber_wrapper a:active,
#page #flickr_badge_uber_wrapper a:visited {
	color: #255825;
}

#page .footer-widgets #flickr_badge_uber_wrapper a:link {
	color: inherit;
}

#page .footer-widgets #flickr_badge_uber_wrapper a:hover,
#page .footer-widgets #flickr_badge_uber_wrapper a:active,
#page .footer-widgets #flickr_badge_uber_wrapper a:visited {
	color: #ffffff;
}

.widget.widget_calendar .table #next {
	text-align: right;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.inactive-sidebar.blog .site-main,
.inactive-sidebar.archive:not(.post-type-archive-jetpack-testimonial) .site-main,
.inactive-sidebar.search .site-main,
.inactive-sidebar.single .site-main,
.inactive-sidebar.page.page-template-default .site-main {
	max-width: 800px;
	margin: 0 auto;
}

.site-main {
	padding-bottom: 40px;
}

.blog .hentry,
.search .hentry,
.archive .hentry {
	margin-bottom: 70px;
}

.blog #page .hentry .sharedaddy,
.search #page .hentry .sharedaddy,
.archive #page .hentry .sharedaddy,
.hentry .more-link-container {
	margin-bottom: 40px;
}

.hentry .thumb-link {
	display: block;
	margin-bottom: 34px;
}

.hentry .thumb-link:hover {
	opacity: 0.8;
}

.blog .hentry .entry-title,
.search .hentry .entry-title,
.archive .hentry .entry-title {
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0 0 25px;
}

.hentry .entry-header a,
.hentry .entry-footer a {
	color: inherit;
}

.hentry .entry-header a:hover,
.hentry .entry-footer a:hover {
	color: #10a510;
}

.hentry .entry-header .entry-meta {
	color: #888989;
	margin-bottom: 31px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}

.hentry .entry-header .entry-meta span {
	display: inline-block;
}

.hentry .entry-header .comments-link {
	float: right;
}

.hentry .entry-header .comments-link:before {
	content: "\f0e5";
	padding-right: 7px;
}

.hentry .entry-header .byline {
	margin-right: 4px;
}

.hentry .entry-header .author-avatar img,
.hentry .entry-footer .author-avatar img {
	position: relative;
	top: -1px;
	width: 28px;
	border-radius: 50%;
	margin-right: 7px;
}

.hentry .entry-header .posted-on:before,
.hentry .entry-footer .posted-on:before {
	content: "\2014";
	padding-left: 2px;
	padding-right: 7px;
}

.blog .hentry .entry-footer,
.search .hentry .entry-footer,
.archive .hentry .entry-footer,
.single .hentry .entry-footer,
.page .hentry .entry-footer {
	border-top: 1px dashed #e2e2e2;
	padding-top: 13px;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #888989;
}

.hentry .entry-footer span {
	margin-right: 30px;
}

.hentry .entry-footer .cat-links:before,
.hentry .entry-footer .tags-links:before,
.hentry .entry-footer .edit-link:before {
	padding-right: 8px;
}

.hentry .entry-footer .cat-links:before {
	content: "\f02e";
}

.hentry .entry-footer .tags-links:before {
	content: "\f02c";
}

.hentry .entry-footer .edit-link:before {
	content: "\f044";
}

.more-link-container .more-link:before {
	content: "\f18e";
	padding-right: 9px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.single .hentry {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f1f1f1;
}

.page .hentry {
	padding-bottom: 10px;
}

.single .hentry .entry-header .entry-title,
.page .hentry .entry-header .entry-title {
	margin: 0 0 20px;
	font-size: 32px;
	font-size: 2rem;
}

.hentry .entry-thumb,
.page .hentry .entry-header .entry-title,
.page .hentry .entry-footer {
	margin-bottom: 30px;
}

.single .hentry .entry-footer,
.page .hentry .entry-footer {
	border: none;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1,

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2,

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3,

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4,

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5,

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	margin-top: 35px;
	margin-bottom: 10px;
}

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1 {
	font-size: 2.625rem;
}

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2 {
	font-size: 2rem;
}

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3 {
	font-size: 1.625rem;
}

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4 {
	font-size: 1.25rem;
}

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5 {
	font-size: 1rem;
}

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	font-size: 0.8125rem;
}

.single .entry-content p.intro,
.page .entry-content p.intro {
	font-size: 1.250em;
	font-weight: 400;
}

.single .entry-content p span.dropcap,
.page .entry-content p span.dropcap {
	float: left;
	line-height: 0.9;
	margin-right: 10px;
	font-size: 3.2em;
	font-weight: 900;
	color: #10a510;
}

.single .hentry .entry-footer,
.page .hentry .entry-footer {
	padding-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

.page-links .page-links-title {
	padding-right: 3px;
}

.page-links > span:not(.page-links-title),
.page-links > a {
	margin: 0 0 0 3px;
}

.page-links .page-links-title {
	color: #888989;
	font-size: inherit;
}

.page-links span {
	line-height: 25px;
	display: inline-block;
}

.page-links a {
	border: none;
}

.page-links span {
	height: 25px;
	min-width: 25px;
	text-align: center;
	border-radius: 1px;
	font-size: 13px;
	font-size: 0.8125rem;
}

.page-links a span {
	background: #f1f1f1;
	color: #464646;
}
.page-links > span:not(.page-links-title),
.page-links a span:hover {
	background: #10a510;
	color: #ffffff;
}

/*--------------------------------------------------------------
## Aside Post Format
--------------------------------------------------------------*/
.blog .hentry.format-aside .thumb-link,
.archive .hentry.format-aside .thumb-link,
.blog .hentry.format-aside .entry-title,
.archive .hentry.format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Quote Post Format
--------------------------------------------------------------*/
.blog .hentry.format-quote,
.archive .hentry.format-quote {
	position: relative;
	padding: 40px 30px;
	background: #f1f1f1;
	color: #888989;
}

.blog .hentry.format-quote.has-post-thumbnail,
.archive .hentry.format-quote.has-post-thumbnail {
	color: #ffffff;
}

.blog .hentry.format-quote .entry-header,
.archive .hentry.format-quote .entry-header,
.blog .hentry.format-quote .entry-content,
.archive .hentry.format-quote .entry-content {
	position: relative;
	z-index: 1;
}

.blog .hentry.format-quote .entry-header .entry-title,
.archive .hentry.format-quote .entry-header .entry-title,
.blog .hentry.format-quote .entry-header .entry-meta > span:not(.posted-on),
.archive .hentry.format-quote .entry-header .entry-meta > span:not(.posted-on),
.blog .hentry.format-quote .entry-header .entry-meta span.posted-on:before,
.archive .hentry.format-quote .entry-header .entry-meta span.posted-on:before {
	display: none;
}

.blog .hentry.format-quote .entry-header .entry-meta,
.archive .hentry.format-quote .entry-header .entry-meta {
	border: none;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1;
	font-size: 13px;
	font-size: 0.8125rem;
	color: inherit;
}

.blog .hentry.format-quote .entry-header .entry-meta span.posted-on,
.archive .hentry.format-quote .entry-header .entry-meta span.posted-on {
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

.blog .hentry.format-quote.has-post-thumbnail,
.archive .hentry.format-quote.has-post-thumbnail {
	background: #000000;
}

.blog .hentry.format-quote .entry-thumb,
.archive .hentry.format-quote .entry-thumb  {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	opacity: 0.4;
	margin: 0;
}

.blog .hentry.format-quote .entry-content,
.archive .hentry.format-quote .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
}

.blog .hentry.format-quote .entry-content blockquote,
.archive .hentry.format-quote .entry-content blockquote {
	color: inherit;
	border: none;
	padding: 0;
}

.blog .hentry.format-quote a,
.archive .hentry.format-quote a {
	color: inherit;
}

.blog .hentry.format-quote .entry-content :last-child,
.archive .hentry.format-quote .entry-content :last-child {
	margin-bottom: 0;
}

.blog .hentry.format-quote blockquote cite,
.archive .hentry.format-quote blockquote cite {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 15px;
	display: block;
}

.blog .hentry.format-quote blockquote cite:before,
.archive .hentry.format-quote blockquote cite:before {
	content: "\2014";
	padding-right: 4px;
}

/*--------------------------------------------------------------
## Status Post Format
--------------------------------------------------------------*/
.blog .hentry.format-status .entry-header,
.archive .hentry.format-status .entry-header {
	display: none;
}

.blog .hentry.format-status .entry-content,
.archive .hentry.format-status .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
}

.blog .hentry.format-status .entry-footer,
.archive .hentry.format-status .entry-footer {
	font-size: 16px;
	font-size: 1rem;
}

.blog .hentry.format-status .entry-footer span.author-avatar,
.archive .hentry.format-status .entry-footer span.author-avatar,
.blog .hentry.format-status .entry-footer span.byline,
.archive .hentry.format-status .entry-footer span.byline {
	margin-right: 0;
}

.blog .hentry.format-status .entry-footer span.author,
.archive .hentry.format-status .entry-footer span.author {
	margin-right: 4px;
}

.blog .hentry.format-status .entry-content p:last-of-type,
.archive .hentry.format-status .entry-content p:last-of-type {
	margin-bottom: 1.75rem;
}

/*--------------------------------------------------------------
## Link Post Format
--------------------------------------------------------------*/
.blog .hentry.format-link .thumb-link,
.archive .hentry.format-link .thumb-link {
	margin: -20px -25px 30px;
}

.blog .hentry.format-link .entry-title a:after,
.archive .hentry.format-link .entry-title a:after {
	content: "\f08e";
	padding-left: 7px;
	font-size: 16px;
}

.blog .hentry.format-link .entry-meta,
.archive .hentry.format-link .entry-meta {
	display: none;
}

.blog .hentry.format-link,
.archive .hentry.format-link {
	background: #10a510;
	padding: 20px 25px;
}

.blog .hentry.format-link .entry-title,
.archive .hentry.format-link .entry-title,
.blog .hentry.format-link,
.archive .hentry.format-link,
.blog .hentry.format-link a,
.archive .hentry.format-link a {
	color: #ffffff;
}

.blog .hentry.format-link a:hover,
.archive .hentry.format-link a:hover,
.blog .hentry.format-link .entry-footer,
.archive .hentry.format-link .entry-footer,
#page .hentry.format-link div.sharedaddy h3.sd-title,
.blog .hentry.format-link .entry-content h1,
.archive .hentry.format-link .entry-content h1,
.blog .hentry.format-link .entry-content h2,
.archive .hentry.format-link .entry-content h2,
.blog .hentry.format-link .entry-content h3,
.archive .hentry.format-link .entry-content h3,
.blog .hentry.format-link .entry-content h4,
.archive .hentry.format-link .entry-content h4,
.blog .hentry.format-link .entry-content h5,
.archive .hentry.format-link .entry-content h5,
.blog .hentry.format-link .entry-content h6,
.archive .hentry.format-link .entry-content h6,
.blog .hentry.format-link .entry-content blockquote,
.archive .hentry.format-link .entry-content blockquote {
	color: inherit;
}

.blog .hentry.format-link a:not(.thumb-link):hover,
.archive .hentry.format-link a:not(.thumb-link):hover {
	opacity: 0.8;
}

.blog .hentry.format-link .entry-content pre,
.archive .hentry.format-link .entry-content pre {
	background: rgba(0,0,0,0.3);
}

.blog .hentry.format-link .entry-content mark,
.blog .hentry.format-link .entry-content ins,
.archive .hentry.format-link .entry-contentmark,
.archive .hentry.format-link .entry-content ins {
	color: #464646;
}

/*--------------------------------------------------------------
## Video Post Format
--------------------------------------------------------------*/
.blog .hentry.format-video .entry-content .jetpack-video-wrapper,
.archive .hentry.format-video .entry-content .jetpack-video-wrapper,
.single .hentry.format-video .entry-content .jetpack-video-wrapper {
	display: none;
}

#page .jetpack-video-wrapper {
	margin-bottom: 1.875em;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 40px;
	padding-bottom: 35px;
}

.page-header .page-title {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
	margin: 0;
}

.page-header .taxonomy-description {
	color: #888989;
	margin-top: 20px;
}

.page-header .taxonomy-description :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Audio Player
--------------------------------------------------------------*/
#page .mejs-container,
#page .wp-playlist {
	margin-bottom: 1.875em;
}

#page .mejs-container {
	border: 1px solid rgba(255,255,255,0.2);
}

#page .wp-playlist  .mejs-container {
	margin-bottom: 12px;
}

#page .mejs-container .mejs-controls {
	background: #0c0c0e;
}

#page .mejs-container .mejs-controls .mejs-button button {
	outline: none;
}

#page .wp-playlist-light .wp-playlist-playing {
	background: none;
}

#page .mejs-container,
#page .mejs-container .mejs-controls,
#page .wp-playlist,
#page .mejs-controls .mejs-time-rail .mejs-time-total,
#page .mejs-controls .mejs-time-rail .mejs-time-current,
#page .wp-playlist-light .wp-playlist-playing,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	border-radius: 1px;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 8px;
}

#page .mejs-container .mejs-controls .mejs-time {
	padding-top: 10px;
}

#page .mejs-controls .mejs-time-rail span,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#page .mejs-controls .mejs-time-rail span,
#page .mejs-controls .mejs-time-rail a {
	height: 4px;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 13px;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #10a510;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(255,255,255,0.3);
}

#page .wp-playlist {
	padding: 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.04);
	border-color: rgba(0,0,0,0.07);
}

#page .wp-playlist-light {
	background: #f1f1f1;
}

#page .wp-playlist .wp-playlist-tracks a {
	box-shadow: none;
	border: none;
	padding: 10px;
}

#page .wp-playlist-tracks {
	margin-left: 2px;
}

#page .wp-playlist-item {
	border-color:rgba(0,0,0,0.07);
	padding: 0;
}

#page .wp-playlist-item,
#page .wp-playlist-item a {
	color: rgba(0,0,0,0.5);
	font-weight: normal;
}

#page .wp-playlist-light .wp-playlist-playing,
#page .wp-playlist-light .wp-playlist-playing a {
	color: #000000;
	font-weight: bold;
}

#page .wp-playlist-item-length {
	top: 9px;
	right: 10px;
}

#page .hentry .mejs-container a {
	border-bottom: none;
}

/*--------------------------------------------------------------
## Author Section
--------------------------------------------------------------*/
.author-container {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #f1f1f1;
}

.author-container .author-name {
	margin: 0 0 7px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

.author-container .author-name a {
	color: inherit;
}

.author-container .author-info {
	position: relative;
	min-height: 80px;
}

.author-container .avatar {
	width: 80px;
	height: 80px;
	top: 0;
	position: absolute;
	border-radius: 50%;
}

.author-container .author-bio {
	padding-left: 105px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
	outline: none;
}

#comments .comments-title,
#comments #reply-title {
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0 0 30px;
	border-top: 1px solid #f1f1f1;
	padding-top: 40px;
}

#comments .comments-title {
	margin-bottom: 10px;
}

#comments .comment-author .fn,
#comments .comment-author .fn a {
	color: inherit;
}

#comments .comment-metadata a,
#respond .comment-notes,
#respond label,
#comments .comment-navigation a {
	color: #888989;
}

#comments .comment-metadata,
#comments .comment-navigation,
#comments .reply {
	font-size: 13px;
	font-size: 0.8125rem;
}

#comments .comment-content :last-child,
#comments #comment-nav-below,
#respond .form-submit {
	margin-bottom: 0;
}

#comments .comment-author .fn {
	font-weight: 400;
}

#comments .says {
	display: none;
}

#comments .comment-edit-link:before {
	content: "/";
	padding-right: 5px;
}

#comments ul,
#comments ol li > ul {
	list-style: none;
}

#comments ol {
	list-style: none;
	margin-left: 0;
	-webkit-padding-start: 0;
	padding-left: 0;
}

#comments .comment {
	position: relative;
}

#comments .comment-list article,
#comments .comment-list .pingback,
#comments .comment-list .trackback {
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
	margin-bottom: 35px;
}

#comments .comment-list > li:first-child > article,
#comments .comment-list > .pingback:first-child,
#comments .comment-list > .trackback:first-child {
	border-top: none;
}

#comments .comment-author .avatar {
	height: 64px;
	width: 64px;
	position: absolute;
	top: 30px; left: 0;
	border-radius: 50%;
}

#comments .children .comment-author .avatar {
	width: 52px;
	height: 52px;
	top: 33px;
}

#comments .comment-author,
#comments .comment-metadata,
#comments .comment-content {
	padding-left: 94px;
}

#comments .children .comment-author,
#comments .children .comment-metadata,
#comments .children .comment-content {
	padding-left: 82px;
}

#comments .comment-author {
	margin-top: 5px;
}

#comments .children .comment-author {
	margin-top: 1px;
}

#comments .comment-metadata {
	margin-top: 4px;
	margin-bottom: 27px;
}

#comments .reply {
	position: absolute;
	top: 42px; right: 0;
}

#comments .reply a {
	background: #f1f1f1;
	color: #888989;
	padding: 3px 9px;
	border-radius: 1px;
}

#comments .comment-list .children {
	list-style: none;
	margin-left: 40px;
}

#comments .comment-content ul {
	list-style: disc;
}

#comments .comment-content ul ul,
#comments .comment-content ol ul {
	list-style-type: circle;
}

#comments .comment-content ol {
	margin-left: 25px;
	list-style: decimal;
}

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

#respond .comment-form {
	background: #f1f1f1;
	padding: 35px;
	overflow: hidden;
}

#respond label {
	display: block;
	margin-bottom: 13px;
	line-height: 1;
}

#respond .comment-form-url,
#respond .comment-form-author,
#respond .comment-form-email {
	width: 30.6%;
	float: left;
	margin-bottom: 35px;
}

#respond .comment-form-service .comment-form-url,
#respond .comment-form-service .comment-form-author,
#respond .comment-form-service .comment-form-email {
	width: 100%;
	float: none;
}

#respond.js .comment-form-fields label {
	top: 18px;
}

#respond .comment-form-author,
#respond .comment-form-email {
	margin-right: 4%;
}

#respond #author,
#respond #email,
#respond #url,
#respond #comment {
	width: 100%;
	border-color: rgba(0,0,0,0.1);
}

#respond #comment {
	height: 165px;
}

#page #respond .comment-form-fields div.comment-form-input input {
	height: auto;
}

#respond .comment-form-comment {
	margin-bottom: 25px;
}

#respond .form-submit {
	clear: both;
	padding-bottom: 0;
}

#comments .comment-navigation {
	border-top: 1px solid #f1f1f1;
	padding: 11px 0;
	margin-bottom: 0;
}

.comment-navigation .nav-previous a:before {
	content: "\f190";
	padding-right: 7px;
}

.comment-navigation .nav-next a:after {
	content: "\f18e";
	padding-left: 7px;
}

#comments #commentform .comment-subscription-form {
	margin-top: 30px;
	margin-bottom: 2px;
}

#comments #commentform .comment-subscription-form:last-of-type {
	margin-top: 0;
}

#comments .comment-awaiting-moderation,
#comments .no-comments {
	margin-left: 94px;
	display: inline-block;
	padding: 2px 5px;
}

#comments .children .comment-awaiting-moderation {
	margin-left: 82px;
}

#comments .no-comments {
	background: #f1f1f1;
	margin-bottom: 0;
}

#comments .comment-awaiting-moderation {
	background: yellow;
}

#comments .bypostauthor > .comment-body .comment-author .fn:after {
	content: "\f007";
	position: relative;
	top: -3px;
	display: inline-block;
	background: #10a510;
	width: 15px;
	height: 15px;
	line-height: 14px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	border-radius: 50%;
	margin-left: 6px;
}

/*--------------------------------------------------------------
# Custom Templates
--------------------------------------------------------------*/
.page-template-full-width-page #page .site-main,
.page-template-grid-page #page .site-main,
.post-type-archive-jetpack-testimonial #page .site-main,
.error404 #page .site-main {
	border: none;
	padding: 0 0 40px;
	margin: 0;
}

.page-template-full-width-page #page .content-area,
.page-template-grid-page #page .content-area,
.post-type-archive-jetpack-testimonial #page .content-area,
.error404 #page .content-area {
	padding-right: 0;
}

/*--------------------------------------------------------------
## Grid Template
--------------------------------------------------------------*/
.page-template-grid-page #page .site-main {
	padding-bottom: 0;
}

.page .grid-row .hentry .entry-title,
.grid-row .grid-item .hentry,
.grid-main-entry .hentry {
	margin-bottom: 0;
}

.grid-main-entry .hentry .entry-footer {
	padding: 0;
}

.grid-main-entry .hentry .edit-link {
	margin: 0;
	display: inline-block;
}

.grid-row .grid-item .sharedaddy {
	display: none;
}

.grid-row {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.grid-row .grid-item {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.grid-row .three-columns:nth-of-type(3n+1),
.grid-row .two-columns:nth-of-type(2n+1) {
	clear: left;
}

.grid-row .hentry .thumb-link {
	display: block;
	margin-bottom: 33px;
	line-height: 1;
}

.page .grid-row .hentry .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.grid-row .hentry .entry-content {
	margin-top: 21px;
}

.page-template-grid-page #comments {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.post-type-archive-jetpack-testimonial .container {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.post-type-archive-jetpack-testimonial #page .site-main {
	padding: 0;
}

.post-type-archive-jetpack-testimonial .site-main .page-header {
	border-bottom: none;
	margin-bottom: 10px;
}

.post-type-archive-jetpack-testimonial .taxonomy-description {
	max-width: 40rem;
}

.post-type-archive-jetpack-testimonial .testimonial-image {
	text-align: center;
	margin-top: 40px;
}

.testimonial-row {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.testimonial-row .jetpack-testimonial {
	width: 33.333333%;
	float: left;
}

.single-jetpack-testimonial .hentry .entry-thumb img {
	max-width: 96px;
	border-radius: 50%;
}

.single-jetpack-testimonial .hentry .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
}

.single-jetpack-testimonial .hentry .entry-header .entry-title {
	font-size: 16px;
	font-size: 1rem;
	color: #888989;
	margin: 0;
}

.post-type-archive-jetpack-testimonial #infinite-handle,
.post-type-archive-jetpack-testimonial .paging-navigation,
.testimonial-row .jetpack-testimonial {
	margin-bottom: 40px;
}

.front-block .testimonial-row .jetpack-testimonial:nth-of-type(3n+1) {
	clear: left;
}

.jetpack-testimonial .testimonial-content {
	position: relative;
	padding: 30px 30px 1px;
	margin-bottom: 25px;
	font-style: italic;
	background: #f1f1f1;
	border-radius: 30px 0 30px 0px;
}

.front-block:nth-of-type(even) .jetpack-testimonial .testimonial-content {
	background: #ffffff;
}

.jetpack-testimonial .testimonial-content:before{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 12px 12px 0;
	width: 0;
	left: 20px;
	border-color: #f1f1f1 transparent;
	bottom: -12px;
	z-index: 2;
}

.front-block:nth-of-type(even) .jetpack-testimonial .testimonial-content:before {
	border-color: #ffffff transparent;
}

.jetpack-testimonial .testimonial-meta img {
	border-radius: 50%;
	width: 48px;
	margin-right: 12px;
	margin-left: 8px;
}

.jetpack-testimonial .testimonial-meta a {
	color: inherit;
}

.post-type-archive-jetpack-testimonial .no-results .page-content {
	padding-bottom: 40px;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error404 .content-area,
.post-type-archive-jetpack-testimonial .no-results {
	padding: 55px 0 60px;
}

.error404 .page-header,
.post-type-archive-jetpack-testimonial .no-results .page-header {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 20px;
}

.error404 .page-content p:first-child,
.post-type-archive-jetpack-testimonial .no-results .page-content p:first-child {
	color: #888989;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Author's Archive Page
--------------------------------------------------------------*/
.archive.author .page-header .avatar  {
	float: left;
	width: 48px;
	border-radius: 50%;
	margin: 0 15px 15px 0;
}

.archive.author .page-header .page-title {
	display: inline-block;
	margin-top: 8px;
}

.archive.author .page-header .taxonomy-description {
	clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

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

#infinite-handle {
	text-align: center;
	margin-bottom: 5px;
}

#infinite-handle span {
	font-size: 16px;
	font-size: 1rem;
}

#infinite-handle span:before {
	content: "\f021";
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.875em;
	max-width: 100%;
	background: #f1f1f1;
	padding: 10px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 10px 0 0;
	color: #888989;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.entry-gallery,
.gallery {
	margin-bottom: 1.875em;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 3px 3px 0;
	overflow: hidden;
	position: relative;
	width: auto;
	display: inline-block;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 49.5%;
	max-width: -webkit-calc(50% - 3px);
	max-width: calc(50% - 3px);
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
	max-width: -webkit-calc(33.3% - 3px);
	max-width: calc(33.3% - 3px);
}

.gallery-columns-4 .gallery-item {
	max-width: 24.5%;
	max-width: -webkit-calc(25% - 3px);
	max-width: calc(25% - 3px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19.5%;
	max-width: -webkit-calc(20% - 3px);
	max-width: calc(20% - 3px);
}

.gallery-columns-6 .gallery-item {
	max-width: 16%;
	max-width: -webkit-calc(16.66% - 3px);
	max-width: calc(16.66% - 3px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13.5%;
	max-width: -webkit-calc(14.285% - 3px);
	max-width: calc(14.285% - 3px);
}

.gallery-columns-8 .gallery-item {
	max-width: 12%;
	max-width: -webkit-calc(12.5% - 3px);
	max-width: calc(12.5% - 3px);
}

.gallery-columns-9 .gallery-item {
	max-width: 10%;
	max-width: -webkit-calc(11.11% - 3px);
	max-width: calc(11.11% - 3px);
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background: rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.59) 59%, rgba(0,0,0,0.65) 69%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.26)), color-stop(59%,rgba(0,0,0,0.59)), color-stop(69%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#a6000000',GradientType=0 );

	color: #ffffff;
	font-size: 11px;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	padding: 10px;
	margin: 0;
	visibility: hidden;
	opacity: 0;
}

.gallery-item:hover .gallery-caption {
	visibility: visible;
	opacity: 1;
	height: 30%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
# Share Buttons & Related Posts
--------------------------------------------------------------*/
#page div.sharedaddy h3.sd-title:before {
	border: none;
	margin: 0;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline,
#page div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline {
	color: #888989;
	font-size: 13px;
	font-size: 0.8125rem;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 25px;
}

#page div#jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 18px;
}

#page #jp-post-flair {
	padding-bottom: 0;
	margin-bottom: 0;
}

#page .sd-social-icon .sd-content ul {
	margin: 0 !important;
}

#page .sd-social-icon .sd-content ul li[class*='share-'] a {
	padding: 12px;
}

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

.pd-rating,
.sharedaddy .sd-sharing {
	line-height: 1;
}

#page .sharedaddy,
.sd-rating {
	margin-bottom: 30px;
}

#page #jp-relatedposts a {
	border-bottom: none;
}

#page div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 13px;
}

#page div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-bottom: 5px;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	font-size: 13px;
	opacity: 0.8;
	line-height: 1.4;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slick-slider {
	position: relative;
	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-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;
	top: 0; left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-slide img,
.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
	display: none;
}

/* Dots */
.slick-dots {
	display: block;
	padding: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	opacity: 0;
	visibility: hidden;
}

#featured-content:hover .slick-dots {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}

.slick-dots li,
.slick-dots li button {
	cursor: pointer;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	width: 13px;
	height: 13px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: ;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	box-shadow: none;
}

.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 {
	content: '';
	position: absolute;
	top: 0; left: 0;

	text-align: center;

	background: rgba(255,255,255,0.05);
	border: 1px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	font-size: 1.438rem;
	height: 100px;
	line-height: 100px;
	width: 48px;
	z-index: 9999;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
	text-align: center;
	cursor: pointer;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}

.slick-prev {
	left: -15px;
}

.slick-next {
	right: -15px;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

.slick-prev:hover,
.slick-next:hover {
	background: rgba(0,0,0,0.8);
}

#featured-content:hover .slick-prev,
#featured-content:hover .slick-next {
	visibility: visible;
	opacity: 1;
}

#featured-content:hover .slick-prev {
	left: 0;
}

#featured-content:hover .slick-next {
	right: 0;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
.mobile-view #masthead .top-bar .search-form,
.mobile-view #masthead .top-bar .header-social-menu,
.mobile-view .main-navigation,
.mobile-view .secondary-navigation > div,
.mobile-view .post-navigation:before {
	display: none;
}

.mobile-view #mobile-menu-toggle {
	display: block;
}

@media only screen and (max-width:992px) {
	#masthead .top-bar .search-form,
	#masthead .top-bar .header-social-menu,
	.main-navigation,
	.secondary-navigation > div,
	.post-navigation:before {
		display: none;
	}

	#mobile-menu-toggle {
		display: block;
	}

	.front-block.featured-page .hentry .thumb-link,
	.front-block.featured-page .content-left .hentry .entry-body,
	.front-block.featured-page .content-right .hentry .entry-body,
	.front-block .grid-row .grid-item,
	.recent-posts-row .recent-post,
	.testimonial-row .jetpack-testimonial,
	.content-area,
	.sidebar-section,
	#page .post-navigation .nav-previous,
	#page .post-navigation .nav-next,
	#colophon .footer-widgets .footer-widget {
		width: 100%;
	}

	#masthead .top-bar .header-custom-text,
	#featured-content .featured-slide .hentry .inner-hentry {
		max-width: 100%;
	}

	#masthead .site-branding {
		max-width: 55%;
	}

	.post-navigation .nav-next a:before {
		margin-left: 0;
		margin-right: 1.250em;
		float: left;
	}

	#page .post-navigation .nav-previous,
	#page .post-navigation .nav-next {
		float: none;
	}

	#page .post-navigation .nav-next {
		text-align: inherit;
	}

	#page .sidebar-section,
	.has-sidebar #page .site-main {
		border: none;
	}

	.has-sidebar #page .content-area {
		padding-right: .9375rem;
	}

	#page .sidebar-section {
		padding-left: .9375rem;
	}

	.has-sidebar #page .site-main,
	#page #secondary,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		padding-left: 0;
		padding-right: 0;
	}

	.has-sidebar #page .site-main {
		margin-left: 0;
		margin-right: 0;
	}

	#colophon .footer-widgets .row,
	.front-block.featured-page .grid-row,
	.testimonial-row {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	#colophon .footer-widgets .footer-widget,
	.front-block.featured-page .grid-row .grid-item,
	.testimonial-row .jetpack-testimonial {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #f1f1f1;
	}

	.post-navigation .nav-links div:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.entry-breadcrumbs {
		padding-top: 0;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width:768px) {
	#colophon .left-footer,
	#colophon .right-footer {
		float: none;
	}

	#colophon .left-footer,
	#colophon .right-footer {
		width: 100%;
	}

	#colophon .social-list .menu-items {
		text-align: inherit;
		margin-top: 15px;
	}
}

/* Mobile */
@media only screen and (max-width:500px) {
	#featured-content .featured-slide .hentry .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.single .hentry .entry-header .entry-title,
	.page .hentry .entry-header .entry-title,
	.page .front-block.featured-page .hentry .entry-title,
	.front-block .front-block-header .front-block-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.blog .hentry .entry-title,
	.search .hentry .entry-title,
	.archive .hentry .entry-title,
	.footer-custom-text {
		font-size: 20px;
		font-size: 1.25rem;
	}

	#page blockquote,
	.front-block.featured-page .hentry .sub-title,
	.single-jetpack-testimonial .hentry .entry-content,
	.single-jetpack-testimonial .hentry .entry-header .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.hentry .entry-header .entry-meta {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	#masthead {
		text-align: center;
	}

	.container {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}

	#page #masthead .site-branding,
	#page #mobile-menu-toggle,
	#page #masthead .top-bar .header-custom-text,
	.entry-content img.alignright,
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft,
	#respond .comment-form-url,
	#respond .comment-form-author,
	#respond .comment-form-email {
		float: none;
	}

	.entry-content img.alignright,
	.entry-content img.alignleft,
	.wp-caption {
		display: block;
		margin: 0 auto 1.875em;
	}

	#masthead .site-branding,
	#masthead .secondary-navigation,
	#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
	#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
		max-width: 100%;
	}

	#respond .comment-form-url,
	#respond .comment-form-author,
	#respond .comment-form-email,
	blockquote.pull-left,
	blockquote.pull-right,
	#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
	}

	#masthead .site-logo {
		max-width: 80%;
	}

	#page #mobile-menu-toggle {
		margin: 25px auto 0;
	}

	#page .author-container .author-bio,
	#page #comments .comment-content {
		padding: 0;
	}

	#page .author-container .avatar {
		position: static;
	}

	blockquote.pull-left,
	blockquote.pull-right {
		float: none !important;
		margin: 0 0 1.875em;
		border: none;
		border-left: 15px solid #f1f1f1;
		padding: 30px 0 0 35px;
	}

	#comments .comment-list .children {
		margin-left: 20px;
	}

	.author-container .avatar,
	#respond .comment-form-url,
	#respond .comment-form-author,
	#respond .comment-form-email {
		margin-bottom: 15px;
	}

	#respond .comment-form-author,
	#respond .comment-form-email {
		margin-right: 0;
	}

	#comments .reply {
		position: static;
		margin-top: 30px;
	}

	#comments .comment-author,
	#comments .comment-metadata {
		padding-left: 84px;
	}

	#comments .children .comment-author,
	#comments .children .comment-metadata {
		padding-left: 72px;
	}

	.hentry .entry-header .author-avatar img,
	.hentry .entry-footer .author-avatar img {
		width: 16px;
	}

	#respond .comment-form {
		padding: 20px;
	}

	.hentry .entry-header .comments-link {
		float: none;
		display: block;
	}

	.error404 .content-area {
		padding: 25px 0 30px;
	}

	.slick-prev, .slick-next {
		display: none !important;
	}

	#featured-content .slick-dots {
		bottom: 30px;
		opacity: 1;
		visibility: visible;
	}

	.has-custom-background #page {
		margin: 12px;
	}

	#page #comments .comment-awaiting-moderation,
	#page #comments .no-comments {
		margin-left: 0;
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	body {
		background: none !important;
		color: #000000;
		font-size: 12pt;
	}

	#masthead .site-branding {
		max-width: 100%;
	}

	#page a:after {
		content: "";
	}

	.has-sidebar .content-area {
		width: 100%;
	}

	#masthead .top-bar .header-custom-text {
		max-width: 100%;
	}

	#toggle-sidebar,
	#secondary,
	#site-navigation,
	#secondary-navigation,
	.author-container,
	.sidebar-section,
	#comments,
	#colophon,
	.sharedaddy,
	.jp-relatedposts,
	.post-navigation,
	.entry-footer,
	.mejs-container,
	.wp-playlist,
	#masthead .top-bar .search-form,
	#masthead .top-bar .header-social-menu,
	.hentry .entry-header .comments-link {
		display: none;
	}

	.single .hentry,
	.has-sidebar .site-main {
		padding: 0;
		border: none;
		margin: 0;
	}
}

/*--------------------------------------------------------------
Hide smiley face at the bottom
--------------------------------------------------------------*/
#wpstats {
	display: none;
}
/* 
 * Top Posts Widget styles for Jetpack
 */

/* 2-Column Grid Layout */

.widgets-grid-layout {
	width: 100%;
}

.widgets-grid-layout:before,
.widgets-grid-layout:after {
	content: " ";
	display: table;
}

.widgets-grid-layout:after {
	clear: both;
}

.widget-grid-view-image {
	float: left;
	max-width: 50%;
}

.widget-grid-view-image a {
	display: block;
	margin: 0 2px 4px 0;
}

.widget-grid-view-image:nth-child(even) {
	float: right;
}

.widget-grid-view-image:nth-child(even) a {
	margin: 0 0 4px 2px;
}

.widgets-grid-layout .widget-grid-view-image img {
	max-width: 100%;
	height: auto;
}

/* Multi-Column Grid Layout */

.widgets-multi-column-grid ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-multi-column-grid ul li {
	background: none;
	clear: none;
	float: left;
	margin: 0 -5px -3px 0;
	padding: 0 8px 6px 0;
	border: none;
	list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.widgets-multi-column-grid .avatar {
	vertical-align: middle;
}

/* List Layout */

.widgets-list-layout {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-list-layout li:before,
.widgets-list-layout li:after {
	content:"";
	display:table;
}
.widgets-list-layout li:after {
	clear:both;
}
.widgets-list-layout li {
	zoom:1;
	margin-bottom: 1em;
	list-style-type: none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	float: left;
	width: 21.276596%;
	max-width: 40px;
	height: auto;
}

.widgets-list-layout-links {
	float: right;
	width: 73.404255%;
}

.widgets-list-layout span {
	opacity: 0.5;
}

.widgets-list-layout span:hover {
	opacity: 0.8;
}
.widget_facebook_likebox {
	overflow: hidden;
}
.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
	list-style: none;
}

.jetpack_widget_social_icons ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack_widget_social_icons ul li {
	border: 0;
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
	display: none;
}

.jetpack_widget_social_icons a {
	border: 0;
	box-shadow: none;
	display: block;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.jetpack_widget_social_icons svg {
	color: inherit;
	fill: currentColor;
	height: inherit;
	vertical-align: middle;
	width: inherit;
}

/* Sizes */

.jetpack_widget_social_icons ul.size-small a {
	height: 24px;
	width: 24px;
}

.jetpack_widget_social_icons ul.size-medium a {
	height: 32px;
	width: 32px;
}

.jetpack_widget_social_icons ul.size-large a {
	height: 48px;
	width: 48px;
}
.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;
}

.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);
	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;
}
div#actionbar * {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	user-select: none;
	-webkit-user-select: none;
}
div#actionbar {
	background: #fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: solid 1px #c8d7e1;
	border-radius: 3px;
	opacity: .98;
	height: 35px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
	border-radius: 2px;
	z-index: 50000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	transition: all 0.2s ease-in-out;

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );

	user-select: none;
	-webkit-user-select: none;
}

div#actionbar.actnbr-hidden {
	-webkit-transform: translate3d(0,150px,0);
	-moz-transform: translate3d(0,150px,0);
	-o-transform: translate3d(0,150px,0);
	-ms-transform: translate3d(0,150px,0);
	transform: translate3d(0,150px,0);
}
div#actionbar.actnbr-folded {
	opacity: .7;
}
div#actionbar.actnbr-folded:hover {
	opacity: 1;
}

div#actionbar ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
}
div#actionbar li {
	list-style-type: none;
	display: inline-block;
	min-width: 30px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}
div#actionbar li:before {
	display: none;
}
div#actionbar li.actnbr-btn {
	margin: 0 2px 0 6px;
}
div#actionbar.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: 5px;
	margin-left: -5px;
}

div#actionbar.actnbr-folded li.actnbr-btn {
	margin-right: -5px;
}
div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: -3px;
	margin-left: 0;
}

div#actionbar li.actnbr-btn > a {
	display: block;
	color: #2e4453;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	line-height: 1;
	vertical-align: middle;
	transition: none;
	position: relative;
	padding: 10px 8px 10px 32px;
	border: none;
	box-shadow: none;
}
div#actionbar li.actnbr-btn > a:hover {
	color: #00aadc;
	background: none;
}
div#actionbar li.actnbr-btn > a .gridicon {
	fill: #87a6bc;
	position: absolute;
		top: 6px;
		left: 5px;
}
div#actionbar li.actnbr-btn a:hover .gridicon {
	fill: #00aadc;
}
div#actionbar li.actnbr-btn a.actnbr-actn-following,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover {
	color: #4ab866;
}
div#actionbar li.actnbr-btn a.actnbr-actn-following .gridicon,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover .gridicon {
	fill: #4ab866;
}

div#actionbar.actnbr-folded li.actnbr-btn a.actnbr-action .gridicon {
	top: 2px;
}

div#actionbar.actnbr-folded .actnbr-btn span {
	display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-customize {
	display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-stats {
  display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon,
div#actionbar.actnbr-has-customize.actnbr-folded .actnbr-customize a .gridicon {
	top: 2px;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon {
	left: 10px;
}

div#actionbar li.actnbr-ellipsis {
	position: relative;
		top: 1px;
		right: 2px;
	cursor: pointer;
	padding: 3px 5px 0 8px;
}
div#actionbar.actnbr-folded li.actnbr-ellipsis {
	top: 2px;
}
div#actionbar .actnbr-ellipsis > .gridicon {
	fill: #4f748e;
	transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
div#actionbar .actnbr-ellipsis.actnbr-hidden > .gridicon {
	fill: #87a6bc;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
div#actionbar li.actnbr-hidden > a .gridicon {
	position: absolute;
		top: 6px;
		left: 5px;
}
div#actionbar .actnbr-ellipsis.actnbr-hidden > .gridicon:hover {
	fill: #4f748e;
}

div#actionbar .actnbr-ellipsis .tip-inner .gridicon {
    margin: 0px 5px 0 0;
    vertical-align: middle;
    position: relative;
}

div#actionbar .actnbr-popover {
	font-size: 14px;
	padding: 10px;
	z-index: 1000;
	margin-left: 15px;
	position: absolute;
	bottom: 40px;
	right: -13px;
	max-width: 320px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
div#actionbar li.actnbr-btn .actnbr-popover {
	bottom: 47px;
	right: 26px;
}
div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover {
	right: 21px;
}
div#actionbar .actnbr-hidden .actnbr-popover {
	display: none;
}
div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
	bottom: 0;
	right: 21px;
	margin-left: -7px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 74%;
}
div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 85%;
}
div#actionbar .actnbr-popover .tip-arrow {
	border: 10px dashed #c8d7e1;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
}
div#actionbar .actnbr-popover.tip-top-left .tip-arrow::before {
	bottom: 2px;
	border: 10px solid white;
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
div#actionbar .actnbr-popover .tip-inner {
	background-color: white;
	border: 1px solid #c8d7e1;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075);
	text-align: center;
}
div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a {
	display: block;
	margin: 0 0 4px 0;
	font-weight: 400;
	text-decoration: none;
	color: #00aadc;
	border: none;
}

div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a:before {
	content: '\f8a3';
	font-family: 'Noticons';
	font-size: 25px;
	margin-right: 3px;
	line-height: 1;
	top: 7px;
	position: relative;
}

div#actionbar .tip ul {
	margin-bottom: 10px;
}

div#actionbar .tip li {
	display: block;
	border: none;
}
div#actionbar .tip li > a {
	position: relative;
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #2e4453;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 10px 16px;
	text-align: left;
	transition: all 0.05s ease-in-out;
	min-width: 250px;
	outline: none;
	text-decoration: none;
}

div#actionbar li.actnbr-sitename {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

div#actionbar .actnbr-ellipsis .actnbr-fold,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
}
div#actionbar .actnbr-ellipsis .actnbr-folded-following,
div#actionbar .actnbr-ellipsis .actnbr-folded-follow {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#actionbar .actnbr-notice .actnbr-follow-count {
	margin-bottom: 10px;
}

div#actionbar .actnbr-ellipsis li a:hover .gridicon {
	fill: #fff;
}

div#actionbar .actnbr-notice form,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	padding: 10px 16px 5px;
	font-size: 12px;
	color: #2e4453;
	line-height: 17px;
}

div#actionbar .actnbr-notice form input {
	background: #ffffff;
	border: 1px solid #a8bece;
	font-family: inherit;
	font-size: 14px;
	text-indent: 10px;
	height: 40px;
	width: 100%;
	margin-bottom: 12px;
	padding: 0;
	user-select: text;
	-webkit-user-select: text;
}

div#actionbar .actnbr-notice form button {
	background: #00aadc;
  border-color: #008ab3;
  color: white;
  border-style: solid;
  border-width: 1px 1px 2px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  border-radius: 4px;
  padding: 7px 14px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-family: inherit;
	text-transform: none;
	-webkit-font-smoothing: auto;
	height: auto;
	line-height: 1;
}

div#actionbar .actnbr-notice form button[disabled] {
    background: #bceefd;
    border-color: #8cc9e2;
    color: white;
}

div#actionbar .actnbr-notice .actnbr-button-wrap {
	text-align: right;
}

div#actionbar .actnbr-notice form button:hover {
	border-color: #005082;
	color: white;
}

div#actionbar .actnbr-notice form button:focus {
	border-color: #005082;
  box-shadow: 0 0 0 2px #78dcfa;
}

div#actionbar .actnbr-notice .actnbr-login-nudge {

}

div#actionbar .actnbr-notice .actnbr-login-nudge a {
	color: inherit;
	text-decoration: underline;
}

div#actionbar .actnbr-notice .actnbr-login-nudge a:hover {
	color: #00aadc;
}

div#actionbar li.actnbr-sitename a {
	font-size: 14px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	color: #2e4453;
	text-decoration: none;
	text-align: left;
	border: none;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.7;
}

div#actionbar li.actnbr-sitename img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: -1px 5px 0 0;
	display: inline;
	border-radius: 0;
	padding: 0;
}
div#actionbar .actnbr-ellipsis li a:hover {
	background: #00aadc;
	color: #fff;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}
div#actionbar li.actnbr-sitename a:hover {
	background: transparent;
	color: #2e4453;
	margin: 0;
}

div#actionbar .actnbr-fold {
	padding-top: 10px;
}

div#actionbar .actnbr-ellipsis li.actnbr-folded-customize {
	display: none;
}

div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit .actnbr-ellipsis li.actnbr-folded-customize {
	display: block;
}

div#actionbar.actnbr-has-follow .actnbr-ellipsis li.actnbr-folded-follow {
	display: none;
}

div#actionbar .actnbr-notice .tip-inner {
	padding: 0;
}

div#actionbar .actnbr-notice .actnbr-message {
	padding: 15px 20px 20px;
	width: 250px;
	text-align: center;
	line-height: 20px;
  color: #2e4453;
}

div#actionbar .actnbr-notice .actnbr-message h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
	font-family: inherit;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
  color: #2e4453;
	padding: 0;
	line-height: 1em;
}

div#actionbar .actnbr-notice .actnbr-message a {
	color: inherit;
	text-decoration: underline;
}

div#actionbar .actnbr-notice .actnbr-message a:hover {
	color: #00aadc;
}

div#actionbar .actnbr-theme a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* Responsive Styles */
@media ( max-width: 660px ) {

	div#actionbar {
		bottom: 0;
		right: 0;
		padding: 5px 13px;
		border-radius: 0;
		width: 100%;
		height: 44px;
	}
	div#actionbar.actnbr-folded {
		opacity: .9;
		width: auto;
		padding: 5px 10px;
	}

	div#actionbar ul {
		text-align: right;
	}

	div#actionbar .actnbr-popover {
		right: -10px;
	}

	div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
		right: 17px;
	}

	div#actionbar li.actnbr-btn .actnbr-popover {
		right: -3px;
	}

	div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
		left: 53%;
	}

	div#actionbar.actnbr-folded li.actnbr-btn {
		margin-right: 3px !important;
	}
}

/***** Position adjustments for specific themes that conflict with action bar */

div#actionbar.actnbr-premium-espresso { /* Espresso */
	right: 70px;
}

div#actionbar.actnbr-premium-shelf { /* Shelf */
	left: 10px;
	right: auto;
}
	div#actionbar.actnbr-premium-shelf .actnbr-popover {
		right: auto;
		left: -35px;
	}
	div#actionbar.actnbr-premium-shelf .actnbr-popover.tip-top-left .tip-arrow {
		right: auto;
		left: 29px;
	}
	div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow,
	div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
		left: 26px;
	}
	div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover,
	div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover {
		right: 102px;
		left: -26px;
	}

body.has-playbar div#actionbar.actnbr-premium-obsidian { /* Obsidian */
	bottom: 50px;
}

div#actionbar.actnbr-pub-boardwalk { /* Nowhere to go in boardwalk */
	display: none;
}

body #habla_window_div.habla_window_div_base { /* Move the live chat box when needed */
	margin-right: 160px !important;
}

div#translator-launcher { /* Move community translator tool when needed */
	bottom: 67px;
	right: 10px;
	left: auto;
}

@media ( min-width: 876px ) { /* Move o2 dock count on desktop. */
	div#o2-dock {
		right: 230px;
	}
}

@media ( max-width: 876px ) { /* Prioritize the o2 dock count in small screens, on top of Actionbar. */
	div#o2-dock {
		z-index: 50001;
	}
}

#scrollUp, .to-top, #back-to-top { /* Up arrow on some themes */
	bottom: 55px;
	right: 18px;
}

#colophon #searchform input.search-field { /* Onigiri search box */
	bottom: 65px;
}

#container #masthead #site-branding { /* Suidobashi site title */
	z-index: 49999;
	bottom: 65px;
}

/***** End theme adjustments */


/* Hide Admin bar items */
li#wp-admin-bar-follow, li#wp-admin-bar-admin-bar-likes-widget, li#wp-admin-bar-wpr-reblog, ul#wp-admin-bar-blog-secondary {
	display: none !important;
}

/* Hide when printing */
@media print {
	#actionbar {
		display: none !important;
	}
}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-content ul {
	padding: 0 !important;
	margin: 0 0 .7em 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #777 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

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

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}
.sd-social-icon .sd-content ul li.share-stumbleupon a:before,
.sd-social-text .sd-content ul li.share-stumbleupon a:before,
.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-stumbleupon a:before {
	content: '\f223';
}
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
.sd-social-text .sd-content ul li.share-google-plus-1 a:before,
.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
	content: '\f218';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.googleplus1_button .g-plus {
	vertical-align: top !important;
}

.stumbleupon_button iframe, .reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0!important;
	height: 0!important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 1px;
	top: 0px\9; /* IE8 and below */
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #3b5998;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
	background: #ea4b24;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
	background: #dd4b39;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-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 */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

/* Generated by grunt-webfont */



@font-face {
	font-family:"social-logos";
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?51b607ee5b5cb2a0e4517176475a424c);
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"social-logos";
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?51b607ee5b5cb2a0e4517176475a424c);
	src:url(/wp-content/mu-plugins/social-logos/social-logos.eot?#iefix) format("embedded-opentype"),
		url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
		url(/wp-content/mu-plugins/social-logos/social-logos.ttf?51b607ee5b5cb2a0e4517176475a424c) format("truetype");
	font-weight:normal;
	font-style:normal;
}

.social-logo {
	font-family:"social-logos";
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


/* Icons */


.social-logo__amazon:before {
	content:"\f600";
}


.social-logo__behance:before {
	content:"\f101";
}


.social-logo__blogger-alt:before {
	content:"\f601";
}


.social-logo__blogger:before {
	content:"\f602";
}


.social-logo__codepen:before {
	content:"\f216";
}


.social-logo__dribbble:before {
	content:"\f201";
}


.social-logo__dropbox:before {
	content:"\f225";
}


.social-logo__eventbrite:before {
	content:"\f603";
}


.social-logo__facebook:before {
	content:"\f203";
}


.social-logo__feed:before {
	content:"\f413";
}


.social-logo__flickr:before {
	content:"\f211";
}


.social-logo__foursquare:before {
	content:"\f226";
}


.social-logo__ghost:before {
	content:"\f61c";
}


.social-logo__github:before {
	content:"\f200";
}


.social-logo__google-plus-alt:before {
	content:"\f218";
}


.social-logo__google-plus:before {
	content:"\f206";
}


.social-logo__instagram:before {
	content:"\f215";
}


.social-logo__linkedin:before {
	content:"\f207";
}


.social-logo__mail:before {
	content:"\f410";
}


.social-logo__medium:before {
	content:"\f623";
}


.social-logo__path-alt:before {
	content:"\f604";
}


.social-logo__path:before {
	content:"\f219";
}


.social-logo__pinterest-alt:before {
	content:"\f210";
}


.social-logo__pinterest:before {
	content:"\f209";
}


.social-logo__pocket:before {
	content:"\f224";
}


.social-logo__polldaddy:before {
	content:"\f217";
}


.social-logo__print:before {
	content:"\f469";
}


.social-logo__reddit:before {
	content:"\f222";
}


.social-logo__share:before {
	content:"\f415";
}


.social-logo__skype:before {
	content:"\f220";
}


.social-logo__spotify:before {
	content:"\f515";
}


.social-logo__squarespace:before {
	content:"\f605";
}


.social-logo__stumbleupon:before {
	content:"\f223";
}


.social-logo__telegram:before {
	content:"\f606";
}


.social-logo__tumblr-alt:before {
	content:"\f607";
}


.social-logo__tumblr:before {
	content:"\f214";
}


.social-logo__twitch:before {
	content:"\f516";
}


.social-logo__twitter-alt:before {
	content:"\f202";
}


.social-logo__twitter:before {
	content:"\f610";
}


.social-logo__vimeo:before {
	content:"\f212";
}


.social-logo__whatsapp:before {
	content:"\f608";
}


.social-logo__wordpress:before {
	content:"\f205";
}


.social-logo__xanga:before {
	content:"\f609";
}


.social-logo__youtube:before {
	content:"\f213";
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
