/*
Theme Name: tita-art
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-uppercase>li>a {
  font-weight: 400 !important;
}

span.amount {
  color: #a0a7a0;
}

.entry-header h1.entry-title {
  font-size: 38px;
}

.blog-post-inner .is-divider {
  display: none;
}

.tita-gallery .gallery-box .box-text {
  display: none;
}

.absolute-footer {
  display: none;
}

.footer-wrapper .ux-menu-link__link {
  font-size: 14.4px;
}

.section-title-normal {
  border-bottom-width: 1px;
}

.section-title-normal span {
  border-bottom-width: 1px;
  margin-bottom: -1px;
}

.section-title a {
  font-size: 0.7em;
}

.mfp-bg {
  background: #d2dfd2;
}
.row-box-shadow-1 .col-inner, 
.row-box-shadow-1-hover .col-inner:hover, 
.box-shadow-1, .box-shadow-1-hover:hover {
  box-shadow: none !important;
  border: 1px solid #E3E3E3;
}

.breadcrumbs {
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs:not(.checkout-breadcrumbs) .divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #7d7d7d;
  margin: 3px 20px;
}
.shop-page-title.dark .breadcrumbs:not(.checkout-breadcrumbs) {
	margin-bottom: 5px;
}
.shop-page-title.dark .breadcrumbs:not(.checkout-breadcrumbs) .divider {
	opacity: 1;
	background: #FFF;
}

.single-post .post-sidebar .widget_recent_entries ul {
	height: 60vh;
  overflow: scroll;
}

.box-badge .box-text {
	bottom: 0;
}

.nav-line-bottom>li>a:before, 
.nav-line-grow>li>a:before, 
.nav-line>li>a:before {
	height: 1px;
}

.form-flat input:not([type="submit"]), 
.form-flat textarea, .form-flat select {
	border-radius: 0;
}

input[type='email'], 
input[type='date'], 
input[type='search'], 
input[type='number'], 
input[type='text'], 
input[type='tel'], 
input[type='url'], 
input[type='password'], 
textarea, select, 
.select-resize-ghost, 
.select2-container .select2-choice, 
.select2-container .select2-selection {
	box-shadow: none;
}

.button.wc-forward:not(.checkout):not(.checkout-button) {
	background: #d2dfd2 !important;
}
.blog-single article .tita-post__container .tita-post__details .tita-post__desc {
	flex-wrap: wrap;
}
.blog-single article .tita-post__container .tita-post__details .tita-post__collections {
	row-gap: 10px;
}
