/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.md
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@qloapps.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to a newer
 * versions in the future. If you wish to customize this module for your needs
 * please refer to https://store.webkul.com/customisation-guidelines for more information.
 *
 * @author Webkul IN
 * @copyright Since 2010 Webkul
 * @license https://opensource.org/licenses/afl-3.0.php Academic Free License 3.0
 */

.qlo-caption-block {
  height: 85px;
  text-align: center;
  padding: 8px 10px;
}

#qlo_image_slider {
  margin: 25px 0px;
}
.qlo_slider_item {
  padding: 8px;
}
.qlo-slider-image:hover {
  cursor: hand;
}

.qlo-overlay {
  opacity: 0;
}
.qlo-hover {
  position: absolute;
  height: 85px;
  font-size: 20px;
  padding: 10px 5px;
  text-align: center;
  bottom: 0;
  width: 100%;
}

/* CSS for touch devices overriding caption hover behaviour*/
@media (hover: none) {
  .qlo-overlay {
    opacity: 1;
  }
  .qlo-hover {
    position: absolute;
    height: 85px;
    font-size: 20px;
    padding: 10px 5px;
    text-align: center;
    bottom: 0;
    width: 100%;
  }
}

.qlo-show-on-hover:hover .qlo-overlay {
  opacity: 1;
}

.qlo_slider_item  {
  overflow: hidden;
  display: inline-block;
}

@media (min-width: 482px) {
  .qlo-slider-image {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
  }
}
.qlo-show-on-hover {
  position: relative;
}
@media (max-width: 482px) {
  .qlo-slider-image {
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
  }
}

.qlo-insta-title {
  text-align: center;
  margin-top: 20px;
}

.qlo_slider_item p, .qlo_slider_item h5 {
  font-size: 16px;
}
#qlo-load-more {
  margin-left: 10px;
}

.qlo_instagram_home_load_more_btn, .qlo_instagram_fp_load_more_btn {
  margin: 0 !important;
  margin: 20px !important;
  padding: 0px !important;
  background-color: #1292FF;
  font-size: 14px !important;
  text-transform: capitalize;
  border: none;
  border-radius: 4px;
}

.qlo_instagram_home_load_more_btn span {
  padding: 10px 25px 10px 25px !important;
}

.qlo_instagram_home_load_more_btn .qlo_load_more_spinner {
  padding: 0 5px !important;
  font-size: 25px !important;
  vertical-align: middle !important;
}

.qlo_slider_image_right_column_product {
  display: flex;
  justify-content: center;
}

.qlo-load-more-btn {
  padding: 0px !important;
}

/* Vertical scroll box for column hooks (displayLeftColumn / displayRightColumnProduct)
   activated after the 8th post is loaded with more posts available. */
.qlo-post-scroll-box {
  overflow: hidden;
  position: relative;
}

.qlo-posts-inner {
  transition: transform 0.35s ease;
}

.qlo-scroll-arrow {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 7px 0;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 3px 0;
  font-size: 12px;
  color: #555;
  user-select: none;
  -webkit-user-select: none;
}

.qlo-scroll-arrow:hover {
  background: #e0e0e0;
  color: #222;
}

.qlo-load-more-wrapper {
  margin: 8px 0 4px;
}