/* BODY */

.solo-container.card {
  max-width: 70rem;
  padding: 3rem;
  margin: 1.2em auto;
  z-index: 1;
}

.solo-container.card h1 {
  margin-top: 0;
}

/* SEARCH */

.awesomplete [hidden] {
  display: none;
}

input:not([type]):focus:not([readonly]) {
  box-shadow: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  display: inline-block;
  position: relative;
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul {
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: hsla(0, 0%, 100%, 0.9);
  background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -0.43em;
  }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}

/* Pointer */

.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: hsl(200, 40%, 80%);
  color: black;
}

.awesomplete > ul > li[aria-selected="true"] {
  background: hsl(205, 40%, 40%);
  color: white;
}

.awesomplete mark {
  background: hsl(65, 100%, 50%);
}

.awesomplete li:hover mark {
  background: hsl(68, 100%, 41%);
}

.awesomplete li[aria-selected="true"] mark {
  background: hsl(86, 100%, 21%);
  color: inherit;
}

.hide {
  display: none;
}

.search-field {
  border: 1px solid red;
}

.search-div > .awesomplete {
  margin: 0 1.3em;
}

.awesomplete input {
  border-radius: 0.4em;
  border: 1px solid #90ceff !important;
  background-color: white;
  color: black;
  padding-left: 1em;
  height: 2.6em;
  margin-left: -1.2em;
}

.awesomplete input:hover {
  background-color: white;
}

.awesomplete input:focus {
  background-color: white;
}

.search-div {
  float: right;
  height: 100%;
}

.awesomplete > ul > li[aria-selected="true"] {
  color: black;
}

.awesomplete > ul > li {
  color: black;
}

.awesomplete > ul > li {
  color: black;
}

#awesomplete_list_1_item_undefined {
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  padding-bottom: 7px;
  transition: 0.3s;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
  min-height: 3.5em;
}

.awesomplete > ul > li[aria-selected="true"] {
  color: #008eff;
}

.phone-pic-search {
  border-radius: 10px !important;
  height: 115px;
  padding: 0px 5px 0px 5px;
  display: block;
  margin: auto auto -10px auto;
  object-fit: scale-down;
}

.awesomplete > ul > li {
  background: white !important;
  color: black;
}

.awesomplete > ul > li:hover {
  color: #2196f3 !important;
  background: white !important;
  color: black;
  box-shadow: inset 5px 0px 0px 0px rgba(0, 142, 255, 1);
}

.awesomplete > ul > li[aria-selected="true"] {
  background: white !important;
  color: #008eff !important;
  box-shadow: inset 8px 0px 0px 0px rgba(0, 142, 255, 1);
}

.awesomplete > div > ul {
  margin-left: -1.5em;
}

.search-div > div > .mobile-search-icon {
  line-height: 2.8em;
  background-color: #42a5f5;
  padding: 0.3em;
  color: white;
  border-radius: 0.2em;
  cursor: pointer;
  margin-right: 0.5em;
  user-select: none;
  display: inline;
}

.search-div > .search-icon {
  color: #d1d1d1;
  position: absolute;
  float: right;
  z-index: 2;
  right: 1.2em;
}

.logo-navbar {
  height: 32px;
  margin: 16px 13px;
  float: left;
}

#logo-container li {
  padding: 0 0.1em;
}

#logo-container li.active > a,
#logo-container li:hover a {
  background-color: transparent;
}

#logo-container li.active {
  background-color: #ffffff29;
}

#logo-container li:hover {
  background-color: #ffffff17;
}

#logo-container li a {
  font-size: 0.6em;
  font-weight: 100;
}

#logo-container div.name {
  font-weight: bold;
  margin-right: 0.5em;
  line-height: 62px;
}

#logo-container a:hover {
  color: white;
}

#logo-container div.type {
  font-weight: 300;
}

#logo-container > a > div:hover {
  background-color: #ffffff17;
}

#logo-container {
  border-radius: 0.1em;
  transition: background-color 100ms linear;
}

#logo-container div {
  float: left;
}

@media only screen and (max-width: 993px) {
  #logo-container li a {
    font-size: 0.5em;
  }
}

nav {
  height: 64px;
  line-height: 64px;
}

nav .brand-logo {
  left: 0% !important;
  transform: none !important;
}

/* Fonts */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/material_icons.woff2.html) format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  user-select: none;
}

.material-icons::before {
  content: attr(data-icon);
}

/* SCROLLBAR */

.picker::-webkit-scrollbar {
  width: 0.4em;
  background-color: white;
  border: none;
}

.picker::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
}

/* NAVBAR */

body > .container {
  width: 100%;
  max-width: none;
}

body {
  background-color: #eeeeee;
}

.picker-refine {
  display: none;
}

.picker {
  height: 94%;
  height: calc(100% - 64px);
  position: fixed;
  padding: 0em !important;
  overflow-y: auto;
  z-index: 2;
}

.picker .type {
  text-align: center;
  font-weight: 100;
  margin: 7px;
  font-size: 3.2em;
  margin-bottom: -0.7em;
}

.picker > h1 {
  font-size: 1.8em;
  font-weight: 500;
  margin: 30px 10px 0 20px;
}

.picker > h2 {
  font-size: 1em;
  margin: 0;
  padding: 10px 0 20px 20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.picker > .collapsible {
  margin: 0.5em 0 0 0;
  border-right: none;
  border-top: none;
}

.collapsible-header,
.collapsible-body {
  border: none;
}

.collapsible-header {
  font-size: 1.6em;
  font-weight: 700;
  padding: 1rem 0.5em;
  transition: background-color 100ms linear;
}

.collapsible-header h2 {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  margin-top: 0.2em;
}

.collapsible-header:hover {
  background-color: #f8f8f8;
}

.collapsible-header:active {
  background-color: white;
}

.collapsible-body {
  padding: 0.1em 1.4em;
}

.collapsible > li {
  border-bottom: 1px solid #ddd;
}

.collapsible-header i,
.collapsible-header img {
  margin-top: 0.3em !important;
  margin-right: 1.1em !important;
}

.collapsible-header:focus {
  user-select: none;
}

.container {
  width: 100%;
}

@media only screen and (min-width: 993px) {
  .nav-wrapper.container {
    width: 100%;
    margin: 0;
  }
  nav .brand-logo {
    left: 0%;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (min-width: 601px) {
  .nav-wrapper.container {
    width: 100%;
    margin: 0;
  }
  .collapsible-header h2 {
    font-weight: 700;
  }
}

/* CRITERIAS */

.criteria {
  padding: 0.4em !important;
}

.criteria > a {
  text-transform: none;
  color: black;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: inherit;
  width: 100%;
  border-radius: 0.3em;
  padding: 0 0.7em;
  height: 2.8em;
  line-height: 2.8em;
}

.criteria > a > i.right {
  color: #c7c7c7;
  margin: 0;
}

.criteria > a > i.left {
  margin-right: 0.1em;
}

.criteria > a > div {
  float: left;
  display: block;
  width: 60%;
  width: calc(100% - 3.2em);
  margin-top: -0.1em;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  height: 100%;
}

.btn i {
  font-size: 1.3em;
}

.criteria:hover > a > i.right {
  color: #8c8c8c;
}

.criteria.checked > a {
  color: white;
  background-color: #2196f3 !important;
}

.criteria.checked > a > i {
  color: white;
}

.criteria.checked:hover > a > i.right {
  color: #e4e4e4;
}

/* PRIORITY */

.priority {
  width: 100%;
  padding: 4px;
  border-radius: 0.5em;
  margin: 0.4em 0;
}

.priority > div > a {
  height: 2.4em;
  line-height: 2.4em;
  box-shadow: none;
  color: #515151;
  background-color: #f3f3f3 !important;
  font-weight: bold;
}

.priority > .criteria {
  padding: 0.2em !important;
}

.collapsible-header > .chevron {
  position: absolute;
  right: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
  transition: transform 0.2s ease;
}

.active > .collapsible-header > .chevron {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

/* RESULTS */

.results {
  float: right !important;
  padding: 1em 1.4em !important;
}

@media only screen and (max-width: 1400px) {
  .card.result > .card-stacked > .card-action {
    padding: 0.6em !important;
  }
  .card.result .info > div,
  .card.result .price {
    font-size: 0.9em !important;
  }
  .card.result .specs {
    line-height: 1.5em !important;
  }
}

.card.result {
  animation: card-load 0.6s;
}

.card.result .card-content > a {
  padding: 0.4em 0.9em;
  width: 100%;
  height: 2.4em;
  box-sizing: border-box;
  display: block;
}

.card.result > .card-image {
  border-right: 1px solid rgba(160, 160, 160, 0.2);
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
}

.card.result > .card-image > a {
  margin: 0;
}

.card.result .card-image img {
  margin: auto;
}

.image-load {
  object-fit: fill;
  width: 100% !important;
  opacity: 0;
  transition: opacity 0.5s;
}

@keyframes card-load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.card.horizontal.result .card-stacked .card-content {
  flex-grow: initial;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
}

.score {
  background-color: #d8d8d8;
  color: white;
  font-weight: 100;
  border-radius: 0.2em;
  font-size: 16px;
  height: 1.8em;
  position: relative;
  margin-bottom: 0.3em;
}

.card.result .material-icons {
  margin-top: 0.2em;
  font-size: 1.2em;
  margin-right: 0.3em;
}

.rangeslider > img.material-icons {
  margin: 0.1em 0.3em 0px 0.3em;
}

.rangeslider > div:first-of-type {
  margin-top: 0.1em;
  font-size: 1.1em;
}

.specs > img.material-icons {
  opacity: 0.7;
}

img.material-icons {
  height: 0.8em;
  width: 0.8em;
  object-fit: scale-down;
  margin: 0.4em 0;
}

.criteria.checked > a > img.material-icons {
  filter: invert(100%);
}

.card.result > .card-stacked > .card-action {
  padding: 0.9em;
}

.score > .progress {
  position: absolute;
  transition: width 0.3s linear;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 0%;
  animation: progress-bar 0.3s;
  animation-timing-function: ease-out;
}

@keyframes progress-bar {
  0% {
    width: 0%;
  }
}

.score > .legend {
  position: absolute;
  padding: 0.1em 0.4em;
  text-transform: capitalize;
}

.score > .number {
  float: right;
  padding: 0.5em 0.5em 0em 0em;
  font-size: 0.7em;
  z-index: 5;
  position: inherit;
  opacity: 0;
}

.score > .number > * {
  float: left;
}

.card.result .specs {
  color: #515151;
  font-weight: bold;
  background-color: #f3f3f3;
  padding: 0.4em 0em 0.4em 0.5em;
  border-radius: 0;
  width: calc(100% - 7em);
  float: left;
  margin-right: 2px;
  height: 2.3em;
  overflow: hidden;
  line-height: 1.7em;
}

.card.result .specs > div {
  float: left;
}

.card.result .specs:first-of-type {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}

.card.result .specs:nth-last-of-type(1) {
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  margin-right: 0.5em;
}

.card.result .info {
  margin: 0;
  display: flex;
  width: 100%;
}

.card.result .info > * {
  flex: 1;
  word-break: break-word;
}

.card.result .price {
  font-weight: 600;
  width: 6em;
  height: 2.3em;
  line-height: 2.3em;
  font-size: 1em;
  text-align: center;
  padding: 0;
}

.card.result .price:hover {
  background-color: #f8b64b !important;
  color: white;
}

.specs .material-icons {
  margin-right: 0.2em !important;
}

.card.result .buy-type {
  float: right;
  font-size: 0.8em;
}

/* STARS */

.result .stars {
  color: #f99801;
  font-size: 0.8em;
  margin: 0;
  float: right;
  user-select: none;
  height: 1.6em;
  margin-top: -0.3em;
}

.result .stars i.material-icons {
  margin-right: -0.1em;
}

.result .title {
  float: left;
  color: black;
  max-height: 1.4em;
  padding-top: 0.2em;
  line-height: 1.1;
}

/* RESPONSIVE MENU */

@media only screen and (max-width: 601px) {
  .loader > div {
    margin-top: 3em;
  }
  .product-info .product-image img {
    width: auto !important;
  }
  .row .col {
    width: 100% !important;
  }
  .picker {
    height: auto;
    position: inherit;
  }
  .results {
    float: none !important;
    padding: 0 0.8em !important;
  }
  .row .col.criteria {
    width: 50% !important;
    padding: 0.2em 0.4em !important;
  }
  .criteria > a {
    height: 3.2em;
    line-height: 3.2em;
    font-size: 1.1em;
  }
  .collapsible-header {
    font-size: 1.4em;
    font-weight: 600;
    padding: 0.5em 0.5em;
  }
  .collapsible-header i,
  .collapsible-header img {
    margin-top: 0.2em !important;
  }
  img.material-icons {
    margin-top: 0.6em;
  }
  .collapsible-body > .row {
    margin-bottom: 0.2em;
  }
  .card {
    margin: 1em 0 0 0;
  }
  .picker-refine {
    right: 0;
    background-color: #3996f3;
    color: white;
    font-weight: 600;
    padding: 0.8em 1.1em;
    z-index: 5;
    font-size: 1.3em;
    border-bottom-left-radius: 11px;
    cursor: pointer;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.14),
      0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    display: block;
    opacity: 0;
    transition: 0.2s opacity;
  }
  .picker-refine.sticky {
    opacity: 1;
    transition: 0.2s opacity;
  }
  .picker-refine > div,
  .picker-refine > i {
    float: left;
  }
  .picker-refine > i {
    padding-right: 0.4em;
    padding-top: 0.13em;
    color: white;
  }
  .row > .priority > .criteria.s4 {
    width: 33% !important;
  }
  .awesomplete {
    position: absolute !important;
    width: 86%;
    top: 0.3em;
    left: 0.5em;
    width: calc(100% - 3.3em);
  }
  .awesomplete input {
    margin-top: 0.2em;
    height: 2.4em;
  }
}

/* FLAGS */

.nav-wrapper > .flag > img {
  width: 2em;
  padding: 0.1em;
  border-radius: 0.4em;
}

.nav-wrapper > .flag {
  float: right;
  background-color: #42a5f4;
  margin: 0.7em;
  padding: 0 0.5em;
  border-radius: 0.4em;
  line-height: 4.3;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
  height: 3em;
  width: 3em;
}

.nav-wrapper > .flag:hover {
  background-color: #6abdff;
}

@media only screen and (max-width: 601px) {
  .flag {
    padding: 0 0.4em !important;
    height: 2.8em !important;
    margin: 1em 0.6em !important;
    width: 2.8em !important;
  }
}

#flag-dropdown > li {
  line-height: 2;
}

#flag-dropdown {
  border-radius: 0.4em;
  width: 10em !important;
}

#flag-dropdown > li > a > div {
  float: left;
}

