.sp-loader-with-logo .logo {
  padding: 20%;
}

::selection {
  color: #fff;
  background: #1a1a1a;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #1a1a1a;
}

/* Body Color Style*/
body.foodie,
body.foodie #sp-header {
  background-color: #f6f6f6;
}
body.foodie #sp-header-topbar .container-inner {
    border-bottom: 0;
    padding-top: 40px;
    padding-bottom: 30px;
}

body.lab,
body.lab #sp-header {
  background-color: #efefef;
}
body.lab #sp-header-topbar .container-inner {
    border-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
}
body.lab #sp-header.lg-header {
  border-bottom: 0px;
}
body.lab #sp-bottom {
    background: #efefef;
    border-top: 1px solid #404040;
    font-size: 15px;
}

/* End of Body Color*/

h1, h2 {
  font-weight: 700;
}
h3 {
  font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

@media (max-width: 576px) {
  .h1, h1 {
    font-size: 1.3rem;
  }
  .h2, h2 {
    font-size: 1.23rem;
    
  }
  .h3, h3 {
    font-size: 1.05rem;
  }
  .h4, h4 {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.7rem;
    color: #000;
    padding: 0 0 5px;
  }
  .h2, h2 {
    font-size: 1.5rem;
    color: #000;
    padding: 20px 0 10px;
  }
  .h3, h3 {
    font-size: 1.2rem;
    margin: 20px 0 20px;
  }
  .h4, h4 {
    font-size: 1.04rem;
  }
  
  legend {
    font-size: 1.3rem;
    font-weight: 500;
  }
}

b, strong {
  font-weight: 500;
}

a {
  color: #141414;
}
a:hover {
  color: #005CAF;
}
.article-details a {
  text-decoration: underline;
}
.article-details h3 a {
  text-decoration: none;
}

p {
  margin-bottom: 0.8rem;
}

/* Table */
td {
  border-style: none;
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: transparent;
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: transparent;
  color: #212529;
}
.table-bordered > :not(caption) > * {
  border-width: 0;
}
/* End of table */

.sp-module-content img {
  display: inline;
}

#sp-main-body {
  padding: 30px 0 80px;
}
@media (max-width:576px) {
  .studio #sp-main-body {
    padding: 100px 0 80px;
  }
}

#sp-component {
  position: relative;
  margin: 0 auto;
}

.com-sppagebuilder #sp-main-body {
  padding: 20px 0 0;
}
.studio.com-sppagebuilder #sp-main-body {
  padding: 0 0;
}

/* Button */
.btn-primary, .sppb-btn-primary {
  border-color: #141414;
  background-color: #141414;
  font-size: 15px;
  padding: 5px 15px;
}

.hikashop_checkout_page button {
  border: 0;
  border-radius: 50px;
  background: #242424;
  color: #fff;
  padding: 5px 20px;
  margin-top: 5px;
}
.hikashop_checkout_page button:hover {
  background: #333;
}

/*====== Body Content Area Container ======*/
@media (min-width: 1200px) {
  #sp-main-body .container {
    max-width: 1200px;
  }
  
  .sppb-row-container {
    max-width: 1200px;
  }
  
  .view-article #sp-main-body .container {
    max-width: 1000px;
  }
  
  .blogContent #sp-main-body .container {
    max-width: 1100px;
  }
  
  .view-product .container,
  .view-product #sp-main-body .container {
    max-width: 1270px;
  }
  
  .view-product .hikashop_product_bottom_part {
    width: 1100px;
    margin: 0 auto;
  }
}

/* System Message */
#system-message-container {
  position: fixed;
  top: 15%;
  right: 15px;
  padding: 0 50px;
  max-width: 500px;
  z-index: 999;
}
#system-message-container .alert {
  font-size: 14px;
  line-height: 1.5;
  padding: 1rem 2rem;
}

/*====== Header Style ======*/
#sp-header.header-sticky {
  z-index: 999; /* remove conflict with hika img */
}

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  margin: 0;
}

.sp-megamenu-parent > li {
  padding: 0 4px;
}

@media (min-width: 1200px) {
  #sp-header .container {
    max-width: 1250px;
  }
}

/*====== Navigation Menu ======*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 5%);
    padding: 20px;
}
#sp-header-topbar .container-inner {
  border-bottom: 0;
  padding-top: 40px;
  padding-bottom: 5px;
}
#sp-header.lg-header {
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}
#sp-header.header-sticky {
  background-color: rgba(255,255,255,1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0 5px;
}
.sp-megamenu-parent > li:hover > a {
  color: #000;
  font-weight: 500;
}
li.sp-menu-item.sp-has-child.loginMenu,
li.sp-menu-item.sp-has-child.orderInquiry {
  padding-left: 20px;
  padding-right: 5px;
}
.orderInquiry .sp-dropdown.sp-dropdown-mega {
  border-radius: 10px;
}
.sp-megamenu-parent > li:last-child > a {
    padding: 0px 0px 0px 0px;
}

@media (max-width: 576px) {
  #sp-header-topbar {
    display: none;
  }
  #sp-header.lg-header #sp-logo {
    padding: 10px 10px 0;
  }
}

@media (max-width: 1440px) {
  li.sp-menu-item.sp-has-child.loginMenu,
  li.sp-menu-item.sp-has-child.orderInquiry {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* menu arrow */
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
  content:"";
}

/* submenu */
.sp-megamenu-parent .sp-mega-group > li > a {
  font-family: 'Noto Serif TC', sans-serif;
  color: #1a1a1a;
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: inherit;
}
.sp-megamenu-parent .sp-mega-group > li > a:hover {
  font-weight: 500;
  text-decoration: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  position: relative;
  top: -10px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  line-height: 2;
}

@media (max-width: 1440px) {
  .aboutMenu .sp-dropdown.sp-dropdown-mega {
    width: 450px !important;
  }
  .selectMenu .sp-dropdown.sp-dropdown-mega,
  .stationeryMenu .sp-dropdown.sp-dropdown-mega {
    width: 360px !important;
  }
  .artMenu .sp-dropdown.sp-dropdown-mega,
  .diningMenu .sp-dropdown.sp-dropdown-mega,
  .accessMenu .sp-dropdown.sp-dropdown-mega {
    width: 600px !important;
  }
  .livingMenu .sp-dropdown.sp-dropdown-mega {
    width: 800px !important;
  }
}

/*====== Left Side ======*/
#sp-left .sp-module, #sp-right .sp-module {
  border: 0;
  padding: 0 20px;
  border-radius: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 10px;
  padding-bottom: 0px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  border-bottom: 0;
}

/* for Hikashop */

.hikashop_filter_title {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 0;
  padding-bottom: 0px;
}
.hikashop_filter_main {
  padding: 20px 0;
}
.hikashop_filter_checkbox {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 576px) {
  #sp-left .sp-module, #sp-right .sp-module {
    padding: 0;
  }
}

/*====== Breadcrumbs ======*/
#sp-breadcrumb {
  text-align: center;
}

.breadcrumb {
  display: inline-flex;
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  margin: 0 auto;
  padding: 3rem 0 1.5rem;
}
.studio .breadcrumb {
  display: flex;
  margin: 0;
  text-align: left;
}

.breadcrumb a {
  color: #4c4948;
}
.breadcrumb-item.active {
  color: #666;
}

/* ================
  Title Announce
=================== */
.custom-tableware {
    font-size: 17px;
    font-weight: 500;
    width: 70%;
    position: relative;
}
.sp-module.-tableware h3 {
  margin-top:30px;
}

@media (max-width: 1024px) {
  .custom-tableware {
     width: 100%;
     font-size: 16px; 
     margin: 20px 0 0;
  }
}

/*====== Tags Style ======*/
.tags > li a {
  background: #375676;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.2rem 0.7rem;
}
.tags > li a:hover {
  background: #000;
}

/*====== Article Style ======*/
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.8rem;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
}
.article-info > span {
  font-size: 1rem;
}
.article-list .article {
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
  
  transition: all 1.1s;
  -moz-transition: all 1.1s; /* Firefox 4 */
  -webkit-transition: all 1.1s; /* Safari and Chrome */
  -o-transition: all 1.1s; /* Opera */
}
.article-list .article:hover {
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  
  transition: all 1.1s;
  -moz-transition: all 1.1s; /* Firefox 4 */
  -webkit-transition: all 1.1s; /* Safari and Chrome */
  -o-transition: all 1.1s; /* Opera */
}

@media (max-width: 576px) {
  .article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.3rem;
  }
}

/* Custom Fields */
.field-entry.time, .field-entry.location  {
  font-size:15px;
}
.field-entry.time .field-label:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f073";
    padding-right: 5px;
}

.field-entry.location .field-label:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f14e";
    padding-right: 5px;
}

/*====== Footer Style ======*/
#sp-footer {
  background: #171717;
  color: #ffffff;
}
#sp-bottom {
  background: #f0f0f0;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333;
  margin: 0 0 20px;
}
#sp-bottom .sp-module ul > li {
  margin-bottom: 5px;
}
#sp-bottom a {
  color: #4c4c4c;
  font-weight: 400;
  letter-spacing: 1px;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
    color: #000;
}

