style.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /*
  2. Theme Name: Carol
  3. Author: David A. Windham
  4. Author URI: https://davidawindham.com
  5. Template: Divi
  6. Version: 2020.10
  7. */
  8. /*
  9. @import url("../Divi/style.css");
  10. */
  11. /****************************************************************
  12. Moved to using a sub-theme of Divi
  13. *****************************************************************/
  14. .et_pb_text_0 h5 {
  15. font-family: alana, sans-serif !important;
  16. color: #000000 !important;
  17. }
  18. .alana {
  19. font-family: alana, sans-serif !important;
  20. }
  21. #page-container {
  22. width: 100% !important;
  23. max-width: 9999px !important;
  24. }
  25. #page-container #main-header {
  26. width: 100% !important;
  27. max-width: 9999px !important;
  28. }
  29. #page-container .container {
  30. width: 100% !important;
  31. max-width: 9999px !important;
  32. }
  33. #page-container #top-header {
  34. width: 100% !important;
  35. max-width: 9999px !important;
  36. }
  37. .btn-inline .et_pb_button_module_wrapper {
  38. display: inline-block;
  39. padding-bottom: 20px;
  40. margin: 0 10px;
  41. }
  42. /****************************************************************
  43. Single blog posts no sidebar
  44. *****************************************************************/
  45. #page-container .container {
  46. width: 90% !important;
  47. max-width: 1200px !important;
  48. }
  49. @media (min-width: 981px){
  50. #left-area {
  51. width: 100%;
  52. padding: 23px 0px 0px !important;
  53. float: none !important;
  54. }
  55. }
  56. #main-content .container:before {
  57. background: none;
  58. }
  59. #sidebar {display:none;}
  60. /****************************************************************
  61. Stuff that was in Divi -> Theme Options -> General -> Custom CSS
  62. *****************************************************************/
  63. #footer-widgets {
  64. display:none;
  65. }
  66. #logo {
  67. max-height: 60px !important;
  68. }
  69. #top-menu li > a {
  70. font-size: 17px;
  71. }
  72. .et_pb_text {
  73. font-size: 18px!important;
  74. }
  75. .et_pb_slider .et_pb_slide {
  76. height: 500px;
  77. }
  78. .et_pb_slider_fullwidth_off .et_pb_container {
  79. min-height: 200px !important;
  80. }
  81. .et_pb_bg_layout_light .et_pb_post p {
  82. font-size: 20px;
  83. }
  84. .page-id-495 .et_pb_section {
  85. padding: 0;
  86. }