#wrapper {
	max-width: 800px;
	width: 90%;
	margin: 100px auto auto;
	text-align: center;
}

.miha-cta-button {
	
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}


.miha-cta-button a{

	background: orange;
	border-radius: 5px;
	color: #ffffff;
	font: 18px Arial, Helvetica, Geneva, sans-serif;
	padding: 15px 40px;
	text-decoration: none;
	width: auto;
	transition: 0.5s;
} 



.miha-cta-button a:hover{
	background: #D35131;
}

/*  Форма подписки */

.miha-subscribe {
	display: block;
	background-color: #D35131;
	min-width: 300px;
	width: auto;
	max-width: 800px;
	padding: 20px;	
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	cursor: pointer;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.miha-subscribe {
		width: 100%;
		text-align: center;
	}
}

.miha-subscribe div {
	
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.miha-subscribe div {	
		font-size: 20px;
	}
}

.miha-subscribe p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.miha-subscribe input[type="email"],
.miha-subscribe input[type="text"] {
	width: 25%;
	max-width: 300px;
	height: 42px;
	font-size: 14px;
	padding: 0 15px;
	font-weight: 200;
	line-height: 42px;
	background-color: #fff;
	margin-top: 10px;

}

.miha-subscribe button {
	width: 30%;
	max-width: 300px;
	height: 41px;
    font-size: 18px;
    
    background-color: #ff8e41;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
	border-style: none;
	transition: 1s;
	border: 0;
	box-shadow: 0 1px 0 0 #BC5F10,inset 0 1px 0 0 rgba(255,255,255,.5);
	margin-left: 20px;
}

.miha-subscribe button:hover {	
	background-color: #f7a03b;
	-moz-box-shadow: 0 0 1px #ffffff;
	box-shadow: 0 0 10px #ffffff;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.miha-subscribe button, .miha-subscribe input[type="text"] {
		width: 100%;
		margin: 10px 0 0;
	}
}
