/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/academia/public_html
currentDir : /home/academia/public_html/wp-content/themes/twentyseventeen/assets/css

*/

/* blocks.css */

/* 1   */ /*
/* 2   *| Theme Name: Twenty Seventeen
/* 3   *| Description: Used to style blocks.
/* 4   *| */
/* 5   */ 
/* 6   */ /*--------------------------------------------------------------
/* 7   *| >>> TABLE OF CONTENTS:
/* 8   *| ----------------------------------------------------------------
/* 9   *| 1.0 General Block Styles
/* 10  *| 2.0 Blocks - Common Blocks
/* 11  *| 3.0 Blocks - Formatting
/* 12  *| 4.0 Blocks - Layout Elements
/* 13  *| 5.0 Blocks - Widgets
/* 14  *| 6.0 Blocks - Colors
/* 15  *| --------------------------------------------------------------*/
/* 16  */ 
/* 17  */ /*--------------------------------------------------------------
/* 18  *| 1.0 General Block Styles
/* 19  *| --------------------------------------------------------------*/
/* 20  */ 
/* 21  */ /* Captions */
/* 22  */ 
/* 23  */ [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
/* 24  */ 	font-style: italic;
/* 25  */ 	margin-bottom: 1.5em;
/* 26  */ 	text-align: left;
/* 27  */ }
/* 28  */ 
/* 29  */ .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
/* 30  */ 	text-align: right;
/* 31  */ }
/* 32  */ 
/* 33  */ /*--------------------------------------------------------------
/* 34  *| 2.0 Blocks - Common Blocks
/* 35  *| --------------------------------------------------------------*/
/* 36  */ 
/* 37  */ /* Paragraph */
/* 38  */ 
/* 39  */ p.has-drop-cap:not(:focus)::first-letter {
/* 40  */ 	font-size: 5em;
/* 41  */ 	margin-top: 0.075em;
/* 42  */ }
/* 43  */ 
/* 44  */ /* Image */
/* 45  */ 
/* 46  */ .wp-block-image {
/* 47  */ 	margin-bottom: 1.5em;
/* 48  */ }
/* 49  */ 
/* 50  */ .wp-block-image figure {

/* blocks.css */

/* 51  */ 	margin-bottom: 0;
/* 52  */ 	margin-top: 0;
/* 53  */ }
/* 54  */ 
/* 55  */ .wp-block-image figure.alignleft {
/* 56  */ 	margin-right: 1.5em;
/* 57  */ }
/* 58  */ 
/* 59  */ .wp-block-image figure.alignright {
/* 60  */ 	margin-left: 1.5em;
/* 61  */ }
/* 62  */ 
/* 63  */ /* Gallery */
/* 64  */ 
/* 65  */ .wp-block-gallery {
/* 66  */ 	margin-bottom: 1.5em;
/* 67  */ }
/* 68  */ 
/* 69  */ .wp-block-gallery figcaption {
/* 70  */ 	font-style: italic;
/* 71  */ }
/* 72  */ 
/* 73  */ .wp-block-gallery.aligncenter {
/* 74  */ 	display: flex;
/* 75  */ 	margin: 0 -8px;
/* 76  */ }
/* 77  */ 
/* 78  */ /* Quote */
/* 79  */ 
/* 80  */ .wp-block-quote:not(.is-large):not(.is-style-large) {
/* 81  */ 	border: 0;
/* 82  */ 	padding: 0;
/* 83  */ }
/* 84  */ 
/* 85  */ .wp-block-quote.alignleft p:last-of-type,
/* 86  */ .wp-block-quote.alignright p:last-of-type {
/* 87  */ 	margin-bottom: 0;
/* 88  */ }
/* 89  */ 
/* 90  */ .wp-block-quote cite {
/* 91  */ 	color: inherit;
/* 92  */ 	font-size: inherit;
/* 93  */ }
/* 94  */ 
/* 95  */ /* Audio */
/* 96  */ 
/* 97  */ .wp-block-audio audio {
/* 98  */ 	display: block;
/* 99  */ 	width: 100%;
/* 100 */ }

/* blocks.css */

/* 101 */ 
/* 102 */ /* Cover */
/* 103 */ 
/* 104 */ .wp-block-cover-image.alignright,
/* 105 */ .wp-block-cover.alignright,
/* 106 */ .wp-block-cover-image.alignleft,
/* 107 */ .wp-block-cover.alignleft,
/* 108 */ .wp-block-cover-image.aligncenter,
/* 109 */ .wp-block-cover.aligncenter {
/* 110 */ 	display: flex;
/* 111 */ }
/* 112 */ 
/* 113 */ /* File */
/* 114 */ 
/* 115 */ .wp-block-file .wp-block-file__button {
/* 116 */ 	background-color: #222;
/* 117 */ 	-webkit-border-radius: 2px;
/* 118 */ 	border-radius: 2px;
/* 119 */ 	-webkit-box-shadow: none;
/* 120 */ 	box-shadow: none;
/* 121 */ 	color: #fff;
/* 122 */ 	display: inline-block;
/* 123 */ 	font-size: 14px;
/* 124 */ 	font-size: 0.875rem;
/* 125 */ 	font-weight: 800;
/* 126 */ 	margin-top: 2em;
/* 127 */ 	padding: 0.7em 2em;
/* 128 */ 	-webkit-transition: background-color 0.2s ease-in-out;
/* 129 */ 	transition: background-color 0.2s ease-in-out;
/* 130 */ 	white-space: nowrap;
/* 131 */ }
/* 132 */ 
/* 133 */ .wp-block-file .wp-block-file__button:hover,
/* 134 */ .wp-block-file .wp-block-file__button:focus {
/* 135 */ 	background-color: #767676;
/* 136 */ 	-webkit-box-shadow: none;
/* 137 */ 	box-shadow: none;
/* 138 */ }
/* 139 */ 
/* 140 */ /*--------------------------------------------------------------
/* 141 *| 3.0 Blocks - Formatting
/* 142 *| --------------------------------------------------------------*/
/* 143 */ 
/* 144 */ /* Code */
/* 145 */ 
/* 146 */ .wp-block-code {
/* 147 */ 	background: transparent;
/* 148 */ 	border: 0;
/* 149 */ 	padding: 0;
/* 150 */ }

/* blocks.css */

/* 151 */ 
/* 152 */ /* Pullquote */
/* 153 */ 
/* 154 */ .wp-block-pullquote {
/* 155 */ 	border: 0;
/* 156 */ }
/* 157 */ 
/* 158 */ .wp-block-pullquote__citation,
/* 159 */ .wp-block-pullquote cite {
/* 160 */ 	font-size: inherit;
/* 161 */ 	text-transform: none;
/* 162 */ }
/* 163 */ 
/* 164 */ /* Table */
/* 165 */ 
/* 166 */ .wp-block-table thead th {
/* 167 */ 	border-bottom: 2px solid #bbb;
/* 168 */ 	padding-bottom: 0.5em;
/* 169 */ }
/* 170 */ 
/* 171 */ .wp-block-table tr {
/* 172 */ 	border-bottom: 1px solid #eee;
/* 173 */ }
/* 174 */ 
/* 175 */ .wp-block-table th,
/* 176 */ .wp-block-table td {
/* 177 */ 	border: 0;
/* 178 */ }
/* 179 */ 
/* 180 */ .rtl .wp-block-table th,
/* 181 */ .rtl .wp-block-table td {
/* 182 */ 	text-align: right;
/* 183 */ }
/* 184 */ 
/* 185 */ /*--------------------------------------------------------------
/* 186 *| 4.0 Blocks - Layout Elements
/* 187 *| --------------------------------------------------------------*/
/* 188 */ 
/* 189 */ /* Buttons */
/* 190 */ 
/* 191 */ .wp-block-button .wp-block-button__link {
/* 192 */ 	-webkit-box-shadow: none;
/* 193 */ 	box-shadow: none;
/* 194 */ 	display: inline-block;
/* 195 */ 	font-size: 14px;
/* 196 */ 	font-size: 0.875rem;
/* 197 */ 	font-weight: 800;
/* 198 */ 	line-height: 1.66;
/* 199 */ 	margin-top: 2em;
/* 200 */ 	padding: 0.7em 2em;

/* blocks.css */

/* 201 */ 	-webkit-transition: background-color 0.2s ease-in-out;
/* 202 */ 	transition: background-color 0.2s ease-in-out;
/* 203 */ 	white-space: nowrap;
/* 204 */ }
/* 205 */ 
/* 206 */ .entry-content .wp-block-button__link {
/* 207 */ 	background-color: #222;
/* 208 */ 	color: #fff;
/* 209 */ }
/* 210 */ 
/* 211 */ .entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
/* 212 */ 	background-color: transparent;
/* 213 */ }
/* 214 */ 
/* 215 */ .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
/* 216 */ 	color: #222;
/* 217 */ }
/* 218 */ 
/* 219 */ .colors-dark .wp-block-button__link {
/* 220 */ 	background-color: #fff;
/* 221 */ 	color: #000;
/* 222 */ }
/* 223 */ 
/* 224 */ .entry-content .wp-block-button__link:hover,
/* 225 */ .entry-content .wp-block-button__link:focus,
/* 226 */ .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
/* 227 */ .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
/* 228 */ 	background-color: #767676;
/* 229 */ 	-webkit-box-shadow: none;
/* 230 */ 	box-shadow: none;
/* 231 */ 	color: #fff;
/* 232 */ }
/* 233 */ 
/* 234 */ .colors-dark .entry-content .wp-block-button__link:hover,
/* 235 */ .colors-dark .entry-content .wp-block-button__link:focus,
/* 236 */ .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
/* 237 */ .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
/* 238 */ 	background-color: #bbb;
/* 239 */ 	color: #000;
/* 240 */ }
/* 241 */ 
/* 242 */ .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
/* 243 */ 	color: #fff;
/* 244 */ }
/* 245 */ 
/* 246 */ .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
/* 247 */ .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
/* 248 */ 	color: #222;
/* 249 */ }
/* 250 */ 

