/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wpcf7 {
	direction: rtl;
}
body .site-content {
    margin-bottom: 0;
}
.text-footer {
	color: #fff;
	font-size: 48px;
  	font-weight: normal;
}
.top-form input[type="text"],
.top-form input[type="email"],
.top-form input[type="tel"] {
	width: 100%;
  	height: 55px;
  	border-radius: 11px;
  	border: solid 1px #000;
  	background-color: #fff;
	color: #323030;
	text-align: right;
	font-size: 36px;
  font-weight: normal;
}
.top-form input[type="submit"] {
  width: 239px;
  height: 55px;
  border-radius: 12px;
  border: solid 1px #fff;
  background-color: #b00606;
	  color: #fff;
	text-align: right;
	font-size: 36px;
  font-weight: normal;
}
.top-text {
	font-size: 38px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.text2-column {
	padding: 7% 7% 8% 8%;
    box-shadow: 18.8px 2.6px 102px 1px rgba(0, 0, 0, 0.24);
}
.row-2 {
	min-height: 100vh;
    margin-top: -111px;
    z-index: 30;
}


@media (max-width: 767.98px) {
	.text-footer {
		font-size: 32px;
	}
	.row-2 {
		min-height: auto;
	}
	body .row1.wd-bg-left-bottom{
		background-position: right center !important;
	}
	.text2-column {
		padding: 7% 7% 8% 8%;
		box-shadow: none;
	}
	.top-text {
		font-size: 27px;
	}
	#wpcf7-f369-p57-o1 {
		z-index: 36;
    	position: relative;
	}
}