Guest User

Untitled

a guest
Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. .et_fixed_nav #logo {
  2. max-height: 150px;
  3. }
  4. .et-fixed-header #logo {
  5. max-height: 100px;
  6. }
  7.  
  8. .et_pb_fullwidth_section .et_pb_slide:nth-of-type(1) .et_pb_slide_content h1 {
  9. position: relative;
  10. left: 0%;
  11. top: 1%;
  12. font-size: 56px;
  13. }
  14.  
  15.  
  16. .et_pb_fullwidth_section .et_pb_slide:nth-of-type(2) .et_pb_slide_content h1 {
  17. position: relative;
  18. left: 25%;
  19. top: 1%;
  20. font-size: 56px;
  21. }
  22.  
  23. .et_pb_fullwidth_section .et_pb_slide:nth-of-type(3) .et_pb_slide_content h1 {
  24. position: relative;
  25. right: 25%;
  26. top: 1%;
  27. font-size: 56px;
  28. }
  29.  
  30. #top-menu > li > a {color: black !important;}
  31. .home #top-menu a {color: #fff !important;}
  32.  
  33. .et_pb_fullwidth_header {
  34. padding: 0px 0 !important;
  35. }
  36. .et_pb_row_0 {
  37. margin-top: 0px !important;
  38. }
  39.  
  40. .mobile_menu_bar::before {
  41. color: #FFFFFF;
  42. }
  43.  
  44. body:not(.home) #main-header {background-color:#8c8c8c;}
  45.  
  46. #et-top-navigation nav > ul > li > a{
  47. color: white !important;
  48. }
  49.  
  50. #top-header, #et-secondary-nav li ul {
  51. background-color: #8c8c8c;
  52. }
  53. .page-id-41 #page-container>#top-header, #et-secondary-nav li ul {
  54. background-color: rgba(221,51,51,0);
  55. }
Add Comment
Please, Sign In to add comment