input.wpcf7-text, input.wpcf7-text:focus, .wpcf7-form select.wpcf7-select {
    color: #333;
}

.wpcf7-form, .post-6301{
    padding: 0 35px;
}

.wpcf7-form span{
    color: #a50034;
}

.wpcf7-form .wpcf7-response-output {
    border: 2px solid #a50034;
    width: 50%;
    margin: 0;
}

.wpcf7-form select.wpcf7-select, .wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea{
    font-family: "LG Smart",Arial, Helvetica, sans-serif;
    padding: 1px 15px;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    font-family: "LG Smart",Tahoma,Arial,sans-serif;
    border: 1px solid #aaa;
    border-radius: 6px;
    outline: 0;
    background: url(/wp-content/uploads/2018/08/bg-input.gif) repeat-x #fcfcfd;
    background-image: linear-gradient(#eff3f4,#fcfcfd 50%);
}

.wpcf7-form select.wpcf7-select, .wpcf7-form input.wpcf7-text{
    height: 40px;
    height: 4rem;
}

.wpcf7-form select.wpcf7-select:focus, .wpcf7-form input.wpcf7-text:focus, .wpcf7-form textarea.wpcf7-textarea:focus {
    border: 2px solid #a50034;
    padding: 0 14px;
    color: #a50034;
}

.wpcf7-form input#invoice-upload, .invoice-upload{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.wpcf7-form .invoice-button, .invoice-button{
    color: #ffffff;
    background-color: #a50034;
    max-width: 100%;
    font-size: 2rem;
    font-weight: 400; 
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2rem;
    margin:0;
}

.invoice-button svg {
    color: #ffffff;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.invoice-button span{
    color:#ffffff;
    padding: 0.5em;
    margin-left: 1em;
	font-family: "LG Smart",Arial, Helvetica, sans-serif;
}

input.wpcf7-submit{
    margin-bottom: 30px;
    margin-top: 25px;
    border-radius: 6px;
    background-color: #a50034;
    font-family: "LG Smart",Tahoma,Arial,sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: width .2s ease-in;
    border: none;
    font-size: 2.2rem;
    padding: .6rem 1.2rem .4rem;
    float: right;
}

