/*
Theme Name: Lemonade
Theme URI: http://nbenner.com
Author: Benner Websites
Author URI: http://nbenner.com
Description: Theme made by Benner Websites
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lemonade
*/

/*@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,600,700,900');*/

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Merriweather:300,400,700,900&amp;display=swap");
@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/fonts/Lato/Lato-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Merriweather";
  font-display: swap;
  src: url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/fonts/Merriweather/Merriweather-Regular.ttf") format("ttf");
}
html,
body,
#page {
  min-height: 100%;
}
body {
  position: relative;
  margin: 0;
  font-family: "Merriweather", serif;
  color: #4a4a4a;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  box-sizing: border-box;
}
::-moz-selection {
  background: #ff0083;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ff0083;
  color: #fff;
  text-shadow: none;
}
body input {
  outline: none;
}
body p,
body h1,
body h2,
body h3,
#primary-menu a,
body li {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
iframe {
  border: none;
}
#page {
  position: relative;
  width: 100%;
  background: #ffffff;
}
#page img {
  max-width: 100%;
  height: auto;
}
#page img.aligncenter {
  display: block;
  margin: 0 auto;
}
#page img.alignright {
  float: right;
  margin-left: 10px;
}
#page img.alignleft {
  float: left;
  margin-right: 10px;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
#primary,
.primary {
  position: relative;
  padding: 0 43px;
  margin: 50px auto;
  max-width: 1366px;
}
#primary.post-container,
.primary.post-container {
  max-width: 886px;
}
#main {
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  #main {
    position: static;
  }
  *::-ms-backdrop,
  #main {
    position: static;
  } /* IE11 */
}
.row {
  position: relative;
  margin: 0 -20px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.row:after,
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.columns {
  position: relative;
  float: left;
  padding: 0 20px;
}
.columnssticky {
  position: relative;
  float: left;
  padding: 0 19px;
}
.column-1 {
  width: 8.33333%;
}
.column-2 {
  width: 16.6667%;
}
.column-2-5 {
  width: 20%;
}
.column-3 {
  width: 25%;
}
.column-4 {
  width: 33.3333%;
}
.column-5 {
  width: 41.6667%;
}
.column-6 {
  width: 50%;
}
.column-7 {
  width: 58.3333%;
}
.column-8 {
  width: 66.6667%;
}
.column-9 {
  width: 75%;
}
.column-10 {
  width: 83.3333%;
}
.column-11 {
  width: 91.6667%;
}
.column-12 {
  width: 100%;
}
.hidden {
  display: none;
}

/* Header */
#masthead {
  position: fixed;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.2s ease-in, border-bottom-color 0s ease-in;
  -moz-transition: background-color 0.2s ease-in, border-bottom-color 0s ease-in;
  -webkit-transition: background-color 0.2s ease-in,
    border-bottom-color 0s ease-in;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 10px 0 5px;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  border-bottom: 1px solid transparent;
  opacity: 0;
}
#masthead > div {
  position: relative;
  align-self: center;
  width: 50%;
}
#masthead > #logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 30px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#masthead > #logo a:before {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  content: "";
  width: 151px;
  height: 33px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent url(https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/svg/logo.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
#masthead > #header-action-button {
  text-align: right;
}
#masthead > #header-action-button > a {
  position: absolute;
  top: -20px;
  right: 0;
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    color 0.2s ease-in, background-color 0.2s ease-in;
  -o-transition: -o-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    color 0.2s ease-in, background-color 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s
      cubic-bezier(0.175, 0.885, 0.32, 1.275),
    color 0.2s ease-in, background-color 0.2s ease-in;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    color 0.2s ease-in, background-color 0.2s ease-in;
  font-size: 14px;
  color: #ff0083;
  border: 1px solid #ff0083;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
#masthead > #header-action-button > a:hover {
  color: #fff;
  background-color: #ff0083;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#primary-menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
#primary-menu > li {
  position: relative;
  float: left;
  /*	margin-right: 20px;*/
  font-family: "Lato", sans-serif;
  width: 50%;
  /*	padding: 18px;*/
  border-bottom: 1px solid #ededed;
  transition: background 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
}
#primary-menu > li:nth-child(2n + 2) {
  border-left: 1px solid #ededed;
}
#primary-menu > li:hover,
#primary-menu > li.current-menu-item {
  background-color: #f7f7f7;
}
#primary-menu a {
  color: #ff0385;
  text-decoration: none;
  transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  font-weight: 700;
  font-size: 18px;
  padding: 18px;
  display: block;
}
#primary-menu a:hover {
  text-decoration: none;
}
#primary-menu > li.current-menu-item > a,
#primary-menu > li:hover a {
  color: #4a4a4a;
}
#primary-menu > li > p {
  margin: 0;
  font-size: 14px;
}
/* Sticky Header */
#masthead.sticky {
  background-color: #fff;
  border-bottom-color: #ececec;
  transition: border-bottom-color 0.2s ease-in;
  -moz-transition: border-bottom-color 0.2s ease-in;
  -webkit-transition: border-bottom-color 0.2s ease-in;
}
/*body.archive #masthead #primary-menu a, #masthead.sticky #primary-menu a{ color: #4A4A4A; }*/
body.archive #masthead #logo a:before,
#masthead.sticky #logo a:before {
  -webkit-filter: grayscale(100%) brightness(100%) brightness(30%);
  filter: grayscale(100%) brightness(100%) brightness(30%);
}
#masthead.sticky > #logo {
  top: 30px;
}
#masthead.sticky > #logo a:before {
  height: 26px;
}
#masthead.sticky > #header-action-button > a {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Header CTA */
.header-cta {
  text-transform: uppercase;
}

/* Footer */
#footer {
  position: relative;
  width: 100%;
  background-color: #313131;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  padding: 40px;
  font-family: "Lato", sans-serif;
}
#footer-left {
  float: left;
}
#footer-menu {
  position: relative;
}
#footer-menu li {
  margin-right: 10px;
  float: left;
}
#footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
#footer-menu li a:hover {
  text-decoration: underline;
}
.copyright {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
.copyright span {
  display: block;
  color: #b7b7b7;
}
.copyright span:nth-child(2) {
  font-size: 14px;
}
#footer-social {
  float: right;
}
#footer-social li {
  float: left;
  padding: 0 6px;
}
#footer-social li a {
  position: relative;
  display: block;
  width: 57px;
  height: 57px;
  text-indent: -9999px;
  background: #4a4a4a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#footer-social li a:hover {
  background-color: #ff0083;
}
#footer-social li a:before {
  content: "";
  background: transparent url(https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/svg/sprite.svg) no-repeat -200px 0;
  background-size: 350px 100px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  top: 50%;
  left: 50%;
}
#footer-social li#fb a:before {
  background-position: -200px -25px;
  width: 13px;
  height: 25px;
  margin-left: -7px;
  margin-top: -12px;
}
#footer-social li#instegram a:before {
  background-position: -250px 0;
  width: 29px;
  height: 29px;
  margin-left: -14px;
  margin-top: -14px;
}
#footer-social li#twitter a:before {
  background-position: -222px -22px;
  width: 28px;
  height: 28px;
  margin-left: -13px;
  margin-top: -15px;
}

/* anchor style */
:target:before {
  content: "";
  display: block;
  height: 63px; /* fixed header height*/
  margin: -63px 0 0; /* negative fixed header height */
}

/* Page Style */
#page-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 500px;
  display: flex;
}
body.single-post #page-header.archive-header {
  background-color: #000;
}
body.archive #page-header {
  height: 50vh;
}
#page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.home #page-header-overlay {
  display: none;
}
#inner-page-header {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  align-self: center;
}
h1.page-title {
  font-size: 54px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
/* Subscriber Component */
.subscribe-component {
  position: relative;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.subscribe-component input {
  font-family: "Lato", sans-serif;
}
.subscribe-header {
  margin-top: 30px;
  width: 100%;
  padding: 0 20px;
}
.subscribe-header .subscriber-desc {
  margin-bottom: 20px;
  margin-top: 0;
  min-height: 38px;
}
.subscriber-title {
  color: #fff;
  font-size: 24px;
  margin: 20px 0;
}
.subscribe-component #subcribe-email {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #b7b7b7;
  color: #fff;
  padding: 10.5px 0 10.5px 15px;
  width: 300px;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  vertical-align: top;
  font-size: 14px;
  margin-right: 10px;
}
.subscribe-component #subcribe-email:focus {
  border-color: #fff;
}
.subscribe-component #subcribe-email.inValid {
  border-color: red;
}
.subscribe-button-wrapper,
.subscribe-email-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.subscriber-check {
  position: absolute;
  left: 86%;
  top: 6px;
  font-size: 24px;
  max-width: 0;
  overflow: hidden;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  color: #fff;
}
.subscribe-email-wrapper.done .subscriber-check {
  max-width: 24px;
}
.subscribe-component input[type="submit"] {
  width: 120px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0083;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 11.5px 0;
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  -webkit-appearance: none;
}
.subscribe-component .subscribe-button-wrapper.disabled:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -12.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}
.subscribe-component input[type="submit"]:hover {
  background-color: #ec007a;
}
.subscribe-component input[type="submit"]:disabled {
  text-indent: -9999px;
  overflow: hidden;
  background-color: #ff0083;
}
.subscriber-desc {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
}
.subscribe-footer {
  border: 1px solid #ececec;
  padding: 50px 0;
  margin-top: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.subscribe-footer .subscriber-title,
.subscribe-footer .subscriber-desc {
  color: #4a4a4a;
}
.subscribe-footer .subscriber-title {
  font-weight: bold;
}
.subscribe-component.subscribe-footer #subcribe-email {
  background-color: transparent;
  color: #4a4a4a;
}
.subscribe-component.subscribe-footer #subcribe-email:focus {
  border-color: #b7b7b7;
}
/* Posts grid */
.post-block {
  position: relative;
  margin-bottom: 76px;
  font-family: "Lato", sans-serif;
}
.post-author-details {
  font-family: "Lato", sans-serif;
}
.post-thumbnail {
  position: relative;
  width: 100%;
  height: 209px;
  background-color: #ececec;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
h2.post-title {
  line-height: 32px;
  margin: 0 0 17px;
  min-height: 72px;
}
h2.post-title a {
  font-size: 26px;
  color: #4a4a4a;
  text-decoration: none;
}
h2.post-title a:hover {
  text-decoration: none;
}
h2.post-subtitle {
  margin: 15px 0 25px 0;
  color: #fff;
  font-weight: normal;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
}
.post-author-container {
  vertical-align: middle;
  margin-bottom: 15px;
  position: relative;
}
#main .post-author-container {
  margin-top: 30px;
}
.post-author-details {
  position: relative;
  display: inline-block;
}
.post-author-details > span {
  position: relative;
  top: 2px;
}
.post-author-details > img {
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.post-date {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  opacity: 0.5;
}
.twitter-follow-wrapper {
  position: absolute;
  vertical-align: middle;
  display: none;
  margin-left: 10px;
  bottom: 100%;
  left: calc(50% - 37px);
  right: 0;
  z-index: 9;
}
.post-author-details > span:hover {
  cursor: default;
}
.post-author-details:hover .twitter-follow-wrapper,
.twitter-follow-wrapper:hover {
  display: inline-block;
}
.twitter-follow-wrapper > iframe {
  padding: 4px;
  border: 1px solid #ececec;
  background-color: #f7f7f7;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 74px !important;
  height: 30px !important;
}
.twitter-follow-wrapper:after,
.twitter-follow-wrapper:before {
  right: 43%;
  bottom: -8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 2;
  /*	pointer-events: none;*/
}

.twitter-follow-wrapper:after {
  border-color: rgba(247, 247, 247, 0);
  border-top-color: #f7f7f7;
  border-width: 6px;
  margin-top: -9px;
}
.twitter-follow-wrapper:before {
  border-color: rgba(236, 236, 236, 0);
  border-top-color: #ececec;
  border-width: 6px;
  margin-top: -8px;
}
.twitter-follow-wrapper img {
  display: block;
}
.post-author-container > span {
  position: relative;
  top: 2px;
}
.post-desc {
  position: relative;
  font-size: 17px;
  margin: 0 0 10px;
  font-family: "Merriweather", serif;
}
.post-desc p {
  margin: 0;
  line-height: 28px;
}
.post-cats {
  position: relative;
  margin-top: 10px;
}
.post-cats > a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #929292 !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 2px 8px 3px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
#inner-page-header .post-cats > a {
  padding: 3px 12px 4px;
}
.post-cats > a:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #ff0083 !important;
}
.post-readmore {
  display: none;
}
.post-readmore a {
  color: #ff0083;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}
.post-readmore a:hover {
  text-decoration: underline;
}
/* Archive Page */
body.archive #inner-page-header {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
h1.archive-title {
  display: inline-block;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 11px 32px;
  margin-bottom: 10px;
  font-size: 90px;
  color: #4a4a4a;
}
.cat-desc {
  max-width: 1000px;
  line-height: 34px;
}
.cat-desc a {
  color: #ff0083;
}
body.archive #inner-page-header p {
  margin: 0;
  font-size: 22px;
  font-family: "Lato", sans-serif;
}
.arrow-down-cat {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 54px;
  left: calc(50% - 50px);
}
.arrow-down-cat img {
  -webkit-animation-name: up-and-down;
  -webkit-animation-duration: 700ms;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite; /* The magic keyword for infinite*/
  -webkit-animation-timing-function: linear;
  animation-name: up-and-down;
  animation-duration: 700ms;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite; /* The magic keyword for infinite*/
  animation-timing-function: linear;
  -moz-animation-name: up-and-down;
  -moz-animation-duration: 700ms;
  -moz-transform-origin: 50% 50%;
  -moz-animation-iteration-count: infinite; /* The magic keyword for infinite*/
  -moz-animation-timing-function: linear;
  height: 50px !important;
}
@-webkit-keyframes up-and-down {
  0% {
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
@-moz-keyframes up-and-down {
  0% {
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  50% {
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

/* pagination */
#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#pagination a {
  text-decoration: none !important;
}

#pagination .page-numbers,
#pagination .next,
#pagination .prev {
  margin-right: 6px;
}

#pagination .page-numbers {
  width: 31px;
  height: 31px;
  border: 1px solid rgb(255, 255, 255);
  font-family: Helvetica;
  font-size: 13.59px;
  border-radius: 9.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
}

#pagination .page-numbers:hover {
  background: #f7f7f7;
  border-radius: 9.4px 9.4px 9.4px 0 9.4px;
}

#pagination .prev,
#pagination .next {
  width: 31px;
  height: 31px;
  border: 1px solid #ececec;
  border-radius: 9.4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pagination .next span,
#pagination .prev span {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 6px;
  height: 6px;
}

#pagination .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  right: 1px;
}

#pagination .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  position: relative;
  left: 1px;
}

#pagination span.current {
  background: rgba(255, 0, 131, 0.04) !important;
  border: 1px solid #ff0083 !important;
  border-radius: 9.4px;
  font-family: Helvetica;
  font-size: 13.59px;
  color: #ff0083 !important;
  letter-spacing: 0;
  text-align: center;
}

#pagination span.current:hover {
  background: rgba(255, 0, 131, 0.1) !important;
}

/* Search component */
@media only screen and (max-width: 900px) {
  #here_to_search {
    display: none;
  }
}

#here_to_search {
  margin-bottom: 40px;
  z-index: 1;
  height: 50px;
}

#lemoande_search {
  max-width: 400px;
  position: relative;
  z-index: 10;
  width: 100%;
}

#searcharea {
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  height: 48px;
  position: relative;
  width: 100%;
}

/* box */
.probox {
  height: 38px !important;
  padding-top: 10px !important;
  box-shadow: none;
}

/* box elements */
.proinput {
  float: left;
  width: 90%;
}
.protools {
  float: left;
  width: 10%;
  height: 28px;
  display: flex;
  align-items: center;
}

/* input */

.proinput input {
  color: #4a4a4a !important;
  font-size: 14px !important;
  max-width: 360px !important;
  height: 28px;
  width: 100%;
  border: none;
  padding-left: 15px;
  outline: 0;
  font-family: "Lato", "sans-serif;" !important;
  position: relative;
  top: -1px;
}
.proinput input::-webkit-input-placeholder {
  font-weight: 700 !important;
  color: #b7b7b7 !important;
  font-size: 12px !important;
}
.proinput input::-moz-placeholder {
  font-weight: 700 !important;
  color: #b7b7b7 !important;
  font-size: 12px !important;
}
.proinput input:-ms-input-placeholder {
  font-weight: 700 !important;
  color: #b7b7b7 !important;
  font-size: 12px !important;
}
.proinput input:-moz-placeholder {
  font-weight: 700 !important;
  color: #b7b7b7 !important;
  font-size: 12px !important;
}

/* protools box */
.protoolsinner {
  width: 18px;
  height: 18px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
}

/* magnify */
.probox .promagnifier {
  width: 18px !important;
  height: 18px !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* close */
.probox .proclose {
  background: white;
  display: none;
  width: 18px !important;
  height: 18px !important;
  position: absolute;
  top: -2px;
  left: 0;
  cursor: pointer;
}

.probox .proclose svg {
  width: 10px !important;
  height: 10px !important;
}

/* loader */
.probox .proloading {
  display: none;
  width: 18px !important;
  height: 18px !important;
  position: absolute;
  top: -2px;
  left: -2px;
}

.probox .asl_loader {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 28px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.probox div.asl_simple-circle {
  border: 2px solid #b7b7b7 !important;
  background: white !important;
  border-color: #d8d8d8 !important;
  border-right-color: #b7b7b7 !important;

  margin: 0;
  height: 100%;
  width: 100%;
  animation: rotate-simple 0.8s infinite linear;
  -webkit-animation: rotate-simple 0.8s infinite linear;
  border: 4px solid rgb(255, 255, 255);
  border-right-color: transparent !important;
  border-radius: 50%;
  box-sizing: border-box;
}

@-webkit-keyframes rotate-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-simple {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search_shadowed {
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: -3px 4px 4px rgba(228, 220, 220, 0.192),
    0px 8px 11px 2px rgba(204, 204, 204, 0.5) !important;
}

.fadeToGrey {
  background: #f4f4f4 !important;
}

/* results */

#resultsarea {
  display: none;
  padding: 0px;
  border: 1px solid #e4e4e4;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
  box-shadow: -3px 4px 4px rgba(228, 220, 220, 0.192),
    0px 8px 11px 2px rgba(204, 204, 204, 0.5) !important;
  position: absolute;
  top: 48px;
  z-index: 2;
  width: 100%;
}

#resultsarea a {
  text-decoration: none;
}

#resultsarea a:hover > .item {
  background: #f4f4f4;
}

#resultsarea .item {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  background: rgb(255, 255, 255);
  overflow: hidden;
  width: auto;
  margin: 0;
  padding-right: 0px !important;
  padding-left: 0px !important;
  text-decoration: none;
  text-shadow: none;
  user-select: none;
  box-sizing: content-box;
  text-align: left;
  letter-spacing: normal;
  font-family: "Lato", "sans-serif;" !important;
  border-bottom: 1px solid #ececec !important;
}

#resultsarea a:last-child > .item {
  border-bottom: 0px !important;
  border-radius: 0px 0px 5px 5px;
}

#resultsarea .item .asl_content {
  overflow: hidden;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 0px 12px 0px 12px !important;
  height: 70px !important;
}

#resultsarea .item .asl_image {
  width: 66px;
  height: 66px;
  overflow: hidden;
  background: transparent;
  margin: 2px 8px 0px 0;
  padding: 0;
  float: left;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  margin-right: 15px !important;
}

#resultsarea .item .asl_content h3 {
  margin: 0;
  padding: 0;
  font-family: "Lato", "sans-serif;" !important;
  color: #4e4e4e !important;
  font-weight: bolder !important;
  font-size: 14px;
  align-items: center;
  display: flex !important;
  height: 70px;
  line-height: 20px !important;
}

#resultsarea .item .asl_content .asl_desc {
  padding-left: 75px;
}

#resultsarea .noresults {
  font-size: 14px !important;
  color: #9b9b9b !important;
  text-align: center;
  padding: 20px 0px;
  font-family: "Lato", "sans-serif;" !important;
  background: white;
}

/* end of search component*/

/* Single Post */
body.single #inner-page-header {
  max-width: 1000px;
}
body.single #inner-page-header p {
  margin: 0;
  font-size: 22px;
}
h1.post-title {
  font-size: 56px;
  margin-bottom: 0px;
}
#inner-page-header .post-cats {
  margin-top: 20px;
}
#post-header-bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
}
/*body.single .post-author-container{
	position: relative;
	margin-top: 50px;
}*/
#inner-page-header .post-cats > a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
#page-header .post-author-container {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
}
.post-hentry h2,
.post-hentry h3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.post-hentry h2 {
  font-size: 36px;
  margin: 0 0 17px;
  min-height: 72px;
}
.post-hentry h3 {
  font-size: 26px;
  margin: 0 0 30px;
}
.post-hentry h4 {
  font-size: 20px;
  margin: 0 0 30px;
}
.post-hentry p {
  margin: 0 0 25px;
  font-size: 17px;
  line-height: 28px;
}
#post-share {
  position: absolute;
  right: -150px;
  top: 0;
  width: 100px;
  text-align: center;
}
#post-share.fixed {
  position: fixed;
  top: 140px;
}
#post-share.bottom {
  position: absolute;
  top: auto;
  left: auto !important;
  bottom: 0;
}
#post-share p {
  color: #b7b7b7;
  font-family: "Lato", sans-serif;
  margin-top: 0;
  margin-bottom: 13px;
}
#post-share li {
  position: relative;
  margin-bottom: 10px;
}
#post-share li:hover {
  background-color: #f7f7f7;
}
#post-share li:last-child {
  margin-bottom: 0;
}
#post-share li a {
  position: relative;
  display: block;
  border: 1px solid #ececec;
  text-indent: -9999px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
