/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* 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;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/*THIS FILE IS COMPILED FROM AN .SCSS FILE - DO NOT EDIT DIRECTLY*/
/**
 * The WordPress.com Masterbar
 */
.wpcom-masterbar {
  background: #0085be;
  color: white;
  height: 46px;
  font-size: 0.9em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-font-smoothing: subpixel-antialiased;
  box-shadow: inset 0 -2px rgba(0, 86, 132, 0.2);
  /**
   * Menu Content
   */
  /**
   * User actions: New post, Notifications, User.
   */
  /**
   * Dropdown Menu
   */
  /**
   * Highlighted Sections -- makes Themes, Support, Forums, and Features tabs highlighted when active,
   * which was already happening for News.
   */
}
.wpcom-masterbar li a {
  color: white;
  text-decoration: none;
}
.wpcom-masterbar .active {
  background: #0097d8;
  box-shadow: inset 0 -2px rgba(0, 86, 132, 0.6);
}
.wpcom-masterbar .wpcom-navigation {
  padding: 0 10px;
}
@media only screen and (max-width: 480px) {
  .wpcom-masterbar .wpcom-navigation {
    padding: 0;
  }
}
.wpcom-masterbar .wpcom-title {
  display: none;
}
.newdash-welcome .wpcom-masterbar .wpcom-title {
  display: block;
}
.newdash-welcome .wpcom-masterbar .wpcom-title a.wpcom-logo {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
.newdash-welcome .wpcom-masterbar .wpcom-title a.wpcom-logo span {
  line-height: 46px;
}
.wpcom-masterbar .wpcom-logo:before {
  font-size: 32px;
  content: "\f205";
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Noticons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  line-height: 46px;
  margin: 0 9px 0 -2px;
}
.wpcom-masterbar ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpcom-masterbar ul li {
  float: left;
}
.wpcom-masterbar ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  margin: 0;
  padding: 0 10px;
  outline: 0;
  transition: background 100ms ease-in-out, color 80ms ease-in-out;
}
@media only screen and (max-width: 480px) {
  .wpcom-masterbar .sections-menu {
    float: none;
  }
  .wpcom-masterbar .sections-menu li {
    float: none;
  }
  .wpcom-masterbar .sections-menu li a {
    background: transparent;
    color: #0085be;
  }
  .wpcom-masterbar .sections-menu li .wpcom-logo:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .wpcom-masterbar .sections-menu {
    display: none;
    background: white;
    float: none;
    line-height: 46px;
    min-width: 220px;
    overflow: visible;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
    top: 44px;
    left: 10px;
  }
  .wpcom-masterbar .sections-menu:after {
    border: 6px solid transparent;
    border-bottom-color: white;
    content: ' ';
    height: 0;
    position: absolute;
    top: -12px;
    left: 8px;
    width: 0;
  }
  .wpcom-masterbar .sections-menu li {
    display: block;
    float: none;
  }
  .wpcom-masterbar .sections-menu li a,
  .wpcom-masterbar .sections-menu li a.selected {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #0085be;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0 14px;
    text-align: left;
  }
  .wpcom-masterbar .sections-menu li a:hover,
  .wpcom-masterbar .sections-menu li a.selected:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    color: #33bbe3;
    box-shadow: none;
  }
  .wpcom-masterbar .sections-menu li a.selected {
    color: #324155;
  }
  .wpcom-masterbar .sections-menu li:last-child a {
    border-bottom: none;
  }
  .nav-visible .wpcom-masterbar .sections-menu {
    display: block;
  }
}
.wpcom-masterbar .sections-menu.mobile-touch li {
  background: #0085be;
  display: block;
  width: 100%;
}
.wpcom-masterbar .sections-menu.mobile-touch li:first-child {
  margin-top: 0;
}
.wpcom-masterbar .user-actions {
  float: right;
}
.wpcom-masterbar .user-actions .post a {
  width: 27px;
  overflow: hidden;
  position: relative;
  padding: 0 11px 0 10px;
}
.wpcom-masterbar .user-actions .post a:before {
  font-size: 32px;
  content: "\f411";
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Noticons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  line-height: 1.4;
}
.wpcom-masterbar .user-actions .post a:after {
  font-size: 32px;
  content: "\f8b3";
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Noticons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  position: absolute;
  top: 4px;
  left: 10px;
  color: #78dcfa;
}
.wpcom-masterbar .user-actions .notifications a {
  width: 27px;
  overflow: hidden;
  position: relative;
  padding: 0 13px 0 7px;
}
.wpcom-masterbar .user-actions .notifications a:before {
  font-size: 32px;
  content: "\f800";
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Noticons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  line-height: 1.4;
}
.wpcom-masterbar .user-actions .notifications a:before {
  line-height: 1.3;
}
.wpcom-masterbar .user-actions .user-account {
  width: 48px;
  height: 46px;
  text-align: center;
}
.wpcom-masterbar .user-actions .user-account img.avatar {
  width: 26px;
  border: 1px solid #e8f0f5;
  margin: 0;
  position: relative;
  top: 8px;
}
.wpcom-masterbar .sub-menu {
  display: none;
  background: white;
  float: none;
  line-height: 46px;
  min-width: 220px;
  overflow: visible;
  padding: 0;
  position: absolute;
  width: auto;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
  top: 44px;
  right: 20px;
}
.wpcom-masterbar .sub-menu:after {
  border: 6px solid transparent;
  border-bottom-color: white;
  content: ' ';
  height: 0;
  position: absolute;
  top: -12px;
  left: 8px;
  width: 0;
}
.wpcom-masterbar .sub-menu li {
  display: block;
  float: none;
}
.wpcom-masterbar .sub-menu li a,
.wpcom-masterbar .sub-menu li a.selected {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #0085be;
  display: block;
  float: none;
  height: auto;
  margin: 0;
  padding: 0 14px;
  text-align: left;
}
.wpcom-masterbar .sub-menu li a:hover,
.wpcom-masterbar .sub-menu li a.selected:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  color: #33bbe3;
  box-shadow: none;
}
.wpcom-masterbar .sub-menu li a.selected {
  color: #324155;
}
.wpcom-masterbar .sub-menu li:last-child a {
  border-bottom: none;
}
@media only screen and (max-width: 480px) {
  .wpcom-masterbar .sub-menu {
    right: 10px;
  }
}
.wpcom-masterbar .sub-menu img {
  position: relative;
  top: 9px;
  left: -4px;
}
.wpcom-masterbar .sub-menu:after {
  left: auto;
  right: 8px;
}
body.wpcomsupport .wpcom-masterbar .menu-support a, body.wpcomfeatures .wpcom-masterbar .menu-features a, .wpcom-masterbar.wpcom-forums .menu-forums a, body.theme-showcase .wpcom-masterbar .menu-themes a {
  background: rgba(255, 255, 255, 0.2);
}

