Guest User

Untitled

a guest
Oct 15th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. /*Contact form*/
  2. #testform .clearrow {
  3. clear: both;
  4. }
  5. #testform div[class^='row-'] {
  6. float: left;
  7. margin-bottom: 10px;
  8. }
  9. #testform span.kuda,
  10. #testform span.adult,
  11. #testform span.name1,
  12. #testform span.email {
  13. display: block;
  14. margin-right: 10px;
  15. }
  16. #testform input#datep,
  17. #testform select {
  18. padding: 10px 5px;
  19. }
  20. #testform input#datep {
  21. width: calc(100% - 10px);
  22. padding: 9px 5px;
  23. }
  24.  
  25. #testform .row-12 {
  26. width: 100%;
  27. }
  28. #testform .row-6 {
  29. width: 50%;
  30. }
  31. #testform .row-4 {
  32. width: 33.33%;
  33. }
  34. #testform select, #testform input, #testform textarea {
  35. width: 100%;
  36. }
  37.  
  38. #testform * {
  39. font-family: 'Open Sans';
  40. }
  41.  
  42. @media screen and (max-width: 479px) {
  43. #testform .row-12,
  44. #testform .row-6,
  45. #testform .row-4 {
  46. width: 100%;
  47. }
  48. #testform span.kuda,
  49. #testform span.adult,
  50. #testform span.name1,
  51. #testform span.email,
  52. #testform input#datep {
  53. margin-right: 0;
  54. }
  55. #testform input#datep {
  56. width: 100%;
  57. }
  58. }
  59.  
  60. /*hot price*/
  61. .itt_hs_main_wrap.itt_border_color {height: 910px !important;}
  62. /**МЦ**/
  63. .fd_price-main {height: 1100px !important;}
  64. /*scm titles*/
  65. .itt_hs_name {display: none;
  66. }
  67. .it_title {display: none !important;
  68. }
Add Comment
Please, Sign In to add comment