
@media only screen and (max-width: 1800px), screen and (max-device-width: 1800px) {

}
@media only screen and (max-width: 1300px), screen and (max-device-width: 1300px) {

}
@media only screen and (max-width: 1150px) {


}
@media only screen and (max-width: 1085px){


}
@media only screen and (max-width: 1024px), screen and (max-device-width: 1024px) {

	
}

@media only screen and (max-device-width: 950px) {

}
@media only screen and (max-device-width: 800px) {


}

@media only screen and (max-width: 799px), screen and (max-device-width: 799px) {
	.home.sticky-header .site-content, .public-page.sticky-header .site-content {
	 padding-top: 76px !important;
	}
	.main > .wp-block-cover {
	  padding-block: 30px;
	}

}

@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
	.bb-mobile-header {
        height: 76px !important;
    }
.item-cols-3,
.bb-course-items.grid-view,
#friend-list.grid,
#groups-list.grid,
#members-list.grid {
  grid-template-columns: repeat(2, 1fr);
}



}

@media only screen and (max-width: 570px), screen and (max-device-width: 570px) {

}

@media only screen and (max-width: 450px), screen and (max-device-width: 450px) {
.item-cols-3,
.bb-course-items.grid-view,
#friend-list.grid,
#groups-list.grid,
#members-list.grid {
  grid-template-columns: repeat(1, 1fr);
}

}
@media only screen and (max-width: 375px), screen and (max-device-width: 375px) {


}
@media only screen and (max-width: 320px), screen and (max-device-width: 320px) {


}


