/*
 Theme Name:     Ventura Smiths 
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Custom Child Theme built for the Divi Framework
 Author:         Redsalt Digital
 Author URI:     https://www.redsaltdigital.co.za
 Template:       Divi
 Version:        2.0
 Creation Date:  December 2019
 Updated:        July 2024  
*/


/* =Theme customization starts here
------------------------------------------------------- */

/*
add padding to left and right on very small screens.
sublte spacing on text and ssl script added internally
*/
@media (max-width: 980px) {
  .et_pb_text_align_center-tablet {
    padding: 0 30px;
  }
}


/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
  
/*** Hide Sidebar ***/
#sidebar {display:none;}
  
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}