

/* Start:/local/components/visotatour/subscribe/templates/.default/style.css?1752775153588*/
.subscribe-wrap {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

	margin: 30px auto;

	font-size: 18px;
	font-weight: bold;

}

.subscribe-wrap > div { 
	width: 40%;
	min-width: 250px;
}

.subscribe-form input {
	padding: 5px 10px;
    font-size: 16px;
    border-radius: 20px;

}
.subscribe-form label {
	margin-bottom: 15px;
}

.subscribe-form input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.subscribe-form span {
	font-size: 14px;
	font-weight: normal;
}

.subscribe-wrap .subscribe-note {
	width: 100%;
	text-align: center;
}
/* End */
/* /local/components/visotatour/subscribe/templates/.default/style.css?1752775153588 */
