/*  -----------------------------------------------
	-----------------------------------------------
		TMv3 Local Custom Styles - Clever Age 
		Version 1
		Last Update : 10/03/2017
	-----------------------------------------------
	----------------------------------------------- */

element.style {
    margin-bottom: 30px;
    font-size: 11px;
    color: #000;
}



@media only screen and (max-width: 761px) {



        .circle-unique-code-header .right-ct {
            margin-bottom: 0;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 0;
            position: relative;
            top: 175px;
            width: 100%;
            border-bottom: 5px solid #000;
            min-height: 155px;
        }


}

/* =========================
CFC-2087
[TMGDEV3] R3 - Correct the template for newsletter-landing-page
========================= */

.container {
    font-family: 'MBEmpireLight', Arial, Serif;
}
 
@media only screen and (max-width: 761px) {
    .newsletter-form-container {
        padding: 0;
    }
}
 
.newsletter-form-2-container {
    margin-bottom: 30px;
}
 
.newsletter-form-2-container .subscribe-info {
    line-height: 25px;
    font-size: 13px;
}
 
.newsletter-landing-img {
    width: 100%;
}
 
.newsletter-form-2-container .newsletter-form-2-button {
    border: 1px solid #000;
    min-width: 240px;
}
 
.newsletter-form-2-container .newsletter-form-2-button:hover {
    border: 1px solid #5b94db;
}
 
.newsletter-success-content {
    padding-top: 25px;
}
