#inner-page-wrapper {
    margin-bottom: 0;
}
div#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

#inner-page-wrapper p#breadcrumbs {
    padding-left: max(4vw, 25px);
}

.section-title {
    line-height: 1;
}
.canvas-img {
    position: relative;
}
.canvas-img canvas {
	display: block;
	width: 100%;
}
.canvas-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
div#content-full {
	position: relative;
}
.custom-ip-pr-content {
    max-width: 1370px;
    margin: 0 auto 55px;
    padding: 0 15px;

}
.section-wrap {
	font-size: 0;
	position: relative;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.custom-ip-ad-bio-inner {
	position: relative;
	max-width: 1366px;
	margin: 0 auto 33px;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
}
.row1 .custom-ip-ad-bio-col.col-left {
	width: 45.65%;
}
.row1 .custom-ip-ad-bio-col.col-right {
	width: 54.34%;
}
.row2.custom-ip-ad-bio-inner {
	/*flex-direction: row-reverse;*/
	flex-wrap: wrap;
	position: relative;
	padding: 15px;
}

.row2.custom-ip-ad-bio-inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/agent-details-content-bg.jpg) no-repeat center / cover;
	z-index: 0;
	opacity: 0.15;
}

.row2 .custom-ip-ad-bio-col.col-left {
	width: 54.34%;
	order: 2;
}
.row2 .custom-ip-ad-bio-col.col-right {
	width: 45.65%;
	order: 1;
}

.row2 .custom-ip-ad-bio-col.col-bottom {
    width: 100%;
    order: 3;
    padding-top: 30px;
}

.row2 .custom-ip-ad-bio-col.col-bottom .custom-ip-ad-bio-txt {
    padding-right: 0;
}

.custom-ip-ad-bio-txt {
	position: relative;
}
.row2 .custom-ip-ad-bio-txt {
    padding-right: 10%;
}
.custom-ip-ad-bio-txt h3 {
	font-size: 33px;
	font-style: italic;
	color: #532742;
	line-height: 1.1;
    letter-spacing: 0.025em;
	margin-bottom: 26px;
}
.custom-ip-ad-bio-txt p,
.custom-ip-ad-bio-txt ul {
	font-size: 20px;
	font-style: italic;
	color: #532742;
	line-height: 1.5;
	margin-bottom: 30px;
}

.custom-ip-ad-bio-txt p:last-of-type {
	margin-bottom: 0;
}

.custom-ip-ad-bio-txt ul{
	list-style-type: disc;
    padding-left: 40px;
}

.custom-ip-ad-gallery-inner {
	position: relative;
	padding-left: 65px;
	padding-bottom: 89px;
	margin-top: 69px;
}
.custom-ip-ad-gallery-inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 53.43%;
	height: 100%;
	background-color: #532742;
	pointer-events: none;
	z-index: -1;
}

.custom-ip-ad-gallery-accent-image {
    position: absolute;
    top: -50px;
    left: 0;
    width: 53.43%;
    height: calc(100% + 100px);
    background-image: url(../../images/agent/ip-about-section-2-bg.jpg);
    pointer-events: none;
    z-index: -1;
    opacity: 0.1;
    filter: grayscale(1);
}

.custom-ip-ad-gallery-inner .section-title {
    padding-left: 4%;
}
.custom-ip-ad-gallery-slide-wrap {
	position: relative;
}
.custom-ip-ad-gallery-item {
	position: relative;
	padding: 0 1px;
}
.custom-ip-ad-vids-inner {
	position: relative;
	max-width: 1372px;
	margin: 0 auto;
	padding: 82px 15px 30px;
}
.custom-ip-ad-vids-item {
	position: relative;
	margin-bottom: 60px;
}
.custom-ip-ad-vids-item a {
	display: block;
	position: relative;
}
.custom-ip-ad-vids-item span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	width: 170px;
	padding: 15px 0;
	border: 1px solid #fff;
	transition: all .4s ease-in-out;
	z-index: 2;
}
.custom-ip-ad-vids-item a:hover span {
	background-color: #532742;
	border-color: #532742;
}
.custom-ip-ad-vids-item a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .15;
	pointer-events: none;
	z-index: 1;
}
.custom-ip-ad-reviews-inner {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 100px;
}
.custom-ip-ad-reviews-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50px;
	width: 63px;
	height: 63px;
	border-top: 10px solid #532742;
	border-left: 10px solid #532742;
	pointer-events: none;
}
.custom-ip-ad-reviews-inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	height: 360px;
	background-image: url('../../images/agent/reviews-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}
.custom-ip-ad-reviews-inner h2 {
	font-size: 65px;
	font-weight: 400;
	color: #532742;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 31px;
}
.postid-3621 .custom-ip-ad-reviews-inner .testi-agent-photo-name{
	display: none;
}


.custom-ip-ad-reviews-inner .testi-agent-photo-name{
	font-size: 14px;
    line-height: 1.5;
}

.custom-ip-ad-reviews-slide-wrap {
	position: relative;
	margin: 0 -2px;
}
.custom-ip-ad-reviews-item {
	position: relative;
	padding: 0 2px;
}
.custom-ip-ad-listings-inner {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 65px;
}
.custom-ip-ad-listings-inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 86.25%;
	height: 227px;
	background-color: #532742;
	pointer-events: none;
	z-index: -1;
}
.custom-ip-ad-listings-inner:nth-child(odd):after {
	left: 0;
}
.custom-ip-ad-listings-inner:nth-child(even):after {
	right: 0;
}
.custom-ip-ad-listings-heading {
	position: relative;
}
.custom-ip-ad-listings-heading.right {
	text-align: right;
	padding-right: 123px;
}
.custom-ip-ad-listings-heading.left {
	padding-left: 123px;
}
.custom-ip-ad-listings-heading.right .section-title::before {
	right: calc(100% + 25px);
}
.custom-ip-ad-listings-heading.left .section-title::before {
	left: calc(100% + 25px);
}
.custom-ip-ad-listings-heading .section-title {
	position: relative;
	display: inline-block;
}
.custom-ip-ad-listings-heading .section-title::before {
	content: "";
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 100vw;
	height: 1px;
	background-color: #532742;
	pointer-events: none;
}
.custom-ip-ad-listings-slide-wrap {
	position: relative;
	margin: 0 -1px;
}
.custom-ip-ad-listings-slide-wrap.pad-right {
	padding-right: 50px;
}
.custom-ip-ad-listings-slide-wrap.pad-left {
	padding-left: 50px;
}
.custom-ip-ad-listings-item {
	position: relative;
	padding: 0 1px;
}
.custom-ip-ad-listings-item a {
	display: block;
	overflow: hidden;
	position: relative;
}
.custom-ip-ad-listings-item-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .15;
	pointer-events: none;
	z-index: 1;
}
.custom-ip-ad-listings-item-dtls {
	position: absolute;
	bottom: 10%;
	left: 7%;
	padding-left: 78px;
	width: 100%;
	z-index: 2;
}
.custom-ip-ad-listings-item-dtls::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 44px;
	background-image: url('../../images/hp-fe-laurel.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.custom-ip-ad-listings-item-dtls h3,
.custom-ip-ad-listings-item-dtls p {
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.custom-ip-ad-listings-item-dtls h3 {
	font-size: 15px;
	margin-bottom: 4px;
}
.custom-ip-ad-listings-item-dtls p {
	font-size: 20px;
}
.custom-ip-ad-listings-item-hover {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	padding: 30px 0 20px;
	text-align: center;
	background-color: #532742;
	opacity: 0;
	transition: all .4s ease-in-out;
	z-index: 3;
}
.custom-ip-ad-listings-item a:hover .custom-ip-ad-listings-item-hover {
	bottom: 0;
	opacity: 1;
}
.custom-ip-ad-listings-item-hover div {
	position: relative;
	display: inline-block;
	text-align: left;
	padding-left: 78px;
}
.custom-ip-ad-listings-item-hover div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 44px;
	background-image: url('../../images/hp-fe-laurel.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}
.custom-ip-ad-listings-item-hover h3,
.custom-ip-ad-listings-item-hover p {
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.custom-ip-ad-listings-item-hover h3 {
	font-size: 15px;
	margin-bottom: 4px;
}
.custom-ip-ad-listings-item-hover p {
	font-size: 20px;
}
.custom-ip-ad-listings-item-hover span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	width: 209px;
	padding: 17px 0;
	background-color: #000;
	margin: 20px auto 0;
}
.custom-ip-ad-listings-control {
	align-items: center;
	justify-content: space-between;
	max-width: 374px;
	margin: 29px auto 0;
}
.custom-ip-ad-listings-control span {
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	transition: all .4s ease-in-out;
}
.custom-ip-ad-listings-control span:hover {
	opacity: .7;
}
.custom-ip-ad-listings-control a {
	display: block;
	width: 297px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	border: 1px solid #fff;
	transition: all .4s ease-in-out;
}
.custom-ip-ad-listings-control a:hover {
	color: #532742;
	background-color: #fff;
}
.custom-ip-ad-cd-inner {
	position: relative;
	padding: 60px 0 0;
}
.custom-ip-ad-cd-inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 492px;
	background-image: url('../../images/agent/cd-accent.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}
.custom-ip-ad-cd-col {
	display: inline-block;

    vertical-align: bottom;
}
.custom-ip-ad-cd-col.col-left {
	width: 46.49%;
}
.custom-ip-ad-cd-img {
	/*padding-right: 15px;*/
    margin-bottom: -1px;
}
/* .custom-ip-ad-cd-img img{

    max-height: 536px;
    width: auto;
} */

.custom-ip-ad-cd-col.col-right {
	width: 53.50%;
}
.custom-ip-ad-cd-txt {
	position: relative;
	padding: 89px 15px;
	transform: translateY(58px);
	background-image: url('../../images/agent/cd-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.custom-ip-ad-cd-txt .f-smi {
    display: flex;
    margin: 22px 0;
    justify-content: center;
}

.custom-ip-ad-cd-txt .f-smi a {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #fff !important;
    margin: 0 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    position: relative;
}

.custom-ip-ad-cd-txt .f-smi span.smi-hover-label {
    position: absolute;
    bottom: 100%;
    left: 50%;
    height: 33px;
    background-color: #532742;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1;
    padding: 0 4px;
    width: 83px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 12px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.custom-ip-ad-cd-txt .f-smi span.smi-hover-label:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #532742;
}

.custom-ip-ad-cd-txt .f-smi a:hover span.smi-hover-label{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.custom-ip-ad-cd-txt .f-smi a:hover {
    /* background: #fff; */
    /* border-color: #fff; */
    /* color: #000 !important; */
}

.custom-ip-ad-cd-txt h2 {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.06em;
}
.custom-ip-ad-cd-txt h2 span {
	display: block;
	font-size: 65px;
	font-weight: 400;
	line-height: 0.8;
    letter-spacing: 0em;
}
.custom-ip-ad-cd-txt img {
	margin: 32px auto 40px;
	filter: brightness(1) invert(1);
}
.custom-ip-ad-cd-txt ul {
	max-width: 330px;
	margin: 0 auto 30px;
}
.custom-ip-ad-cd-txt ul li {
	text-align: left;
}
.custom-ip-ad-cd-txt ul li span,
.custom-ip-ad-cd-txt ul li a {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
}
.custom-ip-ad-cd-txt ul li span {
	width: 140px;
}
.custom-ip-ad-cd-txt .email {
	text-align: center;
}
.custom-ip-ad-cd-txt .email a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-decoration: underline !important;
	transition: all .4s ease-in-out;
}
.custom-ip-ad-cd-txt .email a:hover {
	color: #fff !important;
	opacity: .7;
}

body.single-aios-agents .ip-testi-agent-img::after, 
body.single-aios-agents .ip-testi-agent-slider-item::after{
	height: 39px;
}

.agent-testi-arrows {
    margin-top: 30px;
}

@media only screen and (max-width: 1280px) {
	.custom-ip-ad-bio-txt {
		padding: 0 15px;
	}
	.custom-ip-ad-listings-item-dtls p, .custom-ip-ad-listings-item-hover p {
		font-size: 16px;
	}
}




@media only screen and (max-width: 1199px) {

/* .custom-ip-ad-cd-img img{

    max-height: 418px;
} */


	.custom-ip-ad-bio-txt h3 {
		font-size: 28px;
	}
	.custom-ip-ad-bio-txt p {
		font-size: 16px;
	}
	.custom-ip-ad-vids-item {
		margin-bottom: 30px;
	}
	.custom-ip-ad-listings-item-dtls h3, .custom-ip-ad-listings-item-hover h3,
	.custom-ip-ad-listings-item-dtls p, .custom-ip-ad-listings-item-hover p {
		font-size: 12px;
	}
	.custom-ip-ad-cd-txt h2 span {
		font-size: 50px;
	}
	.custom-ip-ad-cd-txt {
		padding: 46px 15px;
	}
	.custom-ip-ad-cd-txt img {
		margin: 25px auto 35px;
	}
}


@media only screen and (max-width: 991px) {
.custom-ip-ad-gallery-accent-image{
	display: none;
}
.custom-ip-ad-cd-img{
  margin: 0px auto;
}


	#inner-page-wrapper p#breadcrumbs{
		padding-left: 7.5px;
	}

	.section-title {

		text-align: center;

	}
	.custom-ip-ad-bio-inner {
		display: block;
	}
	.row2 .custom-ip-ad-bio-col.col-bottom{
		padding-top: 0;
	}
	.custom-ip-ad-bio-col {
		width: 100% !important;
	}
	.custom-ip-ad-bio-img {
		max-width: 480px;
		margin: 0 auto 30px;
	}
	.custom-ip-ad-bio-txt {
		padding: 0;
	}
	.row2 .custom-ip-ad-bio-txt {
		padding-right: 0;
	}
	.custom-ip-ad-gallery-inner::after, .custom-ip-ad-reviews-inner::before, .custom-ip-ad-listings-heading .section-title::before {
		display: none;
	}
	.custom-ip-ad-gallery-inner {
		padding: 0;
		max-width: 480px;
		margin: 30px auto;
	}
	.custom-ip-ad-vids-inner {
		padding: 40px 0;
	}
	.custom-ip-ad-reviews-item img {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}
	.custom-ip-ad-listings-heading {
		padding: 0 !important;
		text-align: center !important;
	}
	.custom-ip-ad-listings-slide-wrap {
		margin: 0 auto;
		padding: 0 15px!important;
		max-width: 480px;
	}
	.custom-ip-ad-listings-inner::after {
		width: 100%;
	}
	.custom-ip-ad-cd-inner {
		padding: 0;
	}
	.custom-ip-ad-cd-col {
		display: block;
		width: 100% !important;
	}
	.custom-ip-ad-cd-img {
		padding-right: 0;
		max-width: 480px;
		margin: 0 auto;
	}
	.custom-ip-ad-cd-txt {
		padding: 30px 15px;
		transform: none;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.custom-ip-ad-bio-txt h3 {
		font-size: 19px;
	}
	.custom-ip-ad-reviews-inner h2 {
		font-size: 40px;
	}
	.custom-ip-ad-listings-control {
		max-width: 300px;
	}
	.custom-ip-ad-listings-control a {
		width: 240px;
	}
}

@media only screen and (max-width: 480px) {
	.custom-ip-ad-cd-txt h2 span {
		font-size: 35px;
	}
	.custom-ip-ad-cd-txt ul li span {
		width: 138px;
	}
}
