Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.99 KB | None | 0 0
  1. /* ———- MOB: COLORE SFONDO E TESTO MENU ———- */
  2.  .avia-menu-text {
  3.     color: white !important;
  4. }
  5. ul#mobile-advanced {
  6.   background-color: rgba(0,0,0,0.8);
  7. }
  8. #mobile-advanced a {
  9.     color: white!important;
  10. }
  11. #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
  12. color: #37bdf6 !important;
  13. }
  14.  
  15. /* ———- MOB - my account ICON ———- */
  16. @media only screen and (max-width: 1024px) {
  17. nav.main_menu {
  18.     display: block;
  19. }
  20.  
  21. .avia-menu {
  22.     display: none;
  23. }
  24.  
  25. .html_header_top #menu-item-shop.cart_dropdown {
  26.     right: -80px;
  27. }
  28. }
  29.  
  30. /* ———- DESK - GLASSY HEADER ????———- */
  31.  
  32. #top .av_header_glassy.av_header_transparency #header_main {
  33. background-color: rgba(255,255,255,0.1)!important;
  34. }
  35.  
  36.  
  37. /* ———- DESK - effetto Fade Menu' ———- */
  38.  
  39. .avia-menu-text {
  40.     webkit-transition: all 0.3s ease-out;
  41.     transition: all 0.3s ease-out;
  42. }
  43.  
  44.  
  45. /* ———- MOB - CAPTION POSITION -NO WORKS ———- */
  46. @media only screen and (max-width: 1024px) {
  47. .responsive .page-id-74 .slideshow_inner_caption .slideshow_align_caption {
  48. top: -10px !important;
  49.  font-size: 40px !important;
  50. }}
  51. @media only screen and (max-width: 1024px) {
  52. .responsive .page-id-680  .slideshow_align_caption {
  53. top: 80px !important;
  54.  font-size: 1.8em !important;
  55. }}
  56.  
  57. /* ———-DESK - colore search color———- */
  58. #top #menu-item-search.menu-item-search-dropdown>a {
  59. color: black!important;
  60. }
  61.  
  62. /* ———-DESK - colore cart color———- */
  63. .cart_dropdown_link{
  64.     color: black !important;
  65. }
  66.  
  67. /* ———-DESK - widget newsletter title Hide———- */
  68. .page-id-680 #av_section_1 .widgettitle {
  69.     display: none!important;
  70. }
  71.  
  72. .page-id-74 #av_section_2 .widgettitle {
  73.     display: none!important;
  74. }
  75. .page-id-76 #sign-up .widgettitle {
  76.     display: none!important;
  77. }
  78.  
  79. /* ———-DESK - MENU ITEMS COLOR———- */
  80. #avia-menu .current_page_item .avia-menu-text {
  81.     color: #37bcf6 !important;
  82. }
  83. nav.main_menu .menu-item:hover .avia-menu-text {
  84.       color: #37bcf6 !important;
  85. }
  86.  .av-main-nav > li > a > .avia-menu-text {
  87.     color: #000!important;
  88. }
  89.  
  90. /* ———-DESK - ICONE SOCIAL HEADER———- */
  91. .social_bookmarks a {
  92.     color:  #37bcf6 !important;
  93. }
  94.  
  95. /* ———-MOB - TRANSPARENT HEADER———- */
  96. @media only screen and (max-width: 767px) {
  97. #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
  98.     background-color: transparent;
  99.     position: absolute!important;
  100. }}
  101.  
  102. /* ———- DESK - HEADER WITH DASHED LINE———- */
  103. .av_header_transparency .header_bg {
  104.     border-bottom: 1px dashed;
  105.   color:  #37bcf6!important;
  106.     position: relative;
  107.     top: 0px;
  108.     opacity: 1 !important;
  109.     background: transparent !important;
  110. }
  111.  
  112. /* ———-MOB - HEADER WITH DASHED LINE ———- */
  113. @media only screen and (max-width: 768px) {
  114. .responsive .header_bg {
  115. border-bottom: 1px dashed;
  116. color: #37bcf6!important;
  117. top: 0px;
  118. }}
  119.  
  120.  
  121. /* ———- DESK - EXTRA TITLE HEADER———- */
  122. .phone-info * {
  123. color: #000 !important;
  124. }
  125.  
  126.  
  127. /* ———- DESK - CAPTION HOME PAGE ———- */
  128. .page-id-680 .av-layout-grid-container .av-image-caption-overlay-center  {
  129.  font-weight: bold;
  130. }
  131. .page-id-680 .av-layout-grid-container {
  132.   padding-top: 2%;
  133.  padding-bottom: 2%;  
  134. }
  135. .page-id-680  .container {
  136. position: relative;
  137. width: 100%;
  138. margin: 0 auto;
  139. padding: 0px;
  140. clear: both;
  141. }
  142.  
  143. /* ———- DESK - caption slider position -  ABOUT PAGE ———- */
  144. .page-id-74 .slideshow_align_caption {
  145. top: -100px !important;
  146. }
  147.  
  148. /* ———- MOB - posizione carrello ———- */
  149. @media only screen and (max-width: 1024px) {
  150. .responsive #top #menu-item-shop.cart_dropdown {
  151.   top: -20px;
  152. padding-right: 25px !important;
  153. }}
  154.  
  155. /* ———- MOB - POSIZIONE MENU———- */
  156. @media only screen and (max-width: 1024px) {
  157.  .responsive #top #advanced_menu_toggle {
  158.   top: 35px;
  159. }}
  160.  
  161.  
  162.  
  163. /* ———- MOB -social bookmarks nascosti———- */
  164. @media only screen and (max-width: 1024px) {
  165. .responsive #header .social_bookmarks
  166.  { display: none!important; }}
  167.  
  168.  
  169. /* ———-E MAIL———- */
  170. .phone-info {
  171. width: 50%!important;
  172. float: left!important;
  173. clear: none!important;
  174. }
  175.  
  176. /* ———- footer menu———- */
  177. @media only screen and (max-width: 480px) {
  178. #socket .social_bookmarks { right: 40%; }
  179.  
  180. #socket .container {
  181.   text-align: center;
  182. }
  183. #socket .container > * {
  184.   display: block !important;
  185.   float: none !important;
  186. }
  187. #socket .social_bookmarks {
  188.   margin: 0 auto !important;
  189.   width: 100px !important;
  190. }
  191. #socket .menu {
  192. text-align: center !important;
  193. }
  194. #socket .menu > li {
  195. float: none !important; display: inline !important;
  196. }}
  197.  
  198. #socket .social_bookmarks {
  199.   right: auto;
  200. }
  201.  
  202. #socket .sub_menu_socket li {
  203.   border-left: 0;
  204. }
  205.  
  206. /* ———- MENU ALTO DESTRA MOBILE NASCOSTO———- */
  207. @media screen and (max-width: 768px) {
  208. #avia2-menu { display: none!important; }
  209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement