style-responsive.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. @media (min-width: 768px) and (max-width: 980px) {
  2. .col-4 .item {
  3. width: 47%;
  4. margin-right: 2%;
  5. margin-bottom: 2%;
  6. }
  7. }
  8. @media (max-width: 767px) {
  9. .navbar-toggle {
  10. margin-top: 12px;
  11. }
  12. .head-section .navbar-collapse ul.navbar-nav {
  13. float: none;
  14. margin-left: 0;
  15. }
  16. .head-section .nav li a:hover,
  17. .head-section .nav li a:focus,
  18. .head-section .nav li a.dropdown-toggle:focus,
  19. .head-section .nav li a.dropdown-toggle .dropdown-menu li a:hover,
  20. .head-section .nav li.active a,
  21. .head-section .dropdown-menu li a:hover {
  22. color: #fff !important;
  23. }
  24. .head-section .navbar-nav > li {
  25. padding: 0;
  26. margin-bottom: 2px;
  27. }
  28. .head-section .nav li ul.dropdown-menu li a {
  29. margin-left: 0px;
  30. color: #999!important; ;
  31. }
  32. .head-section .nav li .dropdown-menu li a:hover, .head-section .nav li .dropdown-menu li.active a {
  33. color: rgb(44, 62, 80) !important;
  34. }
  35. .purchase-btn, .about-testimonial {
  36. margin-top: 10px;
  37. }
  38. .breadcrumb.pull-right{
  39. padding: 0;
  40. }
  41. .search, .bx-controls-direction {
  42. display: none;
  43. }
  44. .tweet-box {
  45. margin-bottom: 20px;
  46. }
  47. .property img {
  48. width: 80%;
  49. }
  50. .bx-wrapper {
  51. margin-bottom: 60px;
  52. }
  53. .purchase-btn, .about-testimonial {
  54. margin-top: 0;
  55. }
  56. .purchase-btn {
  57. line-height: 98px;
  58. }
  59. .social-link-footer li a {
  60. font-size: 16px;
  61. height: 40px;
  62. width: 40px;
  63. }
  64. .navbar-header {
  65. float: none;
  66. text-align: center;
  67. width: 100%;
  68. margin: 10px 0;
  69. }
  70. .navbar-brand {
  71. margin-top: 15px;
  72. }
  73. .carousel-control {
  74. font-size: 45px;
  75. line-height: 70px;
  76. }
  77. .btn, .form-control {
  78. margin-bottom: 10px;
  79. }
  80. }
  81. @media (max-width: 479px) {
  82. .head-section .navbar {
  83. min-height: 60px;
  84. }
  85. .navbar-toggle {
  86. margin-right: -10px;
  87. }
  88. .head-section .nav li .dropdown-menu li a:hover {
  89. color: rgb(44, 62, 80);
  90. }
  91. .navbar-brand {
  92. margin-top: 10px !important;
  93. float: left !important;
  94. }
  95. .col-4 .item {
  96. width: 100%;
  97. margin-right: 0%;
  98. margin-bottom: 2%;
  99. }
  100. .breadcrumb.pull-right{
  101. float: left !important;
  102. margin-top: 10px;
  103. padding: 0;
  104. }
  105. .carousel-control {
  106. font-size: 23px;
  107. line-height: 38px;
  108. }
  109. }
  110. @media (max-width:319px) {
  111. }
  112. @media (max-width: 899px) {
  113. /*Slider Sequence*/
  114. #sequence-theme .info {
  115. top:80px !important;
  116. width:60% !important;
  117. margin-right:50px;
  118. }
  119. /*Slider Parallax*/
  120. .da-slide .da-img {
  121. display:none;
  122. }
  123. }
  124. @media (max-width: 449px) {
  125. /*Slider Sequence*/
  126. #sequence-theme .info {
  127. top:70px !important;
  128. width:70% !important;
  129. margin-right:25px;
  130. }
  131. #sequence-theme h2 {
  132. font-size:30px !important;
  133. }
  134. #sequence-theme .info p {
  135. font-size:18px !important;
  136. }
  137. /*Slider Parallax*/
  138. .da-slide p {
  139. display:none;
  140. }
  141. }