Advertisement
Guest User

Untitled

a guest
May 26th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.65 KB | None | 0 0
  1. .main_menu ul:first-child > li > a {
  2. font-size: 14px;
  3. font-family: "Quicksand";
  4. text-transform: uppercase;
  5. letter-spacing: 2px;
  6. font-weight: 400;
  7. }
  8.  
  9. .avia-button.avia-color-black, .avia-button.avia-color-black:hover {
  10. background-color: #2c2c2c;
  11. border-color: #000;
  12. color: #fff;
  13. font-family: "Quicksand";
  14. text-transform: uppercase;
  15. font-size: 14px;
  16. letter-spacing: 2px;
  17. }
  18.  
  19. .template-page .entry-content-wrapper h2 {
  20.  
  21. letter-spacing: 2px;
  22. font-weight: 400;
  23. font-family: "Open Sans";
  24. }
  25.  
  26. .iconbox .iconbox_content .iconbox_content_title {
  27. letter-spacing: 2px;
  28. text-transform: uppercase;
  29. font-size: 18px;
  30. font-weight: 400;
  31. font-family: "Quicksand";
  32. }
  33.  
  34. #top .alternate_color.title_container .main-title a {
  35. color: #ffffff;
  36. text-transform: uppercase;
  37. letter-spacing: 2px;
  38. font-size: 18px;
  39. font-family: "Quicksand";
  40. }
  41.  
  42. .grid-entry .main_color .avia-arrow {
  43. background-color: #ffffff;
  44. color: #666666;
  45. }
  46.  
  47. #top h3 a{
  48. font-family: "Quicksand", Sans-Serif;
  49. font-size: 16px;
  50. letter-spacing: 2px;
  51. }
  52.  
  53. .h1, h2, h3, h4, h5, h6 {
  54. font-weight: 400;
  55. letter-spacing: 2px;
  56. }
  57.  
  58. .main_color strong.avia-testimonial-name {
  59. font-family: "Quicksand";
  60. letter-spacing: 2px;
  61. font-weight: 400px;
  62. text-transform: uppercase;
  63. font-size: 14px;
  64. }
  65.  
  66. .small-preview img, .big-preview img {
  67. border-radius: 0;
  68. }
  69.  
  70. .small-preview {
  71. border-radius: 0;
  72. }
  73.  
  74. .related_posts img, .related_posts a {
  75. border-radius: 0;
  76. }
  77.  
  78. img{ border-radius: 0 !important; }
  79.  
  80. #top .social_bookmarks li {
  81. float: right;
  82. }
  83. .sub_menu {
  84. left: 0;
  85. }
  86.  
  87. #top .ls-wp-container .ls-layer a, #top .ls-wp-container .ls-layer a:hover {
  88. text-decoration: none;
  89. }
  90.  
  91. #top #header .mega_menu_title a {
  92. font-size: 14px;
  93. font-weight: 400;
  94. letter-spacing: 2px;
  95. text-transform: uppercase;
  96. color: #111111;
  97. }
  98.  
  99. /*#top .grid-content, #top .grid-entry-excerpt, #top .grid-entry-title {
  100. background-color: #111111;
  101. }
  102.  
  103. #top .grid-entry-title {
  104. color: #ffffff;
  105. }
  106.  
  107. .grid-entry .inner-entry .main_color .avia-arrow {
  108. background-color: #111111;
  109. box-shadow: none;
  110. }
  111.  
  112. #js_sort_items {
  113. visibility: visible;
  114. font-size: 12px;
  115. }*/
  116.  
  117. #top label {
  118. display: inline;
  119. font-weight: bold;
  120. font-size: 12px;
  121. width: 100%;
  122. padding-right: 9px;
  123. padding-top: 6px;
  124. }
  125.  
  126. .grid-image {height:600px; display: block;}
  127.  
  128. @media only screen and (max-width: 989px) and (min-width: 768px) {
  129. .responsive .main_menu ul:first-child > li > a {
  130. padding: 0 5px;
  131. font-size: 11px;
  132. }}
  133.  
  134. .logo img {
  135. padding: 30px 0;
  136. width: 150px;
  137. height: auto;
  138. }
  139.  
  140. #top .grid-entry .inner-entry {
  141. margin-right: 0px;
  142. box-shadow: none;
  143. }
  144.  
  145. .post-meta-infos {
  146. display: none !important;
  147. }
  148.  
  149. #header .avia_mega_div {
  150. left: -500px !important;
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement