@media only screen and (min-width: 1400px) {
.btn-contact {
background-color: {settings.background_color}!important;
}
}
@media only screen and (max-width: 1400px) {
.btn-contact a {
background-color: {settings.background_color}!important;
}
}
@media only screen and (min-width: 1400px) {
.btn-contact:hover {
background-color: {settings.background_color_hover}!important;
}
}
@media only screen and (max-width: 1400px) {
.btn-contact a:hover {
background-color: {settings.background_color_hover}!important;
}
}
@media only screen and (min-width: 1400px) {
.btn-contact:hover p {
color: {settings.text_color_hover}!important;
}
.btn-contact:hover .icon {
background-color: {settings.text_color_hover}!important;
}
}
@media only screen and (max-width: 1400px) {
.btn-contact a:hover p {
color: {settings.text_color_hover}!important;
}
.btn-contact a:hover .icon {
background-color: {settings.text_color_hover}!important;
}
}