#flag-dropdown img {
  width: 1.7em;
  float: left;
  border-radius: 0.4em;
  margin: -0.2em 0.7em 0em -0.3em;
}

/* PRODUCT */

.product-info h4 {
  font-weight: 500;
}

.product-info.solo-container.card {
  padding: 0 !important;
}

.product-info .product-image {
  width: 100%;
  padding: 0 4em;
  text-align: center;
}

.product-info .product-image img {
  max-height: 25em;
  max-width: 100%;
  padding: 1em;
}

.product-info .product-main h1 {
  margin-top: 0.6em;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
}

.product-info .stars {
  color: #f99801;
  margin-bottom: 0.6em;
  margin-top: 0.2em;
  text-align: center;
  user-select: none;
}

.product-info .stars > i {
  font-size: 1.8em;
}

.product-info .scores {
  padding: 0;
}

.product-info .score {
  height: 2.4em;
}

.product-info > .row > .col {
  padding: 0;
}

.product-info .score > .legend {
  padding: 0.4em;
  font-weight: 400;
}

.product-info .product-main {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding: 1em 1.5em;
}

.product-info .product-main,
.product-info .product-buy {
  padding: 1em !important;
}

.product-main .specs {
  color: #515151;
  padding: 0.5em 0.5em 0.5em 1.1em;
  float: left;
  width: 50%;
  margin: 0;
  border-right: 1px solid white;
  border-bottom: 2px solid white;
}

