@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

.widget_blog_subscription {
	display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F6F6F2;
    border-radius: 10px;
}
.widget_blog_subscription:after,
.widget_blog_subscription:before {
	content: '';
	width: 100%;
	height: 10px;
	display: block;
	background-image: repeating-linear-gradient(135deg, #F29B91 0px, #F09290 15px, transparent 15px, transparent 25px, #83B3DB 25px, #84ADCB 40px, transparent 40px, transparent 50px);
}

.widget_blog_subscription p {
	margin: 0;
	text-align: left;
}
.widget_blog_subscription p:first-child {
	margin: 30px 30px 15px;
	color: #83B3DB;
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	letter-spacing: 1px;
}
.widget_blog_subscription #subscribe-blog:before {
	content: '>>>>>';
	width: auto;
	height: auto;
	display: block;
	border: 2px solid rgba(242, 155, 145, 0.5);
	padding: 4px;
	position: absolute;
	top: 36px;
	right: -30px;
	color: rgba(242, 155, 145, 0.5);
	font-size: 28px;
	transform: rotate(17deg);
	font-weight: 400;
	text-decoration: underline;
	border-radius: 10px;
}
.widget_blog_subscription #subscribe-blog:after {
	content: '&';
	width: 50px;
	height: 50px;
	display: block;
	border: 4px double rgba(242, 155, 145, 0.5);
	padding: 10px;
	position: absolute;
	bottom: 30px;
	right: -10px;
	color: rgba(242, 155, 145, 0.5);
	font-size: 50px;
	transform: rotate(-30deg);
	font-weight: 400;
	border-radius: 99px;
	text-align: center;
	line-height: 50px;
}
.widget_blog_subscription input[type="text"] {
	margin: 2px 0px 2px 6px;
	color: #999;
	padding: 7px 10px !important;
	text-align: left;
	width: 100% !important;
	outline: none;
	border: 0;
	font-size: 14px;
	background-color: transparent;
	border-top: 1px solid #83B3DB;
	border-bottom: 1px solid #83B3DB;
	 font-family: monospace;
    transform-style: preserve-3d;
    text-transform: uppercase;
}
.widget_blog_subscription input[type="text"]::-webkit-input-placeholder {
	color: #d0d0d0;
}
.widget_blog_subscription input[type="text"]:-moz-placeholder {
	color: #d0d0d0;
}
.widget_blog_subscription input[type="text"]::-moz-placeholder {
	color: #d0d0d0;
}
.widget_blog_subscription input[type="text"]:-ms-input-placeholder {
	color: #d0d0d0;
}
.widget_blog_subscription input[type="text"]:hover {
	font-weight: 600;
    color: #3a526a;
    background-color: white;
    border-style: solid;
    border-color: #6a8c6e;
}
.widget_blog_subscription .btn-check {
	margin: 4px 5px 5px;
    background-color: #83B3DB;
    color: #fff;
    padding: 6px 8px !important;
    text-align: center;
    width: auto;
    max-width: 100%;
    outline: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
    box-shadow: 0px 0px 0px 5px #83B3DB;
}
.widget_blog_subscription .btn-check:hover {
	background-color: #F29B91;
	box-shadow: 0px 0px 0px 5px #F29B91;
}

/* Option B */
.option-b.widget_blog_subscription {
	background-color: #fffbf0;
}
.option-b.widget_blog_subscription:after,
.option-b.widget_blog_subscription:before {
	content: '';
	width: 100%;
	height: 10px;
	display: block;
	background-image: repeating-linear-gradient(135deg, #eb5f5f 0px, #eb5f5f 15px, transparent 15px, transparent 25px, #8ac26d 25px, #8ac26d 40px, transparent 40px, transparent 50px);
}
.option-b.widget_blog_subscription p:first-child {
	color: #8ac26d;
}
.option-b.widget_blog_subscription input[type="text"] {
	border-top: 1px solid #8ac26d;
	border-bottom: 1px solid #8ac26d;
}
.option-b.widget_blog_subscription .btn-check {
	background-color: #8ac26d;
	box-shadow: 0px 0px 0px 5px #8ac26d;
}
.option-b.widget_blog_subscription .btn-check:hover {
	background-color: #eb5f5f;
	box-shadow: 0px 0px 0px 5px #eb5f5f;
}
.option-b.widget_blog_subscription #subscribe-blog:before {
	content: '*-* *-* *';
	width: auto;
	height: auto;
	display: block;
	border: 2px solid rgba(138, 194, 109, 0.4);
	padding: 4px;
	position: absolute;
	top: 36px;
	right: -30px;
	color: rgba(138, 194, 109, 0.4);
	font-size: 28px;
	transform: rotate(17deg);
	font-weight: 400;
	text-decoration: underline;
	border-radius: 10px;
}
.option-b.widget_blog_subscription #subscribe-blog:after {
	content: '*';
	width: 50px;
	height: 50px;
	display: block;
	border: 4px double rgba(138, 194, 109, 0.4);
	padding: 10px;
	position: absolute;
	bottom: 30px;
	right: -10px;
	color: rgba(138, 194, 109, 0.4);
	font-size: 120px;
	transform: rotate(-30deg);
	font-weight: 400;
	border-radius: 99px;
	text-align: center;
	line-height: 94px;
	vertical-align: middle;
}



