/********** MODULE STYLE **********/
.dp-module-default {
    margin-bottom: 20px;
}

.dp-module-default ~ br {
	display: none
}

.dp-module-default .dp-module-title {
	display: block;
    color: #fff;
    background-color: #F1F7E4;
    margin: 15px 0 4px;
    padding: 3px 0;
    border-left: 50px solid #597E4C;
    text-align: left;
}


.second-slide-show .dp-module-default .dp-module-title {
    color: #444;
    background-color: transparent;
    border: 0;
    text-align: center;
}

.second-slide-show .dp-module-default .dp-module-title > span {
    position: relative;
}


.second-slide-show .dp-module-default .dp-module-title > span::before,
.second-slide-show .dp-module-default .dp-module-title > span::after {
    content: '';
    position: absolute;
    top: 7px;
    width: 60px;
    height: 1px;
    background-color: #ff6f80;
}

.second-slide-show .dp-module-default .dp-module-title > span::before{ right: -70px; }
.second-slide-show .dp-module-default .dp-module-title > span::after { left: -70px; }


.dp-module-default .dp-module-title > span {
/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
*/
	text-align: right;
	width: 100%;
}

/*
.dp-module-default .dp-module-title > span:before ,
.dp-module-default .dp-module-title > span:after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 0;
	min-width: 20px;
	max-width: 70px;
	border-bottom: 1px solid var(--color1);
}
*/

.dp-module-default .dp-module-title-text {
	color: #A44805;
	font-size: 22px;
	line-height: 2em;
	margin: 0 15px;
	box-sizing: border-box;
}

.dp-module-default .dp-module-content {
	display: block;
	position: static !important;
}

/********** FOTTER **********/
#footer-box .dp-module-default .dp-module-title {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 5px 0;
}

#footer-box .dp-module-default .dp-module-title-text {
	color: var(--color4);
	font-size: 14px;
	padding: 4px 15px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ff6f80;
}

#footer-box .dp-module-default .dp-module-title > span {
	justify-content: start;
	padding: 0;
}

#footer-box .dp-module-default .dp-module-title span:after,
#footer-box .dp-module-default .dp-module-title span:before {
	display: none !important;
}

/*===== 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 */