Advertisement
Guest User

Untitled

a guest
May 29th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. #mainnav{
  2. margin-top: 7px;
  3. }
  4.  
  5. .site-logo
  6. {
  7. margin-top: 10px;
  8. margin-bottom: 10px;
  9. }
  10.  
  11. .wpcf7-form label {
  12. display: block;
  13. }
  14.  
  15. .wpcf7-form label input {
  16. width: 100% !important;
  17. }
  18.  
  19. @media only screen and (max-width:991px) {
  20. #text-2 {
  21. margin-left: 0;
  22. }
  23. }
  24.  
  25. #text-2 {
  26. margin-left: -250px
  27. }
  28.  
  29. input[type="submit"]
  30. {
  31. float: right;
  32. }
  33.  
  34. .site-info.container
  35. {
  36. display: none;
  37. }
  38.  
  39. .widget-wrap {
  40. background-color: #1c1c1c;
  41. }
  42. .site-footer {
  43. display: none;
  44. }
  45.  
  46. .more-button {
  47. margin-bottom: -30px;
  48. }
  49.  
  50. .roll-icon-box {
  51. margin-bottom: 40px;
  52. }
  53.  
  54. .preloader .pre-bounce1, .preloader .pre-bounce2 {
  55. display: none;
  56. }
  57. .preloader .spinner {
  58. display: none;
  59. }
  60.  
  61.  
  62.  
  63. @media only screen and (max-width: 479px) {
  64.  
  65. .roll-project.fullwidth .project-item {
  66. width: 50%;
  67. }
  68. }
  69.  
  70.  
  71. .single-projects #primary.col-md-9 {
  72. width: 100%;
  73. }
  74.  
  75. .single-projects #secondary,
  76. .single-projects .meta-post,
  77. .single-projects .comments-area {
  78. display: none;
  79. }
  80.  
  81. .roll-testimonials .whisper {
  82. font-size: 16px;
  83. }
  84.  
  85.  
  86. .text-slider {
  87. margin-top: 70px
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement