/**
 * Media Query
 **/
/**
 * Aspect Ratio
 **/
/*------------------------------------*\
    #SETTINGS-COLORS
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-NAMES
\*------------------------------------*/
/*------------------------------------*\
    #MEANINFUL-STATUS
\*------------------------------------*/
/*------------------------------------*\
    #SETTINGS-INUIT
\*------------------------------------*/
/* line 3, ../scss/_cards.scss */
.card.big a:first-child {
  min-height: 500px;
}
/* line 8, ../scss/_cards.scss */
.card.medium a:first-child {
  min-height: 410px;
}
/* line 13, ../scss/_cards.scss */
.card.small a:first-child {
  min-height: 335px;
}
/* line 18, ../scss/_cards.scss */
.card.-banner a:first-child {
  min-height: 320px;
}
/* line 23, ../scss/_cards.scss */
.card a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #acacac;
  position: relative;
}
/* line 35, ../scss/_cards.scss */
.card a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
/* line 45, ../scss/_cards.scss */
.card a .infos {
  padding: 45px 35px 25px;
}
/* line 48, ../scss/_cards.scss */
.card a .infos > * {
  position: relative;
  z-index: 1;
}
/* line 54, ../scss/_cards.scss */
.card a .date {
  position: absolute;
  top: 25px;
  right: 35px;
  display: flex;
  align-items: center;
  font-size: 10px;
}
/* line 62, ../scss/_cards.scss */
.card a .date i {
  font-size: 14px;
  margin-right: 5px;
}
/* line 68, ../scss/_cards.scss */
.card a .blurry {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 85, ../scss/_cards.scss */
.card a .h3, .card a p {
  margin: 0;
}
/* line 89, ../scss/_cards.scss */
.card a .category {
  display: inline-block;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 10px;
  padding: 5px 10px;
}
/* line 97, ../scss/_cards.scss */
.card a .h3 {
  margin-top: 10px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
/* line 103, ../scss/_cards.scss */
.card a .social-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
/* line 109, ../scss/_cards.scss */
.card a .social-info p {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 117, ../scss/_cards.scss */
.card a .holder-categories {
  margin-top: 10px;
}
/* line 121, ../scss/_cards.scss */
.card a .comments {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
/* line 126, ../scss/_cards.scss */
.card a .comments .pictures-holder {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5px;
}
/* line 132, ../scss/_cards.scss */
.card a .comments .pictures-holder .picture {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
  background-color: #aaa;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: -10px;
}
/* line 141, ../scss/_cards.scss */
.card a .comments .pictures-holder .picture:first-child {
  margin-right: 0;
}
/* line 148, ../scss/_cards.scss */
.card a .likes {
  display: flex;
  align-items: center;
}
/* line 152, ../scss/_cards.scss */
.card a .likes i {
  font-size: 16px;
  color: #fff;
  margin-right: 3px;
}
/* line 161, ../scss/_cards.scss */
.card.radical-red .category {
  background-color: #FE2D79;
}
/* line 167, ../scss/_cards.scss */
.card.salmon .category {
  background-color: #FF8C6A;
}
/* line 173, ../scss/_cards.scss */
.card.picton-blue .category {
  background-color: #53cbed;
}
/* line 178, ../scss/_cards.scss */
.card .banner-link {
  display: block;
  width: 100%;
}
/* line 182, ../scss/_cards.scss */
.card .banner-link img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  /* line 191, ../scss/_cards.scss */
  .card a .blurry {
    display: none;
  }
  /* line 195, ../scss/_cards.scss */
  .card a .infos {
    padding-bottom: 55px !important;
  }
  /* line 199, ../scss/_cards.scss */
  .card a .h3 {
    font-size: 30px;
  }
  /* line 203, ../scss/_cards.scss */
  .card a .social-info {
    justify-content: center;
  }
}

/* line 212, ../scss/_cards.scss */
.banner-card img {
  width: 100%;
}

/* line 5, ../scss/single.scss */
#single {
  position: relative;
  width: 100%;
}
/* line 9, ../scss/single.scss */
#single .title-page {
  width: 100%;
  text-align: center;
  margin-bottom: -10px;
}
/* line 14, ../scss/single.scss */
#single .title-page .call-week {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
/* line 22, ../scss/single.scss */
#single .title-page .call-week .line {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 33, ../scss/single.scss */
#single .title-page .call-week .box {
  position: relative;
  background-color: #fff;
  border: 6px solid #fff;
}
/* line 38, ../scss/single.scss */
#single .title-page .call-week .box p {
  border-width: 1px;
  border-style: solid;
  padding: 5px 45px;
  margin: 0;
}
/* line 44, ../scss/single.scss */
#single .title-page .call-week .box p a {
  font-weight: 700;
}
/* line 52, ../scss/single.scss */
#single .photographer {
  font-size: 0.750em;
}
/* line 56, ../scss/single.scss */
#single .featured-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 270px;
  background-position: center;
  background-size: cover;
  background-color: #acacac;
  padding: 0 20%;
}
/* line 67, ../scss/single.scss */
#single .featured-image .holder {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
/* line 71, ../scss/single.scss */
#single .featured-image .meta {
  display: flex;
  align-items: center;
}
/* line 76, ../scss/single.scss */
#single .featured-image time,
#single .featured-image .time-reading {
  font-family: 'Roboto Slab';
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
/* line 85, ../scss/single.scss */
#single .featured-image time {
  margin-right: 10px;
}
/* line 91, ../scss/single.scss */
#single .featured-image .time-reading i {
  font-size: 18px;
  margin-right: 5px;
}
/* line 97, ../scss/single.scss */
#single .featured-image .category {
  display: inline-block;
  align-items: center;
  min-width: 160px;
  height: 30px;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  margin-top: 15px;
}
/* line 110, ../scss/single.scss */
#single .featured-image .category span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
/* line 120, ../scss/single.scss */
#single .post-content {
  position: relative;
  width: 100%;
  padding: 0 20%;
}
/* line 125, ../scss/single.scss */
#single .post-content .banner {
  position: absolute;
  right: 0;
  top: 0;
  width: 17.5%;
}
/* line 131, ../scss/single.scss */
#single .post-content .banner img {
  width: 100%;
}
/* line 138, ../scss/single.scss */
#single .post-content .meta-infos {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
}
/* line 144, ../scss/single.scss */
#single .post-content .meta-infos .author {
  width: 100%;
}
/* line 147, ../scss/single.scss */
#single .post-content .meta-infos .author img {
  width: 35%;
  height: auto;
  border-radius: 100%;
  margin-bottom: 20px;
}
/* line 154, ../scss/single.scss */
#single .post-content .meta-infos .author h5 {
  position: relative;
  font-family: 'Raleway';
  font-weight: 400;
  line-height: 1.5em;
  color: #636274;
  margin: 0 0 20px;
}
/* line 162, ../scss/single.scss */
#single .post-content .meta-infos .author h5 strong {
  font-weight: 700;
}
/* line 166, ../scss/single.scss */
#single .post-content .meta-infos .author h5:after {
  content: '';
  position: relative;
  display: block;
  width: 50%;
  height: 1px;
  background-color: #707070;
  margin-top: 10px;
}
/* line 177, ../scss/single.scss */
#single .post-content .meta-infos .author p {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5em;
  color: #636274;
  margin: 0;
}
/* line 187, ../scss/single.scss */
#single .post-content .meta-infos .tags {
  width: 100%;
  margin-top: 40px;
}
/* line 191, ../scss/single.scss */
#single .post-content .meta-infos .tags h6 {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 12px;
  color: #636274;
  margin: 0 0 5px;
}
/* line 199, ../scss/single.scss */
#single .post-content .meta-infos .tags p {
  font-family: 'Raleway';
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
/* line 205, ../scss/single.scss */
#single .post-content .meta-infos .tags p a {
  text-decoration: none;
  color: #7CA0C6;
}
/* line 214, ../scss/single.scss */
#single .post-content p del {
  background: #fff67b;
  padding: 0 4px;
  text-decoration: none;
}
/* line 222, ../scss/single.scss */
#single .comments {
  position: relative;
  width: 100%;
  padding: 0 20%;
  margin: 80px 0 0;
}
/* line 228, ../scss/single.scss */
#single .comments .fb-comments,
#single .comments span,
#single .comments iframe {
  width: 100% !important;
}
/* line 235, ../scss/single.scss */
#single .holder-content {
  width: 100%;
}
/* line 238, ../scss/single.scss */
#single .holder-content h1,
#single .holder-content h2,
#single .holder-content h3,
#single .holder-content h4,
#single .holder-content h5,
#single .holder-content h6,
#single .holder-content p,
#single .holder-content ul,
#single .holder-content ol {
  color: #636274;
  margin: 30px 0;
}
/* line 251, ../scss/single.scss */
#single .holder-content li {
  margin-left: 0 0 20px;
}
/* line 257, ../scss/single.scss */
#single .holder-content .over-content > p {
  line-height: 2em;
}
/* line 260, ../scss/single.scss */
#single .holder-content .over-content > p:first-child::first-letter {
  font-weight: 700;
  font-size: 62px;
  float: left;
  line-height: 100%;
  margin: 0 5px 0 0;
}
/* line 271, ../scss/single.scss */
#single h1 {
  font-family: 'Raleway';
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
  color: #636274;
}
/* line 279, ../scss/single.scss */
#single h3 {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 25px;
  color: #636274;
}
/* line 286, ../scss/single.scss */
#single p,
#single li {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 16px;
  color: #636274;
}
/* line 294, ../scss/single.scss */
#single blockquote {
  text-align: center;
  border-top: 1px solid #636274;
  border-bottom: 1px solid #636274;
  padding: 0 25px;
  margin: 30px 0;
}
/* line 301, ../scss/single.scss */
#single blockquote p {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 24px;
  margin: 20px 0 !important;
}
/* line 309, ../scss/single.scss */
#single img {
  max-width: 100%;
  height: auto;
}
/* line 313, ../scss/single.scss */
#single img.full {
  width: 100%;
}
/* line 319, ../scss/single.scss */
#single img.size-full {
  float: left;
  width: 100vw;
  max-width: 1366px;
  margin-left: -33%;
}
/* line 327, ../scss/single.scss */
#single a {
  color: #636274;
}
/* line 331, ../scss/single.scss */
#single .holder-news {
  width: calc(100% + 40px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -20px;
}
/* line 339, ../scss/single.scss */
#single .card,
#single .banner-card {
  width: calc(25% - 25px);
  margin: 0 0 20px 20px;
}
/* line 345, ../scss/single.scss */
#single .holder-button {
  width: 100%;
  text-align: center;
  margin: 115px 0 50px;
}
/* line 351, ../scss/single.scss */
#single .newsletter-holder {
  display: flex;
  width: 60%;
  border: 1px solid #EFEFEF;
  margin: 80px 20%;
}
/* line 357, ../scss/single.scss */
#single .newsletter-holder .logo-holder,
#single .newsletter-holder .form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
/* line 365, ../scss/single.scss */
#single .newsletter-holder .logo-holder {
  padding: 30px 5%;
}
/* line 368, ../scss/single.scss */
#single .newsletter-holder .logo-holder p {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 25px;
  color: #FF886A;
  margin: 5px 0;
}
/* line 377, ../scss/single.scss */
#single .newsletter-holder .form-holder {
  padding: 30px 5%;
  border-left: 1px solid #EFEFEF;
}
/* line 381, ../scss/single.scss */
#single .newsletter-holder .form-holder .full {
  padding: 0;
}
/* line 385, ../scss/single.scss */
#single .newsletter-holder .form-holder input {
  width: 100%;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 14px;
  color: #DB94CC;
  border: none;
  border-bottom: 1px solid #D6D6D6;
}
/* line 394, ../scss/single.scss */
#single .newsletter-holder .form-holder input[type="submit"] {
  height: 40px;
  font-family: 'Raleway';
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #636274;
  background: transparent;
  border: 2px solid #707070;
  border-radius: 0;
  padding: 0 5%;
  white-space: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
/* line 408, ../scss/single.scss */
#single .newsletter-holder .form-holder input[type="submit"]:hover {
  color: #fff;
  background-color: #DB94CC;
  border-color: #DB94CC;
}
/* line 418, ../scss/single.scss */
#single .banner-ad {
  width: 100%;
}
/* line 421, ../scss/single.scss */
#single .banner-ad img {
  max-width: 100%;
  margin: 0 auto 65px;
}
/* line 427, ../scss/single.scss */
#single .featured-posts {
  width: 100%;
  margin-bottom: 120px;
}
/* line 431, ../scss/single.scss */
#single .featured-posts h4 {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #636274;
  margin: 0 0 10px;
}
/* line 440, ../scss/single.scss */
#single .featured-posts .holder-posts {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* line 445, ../scss/single.scss */
#single .featured-posts .holder-posts article {
  width: 47.5%;
}
/* line 448, ../scss/single.scss */
#single .featured-posts .holder-posts article a {
  text-decoration: none;
  color: #636274;
}
/* line 453, ../scss/single.scss */
#single .featured-posts .holder-posts article .featured-image-related {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20%;
}
/* line 461, ../scss/single.scss */
#single .featured-posts .holder-posts article h3 {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  /* line 5, ../scss/single.scss */
  #single {
    margin-top: 70px;
  }
  /* line 476, ../scss/single.scss */
  #single .post-content .banner,
  #single .post-content .meta-infos {
    display: none;
  }
  /* line 482, ../scss/single.scss */
  #single .featured-image,
  #single .post-content,
  #single .comments {
    padding: 0;
  }
  /* line 488, ../scss/single.scss */
  #single .newsletter-holder {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 497, ../scss/single.scss */
  #single .newsletter-holder {
    flex-direction: column;
  }
  /* line 500, ../scss/single.scss */
  #single .newsletter-holder .logo-holder,
  #single .newsletter-holder .form-holder {
    width: 100%;
  }
  /* line 505, ../scss/single.scss */
  #single .newsletter-holder .form-holder {
    border-top: 1px solid #EFEFEF;
    border-left: none;
  }
  /* line 511, ../scss/single.scss */
  #single .featured-posts {
    margin-bottom: 50px;
  }
  /* line 514, ../scss/single.scss */
  #single .featured-posts .holder-posts {
    flex-wrap: wrap;
  }
  /* line 517, ../scss/single.scss */
  #single .featured-posts .holder-posts article {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 526, ../scss/single.scss */
  #back,
  #menu {
    display: none !important;
  }
}

