/*!
Theme Name: Shoppable Marketplace
Theme URI: https://bosathemes.com/shoppable-marketplace
Author: Bosa Themes
Author URI: https://bosathemes.com
Description: Shoppable Marketplace is beautiful multipurpose ecommerce theme. Shoppable Marketplace is beautiful, fast, lightweight, responsive, extremely customizable, multipurpose ecommerce theme that you can use as a foundation to build versatile sites such as ecommerce, online business, accessories, clean, clothes, clothing, creative, dokan, fashion, interior, marketplace, minimal, modern, multi purpose, responsive, shoes, vendor, shop and stores and preferably ideal for any type of sites. Shoppable Marketplace works perfectly with Gutenberg and the most popular page builder Elementor that can easily drag-and-drop your ideas from the interface. Shoppable Marketplace is built with SEO, speed, and usability in mind with the multiple Header & Footer layouts, predesigned starter sites includes awesome Home & Inner Pages that is incredibly customizable and powerful enough to take a stand among the crowd. Shoppable Marketplace is compatible with all major plugins like WooCommerce, Yoast, Contact form 7, Mailchimp for WordPress, bbPress, etc. Looking for a multipurpose ecommerce theme? Look no further! Browse the demos to see that it's the only theme you will ever need: https://demo.bosathemes.com/shoppable/marketplace
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 6.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: hello-shoppable
Text Domain: shoppable-marketplace
Tags: blog, portfolio, news, grid-Layout, one-column, two-columns, three-columns, flexible-header, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks

Shoppable Marketplace WordPress Theme, Copyright 2024 Bosa Themes
Shoppable Marketplace is distributed under the terms of the GNU General Public License v3

Shoppable Marketplace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  color: #111111;
  font-family: 'Jost', serif;
  font-weight: 500;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  text-decoration: underline;
}
.entry-content p a, 
.comment-content p a, 
.entry-content li a, 
.comment-content li a, .widget p a, 
.comments-area .comment-list .comment-content a {
  color: #2e92ff;
}
.entry-content p a:hover, 
.entry-content p a:focus, 
.comment-content p a:hover, 
.comment-content p a:focus, 
.entry-content li a:hover, 
.entry-content li a:focus, 
.comment-content li a:hover, 
.comment-content li a:focus, 
.widget p a:hover,
.widget p a:focus,
.comments-area .comment-list .comment-content a:hover,
.comments-area .comment-list .comment-content a:focus {
  color: #086abd;
}
.slide-item .entry-content h3 a,
.list-post .entry-content h3 a,
.grid-post .entry-content h3 a,
.single-post .entry-content h3 a {
  text-decoration: none;
}
.wp-block-quote {
  padding: 30px 30px 30px 50px;
  margin: 30px 0 30px 30px;
}

/*display section css*/ 
.section-display-area {
  padding-bottom: 70px;
}
.section-display-area .content-wrap {
  margin-bottom: -30px;
}
.display-content-wrap {
  margin-bottom: 30px;
}
.display-content-wrap .featured-image {
  border: 1px solid rgba(243, 243, 243, 0.6);
  padding: 15px;
}

/*follower css*/
.section-follower-area {
    padding-bottom: 80px;
}
.section-follower-area .follower-content-wrap {
    background-color: #f8f8f8;
    padding: 35px 35px 5px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.section-follower-area .follower-item {
    margin-bottom: 45px;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
}
.section-follower-area .follower-item .featured-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.section-follower-area .follower-item .featured-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    background-color: #001328;
    opacity: 0.25;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.section-follower-area .follower-item .featured-image:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.section-follower-area .follower-item .featured-image img {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}


/*Survey css*/
.section-survey-area {
  padding-bottom: 50px;
}
.section-survey-area .survey-item {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 30px;
}
.section-survey-area .survey-item .entry-header {
  margin-bottom: 20px;
}
.section-survey-area .survey-item .entry-title {
  margin-bottom: 0;
}
.survey-item .entry-content {
  position: relative;
}
.survey-item .featured-image {
  border-radius: 100%;
  height: 70px;
  overflow: hidden;
  width: 70px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.survey-quote-icon {
  font-size: 20px;
  opacity: 0.2;
  position: absolute;
  bottom: -25px;
  right: -15px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}
.survey-item .entry-content a {
  text-decoration: none;
}

/*companions section css*/ 
.section-companion-area {
  padding-bottom: 70px;
}
.section-companion-area .content-wrap {
  margin-bottom: -30px;
}
.section-companion-area .featured-image img {
  border-radius: 15px;
  width: 100%;
}
.section-companion-area .companion-content-wrap {
  margin-bottom: 30px;
}
.companion-content-wrap .companion-content {
  background: #fafafa;
  padding: 25px;
  margin: 0px 15px;
  position: relative;
  border-radius: 15px;
}
.companion-content-wrap .button-container {
  margin-top: 15px;
}
.companion-content-wrap .button-container i {
  margin-left: 5px;
  font-size: 13px;
}