Advertisement
Guest User

Untitled

a guest
Jun 5th, 2018
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 23.63 KB | None | 0 0
  1. /*
  2. Theme Name: Dazzling
  3. Theme URI: http://colorlib.com/wp/themes/dazzling
  4. Author: Colorlib
  5. Author URI: http://colorlib.com/wp/
  6. Description: Dazzling is a clean, modern, minimal and fully responsive flat design WordPress WooCommerce theme well suited for blogs, static and ecommerce websites. Theme can be used for travel, corporate, portfolio, photography, green thinking, nature, health, personal and any other creative and minimalistic style website. Dazzling theme is highly customizable with unlimited color options, slider, call for action button, several widget areas and much more that can be adjusted via Theme Options. The theme is built using Bootstrap 3, which makes it responsive and mobile friendly. It features infinite scroll, SEO friendly structure, logo upload, full-screen slider, call for action section, social media icons, popular post widget and translation ready setup. This theme supports WooCommerce and Jigoshop ecommerce plugins. Dazzling is also available in Mexican Spanish, Brazilian Portuguese, Finnish, Swedish, Dutch, Hungarian, German, Persian, Ukrainian  Lithuanian, Portuguese, Italian, Danish, Turkish and Polish. It is Multilingual ready and compatible with WPML plugin. It is probably the best free WordPress theme built for eStores and business websites.
  7. Version: 2.1.1
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Text Domain: dazzling
  11. Domain Path: /languages/
  12. Tags: grid-layout, footer-widgets, blog, education, entertainment, food-and-drink, news, photography, portfolio
  13.  
  14.  
  15. This theme, like WordPress, is licensed under the GPL.
  16.  
  17. Dazzling is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
  18.  
  19. */
  20.  
  21. /* Table of content
  22. -----------------------------------------------
  23. 1. Global
  24. 2. Content
  25. 3. Post styling
  26. 4. Singe Post/Page Pagination
  27. 5. Media
  28. 6. Widgets
  29. 7. Buttons
  30. 8. Infinite Scroll
  31. 8. Custom Styles
  32. 9. Navigation
  33. 10. Comments
  34. 11. Attachment styling
  35. 12. Footer
  36. 13. Mobile Styling
  37. 14. Social icons
  38. 15. Call For Action
  39. */
  40.  
  41. /* =Global
  42. ----------------------------------------------- */
  43. body {
  44.   color: #6B6B6B;
  45.   word-wrap: break-word;
  46.   line-height: 1.7;
  47.   font-size: 14px;
  48. }
  49.  
  50. a {
  51.   color: #1FA67A;
  52.   text-decoration: none;
  53.   -webkit-transition: all 0.2s;
  54.      -moz-transition: all 0.2s;
  55.        -o-transition: all 0.2s;
  56.           transition: all 0.2s;
  57. }
  58.  
  59. a:hover,
  60. a:focus {
  61.   color: #333;
  62.   text-decoration: none;
  63. }
  64.  
  65. a:focus {
  66.   outline: thin dotted;
  67.   outline: 5px auto -webkit-focus-ring-color;
  68.   outline-offset: -2px;
  69. }
  70.  
  71. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  72.   color: #1FA67A;
  73. }
  74.  
  75. h1,
  76. .h1 {
  77.   font-size: 32px;
  78. }
  79.  
  80. h2,
  81. .h2 {
  82.   font-size: 28px;
  83. }
  84.  
  85. h3,
  86. .h3 {
  87.   font-size: 24px;
  88. }
  89.  
  90. h4,
  91. .h4 {
  92.   font-size: 18px;
  93. }
  94.  
  95. h5,
  96. .h5 {
  97.   font-size: 16px;
  98. }
  99.  
  100. h6,
  101. .h6 {
  102.   font-size: 14px;
  103. }
  104.  
  105. img {
  106.   height: auto; /* Make sure images are scaled correctly. */
  107.   max-width: 100%; /* Adhere to container width. */
  108. }
  109. button,
  110. input,
  111. select,
  112. textarea {
  113.   font-size: 100%; /* Corrects font size not being inherited in all browsers */
  114.   margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  115.   vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  116.   *vertical-align: middle; /* Improves appearance and consistency in all browsers */
  117. }
  118. select {
  119.     width: 250px;
  120.     border: 1px solid #DCE4EC;
  121.     background-color: #FFF;
  122.     height: 30px;
  123.     padding: 5px;
  124. }
  125. input[type="checkbox"],
  126. input[type="radio"] {
  127.   padding: 0; /* Addresses excess padding in IE8/9 */
  128. }
  129. input[type="search"] {
  130.   -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  131.   -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  132.   -moz-box-sizing:    content-box;
  133.   box-sizing:         content-box;
  134. }
  135. input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  136.   -webkit-appearance: none;
  137. }
  138. button::-moz-focus-inner,
  139. input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  140.   border: 0;
  141.   padding: 0;
  142. }
  143. input[type="text"],
  144. input[type="email"],
  145. input[type="url"],
  146. input[type="password"],
  147. input[type="search"],
  148. textarea {
  149.   color: #666;
  150.   border: 1px solid #E8E8E8;
  151.   border-radius: 3px;
  152. }
  153. input[type="text"]:focus,
  154. input[type="email"]:focus,
  155. input[type="url"]:focus,
  156. input[type="password"]:focus,
  157. input[type="search"]:focus,
  158. textarea:focus {
  159.   color: #111;
  160. }
  161. input[type="text"],
  162. input[type="email"],
  163. input[type="url"],
  164. input[type="password"],
  165. input[type="search"] {
  166.   padding: 3px;
  167. }
  168. textarea {
  169.   overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  170.   padding-left: 3px;
  171.   vertical-align: top; /* Improves readability and alignment in all browsers */
  172.   width: 100%;
  173. }
  174.  
  175.  
  176. /* Alignment */
  177. .alignleft {
  178.   display: inline;
  179.   float: left;
  180.   margin-right: 1.5em;
  181. }
  182. .alignright {
  183.   display: inline;
  184.   float: right;
  185.   margin-left: 1.5em;
  186. }
  187. .aligncenter {
  188.   clear: both;
  189.   display: block;
  190.   margin: 0 auto;
  191. }
  192.  
  193. /* Text meant only for screen readers */
  194. .screen-reader-text {
  195.   clip: rect(1px, 1px, 1px, 1px);
  196.   position: absolute !important;
  197. }
  198.  
  199. .screen-reader-text:hover,
  200. .screen-reader-text:active,
  201. .screen-reader-text:focus {
  202.   background-color: #f1f1f1;
  203.   border-radius: 3px;
  204.   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  205.   clip: auto !important;
  206.   color: #21759b;
  207.   display: block;
  208.   font-size: 14px;
  209.   font-weight: bold;
  210.   height: auto;
  211.   left: 5px;
  212.   line-height: normal;
  213.   padding: 15px 23px 14px;
  214.   text-decoration: none;
  215.   top: 5px;
  216.   width: auto;
  217.   z-index: 100000; /* Above WP toolbar */
  218. }
  219.  
  220. /* Clearing */
  221. .clear:before,
  222. .clear:after,
  223. .entry-content:before,
  224. .entry-content:after,
  225. .comment-content:before,
  226. .comment-content:after,
  227. .site-header:before,
  228. .site-header:after,
  229. .site-content:before,
  230. .site-content:after,
  231. .site-footer:before,
  232. .site-footer:after {
  233.   content: '';
  234.   display: table;
  235. }
  236.  
  237. .clear:after,
  238. .entry-content:after,
  239. .comment-content:after,
  240. .site-header:after,
  241. .site-content:after,
  242. .site-footer:after {
  243.   clear: both;
  244. }
  245.  
  246. /* =Content
  247. ----------------------------------------------- */
  248.  
  249. .sticky {
  250. }
  251. .hentry {
  252.   margin: 0 0 1.5em;
  253. }
  254. .byline,
  255. .updated {
  256.   display: none;
  257. }
  258. .single .byline,
  259. .group-blog .byline {
  260.   display: inline;
  261.   margin-right: 0;
  262. }
  263. .page-content,
  264. .entry-content,
  265. .entry-summary {
  266.   margin: 1.5em 0 0;
  267. }
  268. .page-links {
  269.   clear: both;
  270.   margin: 0 0 1.5em;
  271. }
  272. #content {
  273.   margin-top: 40px;
  274.   margin-bottom: 40px;
  275. }
  276. /* =Post styling
  277. ----------------------------------------------- */
  278. .entry-meta a {
  279.   font-size: 13px;
  280. }
  281. #main .page-header {
  282.   margin-top: 0;
  283. }
  284.  
  285. .entry-meta a {
  286.   color: #6B6B6B;
  287. }
  288. .entry-meta .fa {
  289.   font-size: 14px;
  290.   margin-right: 3px;
  291.   color: #1FA67A;
  292. }
  293. .entry-meta span {
  294.   margin-right: 10px;
  295. }
  296. .entry-title {
  297.   font-size: 32px;
  298.   color: #444;
  299. }
  300. .entry-title a {
  301.   color: #444;
  302. }
  303. .entry-title a:hover {
  304.   color: #666;
  305. }
  306. .btn.btn-default.read-more {
  307.   float: right;
  308.   border: 1px solid #E8E8E8;
  309.   color: #1FA67A;
  310.   background-color: transparent;
  311.   margin-top: 10px;
  312. }
  313. .btn.btn-default.read-more:hover {
  314.   color: #FFF;
  315.   background-color: #1FA67A;
  316. }
  317. .search .btn.btn-default.read-more {
  318.   float: none;
  319. }
  320. hr.section-divider {
  321.   border-color: #E8E8E8;
  322.   margin-top: 50px;
  323.   margin-bottom: 50px;
  324. }
  325.  
  326. /* =Singe Post/Page Pagination
  327. ----------------------------------------------- */
  328. .page-links span {
  329.   display: inline-block;
  330.   color: #fff;
  331.   background-color: #1FA67A;
  332.   border-radius: 4px;
  333.   padding: 2px 10px;
  334.   margin-left: 2px;
  335. }
  336. .page-links a span {
  337.   background-color: inherit;
  338.   border: 1px solid #E8E8E8;
  339.   color: #1FA67A;
  340.   -webkit-transition: all 0.2s;
  341.      -moz-transition: all 0.2s;
  342.        -o-transition: all 0.2s;
  343.           transition: all 0.2s;
  344. }
  345. .page-links a:hover span {
  346.   background-color: #1FA67A;
  347.   border: 1px solid #1FA67A;
  348.   color: #fff;
  349. }
  350. /* =Asides
  351. ----------------------------------------------- */
  352.  
  353. .blog .format-aside .entry-title,
  354. .archive .format-aside .entry-title {
  355.   display: none;
  356. }
  357.  
  358. /* =Media
  359. ----------------------------------------------- */
  360.  
  361. .page-content img.wp-smiley,
  362. .entry-content img.wp-smiley,
  363. .comment-content img.wp-smiley {
  364.   border: none;
  365.   margin-bottom: 0;
  366.   margin-top: 0;
  367.   padding: 0;
  368. }
  369. .wp-caption {
  370.   border: 1px solid #ccc;
  371.   margin-bottom: 1.5em;
  372.   max-width: 100%;
  373. }
  374. .wp-caption img[class*="wp-image-"] {
  375.   display: block;
  376. }
  377. .wp-caption-text {
  378.   text-align: center;
  379. }
  380. .wp-caption .wp-caption-text {
  381.   margin: 0.8075em 0;
  382. }
  383. .site-main .gallery {
  384.   margin-bottom: 1.5em;
  385. }
  386. .gallery-caption {
  387. }
  388. .site-main .gallery a img {
  389.   border: none;
  390.   height: auto;
  391.   max-width: 90%;
  392. }
  393. .site-main .gallery dd {
  394.   margin: 0;
  395. }
  396. .site-main .gallery-columns-4 .gallery-item {
  397. }
  398. .site-main .gallery-columns-4 .gallery-item img {
  399. }
  400.  
  401. /* Make sure embeds and iframes fit their containers */
  402. embed,
  403. iframe,
  404. object {
  405.   max-width: 100%;
  406. }
  407.  
  408. /* =Widgets
  409. ----------------------------------------------- */
  410.  
  411. .widget {
  412.   margin: 0 0 1.5em;
  413. }
  414.  
  415. /* Make sure select elements fit in widgets */
  416. .widget select {
  417.   max-width: 100%;
  418. }
  419.  
  420. /* Search widget */
  421. .widget_search .search-submit {
  422.   display: none;
  423. }
  424. .widget > ul > li,
  425. li.recentcomments {
  426.   border-bottom: 1px solid #EEE;
  427.   position: relative;
  428.   display: block;
  429.   padding: 10px 0;
  430. }
  431. .widget ul li {
  432.     list-style: none;
  433. }
  434. .widget ul {
  435.     padding: 10px 10px;
  436. }
  437. .widget-title {
  438.   border-bottom: 1px solid #eee;
  439. }
  440. .widget ul.nav.nav-tabs {
  441.   padding: 0;
  442. }
  443. .tab-content ul li {
  444.   list-style: none;
  445. }
  446. #secondary .widget_archive ul li:before,
  447. #secondary .widget_categories ul li:before,
  448. #secondary .widget_recent_comments ul li:before {
  449.   font-family: fontawesome;
  450.   margin-right: 10px;
  451. }
  452. #secondary .widget_archive ul li:before {
  453.   content: '\f073';
  454. }
  455. #secondary .widget_categories ul li:before {
  456.   content: '\f115';
  457. }
  458. #secondary .widget_recent_comments ul li:before {
  459.   content: '\f0e5';
  460. }
  461. .tab-content .tab-thumb {
  462.   float: left;
  463.   margin-right: 8px;
  464.   padding-top: 5px;
  465.   float: left;
  466.   line-height: 0px;
  467.   width: 60px;
  468.   height: 60px;
  469. }
  470. .tab-content li {
  471.   overflow: hidden;
  472.   list-style: none;
  473.   border-bottom: 1px solid #f0f0f0;
  474.   margin: 0 0 8px;
  475.   padding: 0 0 6px;
  476. }
  477. .tab-content .tab-entry {
  478.   display: block;
  479. }
  480. .tab-content > .active {
  481.   border: 1px solid #E8E8E8;
  482.   border-top: none;
  483. }
  484. .tab-content ul li:last-child {
  485.   border-bottom: 0;
  486.   margin-bottom: 0;
  487.   padding-bottom: 0;
  488. }
  489. .tab-content .tab-entry {
  490.   font-size: 14px
  491. }
  492. .tab-comment {
  493.   font-size: 18px;
  494.   padding: 0 10px;
  495. }
  496. .nav-tabs > li > a {
  497.   border-bottom-color: transparent;
  498.   text-transform: uppercase;
  499. }
  500. .tab-content i {
  501.   font-size: 12px;
  502. }
  503. .tab-thumb.thumbnail {
  504.   margin-bottom: 5px;
  505. }
  506. .tab-content #messages li:before {
  507.   content: '\f0e5';
  508.   font-family: fontawesome;
  509.   float: left;
  510.   padding-right: 10px;
  511.   font-size: 20px;
  512.   color: #1FA67A;
  513. }
  514.  
  515. /* =Buttons
  516. ----------------------------------------------- */
  517. .btn-default, .label-default {
  518.   background-color: #1FA67A;
  519.   border-color: #1FA67A;
  520. }
  521. .btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  522.   background-color: #1b926c;
  523.   border-color: #1b926c;
  524. }
  525. .btn.btn-default {
  526.     color: #FFF;
  527. }
  528. /* =Infinite Scroll
  529. ----------------------------------------------- */
  530.  
  531. /* Globally hidden elements when Infinite Scroll is supported and in use. */
  532. .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
  533. .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  534.   display: none;
  535. }
  536.  
  537. /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
  538. .infinity-end.neverending .site-footer {
  539.   display: block;
  540. }
  541. #infinite-handle span {
  542.   display: block;
  543.   text-align: center;
  544.   font-size: 18px;
  545.   margin-bottom: 20px;
  546.   border-radius: 4px;
  547.   padding: 12px;
  548.   background: transparent;
  549.   border: 1px solid #E8E8E8;
  550.   color: #1FA67A;
  551.   -webkit-transition: all 0.2s;
  552.      -moz-transition: all 0.2s;
  553.        -o-transition: all 0.2s;
  554.           transition: all 0.2s;
  555. }
  556. #infinite-handle span:hover {
  557.   background-color: #1FA67A;
  558.   color: #fff;
  559. }
  560. .woocommerce #infinite-handle {
  561.     display: none;
  562. }
  563. .woocommerce div.product form.cart .variations label {
  564.   color: #6B6B6B;
  565.   font-size: 14px;
  566.   margin-bottom: 0;
  567.   margin-top: 8px;
  568. }
  569.  
  570. /* =Custom Styles
  571. ----------------------------------------------- */
  572. .site-branding {
  573.   margin-top: 20px;
  574.   margin-bottom: 20px;
  575. }
  576. .site-description {
  577.   clear: both;
  578.   color: #777;
  579.   font-weight: 200;
  580.   font-size: 14px;
  581. }
  582. .page-template-page-homepage-php .carousel {
  583.   margin-top: -20px;
  584.   margin-bottom: 20px;
  585. }
  586.  
  587. /* =Navigation
  588. ----------------------------------------------- */
  589.  
  590. .site-main [class*="navigation"] a,
  591. .more-link {
  592.   border: 1px solid #E8E8E8;
  593.   padding: 6px 12px;
  594.   border-radius: 4px;
  595.   display: block;
  596. }
  597. .site-main [class*="navigation"] a:hover,
  598. .more-link:hover {
  599.   color: #fff;
  600.   background: #1FA67A;
  601.   text-decoration: none;
  602. }
  603. .more-link {
  604.   float: right;
  605.   margin: 10px 0;
  606. }
  607. .site-main [class*="navigation"] {
  608.   margin: 0 0 1.5em;
  609.   overflow: hidden;
  610. }
  611. [class*="navigation"] .nav-previous {
  612.   float: left;
  613. }
  614. [class*="navigation"] .nav-next {
  615.   float: right;
  616.   text-align: right;
  617. }
  618. h1.site-title {
  619.   margin: 0;
  620. }
  621. .navbar.navbar-default {
  622.   background-color: #fff;
  623.   font-weight: 200;
  624.   margin-bottom: 0;
  625.   margin-top: -2px;
  626.   border-bottom: 1px solid #eee;
  627. }
  628. .navbar-default .navbar-nav > li > a {
  629.   color: #999;
  630.   line-height: 30px;
  631. }
  632. .navbar > .container .navbar-brand {
  633.   color: #1FA67A;
  634.   font-size: 24px;
  635.   margin: 8px 0;
  636. }
  637. .navbar-default .navbar-nav > .open > a,
  638. .navbar-default .navbar-nav > .open > a:hover,
  639. .navbar-default .navbar-nav > .open > a:focus {
  640.   border-right: none;
  641.   border-left: none;
  642. }
  643. .navbar {
  644.   border-radius: 0;
  645. }
  646. .navbar-default {
  647.   border: none;
  648. }
  649. .navbar-default .navbar-nav > .active > a,
  650. .navbar-default .navbar-nav > .active > a:hover,
  651. .navbar-default .navbar-nav > .active > a:focus,
  652. .navbar-default .navbar-nav > li > a:hover,
  653. .navbar-default .navbar-nav > li > a:focus,
  654. .navbar-default .navbar-nav > .open > a,
  655. .navbar-default .navbar-nav > .open > a:hover,
  656. .navbar-default .navbar-nav > .open > a:focus,
  657. .dropdown-menu > li > a:hover,
  658. .dropdown-menu > li > a:focus,
  659. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  660. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  661.   color: #fff;
  662.   background-color: #1FA67A;
  663. }
  664. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  665.   color: #999;
  666. }
  667. .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  668.   border-left: 1px solid rgba(0, 0, 0, 0.1);
  669. }
  670. .dropdown-menu > li > a {
  671.   padding: 14px 20px;
  672.   color: #999;
  673. }
  674. .dropdown-menu,
  675. .dropdown-menu > .active > a,
  676. .dropdown-menu > .active > a:hover,
  677. .dropdown-menu > .active > a:focus {
  678.   border: none;
  679. }
  680. .dropdown-menu > .active > a,
  681. .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  682.   background-color: #1FA67A;
  683.   color: #fff;
  684. }
  685.  
  686. .dropdown-menu .divider {
  687.   background-color: rgba(0, 0, 0, 0.1);
  688. }
  689. .navbar-nav > li > .dropdown-menu {
  690.   padding: 0;
  691. }
  692. .navbar-nav > li > a {
  693.   padding-top: 18px;
  694.   padding-bottom: 18px;
  695. }
  696.  
  697. .navbar-default .navbar-toggle:hover,
  698. .navbar-default .navbar-toggle:focus {
  699.   background-color: transparent;
  700. }
  701. .nav.navbar-nav {
  702.   float: right;
  703. }
  704. @media (max-width: 767px) {
  705.   .nav.navbar-nav {
  706.     float: none;
  707.   }
  708. }
  709. /* =Comments
  710. ----------------------------------------------- */
  711.  
  712. .comment-content a {
  713.   word-wrap: break-word;
  714. }
  715. .bypostauthor {
  716. }
  717. #respond {
  718.   background-color: transparent !important;
  719.   box-shadow: none !important;
  720.   padding: 0px !important;
  721. }
  722. #respond > p, #respond p.comment-notes, p.logged-in-as {
  723.   margin-bottom: 10px;
  724. }
  725. p.logged-in-as {
  726.   padding-bottom: 0px;
  727. }
  728. .comment-list {
  729.   margin-bottom: 40px !important;
  730.   margin-left: 0px !important;
  731.   padding-left: 0;
  732. }
  733. .comment .comment-body {
  734.   background-color: #ffffff;
  735.   margin: 0;
  736.   overflow: hidden;
  737.   padding: 25px;
  738.   margin-top: 2em;
  739.   padding-left: 116px;
  740.   position: relative;
  741.   border: 1px solid rgba(0, 0, 0, 0);
  742.   border-color: #E8E8E8;
  743.   border-radius: 4px;
  744. }
  745. .comment-list .children {
  746.   margin-left: 0px!important;
  747.   padding-left: 40px;
  748.   border-left: 1px solid #E8E8E8;
  749.   background-repeat: no-repeat;
  750.   background-position: left 20px;
  751. }
  752. .comment-list li.comment > div img.avatar {
  753.   position: absolute;
  754.   left: 29px;
  755.   top: 29px;
  756. }
  757. #comment-form-title {
  758.   font-size: 24px;
  759.   padding-bottom: 10px;
  760. }
  761. .vcard .avatar {
  762.   position: absolute;
  763.   left: 29px;
  764.   top: 29px;
  765. }
  766. .comment-metadata {
  767.   font-size: 11px;
  768.   line-height: 16px;
  769.   margin-bottom: 10px;
  770. }
  771. .comment-reply-link {
  772.   float: right;
  773. }
  774. .form-allowed-tags code {
  775.   word-wrap: break-word;
  776.   white-space: inherit;
  777. }
  778. .comment-respond label {
  779.   display: block;
  780.   font-weight: normal;
  781. }
  782. .comment-respond .required {
  783.   color: #C7254E;
  784. }
  785.  
  786.  
  787. /* =Attachment styling
  788. ----------------------------------------------- */
  789. #image-navigation .nav-previous a,
  790. #image-navigation .nav-next a{
  791.   padding: 5px 20px;
  792.   border: 1px solid #E8E8E8;
  793.   border-radius: 4px;
  794.   display: block;
  795. }
  796. #image-navigation .nav-previous a:hover,
  797. #image-navigation .nav-next a:hover{
  798.   background-color: #1FA67A;
  799.   color: #fff;
  800. }
  801. #image-navigation .nav-previous,
  802. #image-navigation .nav-next {
  803.   margin: 10px 0;
  804. }
  805.  
  806.  
  807.  
  808. /* =Footer
  809. ----------------------------------------------- */
  810.  
  811. #footer-area {
  812.   background-color: #23282d;
  813.   color: #CCC;
  814.   font-size: 12px;
  815.   height: 80px;
  816. }
  817. #footer-area a {
  818.   color: #ccc;
  819. }
  820. #footer-area .footer-widget-area {
  821.   padding: 40px 0 20px 0;
  822.   overflow: hidden;
  823. }
  824. #footer-area ul li {
  825.   border-bottom: 1px solid #444;
  826. }
  827. #footer-area .site-info nav ul li {
  828.   border-bottom: none;
  829. }
  830. #footer-area .tab-content > .active {
  831.   border: none;
  832. }
  833. #footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  834.   background-color: transparent;
  835. }
  836. #footer-area .tab-content .tab-entry {
  837.   font-size: inherit;
  838. }
  839. #footer-area .widgettitle {
  840.   font-size: 18px;
  841.   color: inherit;
  842.   margin-top: 0px;
  843. }
  844. #footer-area #social ul li {
  845.   border-bottom: none;
  846. }
  847. #footer-area .widget ul li {
  848.   padding: 10px 0;
  849.   list-style: none;
  850. }
  851. .footer-nav.nav > li {
  852.   position: relative;
  853.   display: inline-table;
  854. }
  855. .footer-nav.nav {
  856.   float: left;
  857.   margin-bottom: 2px;
  858. }
  859. .copyright {
  860.   margin-top: 10px;
  861.   float: right;
  862.   text-align: right;
  863. }
  864. #colophon {
  865.   background-color: #1F1F1F;
  866.   padding: 10px 0;
  867.   border-top: 1px solid #3A3A3A;
  868. }
  869. .site-info a {
  870.   color: #777;
  871. }
  872. .site-info a:hover {
  873.   color: #999;
  874. }
  875. #footer-area a:hover {
  876.   color: #fff;
  877. }
  878. .site-info {
  879.   color: #999;
  880.   font-size: 12px;
  881. }
  882. .footer-nav.nav > li > a:hover {
  883.     background-color: transparent;
  884. }
  885. .scroll-to-top {
  886.   background: #3B3B3B;
  887.   background: rgba(0, 0, 0, 0.4);
  888.   color: #FFF;
  889.   bottom: 4%;
  890.   cursor: pointer;
  891.   display: none;
  892.   position: fixed;
  893.   right: 20px;
  894.   z-index: 999;
  895.   font-size: 16px;
  896.   padding: 2px 10px;
  897.   border-radius: 4px;
  898.   -webkit-transition: background-color 0.1s linear;
  899.      -moz-transition: background-color 0.1s linear;
  900.        -o-transition: background-color 0.1s linear;
  901.           transition: background-color 0.1s linear;
  902. }
  903. .scroll-to-top:hover {
  904.   background: #1FA67A;
  905.   opacity: .8;
  906. }
  907.  
  908. /* =Mobile Styling
  909. ----------------------------------------------- */
  910.  
  911. @media (max-width: 768px) {
  912.   .pull-right {
  913.     float: none !important;
  914.   }
  915.   .pull-left {
  916.     float: none !important;
  917.   }
  918.   .site-info, .copyright {
  919.       text-align: center;
  920.   }
  921.   .footer-nav.nav, .copyright {
  922.     float: none;
  923.   }
  924.   .flex-caption {
  925.     display: none;
  926.   }
  927.   .navbar > .container .navbar-brand {
  928.     margin: 0;
  929.   }
  930.   .navbar-default .navbar-nav > li > a {
  931.     line-height: 20px;
  932.     padding: 15px 10px;
  933.   }
  934. }
  935.  
  936. /* =Social icons
  937. ----------------------------------------------- */
  938.  
  939. .top-bar {
  940.     border-bottom-color: #E8E8E8;
  941. }
  942. #social a {
  943.     font-size: 32px;
  944.     margin: 6px;
  945.     color: #E8E8E8;
  946. }
  947. #social {
  948.     top: 0;
  949.     position: relative;
  950.     text-align: center;
  951. }
  952. #social ul li {
  953.   list-style: none;
  954.   display: inline-block;
  955.   padding: 0 10px;
  956. }
  957. #social ul {
  958.   margin-bottom: 0;
  959.   padding: 0;
  960. }
  961. #social li a span {
  962.   display: none;
  963. }
  964. .fa-googleplus:before {
  965.   content: "\f0d5";
  966. }
  967. #social li,
  968. #social ul {
  969.     border: 0!important;
  970.     list-style: none;
  971.     padding-left: 0
  972. }
  973. #social li a[href*="twitter.com"] .fa:before,
  974. .fa-twitter:before {
  975.     content: "\f099"
  976. }
  977. #social li a[href*="facebook.com"] .fa:before,
  978. .fa-facebook-f:before,
  979. .fa-facebook:before {
  980.     content: "\f09a"
  981. }
  982. #social li a[href*="github.com"] .fa:before,
  983. .fa-github:before {
  984.     content: "\f09b"
  985. }
  986. #social li a[href*="/feed"] .fa:before,
  987. .fa-rss:before {
  988.     content: "\f09e"
  989. }
  990. #social li a[href*="pinterest.com"] .fa:before,
  991. .fa-pinterest:before {
  992.     content: "\f0d2"
  993. }
  994. #social li a[href*="plus.google.com"] .fa:before,
  995. .fa-google-plus:before {
  996.     content: "\f0d5"
  997. }
  998. #social li a[href*="linkedin.com"] .fa:before,
  999. .fa-linkedin:before {
  1000.     content: "\f0e1"
  1001. }
  1002. #social li a[href*="youtube.com"] .fa:before,
  1003. .fa-youtube:before {
  1004.     content: "\f167"
  1005. }
  1006. #social li a[href*="instagram.com"] .fa:before,
  1007. .fa-instagram:before {
  1008.     content: "\f16d"
  1009. }
  1010. #social li a[href*="flickr.com"] .fa:before,
  1011. .fa-flickr:before {
  1012.     content: "\f16e"
  1013. }
  1014. #social li a[href*="tumblr.com"] .fa:before,
  1015. .fa-tumblr:before {
  1016.     content: "\f173"
  1017. }
  1018. #social li a[href*="dribbble.com"] .fa:before,
  1019. .fa-dribbble:before {
  1020.     content: "\f17d"
  1021. }
  1022. #social li a[href*="skype.com"] .fa:before,
  1023. .fa-skype:before {
  1024.     content: "\f17e"
  1025. }
  1026. #social li a[href*="foursquare.com"] .fa:before,
  1027. .fa-foursquare:before {
  1028.     content: "\f180"
  1029. }
  1030. #social li a[href*="vimeo.com"] .fa:before,
  1031. .fa-vimeo-square:before {
  1032.     content: "\f194"
  1033. }
  1034. #social li a[href*="spotify.com"] .fa:before,
  1035. .fa-spotify:before {
  1036.     content: "\f1bc"
  1037. }
  1038. #social li a[href*="soundcloud.com"] .fa:before,
  1039. .fa-soundcloud:before {
  1040.     content: "\f1be"
  1041. }
  1042.  
  1043. @media (max-width: 992px) {
  1044.   .site-branding {
  1045.     text-align: center;
  1046.   }
  1047.   #social {
  1048.     top: 0;
  1049.     float: none;
  1050.     text-align: center;
  1051.   }
  1052.   .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
  1053.     float: none;
  1054.   }
  1055. }
  1056.  
  1057. /* =Call For Action
  1058. ----------------------------------------------- */
  1059.  
  1060. .cfa{
  1061.   padding: 30px 0px;
  1062.   background: #1FA67A;
  1063.   text-align: center;
  1064.   overflow: hidden;
  1065. }
  1066. .cfa-text{
  1067.   font-size: 22px;
  1068.   color: #fff;
  1069.   display: block;
  1070.   padding-top: 10px;
  1071. }
  1072. .cfa-button {
  1073.   background-color: #ffffff;
  1074.   color: #fff;
  1075.   padding: 15px 30px;
  1076.   border-color: #fff;
  1077. }
  1078. .cfa-button a,
  1079. .cfa-button a {
  1080.   color: #fff;
  1081. }
  1082. .cfa-button:hover {
  1083.     background-color: #fff;
  1084.     color: #1FA67A;
  1085. }
  1086. .cfa-button:hover a {
  1087.     color: #1FA67A;
  1088. }
  1089. /* Layout */
  1090. .no-sidebar #secondary, .full-width #secondary{
  1091.     display: none;
  1092. }
  1093. .no-sidebar #primary{
  1094.     float: none;
  1095.     margin: 0 auto;
  1096. }
  1097. .full-width #primary{
  1098.     width: 100%;
  1099. }
  1100.  
  1101. @media (min-width: 992px) {
  1102.     .side-pull-left #primary{
  1103.         float: left;
  1104.     }
  1105.     .side-pull-right #primary{
  1106.         float: right;
  1107.     }
  1108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement