/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {
	/* Styles */
	.site-footer .content-container .grid-item:first-child {
		flex: 1 1 calc(100% - 30px) !important;
	}
	.site-footer .content-container .grid-item:last-child {
		margin-bottom: 0px !important;
	}
	.site-footer .content-container .grid-item {
	    flex: 1 1 calc(100% - 30px) !important;
    	margin-bottom: 30px !important;
	}
	.site-footer .cta-container .grid-item {
		flex: 1 1 calc(100% - 30px) !important;
		margin-bottom: 40px;
	}
	.site-footer .cta-container .grid-item:last-child {
		margin-bottom: 0px;
	}
	.site-footer .copyright-bar .inner-wrapper {
		flex-direction: column !important;
		align-items: start !important;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) {
	/* Styles */
	.site-footer .content-container .grid-item:first-child {
		flex: 1 1 calc(100% - 30px) !important;
	}
	.site-footer .content-container .grid-item {
	    flex: 1 1 calc(100% - 30px) !important;
    	margin-bottom: 50px !important;
	}
	.site-footer .cta-container .grid-item {
		flex: 1 1 calc(100% - 30px) !important;
		margin-bottom: 40px;
	}
	.site-footer .cta-container .grid-item:last-child {
		margin-bottom: 0px;
	}
	.site-footer .copyright-bar .inner-wrapper {
		flex-direction: column !important;
		align-items: start !important;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px)
and (max-width : 1200px) {
	/* Styles */
	.site-footer .content-container .grid-item:first-child {
		flex: 1 1 calc(33% - 30px) !important;
    	margin-bottom: 50px !important;
	}
	.site-footer .content-container .grid-item {
	    flex: 1 1 calc(33% - 30px) !important;
	}
	.site-footer .cta-container .grid-item:first-child {
		flex: 1 1 calc(10% - 30px) !important;
	}
	.site-footer .cta-container .grid-item:nth-child(3) {
		flex: 1 1 calc(20% - 30px) !important;
	}
	.site-footer .copyright-bar .grid-item {
		flex: 1 1 calc(33% - 30px) !important;
	}
	.site-footer .footer-btn-secundair, .site-footer .footer-btn-primair {
		min-width: auto !important;
	}
	
}
@media only screen 
and (min-width : 1024px)
{
	
}

@media only screen 
and (min-width : 1200px)
and (max-width : 1360px) {
	.site-footer .content-container .grid-item:first-child {
		flex: 1 1 calc(33% - 30px) !important;
    	margin-bottom: 50px !important;
	}
	.site-footer .content-container .grid-item {
	    flex: 1 1 calc(33% - 30px) !important;
	}
	.site-footer .copyright-bar .grid-item {
		flex: 1 1 calc(33% - 30px) !important;
	}
}

/* Large screens ----------- */
@media only screen  
and (min-width : 1200px) {
	/* Styles */
	
}

/*///////////////////*/

/* Smartphones (landscape) ----------- 
@media only screen 
and (min-width : 321px) {
	/* Styles */
}

/* Smartphones (portrait) -----------
@media only screen 
and (max-width : 320px) {
	/* Styles */
}

/* iPads (landscape) -----------
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	Styles */
}

/* iPads (portrait) ----------- 
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	Styles */
}
