/**
* Theme Name: Benefactor Child
* Description: This is a child theme of Benefactor, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: benefactor
* Version: 2.1.4
*/

.woocommerce-tabs .tabs .active a {
    position: relative;
    background-color: transparent;
    border: none;
}
.subpage-head.page-header.has-margin-bottom {
    margin: 30px 0 0px;
    border-bottom: 0;
}
.subpage-head.page-header {
	background: url(../../uploads/2020/02/a4g_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: contain;
}

@media (max-width:767px){
.subpage-head.page-header.has-margin-bottom {
    margin: 30px 0 0px;
    border-bottom: 0;
}
.subpage-head.page-header {
    padding-top: 300px;
    padding-bottom: 0px;
	background: url(https://arts-4-good.org/wp-content/uploads/2020/02/a4g_bg_mobile.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: contain;
	}
}