/**
* Override the rules generated with {Less} with pure {Css}
*/

.xt-form-error {
    border: 1px solid #b11d1a !important;
    outline: none;
    border-color: #b11d1a !important;
    box-shadow: 0px 0px 5px 2px #b11d1a !important
}

.xt-form-error[type="checkbox"] {
    /*
    outline: 1px solid #b11d1a !important;
    outline-offset: -1px;
    */
    background-color: #fcf8e3;
}

#header .header-top [data-id=contact-phone] .inner {
    padding-top: 5px;
    font-size: 14px;
}

#header .header-top [data-id=contact-phone] .inner span {
    display: block;
}

@media screen and (max-width: 767px) {
	#header .header-top [data-id=contact-phone] .inner span {
		display: inline;
	}
	
	#header .header-top [data-id=contact-phone] {
		padding-top: 0;
		padding-bottom: 10px;
	}
}