/*
 * Theme Name: Faragir2
 * Theme URL: https://faragirfpe.com
 * Author Name: 
 * Author URL: 
 * Version: 1.0
*/
.this-part .table tr:first-child td {
    display:none
}
.gf-contact-form input,.gf-contact-form select,.gf-contact-form textarea{
    width:100%!important;
    border-radius:3px;
    padding:7px;
    border:1px solid #ddd;
}
.gf-contact-form input[type='submit']{
    width:150px;
    padding:9px;
    cursor:pointer;
}
.gf-contact-form textarea{
    height:180px;
    
}
.gf-request-form .gf-custom-half{
    width:50%!important;
     padding: 5px;
}
.gf-request-form .gform_fields{
    display:flex!important;
    flex-wrap:wrap;
    grid-column-gap:unset!important;

}
.gf-request-form .gform_fields input{
    width:100%!important;
    background:#fff;
    border:0;
}
.gf-request-form .gform_fields input:focus{
    outline:none!important;
}
.gf-request-form .gform_button{
    background:#FFCB05!important;
    padding:10px 30px;
    border:0;
    display:table;
    margin:0px auto;
    color:#000;
    border-radius:4px;
    cursor:pointer;
}
#sider .owl-item{
   height:430px;

}
#sider .item-overlay{
     position: absolute;
    bottom: 0;
    text-align: right;
    right: 0;
    background: linear-gradient(to top , #000  , transparent);
    width: 100%;
    padding:30px 15px;
    
}
#sider .item-overlay *{
   font-size: 20px; 
}
@media screen and (max-width:767px){
    #sider .owl-item{
   height:330px;

}
}
#sider .owl-item .item{
    height:100%;
    position:relative;
}
#sider .owl-item img{
    height:100%;
}

p.text-justify.m-0 {
    display: none;
}
@media screen and (min-width:767px){
	.ginput_recaptcha iframe{
	width:100px!important
}
}
@media screen and (min-width:1000px){
	.ginput_recaptcha iframe{
	width:200px!important
}
}
p.ez-toc-title {
    text-align: right!important;
}
.aligncenter{
	text-align:center!important;
	    margin: 10px auto;
    display: table;
}

#siteMain img,#siteMain figure{
	max-width:100%!important;
	height:auto;
}
.comments {
    border-top: 1px solid #eeee;
    padding-top: 25px;
}
.comments ol,.comments li{
    list-style: none;
}
.comments label{
    color: rgb(55, 55, 55);
    display: block;
    margin-bottom: 10px;
}
.comments  *{
    color: #777;
}
#siteMain .this-part>.title {
    font-size: 24px;
    font-weight: 800;
}
.socials {
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials .socials-item{
    display: inline-block;
}
.socials .socials-item svg , .socials .socials-item img{
    width: 37px;
    height: 38px;
}
/* blog home */
.home-blog{
    padding: 40px 0;
}
.home-blog article{
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-blog article .article-img{
    height: 220px;
    overflow: hidden;
    width: 100%
}
.home-blog article .article-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-blog article .article-title *{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px;
}
.home-blog article .article-footer *{
    margin: 10px;
    padding: 5px;
    color: rgb(31, 39, 135);
    font-size: 13px;
}
.home-blog-title *{
    text-align: center;
    font-size: 20px ;
    color: #000;
    font-weight: 600;
}
