/*---------------------------------------------------------------------------------

 Theme Name:   The Buzz Media
 Theme URI:    http://thebuzzmedia.co.za/
 Description:  Intelligent marketing and design for growing brands. We collaborate with our clients and bring their dreams into reality to tell their unique stories. From custom websites, online marketing, branding, UX/UI design, Mobile App Development, video production and copywriting. We are your one-stop agency.
 Author:       The Buzz Media
 Author URI:   http://thebuzzmedia.co.za/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

#place_order, .woocommerce-page #payment #place_order {
    float: right;
    min-width: 200px;
    font-size: 16px;
}

/* Display one product per row on mobile */
@media only screen and (max-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100% !important;
        clear: none!important;
    }    
}

/* Blog Side Bar Font Weight */
.wp-block-latest-posts__post-title {    
    color: #666;
    font-weight: 600;
}

.et_pb_widget ul li {    
    margin-bottom: 1rem;    
    border-bottom: thin solid;
    color: #d2aa68;
}

.et_pb_widget li a:hover {
  color: #d2aa67;
}

/* Remove Searcbar In Blogs */
.et_pb_widget .wp-block-search__button {
  cursor: pointer;
  display: none;
}

.et_pb_widget .wp-block-search__input {
  width: 100%;
  border-radius: 3px;
  display: none;
}