/* 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 .footer-logo {
		margin-bottom: 30px !important;	
	}
	.site-footer h4 {
		margin-bottom: 10px !important;
	}
    .custom-accordion .e-n-accordion-item-title[aria-expanded="true"] {
		padding: 30px 30px 0px !important;
	}
	.site-footer .copyright-bar .inner-wrapper {
		flex-direction: column-reverse !important;
		align-items: flex-start !important;
	}
	.site-footer .copyright-bar .grid-item:first-child, .site-footer .copyright-bar .grid-item:last-child {
		order: 1;
	}
	.site-footer .copyright-bar .grid-item:last-child {
		flex-direction: column;
	}
	.site-footer .copyright-bar a, .site-footer .copyright-bar p {
		font-size: 12px !important;
	}
	.site-footer .copyright-bar span {
		
	}
	.verhaal-listing-image {
		aspect-ratio: 1/1 !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(50% - 30px) !important;
    	margin-bottom: 50px !important;
	}
	.site-footer .copyright-bar .inner-wrapper {
		flex-wrap: wrap;
	}
	.site-footer .copyright-bar .grid-item {
		flex: 1 1 calc(50% - 0px) !important;
	}
	.site-footer .copyright-bar .grid-item:last-child {
		justify-content: flex-end;
		flex: 1 1 calc(40% - 0px) !important;
	}
	.site-footer .copyright-bar .grid-item:nth-child(2) {
		flex: 1 1 calc(100% - 0px) !important; 
		order: 3;
	}
	.verhaal-listing-image {
		aspect-ratio: 3/2 !important;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 102px)
and (max-width : 1200px) {
	/* Styles */
	.site-footer .content-container .grid-item:first-child {
		flex: 1 1 calc(100% - 30px) !important;
    	margin-bottom: 50px !important;
	}
	.site-footer .content-container .grid-item {
	    flex: 1 1 calc(25% - 30px) !important;
	}
	.site-footer .copyright-bar .inner-wrapper {
		column-gap: 0px !important;
	}
	.site-footer .copyright-bar .grid-item {
		flex: 1 1 calc(31.8% - 0px) !important;
	}
	.site-footer .copyright-bar .grid-item:last-child {
		flex: 1 1 calc(30.3% - 0px) !important; 
		justify-content: flex-end;
	}
	.verhaal-listing-image {
		aspect-ratio: 3/2 !important;
	}

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

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

}

/* 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 */
}
