90% finishes

This commit is contained in:
2026-02-14 03:17:27 -05:00
parent 885a421352
commit ad8b40da24
8 changed files with 1868 additions and 77 deletions

View File

@@ -47,13 +47,13 @@ body {
}
a {
color: #F14E95;
color: #D77021;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
a:hover, a:active, a:focus {
color: #F14E95;
color: #D77021;
outline: none;
text-decoration: none;
}
@@ -71,17 +71,17 @@ h1, h2, h3, h4, h5, h6, figure {
::-webkit-selection {
color: #fff;
background: #F14E95;
background: #D77021;
}
::-moz-selection {
color: #fff;
background: #F14E95;
background: #D77021;
}
::selection {
color: #fff;
background: #F14E95;
background: #D77021;
}
.fh5co-nav {
@@ -196,7 +196,7 @@ h1, h2, h3, h4, h5, h6, figure {
color: #fff;
}
.fh5co-nav ul li.btn-cta a {
color: #F14E95;
color: #D77021;
}
.fh5co-nav ul li.btn-cta a span {
background: #fff;
@@ -768,7 +768,7 @@ h1, h2, h3, h4, h5, h6, figure {
display: inline-block;
zoom: 1;
*display: inline;
color: #F14E95;
color: #D77021;
padding-left: 10px;
padding-right: 10px;
}
@@ -787,7 +787,7 @@ h1, h2, h3, h4, h5, h6, figure {
position: relative;
}
.fh5co-contact-info ul li:before {
color: #F14E95;
color: #D77021;
position: absolute;
left: 0;
top: .05em;
@@ -879,7 +879,7 @@ form label {
.fh5co-cover .display-tc .btn {
padding: 15px 20px;
background: #fff !important;
color: #F14E95;
color: #D77021;
border: none !important;
font-size: 14px;
text-transform: uppercase;
@@ -1043,7 +1043,7 @@ form label {
font-size: 20px;
background: #fff;
padding: 20px;
color: #F14E95;
color: #D77021;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
@@ -1066,7 +1066,7 @@ form label {
}
.couple-half h3 {
font-family: "Sacramento", Arial, serif;
color: #F14E95;
color: #D77021;
font-size: 30px;
}
.couple-half .groom, .couple-half .bride {
@@ -1159,7 +1159,7 @@ form label {
height: 90px;
font-size: 40px;
line-height: 40px;
color: #F14E95;
color: #D77021;
}
.feature-center p, .feature-center h3 {
margin-bottom: 30px;
@@ -1181,7 +1181,7 @@ form label {
margin-bottom: 10px;
line-height: 1.5;
font-weight: bold;
color: #F14E95;
color: #D77021;
font-family: "Sacramento", Arial, serif;
}
@media screen and (max-width: 768px) {
@@ -1216,7 +1216,7 @@ form label {
display: block;
}
#fh5co-testimonial .wrap-testimony .testimony-slide span a.twitter {
color: #F14E95;
color: #D77021;
font-weight: 300;
}
#fh5co-testimonial .wrap-testimony .testimony-slide figure {
@@ -1308,7 +1308,7 @@ form label {
display: table-cell;
vertical-align: middle;
font-size: 30px;
color: #F14E95;
color: #D77021;
}
.feature-left .feature-copy {
float: left;
@@ -1374,7 +1374,7 @@ form label {
#fh5co-started .btn {
height: 54px;
border: none !important;
background: #F14E95;
background: #D77021;
color: #fff;
font-size: 16px;
text-transform: uppercase;
@@ -1418,7 +1418,7 @@ form label {
}
.owl-carousel .owl-controls .owl-dot.active span {
background: transparent;
border: 2px solid #F14E95;
border: 2px solid #D77021;
}
#fh5co-offcanvas {
@@ -1671,9 +1671,9 @@ form label {
}
.btn-primary {
background: #F14E95;
background: #D77021;
color: #fff;
border: 2px solid #F14E95;
border: 2px solid #D77021;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background: #f366a3 !important;
@@ -1681,11 +1681,11 @@ form label {
}
.btn-primary.btn-outline {
background: transparent;
color: #F14E95;
border: 2px solid #F14E95;
color: #D77021;
border: 2px solid #D77021;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
background: #F14E95;
background: #D77021;
color: #fff;
}
@@ -1815,7 +1815,7 @@ form label {
.form-control:active, .form-control:focus {
outline: none;
box-shadow: none;
border-color: #F14E95;
border-color: #D77021;
}
.row-pb-md {