.touch .wpcom-masterbar {
  position: absolute;
}

/* Don't use hover for touch devices */
html:not(.touch) .wpcom-masterbar .menu-toggle:hover,
.wpcom-masterbar li a:hover,
html:not(.touch) .wpcom-masterbar li.user-account:hover,
.wpcom-masterbar .menu-toggle.tapped,
.wpcom-masterbar li.user-account.tapped {
  background: #00aadc;
  color: white;
  cursor: pointer;
  box-shadow: inset 0 -2px rgba(0, 86, 132, 0.2);
}

html:not(.touch) .wpcom-masterbar li:hover .dropdown,
.wpcom-masterbar li.tapped .dropdown {
  display: block;
}

@media only screen and (max-width: 700px) {
  .wpcom-masterbar .menu-support,
  .wpcom-masterbar .menu-forums {
    display: none;
  }
}
.wpcom-masterbar.logged-in {
  margin-top: 32px;
}
@media only screen and (max-width: 700px) {
  .wpcom-masterbar.logged-in .menu-support,
  .wpcom-masterbar.logged-in .menu-forums {
    display: block;
  }
}
@media only screen and (max-width: 660px) {
  .wpcom-masterbar.logged-in {
    margin-top: 46px;
    position: absolute;
    z-index: 499;
  }
}

.menu-toggle {
  cursor: pointer;
  display: none;
  vertical-align: top;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
  padding: 0 10px;
}
.menu-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: '\f431';
  display: inline-block;
  font: normal 16px/1 "Noticons";
  margin: -4px -2px 0 2px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .menu-toggle {
    display: block;
  }
}

.stats-notice {
  float: left;
  background: white;
  color: #005082;
  position: relative;
  top: 11px;
  left: 12px;
  padding: 2px 35px 2px 9px;
  font-size: 13px;
  border-radius: 2px;
}
.stats-notice:after {
  border: 6px solid transparent;
  border-right-color: white;
  content: ' ';
  height: 0;
  position: absolute;
  top: 5px;
  left: -12px;
  width: 0;
}
.stats-notice .noticon {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 21px;
  color: #324155;
  background: #e8f0f5;
  border-radius: 2px;
  padding: 2px 2px 0 2px;
}