#sp-footer .container-inner {
  padding: 15px 0;
}

/* Link List */
.sp-module-content .navbar {
  padding: 0;
}
.sp-module-content .navbar .nav-link{
  padding: 0.3rem 0;
}

/* Socisl Icons */
.social-icons {
  display: inline-block;
  padding: 2px;
}
.social-icons img{
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.social-icons img:hover {
   transition: all 0.5s;
   -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   transform: translate(0, -3px);
}

.company-notice {
  color: #333;
  padding-bottom: 15px;
}

/* newsletter */
.newsletter {
  background: #1a1a1a;
  border-radius: 50px;
  text-align: center;
  padding: 8px;
  margin-top: 15px;
  width: 190px;
  
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsletter:hover {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(0, -3px);
}
.newsletter a {
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}


/* back to top */
.sp-scroll-up {
  bottom: 50px;
  right: 32px;
}

@media (max-width: 576px) {
  .sp-scroll-up {
    display: none !important;
  }
}

/*====== Share Article ======*/
#click_to_show_ampz_inline_bottom {
  padding: 30px 0;
  text-align: center;
}

/*====== Offcanvas ======*/
.offcanvas-menu {
  background-color: #fff;
}

/* small icon */
.mb-login {
  font-size: 18px;
  position: relative;
  right: 70px;
  top: 2px;
}
.mb-cart {
  font-size: 18px;
  position: relative;
  right: 50px;
  top: 2px;
}
.mb-search {
  font-size: 18px;
  position: relative;
  right: 30px;
  top: 2px;
}

@media (min-width:1200px) {
  .mb-login, .mb-cart, .mb-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .minicart {
    display: none;
  }
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li {
  border-bottom: 0;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
  color: rgba(37, 37, 37, 1);
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #252525;
  opacity: 1;
  font-weight: 300;
  padding: 15px 0;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 16px;
  padding: 15px 0px;
  line-height: 24px;
  font-weight: 400;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info, .offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 18px;
}

/* Menu */
@media (max-width: 991px) {
  #sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
    
  }
  .logo-image-phone {
    height: 45px;
  }
  .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler {
    color: rgba(28, 28, 28, 0.8);
  }
  .home-icon {
    display: none !important;
  }
  
  /* Member */
  .custom-offcanvasMember {
    padding: 15px 0;
  }
  .off-links {
    padding: 10px 0 !important;
  }
  .off-links a {
    font-size: 17px !important;
    font-weight: normal !important;
    letter-spacing: 2.5px !important;
  }
  .off-login, .off-join, .off-orders {
    margin-top: 10px !important;
    text-align: center;
    border: 1px solid #333 !important;
    border-radius: 5px !important;
  }
  
  /* other settings */
  .mb-hidden {
    display: none !important;
  }
}

/*====== oneAll Social Login ======*/
.email-login {
  font-size:19px;
  font-weight: 500;
  margin-bottom: 15px;
} /* joomla login page */

.sp-module.oneAll .sp-module-content {
  width: 57%;
  position: relative;
  margin: 50px auto 0;
} /* only for oneall module*/

/* oneall custom */
h1.login-title {
  width: 57%;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin: 0 auto 20px;
}
.oneall-login,
#oa_social_login_container_custom {
  width: 57%;
}
.oneall-login {
  position: relative;
  margin: 0 auto 10px;
  font-size: 19px;
  font-weight: 500;
}
#oa_social_login_container_custom {
  position: relative;
  margin: 0 auto 30px;
  border-bottom: 1px dashed #919191;
}

#hikashop_checkout_registration {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .login {
    width: 57%;
    background: #eee;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .hikashop_checkout_buttons {
    width: 57%;
    margin: 30px auto 0;
  }
  .hikashop_user_registration_page {
    width: 57%;
  }
}

@media (max-width:1199px) {
  h1.login-title,
  .oneall-login,
  #oa_social_login_container_custom {
    width: 100%;
  }
}

/* ====== Site Search ====== */
#searchForm,
#offlajn-ajax-tile-results {
  margin-top: 0px;
}

input#search-area138 {
  text-indent: 40px;
}

.itemid-1141 #sp-component {
   width: 1200px;
   min-height: 300px;
}

/* ====== Helix System Message Style ====== */
#system-message-container {
  width: 80%;
  max-width: 100%;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
@media (max-width: 991px) {
  #system-message-container {
    max-width: 100%;
  }
}
#system-message-container joomla-alert {
  font-size: 17px;
  font-weight: 500;
}

