/*
Theme Name: 123web
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ss-slides .box-text-inner.blog-post-inner {
	max-width: 1140px !important;
	margin: 0 auto;
}
.ss-slides .box-image .image-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,#000 0,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),to(rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=1)
}

.ss-slides .box-image .image-cover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),to(#000));
    background: linear-gradient(to right,rgba(0,0,0,0) 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1)
}

.home h5.post-title {
    min-height: 46px;
}
.rmLine span.section-title-main {
    border: none;
	text-transform: none;
}
.rmLine .section-title-normal {
    border: none;
}
.rmLine span.section-title-main span {
	margin: 0 !important;
}
#footer {
    background: #111111;
	padding-top: 30px;
}
.wpcf7-submit {
    margin: 0 !important;
    border: none;
    box-shadow: none;
}
.wpcf7-spinner {
    display: none;
}
.box-blog-post .is-divider {
    background: transparent;
}
#comments {
    background: #ffffff;
    padding: 15px;
}
.author-box h5.author-name {
    text-transform: none;
}
.entry-author.author-box {
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
	border-top: 1px solid rgba(94,94,94,.1);
}
.blog-single .blog-share {
    position: fixed;
    left: 15px;
    top: 150px;
    display: flex;
    flex-direction: row;
    width: 36px;
    z-index: 9999;
}
.widget_categories {
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.widget .is-divider {
    background: transparent;
	margin: 0 !important;
	height: 5px !important;
}
.widget_recent_entries {
    background: #ffffff;
    padding: 15px;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.widget_custom_html {
    background: #ffffff;
    padding: 15px !important;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.custom-widget {
    flex-direction: column;
    gap: 15px;
}
.widget_media_image {
    padding: 15px;
    background: #ffffff;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.entry-divider {
    display: none;
}
article.hentry {
    background: #ffffff;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.blog-single .post-sidebar {
    padding-left: 0 !important;
}
.widget-title span {
    text-transform: none;
}
.category .box-text {
    background: #ffffff;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}
.custom-slides.slider {
	max-width: 1500px !important;
}
.custom-slides p.from_the_blog_excerpt {
    display: block;
    width: 34%;
	font-size: 16px;
}
#product-sidebar {	
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
	background: #ffffff;
	padding-bottom: 0;
}
#product-sidebar .icon-box {
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 10px;
    padding-top: 10px;
}
#product-sidebar .block_widget {
	margin-bottom: 0;
}
.woocommerce #main, .single-product #main {
    background: #ffffff !important;
}
.product-info {
    border-right: none;
}
.prdctfltr_filter {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 10px;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span {
    position: relative;
    font-weight: 400 !important;
}
p.cat-label {
	background: #009cff !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.blog-single .post-sidebar {
		padding-left: 15px !important;
	}
	.blog-single .blog-share {
		position: relative;
		left: 0;
		top: 0;
		display: inline-block;
		width: 100%;
		z-index: auto;
	}
	.blog-share .is-divider {
		display: none;
	}
	.entry-content.single-page {
		padding-bottom: 0;
	}
	.entry-author.author-box .flex-row {
		flex-direction: column;
	}
	.author-box h5.author-name {
		text-align: center;
	}
	.entry-author.author-box .flex-col.mr.circle {
		margin: 0 auto;
	}
	.entry-author.author-box p.author-desc {
		margin-bottom: 0;
	}
	.custom-slides p.from_the_blog_excerpt {
		display: none;
	}
	.custom-slides h5.post-title {
		font-size: 16px;
	}
	.custom-slides p.cat-label {
    	font-size: 14px;
	}
}