/**
 * 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;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons !important;
}

.noticon {
	font-family: "Noticons" !important;
}
p.comment-likes {
	height: 16px;
	float: none;
	width: 100%;
	clear: both;
	display: block;
	margin-left: -2px;
}

p.comment-not-liked {
	cursor: pointer;
}

p.comment-likes a.view-likers {
	text-decoration: underline;
	border: none;
}

div.comment-likes-overlay {
	color: rgb(85, 85, 85);
	position: absolute;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	/* Some O2 instances have elements with manually specified `z-index`, so
	 * we just set this to an arbitrary high value to make sure that the
	 * overlay is not covered up.
	 */
	z-index: 20000;
}

div.comment-likes-overlay div.inner {
	background-color: white;
	border: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, 0.1);
	padding: 8px;
	margin: 0;
	max-width: 310px;
	max-height: 250px;
	overflow: hidden;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

div.comment-likes-overlay div.inner a img {
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin: 2px 10px 2px 2px;
	vertical-align: middle;
}

div.comment-likes-overlay div.inner ul {
	margin: 0;
	padding: 0;
}

div.comment-likes-overlay div.inner ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
	/** Truncate people's names if they are too long. **/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.comment-likes-overlay div.inner ul.single li {
	width: 100%; /* one column */
}

div.comment-likes-overlay div.inner ul.double li {
	width: 50%; /* two columns */
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

div.comment-likes-overlay div.inner ul li a span.user-name {
	color: rgb(85, 85, 85);
}

p.comment-likes span.comment-like-feedback {
	font-size: 12px;
	line-height: 1.8em;
	opacity: .8;
	float: left;
	padding: 1px 0 0 5px;
	display: block !important;
}

a.comment-like-link:hover {
	background: transparent;
}

a.comment-like-link span {
	display: none;
}

a.comment-like-link {
	outline: none;
	border: 0 !important;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	line-height: 70%;
	background: transparent;
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
	-webkit-font-smoothing: antialiased;
	font-family: "Noticons";
	font-size: 20px;
	line-height: .9;
}

div.comment-likes-overlay span.icon {
	color: white;
	height: 100%;
	margin: 0;
	padding: 3px 0 1px 0;
}

a.comment-like-link:before {
	color: #2EA2CC;
	content: '\f408';
	width: 16px;
	display: inline-block;
}

a.comment-like-link.loading {
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;

	opacity: 0;
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
	color: #f1831e;
	background: transparent;
}

/**
 * Styles for navigation.
 * Mostly copied from trunk/wp-content/mu-plugins/atlas/css/reader.css.
 */

div.comment-likes-overlay div .slider-nav {
	position: relative;
	clear: both;
	width: 310px;
	height: 40px;
	margin: 15px 0 -15px -12px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav em {
	font-style: normal;
}

div.comment-likes-overlay div .slider-nav .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .noticon {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
}

div.comment-likes-overlay div .slider-nav .next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .position {
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	right: 40px;
	text-align:center;
}

div.comment-likes-overlay div .slider-nav .position div {
	display: inline;
}

div.comment-likes-overlay div .slider-nav .position em {
	display: inline-block;
	padding: 0 3px;
	font-size: 30px;
	line-height: 40px;
	color: #bbb;
	cursor: pointer;
}

div.comment-likes-overlay div .slider-nav .position .on {
	color: #1e8cbe;
}

/**
 * Styles for Swipe.
 * Copied from the Swipe README.
 **/

div.comment-likes-overlay .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

div.comment-likes-overlay .swipe-wrap {
	overflow: hidden;
	position: relative;
}

/* @noflip */
div.comment-likes-overlay .swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot);
  src: url(/i/noticons/./Noticons.eot?#iefix) format("embedded-opentype"),
	   url(data:application/font-woff;charset=utf-8;base64,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),
       url(/i/noticons/./Noticons.woff) format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
/*

	Hack Day Style!

*/


/**
 * A/B test switches
 */

/**
 * Show top menu
 */
#h4home #topnav {
	display: block;
}
.nav-home, .nav-signup {
	display: none !important;
}
.front-page-adminbarlogin {
	display: none;
}

/**
 * Background
 */

#h4home {
	background: #f5f5f5 !important;
}
#landingpage {
	display: block !important;
}


/**
 * New font
 */

#h4home, #h4home #footer, #h4home #footer a.readmore, #h4home h2, #h4home #footer h4, #h4home .regular-text,
#h4home #wrapper button, #h4home #wrapper input[type="submit"], #h4home a.button-primary, #h4home #btn-log-in, #h4home #btn-log-in.current {
	font-family: "Open Sans", "Helvetica Neue", sans-serif !important;
}
#h4home h2 {
	/*font-weight: 300; */
	font-weight: 100;
	color: #666;
	margin-left: 0;
}
#h4home h2 {
	font-size: 66px;
	font-size: 64px\9; /* show a smaller font for ie which doesn't have Helvetica */
}
/* smaller font size for wide languages */
html:lang(ja) #h4home h2 { /* Japanese specific style */
	font-size: 68px;
}
html:lang(fr) #h4home h2 {
	font-size: 58px;
}
#h4home h3, #footer h4 {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	margin: 10px 0 20px 0;
}


/**
 * Links and selections
 */

#h4home ::selection {
	color: #fff;
	background: #04a4cc;
}
#h4home ::-moz-selection {
	color: #fff;
	background: #04a4cc;
}


/**
 * Form styles, taken from settings.css
 */

#h4home .regular-text {
	padding: 4px 8px;
	font-size: 13px;
	color: #444;
	border-radius: 2px;
	border: 1px solid #CCC;
	background: #F9F9F9;
	width: 300px;
	box-shadow: inset 0 1px 1px 1px rgba( 0, 0, 0, 0.05 );
	line-height: 150%;
	margin: 0;
}
/* Restyle H4 */
#h4home #wrapper button, #h4home #wrapper input[type="submit"], #h4home a.button-primary, #h4home #btn-log-in, #h4home #btn-log-in.current {
	font-size: 14px;
	font-weight: normal !important;
	color: #fff;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -o-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 2px 0 rgba(120,200,230,0.5);
	-webkit-box-shadow: inset 0 2px 0 rgba(120,200,230,0.5);
	box-shadow: inset 0 2px 0 rgba(120,200,230,0.5);

	border: 0 !important;
	height: auto !important;
	text-shadow: none;
	padding: 4px 15px;
	display: block;
	float: left;
	margin: -4px 5px 0 0;
}
#h4home #wrapper button, #h4home #wrapper input[type="submit"], #h4home a.button-primary {
	line-height: 1.6 !important;
}
#landing-connect a.button-primary {
	margin: -1px 0 0 20px !important;
	display: inline-block;
	float: none;
}
body#h4home #slider-nav a.button-primary,
body#h4home #landing-connect a.button-primary {
	font-size: 24px !important;
}
body#h4home #slider-nav a.button-primary {
	margin: -13px 5px 0 0 !important;
}

#h4home #wrapper button:hover, #h4home #wrapper input[type="submit"]:hover, #h4home a.button-primary:hover, #h4home #btn-log-in:hover {
	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(top, #409cc7 0%, #2889b1 100%);
	background-image: -webkit-linear-gradient(top, #409cc7 0%,#2889b1 100%);
	background-image: -ms-linear-gradient(top, #409cc7 0%,#2889b1 100%);
	background-image: -o-linear-gradient(top, #409cc7 0%,#2889b1 100%);
	background-image: linear-gradient(top, #409cc7 0%,#2889b1 100%);
}
#h4home #wrapper button:active, #h4home #wrapper input[type="submit"]:active, #h4home a.button-primary:active, #h4home #btn-log-in:active {
	background-image: -moz-linear-gradient(top, #1E8CBE 0%, #0074a2 100%) !important;
	background-image: -webkit-linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	background-image: -o-linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	background-image: -ms-linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	background-image: linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	-moz-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-webkit-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-o-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-ms-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
}
#h4home #wrapper button:focus, #h4home #wrapper input[type="submit"]:focus, #h4home a.button-primary:focus, #h4home #btn-log-in:focus {
	outline: 3px solid #fefefe;
}
#h4home #log-in-overlay button.button-primary {
	float: none;
	background-image: none;
	padding: 6px 15px 4px 15px !important;
}
#h4home .overlay-loginmeta label, #h4home .overlay-loginmeta a {
	margin-right: 20px;
	font-size: 12px;
}


/**
 * Header
 */

#h4home#h4home #header {
	width: 100%;
	height: 110px;
	background: #fff;
}
#h4home #header div.core_logo {
	width: 223px;
	height: 110px;
}
#h4home #header h1 a, #h4home h1.logo {
	background-image: url(/wp-content/themes/h4/tabs/images/wpcom-logo.png?2);
	background-size: 223px 37px;
	width: 223px;
	height: 37px;
	text-indent: 100%;
	overflow: hidden;
	float: left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {	/* hack to show focus color only to webkit, looks bad in FF */
	#h4home #header h1 a:focus, #h4home ul#topnav li a:focus {
		outline: none;
		background-color: #f1f1f1;
	}
}
#h4home ul#topnav li a {
	color: #666;
	padding: 39px 11px 50px 11px;
	-moz-transition: color .05s ease-in 0;
	-webkit-transition: color .05s ease-in 0;
}
#h4home ul#topnav li a:hover, #h4home ul#topnav li.last-child a.current {
	color: #2ea2cc;
	background-image: url(/wp-content/themes/h4/landing/menu-current.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 10;
	background-size: 25px 13px;
}
#h4home ul#topnav {
	margin: 0;
	max-width: 731px;
}
#h4home #btn-log-in:after {
	content: '\f427';
	font: 16px/1 "Noticons";
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 3px;
}
#h4home #btn-log-in, #h4home #btn-log-in.current {
	color: #fff !important;
	padding: 7px 12px 6px 15px !important;
	line-height: 1.3;
	margin: 40px 0 0 16px;
	text-transform: capitalize;
	letter-spacing: 0;
}
#h4home #btn-log-in:focus {
	background-color: #2ea2cc !important;
}
#h4home #btn-log-in:hover, #h4home #btn-log-in.current {
	background-image: none !important;
}
#h4home #btn-log-in.current:before {
	content: "";
	display: block;
	background-image: url(/wp-content/themes/h4/landing/menu-current.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 25px;
	height: 13px;
	background-size: 25px 13px;
	position: absolute;
	bottom: -51px;
	left: 29px;
}
/* Webkit only bottommargin */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	bottom: -52px;
}

