/**
* Theme Name: Besa Child
* Description: This is a child theme for Besa
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: besa
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 768px) {
    .header-wrapper {
        background: linear-gradient(to bottom, #AF732B, #E6AA3C) !important;
    }
}