123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- /*
- Theme Name: Carol
- Author: David A. Windham
- Author URI: https://davidawindham.com
- Template: Divi
- Version: 2020.1
- */
- /*
- @import url("../Divi/style.css");
- */
- /****************************************************************
- Moved to using a sub-theme of Divi
- *****************************************************************/
- .et_pb_text_0 h5 {
- font-family: alana, sans-serif !important;
- color: #000000 !important;
- }
- .alana {
- font-family: alana, sans-serif !important;
- }
- #page-container {
- width: 100% !important;
- max-width: 9999px !important;
- }
- #page-container #main-header {
- width: 100% !important;
- max-width: 9999px !important;
- }
- #page-container .container {
- width: 100% !important;
- max-width: 9999px !important;
- }
- #page-container #top-header {
- width: 100% !important;
- max-width: 9999px !important;
- }
- .btn-inline .et_pb_button_module_wrapper {
- display: inline-block;
- padding-bottom: 20px;
- margin: 0 10px;
- }
- /****************************************************************
- Single blog posts no sidebar
- *****************************************************************/
- #page-container .container {
- width: 90% !important;
- max-width: 1200px !important;
- }
- @media (min-width: 981px){
- #left-area {
- width: 100%;
- padding: 23px 0px 0px !important;
- float: none !important;
- }
- }
- #main-content .container:before {
- background: none;
- }
- #sidebar {display:none;}
- /****************************************************************
- Stuff that was in Divi -> Theme Options -> General -> Custom CSS
- *****************************************************************/
- #footer-widgets {
- display:none;
- }
- #logo {
- max-height: 60px !important;
- }
- #top-menu li > a {
- font-size: 17px;
- }
- .et_pb_text {
- font-size: 18px!important;
- }
- .et_pb_slider .et_pb_slide {
- height: 500px;
- }
- .et_pb_slider_fullwidth_off .et_pb_container {
- min-height: 200px !important;
- }
- .et_pb_bg_layout_light .et_pb_post p {
- font-size: 20px;
- }
- .page-id-495 .et_pb_section {
- padding: 0;
- }
|