.product-main .specs:nth-last-of-type(2):nth-child(odd),
.product-main .specs:nth-last-of-type(1):nth-child(even) {
  border-bottom: none;
}

.product-main .specs:nth-child(even) {
  border-left: 1px solid white;
}

.product-main .specs:nth-last-of-type(1):nth-child(odd) {
  width: 100%;
  padding-left: 35%;
}

.product-main .specs i {
  font-size: 1.8em;
}

.product-main .specs > .spec-metric {
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 1.5em;
}

.product-main .specs > .spec-name {
  padding-left: 0.4em;
  font-size: 0.9em;
  color: grey;
}

.product-main .info {
  margin: 0;
  display: inline-block;
  width: 100%;
  background-color: #f3f3f3;
  padding: 0;
  border-radius: 0.5em;
}

.product-main h2 {
  font-size: 1.2em;
  margin-top: 0.3em;
  text-align: center;
  margin-bottom: 0.5em;
}

.product-buy h4 {
  margin-top: 0;
}

.product-info .product-buy {
  padding: 1em 0;
}

.product-buy img {
  height: 1.5em;
  margin: 0.2em 0;
}

.product-info .product-buy p {
  font-size: 0.8em;
}

.product-buy .price .badge {
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  border-radius: 2px;
  height: 2em;
  line-height: 0.9;
  margin: 0em;
  padding: 0.5em;
}