#post-share li#share-fb a {
  background-image: url(https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/f.png);
  background-size: 10px auto;
}
#post-share li#share-linkdin a {
  background-image: url(https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/i.png);
  background-size: 22px auto;
}
#post-share li#share-twitter a {
  background-image: url(https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/t.png);
  background-size: 22px auto;
}
blockquote {
  background-color: transparent;
  margin: 0;
  padding: 20px 30px;
  font-style: italic;
  border-left: 4px solid #ff0083;
  margin-bottom: 30px;
}
.post-hentry blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 34px;
}
.tweet-block-container {
  position: relative;
  margin-bottom: 45px;
  color: #ff0083;
  font-style: italic;
  text-align: center;
}
.tweet-block-container p {
  line-height: 40px;
  font-size: 28px;
  margin-bottom: 0;
}
.tweet-block-container > div {
  margin-top: 20px;
}
.tweet-block-container:hover > div {
  display: block;
}
.tweet-content a:hover {
  text-decoration: none !important;
}
.tweet-content .fa-quote-right {
  margin-left: 10px;
}
.tweet-content .fa-quote-left {
  margin-right: 10px;
}
.tweet_now_link {
  color: #ff0083;
  font-size: 20px;
}
.tweet_now_link span {
  position: absolute;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  background-color: #4a4a4a;
  padding: 6px 9px;
  background-color: #4a4a4a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 10px;
  color: #fff;
  display: none;
}
.tweet_now_link:hover > span {
  display: inline-block;
}
.tweet_now_link span:after,
.tweet_now_link span:before {
  right: 99%;
  top: 49%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 2;
}

.tweet_now_link span:after {
  border-color: rgba(247, 247, 247, 0);
  border-right-color: #4a4a4a;
  border-width: 6px;
  margin-top: -6px;
}
.tweet_now_link span:before {
  border-color: rgba(236, 236, 236, 0);
  border-right-color: #4a4a4a;
  border-width: 7px;
  margin-top: -7px;
}
#continue-reading-wrapper {
  position: relative;
  max-width: 1340px;
  margin: 95px auto 0;
  padding: 0 60px;
}
#continue-reading-wrapper h3 {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}
.post-hentry .wp-caption-text {
  color: #8f9699;
  font-size: 12px;
  font-style: italic;
  margin: 0.75em 0 1.5em;
  padding: 0;
  text-align: center;
  line-height: 20px;
}
.entry-content ul {
  margin-bottom: 30px;
}
.entry-content em {
  margin-right: 4px;
}
.entry-content ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
  font-size: 17px;
}
.entry-content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #4a4a4a;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.entry-content a {
  color: #ff0083;
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.wp-caption.aligncenter {
  width: 100% !important;
}

.entry-content .aligncenter {
  text-align: center;
}

.entry-content ol {
  padding-left: 15px;
}
.entry-content ol li {
  margin-bottom: 1em;
  line-height: 1.8em;
  font-size: 17px;
}

.entry-content .half_screen_move_left {
  width: 49%;
  float: left;
}
.entry-content .half_screen_move_right {
  width: 49%;
  float: right;
}

.entry-content .pinterest_in > span {
  width: 100% !important;
}

/* debs pink box */
.debs-box {
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
}

/* puppies category */
.category-puppies h2.section-title{font-family: Lato;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0px;
  text-align: center; 
  padding-bottom: 63px;}
.category-puppies .post-cats{display:none;}
.category-puppies .lmnd-cta-cat{margin: 25px auto!important;}
@media (min-width: 768px) {
  .category-puppies #page-header {margin-top: 100px;}
}


@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.infinit-scroll-loader {
  text-align: center;
}
.infinit-scroll-loader span {
  content: "";
  display: inline-block;
  z-index: 1;
  border-radius: 100%;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}
