/**
 * =>Footer
 **/
.site-footer {
  background-color: #434343;
}

.site-footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
}

.footer-instagram.boxed,
.site-footer.boxed {
  margin-left: auto;
  margin-right: auto;
}

.footer-instagram.full-width.stretched .content-wrap,
.site-footer.full-width.stretched .content-wrap,
.site-footer.full-width.stretched .container {
  max-width: 100% !important;
}

/**
 * ->Footer Widgets
 **/
.footer-widgets {
  padding: 45px 0 35px;
}

.footer-widgets .widget .btn-bs-pagination:hover {
  color: #fff !important;
}

/* Footer Light Text */
.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a {
  background-color: rgba(0, 0, 0, 0.08);
}

.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a,
.footer-widgets.light-text .widget.widget_archive .post-count,
.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item .term-count,
.footer-widgets.light-text .widget.widget_categories .post-count,
.footer-widgets.light-text .widget.widget_calendar table tfoot td,
.footer-widgets.light-text .widget.widget_calendar table th,
.footer-widgets.light-text .widget.widget_calendar table td.active-day,
.footer-widgets.light-text .widget.widget_calendar table caption {
  background: rgba(255, 255, 255, 0.26);
  color: #ffffff;
}

.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a,
.footer-widgets.light-text .widget.widget_nav_menu ul.menu li a,
.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a,
.footer-widgets.light-text .bs-popular-categories .bs-popular-term-item,
.footer-widgets.light-text .widget.widget_pages ul li,
.footer-widgets.light-text .widget.widget_categories ul.children,
.footer-widgets.light-text .widget.widget_categories ul.children,
.footer-widgets.light-text .widget.widget_categories ul li {
  border-color: rgba(255, 255, 255, 0.04);
}

.footer-widgets.light-text .widget.widget_nav_menu ul.menu .sub-menu > li:last-child a {
  border-color: rgba(255, 255, 255, 0.06) !important;
}

.footer-widgets.light-text .widget.widget_tag_cloud .tagcloud a:hover {
  color: rgba(255, 255, 255, 0.71) !important;
}

.footer-widgets.light-text .widget.widget_calendar table td:hover,
.footer-widgets.light-text .widget.widget_calendar table td,
.footer-widgets.light-text .widget {
  color: rgba(255, 255, 255, 0.71);
}

.footer-widgets.light-text .widget.widget_categories .post-count,
.footer-widgets.light-text .post-meta .post-author,
.footer-widgets.light-text .widget a {
  color: white;
}

.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a {
  -webkit-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
  -moz-box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
  box-shadow: inset 0 0 0 1px rgba(228, 228, 228, 0.21);
  color: white;
}

.footer-widgets.light-text .widget .better-social-counter.style-clean .item-count,
.footer-widgets.light-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
  color: white !important;
}

.footer-widgets.light-text .better-control-nav li a,
.footer-widgets.light-text .widget.widget_bs-subscribe-newsletter {
  background: rgba(0, 0, 0, 0.15);
}

/* Footer Dark Text */
.footer-widgets.dark-text .widget.widget_nav_menu ul.menu li a {
  background-color: rgba(0, 0, 0, 0.08);
}

.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item .term-count,
.footer-widgets.dark-text .widget.widget_categories .post-count,
.footer-widgets.dark-text .widget.widget_calendar table tfoot td,
.footer-widgets.dark-text .widget.widget_calendar table th,
.footer-widgets.dark-text .widget.widget_calendar table td.active-day,
.footer-widgets.dark-text .widget.widget_calendar table caption {
  background: rgba(0, 0, 0, 0.15);
}

.footer-widgets.dark-text .bs-popular-categories .bs-popular-term-item,
.footer-widgets.dark-text .widget.widget_pages ul li,
.footer-widgets.dark-text .widget.widget_categories ul.children,
.footer-widgets.dark-text .widget.widget_categories ul.children,
.footer-widgets.dark-text .widget.widget_categories ul li {
  border-color: rgba(0, 0, 0, 0.11);
}

.footer-widgets.dark-text .widget.widget_calendar table td:hover,
.footer-widgets.dark-text .widget.widget_calendar table td,
.footer-widgets.dark-text .widget {
  color: rgba(0, 0, 0, 0.69);
}

.footer-widgets.dark-text .post-meta .post-author {
  color: rgba(0, 0, 0, 0.6);
}

.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.46);
  color: rgba(0, 0, 0, 0.41);
}

.footer-widgets.dark-text .widget.widget_categories .post-count,
.footer-widgets.dark-text .widget .bs-about .about-icons-list .about-icon-item a:hover {
  color: white !important;
}

.footer-widgets.dark-text .better-control-nav li a,
.footer-widgets.dark-text .widget.widget_bs-subscribe-newsletter {
  background: rgba(0, 0, 0, 0.15);
}

