style-wpcom.css 17 KB

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