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


.cf7-row {display: flex;gap: 15px;margin-bottom: 15px;}
.cf7-col {width: 50%;}
.cf7-full {width: 100%;margin-bottom: 15px;}
.cf7-col p{margin:0px;}
.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea{color:#fff;}
.wpcf7 textarea,
.wpcf7 input{border-color:#fff;}

@media (max-width: 767px) {
  .cf7-row {
    flex-direction: column;
  }
  .cf7-col {
    width: 100%;
  }
}

#wpcf7-f10-p24-o1 input.wpcf7-form-control.wpcf7-submit{background: #000;border-radius: 40px;font-size: 18px;padding: 18px 40px;}

header.whb-header .whb-col-right{flex: auto;}
header.whb-header .whb-col-right a.btn{padding-left: 10px;padding-right: 0px;text-transform: none;font-size: 20px;font-family: poppins;}
header.whb-header .wd-logo img{padding: 17px;}
#main-content{padding-top:0px;}

#part-sec .elementor-image-box-img img{display:inline;}

#hw-wrks .elementor-icon-box-title span{background: #000;padding: 20px;border-radius: 100px;width: 100px;display: inline-block;height: 100px;}

.whb-col-mobile a.btn{background: none;font-size: 18px;color: #fff;} 
header .whb-mobile-center .wd-logo img{padding: 10px;} 

.page-id-3 #main-content{padding-top:60px; padding-bottom:80px;}


.footer-link {color: #fff;text-decoration: none;}
.footer-link:hover {text-decoration: underline; color:#65a5f6;}

html {
  scroll-behavior: smooth;
}