-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4ce6f9
commit 517b59a
Showing
1 changed file
with
212 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,179 +1,215 @@ | ||
|
||
.mktoForm{ | ||
background-color:none; | ||
border:none; | ||
border-radius:0; | ||
box-shadow:none; | ||
padding-left:0; | ||
padding-right:0; | ||
padding-bottom:40px; | ||
width:100% !important; | ||
font-family:"Open Sans" !important | ||
} | ||
.mktoForm div{ | ||
float:none | ||
} | ||
.mktoForm .mktoFormCol,.mktoForm .mktoFieldWrap{ | ||
width:100% | ||
.mktoForm { | ||
background-color: none; | ||
border: none; | ||
border-radius: 0; | ||
box-shadow: none; | ||
padding-left: 0; | ||
padding-right: 0; | ||
padding-bottom: 40px; | ||
width: 100% !important; | ||
font-family: 'Open Sans' !important; | ||
} | ||
.mktoForm div { | ||
float: none; | ||
} | ||
.mktoForm .mktoFormCol, | ||
.mktoForm .mktoFieldWrap { | ||
width: 100%; | ||
} | ||
.mktoForm .mktoFieldWrap { | ||
margin-bottom: 1rem; | ||
} | ||
.mktoForm .mktoOffset,.mktoForm .mktoGutter{ | ||
display:none | ||
} | ||
.mktoForm .mktoFormRow input[type=text],.mktoForm .mktoFormRow input[type=url],.mktoForm .mktoFormRow input[type=email],.mktoForm .mktoFormRow input[type=tel],.mktoForm .mktoFormRow input[type=number],.mktoForm .mktoFormRow input[type=date],.mktoForm .mktoFormRow select.mktoField,.mktoForm .mktoFormRow textarea.mktoField{ | ||
-webkit-appearance:none; | ||
background-color: var(--primary-background-color); | ||
line-height:1.5em !important; | ||
color: var(--primary-text-color); | ||
border:1px solid var(--border-color); | ||
border-radius:0 !important; | ||
padding:0.5em 0.8em !important; | ||
box-shadow:none !important; | ||
width:100% !important; | ||
margin:5px 0 !important | ||
} | ||
.mktoForm .mktoFormRow input[type=text]:focus,.mktoForm .mktoFormRow input[type=url]:focus,.mktoForm .mktoFormRow input[type=email]:focus,.mktoForm .mktoFormRow input[type=tel]:focus,.mktoForm .mktoFormRow input[type=number]:focus,.mktoForm .mktoFormRow input[type=date]:focus,.mktoForm .mktoFormRow select.mktoField:focus,.mktoForm .mktoFormRow textarea.mktoField:focus{ | ||
border:1px solid #0086ed !important; | ||
box-shadow:0 0 6px rgba(0,134,237,0.35) !important; | ||
outline:0 | ||
} | ||
.mktoForm textarea.mktoField{ | ||
height:80px | ||
} | ||
.mktoForm .mktoButtonWrap{ | ||
margin-top:20px; | ||
display:block; | ||
margin-left:0 !important | ||
} | ||
.mktoForm .mktoFormRow,.mktoForm .mktoButtonRow{ | ||
display:block; | ||
padding-left:0 | ||
} | ||
.mktoForm .mktoField{ | ||
font-size:14px !important; | ||
color:var(--color-neutrals-700); | ||
width:100% !important; | ||
padding:0.4em 22px 0.4em 0.5em | ||
} | ||
.mktoForm .mktoLabel{ | ||
padding:0; | ||
margin:0; | ||
float:left; | ||
font-size:16px; | ||
font-weight:600 !important; | ||
line-height:1.2em; | ||
max-width:100%; | ||
width:auto !important; | ||
} | ||
.mktoForm .mktoRequiredField label.mktoLabel{ | ||
font-weight:600 !important | ||
} | ||
.mktoForm .mktoLogicalField{ | ||
width:50px !important; | ||
font-weight:300 | ||
} | ||
.mktoForm .mktoLogicalField label{ | ||
display:inline-block | ||
} | ||
.mktoForm .mktoRadioList,.mktoForm .mktoCheckboxList{ | ||
padding:0.3em; | ||
float:left | ||
} | ||
.mktoForm .mktoAsterix{ | ||
display:none | ||
} | ||
.mktoForm .mktoRequiredField .mktoAsterix{ | ||
display:inline-block | ||
} | ||
.mktoForm input:-moz-placeholder{ | ||
color:var(--color-neutrals-600) | ||
} | ||
.mktoForm input::-moz-placeholder{ | ||
color:var(--color-neutrals-600) | ||
} | ||
.mktoForm input:-ms-input-placeholder{ | ||
color:var(--color-neutrals-600) | ||
} | ||
.mktoForm input placeholder{ | ||
color:var(--color-neutrals-600) | ||
} | ||
.mktoForm input[type=radio]{ | ||
width:20px !important | ||
} | ||
#mktoForm_0000{ | ||
display:none | ||
} | ||
body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{ | ||
position:relative; | ||
display:inline-block; | ||
font-weight:600; | ||
text-align:center; | ||
vertical-align:middle; | ||
cursor:pointer; | ||
white-space:nowrap; | ||
border:1px solid var(--color-teal-400); | ||
color:var(--color-white); | ||
text-decoration:none; | ||
text-shadow:none; | ||
background-color:var(--color-teal-400) !important; | ||
background-image:url("") !important; | ||
margin:0; | ||
-webkit-user-select:none; | ||
-moz-user-select:none; | ||
-ms-user-select:none; | ||
user-select:none; | ||
-webkit-font-smoothing:antialiased; | ||
padding:16px 32px; | ||
font-size:12px; | ||
line-height:2; | ||
border-radius:0 | ||
} | ||
@media (min-width: 991px){ | ||
body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{ | ||
padding:16px 32px; | ||
font-size:16px; | ||
line-height:1.625; | ||
border-radius:0 | ||
} | ||
body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover{ | ||
background-color:var(--color-teal-300) !important; | ||
border:1px solid var(--color-teal-300) | ||
} | ||
} | ||
@media (max-width: 767px){ | ||
.mktoForm input[type=text],.mktoForm input[type=url],.mktoForm input[type=email],.mktoForm input[type=tel],.mktoForm input[type=number],.mktoForm input[type=date],.mktoForm select.mktoField,.mktoForm textarea.mktoField{ | ||
border-radius:0; | ||
padding:5px 10px !important; | ||
height:40px !important | ||
} | ||
.mktoForm .mktoField{ | ||
font-size:14px !important | ||
} | ||
.mktoForm .mktoLabel,.mktoForm .mktoCheckboxList label{ | ||
font-size:14px; | ||
font-weight:600 !important | ||
} | ||
.mktoForm input[type=checkbox]+label:before,.mktoForm input[type=radio]+label:before{ | ||
margin-left:-1.25em; | ||
line-height:1em; | ||
font-size:24px; | ||
margin-top:.05em | ||
} | ||
.mktoForm textarea.mktoField{ | ||
height:6em !important | ||
} | ||
.mktoForm .mktoButtonWrap{ | ||
margin-top:40px | ||
} | ||
.mktoForm .mktoFormCol{ | ||
margin:0 0 5px !important | ||
} | ||
} | ||
p,li,.btn,h1,h2,h3,h4,h5,h6,td,th{ | ||
-moz-osx-font-smoothing:grayscale | ||
} | ||
html.with-featherlight{ | ||
overflow:hidden | ||
margin-bottom: 1rem; | ||
} | ||
.mktoForm .mktoOffset, | ||
.mktoForm .mktoGutter { | ||
display: none; | ||
} | ||
.mktoForm .mktoFormRow input[type='text'], | ||
.mktoForm .mktoFormRow input[type='url'], | ||
.mktoForm .mktoFormRow input[type='email'], | ||
.mktoForm .mktoFormRow input[type='tel'], | ||
.mktoForm .mktoFormRow input[type='number'], | ||
.mktoForm .mktoFormRow input[type='date'], | ||
.mktoForm .mktoFormRow select.mktoField, | ||
.mktoForm .mktoFormRow textarea.mktoField { | ||
-webkit-appearance: none; | ||
background-color: var(--primary-background-color); | ||
line-height: 1.5em !important; | ||
color: var(--primary-text-color); | ||
border: 1px solid var(--border-color); | ||
border-radius: 0 !important; | ||
padding: 0.5em 0.8em !important; | ||
box-shadow: none !important; | ||
width: 100% !important; | ||
margin: 5px 0 !important; | ||
} | ||
.mktoForm .mktoFormRow input[type='text']:focus, | ||
.mktoForm .mktoFormRow input[type='url']:focus, | ||
.mktoForm .mktoFormRow input[type='email']:focus, | ||
.mktoForm .mktoFormRow input[type='tel']:focus, | ||
.mktoForm .mktoFormRow input[type='number']:focus, | ||
.mktoForm .mktoFormRow input[type='date']:focus, | ||
.mktoForm .mktoFormRow select.mktoField:focus, | ||
.mktoForm .mktoFormRow textarea.mktoField:focus { | ||
border: 1px solid #0086ed !important; | ||
box-shadow: 0 0 6px rgba(0, 134, 237, 0.35) !important; | ||
outline: 0; | ||
} | ||
.mktoForm textarea.mktoField { | ||
height: 80px; | ||
} | ||
.mktoForm .mktoButtonWrap { | ||
margin-top: 20px; | ||
display: block; | ||
margin-left: 0 !important; | ||
} | ||
.mktoForm .mktoFormRow, | ||
.mktoForm .mktoButtonRow { | ||
display: block; | ||
padding-left: 0; | ||
} | ||
.mktoForm .mktoField { | ||
font-size: 14px !important; | ||
color: var(--color-neutrals-700); | ||
width: 100% !important; | ||
padding: 0.4em 22px 0.4em 0.5em; | ||
} | ||
.mktoForm .mktoLabel { | ||
padding: 0; | ||
margin: 0; | ||
float: left; | ||
font-size: 16px; | ||
font-weight: 600 !important; | ||
line-height: 1.2em; | ||
max-width: 100%; | ||
width: auto !important; | ||
} | ||
.mktoForm .mktoRequiredField label.mktoLabel { | ||
font-weight: 600 !important; | ||
} | ||
.mktoForm .mktoLogicalField { | ||
width: 50px !important; | ||
font-weight: 300; | ||
} | ||
.mktoForm .mktoLogicalField label { | ||
display: inline-block; | ||
} | ||
.mktoForm .mktoRadioList, | ||
.mktoForm .mktoCheckboxList { | ||
padding: 0.3em; | ||
float: left; | ||
} | ||
.mktoForm .mktoAsterix { | ||
display: none; | ||
} | ||
.mktoForm .mktoRequiredField .mktoAsterix { | ||
display: inline-block; | ||
} | ||
.mktoForm input:-moz-placeholder { | ||
color: var(--color-neutrals-600); | ||
} | ||
.mktoForm input::-moz-placeholder { | ||
color: var(--color-neutrals-600); | ||
} | ||
.mktoForm input:-ms-input-placeholder { | ||
color: var(--color-neutrals-600); | ||
} | ||
.mktoForm input placeholder { | ||
color: var(--color-neutrals-600); | ||
} | ||
.mktoForm input[type='radio'] { | ||
width: 20px !important; | ||
} | ||
#mktoForm_0000 { | ||
display: none; | ||
} | ||
body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton { | ||
position: relative; | ||
display: inline-block; | ||
font-weight: 600; | ||
text-align: center; | ||
vertical-align: middle; | ||
cursor: pointer; | ||
white-space: nowrap; | ||
border: 1px solid var(--color-teal-400); | ||
color: var(--color-white); | ||
text-decoration: none; | ||
text-shadow: none; | ||
background-color: var(--color-teal-400) !important; | ||
background-image: url('') !important; | ||
margin: 0; | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
-webkit-font-smoothing: antialiased; | ||
padding: 16px 32px; | ||
font-size: 12px; | ||
line-height: 2; | ||
border-radius: 0; | ||
} | ||
@media (min-width: 991px) { | ||
body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton { | ||
padding: 16px 32px; | ||
font-size: 16px; | ||
line-height: 1.625; | ||
border-radius: 0; | ||
} | ||
body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover { | ||
background-color: var(--color-teal-300) !important; | ||
border: 1px solid var(--color-teal-300); | ||
} | ||
} | ||
@media (max-width: 767px) { | ||
.mktoForm input[type='text'], | ||
.mktoForm input[type='url'], | ||
.mktoForm input[type='email'], | ||
.mktoForm input[type='tel'], | ||
.mktoForm input[type='number'], | ||
.mktoForm input[type='date'], | ||
.mktoForm select.mktoField, | ||
.mktoForm textarea.mktoField { | ||
border-radius: 0; | ||
padding: 5px 10px !important; | ||
height: 40px !important; | ||
} | ||
.mktoForm .mktoField { | ||
font-size: 14px !important; | ||
} | ||
.mktoForm .mktoLabel, | ||
.mktoForm .mktoCheckboxList label { | ||
font-size: 14px; | ||
font-weight: 600 !important; | ||
} | ||
.mktoForm input[type='checkbox'] + label:before, | ||
.mktoForm input[type='radio'] + label:before { | ||
margin-left: -1.25em; | ||
line-height: 1em; | ||
font-size: 24px; | ||
margin-top: 0.05em; | ||
} | ||
.mktoForm textarea.mktoField { | ||
height: 6em !important; | ||
} | ||
.mktoForm .mktoButtonWrap { | ||
margin-top: 40px; | ||
} | ||
.mktoForm .mktoFormCol { | ||
margin: 0 0 5px !important; | ||
} | ||
} | ||
p, | ||
li, | ||
.btn, | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
td, | ||
th { | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
html.with-featherlight { | ||
overflow: hidden; | ||
} |