/*
Theme Name: Majux Starter Theme
*/

/*--------------------------------------------------------------
# Add style overrides here
--------------------------------------------------------------*/

header#main .btn {
	width: 85%;
	white-space: nowrap;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/*
@media (min-width: 1600px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}*/

@media (max-width: 576px) {
	.attorney:hover .btn-primary { background: #c6c6c6; }
	.attorney .btn-primary:hover { background: var(--secondary-color); }
}
}