Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. #main-content .container {
  2. margin-right: 0px
  3. }
  4. .custom-img, .custom-img img {
  5. margin-top: -100px;
  6. z-index: 99;
  7. }
  8. @media only screen and (max-width: 767px) {
  9. .home .et_pb_slider_0 .et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
  10. font-size: 30px !important;
  11. }
  12. }
  13. .custom_row .et_pb_text {
  14. min-height: 560px!important;
  15. }
  16. .et_pb_post {
  17. margin-bottom: 100px;
  18. }
  19. .single .et_post_meta_wrapper img {
  20. max-width: 600px;
  21. }
  22.  
  23. #sidebar .et_pb_contact_form_container .et_pb_contact_captcha_question {
  24. color: #727272 !important;
  25.  
  26. }
  27.  
  28. #main-content .container {
  29. margin-right: 50px;
  30. margin-left: 50px;
  31. width: auto;
  32. max-width: 95%;
  33.  
  34. }
  35.  
  36. .et_pb_sidebar_0.et_pb_widget_area .widgettitle, h4.widgettitle {
  37. font-size:20px !important;
  38. color:#be4b58 !important;
  39. }
  40.  
  41. .et_pb_sidebar_0.et_pb_widget_area a, #sidebar a {
  42.  
  43. font-size:16px !important;
  44. color:#666 !important;
  45. }
  46. .et_right_sidebar #sidebar {
  47. padding: 20px;
  48. background-color: #f9f9f9
  49. }
  50.  
  51. .et_pb_button {
  52. padding: 5px;
  53. }
  54.  
  55. @media only screen and ( max-width: 480px ) {
  56. .custom-img, .custom-img img {
  57. margin-top: -27px;
  58. }
  59. }
  60. @media only screen and (min-width: 768px) {
  61. .custom_blog .et_pb_post {
  62. min-height: 580px;
  63. max-height:580px;
  64. }
  65. }
  66. @media only screen and (min-width: 768px) {
  67. .custom_blog .et_pb_post {
  68. min-height: 640px;
  69. max-height:640px;
  70. }
  71. }
  72. @media (max-width: 760px) {
  73. .single .et_post_meta_wrapper img {
  74. width: 100% !important;
  75. max-width: 100% !important;
  76. }
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement