/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-content-layout {
    padding-top: 0px;
}
#form-fixed-home input[type='email'], #form-fixed-home input[type='text'], #form-fixed-home input[type='tel'] {
    background-color: transparent;
    max-width: 324px;
    height: 50px;
    text-align: right;
    border-radius: 13px;
    direction: rtl;
	color: #BDBDBD;
	border: 1px solid #BDBDBD;
}
.wpcf7 {
    direction: rtl;
}
#form-fixed-home input[type='submit'] {
	background: linear-gradient(133.245deg, #856220 0%, #BF923D 50%, #F1EA82 100%);
    width: 100%;
    height: 50px;
    border-radius: 13px;
    max-width: 324px;
    font-size: 16px;
    font-weight: 700;
}
#form-fixed-home {
    padding-bottom: 15px;
}
.info-box-wrapper .btn {
    background: linear-gradient(133.245deg, #856220 0%, #BF923D 50%, #F1EA82 100%);
    padding: 5px 25px;
    height: 50px;
    border-radius: 13px;
    max-width: 324px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
#white-form-row #form-fixed-home input[type='email'], #white-form-row #form-fixed-home input[type='text'], #white-form-row #form-fixed-home input[type='tel'] {
    background-color: transparent;
    max-width: 324px;
    height: 50px;
    text-align: right;
    border-radius: 13px;
    direction: rtl;
	color: #BDBDBD;
	border: 1px solid #000;
}
#white-form-row #form-fixed-home input[type='submit'] {
	background: linear-gradient(133.245deg, #856220 0%, #BF923D 50%, #F1EA82 100%);
    width: 100%;
    height: 50px;
    border-radius: 13px;
    max-width: 324px;
    font-size: 16px;
    font-weight: 700;
}
.gallery-home .wpb_wrapper {
    max-width: 900px;
    margin: auto;
}
#liav-table-row .info-box-content {
    background: rgba(54, 42, 42, 0.51);
    border-radius: 23px;
    padding: 10px;
    max-width: 430px;
}
.social-home img {
    display: block;
}
.soc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-block .wd-title-style-underlined-2 .title {
    border-bottom: 4px solid #F1EA82;
    padding-bottom: 5px;
}
#liav-table-row table td {
    padding: 2px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
    vertical-align: middle;
    text-align: start;
    border-radius: 23px;
}
#video-block strong {
    color: #000;
}


@media (max-width: 767.98px) {
	#form-fixed-home>.row .col {
	    display: flex;
        justify-content: center;
	}
	#form-fixed-home input[type='submit'] {
        width: 150px;
    }
}
@media (min-width: 768px) {
	.table-list.wd-info-box {
        flex-direction: row-reverse;
	}
}