 
/*  ============================================================================
    # Media Queries
    ========================================================================= */

@media only screen and (min-width: 960px) and (max-width: 1279px) {



}

@media only screen and (max-width: 959px) {


}

@media only screen and (min-width: 768px) and (max-width: 959px) {


    
}

@media only screen and (max-width: 767px) {
.column5{
	width:100% !important;
	}
  .column6{
	width:100% !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    
}

@media only screen and (max-width: 479px) {
.eventfullwidthimg {
 width:100% !important;
	}
	.eventtxt {
width:100% !important;
	}
	.footer li{
	padding:10px 0% 10px 0px !important;
width:100% !important;
	}
	.morebtn3{
	padding: 12px 30px 12px 30px !important ;
	margin: 0px;
	-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
border-radius: 30px !important;
	color: #000 ;
	font-family: 'Poppins';
	text-transform: uppercase;
		font-weight: 600;
	font-size: 12px !important;
	}
    
}
