/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) {
	/* Styles */
	.marquee-content span {
        width: 10% !important;
    }
	#wpforms-form-1477 #wpforms-1477-field_7 .wpforms-selected, #wpforms-form-1477 #wpforms-1477-field_7 li {
		padding-right: 0px !important;
	}
	.wpforms-field-description {
		margin-top: 15px !important;
	}
	.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 span {
		display: block !important;
		height: 40px !important;
	}
/* 	h1, h2, h3, h4 {
		word-break: break-word;
    	hyphens: auto;
	} */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) {
	/* Styles */
	.marquee-content span {
        width: 25% !important;
    }
	.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-direction: column-reverse !important;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px)
and (max-width : 1200px) {
	/* Styles */
	.marquee-content span {
        width: 25% !important;
    }
		.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;
	}
}
@media only screen 
and (min-width : 1024px)
{
	
}

@media only screen 
and (min-width : 1200px)
and (max-width : 1360px) {
	
}
@media only screen 
and (max-width : 1360px) {
	.marquee-content span {
        margin-right: 15px !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 */
}
