/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       پرشین اسکریپت
	Author URI:   https://www.persianscript.ir/
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

/* فونت فرم */
.wpforms-container{
    font-family: Vazirmatn,Tahoma,sans-serif;
}

/* فاصله بین فیلدها */
.wpforms-container .wpforms-field{
    margin-bottom:22px!important;
}

/* عنوان فیلدها */
.wpforms-container label{
    font-size:15px!important;
    font-weight:700;
    color:#222;
    margin-bottom:8px!important;
}

/* ورودی ها */
.wpforms-container input,
.wpforms-container textarea,
.wpforms-container select{

    width:100%!important;
    border:1px solid #d9e2ec!important;
    border-radius:12px!important;
    background:#fff!important;
    padding:14px 18px!important;
    font-size:15px!important;
    transition:.3s;
    box-sizing:border-box;
}

/* ارتفاع textarea */
.wpforms-container textarea{
    min-height:180px!important;
    resize:vertical;
}

/* فوکوس */
.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus{

    border-color:#0d6efd!important;
    box-shadow:0 0 0 4px rgba(13,110,253,.15)!important;
    outline:none!important;
}

/* Placeholder */
.wpforms-container ::placeholder{
    color:#999;
}

/* دکمه */
.wpforms-submit{

    background:#0d6efd!important;
    color:#fff!important;
    border:none!important;
    border-radius:10px!important;
    padding:14px 35px!important;
    font-size:16px!important;
    font-weight:700!important;
    transition:.3s;
}

.wpforms-submit:hover{

    background:#084db5!important;
    transform:translateY(-2px);
}

/* ستاره فیلدهای اجباری */
.wpforms-required-label{
    color:#e53935!important;
}

/* ریسپانسیو */
@media(max-width:768px){

.wpforms-container .wpforms-one-half{

width:100%!important;
margin-left:0!important;
}
}

.wpforms-container{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}