@media only screen and (max-width: 480px) {
  html:not(.touch) .wpcom-sections:hover .sections-menu,
  .wpcom-sections.tapped .sections-menu {
    display: block;
  }

  .wpcom-sections li.active {
    background: white;
    box-shadow: none;
  }

  .wpcom-sections li.active a {
    font-weight: bold;
  }
}
/* Fix for new masterbar */
body.logged-in .wpcom-header #menu-dash-newpost-tagged,
body.logged-in .wpcom-header #wp-admin-bar-notes a:before {
  display: none;
}

body.logged-in .wpcom-header #menu-dash-newpost-tagged.visible {
  display: block;
}

body#h4typo .logged-in.wpcom-header,
body#h4home .logged-in.wpcom-header,
body.newaccount .logged-in.wpcom-header {
  margin-top: 0;
}

/* !Notifications - some ugly !importants, but needed to overrule base notifications styles for now */
body.logged-in .wpcom-header #wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
  background: #f1831e !important;
  text-shadow: none;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 86, 132, 0.3);
  box-shadow: inset 0 -1px 0 rgba(0, 86, 132, 0.3);
}

/**
 * Fix for new masterbar
 */
body.logged-in .wpcom-header #wp-admin-bar-notes #wpnt-notes-unread-count {
  border-radius: 0;
  height: auto;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

body.logged-in #wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read span {
  color: #fff !important;
}

body.logged-in .wpcom-masterbar #wp-admin-bar-notes .noticon {
  line-height: 40px;
  font-size: 32px;
  height: 46px;
}

body.logged-in .wpcom-header #wp-admin-bar-notes .noticon-star {
  line-height: 43px;
}

/**
 * Fixes for hi-five child themes (theme.wordpress.com, verticals such as wordpress.com/portfolios, and theme-support) to match Support, Forums, News, Features
 */
.wpcom-header.hi-five-header {
  font-size: 0.5625rem;
}
.wpcom-header.hi-five-header ul.pages-menu {
  font-size: 15px;
  font-weight: normal;
}
.wpcom-header.hi-five-header .wpcom-title {
  font-weight: normal;
}
.wpcom-header.hi-five-header .wpcom-title .wpcom-logo {
  text-decoration: none;
}
.wpcom-header.hi-five-header .wpcom-title span {
  vertical-align: top;
}

/* this is pretty hacky, but fixes the subscription manager page */
.subscriptions-manage-header.wpcom-header.hi-five-header .wpcom-title span {
  font-size: 1.5em;
}

.wpcom-nav .wpcom-title {
  display: inline;
  float: left;
}
@media only screen and (max-width: 480px) {
  .wpcom-nav .wpcom-title {
    margin-left: 10px;
  }
}
.wpcom-nav .wpcom-title a {
  color: #fff;
  font-weight: 100;
  font-size: 0.95em;
}
.wpcom-nav .wpcom-title a:before {
  color: white;
}
.wpcom-nav .wpcom-title span {
  line-height: 46px;
}
.wpcom-nav .wpcom-pages {
  float: right;
}
@media only screen and (max-width: 660px) {
  .wpcom-nav .wpcom-pages .pages-menu {
    display: none;
  }
}
.wpcom-nav .menu-toggle {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 660px) {
  .wpcom-nav .menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 660px) {
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on {
    display: none;
    background: white;
    float: none;
    line-height: 46px;
    min-width: 220px;
    overflow: visible;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
    display: block;
    top: 44px;
    right: 10px;
  }
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on:after {
    border: 6px solid transparent;
    border-bottom-color: white;
    content: ' ';
    height: 0;
    position: absolute;
    top: -12px;
    left: 8px;
    width: 0;
  }
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on li {
    display: block;
    float: none;
  }
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on li a,
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on li a.selected {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #0085be;
    display: block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0 14px;
    text-align: left;
  }
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on li a:hover,
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on li a.selected:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    color: #33bbe3;
    box-shadow: none;
  }
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on li a.selected {
    color: #324155;
  }
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on li:last-child a {
    border-bottom: none;
  }
  .wpcom-nav .wpcom-pages .pages-menu.toggled-on:after {
    left: auto;
    right: 26px;
  }
  .wpcom-nav li.active {
    background: white;
    box-shadow: none;
  }
  .wpcom-nav li.active a {
    font-weight: bold;
  }
}
/*
 * This is an attempt to extract all the CSS from subscriptions-admin.php and make it manageable.
 * Did I succeed? I'll leave that judgement to you.
 *
 */


