/* dC Luxe Header */
.navigation {
	width: 90.47%;
    text-align: left;
}
.dcluxe_header_logo {
	width: 15%;
	/*max-width: 144px;*/
    max-width: 190px;
	font-size: 0;
	margin: 40px auto 0;
	position: relative;
}
	.dcluxe_header_logo::after {
		width: 564px;
		height: 490px;
		content: '';
		position: absolute;
		z-index: -1;
		top: -135px;
		left: -208px;
		background-image: url(../../images/dc-luxe/dcluxe-logo-shadow.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		pointer-events: none;
	}
	.dcluxe_header_logo img {
		max-width: 100%;
		height: auto;
	}

.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.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;
}

.ip-banner::before {
	background: rgba(0,0,0,0.1);
}
.ip-banner canvas {
	min-height: 384px;
}
#content-sidebar, #content-full {
	margin-top: 0;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}
#breadcrumbs {
	color: #b7b7b7;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}
    #breadcrumbs a {
        color: inherit;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #breadcrumbs a:hover {
        color: #fff;
    }

    #breadcrumbs .breadcrumb_last {
        color: #fff;
        font-weight: 700;
    }

/* ABOUT */
.ip-dcluxe-about-wrap {
	padding: 15px 0 85px;
	background-color: var(--primary-color);
	position: relative;
}
	.ip_dcluxe_about_bg {
		width: 13.44%;
		left: auto;
		right: 0;
	}
		.ip_dcluxe_about_bg canvas {
			opacity: 0.7;
		}
	.ip-dcluxe-about-content {
		position: relative;
		z-index: 2;
	}
		.ip_about_left {
			margin-top: 55px;
		}
			.ip_about_text {
				margin-top: 35px;
				padding-right: 35px;
				color: var(--body-font-color-light);
			}
				#content .ip_dcluxe_text p {
					margin-bottom: 23px;
					line-height: 24px;
					letter-spacing: 0.03em;
				}
				.ip_dcluxe_text p span {
					font-size: 18px;
				}
					.ip-dcluxe-about-wrap .ip_dcluxe_text p span {
						color: #ffffff;
					}
		.ip_about_right {
			font-size: 0;
			margin-top: 65px;
		}
			.ip_about_photo {
				margin-right: -170px;
			}

/* SELLERS */
.ip-dcluxe-sellers-wrap {
	position: relative;
	padding-bottom: 115px;
}
	.ip-dcluxe-sellers-wrap::before {
		width: 1086px;
		height: 845px;
		content: '';
		position: absolute;
		top: 40px;
		right: -7px;
		background-image: url(../../images/accent-logo-black.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top left;
		opacity: 0.04;
	}
	.ip-dcluxe-sellers-content {
		position: relative;
		z-index: 2;
	}
		.ip_sellers_left {
			font-size: 0;
			margin-top: 110px;
		}
			.ip_sellers_photo {
				margin-left: -170px;
			}
		.ip_sellers_right {
			margin-top: 130px;
			padding-left: 45px;
		}
			.ip_sellers_title.custom_site_title > span::before {
				background-color: var(--primary-color);
			}
			.ip_sellers_title.custom_site_title > span {
				border-bottom: 1px solid rgba(0,0,0,0.20);
			}
			.ip_sellers_text {
				margin-top: 45px;
				color: #3f3f3f;
			}

		.ip-dcluxe-sellers-box {
			width: 92.5%;
			margin: 98px auto 0;
			border: 2px solid var(--primary-color);
			border-top: none;
		}
			.ip-dcluxe-sellers-list-title {
				width: 100%;
				display: inline-block;
				vertical-align: top;
				text-align: center;
				font-size: 0;
				margin-top: -18px;
			}
				.ip-dcluxe-sellers-list-title::before,
				.ip-dcluxe-sellers-list-title::after {
					width: 23.66%;
					height: 2px;
					content: '';
					display: inline-block;
					vertical-align: middle;
					background-color: var(--primary-color);
				}
					.ip-dcluxe-sellers-list-title::before {
						left: -2px;
					}
					.ip-dcluxe-sellers-list-title::after {
						right: -2px;
					}
				.ip-dcluxe-sellers-list-title span {
					width: 52.68%;
					display: inline-block;
					vertical-align: middle;
					position: relative;
					font-size: 36px;
					font-family: var(--Lora);
					text-transform: uppercase;
					line-height: 38px;
				}
			.ip-dcluxe-sellers-list {
                width: 100%;
                display: inline-block;
                vertical-align: top;
				font-size: 0;
				padding: 60px 119px;
			}
				#content .ip-dcluxe-sellers-list ul {
					width: 44.45%;
					/*display: inline-block;
					vertical-align: top;*/
                    float: left;
					margin: 0;
					padding-right: 50px;
					list-style-type: none;
				}
					#content .ip-dcluxe-sellers-list ul:first-child {
						width: 55.55%;
                        padding-right: 100px;
					}
					.ip-dcluxe-sellers-list ul li {
						padding-left: 50px;
						margin-bottom: 15px;
						color: #3f3f3f;
						font-size: 20px;
						line-height: 30px;
						letter-spacing: 0.05em;
						position: relative;
					}
						.ip-dcluxe-sellers-list ul li::before {
							width: 22px;
							height: 22px;
							content: '';
							position: absolute;
							top: 4px;
							left: 0;
							background-image: url(../../images/dc-luxe/icon-check.png);
							background-size: auto;
							background-repeat: no-repeat;
							background-position: top center;
						}

/* BUYERS */
.ip-dcluxe-buyers-wrap {
	padding: 110px 0 115px;
}
	.ip_dcluxe_buyers_bg {
		background-color: var(--primary-color);
	}
		.ip_dcluxe_buyers_bg canvas {
			opacity: 0.3;
		}
	.ip-dcluxe-buyers-content {
		position: relative;
		z-index: 2;
	}
		.ip_buyers_left {

		}
			.ip_buyers_text {
				margin-top: 35px;
				padding-right: 50px;
				color: var(--body-font-color-light);
			}
		.ip_buyers_right {
			font-size: 0;
		}
			.ip_buyers_photo {
				margin-right: -170px;
			}


/* SOLD PROPERTIES */
.ip_dcluxe_sold_properties {
	padding-top: 95px;
	background-color: var(--primary-color);
}
    .ip_sp_left_wrap {

    }
    .ip_sp_right_wrap {
        margin-top: 75px;
        text-align: right;
    }
        .ip_sp_arrows {
            width: 147px;
            height: 57px;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }
        	.ip_sp_arrows .slick-arrow {
        		width: 66px;
        		height: 57px;
        		position: absolute;
        		top: 0;
        		border: 2px solid #ffffff;
        		cursor: pointer;
        		font-size: 0;
        		text-align: center;
        	}
        		.ip_sp_arrows .slick-arrow:hover {
        			opacity: 0.5;
        		}
        		.ip_sp_arrows .slick-arrow.ip_sp_prev {
        			left: 0;
        		}
        			.ip_sp_arrows .slick-arrow.ip_sp_prev::before {
        				width: 0; 
						height: 0;
						content: '';
						line-height: 55px;
						border-top: 6px solid transparent;
						border-bottom: 6px solid transparent;
						border-right: 10px solid #ffffff;
        			}
        		.ip_sp_arrows .slick-arrow.ip_sp_next {
        			right: 0;
        		}
        			.ip_sp_arrows .slick-arrow.ip_sp_next::before {
        				width: 0; 
						height: 0;
						content: '';
						line-height: 55px;
						border-top: 6px solid transparent;
						border-bottom: 6px solid transparent;
						border-left: 10px solid #ffffff;
        			}

    .ip_sp_slider_wrap {
        margin-top: 60px;
    }
        .ip_sp_slider {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-left: -4.5px;
            margin-right: -4.5px;
        }
            .ip_sp_slider_01 {

            }
            .ip_sp_slider_02 {

            }
                .ip_sp_item {
                    display: none;
                    padding: 0 4.5px 16px;
                }
                    .ip_sp_item a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: relative;
                    }
                        .ip_sp_item a::before {
                            width: 100%;
                            height: 344px;
                            content: '';
                            position: absolute;
                            z-index: 1;
                            bottom: 0;
                            left: 0;
                            background: rgb(0,0,0);
                            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                            pointer-events: none;
                            transition: all 0.3s ease-in-out;
                            opacity: 0.7;
                        }
                            .ip_sp_item a:hover::before {
                                opacity: 0;
                            }
                        .ip_sp_item a::after {
                            width: 100%;
                            height: 100%;
                            content: '';
                            position: absolute;
                            z-index: 3;
                            top: 0;
                            left: 0;
                            border: 8px solid #c8c8c8;
                            pointer-events: none;
                            transition: all 0.3s ease-in-out;
                            opacity: 0;
                        }
                            .ip_sp_item a:hover::after {
                                opacity: 1;
                            }
                    .ip_sp_photo {
                        font-size: 0;
                        position: relative;
                    }
                        .ip_sp_photo::before {
                            width: 100%;
                            height: 100%;
                            content: '';
                            position: absolute;
                            z-index: 2;
                            top: 0;
                            left: 0;
                            background-image: url(../../images/accent-logo-hover.png);
                            background-size: cover;
                            background-position: top center;
                            background-repeat: no-repeat;
                            transition: all 0.3s ease-in-out;
                            opacity: 0;
                        }
                            .ip_sp_item:hover .ip_sp_photo::before {
                                opacity: 1;
                            }
                        .ip_sp_photo canvas {
                            width: 100%;
                            height: auto;
                            display: block;
                        }
                        .ip_sp_photo img {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            object-fit: cover;
                        }
                    .ip_sp_text {
                        width: 100%;
                        position: absolute;
                        z-index: 3;
                        bottom: 38px;
                        left: 0;
                        font-size: 0;
                        text-align: left;
                    }
                        .ip_sp_text_left {
                            width: 54.27%;
                            display: inline-block;
                            vertical-align: bottom;
                            color: #ffffff;
                            padding-left: 40px;
                            padding-bottom: 20px;
                            text-align: left;
                            border-bottom: 1px solid rgba(255,255,255,0.3);
                            position: relative;
                        }
                            .ip_sp_text_left::before {
                                width: 30px;
                                height: 1px;
                                content: '';
                                position: absolute;
                                bottom: -1px;
                                left: 40px;
                                background-color: #ffffff;
                            }
                            .ip_sp_address {
                                font-size: 14px;
                                line-height: 20px;
                                letter-spacing: 0.05em;
                            }
                                .ip_sp_address span {
                                    display: block;
                                    margin-bottom: 3px;
                                    font-size: 18px;
                                }
                            .ip_sp_price {
                                margin-top: 15px;
                                font-size: 24px;
                                font-family: var(--Lora);
                            }
                            .ip_sp_details {
                                height: 0;
                                opacity: 0;
                                transition: all 0.3s ease-in-out;
                            }
                                .ip_sp_details span {
                                    display: inline-block;
                                    vertical-align: middle;
                                    padding: 0 10px;
                                    font-size: 14px;
                                    position: relative;
                                }
                                    .ip_sp_details span::before {
                                        width: 1px;
                                        height: 12px;
                                        content: '';
                                        position: absolute;
                                        top: calc(50% - 6px);
                                        left: 0;
                                        background-color: #ffffff;
                                        opacity: 0.6;
                                    }
                                    .ip_sp_details span:first-child {
                                        padding-left: 0;
                                    }
                                        .ip_sp_details span:first-child::before {
                                            display: none;
                                        }
                                    .ip_sp_details span:last-child {
                                        padding-right: 0;
                                    }
                                    .ip_sp_item a:hover .ip_sp_details {
                                        height: auto;
                                        opacity: 1;
                                        margin-top: 20px;
                                    }
                        .ip_sp_text_right {
                            width: 45.73%;
                            display: inline-block;
                            vertical-align: bottom;
                            padding-right: 44px;
                            text-align: right;
                        }
                            .ip_sp_more_dets {
                                width: 197px;
                                max-width: 100%;
                                height: 57px;
                                display: inline-block;
                                vertical-align: top;
                                color: #ffffff;
                                font-size: 14px;
                                text-align: center;
                                text-transform: uppercase;
                                line-height: 53px;
                                letter-spacing: 0.2em;
                                border: 2px solid #ffffff;
                                transition: all 0.3s ease-in-out;
                            }
                                .ip_sp_item a:hover .ip_sp_more_dets {
                                    color: var(--body-font-color-dark);
                                    background-color: #ffffff;
                                }

/* HP FEATURED PROPERTIES */
.ip_dcluxe_featured_properties {
    padding: 100px 0 0;
    position: relative;
}
    .ip_dcluxe_featured_properties::before {
        width: 100%;
        max-width: 850px;
        height: 714px;
        content: '';
        position: absolute;
        pointer-events: none;
        top: -32px;
        left: 0;
        background-image: url(../../images/accent-logo.png);
        background-size: 100% auto;
        background-position: top right;
        background-repeat: no-repeat;
        opacity: 0.04;
        filter: invert(1);
    }
    .hp_featprop {

    }
        .ip_fp_left_wrap {

        }
            .ip_fp_title span::before {
                display: none;
            }
        .ip_fp_right_wrap {
            margin-top: 75px;
            text-align: right;
        }
            .ip_fp_more_btn a {
                width: 287px;
            }

        .ip_fp_slider_wrap {
            margin-top: 90px;
        }
            .ip_fp_slider {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                margin-left: -4.5px;
                margin-right: -4.5px;
            }
                .ip_fp_slider_01 {

                }
                .ip_fp_slider_02 {

                }
                    .ip_fp_item {
                        display: none;
                        padding: 0 4.5px 9px;
                    }
                        .ip_fp_item a {
                            width: 100%;
                            height: 100%;
                            display: block;
                            position: relative;
                        }
                            .ip_fp_item a::before {
                                width: 100%;
                                height: 344px;
                                content: '';
                                position: absolute;
                                z-index: 1;
                                bottom: 0;
                                left: 0;
                                background: rgb(0,0,0);
                                background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                                pointer-events: none;
                                transition: all 0.3s ease-in-out;
                                opacity: 0.7;
                            }
                                .ip_fp_item a:hover::before {
                                    opacity: 0;
                                }
                            .ip_fp_item a::after {
                                width: 100%;
                                height: 100%;
                                content: '';
                                position: absolute;
                                z-index: 3;
                                top: 0;
                                left: 0;
                                border: 8px solid #c8c8c8;
                                pointer-events: none;
                                transition: all 0.3s ease-in-out;
                                opacity: 0;
                            }
                                .ip_fp_item a:hover::after {
                                    opacity: 1;
                                }
                        .ip_fp_photo {
                            font-size: 0;
                            position: relative;
                        }
                            .ip_fp_photo::before {
                                width: 100%;
                                height: 100%;
                                content: '';
                                position: absolute;
                                z-index: 2;
                                top: 0;
                                left: 0;
                                background-image: url(../../images/accent-logo-hover.png);
                                background-size: cover;
                                background-position: top center;
                                background-repeat: no-repeat;
                                transition: all 0.3s ease-in-out;
                                opacity: 0;
                            }
                                .ip_fp_item:hover .ip_fp_photo::before {
                                    opacity: 1;
                                }
                            .ip_fp_photo canvas {
                                width: 100%;
                                height: auto;
                                display: block;
                            }
                            .ip_fp_photo img {
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                top: 0;
                                left: 0;
                                object-fit: cover;
                            }
                        .ip_fp_text {
                            width: 100%;
                            position: absolute;
                            z-index: 3;
                            bottom: 38px;
                            left: 0;
                            font-size: 0;
                            text-align: left;
                        }
                            .ip_fp_text_left {
                                width: 54.27%;
                                display: inline-block;
                                vertical-align: bottom;
                                color: #ffffff;
                                padding-left: 40px;
                                padding-bottom: 20px;
                                text-align: left;
                                border-bottom: 1px solid rgba(255,255,255,0.3);
                                position: relative;
                            }
                                .ip_fp_text_left::before {
                                    width: 30px;
                                    height: 1px;
                                    content: '';
                                    position: absolute;
                                    bottom: -1px;
                                    left: 40px;
                                    background-color: #ffffff;
                                }
                                .ip_fp_address {
                                    font-size: 14px;
                                    line-height: 20px;
                                    letter-spacing: 0.05em;
                                }
                                    .ip_fp_address span {
                                        display: block;
                                        margin-bottom: 3px;
                                        font-size: 18px;
                                    }
                                .ip_fp_price {
                                    margin-top: 15px;
                                    font-size: 24px;
                                    font-family: var(--Lora);
                                }
                                .ip_fp_details {
                                    height: 0;
                                    opacity: 0;
                                    transition: all 0.3s ease-in-out;
                                }
                                    .ip_fp_details span {
                                        display: inline-block;
                                        vertical-align: middle;
                                        padding: 0 10px;
                                        font-size: 14px;
                                        position: relative;
                                    }
                                        .ip_fp_details span::before {
                                            width: 1px;
                                            height: 12px;
                                            content: '';
                                            position: absolute;
                                            top: calc(50% - 6px);
                                            left: 0;
                                            background-color: #ffffff;
                                            opacity: 0.6;
                                        }
                                        .ip_fp_details span:first-child {
                                            padding-left: 0;
                                        }
                                            .ip_fp_details span:first-child::before {
                                                display: none;
                                            }
                                        .ip_fp_details span:last-child {
                                            padding-right: 0;
                                        }
                                        .ip_fp_item a:hover .ip_fp_details {
                                            height: auto;
                                            opacity: 1;
                                            margin-top: 20px;
                                        }
                            .ip_fp_text_right {
                                width: 45.73%;
                                display: inline-block;
                                vertical-align: bottom;
                                padding-right: 44px;
                                text-align: right;
                            }
                                .ip_fp_more_dets {
                                    width: 197px;
                                    max-width: 100%;
                                    height: 57px;
                                    display: inline-block;
                                    vertical-align: top;
                                    color: #ffffff;
                                    font-size: 14px;
                                    text-align: center;
                                    text-transform: uppercase;
                                    line-height: 53px;
                                    letter-spacing: 0.2em;
                                    border: 2px solid #ffffff;
                                    transition: all 0.3s ease-in-out;
                                }
                                    .ip_fp_item a:hover .ip_fp_more_dets {
                                        color: var(--body-font-color-dark);
                                        background-color: #ffffff;
                                    }

