.adsbygoogle {
  overflow: hidden;
  min-height: 280px;
}
@media (max-width: 425px) {
  .adsbygoogle {
    overflow: hidden;
    min-height: 354px;
  }
}
/* fix floating ads */
body > .adsbygoogle {
  min-height: 0;
}
.mdl-card {
  overflow: visible;
  z-index: auto;
  min-height: 0;
}
.checkiday-list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkiday-list .mdl-list__item-primary-content a {
  text-decoration: initial;
  font-weight: initial;
  color: initial;
}
.checkiday-list .mdl-list__item--two-line {
  height: auto;
  padding: 8px 16px;
}
.checkiday-list .mdl-list__item--two-line .mdl-list__item-primary-content {
  min-height: 36px;
  height: auto;
}
a {
  color: #9e9e9e;
}
a:hover {
  color: #e0e0e0;
}
table a, table a:hover, a.mdl-menu__item {
  color: inherit;
}
.holiday > .mdl-card__media {
  height: 176px;
  background-position: center;
  background-size: cover;
  position: relative;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.holiday > .mdl-card__title {
  padding-bottom: 0px;
}
.holiday > .mdl-card__title a {
  text-decoration: inherit;
  font-weight: inherit;
  color: inherit;
}
.holiday > .mdl-card__supporting-text {
  padding-top: 12px;
}
.mdl-checkiday .mdl-card__actions {
  display: flex;
}
.holiday .mdl-card__actions > a > i {
  padding-right: 8px;
}
body {
  margin: 0;
}
/* Disable ugly boxes around images in IE10 */
a img {
  border: 0px;
}
.my-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}
.mdl-textfield--expandable {
  width: auto;
}
.my-mobile-title {
  display: none !important;
}
.my-header {
  overflow: visible;
  background-color: white;
}
.my-header .material-icons {
  color: #767777 !important;
}
.my-header .mdl-layout__drawer-button {
  background: transparent;
  color: #767777;
}
.my-header .mdl-navigation__link {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}
.my-navigation-container {
   /* Simple hack to make the overflow happen to the left instead... */
  direction: rtl;
  order: 1;
  width: 500px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.my-navigation {
   /* ... and now make sure the content is actually LTR */
  direction: ltr;
  justify-content: flex-end;
  width: 800px;
}
.my-search-box.is-focused ~ .my-navigation-container {
  opacity: 0;
  width: 100px;
}
.my-navigation .mdl-navigation__link:hover {
  box-shadow: inset 0 -4px 0 #d95141;
}
.my-search-box {
  order: 2;
  margin-left: 16px;
  margin-right: 16px;
}
.my-search-box .mdl-button {
  top: 18px;
}
.my-drawer {
  border-right: none;
}
.my-drawer-separator {
  height: 1px;
  background-color: #dcdcdc;
  margin: 8px 0;
}
.my-drawer .mdl-navigation__link {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87) !important;
}
.my-drawer .mdl-navigation__link i {
  padding-right: 16px;
  color: #757575;
}
.my-drawer .mdl-layout-title {
  position: relative;
  background: #d95141;
  height: 65px;
}
.mdl-layout__header-row {
  padding-right: 0;
}
.my-title {
  margin-top: 3px;
  background: transparent;
  color: #767777;
}
/**** Mobile layout ****/
.mdl-checkiday section.section--center {
  margin: 0 auto;
}

@media (max-width: 900px) {
  .my-navigation-container {
    display: none;
  }
  .my-title {
    display: none !important;
  }
  .my-mobile-title {
    margin-top: 3px;
    display: block !important;
    position: absolute;
    left: calc(50% - 100px); /* 50% - half img width */
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    color: #767777;
  }
  .my-search-box.is-focused ~ .my-mobile-title {
    opacity: 0;
  }
  .my-search-box.is-focused {
    width: calc(100% - 48px);
  }
  .my-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }
}
.mdl-checkiday section.section--center {
  max-width: 1200px;
}
.mdl-checkiday .page-content {
  padding: 8px 0;
}

/* Cards */
.mdl-checkiday .mdl-layout__content section {
  position: relative;
  padding: 0;
}
.mdl-card__actions .mdl-button {
  min-width: 32px;
}
.mdl-card__supporting-text a:hover {
  text-decoration: none;
}
a.mdl-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Brand logos */
.brand-logo {
  text-align: center;
}
.brand-logo img {
  width: auto;
  height: 38px;
  margin-right: 20px;
  margin-bottom: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.brand-logo img:last-of-type {
  margin-right: 0;
}
.brand-logo img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

/* social */
/* TODO verify these colors! */
.social-buttons {
  width: calc(100% - 32px);
}
.social-buttons .mdl-button {
  color: #fff;
  margin: 5px;
  line-height: 56px;
}
.alexa {
  background-color: #09c;
}
.alexa:hover {
  background-color: rgba(0, 153, 204, .5);
}
.bookmark {
  background-color: #f00;
}
.bookmark:hover {
  background-color: rgba(255, 0, 0, .5);
}
.ical {
  background-color: #d95141;
}
.ical:hover {
  background-color: rgba(217, 81, 65, .5);
}
.email {
  background-color: #ffe4c2;
  color: #818181 !important;
}
.email:hover {
  background-color: rgba(255, 228, 194, .5);
}
.facebook {
  background-color: #3b5998;
}
.facebook:hover {
  background-color: rgba(59, 89, 152, .5);
}
.tumblr {
  background-color: #2C4762;
}
.tumblr:hover {
  background-color: rgba(44, 71, 98, .5);
}
.twitter {
  background-color: #33ccff;
}
.twitter:hover {
  background-color: rgba(51, 204, 255, .5);
}
.android {
  background-color: #94b300;
}
.android:hover {
  background-color: rgba(148, 179, 0, .5);
}
.apple {
  background-color: #757a7d;
}
.apple:hover {
  background-color: rgba(117, 122, 125, .5);
}
.windows {
  background-color: #0078d6;
}
.windows:hover {
  background-color: rgba(0, 120, 214, .5);
}
.push {
  background-color: #e44c4e;
}
.push:hover {
  background-color: rgba(228, 76, 78, .5);
}
.rss {
  background-color: #f98534;
}
.rss:hover {
  background-color: rgba(249, 133, 52, .5);
}
.google-assistant {
  background-color: #f4c20d;
}
.google-assistant:hover {
  background-color: rgba(244, 194, 13, .5);
}
.post {
  background-color: #323a4b;
}
.post:hover {
  background-color: rgba(50, 58, 75, .5);
}
.pinterest {
  background-color: #bd081c;
}
.pinterest:hover {
  background-color: rgba(189, 8, 28, .5);
}
.instagram {
  background-color: #125688;
}
.instagram:hover {
  background-color: rgba(18, 86, 136, .5);
}
.linkedin {
  background-color: #0077b5;
}
.linkedin:hover {
  background-color: rgba(0, 119, 181, .5);
}
.podcast {
  background-color: #7d50df;
}
.podcast:hover {
  background-color: rgba(125, 80, 223, .5);
}
.telegram {
  background-color: #0088cc;
}
.telegram:hover {
  background-color: rgba(0, 136, 204, .5);
}
