Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. /* Mega menu */
  2. .mega_menu {
  3. width:100%;
  4. color:#ffffff;
  5. font-family: Dosis;
  6. }
  7.  
  8. .mega_menu p {
  9. font-family: Dosis;
  10. color:#fff;
  11. }
  12.  
  13. .mega_menu .top_mega {
  14. background:#253746;
  15. padding:40px 0;
  16. border-bottom:1px dashed #fff;
  17. }
  18.  
  19. .mega_menu .bottom_mega {
  20. background:#00AEC7;
  21. padding:40px 0;
  22. }
  23.  
  24. .mega_title {
  25. font-size:24px;
  26. color:#ffffff;
  27. text-transform: uppercase;
  28. }
  29.  
  30. .mega_menu ul {
  31. margin:0 0 20px 0;
  32. padding:0;
  33. }
  34.  
  35. .mega_menu ul li {
  36. list-style:none;
  37. color:#ffffff;
  38. margin-bottom:10px;
  39. font-size:18px;
  40. }
  41.  
  42. .mega_menu ul li a {
  43. color:#ffffff;
  44. }
  45.  
  46. .mega_menu .feature_image {
  47. width:100%;
  48. height:210px;
  49. background:#ccc;
  50. }
  51.  
  52. .mega_menu .section_list {
  53. margin-top:30px;
  54. }
  55.  
  56. .mega_menu .section_list li a:before {
  57. content:'\f105';
  58. font-family: fontAwesome;
  59. color:#7A858E;
  60. margin-right:10px;
  61. }
  62.  
  63. .top_mega .left_content, .bottom_mega .left_content {
  64. border-right:1px dashed #fff;
  65. }
  66.  
  67. .mega_menu .top_mega .right_content a {
  68. font-size:18px;
  69. text-transform: uppercase;
  70. color:#ffffff;
  71. font-family: Dosis;
  72. font-size: 14px;
  73. font-weight: bold;
  74. text-transform: uppercase;
  75. letter-spacing: 1px;
  76. }
  77.  
  78. .mega_menu .top_mega .right_content a i {
  79. margin-left:5px;
  80. font-size:18px;
  81. }
  82.  
  83. .mega_menu .feature {
  84. min-height:180px;
  85. display: block;
  86. }
  87.  
  88. .mega_menu .feature .image {
  89. height:100px;
  90. width:35%;
  91. background:#ccc;
  92. float:left;
  93. margin-right:5%;
  94. }
  95.  
  96. .mega_menu .feature .feature_text {
  97. float:left;
  98. width:50%;
  99. }
  100.  
  101. .mega_menu .feature_title {
  102. font-size:16px;
  103. text-transform: uppercase;
  104. margin:0 0 5px 0;
  105. }
  106.  
  107. .mega_menu .feature_heading {
  108. font-size:22px;
  109. margin:0 0 5px 0;
  110. }
  111.  
  112. .mega_menu .feature i {
  113. font-size:22px;
  114. color:#ffffff;
  115. }
  116.  
  117. .mega_menu .contact_details .mega_title {
  118. margin-bottom:20px;
  119. }
  120.  
  121. .mega_menu .contact_details a {
  122. color:#ffffff;
  123. font-size:22px;
  124. display: block;
  125. margin-bottom:10px;
  126. }
  127.  
  128. .mega_menu .contact_details .email i {
  129. font-size:22px;
  130. margin-right:10px;
  131. }
  132.  
  133. .mega_menu .contact_details .telephone i {
  134. font-size:30px;
  135. margin-right:20px;
  136. }
  137.  
  138. @media screen and (max-width: 992px) {
  139. .mega_menu {
  140. display: none;
  141. }
  142. }
  143.  
  144. .top_menu_wrap #navigation {
  145. margin-top:5px;
  146. }
  147.  
  148. .top_menu_wrap #navigation ul li {
  149. text-align:left;
  150. line-height: auto;
  151. margin-right:85px;
  152. }
  153.  
  154. .top_menu_wrap #navigation ul li:last-of-type {
  155. margin-right:0;
  156. }
  157.  
  158. .top_menu_wrap #navigation ul li .sub-menu {
  159. display: none;
  160. }
  161.  
  162. .top_menu_wrap #navigation ul li a:after {
  163. content:'\f107';
  164. font-family: fontAwesome;
  165. margin-left:10px;
  166. }
  167.  
  168. .top_menu_wrap #navigation ul li a {
  169. color:#ffffff;
  170. font-family: Dosis;
  171. text-transform: none;
  172. font-size:18px;
  173. }
  174.  
  175. .top_menu_wrap.white #navigation ul li a {
  176. color:#253746;
  177. }
  178.  
  179. .top_menu_wrap.white #navigation ul li a:after {
  180. color:#00AEC7;
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement