@charset "UTF-8";
/*!
Theme Name: SweetLicious 2019
Theme URI: https://sweetlicious.net/
Author: @iuridepaula
Author URI: https://iuri.is/
Description: Tema desenvolvido para o SweetLicious
Version: 1.8
*/
*,
a:active,
a:focus,
a:hover {
  outline: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
*,
legend {
  padding: 0;
}
* {
  margin: 0;
  line-height: 1em;
  list-style: none;
  background: 0 0;
  text-decoration: none;
}
.parceiros ul.parceiros__normal a:hover,
.single-title .author a:hover {
  text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: top;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
script {
  display: none;
}
button,
html,
input,
select,
textarea {
  font-family: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
img,
textarea {
  vertical-align: top;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
}
button[disabled],
html,
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.maislidos,
.sidebar .parceiros,
.widget-title {
  border-bottom: 1px solid #a81616;
}
textarea {
  overflow: auto;
  resize: vertical;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background: #fbccd9;
  text-shadow: none;
}
::selection {
  background: #fbccd9;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
body > iframe,
body > img,
body > object,
html > iframe,
html > img,
html > object {
  position: fixed;
  top: -99999px;
  left: -99999px;
}
.header,
.main-container,
.wrapper {
  position: relative;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Montserrat, sans-serif;
  background: #fff;
}
.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: 940px;
  margin: 0 auto;
  z-index: 3;
}
.main-container.bgburn {
  background: #fff;
  box-shadow: 0 0 0 20px #fff;
}
.main-container .main {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
}
.main-container .sidebar {
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-left: 20px;
  min-width: 1px;
}
.sidebar__in {
  min-width: 300px;
}
.sidebar__in > :not(:last-child) {
  margin-bottom: 20px;
}
.wrapper {
  z-index: 5;
  overflow: hidden;
}
body.home {
  overflow-x: hidden;
}
.imgbg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.imgbg img {
  opacity: 0;
}
.hero-header {
  height: 380px;
  display: block;
  margin-bottom: -1px;
}
.parallax-mirror {
  z-index: 1 !important;
}
.header {
  margin-bottom: 20px;
  height: 90px;
  z-index: 4;
  background: #a81616;
}
body.home .header {
  margin-bottom: 0px;
  height: 135px;
}
.header .logo {
  position: absolute;
  width: 210px;
  left: calc(50% - 105px);
  top: -190px;
  opacity: 1;
}
.features__super a img,
.header.fixed .logo {
  opacity: 0;
}
.header.fixed + .features {
  z-index: 3;
}
.header__in {
  background: rgba(168, 22, 22, 0.95);
  box-shadow: 940px 0 0 rgba(168, 22, 22, 0.95),
    -940px 0 0 rgba(168, 22, 22, 0.95);
  width: 100vw;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
}
body.home .header__in {
  /* padding-bottom: 30px; */
  height: 110px;
}
.header.fixed .header__in {
  position: fixed;
  padding-bottom: 10px;
  top: 0;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
}
.header__menubt {
  -webkit-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__menubt .ico {
  fill: #fff;
  width: 32px;
  height: 32px;
}
.header__menubt:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.header__menu {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
}
.header__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.header__menu .menu ul,
body:not(.home) .header__menu .menu li.home-only {
  display: none !important;
}
.header__menu .menu li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
  margin-right: 16px;
}
nav.header__menu.categp {
  width: 100%;
  margin-top: -10px;
}
nav.header__menu.categp .menu li {
  display: block;
  -webkit-flex: initial;
  flex: initial;
}
.header__menu .menu a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.header__menu .menu a:hover {
  color: #000;
}
.header__social {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header__social a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.header__social a:hover .ico {
  fill: #000;
}
.header__social .ico {
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.home-ads {
  max-width: 940px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.home-ads .fb-link {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
  text-align: center;
  padding: 15px;
  background: url(img/bg-facebook.png) center no-repeat #3b5998;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.home-ads .fb-link strong {
  display: block;
  font-size: 20px;
}
.home-ads .fb-link:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.home-ads .sl-ad {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 1px;
}
.page-container {
  max-width: 940px;
  width: 100vw;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.page-container.grid-list {
  width: 960px;
  max-width: 960px;
  margin: -30px auto 60px;
}
.page-container.grid-list > .grid-sizer {
  width: 33.333%;
}
.page-container.grid-list > .grid-item {
  width: 33.333%;
  height: auto;
  padding: 10px;
}
.page-container.grid-list > .grid-item.big {
  width: 33.333%;
  height: 366px;
}
.page-container.grid-list > .grid-item.sidebar {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  min-height: 0;
}
body.home .page-container.grid-list + .paginate {
  margin: -40px auto 60px;
}
.page-container.grid-list.features {
  margin-bottom: 30px;
}
.paginate {
  text-align: center;
  text-transform: uppercase;
  max-width: 940px;
  margin: 0 auto;
}
.paginate .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginate .pages {
  display: none;
}
.paginate .current,
.paginate a {
  flex: 0 0 auto;
  min-width: 1px;
  margin: 0 0.5rem;
  width: auto;
  color: #a81616;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.paginate .current.current,
.paginate a.current {
  flex: 0 0 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #a81616;
  color: #fff;
}
.paginate .current:hover,
.paginate a:hover {
  color: #7b1010;
}
.paginate .current.nextpostslink,
.paginate .current.previouspostslink,
.paginate a.nextpostslink,
.paginate a.previouspostslink {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.svg-loader {
  -webkit-animation: rotate-loader 2s linear infinite;
  animation: rotate-loader 2s linear infinite;
  position: relative;
  z-index: 2;
  width: 4rem;
  height: 4rem;
}
.svg-loader .spinner {
  stroke: #a81616;
  stroke-dasharray: 1, 150;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: dash-loader 1.5s ease-in-out infinite;
  animation: dash-loader 1.5s ease-in-out infinite;
}
@keyframes rotate-loader {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loader {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes dash-loader {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes dash-loader {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.features {
  margin-bottom: 20px;
  position: relative;
  z-index: 4;
}
.features__super {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 1px;
  width: 67%;
  padding-left: 10px;
}
.features__super a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 560px;
  font-size: 14px;
  color: #fff;
  padding: 30px;
  position: relative;
}
.features__super a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.features__regular .thumb:after,
.features__super a:after {
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  bottom: 0;
  content: "";
  right: 0;
}
.features__super a:after {
  display: block;
  position: absolute;
  background: #a81616;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.features__regular,
.features__super .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.features__regular a:hover .thumb:after,
.features__super a:hover:after {
  opacity: 0.9;
}
.features__super a strong {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.2em;
}
.features__super .case {
  position: relative;
  z-index: 2;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.features__super .date,
.features__super .shares {
  margin-right: 20px;
}
.features__super .ico {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-right: 5px;
}
.features__regular {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 1px;
  width: 33%;
  padding: 0 10px 10px 0;
  display: flex;
}
.features__regular:last-child {
  padding: 10px 10px 0 0;
}
.features__regular a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 15px;
  color: #333;
}
.features__regular a strong {
  font-weight: 400;
  margin: -25px 0 0 -15px;
  display: block;
  padding: 15px;
  background: #fff;
  line-height: 1.2em;
}
.features__regular .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.features__regular .thumb img {
  opacity: 0;
}
.features__regular .thumb:after {
  display: block;
  position: absolute;
  background: #a81616;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.features__regular .case {
  padding: 15px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.features__regular .line {
  color: #a81616;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.features__regular .date {
  margin-right: auto;
}
.features__regular .shares {
  margin-right: 10px;
  line-height: 18px;
  padding: 0 10px 0 8px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(168, 22, 22, 0.5);
}
.features__regular .shares .ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.features__regular .ico {
  width: 14px;
  height: 14px;
  fill: #a81616;
  margin-right: 5px;
}
.sghome {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  background: #161616;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sghome h2 {
  margin-bottom: 40px;
  font-size: 55px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  display: block;
}
.sghome h2 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sghome h2 a {
  position: absolute;
  font-weight: 400;
  left: 50px;
  top: calc(50% - 10px);
  display: block;
  padding: 0 10px;
  border-radius: 20px;
  line-height: 20px;
  background: #a81616;
  font-style: normal;
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.sghome__count strong,
.sghome__mosaic .ensaio a .title .girl,
.sghome__mosaic .ensaio.action a {
  font-family: "Playfair Display", serif;
}
.sghome h2 a:before {
  content: "";
  display: block;
  width: 40px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: -50px;
}
.sghome__count,
.sghome__mosaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.sghome h2 a:hover {
  background: #fff;
  color: #a81616;
}
.sghome + .parceiros {
  background: #fff;
  position: relative;
  z-index: 2;
}
.sghome__bg,
.sghome__mosaic .ensaio a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sghome__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.sghome__center,
.sghome__mosaic {
  position: relative;
}
.sghome__bg img {
  opacity: 0;
}
.sghome__count {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.sghome__count div {
  margin: 0 30px;
  font-size: 14px;
  font-weight: 400;
}
.sghome__count strong {
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
}
.sghome__mosaic {
  width: 950px;
  height: 560px;
  margin: -5px auto;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.sghome__mosaic .ensaio {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sghome__mosaic .ensaio a {
  width: 100%;
  border-radius: 3px;
  position: relative;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  word-break: break-word;
  text-align: left;
}
.sghome__mosaic .ensaio a img {
  opacity: 0;
}
.sghome__mosaic .ensaio a .title {
  opacity: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
  transform: translate3d(-20%, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  bottom: 20px;
  left: 0;
  max-width: calc(100% - 10px);
  z-index: 10;
}
.sghome__mosaic .ensaio a .title .girl {
  display: block;
  background: #a81616;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
}
.sghome__mosaic .ensaio a .title .txt {
  padding: 0 5px;
  display: block;
}
.sghome__mosaic .ensaio a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a81616;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  mix-blend-mode: multiply;
  opacity: 0;
}
.sghome__mosaic .ensaio.action a,
.sghome__mosaic .ensaio.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.sghome__mosaic .ensaio a:hover .title {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sghome__mosaic .ensaio a:hover:after {
  opacity: 0.9;
}
.sghome__mosaic .ensaio.s1 {
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 36%;
}
.sghome__mosaic .ensaio.s2 {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 36%;
}
.sghome__mosaic .ensaio.s3 {
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 28%;
}
.sghome__mosaic .ensaio.action {
  -webkit-flex: 1 1 46%;
  flex: 1 1 46%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 28%;
}
.sghome__mosaic .ensaio.action a {
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  text-align: center;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
}
.sghome__mosaic .ensaio.s4 {
  -webkit-flex: 1 1 24%;
  flex: 1 1 24%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 28%;
}
.sghome__mosaic .ensaio.s5 {
  -webkit-flex: 1 1 35%;
  flex: 1 1 35%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 36%;
}
.sghome__mosaic .ensaio.box {
  -webkit-flex: 1 1 65%;
  flex: 1 1 65%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 36%;
  padding: 0;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.sghome__mosaic .ensaio.box .ensaio {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  width: 50%;
}
.sghome__mosaic .ensaio.box .ensaio.s6 {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.wannabe {
  max-width: 940px;
  padding: 30px 150px;
  background: #f5f5f2;
  box-shadow: 0 0 0 20px #fff;
  margin: 0 auto 20px;
}
.wannabe .subtit,
.wannabe .tit {
  margin-bottom: 30px;
  text-align: center;
}
.wannabe .tit {
  font: italic 400 24px/1em "Playfair Display", serif;
  color: #a81616;
}
.wannabe .tit small {
  font-size: 20px;
}
.wannabe .subtit {
  font: italic 400 20px/1em "Playfair Display", serif;
  color: #444;
}
.wannabe .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wannabe .line .ico {
  width: 30px;
  height: 30px;
  fill: #666;
  margin: 0 40px;
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
}
.wannabe .line ul {
  font: normal 400 15px/1em "Playfair Display", serif;
  color: #444;
}
.wannabe .line ul li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.wannabe .line ul li:before {
  content: "•";
  margin-right: 10px;
}
.bigsweets a .bg:before,
.bigsweets a:after,
.bigsweets a:before {
  content: "";
  bottom: 0;
  right: 0;
  display: block;
}
.wannabe .line ul li:last-child {
  margin-bottom: 0;
}
.wannabe .line ul li strong {
  font-style: italic;
}
.wannabe .line .send {
  font: italic 400 17px/1em "Playfair Display", serif;
  text-align: center;
  color: #a81616;
}
.wannabe .line .send a {
  display: block;
  margin-top: 5px;
  font: normal 400 14px/30px Montserrat, sans-serif;
  height: 30px;
  padding: 0 20px;
  border-radius: 30px;
  background: #a81616;
  color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.wannabe .line .send a:hover {
  background: #7b1010;
}
.bigsweets {
  position: relative;
  max-width: 940px;
  margin: 0 auto 90px;
  background: #fff;
  box-shadow: 0 0 0 20px #fff, 0 70px 0 20px #fff;
}
.bigsweets .ico {
  position: absolute;
  top: 100%;
  right: 0;
  width: 24px;
  height: 24px;
  fill: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  margin-top: 2px;
}
.bigsweets .flickity-slider li {
  width: 40%;
}
.bigsweets li.is-selected a .info,
.bigsweets li.is-selected a .title:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bigsweets li.is-selected a:after {
  opacity: 0.5;
}
.bigsweets li.is-selected a:hover:after {
  opacity: 1;
}
.bigsweets a {
  display: block;
  height: 650px;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
.bigsweets a .bg,
.bigsweets a .bg:before,
.bigsweets a .info,
.bigsweets a:after,
.bigsweets a:before {
  position: absolute;
  left: 0;
}
.bigsweets a:before {
  top: 40%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.bigsweets a:after {
  top: 0;
  background: #a81616;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.allsweets a:after,
.bigsweets a .bg {
  -webkit-transition: all 0.3s ease-in-out;
}
.bigsweets a .bg {
  bottom: 0;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.bigsweets a .bg img {
  opacity: 0;
}
.bigsweets a .bg:before {
  top: 0;
  background: #d05f3f;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.bigsweets a .info {
  opacity: 0.8;
  z-index: 10;
  bottom: 60px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  max-width: calc(100% - 20px);
}
.aside__overlay,
.bigsweets a .title:before {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.bigsweets a .title {
  display: block;
  font: 700 45px/1em "Playfair Display", serif;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px 7px;
  word-break: break-word;
  position: relative;
  overflow: hidden;
}
.allsweets a:before,
.bigsweets a .title:before {
  content: "";
  position: absolute;
  bottom: 0;
}
.bigsweets a .title:before {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  background: #a81616;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.allsweets a,
.bigsweets a .title span {
  position: relative;
}
.bigsweets a .count {
  display: block;
  padding: 5px 15px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.bigsweets a:hover .bg {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.bigsweets a:hover .info,
.bigsweets a:hover .title:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.allsweets a .info,
.moar__item a .info {
  -webkit-transform: translate3d(-100%, 0, 0);
}
.bigsweets a:hover:after {
  opacity: 1;
}
.allsweets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -10px;
}
.allsweets ul li {
  -webkit-flex: 0 1 25%;
  flex: 0 1 25%;
  min-width: 150px;
  padding: 10px;
}
.allsweets a {
  display: block;
  overflow: hidden;
}
.allsweets a:before {
  display: block;
  top: 40%;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  z-index: 1;
}
.allsweets a .bg:before,
.allsweets a:after {
  bottom: 0;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  left: 0;
  display: block;
}
.allsweets a:after {
  background: #a81616;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.allsweets a .bg,
.moar__item a:after {
  -webkit-transition: all 0.3s ease-in-out;
}
.allsweets a .bg {
  display: block;
  transition: all 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.allsweets a .bg img {
  opacity: 0;
}
.allsweets a .bg:before {
  background: #605e8d;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.allsweets a .bg:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.allsweets a .info {
  position: absolute;
  opacity: 0.8;
  z-index: 10;
  bottom: 20px;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(-100%, 0, 0);
  max-width: calc(100% - 20px);
}
.allsweets a .title {
  display: block;
  font: 700 24px/1em "Playfair Display", serif;
  text-transform: uppercase;
  color: #fff;
  background: #a81616;
  padding: 5px 15px 7px;
  word-break: break-word;
  position: relative;
  overflow: hidden;
}
.allsweets a .count {
  display: block;
  padding: 5px 15px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.allsweets a:hover .bg {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.allsweets a:hover .info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.allsweets a:hover:after {
  opacity: 1;
}
.single-sweetgirls .wrapper {
  box-shadow: inset 0 80px 0 #121212;
  padding-top: 80px;
  position: static;
}
.single-sweetgirls .pswp {
  z-index: 9999;
}
.single-sweetgirls .pswp__top-bar {
  top: 80px;
  background: 0 0;
}
.single-sweetgirls .pswp__bg {
  top: 80px;
}
.single-sweetgirls .pswp__caption {
  position: absolute;
  left: 70px;
  top: 50%;
  bottom: auto;
  width: auto;
  min-height: 0;
  background: 0 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-sweetgirls .pswp__caption__center {
  text-align: left;
  max-width: 90%;
  margin: 0 auto;
  font: italic 400 30px/1.2em "Playfair Display", serif;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
.single-sweetgirls .pswp__thumbs-nav {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 10px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: none;
}
.sghead__in,
.sghead__in .shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.single-sweetgirls .pswp__thumbs-nav .btn {
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  margin: 0 5px 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 0.5;
}
.parceiros ul a,
.sghead__in .logo .ico {
  -webkit-transition: all 150ms ease-in-out;
}
.single-sweetgirls .pswp__thumbs-nav .btn img {
  opacity: 0;
}
.single-sweetgirls .pswp__thumbs-nav .btn.active,
.single-sweetgirls .pswp__thumbs-nav .btn:hover {
  opacity: 1;
}
.sghead {
  background: rgba(18, 18, 18, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.sghead__in {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.sghead__in .logo {
  -webkit-flex: 0 0 30px;
  flex: 0 0 30px;
  margin-right: 10px;
}
.sghead__in .logo a {
  display: block;
}
.sghead__in .logo a:hover .ico {
  fill: #fff;
  background: #a81616;
}
.sghead__in .logo .ico {
  transition: all 150ms ease-in-out;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  fill: #a81616;
}
.sghead__in h1 {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
  margin-right: 20px;
  font: italic 400 20px/1em "Playfair Display", sans-serif;
}
.sghead__in h1 strong {
  font-size: 40px;
  font-style: normal;
  text-transform: uppercase;
  opacity: 0.7;
}
.sghead__in .coms {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 20px;
  background: #a81616;
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
  white-space: nowrap;
}
.sghead__in .coms .ico {
  width: 10px;
  height: 10px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.sghead__in .shares {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sghead__in .shares li:not(:last-child) {
  margin-right: 2px;
}
.sghead__in .shares .wa,
.sghead__in .shares a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #777;
}
.sghead__in .shares .wa.tt .ico,
.sghead__in .shares a.tt .ico {
  background: #00aced;
}
.sghead__in .shares .wa.pt .ico,
.sghead__in .shares a.pt .ico {
  background: #cb2027;
}
.sghead__in .shares .wa.wa .ico,
.sghead__in .shares a.wa .ico {
  background: #4dc247;
}
.sghead__in .shares .wa.gp .ico,
.sghead__in .shares a.gp .ico {
  background: #dd4b39;
}
.sghead__in .shares .wa.vb .ico,
.sghead__in .shares a.vb .ico {
  background: #7d3daf;
}
.sghead__in .shares .wa.tg .ico,
.sghead__in .shares a.tg .ico {
  background: #3bb7e5;
}
.sghead__in .shares .wa.email .ico,
.sghead__in .shares a.email .ico {
  background: #647184;
}
.sghead__in .shares .ico {
  width: 24px;
  height: 24px;
  fill: #fff;
  background: #3b5998;
  border-radius: 100%;
  padding: 5px;
  overflow: visible;
  margin-right: 4px;
}
.sghead__in .shares .qty {
  display: none;
}
.sghead__in .header__menubt {
  margin: 0 0 0 18px;
  background: 0 0;
}
.sghead__in .header__menubt:hover {
  -webkit-transform: none;
  transform: none;
  background: #a81616;
}
.sghead__in .header__menubt:hover .ico {
  fill: #fff;
}
.sgholder {
  background: #1a1a1a;
  padding: 30px 100px;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-bottom: 30px;
}
.sgholder .sl-gallery .sl-gallery-item a:after,
.sgholder:before {
  display: block;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  content: "";
}
.sgholder:before {
  position: absolute;
  z-index: 2;
}
.sgholder .sgholder__bgtitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #000;
  font: italic 400 40vh/30vh "Playfair Display", serif;
  opacity: 0.3;
  word-break: break-all;
  letter-spacing: -0.02em;
}
.sgholder .sgholder__bgtitle strong {
  line-height: 30vh;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.sgholder .sl-gallery {
  position: relative;
  z-index: 3;
  width: 100%;
  -webkit-column-count: initial !important;
  -moz-column-count: initial !important;
  column-count: initial !important;
  -webkit-column-gap: initial;
  -moz-column-gap: initial;
  column-gap: initial;
}
.sgholder .sl-gallery .sl-gallery-item {
  padding: 2px;
  width: 10%;
  max-width: 125px;
}
.sgholder .sl-gallery .sl-gallery-item a {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sgholder .sl-gallery .sl-gallery-item a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.sgholder .sl-gallery .sl-gallery-item a:after {
  position: absolute;
  background: #a81616;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.bygirl .page-container,
.parceiros ul .labeled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.sgholder .sl-gallery .sl-gallery-item a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.sgholder .sl-gallery .sl-gallery-item a:hover:after {
  opacity: 0;
}
.sgholder .sl-gallery .sl-gallery-item-big {
  width: 20%;
  max-width: 250px;
}
.pswp__button--arrow--left:hover .ico,
.pswp__button--arrow--right:hover .ico {
  fill: #a81616;
}
.bygirl {
  background: #111;
  padding: 50px 0;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.bygirl .page-container {
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.bygirl__post {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
}
.bygirl__title {
  font-size: 16px;
  text-transform: capitalize;
}
.bygirl__entry {
  padding-top: 20px;
  color: #999 !important;
}
.moar {
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-left: 70px;
}
.moar .flickity-prev-next-button {
  opacity: 0.5;
}
.moar .flickity-prev-next-button .arrow {
  fill: #fff;
}
.moar .flickity-prev-next-button:hover {
  background: 0 0;
  opacity: 1;
}
.moar .flickity-page-dots .dot {
  background: #414141;
  margin: 0 2px;
  opacity: 1;
}
.moar__title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.moar__item {
  width: 45%;
  padding: 0 5px;
}
.moar__item a {
  display: block;
  height: 90px;
  position: relative;
  overflow: hidden;
}
.moar__item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #a81616;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.moar__item a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.moar__item a .bg img {
  opacity: 0;
}
.moar__item a .bg:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #d05f3f;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.moar__item a:hover:after,
.parceiros ul a:hover .labeled {
  opacity: 1;
}
.moar__item a .info {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 10;
  max-width: calc(100% - 10px);
  padding: 5px;
  background: #a81616;
  color: #fff;
  font: 700 14px/1em "Playfair Display", serif;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(-100%, 0, 0);
}
.moar__item a:hover .bg {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.moar__item a:hover .info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.moar__item.is-selected a .info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.allsweets__single {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #ddd;
}
.allsweets__title {
  text-align: center;
  font: italic 700 40px/1.1em "Playfair Display", serif;
  color: #a81616;
  margin-bottom: 50px;
}
.maislidos dl dt,
.parceiros h2,
.sl-ad .sl-ad-top,
.widget-title {
  font-style: italic;
  font-family: "Playfair Display", serif;
}
.flickity-prev-next-button {
  background: 0 0;
}
.flickity-prev-next-button.previous {
  left: auto;
  right: 100%;
}
.flickity-prev-next-button.next {
  right: auto;
  left: 100%;
}
.flickity-prev-next-button svg {
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}
.flickity-page-dots .dot {
  margin: 0 2px;
}
.flickity-page-dots .dot.is-selected {
  background: #a81616;
}
.parceiros {
  padding: 40px 0;
  box-shadow: inset 0 9px 0 #fff, inset 0 10px 0 #ddd;
  text-align: center;
}
.parceiros h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #a81616;
  text-transform: lowercase;
  font-weight: 400;
}
.parceiros h2 strong {
  font-size: 26px;
}
.parceiros ul {
  max-width: 940px;
  margin: 0 auto;
  font-size: 13px;
}
.parceiros ul a {
  transition: all 150ms ease-in-out;
  display: block;
  position: relative;
}
.maislidos dl dt,
.parceiros ul .labeled {
  text-align: center;
  -webkit-transition: all 150ms ease-in-out;
}
.parceiros ul .labeled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  background: rgba(123, 16, 16, 0.9);
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
  opacity: 0;
}
.parceiros ul.parceiros__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.parceiros ul.parceiros__feature li {
  padding: 0 10px 20px;
}
.parceiros ul.parceiros__feature a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.parceiros ul.parceiros__normal li {
  display: inline-block;
  margin: 0 10px 10px;
}
.parceiros ul.parceiros__normal a {
  display: block;
  color: #a81616;
}
.sidebar .parceiros {
  padding: 0 0 10px;
  box-shadow: none;
}
.sidebar .parceiros ul.parceiros__feature {
  margin: 0 -10px;
}
.page-container.home .sidebar .parceiros {
  min-height: 270px;
}
.widget-title {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  line-height: 0.7em;
  color: #a81616;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget-title strong {
  display: block;
  font-size: 32px;
}
.maislidos .widget-title {
  margin-bottom: 0;
  height: 65px;
}
.maislidos dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
}
.maislidos dl dt {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 1px;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 20px;
  color: #a81616;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.maislidos a .thumb:after,
.maislidos a.big:after {
  -webkit-transition: all 150ms ease-in-out;
  mix-blend-mode: multiply;
}
.maislidos dl dt.on {
  background: #a81616;
  color: #fff;
}
.maislidos dl dd {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: none;
  min-width: 1px;
}
.maislidos dl dd.on {
  display: block;
}
.maislidos ul {
  height: 596px;
  max-height: 596px;
  overflow-y: auto;
}
.maislidos ul::-webkit-scrollbar {
  width: 4px;
}
.maislidos ul::-webkit-scrollbar-track {
  background-color: #f5f5f2;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 3px;
}
.maislidos ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #a81616;
}
.maislidos li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.maislidos li.nobd {
  padding: 0;
  border: 0;
}
.maislidos li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.maislidos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.maislidos a .thumb {
  -webkit-flex: 0 0 120px;
  flex: 0 0 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 80px;
  margin-right: 10px;
  position: relative;
}
.maislidos a .thumb img {
  opacity: 0;
}
.maislidos a .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a81616;
  transition: all 150ms ease-in-out;
  opacity: 0;
}
.maislidos a .case {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
}
.maislidos a .title {
  font-size: 13px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.apost,
.maislidos a .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.maislidos a .line {
  color: #a81616;
  font-size: 13px;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.maislidos a .date {
  margin-right: 10px;
}
.maislidos a .ico {
  width: 14px;
  height: 14px;
  fill: #a81616;
  margin-right: 5px;
}
.apost.big .ico,
.maislidos a.big .ico {
  fill: #fff;
}
.maislidos a:hover .thumb:after {
  opacity: 0.9;
}
.maislidos a.big {
  min-height: 120px;
  padding: 15px;
  color: #fff;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.maislidos a.big:after,
.maislidos a.big:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.maislidos a.big img {
  opacity: 0;
}
.maislidos a.big:before {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.maislidos a.big:after {
  background: #a81616;
  transition: all 150ms ease-in-out;
  opacity: 0;
}
.maislidos a.big .case {
  position: relative;
  z-index: 10;
}
.maislidos a.big .line,
.maislidos a.big .title {
  color: #fff;
}
.maislidos a.big:hover:after {
  opacity: 0.9;
}
.sl-ad .sl-ad-top {
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 12px;
  color: #999;
}
.single-title,
.sl-ad .ad {
  text-align: center;
}
.sl-ad .ad.m {
  display: none;
  background: #f5f5f5;
}
.sidebar.grid-item .sl-ad {
  min-height: 346px;
  padding-bottom: 20px;
}
.sidebar.grid-item .sl-ad:last-child {
  padding-bottom: 0;
}
.apost {
  min-width: 1px;
  display: flex;
}
.grid-list > .apost.big {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 1px;
  width: 66.666%;
  padding-left: 10px;
}
.grid-list > .apost.big a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 346px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: relative;
}
.grid-list > .apost.big a img {
  opacity: 0;
}
.grid-list > .apost.big a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.apost .thumb:after,
.grid-list > .apost.big a:after {
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  left: 0;
  mix-blend-mode: multiply;
}
.grid-list > .apost.big a:after {
  display: block;
  position: absolute;
  background: #a81616;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.apost.big .case,
.grid-list > .apost.big a strong {
  z-index: 2;
  background: 0 0;
  height: auto;
  padding: 0;
  position: relative;
}
.apost .thumb,
.apost .thumb:after {
  -webkit-transition: all 0.2s ease-in-out;
}
.apost a:hover .thumb:after,
.grid-list > .apost.big a:hover:after {
  opacity: 0.9;
}
.grid-list > .apost.big a strong {
  font-size: 22px;
  margin: 0 0 20px;
  line-height: 1.2em;
  max-height: none;
  overflow: visible;
}
.apost.big .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.apost.big .date,
.apost.big .shares {
  margin-right: 20px;
}
.apost.big .shares {
  line-height: 1em;
  padding: 0;
  box-shadow: none;
}
.apost a {
  display: block;
  font-size: 15px;
  color: #333;
  width: 100%;
}
.apost a strong {
  font-weight: 400;
  margin: 0 0 15px -15px;
  display: block;
  padding: 0 15px;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
  background: #fff;
}
.apost .thumb {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.apost .thumb img {
  opacity: 0;
}
.apost .thumb:after {
  display: block;
  position: absolute;
  background: #a81616;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.apost .case {
  display: block;
  padding: 15px 15px 0;
  background: #fff;
  position: relative;
  z-index: 99;
  height: 96px;
}
.apost .line {
  color: #a81616;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.apost .date {
  margin-right: auto;
}
.apost .shares {
  margin-right: 10px;
  line-height: 18px;
  padding: 0 10px 0 8px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(168, 22, 22, 0.5);
}
.apost .shares .ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.apost .ico {
  width: 14px;
  height: 14px;
  fill: #a81616;
  margin-right: 5px;
}
.last-posts {
  margin-bottom: 0;
  border-bottom: 0 solid #a81616;
  padding-bottom: 10px;
}
.last-posts ul {
  margin: 0 -5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.last-posts ul li {
  padding: 0 5px;
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
}
.last-posts .sub {
  font: italic 400 14px "Playfair Display", serif;
  color: #a81616;
  text-transform: lowercase;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 2px solid #a81616;
  margin-bottom: 5px;
}
.last-posts a {
  display: block;
  font-size: 13px;
  color: #666;
}
.last-posts a:hover {
  color: #a81616;
}
.last-posts a:hover .thumb:after {
  opacity: 0.9;
}
.last-posts .thumb {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 15px;
  height: 140px;
  position: relative;
}
.last-posts .thumb img {
  opacity: 0;
}
.last-posts .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a81616;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  mix-blend-mode: multiply;
  opacity: 0;
}
.single-title .line,
.single-title .shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-align: center;
}
.single-title {
  font-size: 12px;
  color: #777;
}
.single-title h1 {
  margin-bottom: 20px;
  font: italic 400 45px "Playfair Display", serif;
  color: #333;
}
.single-title h1 .wrap-1 {
  font-weight: 700;
}
.single-title .line {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 7px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.single-title .cats-line {
  padding: 7px;
  border-bottom: 1px solid #eee;
  margin: -20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-title .cats-line ul {
  display: flex;
  align-items: center;
}
.single-title .cats-line li {
  margin: 0 0.25rem;
}
.single-title .cats-line a {
  display: block;
  color: #a81616;
}
.single-title .cats-line a:hover {
  color: #7b1010;
}
.single-title .date {
  font-size: 15px;
  color: #a81616;
}
.single-title .sep {
  width: 8px;
  height: 2px;
  background: #333;
  margin: 0 4px;
}
.single-title .author {
  font-size: 15px;
  color: #333;
  margin-right: 40px;
}
.single-title .author a {
  color: #a81616;
}
.single-title .coms {
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 20px;
  background: #a81616;
  color: #fff;
  font-size: 13px;
  margin-right: 40px;
}
.single-title .coms .ico {
  width: 10px;
  height: 10px;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.single-title .shares {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.single-title .shares li:not(:last-child) {
  margin-right: 15px;
}
.single-title .shares .wa,
.single-title .shares a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #777;
}
.single-title .shares .wa.tt .ico,
.single-title .shares a.tt .ico {
  background: #00aced;
}
.single-title .shares .wa.pt .ico,
.single-title .shares a.pt .ico {
  background: #cb2027;
}
.single-title .shares .wa.wa .ico,
.single-title .shares a.wa .ico {
  background: #4dc247;
}
.single-title .shares .wa.gp .ico,
.single-title .shares a.gp .ico {
  background: #dd4b39;
}
.single-title .shares .wa.vb .ico,
.single-title .shares a.vb .ico {
  background: #7d3daf;
}
.single-title .shares .wa.tg .ico,
.single-title .shares a.tg .ico {
  background: #3bb7e5;
}
.single-title .shares .wa.email .ico,
.single-title .shares a.email .ico {
  background: #647184;
}
.single-title .shares .ico {
  width: 44px;
  height: 44px;
  padding: 12px;
  fill: #fff;
  background: #3b5998;
  border-radius: 100%;
  overflow: visible;
  margin-right: 4px;
}
.vejatambem {
  display: none;
}
.entry {
  font: 400 14px/1.5em "Open Sans", sans-serif;
  color: #555;
}
.entry:after {
  display: table;
  clear: both;
  content: "";
}
.entry * {
  line-height: 1.5em;
}
.entry :last-child,
.entry :last-child :last-child {
  margin-bottom: 0 !important;
}
.entry a {
  color: #a81616;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.entry a:hover {
  color: #7b1010;
}
.entry p:not(:last-child) {
  margin-bottom: 20px;
}
.entry p:empty {
  display: none;
}
.entry p audio,
.entry p blockquote,
.entry p embed,
.entry p hr,
.entry p iframe,
.entry p img,
.entry p object,
.entry p ol,
.entry p ul,
.entry p video {
  margin-top: 20px;
  margin-bottom: 0;
}
.entry p audio:first-child,
.entry p blockquote:first-child,
.entry p embed:first-child,
.entry p hr:first-child,
.entry p iframe:first-child,
.entry p img:first-child,
.entry p object:first-child,
.entry p ol:first-child,
.entry p ul:first-child,
.entry p video:first-child {
  margin-top: 0;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  line-height: 1em;
  margin-bottom: 20px;
  font: 400 1rem/1em Montserrat, "Open Sans", serif;
  color: #111;
}
.entry h1 {
  font-size: 2.5em;
}
.entry h2 {
  font-size: 2.2em;
}
.entry h3 {
  font-size: 1.9em;
}
.entry h4 {
  font-size: 1.6em;
}
.entry h5 {
  font-size: 1.3em;
}
.entry h6 {
  font-size: 1.1em;
}
.entry b,
.entry strong {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  font-weight: 700;
}
.entry br {
  display: block;
}
.entry hr {
  display: block;
  margin: 0 0 20px;
  border-top: 1px solid #ddd;
}
.entry em {
  font-style: italic;
}
.entry img {
  margin: 0 0 20px;
  max-width: 100%;
}
.entry .wp-smiley {
  margin: 0;
}
.entry .aligncenter,
.entry .centered {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.entry .alignright {
  margin: 0 0 20px 20px;
  float: right;
  text-align: right;
}
.entry .alignleft {
  margin: 0 20px 20px 0;
  float: left;
  text-align: left;
}
.entry img.size-full {
  width: auto;
}
.entry img.size-large {
  width: 100%;
}
.entry img.alignleft,
.entry img.alignright {
  max-width: 50%;
}
.entry img[style*="margin-left: auto"],
.entry img[style*="margin-right: auto"],
.entry img[style*="margin-left:auto"],
.entry img[style*="margin-right:auto"] {
  display: block;
}
.entry small,
.entry strike {
  color: rgba(255, 255, 255, 0.8);
}
.entry code {
  font: 1.1em "Courier New", Courier, Fixed;
}
.entry > ol,
.entry > ul {
  margin: 0 0 20px;
}
.entry > ol li,
.entry > ul li {
  margin: 0 0 7px;
}
.entry > ol li:last-child,
.entry > ul li:last-child {
  margin: 0;
}
.entry ol ol,
.entry ol ul,
.entry ul ol,
.entry ul ul {
  margin: 0 0 20px 10px;
}
.entry ol li {
  list-style: decimal inside;
}
.entry ul li {
  list-style: disc inside;
}
.entry audio,
.entry embed,
.entry iframe,
.entry object,
.entry video {
  max-width: 100% !important;
  display: block;
  margin: 0;
}
.entry .more-link {
  font-weight: 700;
}
.entry abbr,
.entry acronym,
.entry span.caps {
  cursor: help;
}
.entry abbr,
.entry acronym {
  border-bottom: 1px dashed #ddd;
}
.entry blockquote {
  margin: 0 20px 20px;
  display: block;
  font-family: "Playfair Display", serif;
  color: #a81616;
  font-size: 1rem;
}
.entry blockquote:before {
  content: "”";
  font-size: 5rem;
  line-height: 5rem;
  height: 3rem;
  display: block;
}
.entry .twitter-video {
  margin: 0 auto 20px !important;
}
.entry .center {
  text-align: center;
}
.entry .hidden {
  display: none;
}
.entry .wp-caption {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.entry .wp-caption img {
  margin-bottom: 0;
}
.entry .wp-caption p.wp-caption-text {
  text-align: right;
  font-style: italic;
  font-size: 12px;
  line-height: 1em;
  color: #666;
  margin: 0;
  padding: 7px 10px;
}
.entry .fitvid {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.entry .fitvid:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.entry .fitvid embed,
.entry .fitvid iframe,
.entry .fitvid object,
.entry .fitvid video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry .wpcf7 {
  margin-bottom: 40px;
}
.entry .vejatambem {
  display: block;
  margin-bottom: 20px;
}
.entry .vejatambem li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
.entry .vejatambem li:last-child {
  border: 0;
}
.entry .vejatambem li a {
  display: block;
  padding: 5px;
}
.entry .vejatambem li a:hover {
  background: #f5f5f5;
}
.entry .vejatambem .vejatambem__tit {
  font: italic 400 20px/1em "Playfair Display", serif;
  color: #333;
  margin-bottom: 10px;
}
div.single-post {
  margin-bottom: 50px;
}
.thecoms .thecoms__qty {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.thecoms .thecoms__qty span {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.thecoms .thecoms__qty .ico {
  width: 40px;
  height: 40px;
  fill: #a81616;
}
.commentsform__title {
  height: 3rem;
  box-shadow: inset 0 -2px 0 #e7e9ee;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.commentsform__title .qt {
  flex: 0 0 auto;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1.5rem;
  color: #2a2e2e;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 #a81616;
}
.commentsform__title .sl {
  flex: 0 0 auto;
  color: #656c7a;
  font-weight: 400;
}
.commentsform__title:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #b3b3b3;
  margin-left: auto;
  position: relative;
  top: 5px;
}
.comment-respond {
  margin-bottom: 2rem;
  padding: 1em;
  background: #fff;
  width: 100%;
  border: 2px solid #a81616;
  border-radius: 5px;
}
.comment-respond h2 {
  display: none;
}
.comment-respond h2#reply-title {
  display: block;
  margin: 1rem 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(101, 108, 122, 0.6);
}
.comment-respond h2#reply-title a {
  color: #656c7a;
  margin-left: 0.5rem;
}
.comment-respond .logged-in-as a,
.comment-respond h2#reply-title small a {
  color: #a81616;
}
.comment-respond .logged-in-as {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 14px;
}
.comment-respond .comment-form input,
.comment-respond .comment-form textarea {
  width: 100%;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
}
.comment-respond .logged-in-as a:hover {
  color: #7b1010;
}
.comment-respond .comment-form-url,
.comment-respond .comment-notes {
  display: none;
}
.comment-respond .comment-form {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.comment-respond .comment-form > * {
  min-width: 100px;
}
.comment-respond .comment-form textarea {
  height: 3rem;
  border: 0;
  box-shadow: inset 0 0 0 2px #dbdfe4;
  padding: 1rem 3rem 1rem 1rem;
  line-height: 1rem;
}
.comment-respond .comment-form textarea::-webkit-input-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form textarea:-moz-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form textarea::-moz-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form textarea:hover {
  box-shadow: inset 0 0 0 2px #bec5ce;
}
.comment-respond .comment-form textarea:focus {
  box-shadow: inset 0 0 0 2px #bec5ce;
  height: 6rem;
}
.comment-respond .comment-form input {
  height: 3rem;
  border: 0;
  box-shadow: inset 0 0 0 2px #dbdfe4;
  padding: 0.5rem 1rem;
  line-height: 2rem;
}
.comment-respond .comment-form input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form input:-moz-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form input::-moz-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form input:-ms-input-placeholder {
  font-size: 1rem;
  color: #7f919e;
}
.comment-respond .comment-form input:focus,
.comment-respond .comment-form input:hover {
  box-shadow: inset 0 0 0 2px #bec5ce;
}
.comment-respond .comment-form input[type="submit"] {
  box-shadow: none;
  background: #a81616;
  color: #fff;
}
.comment-respond .comment-form-comment {
  padding-left: 60px;
  position: relative;
  flex: 0 0 100%;
  margin-bottom: 0.5rem;
}
.comment-respond .comment-form-comment:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/avatar.png) no-repeat;
  background-size: cover;
  border-radius: 0.25rem;
}
.comment-respond .comment-form-author {
  flex: 1 1 30%;
  padding-right: 0.5rem;
}
.comment-respond .comment-form-email {
  flex: 1 1 40%;
  padding-right: 0.5rem;
}
.comment-respond .gglcptch {
  flex: 0 0 100%;
  order: 2;
  margin: 0.5rem 0 0 !important;
}
.comment-respond .form-submit {
  flex: 0 0 auto;
}
.comment-list li:last-child {
  margin-bottom: 0;
}
.comment-list li.pingback {
  display: none;
}
.comment-list .comment-body {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  position: relative;
}
.comment-list .comment-body .comment-author {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin-right: 0.5rem;
  margin-bottom: -2rem;
  white-space: nowrap;
  position: relative;
  min-height: 3rem;
}
.comment-list .comment-body .comment-author img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
}
.comment-list .comment-body .comment-author img + .fn {
  margin-left: 12px;
}
.comment-list .comment-body .comment-author .fn {
  font-size: 13px;
  font-weight: 600;
  color: #656c7a;
  font-style: normal;
  margin-left: 20px;
}
.comment-list .comment-body .comment-author .says {
  display: none;
}
.comment-list .comment-body .comment-meta {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-bottom: -2rem;
}
.comment-list .comment-body .comment-meta a {
  font-size: 13px;
  color: #656c7a;
  display: block;
  opacity: 0.7;
}
.comment-list .comment-body .comment-meta a:before {
  content: "•";
  padding-right: 5px;
}
.comment-list .comment-body .comment-meta .comment-edit-link {
  display: none;
}
.comment-list .comment-body .comment-awaiting-moderation {
  position: absolute;
  z-index: 99;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  border-radius: 0.25rem;
  background: rgba(255, 250, 193, 0.6);
  color: rgba(168, 22, 22, 0.8);
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 0.7rem;
  padding: 0.5rem;
}
.comment-list .comment-body p {
  flex: 0 0 100%;
  line-height: 1.2em;
  padding-left: 20px;
}
.comment-list .comment-body .reply {
  padding-left: 20px;
}
.comment-list .comment-body .reply a {
  font-size: 12px;
  color: #fff;
  padding: 1em;
  display: block;
  background: #a91e1e;
  margin: 1em 0;
  border: 1px solid #a91e1e;
}
.wpcf7-form .form-fields,
.wpcf7-form .form-fields > .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.comment-list .comment-body .reply a:hover {
  color: #a81616;
  background: #fff;
  border: 1px solid #a81616;
}
.comment-list .children {
  padding: 1rem 0 0 20px;
}
.wpcf7-form {
  max-width: 600px;
  margin: 0 auto 30px;
  text-shadow: none !important;
}
.aside__social,
.footer .menage {
  max-width: 300px;
}
.wpcf7-form .form-fields {
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 -5px -10px;
}
.wpcf7-form .form-fields > * {
  padding: 0 5px 10px;
  -webkit-flex: 1 1 10%;
  flex: 1 1 10%;
}
.wpcf7-form .form-fields > .msg {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.wpcf7-form .form-fields > .action {
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  border: 0;
  background: #f7f7f7;
  line-height: 20px;
  padding: 10px;
  height: 40px;
  font-size: 16px;
  color: #a81616;
}
.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
  font-style: italic;
  font-weight: 400;
}
.wpcf7-form .wpcf7-text:-moz-placeholder,
.wpcf7-form .wpcf7-textarea:-moz-placeholder {
  font-size: 14px;
  color: #999;
  font-style: italic;
  font-weight: 400;
}
.wpcf7-form .wpcf7-text::-moz-placeholder,
.wpcf7-form .wpcf7-textarea::-moz-placeholder {
  font-size: 14px;
  color: #999;
  font-style: italic;
  font-weight: 400;
}
.wpcf7-form .wpcf7-text:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
  font-style: italic;
  font-weight: 400;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-text:hover,
.wpcf7-form .wpcf7-textarea:focus,
.wpcf7-form .wpcf7-textarea:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.wpcf7-form .wpcf7-textarea {
  height: 130px;
}
.wpcf7-form .wpcf7-submit {
  min-height: 40px;
  border-radius: 3px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #a81616;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #7b1010;
}
.wpcf7-form .wpcf7-submit + svg {
  display: none;
}
.wpcf7-form .ajax-loader {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
.wpcf7-form .ajax-loader + svg {
  opacity: 0;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(100% + 10px);
  width: 40px;
  height: 40px;
}
.wpcf7-form .ajax-loader[style*="visible"] + svg {
  opacity: 1;
}
.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-validation-errors {
  background: #fffac1;
  color: rgba(0, 0, 0, 0.7);
  border: 0;
  font-size: 12px;
}
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked {
  background: #f26c4f;
  color: #fff;
  border: 0;
  font-size: 12px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  background: #acd373;
  color: rgba(0, 0, 0, 0.8);
  border: 0;
  font-size: 12px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #f26c4f;
  padding-top: 3px;
}
.sl-gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding-top: 0;
  margin: 0 0 20px;
  position: relative;
}
.sl-gallery.column-count-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.sl-gallery.column-count-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.sl-gallery.column-count-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.sl-gallery.column-count-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.sl-gallery.column-count-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.sl-gallery.column-count-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
.sl-gallery.column-count-7 {
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}
.sl-gallery.column-count-8 {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
}
.sl-gallery.column-count-9 {
  -webkit-column-count: 9;
  -moz-column-count: 9;
  column-count: 9;
}
.sl-gallery figure {
  display: block;
  vertical-align: top;
  padding-bottom: 5px;
  margin: -0.1px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.sl-gallery figure a {
  display: block;
  position: relative;
  -webkit-transition: none;
  transition: none;
  background-size: 0 0;
}
.sl-gallery figure a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.sl-gallery figcaption {
  display: none;
}
.yarpp-related {
  margin: 0;
}
.yarpp-related .related {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a81616;
}
.yarpp-related .related .tit {
  background: #a81616;
  overflow: hidden;
  text-transform: lowercase;
  height: 35px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 10px;
  font: italic 400 27px/35px "Playfair Display", serif;
}
.yarpp-related .related ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 -5px;
}
.yarpp-related .related ul li {
  padding: 0 5px;
  -webkit-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
}
.yarpp-related .related a {
  display: block;
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.yarpp-related .related a:hover .thumb:after {
  opacity: 0.8;
}
.yarpp-related .related .thumb {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 10px;
  height: 140px;
  position: relative;
}
.yarpp-related .related .thumb img {
  opacity: 0;
}
.yarpp-related .related .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a81616;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  mix-blend-mode: multiply;
  opacity: 0;
}
.page-title.search,
.tax-girls .page-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.aside,
.aside__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-title {
  padding-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.page-title h1 {
  font: italic 700 50px/1em "Playfair Display", serif;
  color: #a81616;
}
.page-title.search {
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-title.search .ico {
  width: 20px;
  height: 20px;
  fill: #555;
  margin-right: 20px;
}
.page-title.page span {
  display: block;
}
.no-posts-msg {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  color: #666;
}
.no-posts-msg p {
  line-height: 1.5em;
}
.no-posts-msg strong {
  color: #a81616;
}
.tax-girls .page-title h1 {
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aside .search-form,
.aside__top .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tax-girls .page-title h1 .imgbg {
  -webkit-flex: 0 0 120px;
  flex: 0 0 120px;
  height: 120px;
  border-radius: 100%;
  margin-right: 20px;
}
.aside__overlay {
  z-index: 99999;
  background: #a81616;
  opacity: 0.6;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.aside__overlay.on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.aside {
  z-index: 999999;
  background: rgba(168, 22, 22, 0.8);
  overflow-y: auto;
  padding-bottom: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.aside__close,
.aside__menu a {
  -webkit-transition: all 150ms ease-in-out;
}
.aside.on {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.aside .search-form {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
  margin-right: 20px;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.aside .search-form button {
  -webkit-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 20px;
  height: 40px;
  padding: 6px;
}
.aside .search-form button .ico {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.aside .search-form input {
  border: 0;
  background: 0 0;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
  display: block;
  width: 100%;
}
.aside .search-form input::-webkit-input-placeholder {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.aside .search-form input:-moz-placeholder {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.aside .search-form input::-moz-placeholder {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.aside .search-form input:-ms-input-placeholder {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.aside .parceiros h2,
.aside .parceiros h2 strong {
  font-size: 20px;
  font-weight: 400;
}
.aside .page-container {
  background: 0 0;
  box-shadow: none;
}
.aside .parceiros {
  padding: 0;
  box-shadow: none;
}
.aside .parceiros h2 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer .menage .tit,
.footer .news .tit {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.aside .parceiros h2 span {
  display: none;
}
.aside .parceiros ul li a {
  display: block;
  color: #fff;
}
.aside__top {
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  padding: 20px 0;
}
.aside__top .page-container {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: 0 0;
  box-shadow: none;
}
.aside__close {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 150ms ease-in-out;
}
.aside__close:hover {
  opacity: 0.5;
}
.aside__close .ico {
  width: 13px;
  height: 13px;
  fill: #fff;
  margin-right: 10px;
}
.aside__menu {
  text-align: center;
  margin-bottom: 30px;
}
.aside__menu li {
  margin-bottom: 20px;
}
.aside__menu li:last-child {
  margin-bottom: 0;
}
.aside__menu a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 33px;
  transition: all 150ms ease-in-out;
}
.aside__menu a:hover {
  color: #111;
}
.aside__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.aside__social a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px;
}
.aside__social a .ico {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.sideads__left,
.sideads__right {
  position: absolute;
  top: 469px;
  right: calc(50% + 490px);
  z-index: 1;
  width: calc(50vw - 490px);
  text-align: right;
  min-width: 300px;
}
body.single-sweetgirls .sideads__left,
body.single-sweetgirls .sideads__right {
  top: 80px;
}
.sideads__left a,
.sideads__right a {
  display: block;
  position: relative;
}
.sideads__left.sideads__right,
.sideads__right.sideads__right {
  right: auto;
  left: calc(50% + 490px);
  text-align: left;
}
.sideads__left.fixed.on,
.sideads__right.fixed.on {
  position: fixed;
  top: 90px;
}
.footer,
.footer .news form {
  position: relative;
}
body.single-sweetgirls .sideads__left.fixed.on,
body.single-sweetgirls .sideads__right.fixed.on {
  top: 80px;
}
@media (max-width: 1024px) {
  .sideads__left,
  .sideads__right {
    display: none !important;
  }
}
.footer .line,
.footer .menu-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.footer {
  padding: 20px 0;
  background: #f5f5f2;
  text-align: center;
  z-index: 3;
}
body:not(.home) .footer {
  margin-top: 80px;
}
.footer .line {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.footer .menage .tit {
  font-size: 35px;
  font-weight: 700;
  color: #333;
  display: block;
}
.footer .menage a,
.footer .menage small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
}
.footer .menage small {
  color: #999;
  padding: 10px 0;
}
.footer .menage a {
  color: #fff;
  background: #333;
  padding: 0 30px;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.footer .menage a:hover {
  background: #a81616;
}
.footer .logo {
  max-width: 165px;
  margin: 0 40px;
}
.footer .amongus,
.footer .menu-line {
  margin-bottom: 20px;
}
.footer .news {
  max-width: 300px;
}
.footer .news .tit {
  font-size: 35px;
  color: #a81616;
  display: block;
}
.footer .news small {
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
  display: block;
  padding: 10px 0;
}
.footer .news input {
  display: block;
  height: 30px;
  padding: 5px 40px 5px 10px;
  background: #fff;
  line-height: 20px;
  font-size: 13px;
  color: #a81616;
  text-align: center;
  border: 0;
  width: 100%;
}
.footer .news input::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
}
.footer .news input:-moz-placeholder {
  font-style: italic;
  color: #999;
}
.footer .news input::-moz-placeholder {
  font-style: italic;
  color: #999;
}
.footer .news input:-ms-input-placeholder {
  font-style: italic;
  color: #999;
}
.footer .news button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
.footer .news button .ico {
  width: 20px;
  height: 20px;
  fill: #a81616;
}
.footer .news button:hover .ico {
  fill: #333;
}
.footer .menu-line {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer .copyright {
  font-size: 13px;
  color: #555;
  text-align: center;
}
.footer__menu {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
}
.footer__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer__menu .menu ul {
  display: none !important;
}
.footer__menu .menu li {
  margin-right: 20px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footer__menu .menu a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.footer__menu .menu a:hover {
  color: #a81616;
}
.footer__social {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer__social a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.footer__social .ico {
  width: 20px;
  height: 20px;
  fill: #a81616;
}
.footer__in {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.wearejoe {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wearejoe .ico {
  height: 40px;
  width: 70px;
}
.wearejoe:hover {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.m-collapsed .m-seed .m-facelink {
  display: none;
}
#wpadminbar {
  z-index: 9999 !important;
}
body.mobile *,
body.mobile :after,
body.mobile :before {
  -webkit-transition: none !important;
  transition: none !important;
}
body.mobile .aside {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
@media (max-width: 768px) {
  .header.fixed .header__in,
  .header__in,
  body.home .header__in {
    padding: 20px;
    height: auto;
  }
  .bigsweets .ico,
  .header__menu.categp,
  .home-ads .fb-link,
  .single-sweetgirls .pswp__thumbs-nav {
    display: none !important;
  }
  .header__menu {
    display: block;
    flex: 0 0 100%;
    padding-top: 13px;
  }
  .header__menu .menu {
    margin: 0 -5px -5px;
  }
  .header__menu .menu li.menu-item-home { display: none }
  .header__menu .menu li {
    flex: 0 0 auto;
    margin: 0;
  }
  .header__menu .menu a {
    display: block;
    font-size: 9.5px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    color: #fff;
    padding: 5px;
  }
  .hero-header {
    height: 200px;
  }
  .header {
    height: 70px;
  }
  .header .logo {
    width: 150px;
    left: calc(50% - 75px);
    top: -100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(img/sweetlicious-logo-ico.png),
      url(img/sweetlicious-logo-m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .header .logo img {
    opacity: 0;
  }
  body.home .header {
    height: auto;
    margin: 0 0 20px;
  }
  .header.fixed .logo {
    opacity: 1;
    background-image: url(img/sweetlicious-logo-m.png);
  }
  .header__line {
    height: auto;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .header__social li {
    margin-left: 5px;
  }
  .home-ads {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sghome__center {
    width: 100%;
  }
  .sghome__mosaic {
    margin: 0 auto;
    width: 96%;
  }
  .page-title {
    padding: 0;
    margin: 0 0 30px;
  }
  .page-title h1 {
    font-size: 40px;
  }
  .sghead__in h1,
  .single-sweetgirls .pswp__caption__center {
    font-size: 16px;
  }
  body.page .page-container {
    width: auto;
    margin: 0 20px;
  }
  .wannabe {
    padding: 30px;
    margin: 0 20px 20px;
  }
  .bigsweets {
    margin-bottom: 35px;
  }
  .allsweets ul {
    margin: -10px 10px;
  }
  .allsweets a {
    height: 200px;
  }
  .single-sweetgirls .wrapper {
    padding-top: 70px;
  }
  .single-sweetgirls .pswp__bg {
    top: 70px;
  }
  .single-sweetgirls .pswp__caption {
    left: 20px;
    top: auto;
    bottom: 40px;
    -webkit-transform: none;
    transform: none;
  }
  .sghead__in {
    padding: 20px;
  }
  .sghead__in h1 strong {
    font-size: 30px;
  }
  .sgholder {
    padding: 30px;
    height: calc(100vh - 70px);
  }
  .sgholder .sgholder__bgtitle {
    font-size: 25vh;
    line-height: 19vh;
  }
  .sgholder .sgholder__bgtitle strong {
    line-height: 19vh;
  }
  .sgholder .sl-gallery .sl-gallery-item,
  .sgholder .sl-gallery .sl-gallery-item-big {
    width: 20%;
    max-width: 20%;
  }
  .bygirl {
    padding: 30px 40px;
  }
  .bygirl .page-container {
    width: auto;
    max-width: 100%;
  }
  .main-container {
    padding: 0 20px;
    display: block;
  }
  .main-container .sidebar {
    margin: 20px 0 0;
  }
  .sidebar.grid-item .sl-ad.has_m {
    min-height: 1px;
  }
  .sidebar__in {
    min-width: 1px;
  }
  .sidebar__in .maislidos {
    display: none;
  }
  .page-container.grid-list .grid-item.sidebar,
  .sl-ad .ad.d,
  .sl-ad .ad.m {
    display: block;
  }
  .maislidos ul {
    height: 200px;
    max-height: 200px;
  }
  .page-container.grid-list {
    max-width: none;
    width: auto;
    margin: -10px 10px 60px;
  }
  .aside .search-form input {
    font-size: 18px;
  }
  .aside .search-form input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .aside .search-form input:-moz-placeholder {
    font-size: 18px;
  }
  .aside .search-form input::-moz-placeholder {
    font-size: 18px;
  }
  .aside .search-form input:-ms-input-placeholder {
    font-size: 18px;
  }
  .aside .search-form button {
    padding: 10px;
  }
  .aside .search-form button .ico {
    width: 20px;
    height: 20px;
  }
  .aside__top {
    padding: 15px;
  }
  .aside__top .page-container {
    max-width: 100%;
    width: auto;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer .line {
    padding: 0 10px 25px;
  }
  .footer .menu-line {
    padding: 0 10px;
  }
  .footer .menage small,
  .footer .news small {
    font-size: 10px;
  }
  .footer .menage a {
    font-size: 11px;
  }
  .footer__menu .menu a {
    font-size: 12px;
  }
}
@media (max-width: 568px) {
  .header__social,
  .home-ads .fb-link {
    display: none;
  }
  .page-container.grid-list > .grid-item.big a:before,
  .single-sweetgirls .pswp__bg {
    top: 0;
  }
  .header,
  body.home .header {
    margin-bottom: 10px;
  }
  .home-ads {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .features__regular {
    padding: 10px 0 0;
    width: 100%;
  }
  .features__regular .case {
    padding: 0 0 0 10px;
  }
  .features__regular .thumb {
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    min-height: 100px;
  }
  .features__regular .line {
    font-size: 11px;
  }
  .features__regular a {
    font-size: 12px;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .features__regular a strong {
    margin: 0 0 10px;
    padding: 0;
  }
  .features__super {
    width: 100%;
    padding: 0;
  }
  .features__super .case {
    font-size: 12px;
  }
  .features__super a {
    padding: 20px;
    height: 320px;
  }
  .features__super a strong {
    font-size: 22px;
  }
  .apost a {
    font-size: 12px;
  }
  .page-container.grid-list {
    margin-bottom: 0;
  }
  .page-container.grid-list > .grid-item {
    height: auto;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .page-container.grid-list > .grid-item.big {
    width: 100%;
    height: auto;
  }
  .page-container.grid-list > .grid-item.big a {
    display: block;
    padding: 100px 20px 20px;
    height: auto;
  }
  .page-container.grid-list > .grid-item.big a strong {
    font-size: 22px;
  }
  .page-container.grid-list .apost a {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .page-container.grid-list .apost a strong {
    margin: 0 0 10px;
    padding: 0;
    font-size: 15px;
    line-height: 1.1em;
    overflow: visible;
    height: auto;
    max-height: none;
  }
  .sghome h2,
  .sghome__count {
    margin-bottom: 20px;
  }
  .page-container.grid-list .apost .line {
    font-size: 11px;
  }
  .page-container.grid-list .apost .case {
    padding: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 1px;
    height: auto;
  }
  .page-container.grid-list .apost .thumb {
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    min-height: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .sghome {
    padding: 80px 0 20px;
  }
  .sghome h2 {
    font-size: 32px;
  }
  .sghome h2 a {
    left: 30px;
  }
  .sghome h2 a:before {
    width: 20px;
    left: -30px;
  }
  .sghome__count strong {
    font-size: 30px;
  }
  .sghome__count div {
    margin: 0 10px;
    font-size: 12px;
  }
  .sghome__mosaic {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 5px;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .sghome__mosaic .ensaio {
    -webkit-flex: 1 1 33.333% !important;
    flex: 1 1 33.333% !important;
    width: auto !important;
    height: 100px;
  }
  .sghome__mosaic .ensaio.s4 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sghome__mosaic .ensaio.action a {
    padding: 0;
    font-size: 17px;
  }
  .sghome__mosaic .ensaio.box {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    width: auto;
    height: auto;
  }
  .aside .search-form button .ico,
  .aside__close .ico {
    width: 16px;
    height: 16px;
  }
  body.home .page-container.grid-list + .paginate {
    margin-top: 0;
  }
  .aside__top {
    padding: 15px 0;
  }
  .aside .search-form button {
    padding: 12px;
    margin: 0 10px;
  }
  .aside .search-form input {
    font-size: 16px;
  }
  .aside .search-form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .aside .search-form input:-moz-placeholder {
    font-size: 16px;
  }
  .aside .search-form input::-moz-placeholder {
    font-size: 16px;
  }
  .aside .search-form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .aside__menu a {
    font-size: 22px;
  }
  .aside__close {
    padding: 12px;
    -webkit-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .aside__close span {
    display: none;
  }
  .aside__close .ico {
    margin: 0;
  }
  .sl-ad .ad.m {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
  .page-title {
    margin-bottom: 20px;
  }
  .page-title h1 {
    font-size: 32px;
  }
  .wannabe {
    padding: 20px;
    margin: 0;
  }
  .wannabe .tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .wannabe .tit small {
    font-size: 14px;
  }
  .wannabe .subtit {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wannabe .line {
    display: block;
  }
  .wannabe .line .ico {
    display: block;
    margin: 20px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .bigsweets a {
    height: 350px;
  }
  .bigsweets a .info {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .bigsweets a .title:before {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .bigsweets a:after {
    -webkit-transition: none;
    transition: none;
  }
  .bigsweets li.is-selected a .info,
  .bigsweets li.is-selected a .title:before {
    -webkit-transform: none;
    transform: none;
  }
  .bigsweets li.is-selected a:after {
    opacity: 0;
  }
  .bigsweets li.is-selected a:hover:after {
    opacity: 1;
  }
  .bigsweets .flickity-slider li {
    width: 90%;
  }
  .allsweets ul {
    margin: -5px 5px;
  }
  .allsweets ul li {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 5px;
  }
  .allsweets ul a {
    height: 150px;
  }
  .allsweets ul a .info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .allsweets ul a .title {
    font-size: 18px;
  }
  .single-sweetgirls .wrapper {
    padding-top: 0;
  }
  .single-sweetgirls .pswp__top-bar {
    top: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .tax-girls .page-title h1 {
    padding: 0 20px;
    font-size: 24px;
  }
  .tax-girls .page-title h1 .imgbg {
    -webkit-flex: 0 0 70px;
    flex: 0 0 70px;
    height: 70px;
  }
  .page-container.grid-list {
    margin: 0 10px 20px;
  }
  .sghead {
    position: static;
  }
  .sghead__in .coms,
  .sghead__in h1 {
    display: none;
  }
  .sghead__in .header__menubt {
    margin-left: auto;
  }
  .sgholder .sl-gallery .sl-gallery-item,
  .sgholder .sl-gallery .sl-gallery-item-big {
    width: 33.333%;
    max-width: 33.333%;
  }
  .bygirl {
    padding: 20px;
  }
  .bygirl .page-container {
    display: block;
  }
  .bygirl__post {
    margin: 0 0 40px;
  }
  .moar {
    width: auto;
    margin: 0;
  }
  .moar .flickity-page-dots {
    bottom: -17px;
  }
  .moar__item a .info {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .last-posts {
    margin: 0 10px 20px;
  }
  .last-posts ul li {
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
    min-width: 1px;
  }
  .last-posts a {
    font-size: 11px;
  }
  .last-posts .thumb {
    height: 70px;
    margin: 0 0 10px;
  }
  .last-posts .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer .logo,
  .single-title .author,
  .single-title .coms,
  .single-title .date,
  .single-title .sep {
    display: none;
  }
  .single-title h1 {
    font-size: 35px;
  }
  .single-title .shares {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -5px;
  }
  .single-title .shares li {
    margin: 0 !important;
    padding: 5px;
  }
  .yarpp-related .related a {
    font-size: 11px;
  }
  .yarpp-related .related .thumb {
    height: 70px;
  }
  .footer .line,
  .footer__menu .menu {
    display: block;
  }
  .footer .line {
    padding: 0 20px 20px;
    margin: 0 0 20px;
  }
  .footer .menage {
    margin: 0 auto 20px;
  }
  .footer .news {
    margin: 0 auto;
  }
  .footer .menu-line {
    padding: 0 20px;
    display: block;
  }
  .footer__menu .menu li {
    margin: 0 0 10px;
  }
  .footer__social {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.comment-list li {
  word-break: break-word;
  padding: 15px;
  margin-bottom: 10px !important;
  border: 1px solid #ccc;
}
.comment-list li:nth-of-type(odd) {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.comment-list .comment-body p {
  font-size: 14px;
}
img.mobile_only.header-img {
  max-width: 90vw;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .mobile_only,
  ul.shares.mobile_only {
    display: none;
  }
  .desktop_only {
    display: block;
  }
  ul.shares.desktop_only {
    display: flex;
  }
}
@media all and (max-width: 768px) {
  .mobile_only {
    display: block;
    width: 100%;
  }
  ul.shares.mobile_only {
    display: flex;
  }
  .desktop_only,
  ul.shares.desktop_only {
    display: none;
  }
}
.sidebar__in .desktop_only {
  height: 325px;
}
.thecoms {
  max-width: 940px;
  margin: 0 auto;
}
.odd.thread-even {
  background: #fff !important;
}
.odd.thread-odd {
  background: #f1f1f1 !important;
}
.even.thread-even {
  background: #fff !important;
}
.even.thread-odd {
  background: #f1f1f1 !important;
}
.even.thread-even .even,
.even.thread-odd .odd,
.odd.thread-even .even .odd,
.odd.thread-odd .even {
  background: #fff !important;
}
body.admin-bar {
  margin-top: -40px;
}
.categp .menu a {
  font-size: 15px;
  text-transform: capitalize;
  padding-bottom: 5px;
}
nav.header__menu.categp ul {
  justify-content: center;
}
.banner-ocioso {
  width: 100%;
  padding: 1em 0em;
  text-align: center;
}
/*aside menu - categorias*/
.aside__menu #menu-menu-de-categorias-1 {
  padding-top: 2rem;
  opacity: 0.7;
}
.aside__menu #menu-menu-de-categorias-1 a {
  font-size: 1rem;
}
.wrapper .mgbox {
  border-width: 0 !important;
  max-width: 300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sidebar .sl-ad {
  padding: 0;
}

/* ads */
.ads {
  display: grid;
  grid-template: 1fr / 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 2rem;
}
.ads > .ads__ad {
  padding: 0;
  margin: 0;
}
.ads__ad {
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
}
.ads__ad:before {
  content: "publicidade";
  font-size: 12px;
  font-style: italic;
  font-family: "Playfair Display", serif;
  display: block;
  line-height: 20px;
  text-align: right;
  color: #999;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ads__ad > * {
  position: relative;
  flex: 0 0 auto;
  max-width: 100%;
}
.ads__ad--image a {
  display: block;
  flex: 0 0 auto;
}
.ads__ad--image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.ads__ad--300x346 {
  height: 346px;
}
.ads__ad--300x346 img {
  width: 300px;
  max-height: 346px;
}
.ads__ad--728x90 {
  width: calc(100vw - 20px);
  max-width: 940px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ads - home */
.features + .ads__ad--728x90 {
  margin-top: -20px !important;
  margin-bottom: 40px !important;
}
/* ads - posts */
.grid-list > .grid-item.ad--728x90 {
  width: 100%;
}
.grid-list > .grid-item.ad--728x90:empty {
  display: none;
}
/* ads - sidebar */
.sidebar__in > .ads__ad {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
/* ads - posts */
.grid-list > .ads__ad:before {
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 568px) {
  .ads {
    grid-template: 1fr / 1fr;
  }
  .ads > .ads__ad--300x346 {
    height: auto;
    padding: 0 0 20px;
  }
  .hide-mobile {
    display: none !important;
  }
  .sl-ads-block {
    display: block;
  }
  .sl-ad {
    padding: 0;
    margin: 0 0 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 568px) {
  .hide-desktop {
    display: none !important;
  }
}

/* loop img */
.apost__img { display: none }
@media (max-width: 568px) {
  .apost__img { 
    opacity: 1 !important;
    display: block;
    width: 100%;
    height: 256px;
    object-fit: cover;
    margin: 0 0 10px;
  }
  .page-container.grid-list > .grid-item.big a {
    background: none !important;
    padding: 0;
    text-shadow: none;
    color: #111;
  }
  .grid-list > .apost.big a:before,
  .grid-list > .apost.big a:after { 
    bottom: auto;
    height: 256px;
  }
  .apost.big .ico {
    fill: #a81616;
  }
  .page-container.grid-list > .grid-item.big a strong {
    color: #a81616;
  }
}

body div.grecaptcha-badge {
  display: none !important;
}