EduardET

Untitled

Mar 2nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.99 KB | None | 0 0
  1. .marius-et img {
  2.     border-bottom-style: none;
  3.     outline: 2px solid white;
  4.     outline-offset: -10px;
  5. }
  6.  
  7. #top-header .et-social-icons {
  8.     float: right;
  9.     display: inline-block;
  10. }
  11.  
  12. #top-header,
  13. #top-header .container,
  14. #top-header #et-info,
  15. #top-header .et-social-icon a {
  16.     line-height: 2em;
  17. }
  18.  
  19. #top-header .container {
  20.     padding-top: 1em;
  21.     font-weight: 600;
  22. }
  23.  
  24. .top-account {
  25.     width: 83px!important;
  26. }
  27.  
  28. .top-account a {
  29.     color: white!important;
  30. }
  31.  
  32. .top-account:before {
  33.     font-family: 'ETmodules';
  34.     content: "\e08a";
  35.     float: left;
  36. }
  37.  
  38. #footer-info {
  39.     float: none;
  40.     padding-bottom: 10px;
  41.     color: #666;
  42.     text-align: center;
  43. }
  44.  
  45. #footer-bottom .et-social-icons {
  46.     float: none;
  47.     text-align: center;
  48.     margin-top: -32px;
  49.     margin-bottom: 15px;
  50. }
  51.  
  52. #footer-bottom .et-social-icon a {
  53.     display: inline-block;
  54.     position: relative;
  55.     color: #fff;
  56.     font-size: 20px;
  57.     text-align: center;
  58.     text-decoration: none;
  59.     transition: color .3s ease 0s;
  60.     background: #171717;
  61.     padding: 8px;
  62.     border-radius: 25px;
  63.     border: 1px solid white;
  64.     width: 40px;
  65.     height: 40px;
  66. }
  67.  
  68. #footer-bottom .et-social-icon a:hover {
  69.     background: #03a1b5;
  70.     opacity: 1!important;
  71. }
  72.  
  73. #footer-bottom .et-social-icons li {
  74.     display: inline-block;
  75.     margin-left: 10px;
  76. }
  77.  
  78. @media screen and (min-width: 400px) and (max-width: 980px) {
  79.     #mobile_menu li:not([id]) {
  80.         display: none !important;
  81.     }
  82.     div#et-secondary-menu,
  83.     ul#et-secondary-nav {
  84.         display: block !important;
  85.         float: left;
  86.     }
  87.     #top-header .et-cart-info {
  88.         margin-left: 7px;
  89.     }
  90. }
  91.  
  92. @media (max-width: 767px) {
  93.     .wpc-shop .sa_product {
  94.         width: 50%;
  95.     }
  96. }
  97.  
  98. @media (max-width: 400px) {
  99.     .wpc-shop .sa_product {
  100.         width: 100%;
  101.     }
  102. }
  103.  
  104. @media (max-width: 767px) {
  105.     .archive .woocommerce_shop.sa_products .sa_product {
  106.         width: 50%;
  107.     }
  108. }
  109.  
  110. @media (max-width: 400px) {
  111.     .archive .woocommerce_shop.sa_products .sa_product {
  112.         width: 100%;
  113.     }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment