.irp-related-products,
.irp-related-services,
.irp-related-accessories {
	padding-top: 1%;
	padding-bottom: 3%;
}

.iridium-related-posts h3 {
	padding-bottom: 0 !important;
}

.irp-results-number {
	display: inline;
	padding-right: 3%;
}

.irp-page-number {
	display: inline;
	padding-right: 2%;
}

.irp-page {
	cursor: pointer;	
}

.irp-page,
.irp-page-active {
	padding-left: 1%;
}

.irp-page-results-meta {
	text-align: right;
	margin-right: 15px;
}

.irp-page-results-meta-para {
	padding: 0;	
}

.irp-page-results-meta:before,
.irp-page-results-meta:after {
	content: '';
	clear: both;
	display: block;
}

.irp-grid {
	padding-top: 3%;
	position: relative;
	z-index: 1;
}

.irp-grid:before,
.irp-grid:after {
	content: '';
	clear: both;
	display: block;
}

.irp-box {
	float: left;
	width: 25%;
	height: 250px;
	margin-bottom: 30px;
	padding-left: 1%;
	padding-right: 1%;
}

.irp-image {
	margin: auto;
	display: block;
	height: 200px;
	width: 200px;
	padding-top: 1%;
	padding-bottom: 1%;
	position: relative;
	margin: 0 auto;
}

.irp-image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.irp-title {
	text-align: center;
	padding: 2% 4% 2% 4%;
}

/*	Carousel  */
.irp-type-div.carousel {
	display: table;
/* 	min-width: 768px; */
	width: 100%;
}
.irp-type-div.new {
	position: absolute;
	margin-top: 3%;
	top: 0;
}
.irp-type-div.new.right {
	transform: translateX(100%);
}
.irp-type-div.new.left {
	transform: translateX(-100%);
}
.irp-cgrid {
	margin-top: 3%;
	width: 92%;
	height: 200px;
	vertical-align: top;
	display: inline-block;
	white-space: nowrap;
	transition: transform 0.2s ease-in-out;
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
}
.irp-cbox {
	width: 16%;
	display: inline-block;
	vertical-align: top;
	padding: 0 1.5%;
	white-space: normal;
}
.irp-cgroup {
	display: inline-block;
	transition: transform 0.4s ease-in-out;
	position: absolute;
	top: 0;
	width: 100%;
}
.irp-cgroup.left {
	transform: translateX(-100%);
}
.irp-cgroup.right {
	transform: translateX(100%);
}
.irp-cimage {
/*
	width: 100%;
	height: 100%;
*/
	width: 130px;
	height: 130px;
	padding: 5px;
	margin: auto;
	position: relative;
}
.irp-cimage-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.irp-cimage img {
	max-width: 100%;
	max-height: 100%;
}
.irp-ctitle {
	text-align: center;
}
.irp-type-div .carousel-arrow {
	width: 3%;
	height: 200px;
	line-height: 185px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 3%;
	transition: all 0.12s ease-in-out;
}
.irp-type-div .carousel-arrow .dashicons {
	vertical-align: middle;
	border: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	height: auto;
	transition: all 0.12s ease-in-out;
	background: #ddd;
	box-shadow: 2px 2px 2px #ddd;
	cursor: pointer;
}
.irp-type-div .carousel-arrow .dashicons:hover {
	opacity: 0.8;
}
.irp-type-div .carousel-arrow .dashicons:active {
	background: #eee;
	box-shadow: inset 0 2px #eee;
	transform: translateY(1px);
}
.irp-type-div .carousel-arrow.left {
	margin-right: 1%;
}
.irp-type-div .carousel-arrow.right {
	margin-left: 1%;
}
.irp-type-div.carousel .irp-results-number {
	padding-right: 0;
}
.irp-type-div.carousel .irp-page-results-meta {
	margin-right: 0 !important;
}
.irp-related.carousel {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1340px) {
	.irp-cbox {
		width: 16%;
	}
}
/*	Carousel  */

@media only screen and (max-width: 1266px) {
	
	.irp-box {
		height: 235px;	
	}
	
	.irp-image {
		height: 175px;
		width: 175px;
	}
	
	.irp-title {
		padding-right: 6%;
		padding-left: 6%;
	}
}

@media only screen and (max-width: 940px) {
	
	.irp-box {
		height: 250px;
	}
	
	.irp-image {
		width: 150px;
		height: 150px;
	}
	
	.irp-title {
		padding-right: 8%;
		padding-left: 8%;
	}
	
	.irp-page-results-meta {
		padding-top: 5%;
		padding-bottom: 3%;	
	}
}

@media only screen and (max-width: 782px) {
	
	.irp-box {
		width: 50%;
		height: 225px;
	}
		
	.irp-title {
		padding-right: 8%;
		padding-left: 8%;
	}
	
	.irp-page-results-meta {
		padding-top: 7%;
		padding-bottom: 5%;
	}
}

@media only screen and (max-width: 480px) {
	
	.irp-box {
		width: 100%;
		height: 205px;
	}
	
	.irp-title {
		padding-right: 12%;
		padding-left: 12%;
	}
	
	.irp-page-results-meta {
		padding-top: 9%;
		padding-bottom: 7%;
	}
}
@media only screen and (max-width: 1080px) {
	.irp-related.carousel .irp-cbox{
		width: 19%;		/* 5 boxes */
	}
	.irp-cimage {
		width: 100px;
		height: 100px;
	}
}
@media only screen and (max-width: 768px) {
	.irp-related.carousel .irp-cgrid {
		width: 90%;
	}
	.irp-related.carousel .carousel-arrow {
		width: 4%;
	}
	.irp-related.carousel .irp-cbox{
		width: 24%;		/* 4 boxes */
	}
}
@media only screen and (max-width: 620px) {
	.irp-related.carousel .irp-cgrid {
		width: 88%;
	}
	.irp-related.carousel .carousel-arrow {
		width: 5%;
	}
	.irp-related.carousel .irp-cbox {
		width: 32%;		/* 3 boxes */
	}
}
@media only screen and (max-width: 480px) {
	.irp-related.carousel .irp-cgrid {
		width: 86%;
	}
	.irp-related.carousel .carousel-arrow {
		width: 6%;
	}
	.irp-related.carousel .irp-cbox{
		width: 49%;		/* 2 boxes */
	}
}
@media only screen and (max-width: 360px) {
	.irp-related.carousel .irp-cgrid {
		width: 84%;
	}
	.irp-related.carousel .carousel-arrow {
		width: 7%;
	}
	.irp-related.carousel .irp-cbox{
		width: 99%;		/* 1 box */
		padding: 0 5%;
	}
}