Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.03 KB | None | 0 0
  1. .av-siteloader {
  2. display: none !important;
  3. visibility: hidden !important;
  4. }
  5.  
  6. #footer .flex_column.av_one_third {
  7. background: #f4f4f4;
  8. }
  9.  
  10. #footer .flex_column.av_one_third:nth-child(2) {
  11. background: #f9f9f9;
  12. }
  13.  
  14. #footer .flex_column.av_one_third:nth-child(3) {
  15. background: #f4f4f4;
  16. }
  17.  
  18. @media only screen and (min-width: 480px) {
  19. nav.main_menu {display:none !important;}
  20. #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
  21. }
  22.  
  23. #mobile-advanced a {
  24. border: none!important;
  25. }
  26.  
  27. #avia-menu > li > a, #header_main_alternate, #header_main{
  28. border: 0 !important;
  29. }
  30.  
  31. .header_color .header_bg{
  32. background-color: rgba(255,255,255,0.01);
  33. }
  34.  
  35. #mobile-advanced { background-color: rgba(255,255,255,1); }
  36. #mobile-advanced li { text-align: center; }
  37. #mobile-advanced { font-size: 18px; text-transform: uppercase; letter-spacing: 3px;}
  38.  
  39. #top .grid-entry .inner-entry {
  40. margin-right: 0px;
  41. box-shadow: none;
  42. }
  43.  
  44. #advanced_menu_toggle, #advanced_menu_hide {
  45. background-color: transparent;
  46. color: #36d42e;
  47. border-color: #36d42e;
  48. }
  49.  
  50. @media only screen and (max-width: 1000px) {
  51. .html_mobile_menu_tablet #mobile-advanced {
  52. display: block;
  53. width: 100% !important;
  54. right: -100% !important;
  55. }}
  56.  
  57. .html_mobile_menu_tablet #mobile-advanced {
  58. display: block;
  59. width: 25%;
  60. right: -25%;
  61. }}
  62.  
  63. @media only screen and (max-width: 990px) {
  64. #wrap_all {
  65. position: relative !important;
  66. }}
  67.  
  68. .avia-slider-testimonials .avia-testimonial-content {
  69. border: none!important;
  70. background: #FFFFFF!important;
  71.  
  72. }
  73.  
  74. .main_color .avia-form-success {
  75. background: #ffffff;
  76. border-color: #36d42e;
  77. }
  78.  
  79. @media screen and (max-width: 990px) {#wrap_all { position: relative !important; }}
  80.  
  81. @media only screen and (max-width: 480px) {
  82. .responsive .logo {
  83. display: none !important;
  84. }}
  85.  
  86. @media only screen and (max-width: 480px) {
  87. #advanced_menu_toggle, #advanced_menu_hide {
  88. margin-top: 10px !important;
  89. }
  90.  
  91. .html_header_top.html_header_sticky #header {
  92. position: fixed !important;
  93. }
  94.  
  95. #advanced_menu_toggle {
  96. top: 0;
  97. margin-top: 10px;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement