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