/* New Menu */
#desktop-menu-btn > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #fff;
}
#desktop-menu-btn > a:hover {
  border-color: #b7b7b7;
}
#desktop-menu-btn > a:after {
  display: inline-block;
  content: "";
  background: transparent url(https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/menu_arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  vertical-align: middle;
  margin-left: 6px;
  width: 14px;
  height: 19px;
}
#desktop-menu-btn > a.menu-active:after,
body.archive #desktop-menu-btn > a:after,
.sticky #desktop-menu-btn > a:after {
  -webkit-filter: grayscale(100%) brightness(100%) brightness(30%);
  filter: grayscale(100%) brightness(100%) brightness(30%);
}
#desktop-menu-btn > a.menu-active {
  color: #4a4a4a;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#menu-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ededed;
  border-bottom: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  width: 80%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
#menu-wrapper #primary-menu p {
  color: #4a4a4a;
  font-weight: 400;
  margin: 0;
}
#menu-wrapper.menu-active {
  display: block;
}
body.archive #desktop-menu-btn > a,
.sticky #desktop-menu-btn > a {
  border-color: #ededed;
  color: #4a4a4a;
}
/* 404 page */
body.error404 #page-header {
  height: auto;
}
body.error404 #primary {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 235px);
}
body.error404 .entry-content {
  text-align: center;
}
body.error404 h1 {
  font: 400 50px "Merriweather", Georgia, serif;
  color: #4a4a4a;
  padding-top: 30px;
  margin: 0;
}
body.error404 p {
  padding: 20px 0 30px 0;
  margin: 0;
}
body.error404 .entry-content a.back-home-btn {
  font: 700 14px "Lato", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #dadada;
  text-decoration: none;
  text-transform: uppercase;
  color: #4a4a4a;
  display: inline-block;
  padding: 0 9.5rem;
  height: 6rem;
  border-radius: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  height: 47px;
  line-height: 47px;
  padding: 0 45px;
  text-decoration: none;
}