.footer-widgets.dark-text .listing-item-text-1 .item-inner {
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

/**
 * ->Footer Social Icons
 **/
.site-footer .footer-social-icons {
  padding: 20px 0;
  background: #292929;
}

.site-footer .footer-social-icons .social-item {
  margin-bottom: 0;
}

.footer-social-icons .better-social-counter.style-big-button .social-list {
  text-align: center;
  font-size: 0;
}

.footer-social-icons .better-social-counter.style-big-button .social-item {
  display: inline-block;
  float: none !important;
  text-align: left;
}

/**
 * ->Footer Copyright
 **/
.site-footer .copy-footer {
  padding: 22px 0 22px;
  background: #353535;
}

.site-footer .copy-footer .container {
  font-size: 12px;
}

.site-footer .copy-2,
.site-footer .copy-1 {
  color: #B6B6B6;
  color: rgba(255, 255, 255, 0.57);
}

.site-footer .copy-2 {
  text-align: right;
}

.site-footer .copy-2 a,
.site-footer .copy-1 a {
  color: #F3F3F3;
}

@media only screen and (max-width: 780px) {
  .site-footer .copy-1,
  .site-footer .copy-2 {
	text-align: center !important;
  }

  .site-footer .copy-1 {
	margin-top: 10px;
	margin-bottom: 10px;
  }

  .site-footer ul.menu.footer-menu {
	text-align: center;
  }

  .site-footer ul.menu.footer-menu > li {
	float: none;
	margin: 0 7px;
	display: inline-block;
  }
}

.copy-footer .content-wrap {
  overflow-x: hidden;
}

/**
 * ->Footer Menu
 **/
.footer-menu-container {
  border-bottom: 2px solid #646464;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}

ul.menu.footer-menu > li {
  margin-right: 20px;
}

ul.menu.footer-menu li > a {
  color: inherit;
  text-transform: inherit;
}

ul.menu.footer-menu > li.menu-item-has-children > a:after {
  display: none;
}

.site-footer .copy-footer .footer-menu-wrapper .footer-menu-container:before {
  content: '';
  position: absolute;
  width: 200vw;
  height: 100%;
  right: -100vw;
  padding-left: 200px;
  box-sizing: unset;
  top: 0;
}

.site-footer.full-width .copy-footer {
  max-width: 100%;
  overflow: hidden;
}

.site-footer.full-width .copy-footer .content-wrap {
  overflow-x: visible;
}

.site-footer.full-width.stretched .copy-footer .content-wrap {
  overflow-x: hidden;
  overflow-y: hidden;
}

.main-wrap .site-footer.full-width .copy-footer .content-wrap {
  overflow-x: hidden;
  overflow-y: hidden;
}

/**
 * ->Footer Instagram
 **/
.footer-instagram .footer-instagram-label {
  margin: 25px 0;
  text-align: center;
  font-size: 18px;
}

.footer-instagram .bs-instagram-photo img {
  max-width: 100%;
}

/**
 * >>Footer Instagram 1
 **/
.footer-instagram-1 {
  padding: 0 2px 2px;
}

.footer-instagram-1 .bs-instagram-col {
  float: left;
  width: 16.666666667%;
  overflow: hidden;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(1) {
  max-width: 100%;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(2),
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-1 .bs-instagram-photo:nth-child(3) {
  max-width: 50%;
  float: left;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(3) {
  max-width: 100%;
  clear: left;
}

.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(1),
.footer-instagram-1 .bs-instagram-col.bs-instagram-col-type-2 .bs-instagram-photo:nth-child(2) {
  max-width: 50%;
  float: left;
}

.footer-instagram-1 .bs-instagram-col .bs-instagram-photo {
  border: 1px solid transparent;
}

@media only screen and (max-width: 1280px) {
  .footer-instagram-1 .bs-instagram-col {
	width: 20%;
  }

  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-6 {
	display: none;
  }
}

@media only screen and (max-width: 980px) {
  .footer-instagram-1 .bs-instagram-col {
	width: 25%;
  }

  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-5 {
	display: none;
  }
}

@media only screen and (max-width: 780px) {
  .footer-instagram-1 .bs-instagram-col {
	width: 33.33333%;
  }

  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-4 {
	display: none;
  }
}

@media only screen and (max-width: 480px) {
  .footer-instagram-1 .bs-instagram-col {
	width: 50%;
  }

  .footer-instagram-1 .bs-instagram-col.bs-instagram-col-3 {
	display: none;
  }
}

/**
 * >>Footer Instagram 2
 **/
.footer-instagram-2 {
  margin: 0;
}

.footer-instagram-2 .bs-instagram-photo {
  width: 12.5%;
  float: left;
}

@media only screen and (max-width: 1280px) {
  .footer-instagram-2 .bs-instagram-photo {
	width: 14.285714286%;
  }

  .footer-instagram-2 .bs-instagram-photo-7 {
	display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .footer-instagram-2 .bs-instagram-photo {
	width: 16.666666667%;
  }

  .footer-instagram-2 .bs-instagram-photo-6 {
	display: none;
  }
}

@media only screen and (max-width: 980px) {
  .footer-instagram-2 .bs-instagram-photo {
	width: 20%;
  }

  .footer-instagram-2 .bs-instagram-photo-5 {
	display: none;
  }
}

@media only screen and (max-width: 780px) {
  .footer-instagram-2 .bs-instagram-photo {
	width: 25%;
  }

  .footer-instagram-2 .bs-instagram-photo-4 {
	display: none;
  }
}

@media only screen and (max-width: 500px) {
  .footer-instagram-2 .bs-instagram-photo {
	width: 33.333%;
  }

  .footer-instagram-2 .bs-instagram-photo-3 {
	display: none;
  }
}

/**
 * >>Footer Instagram 3
 **/
.footer-instagram-3 {
  margin: 0 0 30px;
}

.footer-instagram-3 .bs-instagram-photo {
  width: 200px;
  margin: 0 20px;
  float: left;
}

.footer-instagram-3 .simply-scroll-container {
  position: relative;
}

.footer-instagram-3 .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.footer-instagram-3 .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-instagram-3 .simply-scroll-list li {
  padding: 0;
  margin: 0 15px;
  list-style: none;
}

.footer-instagram-3 .custom .simply-scroll-clip {
  width: 100%;
  height: 210px;
}
