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

#pwgc-message {
    display: block;
    height: 100px;
    width: 100% !important;
}

.wd-spacing-10 {
    --wd-sp: 10px;
}

[class*=wd-spacing-]>[class*=col] {
    margin-bottom: 20px;
}

.whb-header {
    margin-bottom: 0px !important;
}

.footer-container .main-footer > .vc_row + p,
.footer-container .main-footer > style + p {
	margin: 0 !important;
}
.wd-prefooter {
	margin-bottom: 0px;
	padding-bottom: 0 !important;
}

.wd-custom-rounding {
	border-radius: 200px !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
    text-transform: inherit;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
    text-transform: inherit;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    text-transform: inherit;
}

@media (max-width:390px) {
  #top{
      margin-top: -12px !important;
  }

  div.ts-header:before {
    color: #000;
    text-align: center;
    font-size: 11px !important;
    font-weight: 600;
    padding:.8em 0;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    position: relative;

}
}

@media (min-width:1px) {
  div.ts-header:before {
      content: attr(data-content) !important;
      width: 100%;
      color: #000;
      background: #F8C10A;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      padding:.8em 0;
      text-transform: uppercase;
      display: block;
      overflow: hidden;
      position: relative;
  
  }
}

@media (min-width:525px) {
  div.ts-header:before {
      content: attr(data-content) !important
  }
}

#cmplz-document {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 6px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

.wpcf7-checkbox input[type=checkbox] {
	
    position: relative;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}


.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 1px solid #ee6a09;
}

.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    text-align: center;
    line-height: 30px;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.wpcf7-list-item-label {
    margin-left: 25px;
    display: inline-block;
	margin-top: -24px;
}
.wpcf7-inline-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}