/* New Footer */
.main-footer {
  position: relative;
  z-index: 1;
  background: #282828;
  padding: 60px;
  font-family: "Lato", sans-serif;
}
.main-footer .footer-links {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
}
.main-footer .footer-links .footer-list-header {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.second-footer-list-header {
  margin-top: 15px;
}
.main-footer .footer-links .footer-content-links {
  display: flex;
  flex-direction: row;
  width: 65%;
  justify-content: space-between;
}
.main-footer .footer-links .footer-content-links > div {
  display: flex;
  flex-direction: column;
  width: 25%;
}
.main-footer .footer-links .footer-content-links > div:first-child {
  width: 20%;
}
.main-footer .footer-links .footer-content-links > div:last-child {
  width: 30%;
}
.main-footer .footer-links .footer-content-links > div a {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}
.main-footer .footer-links .footer-content-links > div a:hover {
  text-decoration: underline;
}
.main-footer .footer-links .footer-content-links .footer-lemonade-logo:before {
  width: 32px;
  height: 42px;
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 -130px;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.main-footer .footer-links .footer-icon-links {
  width: 35%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-footer .footer-links .footer-icon-links .footer-list-header {
  margin-bottom: 20px;
}

.main-footer .footer-links .footer-icon-links .footer-region-select {
  min-width: 335px;
  max-width: 335px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-wrapper {
  box-sizing: border-box;
  width: 258px;
  position: relative;
  background-color: rgb(40, 40, 40);
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-button {
  position: relative;
  width: inherit;
  background-color: rgb(40, 40, 40);
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(74, 74, 74);
  border-image: initial;
  border-radius: 5px;
  outline: none;
  padding: 11px;
  transition: background-color 0.2s ease 0s;
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 9px;
  height: 6px;
  transform: translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAABGdBTUEAALGPC/xhBQAAASFJREFUKBVj/PHjhysDA0MmEHMBMUmAkZHxGRsbWxWQfsHy////JUDdYiSZAFUM1Mvw8+fPr0BuLhOQuE6OIUh6boDYjN+/f1cAOu0c0HRBJEmimEB9O9jZ2b2B9D8mTk7OB0BdsUDOf6J0IxQ9AhoSAzIEJATyGgMHB8dWoIvaQWxiAFDzL2Zm5lAg/RamHmwQiAM0rA4osQ8mQYAuAsbWKWQ1jMgcoKvEgMnhPFBMClkcjb0cGBxRaGIMKAaBJH///m399+/fA0BDWTAUMzJeB4aLKdDloChHAXCvwURZWVmPAtnlMD6MBmr+AsTB2AyBqcFKA724Fpg0/sMwMOFFYFVISBDoNT6gYRdABgHpTkLq8coDDWMGYnwBj1c/WZIAxqNn9YyWYw0AAAAASUVORK5CYII=)
    0px 0px / contain no-repeat transparent;
  transition: transform 0.2s ease-in 0s;
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-button.arrow-active:after {
  transform: translateY(-66%) translateX(-10%) rotate(180deg);
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-list {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: rgb(40, 40, 40);
  z-index: 2;
  display: none;
  border-width: 1px 1px 1px;
  border-style: none solid solid;
  border-color: rgb(74, 74, 74) rgb(74, 74, 74) rgb(74, 74, 74);
  border-image: initial;
  border-top: none;
  border-radius: 0px 0px 5px 5px;
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-list.menu-active {
  display: block;
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-list-item {
  box-sizing: border-box;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: background-color 0.2s ease 0s;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-list-item:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
}

.main-footer
  .footer-links
  .footer-icon-links
  .footer-region-select
  .region-select-list-item-link {
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
  display: block;
  height: 100%;
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
}

.main-footer .footer-links .footer-icon-links .footer-mobile-app-links {
  min-width: 335px;
  max-width: 335px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-mobile-app-links
  .footer-app-links-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-mobile-app-links
  .footer-app-links-buttons
  .footer-get-our-app {
  width: 158px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #4a4a4a;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: flex;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-mobile-app-links
  .footer-app-links-buttons
  .footer-get-our-app.apple {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 -30px;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-mobile-app-links
  .footer-app-links-buttons
  .footer-get-our-app.apple:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-mobile-app-links
  .footer-app-links-buttons
  .footer-get-our-app.google {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 -80px;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-mobile-app-links
  .footer-app-links-buttons
  .footer-get-our-app.google:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.main-footer .footer-links .footer-icon-links .footer-social-links {
  min-width: 335px;
  max-width: 335px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button {
  width: 30px;
  height: 30px;
  opacity: 0.7;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button:hover {
  opacity: 1;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button.instagram {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat 0 0;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button.facebook {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -30px
    0;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button.twitter {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -60px
    0;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button.youtube {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -90px
    0;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button.meduim {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -120px
    0;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer
  .footer-links
  .footer-icon-links
  .footer-social-links
  .footer-social-links-buttons
  .footer-social-links-button.dribbble {
  content: "";
  background: transparent url("https://www.lemonade.com/blog/wp-content/themes/lemonade/assets/imgs/icn-sprite-footer.png") no-repeat -150px
    0;
  background-size: 180px 172px;
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: flex;
  position: relative;
}
.main-footer .footer-disclaimer {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  color: rgba(183, 183, 183, 0.5);
  font-size: 14px;
  line-height: 21px;
}
.main-footer .footer-disclaimer p {
  margin: 0;
}
@media only screen and (max-width: 1053px) {
  .main-footer {
    padding: 40px 20px;
  }
  .main-footer .footer-links {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .main-footer .footer-links .footer-content-links {
    flex-wrap: wrap;
    width: 100%;
  }
  .main-footer .footer-links .footer-content-links > div a {
    line-height: 30px;
  }
  .main-footer .footer-links .footer-content-links .footer-lemonade-logo {
    display: none;
  }
  .main-footer .footer-links .footer-content-links > div {
    width: 50%;
  }
  .main-footer .footer-links .footer-content-links > div:first-child {
    width: 50%;
  }
  .main-footer .footer-links .footer-content-links > div:last-child {
    width: 50%;
  }
  .main-footer .footer-links .footer-icon-links {
    width: 100%;
  }
  .main-footer .footer-links .footer-icon-links .footer-mobile-app-links {
    margin: 30px 0 20px 0;
    min-width: 300px;
    width: 100%;
  }
  .main-footer
    .footer-links
    .footer-icon-links
    .footer-mobile-app-links
    .footer-app-links-buttons {
    flex-wrap: wrap;
  }
  .main-footer
    .footer-links
    .footer-icon-links
    .footer-mobile-app-links
    .footer-app-links-buttons
    .footer-get-our-app {
    margin-bottom: 20px;
  }
  .main-footer .footer-links .footer-icon-links .footer-social-links {
    min-width: 290px;
    width: 100%;
  }
  .main-footer
    .footer-links
    .footer-icon-links
    .footer-social-links
    .footer-social-links-buttons
    .footer-social-links-button {
    opacity: 1;
  }

  .header-cta {
    max-width: 270px;
    white-space: pre-wrap!important;
  }
}

sub {line-height: 12px;}

.mobile {
  display: none;
}

.desktop {
  display: block;
}