/* CTA */
.ip_fp_cta_wrap {
	padding: 80px 0 90px;
	text-align: center;
}
	.ip_fp_cta_wrap .custom_site_button {
		width: 100%;
	}
		.ip_fp_cta_wrap .custom_site_button a {
			width: 100%;
			height: 72px;
			font-size: 16px;
			line-height: 68px;
		}

#footer_wrap {
    position: relative;
    padding-top: 89px;
}
#footer_wrap::before,
#footer_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 89px;
    pointer-events: none;
}

#footer_wrap::before {
    left: 0;
    width: 100%;
    background-image: url('../../images/bg-content.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#footer_wrap::after {
    right: 0;
    width: 50%;
    background-color: var(--primary-color);
    opacity: .7;
}

/* MOBILE */
@media only screen and (max-width: 1440px) {
	.ip_about_photo,
	.ip_buyers_photo {
		margin-right: -100px;
	}
	.ip_sellers_photo {
	    margin-left: -100px;
	}
	.ip-dcluxe-sellers-list-title span {
		font-size: 30px;
	}
	.ip_sp_text_left,
	.ip_fp_text_left {
		padding-left: 20px;
	}
	.ip_sp_text_right,
	.ip_fp_text_right {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 1366px) {
	.ip_about_photo,
	.ip_buyers_photo {
		margin-right: -50px;
	}
	.ip_sellers_photo {
	    margin-left: -50px;
	}
	.ip-dcluxe-sellers-list {
		padding: 60px 40px;
	}
	#content .ip-dcluxe-sellers-list ul {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1280px) {
	.ip_sp_details span,
	.ip_fp_details span {
		font-size: 12px;
		padding: 0 5px;
	}
	.ip_sp_text_left,
	.ip_fp_text_left {
		padding-left: 15px;
	}
	.ip_sp_text_right,
	.ip_fp_text_right {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1199px) {
	.ip_about_photo,
	.ip_buyers_photo {
		margin-right: 0;
	}
	.ip_sellers_photo {
	    margin-left: 0;
	}
	.ip_about_text,
	.ip_buyers_text {
		padding-right: 0;
	}
	.ip_sellers_right {
		padding-left: 0;
	}
	.ip-dcluxe-sellers-list-title span {
	    font-size: 24px;
	}
	.ip_fp_more_dets {
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.dcluxe_header_logo {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
		.dcluxe_header_logo::before {
			display: none;
		}

	.ip-dcluxe-wrap {
		text-align: center;
	}
	.ip-dcluxe-about-wrap {
		padding-bottom: 50px;
	}

	.ip-dcluxe-sellers-wrap {
		padding-bottom: 50px;
	}
	.ip_sellers_right {
		margin-top: 60px;
	}
	.ip_sellers_left {
		margin-top: 40px;
	}
	.ip-dcluxe-sellers-list-title::before, .ip-dcluxe-sellers-list-title::after {
		display: none;
	}
	.ip-dcluxe-sellers-list-title {
		margin-top: 30px;
	}
	.ip-dcluxe-sellers-list-title span {
		width: 100%;
		line-height: 1.2;
	}
	.ip-dcluxe-sellers-box {
		margin-top: 50px;
		border-top: 2px solid var(--primary-color);
	}
	.ip-dcluxe-sellers-list {
		padding: 30px 20px;
	}
	#content .ip-dcluxe-sellers-list ul {
		width: 100% !important;
		text-align: left;
		padding-right: 0 !important;
	}
	.ip-dcluxe-sellers-list ul li br {
		display: none;
	}

	#hp_featprop_wrap {
		padding: 50px 0;
		text-align: center;
	}
	.ip_sp_right_wrap,
	.ip_fp_right_wrap {
		margin-top: 30px;
		text-align: center;
	}
	.ip_sp_slider_wrap,
	.ip_fp_slider_wrap {
		margin-top: 50px;
		padding: 0 10px;
	}
	.ip_sp_item a,
	.ip_fp_item a {
		max-width: 527px;
		margin: 0 auto;
	}
	.ip_sp_text,
	.ip_fp_text {
		bottom: 15px;
	}
	.ip_sp_text_left, .ip_sp_text_right,
	.ip_fp_text_left, .ip_fp_text_right {
		width: 100%;
		padding: 0 15px;
		text-align: center;
	}
	.ip_sp_text_left,
	.ip_fp_text_left {
		border: none;
	}
	.ip_sp_text_left::before,
	.ip_fp_text_left::before {
		display: none;
	}
	.ip_sp_price,
	.ip_fp_text_left::before {
		margin-top: 10px;
	}
	.ip_sp_text_right,
	.ip_fp_text_right {
		margin-top: 20px;
	}
	.ip_sp_details,
	.ip_fp_details {
		height: auto;
		opacity: 1;
		margin-top: 10px !important;
	}

	.ip_fp_cta_wrap {
		padding: 50px 0;
	}
	.ip_fp_cta_wrap .custom_site_button {
		margin: 10px auto;
	}
		.ip_fp_cta_wrap .custom_site_button a {
			max-width: 360px;
			margin: 0 auto;
		}

	.ip-banner canvas {
		min-height: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.custom_site_title h2, #content .custom_site_title h2 {
		font-size: 65px;
	}

	.ip-dcluxe-sellers-list {
		padding: 30px 10px; 
	}
	.ip-dcluxe-sellers-list ul li {
		padding-left: 35px;
		font-size: 15px;
    	line-height: 1.3;
	}
}

@media only screen and (max-width: 480px) {
	.custom_site_title h2, #content .custom_site_title h2 {
		font-size: 40px;
	}
	.ip_fp_more_btn, .ip_fp_more_btn a {
		max-width: 100%;
	}
	
}