Advertisement
Guest User

support en

a guest
Mar 10th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. h1,h2,h3,h4,h5,h6 { text-transform:none !important; }
  2.  
  3. .header_bg {
  4. display: none;
  5. }
  6. #top .av_header_transparency #header_main{
  7. background-color: transparent;
  8. }
  9.  
  10. /* adjust this */
  11. #top #header_meta {
  12. background-color: rgba(255,255,255,0.5);
  13. }
  14.  
  15. #top #header_main {
  16. background-color: rgba(51,56,65,0.9);
  17. }
  18. .team-member-name, .team-member-job-title {
  19. text-align: center;
  20. }
  21.  
  22. #header_main .container, .main_menu ul:first-child > li a {
  23. font-weight: normal;
  24. color: #999999 !important;
  25. }
  26.  
  27. .avia_textblock {
  28. font-weight: lighter;
  29. font-family: Open Sans,sans-serif;
  30. }
  31.  
  32. blockquote {
  33. border-left-style: solid;
  34. border-left-width: 7px;
  35. padding-left: 20px;
  36. margin-bottom: 1em;
  37. margin-right: 1em;
  38. font-size: 1em;
  39. line-height: 1.3em;
  40. }
  41.  
  42. li.menu-item-language {
  43. font-weight: normal !important;
  44. padding-left: 10px;
  45. padding-right: 5px;
  46.  
  47. }
  48.  
  49. li.menu-item-language-current a {
  50. font-weight: bold !important;
  51. padding: 0px !important;
  52. }
  53.  
  54. li#menu-item-1473 {
  55. margin-right: 70px !important;
  56. }
  57.  
  58. #header .widget {
  59. left: 68%;
  60. padding-top: 0;
  61. position: absolute;
  62. top: 0;
  63. transform: translate(0%);
  64. display: none;
  65. }
  66.  
  67. #top .avia-button.avia-color-dark {
  68. border: 2px solid #ff7300 !important;
  69. color: #ff7300 !important;
  70. }
  71.  
  72. #top .av-menu-button > a .avia-menu-text {
  73. border: 2px solid;
  74. border-radius: 3px;
  75. border-color: #ff7300 !important;
  76. color: #ff7300;
  77. }
  78.  
  79. .mfp-title { font-size: 16px !important; padding: 10px !important; background: #212121 !important; }
  80.  
  81. .mfp-counter {
  82. position: absolute;
  83. top: 10px;
  84. right: 10px;
  85. }
  86.  
  87. .page-id-2457 #av_section_2 {
  88. min-height: 53px !important;
  89. }
  90.  
  91. .avia-safari #av_section_8 {
  92. padding-top: 0px;
  93. }
  94.  
  95. span.image-overlay.overlay-type-image { top: 0!important; }
  96.  
  97. #av-layout-grid-1 {
  98. background: transparent !important;
  99. }
  100.  
  101. #av-layout-grid-2 {
  102. background: #333841 !important;
  103. }
  104.  
  105. .page-id-2819 #av_section_6 {
  106. min-height: 10px !important;
  107. }
  108.  
  109. .home .avia-builder-el-3 {
  110. margin-bottom: 0px;
  111. margin-top: 0px;
  112. }
  113. .home .avia-builder-el-4 {
  114. margin-top: 30px;
  115. margin-bottom: 20px;
  116. }
  117.  
  118. .intro_button_right a, .intro-button-left a {
  119. min-width: 200px !important;
  120. }
  121.  
  122. @media only screen and (max-width: 767px) {
  123. .avia-button-right, .avia-button-left{
  124. display: block;
  125. float: none;
  126. width: 100%;
  127. text-align: center;
  128. }
  129.  
  130. .avia-button.avia-position-right, .avia-button.avia-position-left{
  131. float: none;
  132. display: block;
  133. max-width: 200px;
  134. margin: 0 auto;
  135. }
  136.  
  137. }
  138.  
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement