/** Subscribers */
.subscriber-drive-container {
	position: fixed;
	bottom: 0;
	background-color: #fff9ed;
	width: 100%;
	height: 400px;
	border: 5px #000 solid;
	justify-content: center;
	z-index: 100000;
	/* display: flex; */
	display: none;
}

.subscriber-drive-wraper-container {
	width: 80%;
	max-width: 1060px;
}

.subscriber-drive-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-height: 400px;
}

.subscriber-drive-left {
		margin: 10px;
		flex: 0 0 66%;
}

.subscriber-drive-right {	
	margin: 10px;
	flex: 0 0 27%;
}

.subscriber-drive-left h3 {
	font-family: adobe-caslon-pro, serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 48px;
}

.subscriber-drive-left p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.subscriber-drive-right {
	margin: 30px 10px 10px 10px;
    display: block;
	text-align: center;
}

.subscriber-drive-right a img {
	/* height: 75%; */
	width: 144px;
}

div.subscriber-drive-close {
    content: "x";
    position: absolute;
    right: 10px;
    bottom: 332px;
    font-size: 51px;
    font-weight: bold;
    z-index: 1001;
}

div.subscriber-drive-close a.subscriber-drive-close {
	color: #000;
	text-decoration: none;
}

@media all and (min-width: 1400px) {
	.subscriber-drive-wraper-container {
		max-width: 60%;
	}
}

@media all and (max-width: 800px) {
	.subscriber-drive-wraper-container {
		width: 100%;
	}
	.subscriber-drive-left h3 {
		font-size: 27px;
		line-height: 34px;
	}
	.subscriber-drive-left p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media all and (max-width: 500px) {
	.subscriber-drive-container {
		/* display: block; */
		height: 375px;
	}
	.subscriber-drive-wrapper {
		flex-direction: column;
		max-height: 500px;
	}
	.subscriber-drive-left, 
	.subscriber-drive-right {	
		margin: 10px;
		margin-bottom: 0;
	}
	.subscriber-drive-left {
		flex: 1 0 66%;
	}
	.subscriber-drive-right {
		flex: 0 1 50%;
		display: flex;
		align-items: center;
		margin-top: 0;
	}

	.subscriber-drive-bottom {
		display: flex;
		justify-content: center;
	}

	.subscriber-drive-left h3 {
		font-size: 20px;
		line-height: 26px;
		margin-top: 0;
	}
	.drive-text-sub {
		display: none;
	}
	.subscriber-drive-left p {
		font-size: 12px;
		line-height: 23px;
	}

	.subscriber-drive-right a {
		flex: 0 0 50%;
	}

	.subscriber-drive-right a img {
		height: 130px;
		width: auto;
	}
	.subscriber-drive-right p {
		font-size: 18px;
	}
	div.subscriber-drive-close {
		right: 4px;
		bottom: 331px;
		font-size: 30px;
	}
}

@media all and (min-width: 650px)  and (max-height: 420px) {
	.subscriber-drive-container {
		/* display: block; */
		height: 300px;
	}

	.subscriber-drive-left h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.subscriber-drive-left p {
		font-size: 12px;
		line-height: 22px;
	}

	div.subscriber-drive-close {
		right: 4px;
		bottom: 255px;
		font-size: 30px;
	}
}
