/*
 Theme Name:   ProRadio Child
 Theme URI:    https://pro.radio/
 Description:  The child theme allows easier customizations and template overrides
 Author:       Pro.Radio
 Author URI:   https://pro.radio/
 Template:     proradio
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  proradio-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/
.proradio-section {
    padding: 20px 0;
}
@media only screen and (min-width: 601px) {
    .proradio-section {
        padding: 35px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .proradio-section {
        padding: 40px 0;
    }
}


