/* eliminate extra bottom margin */
.elementor-text-editor p:last-child {margin-bottom: 0;}
.elementor-text-editor ul {margin-bottom: 0;}

/* Corrects spacing for lightbox icons */
.elementor-slideshow__footer,
.elementor-slideshow__header 
{box-sizing: border-box;}

.elementor-testimonial-name {
  margin-top: -10px;
	margin-left: -20px;
}
.elementor-testimonial-job {
	margin-left: -9px;
  margin-top: 6px;
}
div.elementor-text-editor.elementor-clearfix ul li,
div.elementor-text-editor.elementor-clearfix ol li {
    margin-bottom: 8px;
}
.brspace { 
	display: block; 
	margin-bottom: 1em; 
}
h3 {margin-top:1em;}

.imgborder {
	border: solid 1px gray !important;
}

@media (min-width:1025px) {
	.allbooksboxes 
		{ 
		max-width: 25%;
		display: inline-block;
		}
}
@media (min-width:768px) and (max-width:1024px) {
	.allbooksboxes 
		{ 
		max-width: 25%;
		display: inline-block;
		}
}
@media (max-width:767px) {
	.allbooksboxes 
		{ 
		max-width: 100%;
		display: inline-block;
		}
}

@media (min-width:1025px) {
	.allbooksboxes5 
		{ 
		max-width: 20%;
		display: inline-block;
		}
}
@media (min-width:768px) and (max-width:1024px) {
	.allbooksboxes5 
		{ 
		max-width: 20%;
		display: inline-block;
		}
}
@media (max-width:767px) {
	.allbooksboxes5 
		{ 
		max-width: 100%;
		display: inline-block;
		}
}