/********** MODULE STYLE **********/
.dp-module-default {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dp-module-default .dp-module-title {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 20px 0;
	position: relative;
}

.dp-module-default .dp-module-title > span {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.dp-module-default .dp-module-title > span::before ,
.dp-module-default .dp-module-title > span::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #DCDCDC;
}

.dp-module-default .dp-module-title-text {
	display: block;
	color: #4E4E4E;
	font-size: 20px;
	font-weight: 500;
	padding: 10px;
	width: 40%;
	min-width: max-content;
	text-align: center;
}

.dp-module-default .dp-module-content {
	display: block;
}

/********** FOTTER **********/
#footer-box .dp-module-title {
	justify-content: flex-start;
}

#footer-box .dp-module-title::before {
	display: none;
}

#footer-box .dp-module-default .dp-module-title > span {
	display: block;
	width: 100%;
}

#footer-box .dp-module-title-text {
	display: block;
	color: #fff;
}

#footer-box .dp-module-default .dp-module-title > span::before {
	background: linear-gradient(90deg,transparent, #fff);
	transform: none;
	bottom: 0;
	right: 0;
}

/*===== itemView Module style - n.ghelichkhani - 1397/08/28 =====*/
.dp-limited-module-title {
    border-bottom: solid 1px #464646;
}

.dp-limited-module-title span{
    display:inline-block;
    padding:8px 20px;
    background-color:#464646;
    color:#fff;
    font:13px BYekan,regular,sans-serif;
}

.dp-limited-module-content{
    margin-bottom:15px;
}
/* end */