@media (min-width: 1400px) {
  .am-section-img-home:before {
    width: calc(50% - 300px);
    background-position: center left;
  }
  .am-section-img-home:after {
    width: calc(50% - 300px);
    background-position: bottom right;
    background-size: auto;
  }
}
.am-section-blog h3 {
  font-size: 45px;
}

.amblog-list [class*='am-width'] {
  padding-left: 30px;
}

.amblog-list .amblog-headline {
  display: block;
  padding: 0;
  margin-bottom: 15px;
  background: #ffffff;
  color: #484848;
  font-family: 'Average',serif;
  font-size: 24px;
  transition: all ease 0.3s;
}
.amblog-list .amblog-headline:hover {
  color: #478CB3;
}

.amblog-list .amblog-post-image img {
  width: 100%;
} 

.amblog-list [class*='am-width-1-1'] {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .amblog-list .amblog-headline {
    font-size:18px
  }
}

@media (max-width: 959px) {
  .amblog-list > .am-width-1-2 {
    width: 100%;
  }

  .amblog-list > .am-width-1-2 + .am-width-1-2 {
    margin-top: 30px;
  }

  .amblog-list .amblog-headline {
      font-size: 16px;
  }
}


.am-section-fetes .amtheme-link {
    position: relative;
    font-size: 14px;
    padding-right: 30px;
    color: #58595B;
}

.am-section-fetes .amtheme-link:after {
    position: absolute;
    top: 50%;
    right: 7px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: inherit;
    border-top: 2px solid #478CB3;
    border-right: 2px solid #478CB3;
    content: '';
    border-radius: 2px;
    transition: right .3s;
    transform: translateY(-50%) rotate(45deg);
}

.am-color-secondary {
  color: #C87F3A;
}

.am-section-fetes .am-width-expand h3 {
  color: #C87F3A;
  text-align: left;
}

.am-section-fetes h3 {
    font-size: 45px;
    text-align: center;
}

@media (max-width: 959px) {
  .am-section-seo .am-width-1-4 {
    width: 50%;
  }

  .am-section-seo .am-width-1-4 + .am-width-1-4 + .am-width-1-4 {
    margin-top: 30px;
  }
}

@media (max-width: 639px) {
  .am-section-seo .am-width-1-4 {
    width: 100%;
  }

  .am-section-seo .am-width-1-4 + .am-width-1-4 {
    margin-top: 30px;
  }
}

.am-button.am-dropdown-button {
  padding: 10px;
  border-radius: 50px;
  width: 60px;
  line-height: 40px;
  height: 60px;
  border: 2px solid #478CB3 !important;
}

.am-button.am-dropdown-button:hover, .am-button.am-dropdown-button:focus {
  background: #eecd83;
  border: 2px solid #eecd83 !important;
}
.am-inline {
  display: inline-block;
}

.product-item .product-image-container {
  margin: auto;
}
.am-inline .products-grid.products>.amtheme-products-secondary .product-item {
  max-width: 300px;
  width: 300px;
  margin: 0;
}
.am-position-relative {
  position: relative;
}

.am-section-fetes .am-position-relative > .lookbook-product > .am-inline {
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
}
.am-section-fetes .am-position-relative > .lookbook-product > .am-inline .am-dropdown {
  position: absolute;
  left: 85px;
  transform: translateY(calc(-50% + 30px));
  z-index: 1;
}

.am-section-fetes .am-position-relative > .lookbook-product > .am-inline .am-dropdown.am-dropdown-left {
  right: 85px;
  left: auto;
}

.am-section-fetes .am-position-relative > .lookbook-product > .am-inline .am-dropdown.am-dropdown-bottom {
  left: 0;
}
.am-section-fetes .am-position-relative > .lookbook-product > .am-inline .am-dropdown.am-dropdown-left.am-dropdown-bottom {
  left: auto;
  right: 0;
}

.am-section-fetes .am-position-relative > .lookbook-product > .am-inline .am-dropdown.am-dropdown-bottom {
  transform: translateY(75px);
}

.am-section-fetes .products-grid.products>.amtheme-products-secondary .item.product-item {
  margin: 0;
}

@media (max-width: 639px) {
  .am-inline .products-grid.products>.amtheme-products-secondary .product-item {
    max-width: 250px;
    width: 250px;
    margin: 0;
  }
}

@media (max-width: 959px) {
  .am-section-fetes .am-width-1-5 {
    width: 33.33%;
    margin-bottom: 25px;
  }

  .am-section-fetes .am-grid.am-flex.am-flex-middle {
    justify-content: center;
  }
}

@media (max-width: 459px) {
  .am-section-fetes .am-width-1-5 {
    width: 50%;
  }
}
.am-card.am-card-default:before {
  opacity: 0;
  transition: all ease .3s;
}
.am-card.am-card-default:hover:before {
  opacity: 1;
}
.am-card-media-bottom {
  overflow: hidden;
}
.am-card-media-bottom img {
  transition: .3s all ease;
}
.am-card-media-bottom:hover img {
  transform: scale(1.1);
}
.am-section-img-home .am-text-link span {
  position: relative;
}
.am-section-img-home .am-text-link span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-property: right;
  transition-property: right;
}
.am-section-img-home .am-text-link:hover span:before {
  right: -25px;
}
.products-grid.products>.amtheme-products-secondary .price-box .price-label, .amtheme-products-secondary.-in-widget .price-box .price-label, .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-label, .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-label {
  display: none;
}
.amblog-list.amtheme-slick-slider {
  position: relative;
  padding: 0;
}
.title-container {
  background: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  border: none;
  padding: 25px;
}
.grid-home-cat .uk-button-default {
  background: #C2E2DD;
  border: 1px solid #C2E2DD;
  font-family: 'Ibarra Real Nova', serif;
  font-size: 18px;
  text-transform: initial;
  font-weight: 500;
}