/* Written and developed by Naeime abbasi - WPHelper */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= font - start =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/YekanBakhFaNum-Thin.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/YekanBakhFaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/YekanBakhFaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/YekanBakhFaNum-SemiBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/YekanBakhFaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 700;
	src: url('fonts/YekanBakhFaNum-ExtraBold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/YekanBakhFaNum-Black.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/YekanBakhFaNum-ExtraBlack.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}


 body {
    font-family: 'iranyekan';
	font-weight: normal;   
}
h1,h2,h3,h4,h5,h6,p,ul,li,a,span,div{
	font-family: 'iranyekan' !important;
}
/* gravity form - selling request page - start*/
:root select {
	padding-left: 30px;
	background-image: var(--wd-form-chevron);
	/* background-position: left 10px top 50%; */
	background-size: auto !important;
	background-repeat: no-repeat;
}
.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
	inline-size: 100%;
	background-color: #DEEAFF;
	border-color: #DEEAFF;
	border-width: 1px 1px 1px 1px;
	border-radius: 10px 10px 10px 10px;
}
.gform-theme--foundation .gfield textarea.small {
	min-block-size: 6rem;
	background-color: #DEEAFF;
	border-color: #DEEAFF;
	border-width: 1px 1px 1px 1px;
	border-radius: 10px 10px 10px 10px;
}
div#field_23_25 p {
    font-size: 14px;
    border-right: 3px solid green;
    padding: 8px;
    background-color: #00ff0010;
    color: green;
    border-radius: 4px;
}
/* gravity form - selling request page - end*/