/* blocks.css */

/* 251 */ .colors-custom .entry-content .wp-block-button__link,
/* 252 */ .colors-custom .entry-content .wp-block-button__link:hover,
/* 253 */ .colors-custom .entry-content .wp-block-button__link:focus,
/* 254 */ .colors-dark .entry-content .wp-block-button__link,
/* 255 */ .colors-dark .entry-content .wp-block-button__link:hover,
/* 256 */ .colors-dark .entry-content .wp-block-button__link:focus {
/* 257 */ 	-webkit-box-shadow: none;
/* 258 */ 	box-shadow: none;
/* 259 */ }
/* 260 */ 
/* 261 */ .colors-custom .entry-content .wp-block-button__link:hover,
/* 262 */ .colors-custom .entry-content .wp-block-button__link:focus {
/* 263 */ 	color: #fff;
/* 264 */ }
/* 265 */ 
/* 266 */ /* Separator */
/* 267 */ 
/* 268 */ .wp-block-separator {
/* 269 */ 	border: 0;
/* 270 */ }
/* 271 */ 
/* 272 */ .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
/* 273 */ 	max-width: 100px;
/* 274 */ }
/* 275 */ 
/* 276 */ /* Media & Text */
/* 277 */ 
/* 278 */ .wp-block-media-text {
/* 279 */ 	margin-bottom: 1.5em;
/* 280 */ }
/* 281 */ 
/* 282 */ .wp-block-media-text *:last-child {
/* 283 */ 	margin-bottom: 0;
/* 284 */ }
/* 285 */ 
/* 286 */ /*--------------------------------------------------------------
/* 287 *| 5.0 Blocks - Widgets
/* 288 *| --------------------------------------------------------------*/
/* 289 */ 
/* 290 */ /* Archives, Categories & Latest Posts */
/* 291 */ 
/* 292 */ .wp-block-archives.aligncenter,
/* 293 */ .wp-block-categories.aligncenter,
/* 294 */ .wp-block-latest-posts.aligncenter {
/* 295 */ 	list-style-position: inside;
/* 296 */ 	text-align: center;
/* 297 */ }
/* 298 */ 
/* 299 */ /* Comments */
/* 300 */ 

/* blocks.css */

