@media all and (max-width: 767px){
	.site-header {
	    background-position: -394px 0;
	}
	.title-area, .header-image .title-area {
	    width: 52%;
    	padding-top: 15px;
	}
	.site-header .widget-area {
	    width: 45%;
	}
	.bwg_standart_thumbnails_0 > a{
		width: 50%;
	}
	.letest-news,
	.upcoming-events,
	.bwg_standart_thumbnails_0 > a:first-child, 
	.bwg_standart_thumbnails_0 > a:last-child,
	.site-footer .site-social-icons{
		width: 100%;
	}
	.upcoming-events{
		padding-top: 30px;
	}
	.event-date > span.month {
	    font-size: 16px;
	}
	.show-your-support p {
	    padding: 0 20px 10px;
	}
	.button, button, .button:hover, button:hover, 
	.home-even a.button:hover, .home-even a.button, 
	.home-odd a.button:hover, .home-odd a.button{
		font-size: 14px;
	}
	.site-footer{
		text-align: center;
	}
	.footer-right{
		padding-top: 30px;
	}
	.site-footer .site-social-icons li {
	    float: none;
	    padding: 0 5px;
	}
	.banner-boxes {
	    bottom: 25px;
	}
	.banner-box-lists {
	    padding: 0 0 0px;
	}
	.banner-box-lists li {
	    float: left;
	    width: 25%;
	}
	.box-wrap {
	    width: 100%;
	    background-size: 100% 136px;
	    font-size: 9px;
	    height: 136px;
	    padding: 10px 7px;
	}
	.box-number {
	    font-size: 32px;
		line-height: 50px;
		margin: 15px 0 8px;
	}
	.entry {
	    overflow: auto;
	    margin-bottom: 0;
	}
	.page .content {
	    padding-bottom: 0;
	}
	.sidebar {
	    margin-top: 20px;
	}
	.page-title {
	    font-size: 12px;
	    margin: -50px 0 70px;
	    line-height: 16px;
	}
	.error404 .entry h3 {
	    padding: 20px 0;
	}


}
@media all and (max-width: 420px){
	.site-header {
	    background-position: top center;
	}
	.title-area, .header-image .title-area {
	    width: 46%;
	}
	.site-header .widget-area {
	    width: 53%;
	}
	.event-date {
	    width: 30%;
	}
	.event-excerpt {
	    width: 70%;
	}
	.event-date > span.month {
	    font-size: 11px;
	}
	.event-date > span.day {
	    font-size: 32px;
	}
	h3, h4 {
	    font-size: 20px;
	}
	.bwg_standart_thumbnails_0 > a{
		width: 100%;
	}
	.button, button, .button:hover, button:hover, 
	.home-even a.button:hover, .home-even a.button, 
	.home-odd a.button:hover, .home-odd a.button{
		font-size: 12px;
	}
	.view-all {
	    font-size: 14px;
	}
	.banner-box-lists{
		display: none;
	}

}
@media all and (max-width: 320px){
	.site-social-icons li {
	    padding: 0 2px;
	}
}