style-wpcom.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. /*--------------------------------------------------------------
  2. # Comments
  3. --------------------------------------------------------------*/
  4. #comments #respond {
  5. font-family: inherit;
  6. font-weight: inherit;
  7. margin: 0;
  8. padding: 0 1.5em 1.5em;
  9. }
  10. #comments .comment #respond {
  11. padding-left: 0;
  12. padding-right: 0;
  13. }
  14. #comments .comments-wrapper + #respond {
  15. border-top: 1px solid #f3f3f3;
  16. padding-top: 1.5em;
  17. }
  18. #comments #respond h3 {
  19. font-size: 32px;
  20. font-size: 2rem;
  21. line-height: 1.125;
  22. margin: 0 auto 1.5rem;
  23. padding: 0;
  24. }
  25. #comments #respond h3 small {
  26. float: none;
  27. }
  28. #comments #respond form {
  29. background: transparent;
  30. }
  31. #comments #respond #comment-form-comment,
  32. #comments #comment-form-share-text-padder,
  33. #comments #respond .comment-form-fields div.comment-form-input {
  34. background: currentcolor !important;
  35. border: 2px solid;
  36. border-radius: 0;
  37. box-shadow: none !important;
  38. color: #f3f3f3;
  39. transition-duration: 0ms;
  40. }
  41. #comments #respond #comment-form-comment {
  42. padding: 0.375em !important;
  43. }
  44. #comments #respond #comment-form-comment.active,
  45. #comments #respond .comment-form-fields div.comment-form-input.active {
  46. background: transparent !important;
  47. border-color: #3e69dc;
  48. box-shadow: none !important;
  49. }
  50. #comments #respond .comment-form-fields div.comment-form-input {
  51. margin-bottom: 0.75em;
  52. }
  53. #comments #respond .comment-form-field:last-of-type div.comment-form-input {
  54. margin-bottom: 0;
  55. }
  56. #comments #respond #comment-form-subscribe {
  57. float: none;
  58. line-height: 1.5 !important;
  59. margin-bottom: 1.5em;
  60. margin-top: 0;
  61. padding: 0;
  62. }
  63. #comments #respond .comment-form-fields label,
  64. #comments #respond .comment-form-fields label span.required,
  65. #comments #respond .comment-form-fields label span.nopublish,
  66. #comments #respond .comment-form-fields p.comment-form-posting-as,
  67. #comments #respond .comment-form-fields p.comment-form-log-out,
  68. #comments #respond #comment-form-identity #comment-form-nascar p,
  69. #comments #respond #comment-form-load-service p,
  70. #comments #respond #comment-form-comment textarea,
  71. #comments #comment-form-share-text-padder textarea,
  72. #comments #respond .comment-form-fields div.comment-form-input input {
  73. color: #73757D;
  74. text-shadow: none;
  75. }
  76. #comments #respond .comment-form-fields p.comment-form-posting-as,
  77. #comments #respond .comment-form-fields p.comment-form-log-out {
  78. padding-top: 0;
  79. }
  80. #comments #respond form *,
  81. #comments #respond #comment-form-comment textarea,
  82. #comments #comment-form-share-text-padder textarea,
  83. #comments #respond p.comment-subscription-form label {
  84. color: #73757D;
  85. font-family: inherit;
  86. }
  87. #comments #respond form *:not(.form-submit),
  88. #comments #respond #comment-form-comment textarea,
  89. #comments #comment-form-share-text-padder textarea,
  90. #comments #respond p.comment-subscription-form label {
  91. font-size: inherit !important;
  92. line-height: inherit !important;
  93. }
  94. #comments #respond #comment-form-load-service {
  95. height: auto;
  96. }
  97. #comments #respond #comment-form-load-service p {
  98. background: transparent;
  99. margin: 0.75em 0 0;
  100. padding-top: 0;
  101. }
  102. #comments #respond .comment-form-service {
  103. background: transparent;
  104. border-bottom: 0;
  105. padding: 0 0 1.5em;
  106. }
  107. #comments #respond .comment-form-service a {
  108. box-shadow: 0 1px 0 0;
  109. color: inherit;
  110. text-decoration: none;
  111. }
  112. #comments #respond .comment-form-service a:focus,
  113. #comments #respond .comment-form-service a:hover {
  114. box-shadow: none;
  115. color: #3e69dc;
  116. }
  117. #comments #respond .comment-form-fields div.comment-form-field,
  118. #comments #respond .comment-form-posting-as-cancel {
  119. margin: 0;
  120. }
  121. #comments #respond .comment-form-padder {
  122. padding: 1.5em 0 0;
  123. }
  124. #comments #respond .form-submit {
  125. clear: both !important;
  126. color: #3e69dc;
  127. float: none;
  128. font-size: 13px;
  129. font-size: 0.8125rem;
  130. font-weight: bold;
  131. line-height: 1.3847 !important;
  132. margin-bottom: 0;
  133. padding: 0;
  134. }
  135. #comments #respond p.form-submit input#comment-submit {
  136. background: transparent !important;
  137. border: 0 !important;
  138. border-radius: 5em !important;
  139. box-shadow: inset 0 0 0 2px;
  140. color: inherit !important;
  141. font-family: inherit;
  142. font-size: inherit !important;
  143. font-weight: inherit !important;
  144. line-height: inherit !important;
  145. padding: 0.5625rem 1.5em !important;
  146. text-shadow: none !important;
  147. }
  148. #comments #respond .form-submit input#comment-submit:focus,
  149. #comments #respond .form-submit input#comment-submit:hover {
  150. opacity: 0.75;
  151. }
  152. #comments #respond #comment-form-identity {
  153. background: transparent;
  154. border-top: 0;
  155. }
  156. #comments #respond #comment-form-identity #comment-form-nascar {
  157. background: transparent;
  158. margin-top: 1.5em;
  159. }
  160. #comments #respond #comment-form-identity #comment-form-nascar a,
  161. #comments #respond .comment-form-avatar a {
  162. box-shadow: none;
  163. }
  164. #comments #respond #comment-form-identity #comment-form-nascar p {
  165. margin: 0;
  166. padding: 0;
  167. }
  168. #comments #respond #comment-form-identity #comment-form-nascar ul {
  169. margin: 0 0 0 0.75em;
  170. }
  171. #comments #respond #comment-form-identity #comment-form-nascar ul li {
  172. padding: 0;
  173. }
  174. .rtl #comments #respond #comment-form-identity #comment-form-nascar ul {
  175. margin-left: 0;
  176. margin-right: auto;
  177. }
  178. #comments #respond.js .comment-form-fields label {
  179. line-height: inherit;
  180. padding: 0 !important;
  181. letter-spacing: 0;
  182. top: 0;
  183. }
  184. #comments #respond .comment-form-fields {
  185. margin-left: 2em;
  186. }
  187. .rtl #comments #respond .comment-form-fields {
  188. margin-left: auto;
  189. margin-right: 2em;
  190. }
  191. #comments #respond .comment-form-avatar img {
  192. border: 0;
  193. border-radius: 50%;
  194. padding: 0;
  195. width: 1.5em;
  196. }
  197. /*--------------------------------------------------------------
  198. # Reblogger
  199. --------------------------------------------------------------*/
  200. .hentry .wpcom-reblog-snapshot .reblog-post {
  201. box-shadow: none;
  202. padding: 0;
  203. }
  204. .hentry .wpcom-reblog-snapshot .reblogger-note {
  205. border-bottom: 1px solid #f3f3f3;
  206. margin-bottom: 1.5em;
  207. }
  208. .hentry .wpcom-reblog-snapshot p.reblogger-headline {
  209. line-height: inherit;
  210. margin-bottom: 1.5em;
  211. }
  212. .hentry .wpcom-reblog-snapshot .reblogged-content {
  213. margin-bottom: 1.5em;
  214. }
  215. .hentry .wpcom-reblog-snapshot .reblog-source {
  216. font-size: inherit;
  217. line-height: inherit;
  218. margin-bottom: 1.5em;
  219. }
  220. .reblog-from img,
  221. .reblogger-headline img {
  222. border-radius: 50%;
  223. height: 1.5em;
  224. width: 1.5em;
  225. }
  226. body .hentry .wpcom-reblog-snapshot .reblogger-note-content blockquote {
  227. font-size: inherit;
  228. font-weight: inherit;
  229. line-height: inherit;
  230. margin: 0 0 1.5em;
  231. }
  232. /*--------------------------------------------------------------
  233. # Stats & Robots
  234. --------------------------------------------------------------*/
  235. img#wpstats {
  236. position: absolute;
  237. top: -999em;
  238. }
  239. /*--------------------------------------------------------------
  240. # Widgets
  241. --------------------------------------------------------------*/
  242. /* About.me */
  243. .aboutme_widget #am_thumbnail {
  244. margin-bottom: 1.5em;
  245. }
  246. .aboutme_widget #am_thumbnail a,
  247. .aboutme_widget #am_thumbnail img {
  248. display: block;
  249. }
  250. .aboutme_widget #am_thumbnail img {
  251. border: 0;
  252. max-width: 100%;
  253. }
  254. .aboutme_widget #am_name {
  255. font-size: 25px;
  256. font-size: 1.5625rem;
  257. line-height: 1.2;
  258. margin-bottom: 1.5rem;
  259. }
  260. .aboutme_widget #am_name a {
  261. font-size: inherit !important;
  262. }
  263. .aboutme_widget #am_headline {
  264. font-size: 20px;
  265. font-size: 1.25rem;
  266. line-height: 1.5;
  267. margin-bottom: 0;
  268. }
  269. .aboutme_widget #am_bio {
  270. margin-bottom: 1.5em;
  271. }
  272. .aboutme_widget #am_bio p {
  273. margin-bottom: 0;
  274. }
  275. .aboutme_widget #am_services {
  276. margin-bottom: 1.25em;
  277. }
  278. .aboutme_widget #am_services a.am_service_icon {
  279. display: inline-block;
  280. line-height: 0;
  281. margin-bottom: 0.25em;
  282. }
  283. .aboutme_widget #am_services a.am_service_icon img {
  284. margin-bottom: 0;
  285. }
  286. /* Author Grid */
  287. .widget_author_grid a,
  288. .widget_author_grid img {
  289. vertical-align: middle;
  290. }
  291. .widget_author_grid ul {
  292. list-style: none;
  293. margin: 0 0 1.5em;
  294. }
  295. .widget.widget_author_grid ul li {
  296. margin: 0 !important;
  297. max-width: 50%;
  298. padding: 0 !important;
  299. }
  300. /* Authors */
  301. .widget_authors strong {
  302. box-shadow: 0 1px 0 0;
  303. font-weight: inherit;
  304. }
  305. /* Blog Stats */
  306. .widget_blog-stats ul {
  307. list-style: none;
  308. margin-left: 0;
  309. margin-right: 0;
  310. }
  311. /* Category Cloud */
  312. .widget_tag_cloud > div {
  313. padding-bottom: 1.25em;
  314. display: flex;
  315. flex-wrap: wrap;
  316. }
  317. .widget_tag_cloud > div a {
  318. background: #f3f3f3;
  319. box-shadow: none !important;
  320. display: block;
  321. font-size: inherit !important;
  322. margin: 0 !important;
  323. margin-bottom: 0.25em !important;
  324. margin-right: 0.25em !important;
  325. padding: 0.25em 0.5em !important;
  326. }
  327. .widget-footer-top-area .widget_tag_cloud > div a {
  328. background: rgba(255, 255, 255, 0.25);
  329. }
  330. /* Flickr */
  331. .widget_flickr #flickr_badge_uber_wrapper,
  332. .widget_flickr #flickr_badge_wrapper {
  333. background: transparent;
  334. border: 0;
  335. }
  336. .widget_flickr #flickr_badge_wrapper {
  337. margin: 0;
  338. }
  339. .widget_flickr br {
  340. display: none;
  341. }
  342. .widget_flickr br:last-of-type {
  343. clear: both;
  344. display: inline;
  345. }
  346. .widget_flickr td {
  347. border: 0;
  348. padding: 0;
  349. text-align: left;
  350. }
  351. .rtl .widget_flickr td {
  352. text-align: right;
  353. }
  354. .widget_flickr a,
  355. .widget_flickr img {
  356. display: block;
  357. }
  358. .widget_flickr a {
  359. float: left;
  360. height: 4rem;
  361. overflow: hidden;
  362. }
  363. .rtl .widget_flickr a {
  364. float: right;
  365. }
  366. .widget_flickr .flickr-size-small a {
  367. height: 6rem;
  368. }
  369. .widget_flickr a img {
  370. height: 100%;
  371. }
  372. .widget_flickr #flickr_badge_uber_wrapper td a:last-child {
  373. background: transparent !important;
  374. box-shadow: 0 1px 0 0;
  375. clear: both;
  376. color: #2c313f;
  377. display: inline-block;
  378. float: none;
  379. height: auto;
  380. margin-top: 1.5em;
  381. width: auto;
  382. }
  383. .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child {
  384. color: rgba(255, 255, 255, 0.75);
  385. }
  386. .widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus,
  387. .widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover {
  388. color: #3e69dc;
  389. }
  390. .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus,
  391. .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover {
  392. color: #fff;
  393. }
  394. /* Follow Blog */
  395. .widget_blog_subscription form,
  396. .widget_blog_subscription .success {
  397. border: 1px solid #f3f3f3;
  398. margin-bottom: 1.5em;
  399. padding: 1.5em 1.5em 0;
  400. }
  401. .widget-footer-top-area .widget_blog_subscription form,
  402. .widget-footer-top-area .widget_blog_subscription .success {
  403. border-color: rgba(255, 255, 255, 0.25);
  404. }
  405. .widget_blog_subscription input[type="text"] {
  406. width: 100% !important;
  407. padding: 0.375em !important;
  408. }
  409. .widget_blog_subscription > div {
  410. margin: 0 0 1.5em !important;
  411. padding: 1.5em !important;
  412. }
  413. /* Gravatar */
  414. .widget_gravatar img {
  415. border-radius: 50%;
  416. vertical-align: middle;
  417. }
  418. /* Grid */
  419. .widgets-grid-layout,
  420. .widgets-multi-column-grid {
  421. margin-bottom: 1.5em;
  422. }
  423. .widget-grid-view-image a {
  424. margin: 0 !important;
  425. }
  426. .widgets-grid-layout img,
  427. .widgets-multi-column-grid img {
  428. vertical-align: middle;
  429. }
  430. .widgets-multi-column-grid ul {
  431. margin-bottom: 1.5em;
  432. }
  433. .widgets-multi-column-grid ul li {
  434. margin: 0 !important;
  435. max-width: 20%;
  436. padding: 0 !important;
  437. }
  438. /* I Voted */
  439. .widget_i_voted img {
  440. margin-bottom: 1.5em;
  441. }
  442. /* Instagram */
  443. .widget_wpcom_instagram_widget a,
  444. .widget_wpcom_instagram_widget img {
  445. display: block;
  446. }
  447. .widget_wpcom_instagram_widget a {
  448. border-bottom: 0;
  449. }
  450. .widget_wpcom_instagram_widget > div {
  451. margin-bottom: 1.5em;
  452. }
  453. .widget_wpcom_instagram_widget .wpcom-instagram-columns-1 img,
  454. .widget_wpcom_instagram_widget .wpcom-instagram-columns-2 img,
  455. .widget_wpcom_instagram_widget .wpcom-instagram-columns-3 img {
  456. margin: 0;
  457. }
  458. /* Lists */
  459. .widget_authors ul,
  460. .widget_jp_blogs_i_follow ol,
  461. .widget_top-clicks ul,
  462. .widget_top-posts ul,
  463. .widget_upcoming_events_widget ul {
  464. border-bottom: 1px solid #f3f3f3;
  465. list-style: none;
  466. margin-left: 0;
  467. }
  468. .rtl .widget_authors ul,
  469. .rtl .widget_jp_blogs_i_follow ol,
  470. .rtl .widget_top-clicks ul,
  471. .rtl .widget_top-posts ul,
  472. .rtl .widget_upcoming_events_widget ul {
  473. margin-right: 0;
  474. }
  475. .widget-footer-top-area .widget_authors ul,
  476. .widget-footer-top-area .widget_jp_blogs_i_follow ol,
  477. .widget-footer-top-area .widget_top-clicks ul,
  478. .widget-footer-top-area .widget_top-posts ul,
  479. .widget-footer-top-area .widget_upcoming_events_widget ul {
  480. border-bottom-color: rgba(255, 255, 255, 0.25);
  481. }
  482. .widget_authors li,
  483. .widget_jp_blogs_i_follow li,
  484. .widget_top-clicks li,
  485. .widget_top-posts li,
  486. .widget_upcoming_events_widget li {
  487. border-top: 1px solid #f3f3f3;
  488. padding: 0.4365em 0;
  489. }
  490. .widget-footer-top-area .widget_authors li,
  491. .widget-footer-top-area .widget_jp_blogs_i_follow li,
  492. .widget-footer-top-area .widget_top-clicks li,
  493. .widget-footer-top-area .widget_top-posts li,
  494. .widget-footer-top-area .widget_upcoming_events_widget li {
  495. border-top-color: rgba(255, 255, 255, 0.25);
  496. }
  497. .widget_authors ul ul {
  498. border-bottom: 0;
  499. margin-bottom: -0.4365em;
  500. margin-top: 0.4365em;
  501. padding-left: 1.5em;
  502. }
  503. .rtl .widget_authors ul ul {
  504. padding-left: 0;
  505. padding-right: 1.5em;
  506. }
  507. /* List Layout */
  508. .widget .widgets-list-layout {
  509. margin-bottom: 1.5em;
  510. }
  511. .widget .widgets-list-layout li {
  512. margin-bottom: 0;
  513. }
  514. .widget .widgets-list-layout span {
  515. display: block;
  516. opacity: 1;
  517. }
  518. /* Milestone */
  519. .widget.milestone-widget {
  520. margin-bottom: 0;
  521. }
  522. .milestone-widget .milestone-content {
  523. line-height: inherit;
  524. margin: 0 0 1.5em;
  525. }
  526. .milestone-widget .milestone-header {
  527. background: #3e69dc;
  528. color: #fff;
  529. line-height: inherit;
  530. padding: 0.75em;
  531. }
  532. .widget-footer-top-area .milestone-widget .milestone-header {
  533. background: #fff;
  534. color: #3e69dc;
  535. }
  536. .milestone-widget .milestone-header .event {
  537. font-size: inherit;
  538. line-height: inherit;
  539. }
  540. .milestone-widget .milestone-countdown,
  541. .milestone-widget .milestone-message {
  542. background: transparent;
  543. border-color: #f3f3f3;
  544. color: inherit;
  545. }
  546. .widget-footer-top-area .milestone-widget .milestone-countdown,
  547. .widget-footer-top-area .milestone-widget .milestone-message {
  548. border-color: #fff;
  549. }
  550. /* My Community */
  551. .widget_jetpack_my_community img {
  552. max-height: 100% !important;
  553. max-width: 100% !important;
  554. }
  555. /* Recent Comments */
  556. .widget_recent_comments table {
  557. background: transparent;
  558. border: 0;
  559. margin: 0;
  560. }
  561. .widget_recent_comments tr,
  562. .widget_recent_comments td {
  563. border: 0;
  564. }
  565. .widget_recent_comments tr:nth-of-type(even) {
  566. background: transparent;
  567. }
  568. .widget_recent_comments td.recentcommentsavatarend,
  569. .widget_recent_comments td.recentcommentsavatartop,
  570. .widget_recent_comments td.recentcommentstextend {
  571. padding: 0 0 1.5em;
  572. vertical-align: middle;
  573. }
  574. .widget_recent_comments td.recentcommentstextend {
  575. padding-left: 0.4365em;
  576. }
  577. .rtl .widget_recent_comments td.recentcommentstextend {
  578. padding-left: 0;
  579. padding-right: 0.4365em;
  580. }
  581. .widget_recent_comments td.recentcommentstexttop {
  582. padding: 0 0 1.5em;
  583. padding-left: 0.5em;
  584. }
  585. .rtl .widget_recent_comments td.recentcommentstexttop {
  586. padding-left: 0;
  587. padding-right: 0.5em;
  588. }
  589. .widget_recent_comments img {
  590. border-radius: 50%;
  591. vertical-align: middle;
  592. }
  593. /* Recent Images */
  594. .widget_recent_images .recent_images {
  595. margin-bottom: 1.25em;
  596. }
  597. .widget_recent_images .recent_images:before,
  598. .widget_recent_images .recent_images:after {
  599. content: "";
  600. display: table;
  601. table-layout: fixed;
  602. }
  603. .widget_recent_images .recent_images:after {
  604. clear: both;
  605. }
  606. .widget_recent_images .recent_images a,
  607. .widget_recent_images .recent_images img {
  608. display: inline-block;
  609. line-height: 0;
  610. }
  611. .widget_recent_images .recent_images a {
  612. float: left;
  613. }
  614. .rtl .widget_recent_images .recent_images a {
  615. float: right;
  616. }
  617. .widget_recent_images .recent_images img {
  618. margin: 0 0.25em 0.25em 0;
  619. }
  620. .rtl .widget_recent_images .recent_images img {
  621. margin: 0 0 0.25em 0.25em;
  622. }
  623. /* Tag Cloud */
  624. .wp_widget_tag_cloud > div {
  625. padding-bottom: 1.25em;
  626. display: flex;
  627. flex-wrap: wrap;
  628. }
  629. .wp_widget_tag_cloud > div a {
  630. background: #f3f3f3;
  631. box-shadow: none !important;
  632. display: block;
  633. margin-bottom: 0.25em;
  634. margin-right: 0.25em;
  635. padding: 0.25em 0.5em;
  636. }
  637. .rtl .wp_widget_tag_cloud > div a {
  638. margin-left: 0.25em;
  639. margin-right: 0;
  640. }
  641. .widget-footer-top-area .wp_widget_tag_cloud > div a {
  642. background: rgba(255, 255, 255, 0.25);
  643. }
  644. /* Top Rated */
  645. .widget.top_rated .pd_top_rated_holder_posts {
  646. margin-bottom: 1.5em;
  647. }
  648. .widget.top_rated .pd_top_rated_holder_posts > p {
  649. border: 1px solid #f3f3f3;
  650. margin-bottom: -1px;
  651. padding: 0.75em;
  652. text-align: center;
  653. }
  654. .widget-footer-top-area .widget.top_rated .pd_top_rated_holder_posts > p {
  655. border-color: rgba(255, 255, 255, 0.75);
  656. }
  657. .widget.top_rated small {
  658. font-size: inherit;
  659. }
  660. .widget.top_rated ul {
  661. border: 1px solid #f3f3f3;
  662. border-top: 0;
  663. list-style: none;
  664. margin: 0;
  665. padding: 0.75em 0.75em 0;
  666. }
  667. .widget-footer-top-area .widget.top_rated ul {
  668. border-color: rgba(255, 255, 255, 0.75);
  669. }
  670. .widget.top_rated li:first-child {
  671. border-top: 0;
  672. padding-top: 0;
  673. }
  674. .widget.top_rated li:last-child {
  675. padding-bottom: 0;
  676. }
  677. .widget.top_rated #top_posts li {
  678. margin-bottom: 0.75em;
  679. }
  680. /* Upcoming Events */
  681. .widget_upcoming_events_widget .upcoming-events li {
  682. margin-bottom: 0;
  683. }
  684. .widget_upcoming_events_widget .event-summary:empty {
  685. display: none;
  686. }
  687. /*--------------------------------------------------------------
  688. # Responsive
  689. --------------------------------------------------------------*/
  690. /*--------------------------------------------------------------
  691. ## x >= 450px
  692. --------------------------------------------------------------*/
  693. @media screen and (min-width: 450px) {
  694. /* Comments */
  695. #comments #respond.js .comment-form-fields label {
  696. top: 50%;
  697. -webkit-transform: translateY(-50%);
  698. -ms-transform: translateY(-50%);
  699. transform: translateY(-50%);
  700. }
  701. }
  702. /*--------------------------------------------------------------
  703. ## x >= 600px
  704. --------------------------------------------------------------*/
  705. @media screen and (min-width: 600px) {
  706. /* Comments */
  707. #comments #respond {
  708. padding: 0 3em 3em;
  709. }
  710. #comments .comment #respond {
  711. padding-bottom: 1.5em;
  712. }
  713. #comments .comments-wrapper + #respond {
  714. padding-top: 3em;
  715. }
  716. }
  717. /*--------------------------------------------------------------
  718. ## x >= 768px
  719. --------------------------------------------------------------*/
  720. @media screen and (min-width: 768px) {
  721. /* Comments */
  722. #comments #respond h3 {
  723. font-size: 40px;
  724. font-size: 2.5rem;
  725. line-height: 1.125;
  726. margin-bottom: 1.875rem;
  727. }
  728. #comments #respond .form-submit {
  729. font-size: 16px;
  730. font-size: 1rem;
  731. line-height: 1.40625 !important;
  732. }
  733. #comments #respond p.form-submit input#comment-submit {
  734. padding-bottom: 0.703125em !important;
  735. padding-top: 0.703125em !important;
  736. }
  737. /* Widgets */
  738. .widget-small .widgets-grid-layout,
  739. .widget-small .widgets-list-layout,
  740. .widget-small .widgets-multi-column-grid,
  741. .widget-small .widgets-multi-column-grid ul,
  742. .widget-small.aboutme_widget #am_bio,
  743. .widget-small.aboutme_widget #am_thumbnail,
  744. .widget-small.milestone-widget .milestone-content,
  745. .widget-small.top_rated .pd_top_rated_holder_posts,
  746. .widget-small.widget_author_grid ul,
  747. .widget-small.widget_blog_subscription form,
  748. .widget-small.widget_blog_subscription .success,
  749. .widget-small.widget_i_voted img,
  750. .widget-small.widget_wpcom_instagram_widget > div {
  751. margin-bottom: 1.40625em;
  752. }
  753. .widget-small.aboutme_widget #am_services,
  754. .widget-small.widget_recent_images .recent_images {
  755. margin-bottom: 1.15625em;
  756. }
  757. .widget-small.top_rated #top_posts li {
  758. margin-bottom: 0.703125em;
  759. }
  760. .widget-small.widget_flickr #flickr_badge_uber_wrapper td a:last-child {
  761. margin-top: 1.40625em;
  762. }
  763. .aboutme_widget #am_name {
  764. font-size: 32px;
  765. font-size: 2rem;
  766. line-height: 1.1719;
  767. margin-bottom: 1.875rem;
  768. }
  769. .widget-small.aboutme_widget #am_name {
  770. font-size: 25px;
  771. font-size: 1.5625rem;
  772. line-height: 1.125;
  773. margin-bottom: 1.40625rem;
  774. }
  775. .aboutme_widget #am_headline {
  776. font-size: 25px;
  777. font-size: 1.5625rem;
  778. line-height: 1.2;
  779. }
  780. .widget-small.aboutme_widget #am_headline {
  781. font-size: 20px;
  782. font-size: 1.25rem;
  783. line-height: 1.125;
  784. }
  785. .widget-small.widget_tag_cloud > div {
  786. padding-bottom: 1.15625em;
  787. }
  788. .widget-small.widget_blog_subscription form,
  789. .widget-small.widget_blog_subscription .success {
  790. padding: 1.40625em 1.40625em 0;
  791. }
  792. .widget-small.widget_blog_subscription input[type="text"] {
  793. padding: 0.703125em !important;
  794. }
  795. .widget-small.widget_blog_subscription > div {
  796. margin: 0 0 1.40625em !important;
  797. padding: 1.40625em !important;
  798. }
  799. .widget-small.widget_authors li,
  800. .widget-small.widget_jp_blogs_i_follow li,
  801. .widget-small.widget_top-clicks li,
  802. .widget-small.widget_top-posts li,
  803. .widget-small.widget_upcoming_events_widget li {
  804. padding-bottom: 0.703125em;
  805. padding-top: 0.703125em;
  806. }
  807. .widget-small .widget_authors ul ul {
  808. margin-bottom: -0.703125em;
  809. margin-top: 0.703125em;
  810. padding-left: 1.40625em;
  811. }
  812. .rtl .widget-small .widget_authors ul ul {
  813. padding-left: 0;
  814. padding-right: 1.40625em;
  815. }
  816. .widget-small.milestone-widget .milestone-header,
  817. .widget-small.top_rated .pd_top_rated_holder_posts > p {
  818. padding: 0.703125em;
  819. }
  820. .widget-small.widget_recent_comments td.recentcommentsavatarend,
  821. .widget-small.widget_recent_comments td.recentcommentsavatartop,
  822. .widget-small.widget_recent_comments td.recentcommentstextend,
  823. .widget-small.widget_recent_comments td.recentcommentstexttop {
  824. padding-bottom: 1.40625em;
  825. }
  826. .widget-small.wp_widget_tag_cloud > div {
  827. padding-bottom: 1.15625em;
  828. }
  829. .widget-small.top_rated ul {
  830. padding: 0.703125em 0.703125em 0;
  831. }
  832. }
  833. /*--------------------------------------------------------------
  834. ## x >= 896px
  835. --------------------------------------------------------------*/
  836. @media screen and (min-width: 896px) {
  837. /* Comments */
  838. #comments #respond {
  839. padding-left: 0;
  840. padding-right: 0;
  841. }
  842. }