/* line 535, ../scss/single.scss */
#single .related-posts {
  position: relative;
  width: 100%;
  padding: 0 20%;
  background: transparent;
  color: #6e6d80;
}
/* line 542, ../scss/single.scss */
#single .related-posts h3 {
  text-transform: uppercase;
  font-size: 1.313em;
  font-weight: 500;
  font-family: 'Roboto';
}
/* line 549, ../scss/single.scss */
#single .related-posts h4 {
  font-size: 1.500em;
  text-decoration: underline;
  margin: 0;
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 1.125em;
}
/* line 558, ../scss/single.scss */
#single .related-posts .post_thumb {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
/* line 132, ../scss/_mixins.scss */
#single .related-posts .post_thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 25%;
}
/* line 139, ../scss/_mixins.scss */
#single .related-posts .post_thumb > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 567, ../scss/single.scss */
#single .related-posts .card-holder {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* line 572, ../scss/single.scss */
#single .related-posts .card-holder .card {
  display: flex;
  width: calc(50% - 10px);
  margin: 0;
}
/* line 577, ../scss/single.scss */
#single .related-posts .card-holder .card a {
  display: block;
  background: transparent;
}

@media (max-width: 599px) {
  /* line 587, ../scss/single.scss */
  #single {
    margin: 0;
    font-size: 14px;
  }
  /* line 592, ../scss/single.scss */
  #single .container .title-page {
    position: absolute;
    top: 290px;
    z-index: 1;
  }
  /* line 599, ../scss/single.scss */
  #single .container .title-page .call-week .box p {
    padding: 3px 6px;
    font-size: 0.875em;
  }
  /* line 607, ../scss/single.scss */
  #single .container .featured-image {
    padding: 0 20px;
  }
  /* line 611, ../scss/single.scss */
  #single .container .post-content {
    padding: 0 20px;
    margin-top: 60px;
  }
  /* line 615, ../scss/single.scss */
  #single .container .post-content h1 {
    line-height: 110%;
    font-size: 2.125em;
    margin: 30px 0 0;
  }
  /* line 621, ../scss/single.scss */
  #single .container .post-content p {
    margin: 0 0 10px;
    line-height: 200%;
    font-size: 1.000em;
  }
  /* line 627, ../scss/single.scss */
  #single .container .post-content img.size-full {
    margin-left: -20px;
    margin-bottom: 10px;
  }
  /* line 632, ../scss/single.scss */
  #single .container .post-content .photographer {
    position: absolute;
    right: 10px;
    top: -84px;
    color: white !important;
    font-weight: normal;
    font-size: 0.750em;
  }
  /* line 642, ../scss/single.scss */
  #single .container .post-content .heateor_sss_sharing_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  /* line 647, ../scss/single.scss */
  #single .container .post-content .heateor_sss_sharing_ul li {
    width: calc(16.6% - 3px);
  }
  /* line 654, ../scss/single.scss */
  #single .container .post-content .heateor_sss_sharing_ul li i {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }
  /* line 661, ../scss/single.scss */
  #single .container .post-content .heateor_sss_sharing_ul .heateorSssWhatsappBackground {
    background: #72c166;
  }
  /* line 667, ../scss/single.scss */
  #single .container .newsletter-holder {
    margin: 0 auto 20px;
    width: calc(100vw - 40px);
  }
  /* line 671, ../scss/single.scss */
  #single .container .newsletter-holder .logo-holder {
    padding: 30px 20px 20px;
  }
  /* line 674, ../scss/single.scss */
  #single .container .newsletter-holder .logo-holder img {
    margin: 0 auto;
  }
  /* line 678, ../scss/single.scss */
  #single .container .newsletter-holder .logo-holder p {
    text-align: center;
    font-size: 1.725em;
    line-height: 110%;
    padding: 0 20px;
  }
  /* line 686, ../scss/single.scss */
  #single .container .newsletter-holder .form-holder {
    padding: 10px 20px;
  }
  /* line 689, ../scss/single.scss */
  #single .container .newsletter-holder .form-holder input[type="submit"] {
    padding: 5px 15px;
    height: auto;
    font-size: 1.125em;
  }
  /* line 698, ../scss/single.scss */
  #single .container .banner-ad img {
    margin: 0 auto;
  }
  /* line 703, ../scss/single.scss */
  #single .container .related-posts {
    padding: 0 20px;
  }
  /* line 706, ../scss/single.scss */
  #single .container .related-posts h3 {
    margin: 20px 0 10px;
  }
  /* line 710, ../scss/single.scss */
  #single .container .related-posts h4 {
    text-align: center;
    font-size: 1.275em;
  }
  /* line 715, ../scss/single.scss */
  #single .container .related-posts .card-holder {
    flex-wrap: wrap;
  }
  /* line 718, ../scss/single.scss */
  #single .container .related-posts .card-holder .card {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 722, ../scss/single.scss */
  #single .container .related-posts .card-holder .card .post_thumb {
    margin-bottom: 5px;
  }
}