.product-buy .collection-item:hover .price .badge {
  background-color: #f8b64b !important;
  color: white;
}

.product-buy .collection-item:first-of-type {
  height: 5em;
}

.product-buy .price.collection-item:first-of-type .badge {
  font-size: 1.4em;
  height: 2.4em;
  line-height: 1.8;
  margin: 0em;
  padding: 0.3em 0.7em;
}

.product-buy .collection-item:first-of-type img {
  height: 2em;
  margin: 1em 0;
}

.product-details {
  padding: 1.5em !important;
  border-left: 1px solid rgba(160, 160, 160, 0.2);
}

.product-details .btn {
  text-transform: initial;
}

.product-details > .btn:hover {
  background-color: #45a7f5 !important;
}

.product-details > .collection .link {
  float: left;
  font-size: 1.3em;
  line-height: 1.8;
}

.product-details .collection-item {
  height: 3.7em;
}

.product-details .stars {
  float: right;
}

.product-details .stars i {
  color: #ffe000;
  width: 0.8em;
}

.product-details .criteria > a {
  cursor: text;
  border-radius: 0;
  font-weight: 400;
}

.product-details .criteria > a:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.product-details .criteria.empty a {
  opacity: 0.4;
  font-weight: 100;
}

/* FAIL */

.fail > div > div {
  padding: 0 2em 4em 2em;
  text-align: center;
  width: 100%;
}

.fail > div > div > h1 {
  font-weight: 600;
}

.fail {
  margin-top: -1.35em;
}

/* FOOTER */

footer a:hover {
  text-decoration: underline;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  height: auto;
}

.footer-copyright {
  min-height: 2em !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 16em;
}

footer .affiliate {
  font-size: 0.7em;
}

footer a {
  color: #ffcc80;
}

/* HOME */

.home .card-image img {
  padding: 2em;
  height: 13em;
  margin: 0 auto;
}

