/* Dev tools */
.ip-banner canvas {
	height: 335px;
}
.ip-banner::before {
	background: none;
}
#iptesti-wrapper {
	position: relative;
	padding: 20px 0 0;
}
	.ip-general-title span {
		display: block;
		letter-spacing: .15em;
		max-width: 100%;
	}
	.ip-general-title strong {
	    display: block;
	    font-size: 66px;
	    letter-spacing: .1em;
	    color: #052439;
	    font-family: 'Lowvetica';
	    text-transform: uppercase;
	    line-height: 1;
	    font-weight: 600!important;
	    margin-top: -11px;
	}

	.iptesti-list {
		margin: 0 -15px;
		display: flex;
		flex-flow: row wrap;
	}
		.iptesti-list-col:nth-child(1) {
		    margin-top: 69px;
		}
		.iptesti-list-col:nth-child(2) {
		    margin-top: -89px;
		}
		.iptesti-list-col {
			width: 50%;
			padding: 0 15px;
		}
		.iptesti-item:last-child {
			margin-bottom: 0;
		}
		.iptesti-item {
			width: 100%;
			margin-bottom: 46px;
			padding: 20px 30px 30px;
			background: #f7f6f6;
			box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
		}
			.iptesti-youtube .iptesti-item-heading {
				margin-bottom: 33px;
			}
			.iptesti-item-heading {
				position: relative;
				padding: 20px 0px 0px;
				/*border-bottom: 1px solid #c3c3c3;*/
				display: flex;
				flex-flow: row wrap;
				align-items: center;
				justify-content: space-between;				
				margin-bottom: 22px;
			}
				.iptesti-item-heading span {
					display: flex;
					flex-flow: row wrap;
				}
					.iptesti-item-heading span i {
						font-style: normal!important;
					}
				.iptesti-item-rating {
					font-size: 21px;
					color: #ffd200;
					display: flex;
					flex-flow: row wrap;
				}
					.iptesti-item-rating i {
						margin-right: 10px;
					}

				.iptesti-item-platform {
					position: absolute;
					right: 14px;
					max-width: 100px;
				}
					.iptesti-item-platform i {
						width: 32px;
						height: 32px;
						border-radius: 50%;
						font-size: 20px;
						color: #fff;
						text-align: center;
						line-height: 31px;
					}
						.iptesti-item-platform i.ai-font-zillow {
							background: #1277e1;
						}
						.iptesti-item-platform i.ai-font-facebook {
							background: #4d6baa;
						}
						.iptesti-item-platform i.ai-font-youtube {
							background: #ca211e;
						}

					.iptesti-item-platform img {
						max-width: 100%;
					}
			

			.iptesti-item-content-video {
			    margin-bottom: 41px;
			    padding-top: 33px;
			}
			.iptesti-item-content {
				position: relative;
				border-top: 1px solid #c3c3c3;
			}
				.iptesti-item-content canvas {
					display: block;
					width: 100%;
					background-size: contain;
					background-position: center;
					background-color: #000;
					background-repeat: no-repeat;
				}
				.iptesti-item-video {
					position: relative;
					display: block;
				}
					.iptesti-item-video:before, .iptesti-item-video:after {
						content: '';
						position: absolute;
						top: 0;
						left: 0;
						right: 0;
						bottom: 0;
						margin: auto;
						border-radius: 50%;
						border: 1px solid #fff;
						display: flex;
						justify-content: center;
						align-items: center;
					}
					.iptesti-item-video:before {
						width: 86px;
						height: 86px;					
					}
					.iptesti-item-video:after {
						content: "\b0087";
					    font-family: agentimage!important;
					    speak: none;
					    font-style: normal;
					    font-weight: 400;
					    font-variant: normal;
					    text-transform: none;
					    line-height: 1;
					    -webkit-font-smoothing: antialiased;
					    -moz-osx-font-smoothing: grayscale;
						width: 72px;
						height: 72px;
						color: #fff;
						font-size: 30px;
						padding-left: 5px;
					}

				.iptesti-item-content p {
					font-weight: 300;
					font-synthesis: 16px;
					color: #3e3e3e;
					line-height: 29px;
					margin: 0 0 28px;
				}

			.iptesti-item-footer {
				position: relative;
			}
				#content .iptesti-item-footer h2 {
					font-weight: 600;
					font-size: 20px;
					letter-spacing: -.05em;
					color: #89181b;
					line-height: 1;
					margin: 0 0 3px;
				}
				.iptesti-item-footer span {
					display: block;
					font-weight: 300;
					font-size: 13px;
					color: #3e3e3e;
					line-height: 1;
				}

	.iptesti-list-more {
		text-align: center;
		margin: 100px 0 50px;
	}
		.iptesti-list-more a {
			display: block;
			width: 70px;
			margin: 0 auto;
			text-align: center;
		}
			.iptesti-list-more a i.icon-arrow-down {
				width: 52px;
				height: 52px;
				display: block;
				margin: 0 auto;
				background: #052439 url(../../images/testimonials/icon-arrow-down.png) center no-repeat;
				transition: background-color .3s;
			}
			.iptesti-list-more a span {
				display: block;
				font-weight: 300;
				font-size: 14px;
				color: #3e3e3e;
				margin-top: 4px;
			}
			.iptesti-list-more a i.icon-arrow-down:hover {
			    background-color: #c72031;
			}

.addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: normal;
        margin-left: 2px;
        color: #052439;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }

@media only screen and (max-width: 991px) {
	.iptesti-list-col:nth-child(1),
	.iptesti-list-col:nth-child(2),
	.iptesti-list-col {
		width: 100%;
		margin-top: 0;
	}
	.iptesti-item,
	.iptesti-item:last-child {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.ip-general-title strong {
		font-size: 40px;
		margin-top: -5px;
	}
}
@media only screen and (max-width: 480px) {
	.iptesti-item-rating {
		font-size: 15px;
	}
		.iptesti-item-rating i {
			margin-right: 5px;
		}

	.iptesti-item-platform {
		right: 0;
	}
}