#page-category {
  overflow: hidden;
}

#magazine-slider-container {
  position: relative;
}

#direction-owl-buttons {
  width: 245px;
  margin-top: 56px;
}

.carousel-custom-dots {
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
}

.btn-owl-cs {
  border: 0 !important;
}
.btn-owl-cs i {
  font-size: 21px;
  line-height: 30px;
  color: #757474;
}
.carousel-custom-dots .owl-dot {
  height: 1px;
  width: 16px;
  background-color: #dee0e1;
  border-radius: 0px !important;
  border: 0px !important;
}

.carousel-custom-dots .owl-dot:first-child {
  border-radius: 2px !important;
}

.carousel-custom-dots .owl-dot:last-child {
  border-radius: 2px !important;
}

.carousel-custom-dots .owl-dot.active {
  background-color: #555555;
}

#popular-posts .post {
  transition: 200ms;
  height: 100%;
}

#popular-posts .col-lg-4 {
  margin: 16px 0;
}

#popular-posts .post .text-container {
  padding-bottom: 20px;
}

#popular-posts .post:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
}

.post.large .img-container img {
  /*max-width: 373px;*/
  min-height: 424px;
  border-radius: 4px;
}

.post-category-span {
  font-family: "HK Grotesk";
  font-style: normal;
  font-size: 14px;
  color: #757474;
  text-transform: uppercase;
}

.col-notice-always {
  margin: 28px 0px !important;
}

@media (max-width: 991px){
  .col-notice {
    margin: 28px 0px;
  }
}

.col-notice .img-container {
  border-radius: 4px;
}

#subscription_section {
  background: #fcf9f6;
  padding: 64px 0 32px 0;
  position: relative;
}

#subscription_section .col-md-6-bs5 {
  position: relative;
}

#subscription_section article span {
  font-family: "HK Grotesk";
  font-size: 14px;
  font-weight: 700;
}

#subscription_section article h2 {
  margin: 16px 0;
}

#subscription_section article p {
  margin: 18px 0;
}

#subscription_section #email {
  width: 100%;
  padding: 16px 24px;
  font-size: 14px;
  border: 1px solid #999;
  margin: 24px 0;
  border-radius: 4px;
}

#subscription_section #politicas-group {
  margin: 24px 0;
}

#subscription_form button[type="submit"] {
  border: 0;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#subscription_form button[type="submit"] > img {
  border: 0;
  margin-left: 8px;
}

#subscription_form #politicas-group label {
  display: inline;
}

@media (min-width: 768px) {
  #subscription_section #subscription_img {
    display: block;
    margin-top: -84px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  #subscription_section #subscription_img {
    position: relative;
    bottom: initial;
    left: initial;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    margin-top: -120px;
  }
}

@media (min-width: 768px) {
  #direction-owl-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .carousel-custom-dots .owl-dot {
    height: 5px;
    width: 4rem;
  }
}

/*
------------------------------
.post-ls
------------------------------
*/

#page-category-presentation{
  background: #FCF9F6;
  padding: 72px 0;
}

#page-category-content{
  min-width: 970px;
  padding: 48px 0;
  background-color: #fff;
}

@media (max-width: 1002px){
  #page-category-content{
    min-width: 100%;
  }

  #page-category-presentation{
    background: #FCF9F6;
    padding: 72px 32px;
  }
}

#page-category-content h2{
  margin-bottom: 16px;
}

#page-category .col-xs-12{
  margin: 12px 0;
}

#page-category h2{
  font-size: 40px;
}

.post-ls {
}

.post-ls .post-mask {
  content: "";
  width: 100vw;
  height: 262px;
  /*background-color: #ccc;*/
  position: absolute;
  left: 50%;
  top: 132px;
  transform: translateX(-50%);
}

.post-ls .post {
  display: block;
  position: relative;
  z-index: 1;
  /*margin-bottom: 60px;*/
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 200ms;
  transition: 200ms;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-ls .post:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.post-ls .post .img-container {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.post-ls .post .img-container img {
  width: 100%;
  height: auto;
  opacity: 1;
  vertical-align: middle;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.post-ls .post:hover .img-container img {
  opacity: 0.6;
}

.post.large .img-container
{
  margin-bottom: 40px; 
  border-radius: 4px;
}

.post.small .img-container{
  margin-bottom: 32px;
}

.post.small .img-container{
  margin-bottom: 40px;
}

.post .title{
  margin: 16px 0;
}

.post.small .title{
  font-size: 24px;
}

.post.large .title{
  font-size: 32px;
}

.post-ls .post .text-container {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
  padding-left:  15px;
  padding-right:  15px;
  background-color: #fff;
}

.post-ls .post .text-container .category {
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: hsba(0, 1%, 46%, 1);
  opacity: 1;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 200ms;
}

.post-ls .post .text-container .category:hover {
  opacity: 0.6;
}

.post-ls .post .text-container .title {
  min-height: 44px;
}

.post-ls .post .text-container .title a {
  opacity: 1;
  transition: all 200ms;
}

.post-ls .post .text-container .title a:hover {
  opacity: 0.7;
}

.post-ls .post .text-container .info {
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.post-ls .post .text-container .tags {
  margin-bottom: 30px;
}

.post-ls .post .text-container .tags .tag {
  margin-bottom: 30px;
}

.post-ls .post.hero {
  transform: none;
  transition: 0ms;
  box-shadow: none;
}

.post-ls .post.hero .text-container {
  background-color: transparent;
  padding: 0px;
  padding-right: 30px;
}

.post-ls .post.hero .text-container .title {
  line-height: 1.2;
  min-height: auto;
  font-size: 48px;
  font-size: 64px;
  max-width: 47rem;
}

.post-ls .post.hero .text-container .title a:hover {
  opacity: 0.4;
}

.post-ls .post.hero .text-container .description {
  margin-bottom: 15px;
}

.post-ls .post.hero:hover .img-container {
  opacity: 1;
}

.post-ls .post.hero:hover .img-container img {
  opacity: 1;
}

/*
.post-ls .post.hero:hover{
	transform: none;
	transition: 0ms;
	box-shadow: none;
}
.post-ls .post.hero .img-container{
	transition: all 400ms;
}
.post-ls .post.hero .text-container{
	background-color: transparent;
	transition: all 400ms;
}
.post-ls .post.hero .text-container .title{
}
.post-ls .post.hero:hover .img-container{
	opacity: 1;
	transform: translateX(-50%);
}
.post-ls .post.hero:hover .img-container img{
	opacity: 0.6;
}
.post-ls .post.hero:hover .text-container{
	opacity: 1;
	transform: translateX(50%);
	text-align: center;
	color: #fff;
}
.post-ls .post.hero:hover .text-container .title{
	color: #fff;
}
*/

.post-ls .post.featured {
  padding-bottom: 75%;
}

.post-ls .post.featured .img-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.post-ls .post.featured .img-container:before {
  content: "";
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 56%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 56%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 56%,
    rgba(0, 0, 0, 0.7) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.post-ls .post.featured .img-container .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 1;
  opacity: 1;
  transition: all 200ms;
  transform: scale(1);
}

.post-ls .post.featured:hover {
  transform: none;
}

.post-ls .post.featured:hover .img-container .image {
  transform: scale(1.1);
  opacity: 0.6;
}

.post-ls .post.featured .text-container {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 65%;
  height: auto;
  color: #fff;
  background-color: transparent;
  z-index: 2;
  text-align: left;
}

.post-ls .post.featured .text-container .title {
  color: #fff;
  min-height: auto;
  font-size: 26px;
  font-size: 2.6rem;
}

#popular-posts {
  position: relative;
  padding-bottom: 48px;
}

#popular-posts:before {
  content: "";
  width: 100vw;
  background: #fcf9f6;
  bottom: 0;
  position: absolute;
  max-height: none;
}

@media (min-width: 1200px) {
  #popular-posts:before {
    height: 705px;
  }
}

@media (max-width: 1200px) {
  #popular-posts:before {
    height: 82.5%;
    max-height: 728px;
  }
  /*
  #popular-posts .container .row:nth-child(2){
    padding-bottom: 120px;
  }

  #popular-posts .container .row:nth-child(2)::before {
    height: 85%;    
    position: absolute;
    width: 100vw;
    bottom: 0;
    background: #FCF9F6;  
  }
  */
}

@media (max-width: 991px) {
  #popular-posts:before {
    height: 90%;
    max-height: none;
  }
}

@media (max-width: 768px) {
  #popular-posts:before {
    height: 95%;
    max-height: none;
  }

  #popular-posts img {
    width: 100%;
  }
}

@media (max-width: 395px) {
  #popular-posts:before {
    height: 92%;
    max-height: none;
  }
}

#latest-posts {
  position: relative;
  display: flex;
  /*
    justify-content: space-around;
    align-items: flex-start;
    */
  flex-wrap: wrap;
}

#be-sha {
  position: relative;
}

#be-sha:before {
  content: "";
  height: 70%;
  width: 100vw;
  background-color: #f5ede2;
  top: 0px;
  left: 0px;
  position: absolute;
}

#be-sha .video {
  height: auto;
  background-color: #000;
  position: relative;
}

#be-sha .video .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#be-sha .video .play {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

#be-sha .video .play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
  transform: translateX(-50%) translateY(-50%) scale(0.85);
}

#be-sha .video .embed-responsive-16by9 {
  opacity: 0;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  padding-bottom: 60%;
}

#be-sha.video-is__playing .video .play {
  opacity: 0;
  visibility: hidden;
}

#be-sha.video-is__playing .video .embed-responsive-16by9 {
  opacity: 1;
  padding-bottom: 56.25%;
}

#instagram {
  background-color: #fff;
}

#instagram .instagram-container {
}

#instagram .instagram-item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

#instagram .instagram-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  transition: all 200ms;
}

#instagram .instagram-item:hover:before {
  opacity: 0.7;
}

#instagram .instagram-item .likes {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 40%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  font-weight: bold;
  transition: all 200ms;
}

#instagram .instagram-item:hover .likes {
  top: 50%;
  opacity: 1;
}

#instagram .instagram-item .likes .fa {
  font-size: 18px;
  vertical-align: middle;
  vertical-align: -2px;
}

#newsletter-popup {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 120;
}

#newsletter-popup .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#newsletter-popup .row-height,
#newsletter-popup .col-height {
  margin: 0px;
  padding: 0px;
}

#newsletter-popup .container .popup {
  background-color: #fff;
  width: 800px;
  margin: auto;
  max-width: 100%;
}

#newsletter-popup .container .popup .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: center;
  background-size: cover;
  background-color: #000;
}

#newsletter-popup .container .popup .content {
  background-color: #fff;
  width: 100%;
  margin: auto;
  max-width: 100%;
  padding: 30px;
}

#newsletter-popup .container .popup .content .closer {
  white-space: normal;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  cursor: pointer;
  opacity: 1;
  transition: all 200ms;
}

#newsletter-popup .container .popup .content .closer:hover {
  opacity: 0.5;
}

#newsletter-popup .container .popup .content .label {
  white-space: normal;
}

#newsletter-popup .container .popup .content .title {
  margin-bottom: 10px;
}

/*
------------------------------
#single-content
------------------------------
*/

#single-content .share .title {
  color: #000;
}

#single-content .share .buttons {
}

#single-content .share .buttons .essb_links {
  width: 40px;
  float: right;
}

#single-content .share .buttons .essb_links ul li {
  margin-bottom: 10px !important;
}

#single-content .share .buttons .essb_links ul li a {
  opacity: 0.6;
  margin: 0px;
}

#single-content .share .buttons .essb_links ul li a:hover {
  opacity: 1;
}

#single-content .content-container .image {
  width: 100%;
}

#single-content .content-container .image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#single-content .content-container .image .caption {
  width: 100%;
  font-size: 13px;
  font-style: italic;
  color: #000;
  line-height: 2;
}

#single-content .video {
  height: auto;
  background-color: #000;
  position: relative;
}

#single-content .video .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#single-content .video .play {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

#single-content .video .play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.85);
  transform: translateX(-50%) translateY(-50%) scale(0.85);
}

#single-content .video .embed-responsive-16by9 {
  opacity: 0;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  padding-bottom: 56.25%;
}

#single-content.video-is__playing .video .play {
  opacity: 0;
  visibility: hidden;
}

#single-content.video-is__playing .video .embed-responsive-16by9 {
  opacity: 1;
  padding-bottom: 56.25%;
}

#single-content .gallery {
  position: relative;
}

#single-content .gallery img {
  margin-bottom: 0px;
  vertical-align: middle;
}

#single-content .gallery .info {
  margin-bottom: 15px;
  background-color: #444;
  padding: 15px;
  color: #fff;
}

#single-content .gallery .info .title {
  margin-bottom: 10px;
  color: #fff;
}

#single-content .gallery .info .description {
  color: #fff;
}

#single-content .gallery .prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 48px;
  z-index: 10;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#single-content .gallery .next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 48px;
  z-index: 10;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#single-content .gallery .prev:hover,
#single-content .gallery .next:hover {
}

#single-content .info {
  margin-bottom: 15px;
}

#single-content .info .author {
  display: inline-block;
  margin-right: 5px;
}

#single-content .info .author span {
  color: #000;
}

#single-content .info .date {
  display: inline-block;
  margin-left: 5px;
}

#single-content .category {
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ccc;
  margin-bottom: 30px;
}

/* Recipe */

#single-content .recipe-container {
}

#single-content .recipe-container .intro {
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
}

#single-content .recipe-container .name {
  letter-spacing: 3px;
  margin-bottom: 15px;
}

#single-content .recipe-container .description {
  font-size: 16px;
  font-size: 1.6rem;
}

#single-content .recipe-container .recipe-info,
#single-content .recipe-container .instructions{
  padding: 32px;
  /*background-color: #f2f2f2;*/
}

#single-content .recipe-container .recipe-info .recipe-info-group {
  color: #666;
}

#single-content .recipe-container .recipe-info .recipe-info-group .title {
  color: #333;
  margin-bottom: 10px;
}

#single-content .recipe-container .recipe-info .recipe-info-group .title .icon {
  vertical-align: -4px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 5px;
}

#single-content .recipe-container .recipe-info .recipe-info-group .content {
}

#single-content .recipe-container .shalabel {
  color: #333;
}

/* Question & Answer */

#single-content .qa-container {
}

#single-content .qa-container .qa .question {
  margin-bottom: 15px;
}

#single-content .qa-container .qa .question .title {
  margin-bottom: 15px;
  line-height: 40px;
  padding: 10px 0px;
}

#single-content .qa-container .qa .question .col-height {
  vertical-align: top;
}

#single-content .qa-container .qa .question .icon-container {
  width: 90px;
}

#single-content .qa-container .qa .question .icon-container .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #444;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
  position: relative;
  font-weight: 300;
  border-radius: 30px;
  margin-right: 30px;
}

#single-content .qa-container .qa .answer {
}

#single-content .qa-container .qa .answer .col-height {
  vertical-align: top;
}

#single-content .qa-container .qa .answer .icon-container {
  width: 90px;
}

#single-content .qa-container .qa .answer .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
  position: relative;
  font-weight: 300;
  border-radius: 30px;
  margin-right: 30px;
}

/* Guide */

#single-content .guide-container {
}

#single-content .guide-container .nav-tabs {
  border: 0px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

#single-content .guide-container .nav-tabs > li {
  float: none;
  display: inline-block;
  text-align: center;
}

#single-content .guide-container .nav-tabs > li:last-child {
  border-right: 0px;
}

#single-content .guide-container .nav-tabs > li > a {
  border: 0px;
  background-color: transparent;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0px;
  color: #999999;
  letter-spacing: 2px;
  padding: 15px;
  text-transform: uppercase;
  font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
}

#single-content .guide-container .nav-tabs > li.active > a {
  color: #000;
}

#single-content .guide-container .nav-tabs > li.active > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#single-content .guide-container .nav-tabs > li > a:focus,
#single-content .guide-container .nav-tabs > li > a:hover {
  border: 0px;
  background-color: transparent;
  color: #000;
}

#single-content .guide-container .nav-tabs > li.active > a:focus,
#single-content .guide-container .nav-tabs > li.active > a:hover {
  border: 0px;
  background-color: transparent;
}

#single-content .guide-container .tip {
  margin-bottom: 30px;
}

#single-content .guide-container .tip .img-container {
  margin-bottom: 15px;
}

#single-content .guide-container .tip .text-container {
}

#single-content .guide-container .tip .text-container .title {
  margin-bottom: 10px;
  min-height: 52px;
}

#single-content .guide-container .tip .text-container .link {
  margin-top: 10px;
}

/*
------------------------------
#single-adds
------------------------------
*/

#single-adds .single-related {
  margin-bottom: 30px;
}

#single-adds .single-newsletter {
  background-color: #fff;
  margin: auto;
  max-width: 100%;
  margin-bottom: 60px;
}

#single-adds .single-newsletter .row-height,
#single-adds .single-newsletter .col-height {
  margin: 0px;
  padding: 0px;
}

#single-adds .single-newsletter .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: top;
  background-size: cover;
  background-color: #000;
}

#single-adds .single-newsletter .content {
  background-color: #fff;
  width: 100%;
  margin: auto;
  max-width: 100%;
  padding: 40px;
}

#single-adds .single-newsletter .content .closer {
  white-space: normal;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  cursor: pointer;
  opacity: 1;
  transition: all 200ms;
}

#single-adds .single-newsletter .content .closer:hover {
  opacity: 0.5;
}

#single-adds .single-newsletter .content .label {
  white-space: normal;
}

#single-adds .single-newsletter .content .title {
  margin-bottom: 10px;
}

#single-adds .single-newsletter .content .content-editor {
  margin-bottom: 20px;
}

/*
------------------------------
#single-fixed
------------------------------
*/

#single-fixed {
  height: 64px;
  overflow: hidden;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  transform: translateY(100%);
  transition: all 200ms;
  transition-delay: 0ms;
  box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.1);
}

.is-scrolled #single-fixed {
  transition-delay: 400ms;
  transform: translateY(0%);
}

#single-fixed.unfix {
  position: relative;
  box-shadow: none;
}

#single-fixed .container {
  position: relative;
}

#single-fixed .discover {
  padding: 15px 0px;
  vertical-align: middle;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #444;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
}

#single-fixed .discover a {
  opacity: 1;
  transition: all 200ms;
}

#single-fixed .discover a:hover {
  opacity: 0.4;
}

#single-fixed .discover img {
  vertical-align: middle;
}

#single-fixed .line {
  height: 4px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #ccc;
}

#single-fixed .line span {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  background-color: #444;
}

#single-fixed .navigation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0px;
  line-height: 20px;
  width: calc(100% - 640px);
}

#single-fixed .navigation:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #ccc;
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
}

#single-fixed .navigation a {
  opacity: 1;
  transition: all 200ms;
}

#single-fixed .navigation a:hover {
  opacity: 0.6;
}

#single-fixed .navigation .shalabel {
  margin-bottom: 0px;
  color: #444;
  padding: 0px;
  transition: all 200ms;
}

#single-fixed .navigation a:hover .shalabel {
  padding: 0px 5px;
}

#single-fixed .navigation .title {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#single-fixed .navigation .left {
  width: 50%;
  float: left;
  position: relative;
  display: block;
  padding-right: 20px;
}

#single-fixed .navigation .right {
  width: 50%;
  float: left;
  position: relative;
  display: block;
  padding-left: 20px;
  transition: all 200ms;
}

#single-fixed .sharer {
  display: none !important;
  margin: 10px 0px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}

#single-fixed .sharer:hover {
  border: 1px solid #888;
}

#single-fixed .share .title {
  padding: 15px 0px;
  vertical-align: middle;
  line-height: 30px;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0px;
  color: #444;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "HK Grotesk", Helvetica, Arial, Verdana, sans-serif;
  display: inline-block;
}

#single-fixed .share .buttons {
  display: inline-block;
}

#single-fixed .share .closer {
  display: none;
}

#single-fixed .share .buttons .essb_links {
  margin: 0px;
}

#single-fixed .share .buttons .essb_links a {
  opacity: 0.7;
}

#single-fixed .share .buttons .essb_links a:hover {
  opacity: 1;
}

#single-fixed .share .buttons .essb_links .essb_icon {
  width: 30px;
  height: 30px;
}

#single-fixed .share .buttons .essb_links .essb_icon:before {
  font-size: 14px !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#livechat-compact-container {
  display: none !important;
}

@media all and (max-width: 1200px) {
  #page-category {
    /*background-color: #ccc;*/
  }
  .post-ls .post-mask {
    display: none;
  }
  .post-ls .post.hero:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -30px;
    background-color: #fff;
    width: 100vw;
    height: calc(100% + 75px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media all and (max-width: 991px) {
  #single-fixed .navigation {
    display: none;
  }
  .post-ls .post.hero .text-container .title {
    font-size: 30px;
    font-size: 3rem;
  }
  .site-header #menu-magazine > li.current-menu-item > a:before {
    background-color: #b0cedb;
    width: 16px;
    height: 16px;
    border-radius: 32px;
    right: 0px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .post-ls .post {
    margin-bottom: 24px;
  }
  .post-ls .post.hero:before {
    height: calc(100% + 60px);
  }
  #single-content .share {
    margin-bottom: 15px;
    text-align: left;
  }
  #single-content .share .title,
  #single-content .share .buttons {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
  }
  #single-content .share .buttons .essb_links {
    width: auto;
    margin: 0px;
  }
  #single-content .share .buttons .essb_links ul li {
    margin-bottom: 0px !important;
    margin-left: 10px !important;
  }
  #instagram .instagram-container {
    overflow: visible;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
  #instagram .instagram-container .instagram {
    overflow: scroll;
    vertical-align: middle;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 0px;
  }
  #instagram .instagram-container .instagram .col-xs-12 {
    float: none;
    display: inline-block;
    max-width: 60%;
    width: 220px;
    white-space: normal;
    margin-right: 10px;
    vertical-align: top;
    padding: 0px;
  }
}

@media all and (max-width: 767px) {
  #instagram .instagram-container .instagram .col-xs-12 {
    float: none;
    display: inline-block;
    max-width: 60%;
    white-space: normal;
    margin-right: 10px;
    vertical-align: top;
    padding: 0px;
  }
  #single-content {
    padding-top: 0px;
  }
  #single-content .gallery,
  #single-content .video,
  #single-content .content-container .image {
    margin-left: -15px;
    width: 100vw;
  }
  #single-content .share-container .share {
    display: none;
  }
  #single-content .content-container .share .buttons {
    display: inline-block;
  }
  #single-content .content-container .share .buttons .essb_links {
    margin: 0px;
  }
  #single-content .content-container .share .buttons .essb_links a {
    opacity: 0.7;
  }
  #single-content .content-container .share .buttons .essb_links a:hover {
    opacity: 1;
  }
  #single-content .content-container .share .buttons .essb_links .essb_icon {
    width: 30px;
    height: 30px;
  }
  #single-content
    .content-container
    .share
    .buttons
    .essb_links
    .essb_icon:before {
    font-size: 14px !important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #single-content .share {
    margin-bottom: 15px;
    text-align: left;
  }
  #single-content .share .title {
    margin-right: 10px;
  }
  #single-content .share .buttons .essb_links {
    width: auto;
    margin: 0px;
  }
  #single-content .share .buttons .essb_links ul li {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
  }
  #single-content .expert-container .row-height,
  #single-content .expert-container .col-height {
    display: block;
  }
  #single-content .expert-container .img-container .image {
    max-width: 80%;
    width: 240px;
    margin: auto;
    margin-bottom: 20px;
  }
  #single-content .expert-container .text-container {
    text-align: center;
  }
  #single-content .recipe-container .row-height,
  #single-content .recipe-container .col-height {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  #single-content .recipe-container .recipe-info {
    margin-bottom: 30px;
  }
  #single-content .gallery .prev,
  #single-content .gallery .next {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  #single-content .qa-container .qa .answer .icon-container,
  #single-content .qa-container .qa .question .icon-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #single-content .qa-container .qa .answer .icon-container .icon,
  #single-content .qa-container .qa .question .icon-container .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-right: 0px;
  }
  #single-content .qa-container .qa .row-height,
  #single-content .qa-container .qa .col-height {
    display: block;
  }
  #single-content .qa-container .qa .question .title {
    text-align: center;
  }
  #single-adds .single-newsletter .row-height,
  #single-adds .single-newsletter .col-height {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  #single-adds .single-newsletter .image {
    position: relative;
    padding-bottom: 70%;
    background-position: top;
  }
  #single-adds .single-newsletter .content {
    padding: 30px;
  }
  #newsletter-popup .row-height,
  #newsletter-popup .col-height {
    display: block;
    width: 100%;
  }
  #newsletter-popup .container .popup .image {
    display: none;
  }
  .post-ls .post.hero .row-height,
  .post-ls .post.hero .col-height {
    display: block;
  }
  .post-ls .post.hero:before {
    top: -30px;
    height: calc(100% + 50px);
  }
  #sha-magazine .featured,
  #page-category {
    padding-top: 0px;
  }
  .post-ls .post.hero .img-container {
    /*margin-left: -15px;
	    width: 100vw;
	    margin-bottom: 15px;*/
    padding: 20px 0px;
    background-color: transparent;
  }
  .post-ls .post.featured .text-container {
    width: 100%;
  }
  .post-ls .post.featured .text-container .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #single-fixed .sharer {
    display: block !important;
  }
  #single-fixed .share {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 15px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    display: none;
  }
  #single-fixed .share .closer {
    display: block;
    position: absolute;
    right: 15px;
    padding: 12px 15px;
    cursor: pointer;
  }
  #single-fixed .share .closer:hover {
    color: #888;
  }
  #single-fixed .share .buttons {
    width: auto;
    float: left;
  }
  #single-fixed .share .buttons .essb_links {
  }
  #single-fixed .share .buttons .essb_links a {
    opacity: 0.7;
  }
  #single-fixed .share .buttons .essb_links a:hover {
    opacity: 1;
  }
  #single-fixed .share .buttons .essb_links .essb_icon {
  }
  #single-fixed .share .buttons .essb_links .essb_icon:before {
  }
  #single-fixed .share .title {
    display: none;
  }
  #single-fixed .share .buttons {
  }
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
}

@media (max-width: 461px){
  .slider-text{
    margin-top: 24px;
  }
  .owl-item .title{
    font-size: 40px !important;
    line-height: 48px;
  }

  #home-lo-ultimo .title-section{
    font-size: 32px;
  }

  .post.large .title{
    font-size: 24px;
  }

  .post .img-container{
    margin-bottom: 24px !important;
  }

  .post .post-category-span {
    font-size: 12px;
  }

}