/* COLORS:
/*		#0087be; /* $blue-wordpress */
/*		#78dcfa; /* $blue-light */
/*		#00aadc; /* $blue-medium */
/*		#005082; /* $blue-dark */
/*		#87a6bc; /* $gray */
/*		#f3f6f8; /* $gray-light */
/*		#2e4453; /* $gray-dark */
/*		#e9eff3; /* $background */
/*		#f0b849; /* $alert-yellow */


/********************************************************************************* Global */
body {
	color: #2e4453; /* $gray-dark */
	background: #e9eff3;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

a {
	color: #0087be; /* $blue-wordpress */
	text-decoration: none;
	transition: all 200ms ease-out;
}

a:hover {
	color: #00aadc; /* $blue-medium */
}


/********************************************************************************* Blue Bar Fix */
.wpcom-navigation .wpcom-title {
	margin: 0;
  font-size: 1.2em;
}

#wrapper {
	margin-top: 56px;
}

#wrapper > p,
#wrapper > form {
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	overflow: hidden;
}


/********************************************************************************* WP Admin Bar Fix */
#wpadminbar ul li#wp-admin-bar-newdash,
#wpadminbar ul li#wp-admin-bar-newdash > a {
	border-right: 0 !important;
}


/********************************************************************************* Wrapper */
#wrapper {
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	margin-top: 56px;
}

#wrapper h2 {
	font-weight: 200;
	font-size: 24px;
	padding-top: 30px;
}


/********************************************************************************* Tabs */
.subsubsub {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #ffffff;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
	font-size: 15px;
	overflow: hidden;
}

.subsubsub li {
  float: left;
}

.subsubsub li a {
	display: block;
	padding: 16px 20px;
}

.subsubsub li a:hover {
	border-bottom: 2px solid #00aadc; /* $blue-medium */
}

.subsubsub li a.current {
	color: #2e4453; /* $gray-dark */
	border-bottom: 2px solid #2e4453; /* $gray-dark */
}


/********************************************************************************* Tables */
.tablenav:first-of-type > div {
  background: #f3f6f8; /* $gray-light */
  margin: -20px;
  margin-bottom: 6px;
  padding: 10px 20px;
}

.tablenav .tablenav-pages:first-child {
  margin: 10px 0 0;
  padding-right: 0;
  float: right;
}

.tablenav .tablenav-pages {
	color: #87a6bc; /* $gray */
	padding-top: 8px;
	padding-bottom: 12px;
}

.tablenav .tablenav-pages .displaying-num {
	padding-right: 20px;
	opacity: 0.5;
}

.tablenav .tablenav-pages .page-numbers {
  padding: 0 8px 1px;
  color: #0087be; /* $blue-wordpress */
  border-radius: 2px;
  transition: all 200ms ease-out;
}

.tablenav .tablenav-pages .page-numbers:hover {
  color: #ffffff;
  background: #78dcfa; /* $blue-light */
}

.tablenav .tablenav-pages .page-numbers.current {
  border: 0;
  color: #ffffff;
	background: #005082; /* $blue-dark */
}

table {
	width: 100%;
	margin-bottom: 10px;
}

table th {
  text-align: left;
  color: #87a6bc; /* $gray */
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 6px 0;
}

table .check-column {
  width: 24px;
  text-align: center;
}

table td,
table th {
	padding: 10px 4px;
}

table td {
	border-top: 1px solid #f3f6f8; /* $gray-light */
}

table tr:last-child td {
	border-bottom: 1px solid #f3f6f8; /* $gray-light */
}

table tr:nth-child(even) {
	/*background-color: #f3f6f8; /* $gray-light */
}

table td .row-actions {
	display: block;
	font-size: 12px;
	padding: 1px 0;
	color: transparent;
}

table td .row-actions a {
	text-decoration: underline;
}

table td .row-actions a.confirm,
table td .row-actions span.delete a {
	display: inline-block;
	border: 1px solid #0087be; /* $blue-wordpress */
	padding: 2px 6px;
	border-radius: 2px;
	text-decoration: none;
	transition: all 200ms ease-out;
}

table td .row-actions a.confirm:hover,
table td .row-actions span.delete a:hover {
	color: #ffffff;
	background: #0087be; /* $blue-wordpress */
}



/********************************************************************************* Input / Buttons / Select */
input[type="text"] {
	font-size: 15px;
	padding: 7px 12px 9px;
}

.button,
.button-secondary {
	background: #f3f6f8;
	border-color: #c8d7e1;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #2e4453;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
	border-radius: 4px;
	padding: 7px 14px 9px;
	-webkit-appearance: none;
	appearance: none;
}

.button:hover,
.button-secondary:hover {
	border-color: #a8bece;
	color: #2e4453;
}


.button.is-primary,
#save-changes {
	background: #00aadc;
	border-color: #0085be;
	color: white;
}

.button.is-primary:hover,
#save-changes:hover {
	border-color: #005082;
	color: white;
}

#save-changes {
  float: right;
}

.button-link {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
	color: #00aadc; /* $blue-medium */
	font-size: 14px;
}

select {
	background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPmFycm93LWRvd248L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4gICAgICAgIDxnIGlkPSJhcnJvdy1kb3duIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiBmaWxsPSIjQzhEN0UxIj4gICAgICAgICAgICA8cGF0aCBkPSJNMTUuNSw2IEwxNyw3LjUgTDEwLjI1LDE0LjI1IEwzLjUsNy41IEw1LDYgTDEwLjI1LDExLjI1IEwxNS41LDYgWiIgaWQ9IkRvd24tQXJyb3ciIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) no-repeat right 10px center;
	border-color: #c8d7e1;
	border-style: solid;
	border-radius: 4px;
	border-width: 1px 1px 2px;
	color: #2e4453;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 7px 32px 9px 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select:hover {
	border-color: #a8bece;
	color: #2e4453;
}

select.is_compact,
select.frequency {
	min-width: 0;
	padding: 0 20px 2px 6px;
	margin: 0 4px;
	background-position: right 5px center;
	background-size: 12px 12px;
}


/********************************************************************************* Front-Page (Logged Out) */
.snap_preview .postbox {
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.snap_preview .postbox h3 {
	margin-top: 0;
}

.snap_preview .layout-column {
	width: 45%;
	float: left;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 14px;
}

.snap_preview .layout-column:first-of-type {
	margin-left: 0;
}

.snap_preview .layout-wide {
	clear: both;
}

@media (max-width: 980px) {
	.snap_preview .layout-column {
		width: auto;
		float: none;
		height: auto;
		margin-left: 0;
	}
}

.snap_preview .features-multiple input[type="text"] {
	width: 40%;
}

.snap_preview .features-signup {
	clear: both;
}

.snap_preview .features-signup .button {
	margin-top: 6px;
	float: right;
}

.snap_preview .features-advertising {
	margin: 60px 0 60px;
}

.snap_preview .features-advertising img {
	float: right;
	margin-left: 10px;
}

.snap_preview .features-details {
	margin: 60px 0 60px;
}

.snap_preview .features-details img {
	float: left;
	margin-right: 10px;
}


/********************************************************************************* Front-Page (?update=keysent) */
.details-sent .lead-in {
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}


/********************************************************************************* Front-Page (?update=invalidemail) */
.updated {
	background: #f0b849; /* $alert-yellow */
	color: #ffffff;
	font-weight: 400;
	
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	
	margin-top: 100px;
}

.updated p:first-child {
	margin-top: 0;
}

.updated p:last-child {
	margin-bottom: 0;
}


/********************************************************************************* Footer */
#infinite-footer {
	display: none;
}

#footer {
	font-size: 13px;
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	margin-top: 60px;
	color: #999;
	overflow: hidden;
}

#footer a {
	color: #2e4453; /* $gray-dark */
}

#footer a:hover {
	color: #0087be; /* $blue-wordpress */
}

#footer .c0 {
	width: 22%;
}

#footer .c0, #footer .c1, #footer .c2, #footer .c3, #footer .c4 {
	width: 18%;
	float: left;
}

#footer h4 {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 16px;
	color: #87a6bc; /* $gray */
	border: none;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 960px) {
	#footer .c4 { display: none; }
	#footer .c0, #footer .c1, #footer .c2, #footer .c3, #footer .c4 { width: 24%; }
}

@media (max-width: 700px) {
	#footer .c0 { display: none; }
	#footer .c0, #footer .c1, #footer .c2, #footer .c3, #footer .c4 { width: 30%; }
}

@media (max-width: 400px) {
	#footer .c3 { display: none; }
	#footer .c0, #footer .c1, #footer .c2, #footer .c3, #footer .c4 { width: 48%; }
}

#wpstats {
	display: block;
	margin: 20px auto;
}



/********************************************************************************* Automattic Only */
.a8c-only,
.super-only {
	background: #fffdd0;
}

.a8c-only:hover:after {
	content: "A8C only";
}

.super-only:hover:after {
	content: "Super admin only";
}

.a8c-only:hover:after,
.super-only:hover:after {
	position: absolute;
	z-index: 1;
	font-size: 10px;
	color: #87a6bc; /* $gray */
	background: #f3f6f8; /* $gray-light */
	border: 1px solid #87a6bc; /* $gray */
	padding: 3px 4px;
	margin: 2px;
	margin-top: -2px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}