/* Unstyle H4 */
#h4home ul#topnav li.last-child a.current {
	margin-right: 0;
}







/**
 * Body
 */

#h4home #wrapper {
	width: 100%;
	background: #fff;
	margin-bottom: 0 !important;
}



/**
 * Landing page
 */

#h4home #landingpage {
	position: relative;
}



/**
 * Log In overlay
 */

#h4home #log-in-overlay {
	position: absolute;
	z-index: 2;
	height: 520px;
	background: #e7e7e7;
	width: 100%;
}
#h4home #log-in-overlay>div {
	padding: 80px 0px;
	width: 318px;
	margin: 0 auto;
	position: relative;
}
#h4home #log-in-close {
	position: absolute;
	right: 0;
	top: 90px;
	color: #333;
}
#h4home #log-in-close:hover {
	color: #00a6c8;
}
#h4home #log-in-overlay label em {
	font-size: 8pt;
	color: #555;
	font-style: normal;
	display: none;
	display: block\9;
}



/**
 * Carousel
 */

#h4home #landing-carousel {
	height: 520px;
	background: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
}
#h4home #slider-container {
	position: absolute;
	width: 100%;
	height: 520px;

	/* prevent loading weirdness */
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#h4home #slider {
	height: 520px;
}
#h4home #slider li {
	position: relative;
}
#h4home .anythingSlider h2 {
	color: #fff !important;
	margin-left: -7px;
}
#h4home .anythingSlider {
	max-width: 1400px; /* width of slides */
	margin: 0 auto;
}
#h4home .anythingControls {
	display: none !important;
}
#h4home .slide-overlay {
	direction:ltr; /* explicit so it's reversed in RTL mode */
	text-align:left; /* explicit so it's reversed in RTL mode */
	position: absolute;
	top: 300px;
	width: 100%;
	max-width: 1400px;
}
#h4home .slide-overlay>div {
	max-width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
#h4home .slide-overlay h2 {
	height: 86px;
	direction:ltr;
	text-align: left;
}
#h4home .slide-overlay p {
	height: 27px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 90px;
	white-space: nowrap;
}
#h4home .slide-overlay .noticon {
	color: #fff;
	margin-top: -5px !important;
	font: 32px/1 "Noticons" !important;
	display: inline-block;
	width: 32px !important;
	height: 32px !important;
	text-transform: none;
	margin-left: 10px;
	margin-right: 5px;
	-webkit-font-smoothing: antialiased;
}
#h4home #slider-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 411px;
}
#h4home #slider-overlay #slider-nav {
	margin: 0 auto;
	width: auto;
	max-width: 960px;
	padding: 0 10px;
}
#h4home .arrow a {
	font: 32px/1 "Noticons";
	-webkit-font-smoothing: antialiased;
	color: #fff !important;
	opacity: .3;
	-moz-transition: opacity .1s ease-in 0;
	-webkit-transition: opacity .1s ease-in 0;
}
#h4home .arrow {
	margin-top: 10px;
	width: 40%;
}
#h4home .arrow a:hover {
	opacity: 1;
}
#h4home .arrow.back {
	clear: left;
	float: left;
}
#h4home .arrow.forward {
	float: right;
	text-align: right;
}
#h4home .arrow.back span {
	margin-left: -7px;
	padding-right: 7px;
}
#h4home .arrow.forward span {
	padding-left: 7px;
	margin-right: -7px;
}
#h4home #slider-signup {
	float: left;
}




/**
 * Landing Themes
 */

#h4home #landing-themes {
	background: #f5f5f5;
}
#h4home #landing-themes>div {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
}
#h4home #landing-themes>div:after {
	content: "";
	display: table;
	clear: both;
}
#h4home #landing-themes h2 {
	margin-top: -10px;
	margin-left: -7px;
}
/* smaller font size for wide languages */
html:lang(ja) #h4home #landing-themes h2 { /* Japanese specific style */
	margin-left: -2px;
}
html:lang(fr) #h4home #landing-themes h2 {
	margin-left: -2px;
}
#h4home .themebox {
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 450px;
	height: 300px;
	padding: 10px;
	box-shadow: 0 2px 0 #e5e5e5;
}
#h4home .themebox div {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
}


/**
 * Landing Domain
 */

#h4home #landing-domain {
	background: #e7e7e7;
}
#h4home #landing-domain>div {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
#h4home #landing-domain p {
	font-size: 18px;
}
#h4home .domainbox {
	width: 620px;
	height: 92px;
	background-size: 710px 92px;
	background-image: url(/wp-content/themes/h4/landing/custom-domain-ltr.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0;
	padding: 0 0 0 90px;
	color: #333;
	position: relative;
}
#h4home .domainbox input {
	color: #333;
	font-size: 40px;
	line-height: 2;
	font-weight: 300;
	border: 0;
	background: transparent;
	line-height: 2;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width: 445px;
	height: 88px;
	outline: none;
}
#h4home .domainbox span {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	right: 10px;
	top: 30px;
	display: block;
	width: 130px;
}
#h4home .domainbox #btn-domainname {
	position: absolute;
	color: #fff;
	font-size: 24px !important;
	text-transform: none !important;
	line-height: 1;
	right: 15px;
	top: 24px;
	display: block;
	width: 130px;
	text-align: center;
	cursor: pointer;
	height: 40px;
	font-weight: normal;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(top, #1e8cbe 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: -o-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	background-image: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
	-moz-box-shadow: inset 0 2px 0 rgba(120,200,230,0.5);
	-webkit-box-shadow: inset 0 2px 0 rgba(120,200,230,0.5);
	box-shadow: inset 0 2px 0 rgba(120,200,230,0.5);
	padding: 4px 15px;
}
#h4home .domainbox #btn-domainname:hover {
	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(top, #409cc7 0%, #2889b1 100%);
	background-image: -webkit-linear-gradient(top, #409cc7 0%,#2889b1 100%);
	background-image: -ms-linear-gradient(top, #409cc7 0%,#2889b1 100%);
	background-image: -o-linear-gradient(top, #409cc7 0%,#2889b1 100%);
	background-image: linear-gradient(top, #409cc7 0%,#2889b1 100%);
}
#h4home .domainbox #btn-domainname:active {
	background-image: -moz-linear-gradient(top, #1E8CBE 0%, #0074a2 100%) !important;
	background-image: -webkit-linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	background-image: -o-linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	background-image: -ms-linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	background-image: linear-gradient(top, #1E8CBE 0%,#0074a2 100%) !important;
	-moz-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-webkit-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-o-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	-ms-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
	box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #1e8cbe;
}
#h4home .domainbox #btn-domainname:focus {
	outline: 2px solid #f1f1f1;
}


/**
 * Landing Connect
 */

#h4home #landing-connect {
	background-color: #f5f5f5;
	background-image: url(/wp-content/themes/h4/landing/bg-clouds.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1900px 212px;
	padding: 20px 0;
}

#h4home #landing-connect>p {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
#h4home #landing-connect h2 {
	text-align: center;
}
#h4home #landing-connect .connectbox {
	width: 100%;
	background-image: url(/wp-content/themes/h4/landing/connect.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1078px 286px;
	height: 286px;
	margin-bottom: 20px;
}
#h4home #landing-connect .button-primary {
	margin-left: 20px;
}







/**
 * Footer
 */

/* H4 unstyling */
#h4home #footer {
	width: 100%;
	border-top: 0;
	text-shadow: none;
	margin-bottom: 0;
}

#h4home #footer {
	padding: 30px 0 40px 0;
}

#footer .automattic {
	margin-top: 43px !important;
}

#h4home #footer .automattic-logo {
	border: none;
}

#h4home #footer .button-primary {
	text-transform: none;
	letter-spacing: 0;
}

/* Retina replacements */

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
		#h4home #header h1 a, h1.logo {
			background-image: url(/wp-content/themes/h4/tabs/images/wpcom-logo-2x.png?1);
		}
		#h4home .domainbox {
			background-image: url(/wp-content/themes/h4/landing/custom-domain-ltr-2x.png);
		}
		#h4home ul#topnav li a:hover, #h4home ul#topnav li.last-child a.current, #h4home #btn-log-in.current:before {
			background-image: url(/wp-content/themes/h4/landing/menu-current-2x.png);
		}
		#h4home #landing-connect {
			background-image: url(/wp-content/themes/h4/landing/bg-clouds-2x.png);
		}
		#h4home #landing-connect .connectbox {
			background-image: url(/wp-content/themes/h4/landing/connect-2x.png);
		}
}

/**
 * Responsive
 */

#h4home #header>div {
	width: auto;
	max-width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}
@media ( max-width: 960px ) {
	#h4home h2 {
		font-size: 50px;
	}
	#h4home #landing-themes h2 {
		margin-left: -2px;
	}
	#h4home .anythingSlider h2 {
		margin-left: -2px;
	}
	#h4home .slide-overlay h2 {
		line-height: 2.2;
	}
	#h4home #landing-themes>div {
		max-width: 980px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#h4home .themebox {
		width: 46.5%;
		overflow: hidden;
	}
	#h4home .themebox div {
		background-size: 100% auto;
	}

	#h4home #footer>div {
		padding-left: 10px;
		padding-right: 10px;
	}
	#h4home #footer .automattic {
		width: auto;
		text-align: center;
	}
	#h4home #footer .automattic span {
		width: 100%;
	}
	#h4home #footer .footera8c {
		float: none;
	}
	#h4home #landing-connect .connectbox {
		background-size: 700px 185px;
		height: 205px;
	}
}
@media ( min-width: 960px ) {
	#h4home #header>div {
		max-width: 960px;
	}
}
@media ( max-width: 840px ) {
	#h4home ul#topnav li a {
		padding: 39px 8px 50px 8px;
	}
	#h4home #btn-log-in, #h4home #btn-log-in.current {
		margin: 40px 0 0 8px;
	}
}
@media ( max-width: 700px ) {
	#h4home #header div.core_logo {
		width: 100% !important;
		height: 76px;
	}
	#h4home#h4home #header {
		overflow: hidden;
		height: auto;
	}
	#h4home#h4home ul#topnav {
		width: 100%;
	}
	#h4home ul#topnav li a {
		padding: 29px 8px 30px 8px;
	}
	#h4home #btn-log-in, #h4home #btn-log-in.current {
		margin: 30px 0 0 8px;
	}
}
@media ( max-width: 740px ) {
	#footer .footerpromo, #footer .c1, #footer .c2, #footer .c3, #footer .c4 {
		width: 33%;
	}
}
@media ( max-width: 680px ) {
	#h4home #adminbar span.adminbar-loginmeta a {
		display: none;
	}
	#h4home #landing-domain > div {
		width: 500px;
	}
	#h4home .domainbox {
		width: 440px;
		height: 70px;
		background-size: 490px auto;
		font-size: 28px;
		line-height: 2.2;
		padding: 0 0 0 60px;
	}
	#h4home .domainbox span {
		font-size: 20px;
		line-height: 1;
		display: block;
		width: 110px;
		top: 20px
	}
	#h4home #landing-connect .connectbox {
		background-size: 500px 132px;
		height: 152px;
	}
	#footer .footerpromo, #footer .c1, #footer .c2, #footer .c3, #footer .c4 {
		width: 50%;
	}
}/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	/*padding: 0 45px 28px 45px; */
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	/*background: #777 url(/wp-content/themes/h4/landing/../images/default.png) center -288px repeat-x; */
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #7C9127;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #7C9127;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
}

/* back arrow */
.anythingSlider-default .back { left: 0; }
/* forward arrow */
.anythingSlider-default .forward { right: 0; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
/* @noflip */
.anythingSlider .anythingWindow {
	direction:ltr;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:2;
}

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .5em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {border-left: 3px solid #eee; padding-left: 15px; }
.reblog-post ul.thumb-list         { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
.reblog-post ul.thumb-list li      { display: inline; margin: 0; padding: 0 1px; border: 0; }
.reblog-post ul.thumb-list li a    { margin: 0; padding: 0; border: 0; }
.reblog-post ul.thumb-list li img  { margin: 0; padding: 0; border: 0; }

.reblog-post .wpcom-enhanced-excerpt { clear: both; }

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }


/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	font-weight: bold;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/* line 6, _themes_collection.scss */
#themes-loader {
  display: block;
  margin: 40% auto 0;
}

/* line 11, _themes_collection.scss */
.newdash-change-theme a {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

/*---------------------------- active theme header ------------------------------------*/
/* line 19, _themes_collection.scss */
.newdash-change-theme #active-theme-header {
  overflow: hidden;
  margin-bottom: -2px;
}
/* line 23, _themes_collection.scss */
.newdash-change-theme #active-theme-header .thumbnail {
  float: left;
  margin-right: 12px;
}
/* line 27, _themes_collection.scss */
.newdash-change-theme #active-theme-header .thumbnail img {
  height: 45px;
}
/* line 32, _themes_collection.scss */
.newdash-change-theme #active-theme-header .theme-link {
  display: block;
  font-weight: bold;
}
/* line 37, _themes_collection.scss */
.newdash-change-theme #active-theme-header a {
  text-decoration: none;
}

/*---------------------------- themes collection page ---------------------------------*/
/* line 45, _themes_collection.scss */
.theme-collection {
  font-size: 0;
  margin: -10px -10px 0;
}
/* line 49, _themes_collection.scss */
.theme-collection .not-found {
  background: url(/wp-content/mu-plugins/atlas/css/themes/../../images/theme-drake.svg) no-repeat center 80px;
  padding: 240px 0 90px;
}
/* line 53, _themes_collection.scss */
.theme-collection .not-found p {
  font-size: 15px;
  margin-bottom: 1em;
  text-align: center;
}
/* line 59, _themes_collection.scss */
.theme-collection .not-found .reset-filters {
  color: #b7b7b7;
  font-size: 13px;
}
/* line 63, _themes_collection.scss */
.theme-collection .not-found .reset-filters a {
  color: #b7b7b7;
  text-decoration: underline;
}
/* line 69, _themes_collection.scss */
.theme-collection .not-found .reset-filters a:hover, .theme-collection .not-found .reset-filters a:focus, .theme-collection .not-found .reset-filters a:active {
  color: #6b6b6b;
}

/* line 77, _themes_collection.scss */
.change-themes-header {
  margin: 20px 0;
  /* override margin-top when viewed inside reader ala i6 */
}
/* line 81, _themes_collection.scss */
.reader-content .change-themes-header {
  margin-top: 0;
}

/*---------------------------- page navigation ----------------------*/
/* line 89, _themes_collection.scss */
.js .paging-navigation, .has-js .paging-navigation {
  display: none;
}
/* line 93, _themes_collection.scss */
.paging-navigation .assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 99, _themes_collection.scss */
.paging-navigation .nav-previous, .paging-navigation .nav-next {
  display: inline-block;
  float: left;
}
/* line 104, _themes_collection.scss */
.paging-navigation .nav-next {
  float: right;
}

/*---------------- filters ----------------------*/
/* line 110, _themes_collection.scss */
.theme-filters {
  overflow: hidden;
  *zoom: 1;
  margin: -30px -30px 30px;
}
/* line 114, _themes_collection.scss */
.theme-filters .showcase-filters {
  background-color: #f9f9f9;
  cursor: default;
  line-height: 4;
  padding: 0 50px 0 40px;
}
/* line 120, _themes_collection.scss */
.theme-filters .showcase-filters .filter, .theme-filters .showcase-filters .toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 5px solid #f9f9f9;
  border-bottom: 5px solid #f9f9f9;
  color: #464646;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  outline: 0;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: background 300ms ease-in-out, border-color 300ms ease-in-out, color 200ms ease-in-out;
  -moz-transition: background 300ms ease-in-out, border-color 300ms ease-in-out, color 200ms ease-in-out;
  -o-transition: background 300ms ease-in-out, border-color 300ms ease-in-out, color 200ms ease-in-out;
  transition: background 300ms ease-in-out, border-color 300ms ease-in-out, color 200ms ease-in-out;
}
/* line 136, _themes_collection.scss */
.theme-filters .showcase-filters .filter.current, .theme-filters .showcase-filters .current.toggle, .theme-filters .showcase-filters .filter.current:active, .theme-filters .showcase-filters .current.toggle:active, .theme-filters .showcase-filters .filter.current:hover, .theme-filters .showcase-filters .current.toggle:hover, .theme-filters .showcase-filters .filter.current:focus, .theme-filters .showcase-filters .current.toggle:focus {
  border-bottom: 5px solid #1e8cbe;
  color: #1e8cbe;
}
/* line 143, _themes_collection.scss */
.theme-filters .showcase-filters .filter:active, .theme-filters .showcase-filters .toggle:active, .theme-filters .showcase-filters .filter:hover, .theme-filters .showcase-filters .toggle:hover, .theme-filters .showcase-filters .filter:focus, .theme-filters .showcase-filters .toggle:focus {
  border-bottom: 5px solid #f0f6f9;
  border-top: 5px solid #f0f6f9;
  background-color: #f0f6f9;
  color: #1e8cbe;
}
/* line 151, _themes_collection.scss */
.theme-filters .showcase-filters .toggle {
  padding-right: 14px;
  text-transform: uppercase;
}
/* line 156, _themes_collection.scss */
.theme-filters .showcase-filters .toggle:before {
  content: '\f476';
  display: inline-block;
  font: 24px/1 'Noticons';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 4px;
  vertical-align: middle;
  padding-bottom: 3px;
}
/* line 170, _themes_collection.scss */
.theme-filters .showcase-filters .toggle.current {
  color: #fff;
  background-color: #1e8cbe;
  border-top: 5px solid #1e8cbe;
  border-bottom-width: 6px;
}
/* line 177, _themes_collection.scss */
.theme-filters .showcase-filters .toggle.current:hover, .theme-filters .showcase-filters .toggle.current:focus {
  color: #fff;
  border-bottom-width: 6px;
}
/* line 182, _themes_collection.scss */
.theme-filters .showcase-filters .toggle.current #filter-toggle-count {
  background-color: #fff;
  color: #1e8cbe;
}
/* line 188, _themes_collection.scss */
.theme-filters .showcase-filters .toggle #filter-toggle-count {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #464646;
  color: #fff;
  margin: 5px;
  padding: 0 6px;
}
/* line 196, _themes_collection.scss */
.theme-filters .showcase-filters .toggle #filter-toggle-title {
  display: none;
}
/* line 202, _themes_collection.scss */
.theme-filters .drawer {
  display: none;
}
/* line 206, _themes_collection.scss */
.theme-filters .attribute-filters {
  overflow: hidden;
  *zoom: 1;
  background-color: #f9f9f9;
  border-bottom: 5px solid #1e8cbe;
  border-top: 5px solid #1e8cbe;
  padding: 0 30px;
}
/* line 213, _themes_collection.scss */
.theme-filters .attribute-filters > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 30px 10px;
  width: 18%;
}
/* line 219, _themes_collection.scss */
.theme-filters .attribute-filters > div.features {
  width: 27%;
}
/* line 224, _themes_collection.scss */
.theme-filters .attribute-filters .filter-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 231, _themes_collection.scss */
.theme-filters .attribute-filters .filter-title:before {
  display: inline-block;
  font: 32px/1 'Noticons';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  margin-left: -5px;
  text-decoration: inherit;
  vertical-align: middle;
  vertical-align: calc(-11px);
}
/* line 245, _themes_collection.scss */
.theme-filters .attribute-filters .types .filter-title:before {
  content: '\f8b1';
}
/* line 249, _themes_collection.scss */
.theme-filters .attribute-filters .features .filter-title:before {
  content: '\f8a8';
}
/* line 253, _themes_collection.scss */
.theme-filters .attribute-filters .layouts .filter-title:before {
  content: '\f8a9';
}
/* line 257, _themes_collection.scss */
.theme-filters .attribute-filters .colors .filter-title:before {
  content: '\f8a7';
}
/* line 261, _themes_collection.scss */
.theme-filters .attribute-filters .price .filter-title:before {
  content: '\f8b0';
}
/* line 265, _themes_collection.scss */
.theme-filters .attribute-filters .types ul:last-child {
  display: none;
}
/* line 269, _themes_collection.scss */
.theme-filters .attribute-filters ul {
  list-style-type: none;
  margin: 0 0 10px;
}
/* line 273, _themes_collection.scss */
.theme-filters .attribute-filters ul li {
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.6;
}
/* line 279, _themes_collection.scss */
.theme-filters .attribute-filters ul.showcase {
  display: none;
}
/* line 284, _themes_collection.scss */
.theme-filters .attribute-filters label:hover {
  color: #1e8cbe;
}
/* line 288, _themes_collection.scss */
.theme-filters .attribute-filters input {
  margin: 0 8px 0 5px;
}
/* line 293, _themes_collection.scss */
.theme-filters .theme-search {
  display: inline-block;
  position: absolute;
  right: 35px;
}
/* line 298, _themes_collection.scss */
.theme-filters .theme-search input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/wp-content/mu-plugins/atlas/css/themes/../../images/search-icon.png);
  background-position: calc(100% - 7px) center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid transparent;
  color: #666;
  cursor: pointer;
  font-size: inherit;
  font-weight: 300;
  padding: 5px 30px 5px 5px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  -moz-transition: width 400ms ease, background 400ms ease;
  -o-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 1px;
}
/* line 316, _themes_collection.scss */
.theme-filters .theme-search input[type="search"]:-ms-input-placeholder {
  color: transparent;
}
/* line 320, _themes_collection.scss */
.theme-filters .theme-search input[type="search"]:-ms-input-placeholder:focus, .theme-filters .theme-search input[type="search"]:-ms-input-placeholder:active {
  color: #666;
}
/* line 326, _themes_collection.scss */
.theme-filters .theme-search input[type="search"]:focus, .theme-filters .theme-search input[type="search"]:active {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #464646;
  cursor: text;
  outline: 0;
  width: 240px;
  z-index: 2;
}
/* line 339, _themes_collection.scss */
.theme-filters .price-filters {
  text-align: right;
  margin: 10px 50px 0;
}
/* line 343, _themes_collection.scss */
.theme-filters .price-filters .filter, .theme-filters .price-filters .showcase-filters .toggle, .theme-filters .showcase-filters .price-filters .toggle {
  color: #dfdfdf;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 352, _themes_collection.scss */
.theme-filters .price-filters .filter.current, .theme-filters .price-filters .showcase-filters .current.toggle, .theme-filters .showcase-filters .price-filters .current.toggle, .theme-filters .price-filters .filter:hover, .theme-filters .price-filters .showcase-filters .toggle:hover, .theme-filters .showcase-filters .price-filters .toggle:hover {
  color: #4cb420;
}

/* line 360, _themes_collection.scss */
.theme-browser,
.theme-details {
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  display: block;
  margin: 0 auto;
  padding: 30px;
}

/* line 369, _themes_collection.scss */
.theme-browser .theme {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  margin: 20px 2%;
  max-width: 422px;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
  vertical-align: middle;
  width: 46%;
  /**
   * Theme Screenshot
   *
   * Has a fixed aspect ratio of 1.5 to 1 regardless of screenshot size
   * It is also responsive.
   */
}
/* line 385, _themes_collection.scss */
.theme-browser .theme.active {
  background-color: #dbe6eb;
}
/* line 389, _themes_collection.scss */
.theme-browser .theme.active .entry-meta .price {
  text-transform: uppercase;
}
/* line 393, _themes_collection.scss */
.theme-browser .theme.active .entry-meta .preview {
  display: none;
}
/* line 397, _themes_collection.scss */
.theme-browser .theme.active .entry-meta .customize:before {
  content: '\f506';
  font-size: 18px;
  height: auto;
  line-height: 3;
  margin-right: 2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 409, _themes_collection.scss */
.theme-browser .theme:not(.hover):hover, .theme-browser .theme:not(.hover):focus {
  background-color: #1e8cbe;
}
/* line 412, _themes_collection.scss */
.theme-browser .theme:not(.hover):hover .entry-header a, .theme-browser .theme:not(.hover):focus .entry-header a {
  color: #fff;
}
/* line 416, _themes_collection.scss */
.theme-browser .theme:not(.hover):hover .price, .theme-browser .theme:not(.hover):focus .price {
  color: #78c8e6;
}
/* line 421, _themes_collection.scss */
.theme-browser .theme a {
  text-decoration: none;
}
/* line 425, _themes_collection.scss */
.theme-browser .theme img {
  height: auto;
  width: 100%;
}
/* line 436, _themes_collection.scss */
.theme-browser .theme .theme-screenshot {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 444, _themes_collection.scss */
.theme-browser .theme .theme-screenshot:after {
  content: '';
  display: block;
  padding-top: 66%;
  /* using a 3/2 aspect ratio */
}
/* line 450, _themes_collection.scss */
.theme-browser .theme .theme-screenshot img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  /* Prevents rendering bugs in Chrome */
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
/* line 458, _themes_collection.scss */
.theme-browser .theme .theme-screenshot img.preload {
  opacity: 0;
}
/* line 464, _themes_collection.scss */
.theme-browser .theme .entry-title a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #464646;
  direction: initial;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 600;
  float: left;
  line-height: 3;
  max-width: 220px;
  padding: 0 10px 0 15px;
  transition: none;
}
/* line 478, _themes_collection.scss */
.theme-browser .theme .price {
  color: #4cb420;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 483, _themes_collection.scss */
.theme-browser .theme .price abbr {
  border: none;
  cursor: inherit;
  font-weight: 400;
}
/* line 490, _themes_collection.scss */
.theme-browser .theme .entry-meta {
  font-size: 13px;
}
/* line 493, _themes_collection.scss */
.theme-browser .theme .entry-meta > * {
  line-height: 4.5;
}
/* line 497, _themes_collection.scss */
.theme-browser .theme .entry-meta a {
  float: right;
  padding: 0 8px;
  -webkit-transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 80ms ease-in-out;
}
/* line 502, _themes_collection.scss */
.theme-browser .theme .entry-meta a:before {
  display: inline-block;
  font-family: 'Noticons';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 16px;
  padding-right: 2px;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 16px;
}
/* line 517, _themes_collection.scss */
.theme-browser .theme .entry-meta a:first-of-type {
  padding-right: 15px;
}
/* line 521, _themes_collection.scss */
.theme-browser .theme .entry-meta a:hover {
  background-color: #1e8cbe;
  color: #fff;
}
/* line 527, _themes_collection.scss */
.theme-browser .theme .entry-meta .preview:before {
  content: '\f403';
}
/* line 533, _themes_collection.scss */
.theme-browser .theme .entry-meta .customize:before,
.theme-browser .theme .entry-meta .purchase:before,
.theme-browser .theme .entry-meta .activate:before {
  content: '\f104';
  margin-right: -3px;
}
/* line 538, _themes_collection.scss */
.theme-browser .theme .entry-meta .signup:before {
  content: '\f104';
}

/* line 545, _themes_collection.scss */
.newdash-change-theme div.updated a {
  text-decoration: underline;
}

/*---------------- Footer ----------------------*/
/* line 551, _themes_collection.scss */
.section-footer {
  margin: 0 -30px -31px;
}
/* line 554, _themes_collection.scss */
.section-footer .jump-to-top {
  display: none;
  padding: 40px;
  text-align: center;
}
/* line 559, _themes_collection.scss */
.section-footer .jump-to-top .noticon-collapse {
  background-color: #1e8cbe;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  margin-bottom: 0.5em;
  padding: 6px 7px 8px 8px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
/* line 569, _themes_collection.scss */
.section-footer .jump-to-top a {
  display: block;
}
/* line 573, _themes_collection.scss */
.section-footer .jump-to-top a:hover, .section-footer .jump-to-top a:active {
  cursor: pointer;
}
/* line 576, _themes_collection.scss */
.section-footer .jump-to-top a:hover .noticon-collapse, .section-footer .jump-to-top a:active .noticon-collapse {
  background-color: #78c8e6;
}
/* line 583, _themes_collection.scss */
.section-footer .theme-suggestions {
  background-color: #f9f9f9;
  font-size: 0;
  padding: 40px;
}
/* line 588, _themes_collection.scss */
.section-footer .theme-suggestions h1 {
  font-size: 20px;
  margin: 0 0 .5em;
}
/* line 593, _themes_collection.scss */
.section-footer .theme-suggestions aside {
  display: inline-block;
  width: 33%;
}
/* line 598, _themes_collection.scss */
.section-footer .theme-suggestions aside h1,
.section-footer .theme-suggestions aside h1 + a {
  display: block;
  margin: 0 auto .5em;
  max-width: 250px;
  width: 100%;
}
/* line 605, _themes_collection.scss */
.section-footer .theme-suggestions aside .category-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 611, _themes_collection.scss */
.section-footer .theme-suggestions aside .category-title + a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 618, _themes_collection.scss */
.section-footer .theme-suggestions .theme {
  background-color: #fff;
  display: block;
  margin: 20px auto;
  max-width: 250px;
  width: 100%;
}
/* line 625, _themes_collection.scss */
.section-footer .theme-suggestions .theme .theme-screenshot {
  border-bottom: 1px solid #e5e5e5;
}
/* line 628, _themes_collection.scss */
.section-footer .theme-suggestions .theme .theme-screenshot img.preload {
  opacity: 1;
}
/* line 633, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-title {
  margin: 0;
}
/* line 636, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-title a {
  font-size: 15px;
}
/* line 642, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta > * {
  line-height: 3.5;
}
/* line 646, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta a {
  font-size: 0;
  max-width: 36px;
  min-width: 12px;
  padding: 0;
  visibility: hidden;
}
/* line 653, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta a:before {
  font-size: 13px;
  height: 45px;
  padding: 0 10px;
  visibility: visible;
}
/* line 660, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta a:first-of-type:before {
  padding-right: 12px;
}
/* line 664, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta a:hover:before {
  background-color: #1e8cbe;
}
/* line 670, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta .signup,
.section-footer .theme-suggestions .theme .entry-meta .signup ~ a {
  width: 30px;
}
/* line 677, _themes_collection.scss */
.section-footer .support {
  display: none;
  background-color: #f1f1f1;
  padding: 70px 0 50px;
}
/* line 682, _themes_collection.scss */
.section-footer .support .bubble {
  background-color: #1e8cbe;
  color: #fff;
  padding: 8px;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
/* line 692, _themes_collection.scss */
.section-footer .support .bubble:before {
  content: '\f457';
  float: left;
  font: 48px/1 'Noticons';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  padding: 0 10px;
  text-align: center;
  text-decoration: inherit;
}
/* line 705, _themes_collection.scss */
.section-footer .support .bubble:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 10%;
  border-bottom: 25px solid #1e8cbe;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
/* line 715, _themes_collection.scss */
.section-footer .support .bubble a {
  color: #fff;
  text-decoration: underline;
}
/* line 720, _themes_collection.scss */
.section-footer .support .bubble p {
  margin: 0;
}

/* line 727, _themes_collection.scss */
#newdash-footer {
  font-size: 0;
  width: 95%;
}
/* line 732, _themes_collection.scss */
#newdash-footer .theme-promo,
#newdash-footer .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
}
/* line 738, _themes_collection.scss */
#newdash-footer .theme-promo {
  background: #1e8cbe url(/wp-content/mu-plugins/atlas/css/themes/../../images/unlimited-themes.png);
  height: 168px;
  margin-right: 10px;
  vertical-align: top;
  width: calc(25% - 10px);
}
/* line 745, _themes_collection.scss */
#newdash-footer .theme-promo p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 0 4px #464646;
}
/* line 752, _themes_collection.scss */
#newdash-footer .theme-promo a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #f9f9f9;
  color: #464646;
  display: block;
  font-size: 13px;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
}
/* line 762, _themes_collection.scss */
#newdash-footer .theme-promo a:hover {
  border: none;
  background-color: #eaf1f5;
  color: #1e8cbe;
}
/* line 770, _themes_collection.scss */
#newdash-footer .column {
  background-color: #fff;
  width: 25%;
}
/* line 775, _themes_collection.scss */
#newdash-footer .automattic {
  margin: 30px 0 40px;
  text-align: center;
}

/* line 781, _themes_collection.scss */
.logged-out ~ #newdash-footer {
  color: #999;
  max-width: 960px;
  min-width: 320px;
  margin: 25px auto 0;
  display: block;
}
/* line 788, _themes_collection.scss */
.logged-out ~ #newdash-footer p {
  margin-bottom: 1.5em;
}
/* line 792, _themes_collection.scss */
.logged-out ~ #newdash-footer h4 {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  color: #444;
  border: none;
}
/* line 802, _themes_collection.scss */
.logged-out ~ #newdash-footer ul {
  list-style: none;
  margin: 0;
}
/* line 807, _themes_collection.scss */
.logged-out ~ #newdash-footer li {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 8px 0;
  color: #888;
  margin-bottom: 0;
}
/* line 815, _themes_collection.scss */
.logged-out ~ #newdash-footer ul a {
  border: none;
  text-decoration: none;
}
/* line 820, _themes_collection.scss */
.logged-out ~ #newdash-footer .automattic {
  width: 100%;
  float: left;
  bottom: 0;
  clear: both;
  font-size: 11px;
  line-height: 16px;
  color: #888;
  margin-left: 0;
  margin-top: 46px;
}
/* line 832, _themes_collection.scss */
.logged-out ~ #newdash-footer .automattic-logo {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 102px;
  height: 16px;
  vertical-align: bottom;
  background-image: url(/wp-content/mu-plugins/atlas/css/themes/../../images/automattic.png);
  background-position: center center;
  background-size: 102px 9px;
  background-repeat: no-repeat;
  margin: 0 3px;
  border: none;
}
/* line 849, _themes_collection.scss */
.logged-out ~ #newdash-footer .automattic-logo:hover, .logged-out ~ #newdash-footer .automattic-logo:focus, .logged-out ~ #newdash-footer .automattic-logo:active {
  border: none;
}

/* line 855, _themes_collection.scss */
img#wpstats {
  display: none;
}

/*---------------- language exceptions ----------------------*/
/* line 862, _themes_collection.scss */
html[lang="fa"] .theme-browser .theme .entry-title a,
html[lang="ru"] .theme-browser .theme .entry-title a {
  max-width: -webkit-calc(100% - 241px);
  max-width: calc(100% - 241px);
}
/* line 867, _themes_collection.scss */
html[lang="fa"] .theme-browser .theme-suggestions .theme .entry-title a,
html[lang="ru"] .theme-browser .theme-suggestions .theme .entry-title a {
  max-width: -webkit-calc(100% - 115px);
  max-width: calc(100% - 115px);
}

/* line 879, _themes_collection.scss */
.rtl .theme-browser .theme .entry-meta .customize:before,
.rtl .theme-browser .theme .entry-meta .purchase:before,
.rtl .theme-browser .theme .entry-meta .activate:before,
.rtl .theme-browser .theme .entry-meta .signup:before {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 884, _themes_collection.scss */
.rtl .theme-filters .theme-search input[type="search"] {
  background-position: 7px;
  padding-left: 0;
}

/*---------------------------- theme details page ---------------------------------*/
/* line 3, _themes_detail.scss */
.newdash-themes.logged-out {
  margin-top: 65px;
}

/* line 7, _themes_detail.scss */
.theme-detail-loader-indirect {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}

/* line 14, _themes_detail.scss */
.theme-detail-loader-direct {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  margin-top: 4rem;
}

/* line 22, _themes_detail.scss */
.change-themes-header h2 a {
  color: inherit;
  text-decoration: none;
}
/* line 28, _themes_detail.scss */
.change-themes-header h2 a:hover, .change-themes-header h2 a:focus, .change-themes-header h2 a:active {
  color: #78c8e6;
}

/* line 33, _themes_detail.scss */
.theme-details {
  line-height: 1.5;
  /* Header styling, borrowed from the Theme Showcase css */
  /* Image styling and alignment, borrowed from the Theme Showcase css */
  /* Caption styling, borrowed from the Theme Showcase css */
}
/* line 36, _themes_detail.scss */
.theme-details .notes {
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  padding: 1.4em 18px;
}
/* line 43, _themes_detail.scss */
.theme-details .notes p,
.theme-details .notes ul,
.theme-details .notes ol {
  color: #666;
  font-size: 12px;
  margin-bottom: 0;
}
/* line 49, _themes_detail.scss */
.theme-details .notes code {
  color: #515151;
  font-family: monospace;
  font-size: 13px;
  font-weight: bold;
}
/* line 57, _themes_detail.scss */
.theme-details hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  background: none;
  border: 0;
  border-top: 1px solid #ccc;
}
/* line 72, _themes_detail.scss */
.theme-details h1,
.theme-details h2,
.theme-details h3,
.theme-details h4 {
  display: block;
}
/* line 77, _themes_detail.scss */
.theme-details h1,
.theme-details h2 {
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  margin: 0 0 .5em;
}
/* line 85, _themes_detail.scss */
.theme-details h3,
.theme-details h4 {
  font-weight: bold;
}
/* line 89, _themes_detail.scss */
.theme-details h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
/* line 95, _themes_detail.scss */
.theme-details h2 {
  font-size: 23px;
  font-size: 2.3rem;
}
/* line 100, _themes_detail.scss */
.theme-details h3 {
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 105, _themes_detail.scss */
.theme-details h4 {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 1em 0;
}
/* line 111, _themes_detail.scss */
.theme-details ul, .theme-details ol {
  margin: 0 0 1.5em 3em;
}
/* line 115, _themes_detail.scss */
.theme-details ul {
  list-style: disc;
}
/* line 119, _themes_detail.scss */
.theme-details ol {
  list-style: decimal;
}
/* line 123, _themes_detail.scss */
.theme-details ul ul, .theme-details ol ol, .theme-details ul ol, .theme-details ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
/* line 128, _themes_detail.scss */
.theme-details dt {
  font-weight: normal;
}
/* line 132, _themes_detail.scss */
.theme-details dd {
  margin-bottom: 0;
}
/* line 136, _themes_detail.scss */
.theme-details p {
  margin-bottom: 1.5em;
}
/* line 141, _themes_detail.scss */
.theme-details img {
  border: 1px solid #E5E5E5;
  max-width: 100%;
  height: auto;
}
/* line 147, _themes_detail.scss */
.theme-details p img {
  margin-bottom: 0.5em;
}
/* line 151, _themes_detail.scss */
.theme-details pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  padding: 1.6em;
  overflow: auto;
}
/* line 166, _themes_detail.scss */
.theme-details code,
.theme-details kbd,
.theme-details tt,
.theme-details var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* line 170, _themes_detail.scss */
.theme-details .alignright {
  display: inline;
  float: right;
}
/* line 175, _themes_detail.scss */
.theme-details img.alignright {
  margin-left: 1em;
}
/* line 179, _themes_detail.scss */
.theme-details .alignleft {
  display: inline;
  float: left;
}
/* line 184, _themes_detail.scss */
.theme-details img.alignleft {
  margin-right: 1em;
}
/* line 196, _themes_detail.scss */
.theme-details img.size-auto,
.theme-details img.size-full,
.theme-details img.size-large,
.theme-details img.size-medium,
.theme-details .attachment img,
.theme-details .widget-area img,
.theme-details .wp-caption {
  max-width: 100%;
  height: auto;
}
/* line 201, _themes_detail.scss */
.theme-details .wp-caption {
  padding: .5em;
  text-align: center;
}
/* line 206, _themes_detail.scss */
.theme-details p.wp-caption-text {
  margin: 0;
  padding: 0 8px 5px;
}
/* line 211, _themes_detail.scss */
.theme-details .gallery-caption, .theme-details .wp-caption .wp-caption-text {
  font-size: 13px;
  color: #888;
  font-style: italic;
}
/* line 217, _themes_detail.scss */
.theme-details .wp-caption {
  background-color: #f1f1f1;
  border-radius: 2px;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}
/* line 225, _themes_detail.scss */
.theme-details .entry-title .price {
  color: #4cb420;
  font-size: 22px;
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 231, _themes_detail.scss */
.theme-details .entry-title .price abbr {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: -5px;
  left: -1px;
}
/* line 240, _themes_detail.scss */
.theme-details .entry-content {
  float: left;
  margin-bottom: 40px;
  width: 68%;
}
/* line 245, _themes_detail.scss */
.theme-details .entry-content .theme-blogs {
  clear: both;
  margin-top: 40px;
}
/* line 249, _themes_detail.scss */
.theme-details .entry-content .theme-blogs .blog-example {
  display: inline-block;
  margin: 10px;
  position: relative;
  width: 28%;
  width: -webkit-calc(33% - 22px);
  width: calc(33% - 22px);
}
/* line 258, _themes_detail.scss */
.theme-details .entry-content .theme-blogs .widget-title {
  color: #888;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
/* line 265, _themes_detail.scss */
.theme-details .entry-content .theme-blogs ul {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
}
/* line 271, _themes_detail.scss */
.theme-details .entry-content .theme-blogs .blog-example-title {
  background: #0074a2;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 6px 8px;
  position: absolute;
  left: 0;
  top: 68%;
  text-decoration: none;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 286, _themes_detail.scss */
.theme-details .widget-area {
  float: right;
  font-size: 13px;
  width: 25%;
}
/* line 291, _themes_detail.scss */
.theme-details .widget-area .button {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
/* line 297, _themes_detail.scss */
.theme-details .widget-area .button.toggle-content {
  float: left;
  width: 40%;
}
/* line 302, _themes_detail.scss */
.theme-details .widget-area .button.toggle-content + .demo {
  float: right;
  width: 40%;
}
/* line 308, _themes_detail.scss */
.theme-details .widget-area .button-primary {
  padding: 12px 20px;
  font-size: 18px;
}
/* line 313, _themes_detail.scss */
.theme-details .widget-area .button-secondary {
  padding: .67em .33em;
  box-shadow: none;
  color: #333;
  font-size: 13px;
  text-shadow: none;
  background-color: #F1F1F1;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 100%);
}
/* line 323, _themes_detail.scss */
.theme-details .widget-area .button-secondary:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.08)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.25) 100%);
}
/* line 328, _themes_detail.scss */
.theme-details .widget-area .widget.support {
  background: #d54e21;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 15px;
}
/* line 335, _themes_detail.scss */
.theme-details .widget-area .widget.support p {
  margin: auto;
}
/* line 339, _themes_detail.scss */
.theme-details .widget-area .widget.support a {
  color: #fff;
  font-weight: 700;
}
/* line 344, _themes_detail.scss */
.theme-details .widget-area .widget.support a:hover, .theme-details .widget-area .widget.support a:active {
  color: #fff;
  transition: none;
  text-decoration: underline;
}
/* line 353, _themes_detail.scss */
.theme-details .widget-area .sd-title,
.theme-details .widget-area .post-likes-widget-placeholder .button span {
  display: none;
}
/* line 359, _themes_detail.scss */
.theme-details .widget-area .widget,
.theme-details .entry-footer .widget {
  font-size: 13px;
  margin-bottom: 40px;
}
/* line 363, _themes_detail.scss */
.theme-details .widget-area .widget .widget-title,
.theme-details .entry-footer .widget .widget-title {
  color: #464646;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5em;
}
/* line 371, _themes_detail.scss */
.theme-details .widget-area .widget ul, .theme-details .widget-area .widget ol,
.theme-details .entry-footer .widget ul,
.theme-details .entry-footer .widget ol {
  margin: 0;
}
/* line 375, _themes_detail.scss */
.theme-details .widget-area .widget li,
.theme-details .entry-footer .widget li {
  list-style-type: none;
  margin: 10px 0;
}
/* line 381, _themes_detail.scss */
.theme-details .entry-footer {
  clear: both;
  /*
   * Customize Footer
   * Blue banner.
   */
}
/* line 388, _themes_detail.scss */
.theme-details .entry-footer .customize-footer {
  background-color: #2ea2cc;
  clear: both;
  color: #d4e9f1;
  margin: 0 -30px 0;
  padding: 20px 30px;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
/* line 396, _themes_detail.scss */
.theme-details .entry-footer .customize-footer p {
  font-size: 22px;
  font-weight: 200;
  margin: 0;
}
/* line 402, _themes_detail.scss */
.theme-details .entry-footer .customize-footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* line 407, _themes_detail.scss */
.theme-details .entry-footer .customize-footer a:hover {
  text-decoration: underline;
}
/* line 413, _themes_detail.scss */
.theme-details .entry-footer .widget {
  float: left;
  margin: 0;
  padding: 40px 20px 20px;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 420, _themes_detail.scss */
.theme-details .entry-footer .widget p {
  padding-right: 20px;
}

/* line 1, _themes_modal.scss */
.activate-spinner {
  display: block;
  margin: 210px auto;
}

/* line 5, _themes_modal.scss */
.atlas-modal-theme-screenshot {
  overflow: hidden;
  max-height: 300px;
  height: 300px;
  border-bottom: 1px solid #ececec;
}
/* line 10, _themes_modal.scss */
.atlas-modal-theme-screenshot img {
  width: 100%;
}

/* line 14, _themes_modal.scss */
.atlas-modal-themes-content {
  padding: 16px;
}

/* line 21, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-head,
#atlas-modal.modal-post-activation .atlas-modal-close {
  border: none;
}
/* line 25, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-container {
  text-align: center;
}
/* line 28, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-container .modal-content {
  color: #464646;
  font-size: 22px;
  font-weight: 700;
}
/* line 33, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-container .modal-content .theme {
  display: block;
}
/* line 38, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-container .button {
  line-height: 3;
}
/* line 42, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-container hr {
  max-width: 80%;
}
/* line 46, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-container ul {
  margin: 0 5em 1.5em;
  text-align: left;
}
/* line 51, _themes_modal.scss */
#atlas-modal.modal-post-activation .atlas-modal-container .modal-footer {
  background-color: #f4f8fa;
  color: #555;
  font-size: 13px;
  font-style: italic;
  padding: 1.5em;
}

@media screen and (max-width: 60em) {
  /* line 2, _responsive.scss */
  .theme-filters {
    overflow: hidden;
    width: auto;
  }
  /* line 6, _responsive.scss */
  .theme-filters .drawer {
    overflow-x: scroll;
    overflow-y: none;
    -webkit-overflow-scrolling: touch;
  }
  /* line 12, _responsive.scss */
  .theme-filters .attribute-filters {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 960px;
  }

  /* line 18, _responsive.scss */
  .theme-browser .theme .entry-title a {
    max-width: 130px;
    max-width: calc(100% - 190px);
  }

  /* line 24, _responsive.scss */
  .section-footer .theme-suggestions aside {
    width: 50%;
  }
  /* line 27, _responsive.scss */
  .section-footer .theme-suggestions aside:nth-of-type(3) {
    display: none;
  }
  /* line 31, _responsive.scss */
  .section-footer .theme-suggestions aside .entry-title a {
    max-width: calc(100% - 100px);
  }
  /* line 36, _responsive.scss */
  .section-footer .support {
    display: none;
  }

  /* line 41, _responsive.scss */
  #newdash-footer .theme-promo p {
    font-size: 14px;
  }
}
@media screen and (max-width: 48em) {
  /* line 47, _responsive.scss */
  .theme-collection {
    margin: 30px 0 0;
  }

  /* line 51, _responsive.scss */
  .theme-browser .theme .entry-title a {
    max-width: 245px;
    max-width: calc(100% - 30px);
  }

  /* line 59, _responsive.scss */
  .theme .entry-meta a,
  .theme-filters .showcase-filters [data-filter="blog"],
  #newdash-footer,
  .logged-out ~ #newdash-footer {
    display: none;
  }
}
@media screen and (max-width: 41.25em) {
  /* line 68, _responsive.scss */
  .newdash-change-theme #active-theme-header {
    margin-left: 10px;
  }
  /* line 71, _responsive.scss */
  .newdash-change-theme #active-theme-header h2 {
    margin-left: 0px;
  }
  /* line 76, _responsive.scss */
  .newdash-change-theme #active-theme-header .thumbnail img {
    height: 50px;
  }
  /* line 82, _responsive.scss */
  .newdash-change-theme h2 span.filter-type {
    display: none;
  }

  /* line 89, _responsive.scss */
  .theme-browser .theme-filters {
    margin-bottom: 0;
  }
  /* line 92, _responsive.scss */
  .theme-browser .theme-filters .price-filters {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
  }
  /* line 97, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters {
    padding: 0 10px;
  }
  /* line 100, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > a {
    display: none;
  }
  /* line 104, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 7px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 111, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle:after {
    color: #464646;
    content: '\f431';
    font-family: 'Noticons', 'Open Sans', sans serif;
  }
  /* line 117, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle.current:after {
    content: '\f432';
  }
  /* line 123, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle.current:after, .theme-browser .theme-filters .showcase-filters > .toggle.current:active:after, .theme-browser .theme-filters .showcase-filters > .toggle.current:hover:after {
    color: #fff;
  }
  /* line 128, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle:hover:after, .theme-browser .theme-filters .showcase-filters > .toggle:active:after {
    color: #1e8cbe;
  }
  /* line 132, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle #filter-toggle-more {
    display: none;
  }
  /* line 136, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle:before {
    display: none;
  }
  /* line 140, _responsive.scss */
  .theme-browser .theme-filters .showcase-filters > .toggle #filter-toggle-title {
    display: inline;
  }
  /* line 146, _responsive.scss */
  .theme-browser .theme-filters .attribute-filters {
    padding: 0;
  }
  /* line 149, _responsive.scss */
  .theme-browser .theme-filters .attribute-filters > div {
    padding: 10px;
    width: 15%;
  }
  /* line 153, _responsive.scss */
  .theme-browser .theme-filters .attribute-filters > div:first-child {
    width: 30%;
  }
  /* line 158, _responsive.scss */
  .theme-browser .theme-filters .attribute-filters > div:nth-child(2), .theme-browser .theme-filters .attribute-filters > div:nth-child(3) {
    width: 20%;
  }
  /* line 163, _responsive.scss */
  .theme-browser .theme-filters .attribute-filters .types ul {
    display: inline-block;
    float: left;
    width: 50%;
  }
  /* line 169, _responsive.scss */
  .theme-browser .theme-filters .attribute-filters li {
    font-size: 15px;
    line-height: 2;
  }
  /* line 175, _responsive.scss */
  .theme-browser .theme-filters .theme-search {
    right: 10px;
  }
  /* line 178, _responsive.scss */
  .theme-browser .theme-filters .theme-search .search-field {
    text-align: right;
    width: 180px;
  }
  /* line 183, _responsive.scss */
  .theme-browser .theme-filters .theme-search .search-field:active, .theme-browser .theme-filters .theme-search .search-field:focus {
    text-align: left;
  }
  /* line 186, _responsive.scss */
  .theme-browser .theme-filters .theme-search .search-field:active::-webkit-input-placeholder, .theme-browser .theme-filters .theme-search .search-field:focus::-webkit-input-placeholder {
    color: #888;
  }
  /* line 189, _responsive.scss */
  .theme-browser .theme-filters .theme-search .search-field:active:-moz-placeholder, .theme-browser .theme-filters .theme-search .search-field:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
  }
  /* line 192, _responsive.scss */
  .theme-browser .theme-filters .theme-search .search-field:active::-moz-placeholder, .theme-browser .theme-filters .theme-search .search-field:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
  }
  /* line 195, _responsive.scss */
  .theme-browser .theme-filters .theme-search .search-field:active:-ms-input-placeholder, .theme-browser .theme-filters .theme-search .search-field:focus:-ms-input-placeholder {
    color: #888;
  }
  /* line 201, _responsive.scss */
  .theme-browser .theme-filters .theme-search ::-webkit-input-placeholder {
    color: #f9f9f9;
  }
  /* line 204, _responsive.scss */
  .theme-browser .theme-filters .theme-search :-moz-placeholder {
    /* Firefox 18- */
    color: #f9f9f9;
  }
  /* line 207, _responsive.scss */
  .theme-browser .theme-filters .theme-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #f9f9f9;
  }
  /* line 210, _responsive.scss */
  .theme-browser .theme-filters .theme-search :-ms-input-placeholder {
    color: #f9f9f9;
  }
  /* line 216, _responsive.scss */
  .theme-browser .theme-collection {
    text-align: center;
  }
  /* line 219, _responsive.scss */
  .theme-browser .theme-collection .theme {
    margin: 20px auto;
    max-width: 430px;
    width: 100%;
  }
  /* line 226, _responsive.scss */
  .theme-browser .theme-suggestions {
    display: none;
  }

  /* line 233, _responsive.scss */
  .theme-details .entry-content,
  .theme-details .widget-area {
    float: none;
    width: 100%;
  }
  /* line 238, _responsive.scss */
  .theme-details .widget-area .widget {
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  /* line 245, _responsive.scss */
  .theme-details .theme-features li {
    display: inline-block;
  }
  /* line 249, _responsive.scss */
  .theme-details .theme-features a {
    background: #ddd;
    border-radius: 2px;
    color: #333;
    margin: 0 10px 0 0;
    padding: 3px 6px;
    text-decoration: none;
  }
  /* line 258, _responsive.scss */
  .theme-details .theme-features a:hover, .theme-details .theme-features a:active {
    background: #2ea2cc;
    color: #fff;
  }
}
@media screen and (max-width: 30em) {
  /* line 268, _responsive.scss */
  .theme-collection {
    margin: 10px;
  }

  /* line 272, _responsive.scss */
  .theme-browser {
    padding: 0;
  }
  /* line 275, _responsive.scss */
  .theme-browser .theme-filters {
    margin: 0;
  }

  /* line 281, _responsive.scss */
  .theme-details .entry-content .theme-blogs .blog-example {
    width: 44%;
    width: -webkit-calc(50% - 22px);
    width: calc(50% - 22px);
  }
  /* line 287, _responsive.scss */
  .theme-details .entry-footer .widget {
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
  }

  /* line 296, _responsive.scss */
  #atlas-modal .atlas-modal-box {
    margin-top: 10px;
  }
  /* line 300, _responsive.scss */
  #atlas-modal .atlas-modal-head h2 {
    max-width: 90%;
    max-width: calc(100% - 38px);
  }
  /* line 305, _responsive.scss */
  #atlas-modal .atlas-modal-close {
    border: none;
  }
  /* line 309, _responsive.scss */
  #atlas-modal .atlas-modal-theme-screenshot {
    height: auto;
  }
  /* line 312, _responsive.scss */
  #atlas-modal .atlas-modal-theme-screenshot img {
    vertical-align: middle;
  }
  /* line 317, _responsive.scss */
  #atlas-modal .atlas-modal-themes-content select {
    max-width: 70%;
    max-width: calc(100% - 100px);
  }
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 329, _responsive.scss */
  .theme-filters .theme-search input[type="search"] {
    background-image: url(/wp-content/mu-plugins/atlas/css/themes/../../images/search-icon-2x.png);
  }

  /* line 333, _responsive.scss */
  #newdash-footer .theme-promo {
    background-image: url(/wp-content/mu-plugins/atlas/css/themes/../../images/unlimited-themes-2x.png);
  }
}
/* line 14, themes.scss */
.newdash-themes.logged-out {
  margin-top: 55px;
}
/* line 17, themes.scss */
.newdash-themes.logged-out .change-themes-header {
  margin: 84px 0 38px 0;
}
/* line 20, themes.scss */
.newdash-themes.logged-out .change-themes-header h2 {
  font-size: 34px;
  font-size: 3.4rem;
}
/* line 24, themes.scss */
.newdash-themes.logged-out .change-themes-header h3 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 200;
  margin: 3px 0 0 0;
  color: #8D8A8A;
}

/* line 34, themes.scss */
.newdash-themes .main {
  max-width: 960px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 48.125em) {
  /* line 44, themes.scss */
  .newdash-themes.logged-out .change-themes-header {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  /* line 47, themes.scss */
  .newdash-themes.logged-out .change-themes-header h3 {
    display: none;
  }
  /* line 50, themes.scss */
  .newdash-themes.logged-out .change-themes-header h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 58, themes.scss */
  .newdash-themes .reader-header .sidebar-toggle {
    display: none;
  }
  /* line 62, themes.scss */
  .newdash-themes .change-themes-header h2 {
    margin: 0 10px;
  }
  /* line 66, themes.scss */
  .newdash-themes .main {
    margin: 0;
  }
}
#sidebar ul.follow-recommendations-wrapper {
	min-height: 190px;
	padding-bottom: 8px;
}
#sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item {
	min-height: 48px;
	margin: 16px 0 0 0;
	padding: 0px 0px 16px 31px;
	box-sizing: border-box;
	border-bottom: 1px solid #DAE6ED;
}
#sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item:empty {
	min-height: 0px;
}
#sidebar ul.follow-recommendations-wrapper li img.gravatar {
	height: 24px;
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
#sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item a {
	display: inline;
	padding: 0;
}
#sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item a:hover {
	background: transparent;
}
#sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item a.rec-title {
	line-height: 130%;
	word-break: break-word;
}
/* Fixing a bug with IE and display: table-cell; */
.ie #sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item a.rec-title {
	display: block;
}
#sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item b {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 24px 4px 0;
}
#sidebar ul.follow-recommendations-wrapper li.follow-recommendations-item small {
	display: block;
	font-size: 11px;
	line-height: 130%;
	color: #999;
	margin-bottom: 6px;
}

#sidebar ul.follow-recommendations-wrapper li a.btn-follow,
#sidebar ul.follow-recommendations-wrapper li .blog-following {
	color: #2ba1cb;
}
#sidebar ul.follow-recommendations-wrapper li a.btn-follow:hover {
	color: #78c8e6;
}
#sidebar ul.follow-recommendations-wrapper li a.btn-follow:before {
	display: inline-block;
	font: normal 16px/1 'Noticons';
	-webkit-font-smoothing: antialiased;
	content: '\f801';
	position: relative;
	top: 3px;
	margin-right: 2px;
}
#sidebar ul.follow-recommendations-wrapper li .blog-following {
	color: #4cb420;
}
#sidebar ul.follow-recommendations-wrapper li .blog-following:before {
	display: inline-block;
	font: normal 16px/1 'Noticons';
	-webkit-font-smoothing: antialiased;
	content: '\f803';
	position: relative;
	top: 3px;
}

#sidebar ul.follow-recommendations-wrapper li .btn-close {
	position: absolute;
	top: -1px;
	right: 0px;
	color: #87a6bc;
	padding: 4px;
	font-size: 12px;
	cursor: pointer;
}
#sidebar ul.follow-recommendations-wrapper li .btn-close:hover {
	color: #d94f4f;
}
/*
	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;
}