label.invoice-button:hover {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

input.wpcf7-submit:hover, a.lg-button:hover {
    background-color: #d80546;
    text-decoration: none;
}

.wpcf7-form label.invoice:after {
    content: "File limit: 8MB | File types : PDF, JPEG, JPG, PNG";
    font-size:0.5em;
    color:#000000;
    display: block;
}

.wpcf7-form .acceptance-tnc span{
    color: #000000;
}

.wpcf7-form .acceptance-tnc a{
    color: #000000;
    text-decoration: underline;
}

.wpcf7-form .slogan-count{
    font-size:0.6em;
    color: #000000;
}

.wpcf7-form .slogan-count span.wpcf7-character-count{
    color: #a50034;
}

.wpcf7-form .add-button-class-name, .wpcf7-form .remove-button-class-name{
	color: #ffffff;
    background-color: #a50034;
    font-size: 1rem;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 2rem;
    margin-right: 20px;
    -webkit-appearance: button-bevel;
}

.wpcf7-form .add-button-class-name:hover, .wpcf7-form .remove-button-class-name:hover{
	outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

@font-face {
    font-family: LG Smart;  
    src: url(/wp-content/themes/bone/fonts/lg-smart-regular.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: LG Smart Bold;  
    src: url(/wp-content/themes/bone/fonts/lg-smart-bold.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: LG Smart Light;  
    src: url(/wp-content/themes/bone/fonts/lg-smart-light.ttf);  
    font-weight: normal;  
}

a.lg-button {
    text-decoration: none;
    margin: 10px 10px 25px 10px;
    border-radius: 6px;
    background-color: #a50034;
    font-family: "LG Smart Light",Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: width .2s ease-in;
    border: none;
    font-size: 2.2rem;
    padding: .9rem 1.5rem .6rem;
    display: inline-table;
    vertical-align: middle;
}

.wpcf7-form label{
    font-family: "LG Smart",Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    font-weight:400;
    font-size: 24px;
    font-size: 2.4rem;
}

.lg-thank-you{
    font-family: "LG Smart",Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size: 2rem;
    line-height:28px;
    text-align: center;
}

@media screen and (max-width:768px){
.wpcf7-form label, .gfield_label{
    margin-bottom: 5px;
    margin-bottom: .5rem;
    font-size: 18px;
    font-size: 1.8rem;
}

.wpcf7-form select.wpcf7-select, .wpcf7-form input.wpcf7-text, .wpcf7-form textarea.wpcf7-textarea, .gfield select, .gfield input:not([type=checkbox]), .gfield textarea{
    padding: 1px 9px;
    width: 100%;
    height: 30px;
    height: 3rem;
    font-size: 16px;
    font-size: 1.6rem;
}

input.wpcf7-submit, .gform_footer input[type=submit]{
    margin-left: 0;
    width: 48%;
    padding: 1rem 2rem .8rem;
    font-size: 18px;
    float:none;
    clear:both;
}

input.wpcf7-submit, a.lg-button, .gform_footer input[type=submit]{
    width: 48%;
    padding: 1rem 2rem .8rem;
    font-size: 18px;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}

.submit-container{
    text-align: center;
}

.lg-thank-you br{
    content:"";
}
}

.gform_wrapper .gform_body .guest-address .ginput_complex select {
    margin-top: 0 !important;
}

.gfield select, .gfield input, .gfield textarea {
    color: #333;
}

.gform_wrapper{
	padding: 0 35px;
}

.gfield select, .gfield input:not([type=checkbox]):not([type=radio]), .gfield textarea{ 
    font-family: "LG Smart",Arial, Helvetica, sans-serif;
    padding: 1px 15px;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    font-family: "LG Smart",Tahoma,Arial,sans-serif;
    border: 1px solid #aaa;
    border-radius: 6px;
    outline: 0;
    background: url(/wp-content/uploads/2018/08/bg-input.gif) repeat-x #fcfcfd;
    background-image: linear-gradient(#eff3f4,#fcfcfd 50%);
}

.gfield select, .gfield input:not([type=checkbox]){
    height: 40px;
    height: 4rem;
}

.gfield select:focus, .gfield input:not([type=checkbox]):focus, .gfield textarea:focus {
    border: 2px solid #a50034;
    color: #a50034;
}

body .gform_wrapper .gform_footer input[type=submit]{
    margin-bottom: 30px;
    margin-top: 25px;
    border-radius: 6px;
    background-color: #a50034;
    font-family: "LG Smart",Tahoma,Arial,sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: width .2s ease-in;
    border: none;
    font-size: 2.2rem;
    padding: .6rem 1.2rem .4rem;
    float: right;
}

body .gform_wrapper .top_label div.ginput_container{
	margin-top:0 !important;
}

.gform_wrapper div.validation_error, .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction, body .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield .gfield_radio li label{
	font-family: "LG Smart",Arial, Helvetica, sans-serif !important;
}

body .gform_wrapper div.validation_error{
	font-size:1.5em;
}

body .gform_wrapper .description, body .gform_wrapper .gfield_description, body .gform_wrapper .gsection_description, body .gform_wrapper .instruction{
}

body .gform_wrapper label.gfield_label, .ginput_complex label, .gfield_consent_label{
    font-family: "LG Smart",Arial, Helvetica, sans-serif;
    margin-bottom: 0 !important;
    font-weight:400 !important;
    font-size: 24px !important;
}

body .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select{
	margin-bottom: 0px;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, body .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield .gfield_radio li label{
	font-size: 16px;
	font-weight:400;
}

body .gform_wrapper .hidden_label .ginput_container_consent input{
	margin: 0 0 4px 0
}

.gfield_consent_label{
	display:inline-block;
}

.gfield_consent_label a{
	color: #000000;
    text-decoration: underline;
}

.gfield_required{
	color:#a50034;
}

.hidden{
	display:none;
}

.sn-tooltip{
    position: absolute;
    z-index: 100000;
    text-align: center;
	margin-top: -50px;
	left: 24px;
    right: 24px;
    background-color: rgba(0,0,0,0.6);
}

.sn-tooltip img {
    max-width: 270px;
    padding: 10px;
}

.gpnf-modal-header, .gpnf-btn-submit{
	background-color:#a50034 !important;
}

.gpnf-btn-cancel, .gpnf-btn-cancel-mobile{
	background-color:#790000 !important;
}

.tingle-modal {
    background: rgba(0,0,0,0.3) !important;
    backdrop-filter: blur(2px) !important;
}

#close-sn-tooltip {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffffff;
    font-size: 2em;
}

.guest-slogan .gfield_description{
	font-size: 1.2em !important;
}