Advertisement
valdo6_

Untitled

Jan 26th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. .mm-item-hide > a {
  2. display: none !important;
  3. }
  4. .megamenu_block_banner .banner--info {
  5. padding: 0 !important;
  6. }
  7. .menu-shopbanner.mm-menu-custom-block .wpb_content_element.la-banner-box {
  8. margin-right: -80px;
  9. margin-top: -30px;
  10. margin-bottom: -30px !important;
  11. }
  12. .menu-shopbanner.mm-menu-custom-block .wpb_content_element.la-banner-box a.banner--btn.hidden.hcolorf {
  13. display: none;
  14. }
  15. .menu-shopbanner.mm-menu-custom-block .wpb_content_element.la-banner-box a.banner--link-overlay.item--overlay {
  16. position: absolute !important;
  17. }
  18. .site-footer ul li {
  19. margin-bottom: 15px;
  20. }
  21. .footer-top .widget .widget-title {
  22. font-weight:500;
  23. }
  24.  
  25. .site-footer .la-contact-info .la-contact-item {
  26. margin-bottom: 15px;
  27. }
  28. .site-footer .la-contact-info .la-contact-address {
  29. line-height: normal;
  30. }
  31.  
  32. .footer-bottom .footer-bottom-inner .la-headings {
  33. position: relative;
  34. }
  35. .footer-bottom .footer-bottom-inner .la-headings:before {
  36. content: "";
  37. height: 48px;
  38. width: 1px;
  39. background: #3E3E3E;
  40. position: absolute;
  41. left: -50px;
  42. top: 5px;
  43. opacity: 0.5;
  44. }
  45. .footer-bottom .footer-bottom-inner .col-md-3:first-child .la-headings:before{
  46. display: none;
  47. }
  48. .footer-bottom .footer-bottom-inner {
  49. padding-top: 25px;
  50. }
  51. @media(max-width: 1200px){
  52. .entry-summary {
  53. padding-left: 0;
  54. }
  55. }
  56.  
  57.  
  58. .site-footer{
  59. border: none;
  60. }
  61. #text-4 .textwidget{
  62. display : none;
  63. }
  64. .lahfb-search form:before{
  65. display : none;
  66. }
  67. div#w-login {
  68. width: 700px;
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement