/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/**
 * Header
 */
#Subheader .title {
  text-shadow: 0 0 30px #fff;
}
.page-id-37 #Subheader {
  background-size: cover;
}
@media (max-width: 1430px) {
  #Top_bar .menu > li > a span:not(.description) {
    padding: 0 15px;
  }
}
@media (max-width: 1340px) {
  #Top_bar .menu > li > a span:not(.description) {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 959px) {
  #Subheader {
    padding: 260px 0 120px;
  }
  #Subheader .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  #Subheader {
    padding: 220px 40px 90px;
    /* background-size: 100%; */
  }
  #Subheader .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #Subheader {
    background-size: 100%;
  }
  #Subheader .title {
    display: none!important;
    opacity: 0;
    visibility: hidden;
    color: #7b6c6c;
  }
}

/**
 * Common
 */
a {
  /* color: #e8bcb0; */
  /* color: #e6afa2; */
  color: #e0a496;
}
label {
  font-weight: 300;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.blockquote p {
  font-size: 28px;
  line-height: 1.6;
}

/**
 * Carousel
 */
#carousel-wrapper {
  position: relative;
  overflow: hidden;
}
ul.carousel {
  margin: 0;
  overflow: hidden;
}
.carousel-style-1 .carousel-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}
.carousel-style-1 .carousel-nav li {
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  background: rgba(74, 58, 58, 0.30)!important;
  cursor: pointer;
  z-index: 999;
}
.carousel-style-1 .carousel-nav .prev {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.carousel-style-1 .carousel-nav .next {
  position: absolute;
  left: 51px;
  bottom: 10px;
}

.carousel-style-2 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.carousel-style-2 .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
/* .carousel-style-2 .carousel-nav { */
/*   position: absolute; */
/*   bottom: 0; */
/*   left: 0; */
/* } */
.carousel-style-2 .carousel-nav li {
  list-style: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92)!important;
  cursor: pointer;
  z-index: 999;
}
.carousel-style-2 .carousel-nav .prev {
  position: absolute;
  left: 0;
  top: 40%;
}
.carousel-style-2 .carousel-nav .next {
  position: absolute;
  right: 0;
  top: 40%;
}

/**
 * Press gallery
 */
.press-gallery {
  /* background: #f9f5f1; */
  padding: 2.5rem 0;
}
.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  -mox-column-gap: 4rem;
  column-gap: 4rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
  margin-bottom: .8rem;
  /* padding: 10px; */
  /* background: #fff; */
  /* box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.033); */
}
.card-columns a {
  cursor: zoom-in;
}
.card-image {
  overflow: hidden;
}
.card-image:hover {
  opacity: 0.85;
}

@media (max-width: 767px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -mox-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    margin-bottom: 1.25rem;
  }
}

/**
 * Alert
 */
.alert {
  padding: 6px 55px!important;
  border-radius: 0;
}
.alert .alert_icon {
  display: none!important;
}
.woocommerce-message::before {
  display: none!important;
}
.alert_info {
  color: #636063;
  background: #f1e6ea;
  /* background: #e26491; */
}
.woocommerce-info {
  border-top-color: #a3c7da;
  background: rgba(255, 255, 255, .25);
}
.woocommerce-info::before {
  display: none!important;
}
.alert_info a,
.alert_info a:hover {
  /* color: #e8bcb0; */
  color: #e0a496;
}
.alert_info .alert_icon {
  background: #a04f74;
}
.woocommerce-error.alert,
.woocommerce-info.alert,
.woocommerce-message.alert {
  padding: 6px 55px!important;
}
.alert a.close {
  top: 11px;
}
.alert_success,
.alert_success .alert_icon {
  background: #e2edcd;
  color: rgba(0, 0, 0, .1);
}
.alert a.close i {
  background: transparent;
  color: rgba(0, 0, 0, .1);
}
.alert_success .alert_wrapper {
  /* color: #4e4e4e; */
  color: rgba(23, 70, 4, 0.4);
}
.alert_warning {
  background: #dca7a5;
  color: #fff;
}
.alert_error {
  background: #fb5480;
}
.woocommerce-error::before {
  display: none;
}
.alert span.shopping-bag {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 20px;
  line-height: 20px;
}
.alert span.shopping-bag i {
  background: transparent;
  color: rgba(23, 70, 4, 0.4);
  /* color: #5d9514; */
}

/**
 * WooCommerce Shop
 */
.woocommerce #Subheader,
.woocommerce-cart #Subheader,
.woocommerce-checkout #Subheader {
  padding: 73px 0;
}
.woocommerce #Subheader::after,
.woocommerce-cart #Subheader::after,
.woocommerce-checkout #Subheader::after {
  box-shadow: none;
}
.shop-title {
  display: block;
  color: #636063;
  font-weight: 300;
  padding: 0 0 30px;
  text-align: center;
  letter-spacing: 1px;
}
.woocommerce .image_frame {
  //
}
.woocommerce ul.products li.product .desc {
  background: transparent;
}
.woocommerce ul.products li.product .onsale {
  display: none;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #636063;
  font-size: 16px;
  /* letter-spacing: 0; */
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price ins .woocommerce-Price-amount {
  font-weight: 400;
}

/**
 * WooCommerce Single Product
 */
.woocommerce-page table th,
.woocommerce-page table td {
  padding: 5px;
}
.woocommerce span.onsale {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: transparent;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background: #fff;
}
.woocommerce .product div.entry-summary h1.product_title:after {
  display: none;
}
.woocommerce .product div.entry-summary h1.product_title {
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.woocommerce div.product div.summary {
  width: 42%;
}
.woocommerce .product div.entry-summary .price {
  color: #636063;
  font-weight: 300;
}
.woocommerce .product div.entry-summary .price > del {
  display: block;
}
.woocommerce div.product p.price ins {
  font-size: 24px;
  font-weight: 400;
}
.woocommerce-page table th, table td {
  text-align: left;
}
table tr:nth-child(2n) td {
  background: transparent;
}
.woocommerce .variations_form .variations {
  /* background: rgba(255, 255, 255, .25); */
}
.woocommerce div.product form.cart .variations label {
  font-weight: 300;
}
.woocommerce select,
.woocommerce textarea,
.woocommerce .quantity input.qty {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.woocommerce .product div.entry-summary .cart .button {
  padding: 9px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce button.button.alt {
  /* color: #866c80; */
  /* background: #ffdddc; */
  background: #e6afa2;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #d6d3d6;
}
.woocommerce div.product .stock {
  color: #999;
}
.woocommerce div.product p.stock {
  font-size: 13px;
}
.woocommerce .product div.entry-summary .product_meta {
  display: none;
}
/* .woocommerce .product_meta .sku_wrapper { */
/*   display: block; */
/* } */
.woocommerce .share-label {
  display: none;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.accordion .question.active .title > .acc-icon-plus,
.accordion .question.active .title > .acc-icon-minus,
.faq .question.active .title > .acc-icon-plus,
.faq .question.active .title,
.accordion .question.active .title {
  color: rgba(0, 0, 0, .25);
}
.accordion .question {
  border-radius: 0;
  border:none;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.accordion .question .title {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #fef0f0;
  box-shadow: none;
}
.accordion .question .title:before {
  border: none;
}
.accordion .question .answer {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: none;
}
.accordion .question.active .title {
  color: #4a484a;
}
.woocommerce table th,
.woocommerce table tr:first-child td {
  box-shadow: none;
  background: transparent;
}
.woocommerce table.shop_attributes th {
  font-weight: 300;
}
.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent;
}
#comments > :first-child {
  border: none;
}
#respond .comment-reply-title {
  font-size: 16px;
}
.woocommerce input[type="date"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce select:focus, textarea:focus {
  background: rgba(255, 255, 255, 0.75)!important;
}

/**
 * WooCommerce Cart
 */
.woocommerce table.shop_table {
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  font-weight: 400;
}
.woocommerce .shop_table td.actions {
  background: transparent;
}
.woocommerce table.shop_table td {
  border: none;
}
.woocommerce .shop_table .product-name a {
  /* color: #e8bcb0; */
  /* color: #e6afa2; */
  color: #e0a496;
  font-weight: 400;
}
.woocommerce .shop_table .product-name .variation > dt,
.woocommerce td.product-name dl.variation p {
  font-size: 13px;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce-cart table tr:first-child td,
table tr td {
  background: rgba(255, 255, 255, 0.2);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid rgba(0, 0, 0, .08);
}
.woocommerce-cart input[type="text"] {
  background: rgba(255, 255, 255, 0.25);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #e6afa2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #e6afa2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-cart table tr.cart-subtotal:first-child td, table tr td {
  background: transparent;
}

/**
 * WooCommerce Checkout
 */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, .01);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .25);
}
.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .25);
  border-radius: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 300;
}
.woocommerce-checkout b,
.woocommerce-checkout strong,
.woocommerce-checkout dt {
  font-weight: 400;
}
.woocommerce-checkout h3 {
  font-weight: 300;
  letter-spacing: 1px;
}
.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 400;
}
@media (max-width: 767px) {
  .woocommerce #Subheader,
  .woocommerce-cart #Subheader,
  .woocommerce-checkout #Subheader {
    padding: 0!important;
  }
}

/**
 * Footer
 */
#Footer .footer_copy .copyright {
  font-size: 13px;
  float: none;
}

/**
 * Instagram feed
 */
#sb_instagram {
  display: none !important;
}
.instagram-posts {
  margin: -4px;
  background: #f4d8d1;
  /* border-top: 4px  solid #f4d8d1; */
  /* border-bottom: 4px  solid #f4d8d1; */
  display: flex;
}
.instagram-posts__col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc((100vw + 8px) / 3);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}
.instagram-posts__col .instagram-post {
  background-color: rgba(0, 0, 0, 0.5);
  /* border: 4px  solid #f4d8d1; */
  overflow: hidden;
  position: relative;
}
.instagram-posts__col .instagram-post {
  height: calc((100vw + 8px) / 6);
  width: calc((100vw + 8px) / 6);
}
.instagram-post__background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.instagram-posts__col .instagram-post__content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
}
.instagram-posts__col .instagram-post .instagram-post__content::before {
  opacity: 0;
  transition: opacity 0.2s 0s;
}
.instagram-posts__col .instagram-post:hover .instagram-post__content::before {
  opacity: 1;
  transition: opacity 0.2s 0s;
}
.instagram-posts__col .instagram-post .instagram-post__content .content {
  opacity: 0;
}
.instagram-posts__col .instagram-post:hover .instagram-post__content .content {
  opacity: 1;
  transition: opacity 0.5s 0.2s;
}
.instagram-posts__col .instagram-post__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  pointer-events: none;
}
.instagram-posts__col .instagram-post__content .content {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  display: flex;
}
.instagram-posts__col .instagram-post__content .content p {
  margin: 0;
  padding: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instagram-posts__col .instagram-post__content > * {
  line-height: 1em;
  color: #fff;
}
.instagram-post a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.instagram-posts__col .instagram-post__icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
}
.instagram-post:first-child {
  display: block;
}
.instagram-posts__col:first-child .instagram-post:first-child {
  height: calc((100vw + 8px) / 3);
  width: calc((100vw + 8px) / 3);
}
.instagram-posts__col:nth-child(2) .instagram-post:last-child {
  height: calc((100vw + 8px) / 3);
  width: calc((100vw + 8px) / 3);
}
.instagram-posts__col:last-child .instagram-post:first-child {
  height: calc((100vw + 8px) / 3);
  width: calc((100vw + 8px) / 3);
}

.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 2.4s;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1) .instagram-post__background::before,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2) .instagram-post__background::before,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3) .instagram-post__background::before,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1) .instagram-post__background::before,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2) .instagram-post__background::before,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3) .instagram-post__background::before,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1) .instagram-post__background::before,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2) .instagram-post__background::before,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3) .instagram-post__background::before,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3) .instagram-post__background::after {
  position: absolute;
  background: #f4d8d1;
  top: 0;
  height: 100%;
  content: '';
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3) .instagram-post__background::before {
  left: -20%;
  width: 55%;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2) .instagram-post__background::after {
  right: 0;
  width: 70%;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3) .instagram-post__background::after {
  right: 0;
  width: 70%;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 1.2s, -webkit-transform 0.6s 1.2s;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 1.5s, -webkit-transform 0.6s 1.5s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 1.8s, -webkit-transform 0.6s 1.8s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 0.9s, -webkit-transform 0.6s 0.9s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 2.1s, -webkit-transform 0.6s 2.1s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3).active .instagram-post__background {
  transform: translateX(0);
  transition: transform 0.6s 2.4s, -webkit-transform 0.6s 2.4s;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1).active .instagram-post__background::before,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2).active .instagram-post__background::before,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3).active .instagram-post__background::before,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1).active .instagram-post__background::before,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__background::before,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3).active .instagram-post__background::before,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1).active .instagram-post__background::before,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2).active .instagram-post__background::before,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2).active .instagram-post__background::after {
  width: 0;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3).active .instagram-post__background::before,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3).active .instagram-post__background::after {
  width: 0;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1).active .instagram-post__background::before {
  transition: width 0.5s 0.1s ease-in-out;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2).active .instagram-post__background::before {
  transition: width 0.5s 1.3s;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3).active .instagram-post__background::before {
  transition: width 0.5s 1.6s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1).active .instagram-post__background::before {
  transition: width 0.5s 0.4s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__background::before {
  transition: width 0.5s 0.7s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3).active .instagram-post__background::before {
  transition: width 0.5s 1.9s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1).active .instagram-post__background::before {
  transition: width 0.5s 1s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2).active .instagram-post__background::before {
  transition: width 0.5s 2.2s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3).active .instagram-post__background::before {
  transition: width 0.5s 2.5s;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1).active .instagram-post__background::after {
  transition: width 0.6s 0s ease-in-out;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2).active .instagram-post__background::after {
  transition: width 0.6s 1.2s;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3).active .instagram-post__background::after {
  transition: width 0.6s 1.5s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1).active .instagram-post__background::after {
  transition: width 0.6s 0.3s ease-in-out;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__background::after {
  transition: width 0.6s 0.6s ease-in-out;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3).active .instagram-post__background::after {
  transition: width 0.6s 1.8s ease-in-out;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1).active .instagram-post__background::after {
  transition: width 0.6s 0.9s ease-in-out;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2).active .instagram-post__background::after {
  transition: width 0.6s 2.1s ease-in-out;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3).active .instagram-post__background::after {
  transition: width 0.6s 2.4s ease-in-out;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1) .instagram-post__icon,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2) .instagram-post__icon,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3) .instagram-post__icon,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1) .instagram-post__icon,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2) .instagram-post__icon,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3) .instagram-post__icon,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1) .instagram-post__icon,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2) .instagram-post__icon,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2) .instagram-post__content {
  opacity: 0;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3) .instagram-post__icon,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3) .instagram-post__content {
  opacity: 0;
}

.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1).active .instagram-post__icon,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(1).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 0.6s;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2).active .instagram-post__icon,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(2).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 1.8s;
}
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3).active .instagram-post__icon,
.instagram-posts__col:nth-child(1) .instagram-post:nth-child(3).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 2.1s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1).active .instagram-post__icon,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(1).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 0.9s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__icon,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(2).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 1.2s;
}
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3).active .instagram-post__icon,
.instagram-posts__col:nth-child(2) .instagram-post:nth-child(3).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 2.4s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1).active .instagram-post__icon,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(1).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 1.5s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2).active .instagram-post__icon,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(2).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 2.7s;
}
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3).active .instagram-post__icon,
.instagram-posts__col:nth-child(3) .instagram-post:nth-child(3).active .instagram-post__content {
  opacity: 1;
  transition: opacity 0.2s 3s;
}
