/*Photo Gallry*/
.gallery img {
    width: 100%;
    height: auto;
    border: 0px;
}
.gallery {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.gallery h2 {
    padding: 0px 0 6px 0px;
    letter-spacing: 0.4px;
    color: #222;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    position: relative;
}
.gallery h2:after{
    position: absolute;
    width: 65px;
    height: 3px;
    background: #fe7c08;
    bottom: -7px;
    left: 50%;
    content: '';
    transform: translate(-50%);
    box-shadow: 1px 1px 4px rgb(83, 83, 83);

}
.page-gallery-item{
    list-style: none;
    width: 31%;
    float: left;
    margin: 3px;
}
.entry-header h4 {
	font-size: 20px !important;
}

/*sponsor list-style*/
.sponshead{
	font-size: 17px;
	color: #000;
}
.sponshead span{
	color: #235798;
}

@media screen and (max-width: 768px){
	.page-gallery-item {
	    list-style: none;
	    width: 42%;
	    float: left;
	    margin: 3px;
	}
}