.home .header {
  max-width: 52em;
  margin: auto;
  margin-bottom: 2em;
}

.home .logo {
  width: 6em;
  margin: 0 2em 0 2em;
}

.home .header .logo {
  float: left;
}

.home .header h1 {
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 0;
  padding-top: 0.2em;
  color: #515151;
}

.home .header h2 {
  font-size: 1em;
  font-size: 1.3em;
  margin: 0;
}

.home .card h2 {
  font-weight: 100;
  margin: 0;
  margin-bottom: 0.2em;
  font-size: 1.9em;
}

.home .card > .card-action {
  color: white;
  background-color: #42a5f5;
  border-radius: 0 0 1em 1em;
  padding: 0.9em;
}

.home .card:hover > .card-action {
  background-color: #419be6;
}

.home {
  max-width: 70rem;
  z-index: 1;
  margin: 1em auto;
}

.home .col {
  padding: 0;
}

.home .card {
  margin: 1em;
  border-radius: 1em;
}

@media only screen and (max-width: 601px) {
  .home > .col.m6 {
    width: 50% !important;
  }
  .home > .col.m6:last-of-type:nth-child(odd) {
    margin-left: 25%;
  }
  .home img {
    padding: 1em !important;
    height: 11em !important;
  }
  .home .card-action {
    padding: 0.5em;
  }
  .home {
    padding: 1em !important;
  }
  .home .card {
    margin: 0.3em;
  }
  .home .header h1,
  h2 {
    text-align: center;
  }
  .home .card h2 {
    font-size: 1.5em;
  }
  .picker h1,
  h2 {
    text-align: center !important;
  }
}

/* LOADER */

.loader {
  width: 100%;
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #515151;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* ARTICLES */

.card.article h1 {
  color: #222;
  font-size: 2em;
  font-weight: 500;
}

.card.article {
  padding: 2em 7em;
  font-size: 1.2em;
}

.card.article p {
}

.card.article a:hover {
  text-decoration: underline;
}

.card.article h2,
h3,
h4,
h5 {
  font-size: 2em;
  font-weight: 300;
}

.card.article ul > li {
  margin-left: 1em;
}

.card.article ul > li:before {
  content: "-";
  margin-right: 0.5em;
}

.card.article {
  text-decoration: none !important;
}

.card.article .author {
  display: flex;
}

.card.article .author span {
  align-items: center;
}

.card.article .author .name {
  margin: 3px 15px;
  font-weight: 100;
}

.card.article .author .name a {
  font-weight: 500;
  color: black;
}
.card.article img.cover {
  width: 100%;
  border-radius: 1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 993px) {
  .solo-container.card {
    padding: 2rem;
  }

  .card.article {
    padding: 2em;
    font-size: 1em;
  }

  .card.article .figure {
    width: 100%;
  }

  .card.article .chart {
    padding: 0 !important;
  }
}

.card.article .btn.blue {
  margin-bottom: 1em;
  text-transform: none;
}

.row.card.article-suggestions {
  margin-top: 2em;
  border-top: 1px solid #ddd;
  padding-top: 2em;
}

.card.article .figure {
  margin: 2em auto;
  max-width: 45em;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card.article .chart {
  margin: 2em 0;
  padding: 15px 30px;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news-section h2 {
  font-weight: 600;
  margin: 1em;
  margin-top: 0;
}

.news-section {
  padding: 3rem 0 !important;
}

.news-section .row {
  padding: 0 3rem;
}

.news-section img {
  width: 100%;
  border-radius: 4px;
}

.news-section h5 {
    color: black;
    font-weight: 200;
    font-size: 1.7em;
    margin-top: 0em;
    margin-left: 0.1em;
}

.news-section a * {
    transition: opacity 100ms ease;
    
}

.news-section a:hover * {
  opacity: 0.7;
  transition: opacity 100ms ease;
}

.picker > p {
  margin: 1em;
  font-size: 0.9em;
}

footer .material-icons {
  margin-right: 0.4em;
}