| 1 |
/** |
| 2 |
* Master Addons - WPForms |
| 3 |
* |
| 4 |
* Styles for the WPForms widget only. |
| 5 |
*/ |
| 6 |
.jltma-wpforms .wpforms-form .wpforms-field-container .wpforms-field-label { |
| 7 |
display: block; |
| 8 |
color: #78909c; |
| 9 |
font-size: 13px; |
| 10 |
font-weight: 400; |
| 11 |
} |
| 12 |
.jltma-wpforms .wpforms-form .wpforms-field-container input, |
| 13 |
.jltma-wpforms .wpforms-form .wpforms-field-container textarea { |
| 14 |
background-color: #fff; |
| 15 |
border-color: #e2e7ea; |
| 16 |
border-radius: 5px; |
| 17 |
box-shadow: none; |
| 18 |
font-size: 16px; |
| 19 |
margin-bottom: 10px; |
| 20 |
height: 60px; |
| 21 |
} |
| 22 |
.jltma-wpforms .wpforms-form [type=submit] { |
| 23 |
background: #4b00e7; |
| 24 |
border: 1px solid #4b00e7; |
| 25 |
border-radius: 5px; |
| 26 |
color: #fff; |
| 27 |
} |
| 28 |
.jltma-wpforms .wpforms-form [type=submit]:hover { |
| 29 |
background: #fff; |
| 30 |
color: #4b00e7; |
| 31 |
} |
| 32 |
|
| 33 |
.ma-cf-2.jltma-wpforms .wpforms-form .wpforms-submit-container, |
| 34 |
.ma-cf-4.jltma-wpforms .wpforms-form .wpforms-submit-container { |
| 35 |
float: right; |
| 36 |
} |
| 37 |
|
| 38 |
.ma-cf-3.jltma-wpforms .wpforms-form .wpforms-field-container input, |
| 39 |
.ma-cf-3.jltma-wpforms .wpforms-form .wpforms-field-container textarea, |
| 40 |
.ma-cf-4.jltma-wpforms .wpforms-form .wpforms-field-container input, |
| 41 |
.ma-cf-4.jltma-wpforms .wpforms-form .wpforms-field-container textarea { |
| 42 |
background-color: #27262e; |
| 43 |
color: #fff; |
| 44 |
} |
| 45 |
|
| 46 |
.ma-cf-5.jltma-wpforms .wpforms-form .wpforms-field, |
| 47 |
.ma-cf-5.jltma-wpforms .wpforms-field-row-block { |
| 48 |
position: relative; |
| 49 |
} |
| 50 |
|
| 51 |
.ma-cf-5.jltma-wpforms .wpforms-form .wpforms-field label { |
| 52 |
background-color: #fff; |
| 53 |
color: #78909c; |
| 54 |
top: -3px; |
| 55 |
margin: 0; |
| 56 |
padding: 5px 10px; |
| 57 |
z-index: 1; |
| 58 |
} |
| 59 |
|
| 60 |
.ma-cf-5.jltma-wpforms .wpforms-field-row-block label.after { |
| 61 |
left: inherit; |
| 62 |
right: 20px; |
| 63 |
top: -17px; |
| 64 |
} |
| 65 |
|
| 66 |
.ma-cf-6.jltma-wpforms .wpforms-form .wpforms-field, |
| 67 |
.ma-cf-6.jltma-wpforms .wpforms-field-row-block { |
| 68 |
position: relative; |
| 69 |
} |
| 70 |
|
| 71 |
.ma-cf-6.jltma-wpforms .wpforms-form .wpforms-field label { |
| 72 |
background-color: #fff; |
| 73 |
color: #78909c; |
| 74 |
top: 23px; |
| 75 |
margin: 0; |
| 76 |
padding: 5px 10px; |
| 77 |
z-index: 1; |
| 78 |
left: 15px; |
| 79 |
transition: font-size 150ms ease-out, transform 150ms ease-out; |
| 80 |
} |
| 81 |
|
| 82 |
.ma-cf-6.jltma-wpforms .wpforms-field-row-block label.after { |
| 83 |
left: inherit; |
| 84 |
right: 20px; |
| 85 |
top: -16px !important; |
| 86 |
transform: none !important; |
| 87 |
} |
| 88 |
|
| 89 |
.ma-cf-7.jltma-wpforms .wpforms-field-container .wpforms-field input, |
| 90 |
.ma-cf-7.jltma-wpforms .wpforms-field-container .wpforms-field textarea, |
| 91 |
.ma-cf-8.jltma-wpforms .wpforms-field-container .wpforms-field input, |
| 92 |
.ma-cf-8.jltma-wpforms .wpforms-field-container .wpforms-field textarea { |
| 93 |
border: none; |
| 94 |
border-radius: 0; |
| 95 |
border-bottom: 3px solid #e2e7ea; |
| 96 |
} |
| 97 |
|
| 98 |
.ma-cf-8.jltma-wpforms form .wpforms-submit-container { |
| 99 |
text-align: center; |
| 100 |
} |
| 101 |
|
| 102 |
.ma-cf-9.jltma-wpforms .wpforms-field-container .wpforms-field input, |
| 103 |
.ma-cf-9.jltma-wpforms .wpforms-field-container .wpforms-field textarea, |
| 104 |
.ma-cf-10.jltma-wpforms .wpforms-field-container .wpforms-field input, |
| 105 |
.ma-cf-10.jltma-wpforms .wpforms-field-container .wpforms-field textarea { |
| 106 |
border-radius: 2em; |
| 107 |
padding-left: 25px; |
| 108 |
} |
| 109 |
|
| 110 |
.ma-cf-9.jltma-wpforms .wpforms-form .wpforms-submit-container [type=submit], |
| 111 |
.ma-cf-10.jltma-wpforms .wpforms-form .wpforms-submit-container [type=submit], |
| 112 |
.ma-cf-11.jltma-wpforms .wpforms-form .wpforms-submit-container [type=submit] { |
| 113 |
border-radius: 2em; |
| 114 |
} |
| 115 |
|
| 116 |
.ma-cf-10.jltma-wpforms .wpforms-form .wpforms-submit-container [type=submit] { |
| 117 |
background-color: -webkit-linear-gradient(0deg, rgb(243, 61, 130) 0%, rgb(213, 180, 63) 100%); |
| 118 |
border: none; |
| 119 |
width: 100%; |
| 120 |
} |
| 121 |
.ma-cf-10.jltma-wpforms .wpforms-form .wpforms-submit-container [type=submit]:hover { |
| 122 |
background-color: -webkit-linear-gradient(0deg, rgb(10, 57, 252) 0%, rgb(213, 0, 137) 100%); |
| 123 |
color: #fff; |
| 124 |
} |
| 125 |
|
| 126 |
.ma-cf-11.jltma-wpforms .wpforms-form .wpforms-field-container input, |
| 127 |
.ma-cf-11.jltma-wpforms .wpforms-form .wpforms-field-container textarea { |
| 128 |
background-color: transparent; |
| 129 |
border: 2px solid #e2e7ea; |
| 130 |
border-radius: 2em; |
| 131 |
color: #fff; |
| 132 |
} |
| 133 |
|
| 134 |
.ma-cf-11.jltma-wpforms .wpforms-form .wpforms-submit-container [type=submit] { |
| 135 |
background-color: -webkit-linear-gradient(0deg, rgb(10, 57, 252) 0%, rgb(213, 0, 137) 100%); |
| 136 |
border: none; |
| 137 |
width: 100%; |
| 138 |
} |
| 139 |
.ma-cf-11.jltma-wpforms .wpforms-form .wpforms-submit-container [type=submit]:hover { |
| 140 |
background-color: -webkit-linear-gradient(0deg, rgb(243, 61, 130) 0%, rgb(213, 180, 63) 100%); |
| 141 |
color: #fff; |
| 142 |
} |