Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -69,6 +69,19 @@ header#main-header {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo-image-container {
|
||||||
|
img {
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.google-reviews {
|
||||||
|
img {
|
||||||
|
max-width: 80px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -190,6 +203,28 @@ nav.main-nav {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.extra-link {
|
||||||
|
position: relative;
|
||||||
|
background: #ffd024;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 8px 24px;
|
||||||
|
|
||||||
|
max-width: fit-content;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 20px;
|
||||||
|
text-shadow: none;
|
||||||
|
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.42857;
|
||||||
|
color: #2a2a2a;
|
||||||
|
transition: all 250ms ease-in-out;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: #ffe37c;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -811,6 +846,14 @@ section[id='197683748'] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.btn-block {
|
||||||
|
display: block;
|
||||||
|
max-width: fit-content;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -867,6 +910,51 @@ div[id='widget197683900'] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#contact-box {
|
||||||
|
.section-header {
|
||||||
|
.sh-inner {
|
||||||
|
&:after {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.section-content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
|
.c-col-1 {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 290px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
max-width: fit-content;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.c-col-2 {
|
||||||
|
padding-left: 30px;
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.c-col-1 {
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
|
.c-col-2 {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
body[data-pageid='5353170'] {
|
body[data-pageid='5353170'] {
|
||||||
main#mainCol {
|
main#mainCol {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user