@charset "UTF-8";
.mainHolder{
	margin-top:1em;
	max-width:1200px;
	width:100%;
	height:auto;
	
}
.navHolder{
	padding:1em;
}
.ablogo img{
	width:100%;
	max-width:150px;
	height:auto;
	margin:0 auto;
}
.abSoc{
	flex-direction:column;
}
.abSoc img{
	width:100%;
	max-width:130px;
	height:auto;
	margin:0 auto;
}
.catHolder{
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:1.5em;
}
.catHolder .w-100{
	padding:0.4em;
}
.catHolder img{
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.catHolder .hr{
	padding:0.1em;
}


/* only for demo not required */
.box {
    border:1px #666 solid;
    height: 100%;
}
.grayBg{
	background-color:#e9e9e9;
	padding:2em;
	margin-top:2em;
}
.storesTitle h4{
	font-size:2em;
	font-weight:bold;
	padding-bottom:1em;
}
.socImg{
	margin:2em;
}
.socImg h5{
	padding:1em;
}
.socImg img{
	max-width:70px;
	width:100%;
	height:auto;
	padding:0.3em;
}
.catTile{
	width:100%;
	height:auto;
	max-width:120px;
}
.sib-formBg { 
    position: relative; 
    height: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/artbarph-store.jpg");
    background-size: cover;
}

.sib-formBg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.5);
}
.sib-formBg form{
	position: relative;
}
#sib-container{
	background-color:transparent !important;
	border:none  !important;
}
.sib-form-block__button{
	background-color:#000000 !important;
	text-transform:uppercase;
	width:100%;
}
@media only screen and (max-width: 600px) {
	
	.navHolder div{
		width:100%;
		height:auto;
		flex-direction:column;
	}
	.abLogo{
		width:100%;
		height:auto;
		text-align:center;
		margin:0 auto;
	}
	.abLogo img{
		width:100%;
		height:auto;
		text-align:center;
		margin:0 auto;
	}
	.abSoc{
		margin:1.5em auto;
	}
	.catHolder .row .tileImg{
		padding-top: 1em;
	}
	.grayBg ul{
		padding:0;
	}

}

.card{
	border:none !important;
	box-sizing:none !important;
}
