<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Block newsletter */
#newsletter_block_footer{
	 font: 400 13px/28px IRANSans,"tahoma",sans-serif;
}
#newsletter_block_footer.blog{float:left}

#newsletter_block_footer .titr {
float:right;
text-align:right;
color:#fff;
padding-top:10px;
}
#newsletter_block_footer p.title_block{
	margin:0 5px 4px 0;
	font:400 15px/16px IRANSans,"tahoma",sans-serif;
	color:#777
}

p.newsleterpo{
font-family:IRANSans;
font-size:17px;
font-weight:400;
padding:5px 10px
}

#newsletter_block_footer form {

padding:0;
text-align:left;
}
#newsletter_block_footer .block_content{
margin:auto;

}
#newsletter_block_footer .form-group{
	margin-bottom:0
}
#newsletter_block_footer .inputNew{
padding:7px 15px;
border:none;
display:inline-block !important;
height:auto;
vertical-align: unset !important;

height:34px;
    background: #fffbf1 none repeat scroll 0 0;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright:75px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:75px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:75px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:75px;
border-top-left-radius:0px;
border-top-right-radius:75px;
border-bottom-left-radius:0px;
border-bottom-right-radius:75px;

 border: 1px solid #cccccc;
 border-left:0;
font: 400 13px/22px IRANSans,"tahoma",sans-serif;
}
.form-control::-moz-placeholder, #newsletter_block_footer .inputNew::-moz-placeholder{
	color:#555
}

#newsletter_block_footer .button_mini{
font: 400 15px/22px IRANSans,"tahoma",sans-serif;
padding:5px;
background:#f2836b;
color:#fff;
-moz-border-radius-topleft: 75px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:75px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:75px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:75px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:75px;
border-top-right-radius:0px;
border-bottom-left-radius:75px;
border-bottom-right-radius:0px;

}
#newsletter_block_footer .button_mini:after {
    border-color: transparent #F2836B;
    border-style: solid none solid solid;
    border-width: 8px 0 8px 8px;
    content: "";
    right: -6px;
    position: absolute;
    top: 50%;
	margin-top:-8px;
}

/************theme-1**************/
@media screen and (min-width: 1200px) {
.ftheme-1 #newsletter_block_footer{text-align:center;margin-top:20px;}
.ftheme-1 #newsletter_block_footer form {
    display: inline-block;
    text-align: left;
    width: 800px;
}
}
.ftheme-1  #newsletter_block_footer h4{display:none}

</pre></body></html>