/* 301 */ .wp-block-latest-comments article {
/* 302 */ 	margin-bottom: 4em;
/* 303 */ }
/* 304 */ 
/* 305 */ .blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
/* 306 */ .archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
/* 307 */ .search:not(.has-sidebar) #primary .wp-block-latest-comments article {
/* 308 */ 	float: none;
/* 309 */ 	width: 100%;
/* 310 */ }
/* 311 */ 
/* 312 */ .wp-block-latest-comments .avatar,
/* 313 */ .wp-block-latest-comments__comment-avatar {
/* 314 */ 	border-radius: 0;
/* 315 */ }
/* 316 */ 
/* 317 */ .wp-block-latest-comments a {
/* 318 */ 	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
/* 319 */ 	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
/* 320 */ 
/* 321 */ }
/* 322 */ 
/* 323 */ .wp-block-latest-comments__comment-meta {
/* 324 */ 	font-size: 16px;
/* 325 */ 	font-size: 1rem;
/* 326 */ 	margin-bottom: 0.4em;
/* 327 */ }
/* 328 */ 
/* 329 */ .wp-block-latest-comments__comment-author,
/* 330 */ .wp-block-latest-comments__comment-link {
/* 331 */ 	font-weight: 700;
/* 332 */ 	text-decoration: none;
/* 333 */ }
/* 334 */ 
/* 335 */ .wp-block-latest-comments__comment-date {
/* 336 */ 	color: #767676;
/* 337 */ 	font-size: 10px;
/* 338 */ 	font-size: 0.625rem;
/* 339 */ 	font-weight: 800;
/* 340 */ 	letter-spacing: 0.1818em;
/* 341 */ 	margin-top: 0.4em;
/* 342 */ 	text-transform: uppercase;
/* 343 */ }
/* 344 */ 
/* 345 */ .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
/* 346 */ 	font-size: 14px;
/* 347 */ 	font-size: 0.875rem;
/* 348 */ }
/* 349 */ 
/* 350 */ /*--------------------------------------------------------------

/* blocks.css *|

/* 351 *| 6.0 Blocks - Colors
/* 352 *| --------------------------------------------------------------*/
/* 353 */ 
/* 354 */ .entry-content .has-pale-pink-color {
/* 355 */ 	color: #f78da7;
/* 356 */ }
/* 357 */ 
/* 358 */ .entry-content .has-pale-pink-background-color,
/* 359 */ .wp-block-button.is-style-outline .has-pale-pink-background-color:link {
/* 360 */ 	background-color: #f78da7;
/* 361 */ }
/* 362 */ 
/* 363 */ .entry-content .has-vivid-red-color {
/* 364 */ 	color: #cf2e2e;
/* 365 */ }
/* 366 */ 
/* 367 */ .entry-content .has-vivid-red-background-color,
/* 368 */ .wp-block-button.is-style-outline .has-vivid-red-background-color:link {
/* 369 */ 	background-color: #cf2e2e;
/* 370 */ }
/* 371 */ 
/* 372 */ .entry-content .has-luminous-vivid-orange-color {
/* 373 */ 	color: #ff6900;
/* 374 */ }
/* 375 */ 
/* 376 */ .entry-content .has-luminous-vivid-orange-background-color,
/* 377 */ .wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
/* 378 */ 	background-color: #ff6900;
/* 379 */ }
/* 380 */ 
/* 381 */ .entry-content .has-luminous-vivid-amber-color {
/* 382 */ 	color: #fcb900;
/* 383 */ }
/* 384 */ 
/* 385 */ .entry-content .has-luminous-vivid-amber-background-color,
/* 386 */ .wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
/* 387 */ 	background-color: #fcb900;
/* 388 */ }
/* 389 */ 
/* 390 */ .entry-content .has-light-green-cyan-color {
/* 391 */ 	color: #7bdcb5;
/* 392 */ }
/* 393 */ 
/* 394 */ .entry-content .has-light-green-cyan-background-color,
/* 395 */ .wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
/* 396 */ 	background-color: #7bdcb5;
/* 397 */ }
/* 398 */ 
/* 399 */ .entry-content .has-vivid-green-cyan-color {
/* 400 */ 	color: #00d084;

/* blocks.css */

/* 401 */ }
/* 402 */ 
/* 403 */ .entry-content .has-vivid-green-cyan-background-color,
/* 404 */ .wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
/* 405 */ 	background-color: #00d084;
/* 406 */ }
/* 407 */ 
/* 408 */ .entry-content .has-pale-cyan-blue-color {
/* 409 */ 	color: #8ed1fc;
/* 410 */ }
/* 411 */ 
/* 412 */ .entry-content .has-pale-cyan-blue-background-color,
/* 413 */ .wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
/* 414 */ 	background-color: #8ed1fc;
/* 415 */ }
/* 416 */ 
/* 417 */ .entry-content .has-vivid-cyan-blue-color {
/* 418 */ 	color: #0693e3;
/* 419 */ }
/* 420 */ 
/* 421 */ .entry-content .has-vivid-cyan-blue-background-color,
/* 422 */ .wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
/* 423 */ 	background-color: #0693e3;
/* 424 */ }
/* 425 */ 
/* 426 */ .entry-content .has-very-light-gray-color {
/* 427 */ 	color: #eee;
/* 428 */ }
/* 429 */ 
/* 430 */ .entry-content .has-very-light-gray-background-color,
/* 431 */ .wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
/* 432 */ 	background-color: #eee;
/* 433 */ }
/* 434 */ 
/* 435 */ .entry-content .has-cyan-bluish-gray-color {
/* 436 */ 	color: #abb8c3;
/* 437 */ }
/* 438 */ 
/* 439 */ .entry-content .has-cyan-bluish-gray-background-color,
/* 440 */ .wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
/* 441 */ 	background-color: #abb8c3;
/* 442 */ }
/* 443 */ 
/* 444 */ .entry-content .has-very-dark-gray-color {
/* 445 */ 	color: #313131;
/* 446 */ }
/* 447 */ 
/* 448 */ .entry-content .has-very-dark-gray-background-color,
/* 449 */ .wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
/* 450 */ 	background-color: #313131;

/* blocks.css */

/* 451 */ }
/* 452 */ 
