/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

body .container {
    max-width: 1290px;
}
h2 {
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    letter-spacing: -0.45px;
    line-height: 36px;
    text-align: center;
}
h1 {
    font-size: 82px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -0.45px;
    line-height: 70px;
    text-align: center;
}
h2 strong {
    color: #e90000;
}
.text-above-contact {
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-style: normal;
    letter-spacing: -0.15px;
    color: #000000;
}
.text-above-contact span {
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 41.73px;
    color: #000000;
}
.wpcf7 {
    direction: rtl;
}
.myform input[type="submit"] {
    color: #fcf8e1;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.09px;
    width: 141px;
    max-width: 100%;
    height: 46px;
    border-radius: 19px;
    border: 1px solid #000000;
    background-color: #e90000;
}
.myform input[type='email'], 
.myform input[type='date'], 
.myform input[type='number'], 
.myform input[type='text'], 
.myform input[type='tel'],
.myform select {
    width: 100%;
    height: 45px;
    border-radius: 19px;
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    /* margin-left: 30px;
    padding: 10px 30px; */
}
.over-revert {
    overflow: revert !important;
}
.site-content {
    margin-bottom: 0px;
}
.text-border {
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    height: 52px;
    border: 1px solid #ffffff;
    letter-spacing: 1.69px;
    line-height: 1;
}
.text-above-footer {
    color: #ffffff;
    font-size: 52px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 25px;
}
.social-img img {
    margin: 0 11px;
}
.text-above-footer2 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 33.13px;
    text-align: center;
    letter-spacing: 0.15px;
    margin-bottom: 18px;
}
.min-footer {
    color: #2b2b2b;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    font-style: normal;
    letter-spacing: -0.21px;
    height: 68px;
}
.text-open-form {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42.17px;
    text-align: center;
}
.text-open-form strong {
    color: #e90000;
}
.d-block {
    display: block !important;
}
.my-d-none {
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
#myModal2 {
    box-shadow: -2px -6px 6px 1px rgb(6 8 8 / 21%);
    opacity: 0.96;
    max-width: 100%;
    background-color: #0a0a09;
    z-index: 1;
    position: absolute;
    width: 640px;
    height: 554px;
    color: #fcf8e1;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.text-popup {
    text-align: center;
    font-size: 25px;
}
.text-popup h3 {
    color: #fcf8e1;
    font-size: 40px;
    font-style: normal;
    letter-spacing: normal;
}
.myform .phoneCode {
	display: flex;
  flex-direction: row-reverse;
}
.myform .phoneCode select {
border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2021/11/triangle2.png);
    background-position: 87% center;
    padding: 0 30px 0 15px;
    text-align: left;
    min-width: 70px;
}
.myform .your-phone input {
	border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.myform > span:last-child {
	flex:0;
}











@media (max-width: 767.98px) {
    .text-above-footer2 {
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 18px;
    }
	.phoneCode .phone-code {
		flex: 1 1 150px;
	}
	.phoneCode .your-phone {
		    width: 100%;
}
    .text-above-contact span {
        font-size: 38px;
        width: 100%;
        display: block;
    }
    .min-footer {
        font-size: 18px;
    }
    .text-border {
        font-size: 20px;
    }
    .text-above-footer {
        font-size: 32px;
    }
    .d-b-block {
        display: none;
    }
    .d-s-block {
        display: block;
    }
    h1 {
        font-size: 53px;
        line-height: 1;
        margin-top: -40px;
    }
    .myform input[type='email'], 
    .myform input[type='date'], 
    .myform input[type='number'], 
    .myform input[type='text'], 
    .myform input[type='tel'] {
        /*margin-bottom: 10px;*/
    }
	.myform .wpcf7-form-control-wrap {
		display:block;
		margin-bottom: 10px;
	}
    h2 {
        font-size: 28px;
    }
    .vc_custom_1638174546088 {
        margin-bottom: 0px !important;
    }
    .text-above-contact {
        text-align: center;
    }
    .mybxshadow {
        box-shadow: -2px -6px 6px 1px rgb(6 8 8 / 11%);
        position: relative;
    }
    .pop-up-form .col-padd60 {
        background: #fcf8e1;
        box-shadow: -2px -6px 6px 1px rgb(6 8 8 / 11%);
    }
    .text-above-contact,
    .text-above-contact span {
        line-height: 1;
    }
    body #myModal2 {
       /* left: 55%;
        transform: translate(-50%, -55%);
        height: 430px;*/
    }
    .text-open-form {
        letter-spacing: -1px;
    }
}
@media (min-width: 768px) {
	.wpcf7 .screen-reader-response {
		display:none;
	}
.myform > span {
	padding:0 15px;
	flex:1;
}
    .paddinglr {
        padding: 0 48px;
    }
    .d-s-block {
        display: none;
    }
    .myform {
        display: flex;
    }

}
@media (min-width: 992px) {
	.myform .phone-code {
        flex:0 0 120px;
    }
}
@media (min-width: 768px) and (max-width: 1299px){
    .myform > span {
        padding:0 5px !important;
    }
    .myform input[type='email'], .myform input[type='date'], .myform input[type='number'], .myform input[type='text'], .myform input[type='tel'], .myform select {
        font-size: 14px !important;
    }
}
@media (min-width: 1300px) {
    .col-padd60 {
        padding-left: 60px;
        padding-right: 60px;
    }
}