| 1 |
body.post-type-usk-template-builder .row-actions span.view, |
| 2 |
body.post-type-usk-template-builder .row-actions span.inline { |
| 3 |
display: none !important; |
| 4 |
} |
| 5 |
|
| 6 |
/** Modal Css */ |
| 7 |
.usk-modal-overlay { |
| 8 |
position: fixed; |
| 9 |
height: 100%; |
| 10 |
width: 100%; |
| 11 |
bottom: 0; |
| 12 |
left: 0; |
| 13 |
background-color: rgba(0, 0, 0, 0.746); |
| 14 |
z-index: 9999; |
| 15 |
} |
| 16 |
|
| 17 |
#ultimate-builder-kit-builder-modal-wrapper { |
| 18 |
background-color: #fff; |
| 19 |
position: absolute; |
| 20 |
width: 85%; |
| 21 |
top: 50%; |
| 22 |
left: 50%; |
| 23 |
transform: translate(-50%, -50%); |
| 24 |
z-index: 1111; |
| 25 |
max-width: 1024px; |
| 26 |
} |
| 27 |
|
| 28 |
.usk-template-modal-header { |
| 29 |
display: flex; |
| 30 |
align-items: center; |
| 31 |
background-color: #fff; |
| 32 |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); |
| 33 |
padding: 15px; |
| 34 |
} |
| 35 |
|
| 36 |
.usk-modal-logo-wrap { |
| 37 |
display: flex; |
| 38 |
align-items: center; |
| 39 |
cursor: pointer; |
| 40 |
} |
| 41 |
|
| 42 |
.usk-modal-logo-wrap .usk-modal-logo { |
| 43 |
width: 30px; |
| 44 |
} |
| 45 |
|
| 46 |
.usk-modal-logo-wrap .usk-logo-text { |
| 47 |
font-size: 15px; |
| 48 |
color: #495157; |
| 49 |
text-transform: uppercase; |
| 50 |
font-weight: 700; |
| 51 |
padding-left: 12px; |
| 52 |
} |
| 53 |
|
| 54 |
.usk-modal-close-button { |
| 55 |
margin-left: auto; |
| 56 |
border-left: 1px solid #e8e2e2; |
| 57 |
padding-left: 10px; |
| 58 |
} |
| 59 |
|
| 60 |
.usk-modal-close-button a { |
| 61 |
text-decoration: none; |
| 62 |
} |
| 63 |
|
| 64 |
.usk-modal-close-button .usk-icon-close { |
| 65 |
font-size: 22px; |
| 66 |
color: #8D99AE; |
| 67 |
} |
| 68 |
|
| 69 |
.usk-template-modal-main-wrap { |
| 70 |
padding: 30px; |
| 71 |
display: flex; |
| 72 |
flex-direction: column; |
| 73 |
align-items: center; |
| 74 |
grid-gap: 40px; |
| 75 |
} |
| 76 |
|
| 77 |
.usk-template-modal-main-wrap .usk-modal-content-wrap { |
| 78 |
width: 100%; |
| 79 |
} |
| 80 |
|
| 81 |
.usk-modal-content-wrap .usk-modal-title { |
| 82 |
font-size: 20px; |
| 83 |
color: #556068; |
| 84 |
line-height: 1.4; |
| 85 |
text-transform: capitalize; |
| 86 |
margin: 0; |
| 87 |
margin-bottom: 30px; |
| 88 |
} |
| 89 |
|
| 90 |
.usk-modal-content-wrap .usk-modal-title span { |
| 91 |
font-weight: 700; |
| 92 |
display: inline-table; |
| 93 |
} |
| 94 |
|
| 95 |
.usk-modal-content-wrap .usk-modal-desc { |
| 96 |
color: #6d7882; |
| 97 |
font-size: 12px; |
| 98 |
line-height: 1.5; |
| 99 |
} |
| 100 |
|
| 101 |
.usk-template-modal-main-wrap .usk-modal-form-wrap { |
| 102 |
width: 100%; |
| 103 |
background-color: #fff; |
| 104 |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); |
| 105 |
padding: 20px; |
| 106 |
} |
| 107 |
|
| 108 |
.usk-template-modal-main-wrap .usk-modal-form-wrap .usk-modal-form { |
| 109 |
display: flex; |
| 110 |
flex-direction: column; |
| 111 |
grid-row-gap: 10px; |
| 112 |
} |
| 113 |
|
| 114 |
.usk-modal-form .usk-form-title { |
| 115 |
font-size: 18px; |
| 116 |
font-weight: 700; |
| 117 |
margin-bottom: 6px; |
| 118 |
line-height: 1.3; |
| 119 |
color: #2B2D42; |
| 120 |
text-transform: capitalize; |
| 121 |
} |
| 122 |
|
| 123 |
.usk-modal-form label { |
| 124 |
font-size: 12px; |
| 125 |
text-transform: capitalize; |
| 126 |
color: #6d7882; |
| 127 |
} |
| 128 |
|
| 129 |
.usk-modal-form select, .usk-modal-form input { |
| 130 |
height: 35px; |
| 131 |
border: 1px solid #cecece; |
| 132 |
color: #6d7882; |
| 133 |
text-transform: capitalize; |
| 134 |
font-size: 12px; |
| 135 |
border-radius: 3px; |
| 136 |
outline: none; |
| 137 |
margin-bottom: 10px; |
| 138 |
} |
| 139 |
|
| 140 |
.usk-modal-form select:focus { |
| 141 |
border: 1px solid #8D99AE; |
| 142 |
border-color: none; |
| 143 |
color: none; |
| 144 |
box-shadow: none; |
| 145 |
} |
| 146 |
|
| 147 |
.usk-modal-form input[type=text] { |
| 148 |
border: 1px solid #cecece; |
| 149 |
outline: none; |
| 150 |
} |
| 151 |
|
| 152 |
.usk-modal-form input[type=text]:focus { |
| 153 |
border: 1px solid #8D99AE; |
| 154 |
border-color: none; |
| 155 |
color: none; |
| 156 |
box-shadow: none; |
| 157 |
} |
| 158 |
|
| 159 |
.usk-modal-form .usk-modal-submit-btn { |
| 160 |
margin: 0; |
| 161 |
background: #EF233C; |
| 162 |
border: 0; |
| 163 |
color: #fff; |
| 164 |
text-transform: uppercase; |
| 165 |
font-size: 11px; |
| 166 |
transition: all 0.3s ease; |
| 167 |
cursor: pointer; |
| 168 |
} |
| 169 |
|
| 170 |
.usk-modal-form .usk-modal-submit-btn:hover { |
| 171 |
background: #D90429; |
| 172 |
} |
| 173 |
|
| 174 |
@media (min-width: 768px) { |
| 175 |
#ultimate-builder-kit-builder-modal-wrapper { |
| 176 |
width: 82%; |
| 177 |
} |
| 178 |
.usk-template-modal-main-wrap { |
| 179 |
padding: 40px; |
| 180 |
flex-direction: row; |
| 181 |
} |
| 182 |
.usk-modal-content-wrap .usk-modal-title { |
| 183 |
font-size: 24px; |
| 184 |
} |
| 185 |
.usk-modal-content-wrap .usk-modal-desc { |
| 186 |
font-size: 14px; |
| 187 |
} |
| 188 |
.usk-template-modal-main-wrap .usk-modal-form-wrap { |
| 189 |
padding: 30px; |
| 190 |
} |
| 191 |
.usk-modal-form .usk-form-title { |
| 192 |
font-size: 20px; |
| 193 |
margin-bottom: 15px; |
| 194 |
} |
| 195 |
.usk-modal-form label { |
| 196 |
font-size: 12px; |
| 197 |
} |
| 198 |
.usk-modal-form select, .usk-modal-form input { |
| 199 |
height: 40px; |
| 200 |
font-size: 12px; |
| 201 |
margin-bottom: 12px; |
| 202 |
} |
| 203 |
.usk-modal-form .usk-modal-submit-btn { |
| 204 |
font-size: 12px; |
| 205 |
} |
| 206 |
} |
| 207 |
@media (min-width: 1024px) { |
| 208 |
#ultimate-builder-kit-builder-modal-wrapper { |
| 209 |
width: 79%; |
| 210 |
} |
| 211 |
.usk-template-modal-main-wrap { |
| 212 |
padding: 50px; |
| 213 |
} |
| 214 |
.usk-template-modal-main-wrap { |
| 215 |
padding: 50px; |
| 216 |
} |
| 217 |
.usk-modal-content-wrap .usk-modal-title { |
| 218 |
font-size: 30px; |
| 219 |
} |
| 220 |
.usk-modal-content-wrap .usk-modal-desc { |
| 221 |
font-size: 16px; |
| 222 |
} |
| 223 |
.usk-template-modal-main-wrap .usk-modal-form-wrap { |
| 224 |
padding: 40px; |
| 225 |
} |
| 226 |
.usk-modal-form .usk-form-title { |
| 227 |
font-size: 22px; |
| 228 |
margin-bottom: 30px; |
| 229 |
} |
| 230 |
.usk-modal-form label { |
| 231 |
font-size: 14px; |
| 232 |
} |
| 233 |
.usk-modal-form select, .usk-modal-form input { |
| 234 |
height: 50px; |
| 235 |
font-size: 14px; |
| 236 |
margin-bottom: 20px; |
| 237 |
} |
| 238 |
.usk-modal-form .usk-modal-submit-btn { |
| 239 |
font-size: 14px; |
| 240 |
} |
| 241 |
} |
| 242 |
@media (min-width: 1440px) { |
| 243 |
#ultimate-builder-kit-builder-modal-wrapper { |
| 244 |
width: 54%; |
| 245 |
} |
| 246 |
.usk-template-modal-main-wrap { |
| 247 |
padding: 100px; |
| 248 |
} |
| 249 |
} |