Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.73 KB | None | 0 0
  1. /* logo padding */
  2. strong.logo img{
  3. padding: 15px 0px;
  4. }
  5.  
  6. .single .big-preview { float: right; margin-left: 20px; margin-top: 70px; }
  7.  
  8. .content .entry-content-wrapper {
  9. overflow:visible !important;
  10. }
  11.  
  12. @media only screen and (max-width: 1180px) {
  13. #top .av_seperator_big_border#header .av-main-nav > li > a {
  14. padding: 0 6px;
  15. }}
  16.  
  17. strong.main-title.entry-title {
  18. font-size: 24px;
  19. }
  20.  
  21. #top.single-post .big-preview.single-big a,
  22. #top.single-post .small-preview {
  23. pointer-events: none;
  24. cursor: default;
  25. }
  26.  
  27. @media screen and (max-width: 767px) {
  28. strong.logo img {
  29. padding: 15px !important;
  30. }
  31. }
  32.  
  33. #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next {
  34. display: none !important;
  35. }
  36.  
  37. #wrap_all {overflow: hidden !important; /*needed for mobile menu scrolling */} }
  38.  
  39. .main-title.entry-title {
  40. pointer-events: none;
  41. }
  42.  
  43. /* navigation normal not bold */
  44. #top .av-main-nav > li > a {
  45. font-weight: normal !important;
  46. }
  47.  
  48. /* larger phone no */
  49. .phone-info { font-size: 24px; padding-right: 10px;}
  50.  
  51. /* no border phone no */
  52. #header_meta { box-shadow: none; }
  53. div#header_main { border-top: none; }
  54.  
  55. /* padding to move nav down a bit */
  56. .main_menu > div > ul.av-main-nav > li > a {
  57. padding-top: 45px !important;
  58. }
  59.  
  60. /* button hover in orange*/
  61. .main_color .avia-color-theme-color-subtle.avia-button { background-color:
  62. #e66f11; }
  63.  
  64. /* wider sub menu */
  65. .main_menu .menu ul { width: 330px; }
  66.  
  67. /* cf7 submit hover in orange*/
  68. .main_color input[type=’submit’]:hover {
  69. background: #e66f11; }
  70.  
  71. /* no comment count on post grid */
  72. .slide-meta-comments, .slide-meta-del {
  73. display: none!important;
  74. }
  75.  
  76. /* no tags categories on post grid */
  77. span.blog-categories.minor-meta {
  78. display: none!important;
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement