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

/* line 368, _themes_collection.scss */
.theme-browser {
  padding: 30px;
}

/* line 372, _themes_collection.scss */
.theme-details {
  padding: 30px 30px 0px;
}

/* line 376, _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 392, _themes_collection.scss */
.theme-browser .theme.active {
  background-color: #dbe6eb;
}
/* line 396, _themes_collection.scss */
.theme-browser .theme.active .entry-meta .price {
  text-transform: uppercase;
}
/* line 400, _themes_collection.scss */
.theme-browser .theme.active .entry-meta .preview {
  display: none;
}
/* line 404, _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 416, _themes_collection.scss */
.theme-browser .theme:not(.hover):hover, .theme-browser .theme:not(.hover):focus {
  background-color: #1e8cbe;
}
/* line 419, _themes_collection.scss */
.theme-browser .theme:not(.hover):hover .entry-header a, .theme-browser .theme:not(.hover):focus .entry-header a {
  color: #fff;
}
/* line 423, _themes_collection.scss */
.theme-browser .theme:not(.hover):hover .price, .theme-browser .theme:not(.hover):focus .price {
  color: #78c8e6;
}
/* line 428, _themes_collection.scss */
.theme-browser .theme a {
  text-decoration: none;
}
/* line 432, _themes_collection.scss */
.theme-browser .theme img {
  height: auto;
  width: 100%;
}
/* line 443, _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 451, _themes_collection.scss */
.theme-browser .theme .theme-screenshot:after {
  content: '';
  display: block;
  padding-top: 66%;
  /* using a 3/2 aspect ratio */
}
/* line 457, _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 465, _themes_collection.scss */
.theme-browser .theme .theme-screenshot img.preload {
  opacity: 0;
}
/* line 471, _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 485, _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 490, _themes_collection.scss */
.theme-browser .theme .price abbr {
  border: none;
  cursor: inherit;
  font-weight: 400;
}
/* line 497, _themes_collection.scss */
.theme-browser .theme .entry-meta {
  font-size: 13px;
}
/* line 500, _themes_collection.scss */
.theme-browser .theme .entry-meta > * {
  line-height: 4.5;
}
/* line 504, _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 509, _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 524, _themes_collection.scss */
.theme-browser .theme .entry-meta a:first-of-type {
  padding-right: 15px;
}
/* line 528, _themes_collection.scss */
.theme-browser .theme .entry-meta a:hover {
  background-color: #1e8cbe;
  color: #fff;
}
/* line 534, _themes_collection.scss */
.theme-browser .theme .entry-meta .preview:before {
  content: '\f403';
}
/* line 540, _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 545, _themes_collection.scss */
.theme-browser .theme .entry-meta .signup:before {
  content: '\f104';
}

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

/*---------------- Footer ----------------------*/
/* line 558, _themes_collection.scss */
.section-footer {
  margin: 0 -30px -31px;
}
/* line 561, _themes_collection.scss */
.section-footer .jump-to-top {
  display: none;
  padding: 40px;
  text-align: center;
}
/* line 566, _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 576, _themes_collection.scss */
.section-footer .jump-to-top a {
  display: block;
}
/* line 580, _themes_collection.scss */
.section-footer .jump-to-top a:hover, .section-footer .jump-to-top a:active {
  cursor: pointer;
}
/* line 583, _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 590, _themes_collection.scss */
.section-footer .theme-suggestions {
  background-color: #f9f9f9;
  font-size: 0;
  padding: 40px;
}
/* line 595, _themes_collection.scss */
.section-footer .theme-suggestions h1 {
  font-size: 20px;
  margin: 0 0 .5em;
}
/* line 600, _themes_collection.scss */
.section-footer .theme-suggestions aside {
  display: inline-block;
  width: 33%;
}
/* line 605, _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 612, _themes_collection.scss */
.section-footer .theme-suggestions aside .category-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 618, _themes_collection.scss */
.section-footer .theme-suggestions aside .category-title + a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 625, _themes_collection.scss */
.section-footer .theme-suggestions .theme {
  background-color: #fff;
  display: block;
  margin: 20px auto;
  max-width: 250px;
  width: 100%;
}
/* line 632, _themes_collection.scss */
.section-footer .theme-suggestions .theme .theme-screenshot {
  border-bottom: 1px solid #e5e5e5;
}
/* line 635, _themes_collection.scss */
.section-footer .theme-suggestions .theme .theme-screenshot img.preload {
  opacity: 1;
}
/* line 640, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-title {
  margin: 0;
}
/* line 643, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-title a {
  font-size: 15px;
}
/* line 649, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta > * {
  line-height: 3.5;
}
/* line 653, _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 660, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta a:before {
  font-size: 13px;
  height: 45px;
  padding: 0 10px;
  visibility: visible;
}
/* line 667, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta a:first-of-type:before {
  padding-right: 12px;
}
/* line 671, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta a:hover:before {
  background-color: #1e8cbe;
}
/* line 677, _themes_collection.scss */
.section-footer .theme-suggestions .theme .entry-meta .signup,
.section-footer .theme-suggestions .theme .entry-meta .signup ~ a {
  width: 30px;
}
/* line 684, _themes_collection.scss */
.section-footer .support {
  display: none;
  background-color: #f1f1f1;
  padding: 70px 0 50px;
}
/* line 689, _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 699, _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 712, _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 722, _themes_collection.scss */
.section-footer .support .bubble a {
  color: #fff;
  text-decoration: underline;
}
/* line 727, _themes_collection.scss */
.section-footer .support .bubble p {
  margin: 0;
}

/* line 734, _themes_collection.scss */
#newdash-footer {
  font-size: 0;
  width: 95%;
}
/* line 739, _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 745, _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 752, _themes_collection.scss */
#newdash-footer .theme-promo p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0 0 4px #464646;
}
/* line 759, _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 769, _themes_collection.scss */
#newdash-footer .theme-promo a:hover {
  border: none;
  background-color: #eaf1f5;
  color: #1e8cbe;
}
/* line 777, _themes_collection.scss */
#newdash-footer .column {
  background-color: #fff;
  width: 25%;
}
/* line 782, _themes_collection.scss */
#newdash-footer .automattic {
  margin: 30px 0 40px;
  text-align: center;
}

/* line 788, _themes_collection.scss */
.logged-out ~ #newdash-footer {
  color: #999;
  max-width: 960px;
  min-width: 320px;
  margin: 25px auto 0;
  display: block;
}
/* line 795, _themes_collection.scss */
.logged-out ~ #newdash-footer p {
  margin-bottom: 1.5em;
}
/* line 799, _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 809, _themes_collection.scss */
.logged-out ~ #newdash-footer ul {
  list-style: none;
  margin: 0;
}
/* line 814, _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 822, _themes_collection.scss */
.logged-out ~ #newdash-footer ul a {
  border: none;
  text-decoration: none;
}
/* line 827, _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 839, _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 856, _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 862, _themes_collection.scss */
img#wpstats {
  display: none;
}

/*---------------- language exceptions ----------------------*/
/* line 869, _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 874, _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 886, _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 891, _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;
  background: #fafafa;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  margin: 0 -30px;
  padding: 0 30px;
}
/* line 389, _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 396, _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;
}