button.joomla-alert--close {
  margin: 0;
  padding: 5px;
}
button.joomla-alert--close:hover {
  background: transparent;
}

/* ===========================
  Social share AddToAny style
============================== */
.share-desc {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing:1px;
}

@media screen and (min-width: 1281px) {
   .com-hikashop.view-category .a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    margin-left: -350px !important;
  }
  
  .a2a_kit_size_32.a2a_floating_style.a2a_default_style {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    display: none;
  }
}

/* ====== Site Animation Style ====== */

/* floating effect */
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* ==================
Studio Page Style
===================== */

/* === LOGO === */
#sp-header-topbar .container-inner {
  border-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* === Navigation === */
.studio .sp-megamenu-parent > li {
  padding: 0 15px;
}

@media (min-width:1024px) and (max-width:1280px) {
  .studio .sp-megamenu-parent > li {
    padding: 0 8px;
  }
}

.studio .sp-megamenu-parent > li > a,
.studio .sp-megamenu-parent > li > span {
  letter-spacing: 1.5px;
  line-height: 60px;
  padding: 0;
  margin: 0;
}
.studio .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  letter-spacing: 1.5px;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.studio .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #1a1a1a;
  font-weight: 600;
}

.studio .sp-megamenu-parent > li.active > a, 
.studio .sp-megamenu-parent > li.active:hover > a {
    color: #1a1a1a;
    font-weight: 400;
}
.studio .sp-megamenu-parent > li:hover > a {
  color: #000;
}

/* Normal menu hover */
.studio .sp-megamenu-parent > li:hover > a {
    color: #0c86b6;
}

/* menu active */
.studio .sp-megamenu-parent > li.active > a {
  font-weight: 400;
  color: #000 !important;
}
.studio #sp-header.header-sticky .sp-megamenu-parent > li.active > a {
  font-weight: 400;
  color: #0c86b6 !important;
}

/* Menu hover underline animation */
.studio .sp-megamenu-parent > li::after,
.studio .sp-menu-heading > li::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #1a1a1a;
    transition: width 0.4s ease;
    position: relative;
    left: 0;
    bottom: 3px;
}
.studio #sp-header.header-sticky .sp-megamenu-parent > li::after,
.studio #sp-header.header-sticky.sp-menu-heading > li::after {
  bottom: 10px;
}

.studio .sp-megamenu-parent > li:hover::after,
.studio .sp-menu-heading > li:hover::after {
    width: 100%;
    transition: width 0.4s ease;
}

.studio .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.studio .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 15px;
}

/* Megamenu and dropdown menu hover */
.studio .sp-megamenu-parent > li:hover > a,
.studio .sp-dropdown > a:hover  {
  color: #1a1a1a;
  font-weight: 400;
}

.studio .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: rgba(251, 251, 251, 0.85);
    border-radius: 5px;
    position: relative;
    top: 20px;
    
    box-shadow: rgba(0,0,0,0.09) 0 3px 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.studio .sp-megamenu-parent .sp-mega-group > li > a {
    font-size: 15px;
    text-transform: initial;
    font-weight: 400;
    color: #595757;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.studio .sp-megamenu-parent .sp-mega-group > li > a:hover {
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* Header background */
.studio #sp-header {
    background: rgba(255, 255, 255, 1);
}
.studio #sp-header.lg-header {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.studio #sp-header.header-sticky {
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid #eee;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* =================== 
  Studio Portfolios 
====================== */
.studio .page-header {
  text-align: center;
  margin: 20px 0 20px;
}

.featherlight {
  z-index: 9999;
}

.sp-simpleportfolio .sp-simpleportfolio-meta {
  margin-top: 20px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  font-size: 15px;
}

.sp-simpleportfolio .sp-simpleportfolio-meta > div {
  border-bottom: 1px solid #c8c3c3;
}

.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
  font-size: 26px;
  margin: 10px 0 15px; 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 {
  font-size: 18px;
  font-weight: 400;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  font-size: 14px;
  line-height: 14px;
}

.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
  font-size: 16px;
  font-weight: 600;
}

.sp-simpleportfolio-created,
.sp-simpleportfolio-tags {
  font-size: 14px;
}

@media (min-width: 1200px) {
  .sp-simpleportfolio {
    padding: 0 4%;
  }
}

/* === breadcrumbs === */
.studio #sp-breadcrumbs {
  background: #171717;
}
.studio .breadcrumb a {
  color: #fff;
}
.studio .breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}
.studio .float-start {
  display: none;
}

@media (min-width:1024px) {
    
}

@media (max-width: 991px) {
 
}

@media (max-width:576px) {
  
}