.ip-home-selling-workshop-top {
	padding: 20px 0 65px;
	background-color: #f6f6f6;
}
.ip-custom-breadcrumbs {
	color: #a7a7a7;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
	.ip-custom-breadcrumbs span.breadcrumb_last {
		color: #686868;
	}

.ip-home-selling-workshop-title {
	margin-top: 65px;
}
	.ip-home-selling-workshop-title h1 {
		color: #616161;
		font-size: 65px;
		font-weight: 700;
		text-transform: lowercase;
		letter-spacing: -0.025em;
	}
		.ip-home-selling-workshop-title h1 span {
			color: #abd26a;
		}

.ip-home-selling-workshop-wrapper .custom-container-big {
	width: 1555px !important;
	max-width: 100%;
}
	.ip-home-selling-workshop-left {
		/* width: 75.74%; */
		float: left;
		margin-top: 70px;
	}
		.ip-home-selling-workshop-left-title {
			color: #616161;
			font-size: 40px;
			font-weight: 700;
			margin-bottom: 60px;
			padding-bottom: 60px;
			border-bottom: 1px solid #d4d4d4;
		}
			.ip-home-selling-workshop-left-title span {
				text-transform: uppercase;
			}

		.ip-home-selling-workshop-section-01 {
			width: 100%;
			display: inline-block;
    		vertical-align: top;
			font-size: 0;
		}
			.ip-home-selling-workshop-video-thumb {
				width: 60.6%;
				display: inline-block;
				vertical-align: middle;
				position: relative;
			}
				.ip-home-selling-workshop-video-thumb canvas {
					width: 100%;
					height: auto;
					display: block;
					background-size: cover;
					background-position: center;
					background-repeat: no-repeat;
				}
				.ip-home-selling-workshop-video-thumb a::after {
				    content: '';
				    display: block;
				    position: absolute;
				    width: 100%;
				    height: 100%;
				    background: #000000;
				    z-index: 2;
				    opacity: 0.10;
				    top: 0;
				    left: 0;
				    -webkit-transition: all 0.35s ease-in-out;
				    -moz-transition: all 0.35s ease-in-out;
				    -o-transition: all 0.35s ease-in-out;
				    transition: all 0.35s ease-in-out;
				}
				.ip-home-selling-workshop-video-thumb a:hover::after {
				    opacity: 0.5;
				}
				.play-btn-02 {
					background: rgba(0,0,0,0.75);
				    border-radius: 3px;
				    position: absolute;
				    left: 18px;
				    bottom: 22px;
				    z-index: 3;
				    padding: 5px 10px 5px 5px;
				}
				.play-btn-02::before {
				    content: '';
				    display: inline-block;
				    vertical-align: middle;
				    width: 29px;
				    height: 20px;
				    background: url(../../images/home-selling/icon-video.png) no-repeat center center;
				    margin-right: 8px;
				}
			.ip-home-selling-workshop-video-text {
				width: 39.4%;
				display: inline-block;
				vertical-align: middle;
				padding: 55px;
				color: #616161;
				font-size: 24px;
				line-height: 34px;
			}

		.ip-home-selling-workshop-section-02 {
			width: 100%;
			display: inline-block;
    		vertical-align: top;
			font-size: 0;
			margin-top: 85px;
		}
			.ip-home-selling-workshop-section-text {
				width: 73.85%;
				display: block;
				vertical-align: top;
				color: #666666;
				font-size: 16px;
				font-weight: 300;
				line-height: 24px;
				letter-spacing: 0.06em;
				margin: 0 auto;
			}
				.ip-home-selling-workshop-section-02 .ip-home-selling-workshop-section-text {
					padding-left: 60px;
				}
				.ip-home-selling-workshop-subtitle {
					margin-bottom: 35px;
					color: #07628e;
					font-size: 36px;
					font-weight: 600;
					letter-spacing: 0;
				}
				.ip-home-selling-workshop-subtitle span {
				    display: block;
				    color: #666666;
				    font-size: 16px;
				    line-height: 2;
				    font-weight: 400;
				}
				ul.ip-home-selling-workshop-list {
					margin: 0;
					list-style: none;
				}
					ul.ip-home-selling-workshop-list li {
						margin-bottom: 30px;
						padding-left: 35px;
						position: relative;
					}
						ul.ip-home-selling-workshop-list li:before {
							width: 21px;
							height: 16px;
							content: '';
							position: absolute;
							top: 3px;
							left: 0;
							margin-right: 13px;
							background-image: url(../../images/home-selling/icon-check.png);
							background-size: cover;
							background-position: center;
							background-repeat: no-repeat;
						}
			.ip-home-selling-workshop-section-photo {
				width: 26.15%;
				display: inline-block;
				vertical-align: top;
			}
				.ip-home-selling-workshop-section-photo canvas {
					width: 100%;
					height: auto;
					display: block;
					background-size: cover;
					background-position: center;
					background-repeat: no-repeat;
				}

		.ip-home-selling-workshop-section-03 {
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-top: 60px;
			font-size: 0;
		}
			.ip-home-selling-workshop-section-03 .ip-home-selling-workshop-section-text {
				padding-left: 60px;
			}

		.ip-home-selling-workshop-section-04 {
			width: 70%;
			display: block;
			vertical-align: top;
			margin: 15px auto 0;
			font-size: 0;
		}
			.ip-home-selling-workshop-quote {
				width: 100%;
				max-width: 1140px;
				display: inline-block;
				vertical-align: top;
				padding: 25px 150px;
				border: 10px solid #abd26a;
				border-left: none;
				position: relative;
			}
				.ip-home-selling-workshop-quote:before {
					width: 10px;
					height: 54px;
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					background-color: #abd26a;
				}
				.ip-home-selling-workshop-quote:after {
					width: 10px;
					height: 54px;
					content: '';
					position: absolute;
					bottom: 0;
					left: 0;
					background-color: #abd26a;
				}
				.ip-home-selling-workshop-quote span {
					display: block;
					color: #28779d;
					font-size: 32px;
					font-weight: 500;
					line-height: 36px;
					text-align: center;
				}
				.ip-home-selling-workshop-quote i {
					position: absolute;
					top: 73px;
					left: -20px;
					color: #28779d;
					font-size: 153px;
					font-weight: 500;
					font-style: normal;
					line-height: 1;
					letter-spacing: 0.06em;
				}

		.ip-home-selling-workshop-section-05 {
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-top: 80px;
			font-size: 0;
			margin-bottom: 40px;
		}
			.ip-home-selling-workshop-events {
				width: 100%;
				display: inline-block;
				vertical-align: top;
			}
				.ip-home-selling-workshop-events-left {
					width: 23.92%;
					display: inline-block;
					vertical-align: top;
				}
					.ip-home-selling-workshop-register-events {
						width: 100%;
						display: inline-block;
						vertical-align: top;
						text-align: center;
					}
						.ip-home-selling-workshop-register-events a {
							width: 100%;
							height: 69px;
							display: inline-block;
							vertical-align: middle;
							position: relative;
							padding: 0 30px;
							color: #ffffff;
							font-size: 18px;
							font-weight: 700;
							background: #07628e;
						    background: -moz-linear-gradient(89deg, #07628e 0%, #086fa1 96%);
						    background: -webkit-linear-gradient(89deg, #07628e 0%,#086fa1 96%);
						    background: linear-gradient(89deg, #07628e 0%,#086fa1 96%);
						    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07628e', endColorstr='#086fa1',GradientType=0 );
						    border-radius: 5px;
						}
							.ip-home-selling-workshop-register-events a:hover {
								background: #abd26a;
							}
							.ip-home-selling-workshop-register-events a:before {
								width: 0%;
								height: 100%;
								content: '';
								display: inline-block;
								vertical-align: middle;
							}
							.ip-home-selling-workshop-register-events a:first-child {
								margin-bottom: 13px;
							}
							.ip-home-selling-workshop-register-events span {
								width: 100%;
								display: inline-block;
								vertical-align: middle;
								text-transform: uppercase;
								line-height: 1.2;
							}

				.ip-home-selling-workshop-upcoming-events {
					margin-top: 8px;
				}
				.ip-home-selling-workshop-right h2 span.subtitle {
				    display: block;
				    font-size: 18px;
				    margin-top: 5px;
				    color: #07628e;
   					 font-weight: 600;
				}
					.ip-home-selling-workshop-event-list {
						width: calc(100% / 3);
						/* max-width: 267px; */
						height: 100px;
						display: inline-block;
						vertical-align: top;
						border: 1px solid #bcd98d;
						background-color: #f0f0f0;
						margin: 0 0 22px 16px;
						padding: 2px;
					}
						.ip-home-selling-workshop-event-list:hover {
							background-color:#086F9F;
						}
						.ip-home-selling-workshop-event-list:hover .ip-home-selling-workshop-event-title span {
							color:#ffffff;
						}
						.ip-home-selling-workshop-event-date {
							width: 28%;
							/* max-width: 60px; */
							height: 100%;
							display: inline-block;
							vertical-align: middle;
							color: #07628e;
							font-size: 18px;
							font-weight: 600;
							text-align: center;
							text-transform: uppercase;
							background-color: #bfdc8f;
						}
							.ip-home-selling-workshop-event-date i {
								/* display: block; */
								font-style: normal;
							}
							.ip-home-selling-workshop-event-date:before {
								width: 0%;
								height: 100%;
								content: '';
								display: inline-block;
								vertical-align: middle;
							}
							.ip-home-selling-workshop-event-date span {
								/*width: 100%;*/
								display: inline-block;
								vertical-align: middle;
								line-height: 1.1;
							}

							.ip-home-selling-workshop-event-date > span {
							    width: 100%;
							    display: inline-block;
							    vertical-align: middle;
							    line-height: 1.1;
							    position: absolute;
							    left: 0;
							    top: 50%;
							    transform: translateY(-50%);
							}
							.ip-home-selling-workshop-event-date > span span {
								font-size: 10px;
							}

							.ip-home-selling-workshop-event-date {
								position: relative;
							}
						.ip-home-selling-workshop-event-time {
						    width: 46%;
						    max-width: 149px;
						    /* height: 100%; */
						    display: block;
						    vertical-align: middle;
						    color: #07628e;
						    font-size: 12px;
						    font-weight: 600;
						    text-align: center;
						    text-transform: uppercase;
						    background-color: #bfdc8f;
						}	
						.ip-home-selling-workshop-event-title {
							width: 72%;
							height: 100%;
							display: inline-block;
							vertical-align: middle;
							padding: 0 10px;
							position: relative;
						}
							.ip-home-selling-workshop-event-title:before {
								width: 0%;
								height: 100%;
								content: '';
								display: inline-block;
								vertical-align: middle;
							}
							.ip-home-selling-workshop-event-title span {
								width: 100%;
								display: inline-block;
								vertical-align: middle;
								font-size: 16px;
								font-weight: 600;
								line-height: 1.2;
								color: #07628e;
								text-align: left;
								overflow: hidden;
								text-overflow: ellipsis;
							}

				.ip-home-selling-workshop-events-right {
					width: 80%;
					display: inline-block;
					vertical-align: top;
					margin-left: 0;
				}
				
.ip-home-selling-workshop-right .ip-home-selling-workshop-event-title span {
    font-size: 16px;
}

	.ip-home-selling-workshop-right {
		/* width: 21.15%; */
		float: right;
		margin-top: -100px;
	}
		.ip-home-selling-workshop-right-events {
			padding: 25px;
			font-size: 0;
			background-color: #fbfbfb;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}
			.ip-home-selling-workshop-right h2 {
				color: #616161;
				font-size: 24px;
				font-weight: 600;
				margin-bottom: 10px;
				position: relative;
			}
				.ip-home-selling-workshop-right h2 span {
					color: #07628e;
				}
				.ip-home-selling-workshop-right h2::after {
				    content: '';
				    display: block;
				    width: 100%;
				    height: 7px;
				    margin-top: 15px;
				    background: url(../../images/line-accent-qs.png) no-repeat center center;
				}
			.ip-home-selling-workshop-right .ip-home-selling-workshop-event-list {
				width: 100%;
				margin: 0 0 9px;
			}
			.ip-home-selling-workshop-right .ip-home-selling-workshop-register-events {
				margin-top: 18px;
			}

			.ip-home-selling-workshop-right-events .ip-home-selling-workshop-register-events a {
				max-width: 267px;
			}

		.ip-home-selling-workshop-right .ip-home-selling-workshop-video-list {
			margin-top: 17px;
			padding: 40px 25px;
			font-size: 0;
			background-color: #fbfbfb;
			border-radius: 15px;
		}
			.ip-home-selling-workshop-right .ip-home-selling-workshop-video-list .vd-item {
				margin: 10px 0 0;
			}
			.ip-home-selling-workshop-right .ip-home-selling-workshop-video-list .vd-item .video-date {
				display: block;
				margin: 15px 0 0;
				color: #727272;
				font-size: 14px;
				font-weight: 300;
				letter-spacing: 0.2em;
				text-align: center;
			}
			.ip-home-selling-workshop-right .video-arrows {
				text-align: center;
				padding-top: 20px;
			}
			.ip-home-selling-workshop-right .video-arrows .site-slide-arrow {
				transform: rotate(90deg);
			}


	.ip-home-selling-blog {
		margin-top: 90px;
		padding: 45px 0 65px;
		background-color: #f6f6f6;
	}
		.ip-home-selling-blog .container {
			position: relative;
		}
		.ip-home-selling-blog .section-title-02 {
			margin-bottom: 35px;
			position: relative;
		}
			.ip-home-selling-blog .section-title-02::after {
			    content: '';
			    display: block;
			    position: absolute;
			    width: calc( (100vw - 1140px) / 2 + 100% - 150px );
			    height: 4px;
			    top: 65px;
			    right: 150px;
			    background: url(../../images/line-accent-fl.png) no-repeat center center / 100% 100%;
			}
			.ip-home-selling-blog .section-title-02 h2 {
				line-height: 45px;
				text-align: right;
			}
			.ip-home-selling-blog .section-title-02 h2 em {
				display: block;
			}

.ip-home-selling-workshop-register-events {
	display: none;
}

.ip-home-selling-workshop-event-list-item {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
	margin: 5px;
	border: 1px solid #abd26a;
	position: relative;
}

.ip-home-selling-desc {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	z-index: 1;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(155, 151, 150,.8);
	padding: 5px 0;
}

.ip-home-selling-desc span {
    font-size: 12px;
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: 500;
}

/* .ip-home-selling-workshop-event-list-item::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	left: 0;
	z-index: 0;
} */

.ip-home-selling-desc h2, .ip-home-selling-desc h3 {
    font-size: 13px;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
}

.ip-home-selling-desc h2 a:hover, .ip-home-selling-desc h3 a:hover {
    color: #fff;
}

.ip-home-selling-thumbs img {
	width: 100%;
}

.ip-home-selling-workshop-right .ip-home-selling-workshop-event-list-item {
	width: 100%;
	
}

.ip-home-selling-workshop-right .ip-home-selling-workshop-upcoming-events {
    text-align: center;
}


.ip-home-selling-workshop-section-05 .ip-home-selling-workshop-event-list:nth-child(3) .ip-home-selling-workshop-event-title span {
  /*   font-size: 11px; */
}


.ip-home-selling-workshop-right .ip-home-selling-workshop-event-list:nth-child(6) .ip-home-selling-workshop-event-title span {
    /* font-size: 11px; */
}
.page-template-template-home-selling-workshop .video-thumb canvas {	background-size: contain;}

/* RESPONSIVENESS */
@media only screen and (max-width: 1440px) {
	.ip-home-selling-workshop-left {
		padding-left: 15px;
	}
	.ip-home-selling-workshop-left-title {
		font-size: 33px;
	}
	.ip-home-selling-workshop-quote {
		padding: 25px 95px;
	}
	.ip-home-selling-workshop-register-events a {
		padding: 0 12px;
	}
	.ip-home-selling-workshop-events-left {
    	width: 20.92%;
    }
    .ip-home-selling-workshop-events-right {
    	width: 100%;
    }
    .ip-home-selling-workshop-event-list {
    	margin-left: 10px;
    }
}

@media only screen and (max-width: 1366px) {
	.ip-home-selling-workshop-events-left {
	    width: 15.92%;
	}
	.ip-home-selling-workshop-events-right {
	    width: 100%;
	}
	.ip-home-selling-workshop-event-date {
		width: 34%;
	}
	.ip-home-selling-workshop-event-title {
		width: 66%;
	}

	.ip-home-selling-workshop-title h1 {
	    font-size: 50px;
		padding-bottom: 70px;
	}

	.ip-home-selling-workshop-left-title {
		font-size: 30px;
	}

	.ip-home-selling-workshop-right .ip-home-selling-workshop-event-title span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1199px) {
	.ip-home-selling-workshop-left-title {
	    font-size: 25px;
	}
	
	.ip-home-selling-workshop-title h1 {
	    font-size: 45px;
	}
	
	.ip-home-selling-workshop-right {
		margin-top: -60px;
	}
	.ip-home-selling-workshop-event-date {
		width: 30%;
		font-size: 13px;
	}
	.ip-home-selling-workshop-event-title {
		width: 70%;
		padding-left: 5px;
	}
		.ip-home-selling-workshop-event-title span {
			font-size: 15px;
		}
	.ip-home-selling-workshop-register-events a {
		padding: 0;
		font-size: 14px;
	}
	.ip-home-selling-workshop-video-text {
		padding: 0 25px;
	}
	.ip-home-selling-workshop-subtitle {
		font-size: 29px;
		line-height: 1;
	}
	.ip-home-selling-workshop-quote {
		padding: 54px 60px;
	}
	.ip-home-selling-workshop-event-list {
		width: 30.33%;
	}
	.ip-home-selling-workshop-right .ip-home-selling-workshop-event-title span {
		font-size: 14px;
	}

	.ip-home-selling-workshop-right .ip-home-selling-workshop-event-title span {
		font-size: 10px;
	}
	.ip-home-selling-workshop-title h1 {
	    font-size: 50px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 991px) {
	.ip-home-selling-workshop-title h1 {
		text-align: center;
	}
	.ip-home-selling-workshop-left {
		width: 100%;
		padding: 0 15px;
		text-align: center;
		float: none;
	    display: inline-block;
	    vertical-align: top;
	}
	.ip-home-selling-workshop-video-thumb {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	.ip-home-selling-workshop-video-text {
		width: 100%;
		padding: 20px 0;
	}
	.ip-home-selling-workshop-section-text {
		width: 100%;
		padding: 0 !important;
	}
	.ip-home-selling-workshop-section-photo {
		width: 100%;
		max-width: 300px;
	}
	ul.ip-home-selling-workshop-list {
		text-align: left;
	}
	.ip-home-selling-workshop-section-03 .ip-home-selling-workshop-section-text {
		margin-top: 30px;
	}
	.ip-home-selling-workshop-events-left, .ip-home-selling-workshop-events-right {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
		display: block;
	}
	.ip-home-selling-workshop-register-events a {
		padding: 0 20px;
		font-size: 18px;
	}
	.ip-home-selling-workshop-event-list {
		width: 100%;
		margin: 5px 0;
		text-align: left;
	}
	.ip-home-selling-workshop-right {
	    width: 100%;
	    max-width: 300px;
	    margin: 0 auto;
	    float: none;
	    display: block;
	    text-align: center;
	}
	.ip-home-selling-workshop-right-events {
		display: none;
	}
	.ip-home-selling-workshop-right {
		text-align: center;
	}
	.ip-home-selling-workshop-title h1 {
		padding-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.ip-home-selling-workshop-title h1 {
		font-size: 40px;
	}
	.ip-home-selling-workshop-left-title {
		font-size: 25px;
	}
	.ip-home-selling-workshop-quote {
		padding: 20px;
	}
	.ip-home-selling-workshop-quote i {
		display: none;
	}
	.ip-home-selling-workshop-quote {
		border-left: 10px solid #abd26a;
	}
	.ip-home-selling-workshop-quote:before, .ip-home-selling-workshop-quote:after {
		display: none;
	}
	.ip-home-selling-workshop-quote span {
		font-size: 20px;
		line-height: 30px;
	}
}