@media screen and (max-width: 1023px) and (min-width: 768px){
	.lia-search-form-wrapper {
	    padding: 0px 26% !important;
	}
}

@media screen and (width: 1024px) {
	.lia-search-form-wrapper {
	    padding: 0px 20% !important;
	}
} 

@media screen and (max-width: 432px) {
	.lia-user-status-anonymous #notification-wrapper .ask-question img { 
	    right: 115px !important; 
	 }
	.lia-user-status-anonymous .mobile-ask-a-question-text { 
	    width: 115px !important;
	}
}
@media screen and (max-width: 375px) {
	.lia-user-status-anonymous .mobile-ask-a-question-text {
	    width: 116px !important;
	}
	.lia-user-status-anonymous #notification-wrapper .ask-question img {
	    right: 111px !important;
	}
}
@media screen and (max-width: 320px) {
	.lia-user-status-anonymous #notification-wrapper .ask-question img {
	    right: 108px !important;
	}
	.lia-user-status-anonymous .mobile-ask-a-question-text {
	    width: 115px !important;
	}
}


