|
@@ -413,7 +413,7 @@ body .arrow:hover {
|
|
|
margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
-#contact-us #contact-form #facebook {
|
|
|
+#contact-us #contact-form #fb-button {
|
|
|
border-radius: 3px;
|
|
|
margin: 15px auto;
|
|
|
width: 85vw;
|
|
@@ -426,7 +426,7 @@ body .arrow:hover {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-#contact-us #contact-form #facebook p {
|
|
|
+#contact-us #contact-form #fb-button p {
|
|
|
position: absolute;
|
|
|
right: 2vw;
|
|
|
font-weight: normal;
|
|
@@ -434,7 +434,7 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
- #contact-us #contact-form #facebook p {
|
|
|
+ #contact-us #contact-form #fb-button p {
|
|
|
top: 2vw;
|
|
|
right: 10vw;
|
|
|
font-size: 20px;
|
|
@@ -442,13 +442,13 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
- #contact-us #contact-form #facebook p {
|
|
|
+ #contact-us #contact-form #fb-button p {
|
|
|
top: 4vw;
|
|
|
right: 1vw;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#contact-us #contact-form #facebook img {
|
|
|
+#contact-us #contact-form #fb-button img {
|
|
|
position: absolute;
|
|
|
left: 30px;
|
|
|
top: 15px;
|
|
@@ -458,16 +458,16 @@ body .arrow:hover {
|
|
|
filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
|
|
|
}
|
|
|
|
|
|
-#contact-us #contact-form #facebook:hover {
|
|
|
+#contact-us #contact-form #fb-button:hover {
|
|
|
background-color: #2a4f91;
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-#contact-us #contact-form #facebook:hover p {
|
|
|
+#contact-us #contact-form #fb-button:hover p {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-#contact-us #contact-form #facebook:hover img {
|
|
|
+#contact-us #contact-form #fb-button:hover img {
|
|
|
-webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
|
|
|
filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
|
|
|
}
|