/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2023 IMAJIKU.
*/


/* Desktop First Design */

/* Larger Devices, Wider Screens */
@media only screen and (min-width : 1700px) {
	
}

@media (min-width : 1500px) and (max-width: 1700px) {
	
}

@media only screen and (min-width : 1367px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
	
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width : 1024px) {
	
}

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


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

}

/* Start mobile responsive */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Desktops */
@media only screen and (max-width : 812px) {
	
}

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

	/*footer*/
	.footer-bottom{
		padding: 10px 0 0 0;
	}
	.footer-bottom h4{
		font-size: 14px;
	}
	.foo-form .col-12.pr-0{
		padding-right: 15px !important;
	}
	.foo-form .form-control{
		margin-bottom: 10px;
	}
	.foo-form form .row:first-child{
		margin-bottom: 0 !important;
	}
	.foo-logo{
		float: none;
		margin: 10px auto;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
	
}

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

}

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

	/*footer*/
	.foo-list{
		margin-bottom: 20px;
	}
	/*layout volunteer*/
	.btn-list-volunteer {
		display: block;
	}
	.btn-list-volunteer li {
		margin: 11px 5px;
	}

	/*footer*/
	.foo-list{
		margin-bottom: 20px;
	}
	
}

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

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

	/*footer*/
	.foo-social-network{
		flex-direction: column;
		margin-bottom: 30px;
	}

}

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

}

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