/*
 Theme Name:     Samir
 Theme URI:      http://www.samir.ir
 Description:    
 Author:         Samir Design Group
 Author URI:     http://www.samir.ir
 Template:       Divi
 Version:        1.0.1
*/
/* =Theme customization starts here
------------------------------------------------------- */
@import "css/font.css";
@import "css/rtl.css";

* {
    font-family: 'IRANSans','verdana','ETmodules';
    outline: none !important;
    box-sizing: border-box !important;
    word-spacing: normal;
    letter-spacing: normal !important;
}
.et_pb_blurb_position_right .et_pb_blurb_content {
    padding-right: 0px;
}
.et_pb_section .et_pb_button:after {left:0px !important;}

.et-pb-contact-message p.green {
       width: 100%;
    background-color: rgb(76 175 80 / 10%);
    color: #4caf50;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #4caf50;
}
.et-pb-contact-message p.red {
    width: 100%;
    background-color: rgb(255 0 0 / 10%);
    color: #ff0000;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 1px solid red;
}