/*
Theme Name: Chợ Mùa Vàng
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, p, body {
    text-wrap: inherit!important;
}
.custombread {
    background: #f9f9f9;
    margin-bottom: 30px;
}
.breadinner {
    margin: auto;
    max-width: 1370px;
    padding: 15px;
}
.breadinner p {
    margin-bottom: 0;
}
.catetitle {
    font-size: 30px;
}
.homeblog .box-image, .postslist .box-image, .postslist {
    border-radius: 6px;
}
.homeblog a, .postslist a {
    font-size: 18px;
    color: #000;
}
.dark .homeblog a {
    color: #fff!important;
}
.widget {
		background: #fff;
}
.widget-title {
		display: block;
		background: #e2471e;
		color: #fff;
		padding: 15px;
		border-radius: 6px 6px 0 0;
}
.widget .is-divider {
		display: none;
}
.widget ul {
		padding: 0 15px;
}
.widget ul li a {
		color: #000;
}
.widget .current-cat a {
		color: #e2471e;
}
.widget ul li ul {
		border-left: none;
		margin-left:0;
}
.widget ul li ul li {
		list-style-type: circle;
}
.pageinner {
		background: #fff;
		padding: 15px;
		border-radius: 6px;
}
.wpcf7-text {
		border:1px solid #e2471e!important;
		box-shadow: none!important;
		border-radius: 4px!important;
}
.wpcf7-submit {
		border-radius: 4px!important;
		font-weight: normal!important;
		margin-right: 0!important;
}
.wpcf7-spinner, .shop-page-title, .category-page-title {
		display: none;
}
.postslist {
		background: #fff;
		border-radius: 6px;
}
.postslist .box-image {
		border-radius: 6px;
}
.postslist h2 {
		font-size: 16px;
}
.postslist h2 a {
		color: #000;
}
.postslist .postinfo {
		color: #e2471e;
		font-size: 90%;
}
.postslist .postinfo i {
		padding-right: 5px;
}
.page-wrapper {
		padding:0;
}
.rightpost {
		display: flex;
		align-items:center;
		border-top:1px dotted #e2471e;
		padding-top: 8px;
		margin-bottom: 8px;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
}
.rightpost .box {
		width: 90px!important;
}
.rightpost .box-image {
		border-radius: 5px;
}
.rightpost .title {
		width: 100%;
		margin-bottom:0;
		margin-left: 10px;
		color: #000;
		font-size: 90%;
}
p.widget-title {
		margin-bottom: 0px;
		padding: 10px 15px;
		text-transform: uppercase;
}
.post {
		margin:0;
}
.relatedtitle {
		text-transform: uppercase;
		font-size: 140%;
		border-bottom: 1px dotted;
		margin-bottom:15px;
}
.relatedpost .box-image {
		border-radius: 6px;
}
.relatedpost .box-text {
		padding: 15px;
}
.relatedpost .overlay {
		background: linear-gradient(0deg, #1b283bc7, transparent 75%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(27, 40, 59, 0.78), transparent 75%);
}
.homeexpert {
		max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
		font-size: 90%;
}
.postdate {
		font-size: 90%;
}
.postdate i {
		margin-right: 5px;
		color: #1e73be;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}