/*
Theme Name: Trademark
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Custom wordpress theme
version: 1.0.43
Text Domain: trademark
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns
*/


.check-label-area .wpcf7-list-item input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 4px 4px;
    cursor: pointer;
    vertical-align: middle;
}
.check-label-area .wpcf7-list-item input:checked::before{
	content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
}
.check-label-area .wpcf7-list-item input:checked {
    border-color: #73b64b;
}
.check-label-area .wpcf7-list-item input:checked::before{
    background-color: #73b64b;
}
.check-label-area .wpcf7-not-valid-tip{
	color: #dc3232;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}
#lightbox .lb-close {
    top: -40px !important;
    right: 360px !important;
    bottom: auto !important;
    position: absolute !important;
}

@media only screen and (max-width: 1024px) {
    #lightbox .lb-close {
        right: 10px !important;
    }
}

.text-content-visual ul{
    padding-bottom: 10px;
}
.text-content-visual ul li{
	background-image: url(https://green-mole-235597.hostingersite.com/wp-content/themes/trademark/assets/images/check.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 25px;
    font-family: "GeneralSans-Regular";
    font-size: 18px;
    color: rgba(43, 43, 43, .7);
    margin-bottom: 10px;
    line-height: 15px;
}
.text-content-visual ul li a{
    color:#73b64b;
}

.hdh_margin{
    margin-bottom:-25px;
}
.type_margin{
    margin-bottom: -17px;
    margin-top: -1px;
}
.type_margin .radio-input-fld{
    margin-left:-15px;
}
.submit_btn_margin{
    margin-bottom: -46px;
}
.type_margin .wpcf7-not-valid-tip{
    margin-left: -8px;
    font-family: "GeneralSans-Regular";
}
.page-banner-element .banr-img-yt{
    width: 100%;
}
.garage_link{
    color: #73b64b;
}
@media screen and (min-width: 992px) {
    .meet-trade-own-img img{
        height: 552px;
        width: 515px !important;
    }
}
.gform_title{
    display: none;
}
.gravity-form-field input, .gravity-form-field select, .gravity-form-field textarea{
    background: hsla(0, 0%, 100%, .6117647059);
    border: 1px solid #fff;
    border-radius: 10px;
    font-family: "GeneralSans-Regular";
    font-size: 16px !important;
    padding: 12px 15px !important;
    color: #484848;
    outline: none;
}
.gfield_radio{
    display: flex;
}
.gchoice .gform-field-label{
    font-family: "GeneralSans-Medium";
    font-size: 20px !important;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}
.gfield-choice-input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 4px 4px;
    cursor: pointer;
    vertical-align: middle;
}
.gchoice:nth-child(2){
    margin-left: 10px;
}
.gfield-choice-input:checked::before{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #73b64b;
    border-radius: 50%;
}
.gfield-choice-input:checked {
    border-color: #73b64b;
}
input#gform_submit_button_1 {
    background-color: #73b64b;
    width: 100%;
    font-family: "GeneralSans-Semibold";
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    padding: 17px 30px;
    text-transform: uppercase;
    border:unset;
}
input#gform_submit_button_1:hover{
    background-color: #151515;
    border-color: #151515;
    color: #fff;
}
.gform_footer{
    padding: 0px !important;
}

.gravity-form-field select{
  -webkit-appearance: none;
  -moz-appearance: none;
}

.right-button-menu {
    flex: 0 0 300px;
    max-width: 300px;
}

.header_contact{
    color:#000;
    margin-left: 10px;
}
  
@media (max-width: 767px) {
    .right-button-menu {
        flex: unset !important;
        max-width: unset !important;
    }
    .header_contact{
      display: block;
      padding-top: 10px;
    }
    .logo-site {
        flex: 0 0 160px !important;
        max-width: 160px !important;
    }
}

.card-wmt-flx{
	padding: 12px 30px !important;
}