CSS cleanup and update dependencies

This commit is contained in:
David Miller 2017-05-08 14:57:42 -04:00
parent 50616c3b88
commit c5676d6196
13 changed files with 417 additions and 424 deletions

View File

@ -5,7 +5,7 @@
*/ */
body { body {
overflow-x: hidden; overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; } font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
p { p {
line-height: 1.75; } line-height: 1.75; }
@ -21,9 +21,9 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 700;
text-transform: uppercase; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700; } text-transform: uppercase; }
section { section {
padding: 100px 0; } padding: 100px 0; }
@ -33,23 +33,23 @@ section {
margin-bottom: 15px; } margin-bottom: 15px; }
section h3.section-subheading { section h3.section-subheading {
font-size: 16px; font-size: 16px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: none;
font-style: italic;
font-weight: 400; font-weight: 400;
margin-bottom: 75px; } font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
@media (min-width: 768px) { @media (min-width: 768px) {
section { section {
padding: 150px 0; } } padding: 150px 0; } }
::-moz-selection { ::-moz-selection {
text-shadow: none; background: #fed136;
background: #fed136; } text-shadow: none; }
::selection { ::selection {
text-shadow: none; background: #fed136;
background: #fed136; } text-shadow: none; }
img::selection { img::selection {
background: transparent; } background: transparent; }
@ -63,133 +63,133 @@ body {
#mainNav { #mainNav {
background-color: #222222; } background-color: #222222; }
#mainNav .navbar-toggler { #mainNav .navbar-toggler {
border: 0;
color: white;
background-color: #fed136;
font-size: 12px; font-size: 12px;
text-transform: uppercase; right: 0;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
padding: 13px; padding: 13px;
right: 0; } text-transform: uppercase;
color: white;
border: 0;
background-color: #fed136;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .container { #mainNav .container {
padding: 0; } padding: 0; }
#mainNav .container .navbar-brand { #mainNav .container .navbar-brand {
color: #fed136; color: #fed136;
font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive; } font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .container .navbar-brand:hover, #mainNav .container .navbar-brand:focus, #mainNav .container .navbar-brand:active, #mainNav .container .navbar-brand.active { #mainNav .container .navbar-brand:hover, #mainNav .container .navbar-brand:focus, #mainNav .container .navbar-brand:active, #mainNav .container .navbar-brand.active {
color: #fec503; } color: #fec503; }
#mainNav .container .navbar-nav .nav-item .nav-link { #mainNav .container .navbar-nav .nav-item .nav-link {
font-size: 90%; font-size: 90%;
padding: 0.75em 0;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 400; font-weight: 400;
padding: .75em 0;
letter-spacing: 1px; letter-spacing: 1px;
color: white; } color: white;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
#mainNav .container .navbar-nav .nav-item .nav-link:hover, #mainNav .container .navbar-nav .nav-item .nav-link.active { #mainNav .container .navbar-nav .nav-item .nav-link:hover, #mainNav .container .navbar-nav .nav-item .nav-link.active {
color: #fed136; } color: #fed136; }
@media (min-width: 992px) { @media (min-width: 992px) {
#mainNav { #mainNav {
background-color: transparent;
padding: 25px 0; padding: 25px 0;
-webkit-transition: padding 0.3s; -webkit-transition: padding .3s;
-moz-transition: padding 0.3s; -moz-transition: padding .3s;
transition: padding 0.3s; transition: padding .3s;
border: none; } border: none;
background-color: transparent; }
#mainNav .navbar-brand { #mainNav .navbar-brand {
font-size: 1.75em; font-size: 1.75em;
-webkit-transition: all 0.3s; -webkit-transition: all .3s;
-moz-transition: all 0.3s; -moz-transition: all .3s;
transition: all 0.3s; } transition: all .3s; }
#mainNav .navbar-nav .nav-item .nav-link { #mainNav .navbar-nav .nav-item .nav-link {
padding: 1.1em 1em !important; } padding: 1.1em 1em !important; }
#mainNav.navbar-shrink { #mainNav.navbar-shrink {
background-color: #222222; padding: 0;
padding: 0; } background-color: #222222; }
#mainNav.navbar-shrink .navbar-brand { #mainNav.navbar-shrink .navbar-brand {
padding: 12px 0; font-size: 1.25em;
font-size: 1.25em; } } padding: 12px 0; } }
header.masthead { header.masthead {
text-align: center;
color: white;
background-image: url("../img/header-bg.jpg"); background-image: url("../img/header-bg.jpg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: scroll; background-attachment: scroll;
background-position: center center; background-position: center center;
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
background-size: cover;
-o-background-size: cover; -o-background-size: cover;
text-align: center; background-size: cover; }
color: white; }
header.masthead .intro-text { header.masthead .intro-text {
padding-top: 100px; padding-top: 100px;
padding-bottom: 50px; } padding-bottom: 50px; }
header.masthead .intro-text .intro-lead-in { header.masthead .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 22px; font-size: 22px;
font-style: italic;
line-height: 22px; line-height: 22px;
margin-bottom: 25px; } margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading { header.masthead .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 50px; font-size: 50px;
font-weight: 700;
line-height: 50px; line-height: 50px;
margin-bottom: 25px; } margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
@media (min-width: 768px) { @media (min-width: 768px) {
header.masthead .intro-text { header.masthead .intro-text {
padding-top: 300px; padding-top: 300px;
padding-bottom: 200px; } padding-bottom: 200px; }
header.masthead .intro-text .intro-lead-in { header.masthead .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 40px; font-size: 40px;
font-style: italic;
line-height: 40px; line-height: 40px;
margin-bottom: 25px; } margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading { header.masthead .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 75px; font-size: 75px;
font-weight: 700;
line-height: 75px; line-height: 75px;
margin-bottom: 50px; } } margin-bottom: 50px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; } }
.service-heading { .service-heading {
margin: 15px 0; margin: 15px 0;
text-transform: none; } text-transform: none; }
#portfolio .portfolio-item { #portfolio .portfolio-item {
margin: 0 0 15px; right: 0;
right: 0; } margin: 0 0 15px; }
#portfolio .portfolio-item .portfolio-link { #portfolio .portfolio-item .portfolio-link {
cursor: pointer;
display: block;
position: relative; position: relative;
display: block;
max-width: 400px; max-width: 400px;
margin: 0 auto; } margin: 0 auto;
cursor: pointer; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover { #portfolio .portfolio-item .portfolio-link .portfolio-hover {
background: rgba(254, 209, 54, 0.9);
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
opacity: 0; opacity: 0;
transition: all ease 0.5s; background: rgba(254, 209, 54, 0.9); }
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1; } opacity: 1; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content { #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
font-size: 20px;
position: absolute; position: absolute;
top: 50%;
width: 100%; width: 100%;
height: 20px; height: 20px;
font-size: 20px;
text-align: center;
top: 50%;
margin-top: -12px; margin-top: -12px;
text-align: center;
color: white; } color: white; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i { #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px; } margin-top: -12px; }
@ -199,17 +199,17 @@ header.masthead {
#portfolio .portfolio-item .portfolio-caption { #portfolio .portfolio-item .portfolio-caption {
max-width: 400px; max-width: 400px;
margin: 0 auto; margin: 0 auto;
background-color: white; padding: 25px;
text-align: center; text-align: center;
padding: 25px; } background-color: white; }
#portfolio .portfolio-item .portfolio-caption h4 { #portfolio .portfolio-item .portfolio-caption h4 {
text-transform: none; margin: 0;
margin: 0; } text-transform: none; }
#portfolio .portfolio-item .portfolio-caption p { #portfolio .portfolio-item .portfolio-caption p {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 16px; font-size: 16px;
margin: 0; } font-style: italic;
margin: 0;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
#portfolio * { #portfolio * {
z-index: 2; } z-index: 2; }
@ -219,32 +219,32 @@ header.masthead {
margin: 0 0 30px; } } margin: 0 0 30px; } }
.portfolio-modal .modal-dialog { .portfolio-modal .modal-dialog {
margin: 0; max-width: none;
height: 100%; height: 100%;
max-width: none; } margin: 0; }
.portfolio-modal .modal-content { .portfolio-modal .modal-content {
min-height: 100%;
padding: 100px 0;
text-align: center;
border: none;
border-radius: 0; border-radius: 0;
background-clip: border-box; background-clip: border-box;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none; }
border: none;
min-height: 100%;
padding: 100px 0;
text-align: center; }
.portfolio-modal .modal-content h2 { .portfolio-modal .modal-content h2 {
margin-bottom: 15px; font-size: 3em;
font-size: 3em; } margin-bottom: 15px; }
.portfolio-modal .modal-content p { .portfolio-modal .modal-content p {
margin-bottom: 30px; } margin-bottom: 30px; }
.portfolio-modal .modal-content p.item-intro { .portfolio-modal .modal-content p.item-intro {
margin: 20px 0 30px; font-size: 16px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic; font-style: italic;
font-size: 16px; } margin: 20px 0 30px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.portfolio-modal .modal-content ul.list-inline { .portfolio-modal .modal-content ul.list-inline {
margin-bottom: 30px; margin-top: 0;
margin-top: 0; } margin-bottom: 30px; }
.portfolio-modal .modal-content img { .portfolio-modal .modal-content img {
margin-bottom: 30px; } margin-bottom: 30px; }
.portfolio-modal .modal-content button { .portfolio-modal .modal-content button {
@ -252,108 +252,108 @@ header.masthead {
.portfolio-modal .close-modal { .portfolio-modal .close-modal {
position: absolute; position: absolute;
width: 75px;
height: 75px;
background-color: transparent;
top: 25px; top: 25px;
right: 25px; right: 25px;
cursor: pointer; } width: 75px;
.portfolio-modal .close-modal:hover {
opacity: 0.3; }
.portfolio-modal .close-modal .lr {
height: 75px; height: 75px;
cursor: pointer;
background-color: transparent; }
.portfolio-modal .close-modal:hover {
opacity: .3; }
.portfolio-modal .close-modal .lr {
/* Safari and Chrome */
z-index: 1051;
width: 1px; width: 1px;
height: 75px;
margin-left: 35px; margin-left: 35px;
background-color: #222222;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
/* IE 9 */ /* IE 9 */
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
/* Safari and Chrome */ -ms-transform: rotate(45deg);
z-index: 1051; } transform: rotate(45deg);
background-color: #222222; }
.portfolio-modal .close-modal .lr .rl { .portfolio-modal .close-modal .lr .rl {
height: 75px; /* Safari and Chrome */
z-index: 1052;
width: 1px; width: 1px;
background-color: #222222; height: 75px;
transform: rotate(90deg);
-ms-transform: rotate(90deg);
/* IE 9 */ /* IE 9 */
-webkit-transform: rotate(90deg); -webkit-transform: rotate(90deg);
/* Safari and Chrome */ -ms-transform: rotate(90deg);
z-index: 1052; } transform: rotate(90deg);
background-color: #222222; }
.portfolio-modal .modal-backdrop { .portfolio-modal .modal-backdrop {
opacity: 0; display: none;
display: none; } opacity: 0; }
.timeline { .timeline {
list-style: none; position: relative;
padding: 0; padding: 0;
position: relative; } list-style: none; }
.timeline:before { .timeline:before {
position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
position: absolute;
content: "";
width: 2px;
background-color: #f1f1f1;
left: 40px; left: 40px;
margin-left: -1.5px; } width: 2px;
margin-left: -1.5px;
content: '';
background-color: #f1f1f1; }
.timeline > li { .timeline > li {
margin-bottom: 50px;
position: relative; position: relative;
min-height: 50px; } min-height: 50px;
margin-bottom: 50px; }
.timeline > li:before, .timeline > li:after { .timeline > li:before, .timeline > li:after {
content: " "; display: table;
display: table; } content: ' '; }
.timeline > li:after { .timeline > li:after {
clear: both; } clear: both; }
.timeline > li .timeline-panel { .timeline > li .timeline-panel {
width: 100%;
float: right;
padding: 0 20px 0 100px;
position: relative; position: relative;
float: right;
width: 100%;
padding: 0 20px 0 100px;
text-align: left; } text-align: left; }
.timeline > li .timeline-panel:before { .timeline > li .timeline-panel:before {
border-left-width: 0; right: auto;
border-right-width: 15px;
left: -15px; left: -15px;
right: auto; } border-right-width: 15px;
border-left-width: 0; }
.timeline > li .timeline-panel:after { .timeline > li .timeline-panel:after {
border-left-width: 0; right: auto;
border-right-width: 14px;
left: -14px; left: -14px;
right: auto; } border-right-width: 14px;
border-left-width: 0; }
.timeline > li .timeline-image { .timeline > li .timeline-image {
left: 0;
margin-left: 0;
width: 80px;
height: 80px;
position: absolute; position: absolute;
z-index: 100; z-index: 100;
background-color: #fed136; left: 0;
width: 80px;
height: 80px;
margin-left: 0;
text-align: center;
color: white; color: white;
border-radius: 100%;
border: 7px solid #f1f1f1; border: 7px solid #f1f1f1;
text-align: center; } border-radius: 100%;
background-color: #fed136; }
.timeline > li .timeline-image h4 { .timeline > li .timeline-image h4 {
font-size: 10px; font-size: 10px;
margin-top: 12px; line-height: 14px;
line-height: 14px; } margin-top: 12px; }
.timeline > li.timeline-inverted > .timeline-panel { .timeline > li.timeline-inverted > .timeline-panel {
float: right; float: right;
text-align: left; padding: 0 20px 0 100px;
padding: 0 20px 0 100px; } text-align: left; }
.timeline > li.timeline-inverted > .timeline-panel:before { .timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0; right: auto;
border-right-width: 15px;
left: -15px; left: -15px;
right: auto; } border-right-width: 15px;
border-left-width: 0; }
.timeline > li.timeline-inverted > .timeline-panel:after { .timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0; right: auto;
border-right-width: 14px;
left: -14px; left: -14px;
right: auto; } border-right-width: 14px;
border-left-width: 0; }
.timeline > li:last-child { .timeline > li:last-child {
margin-bottom: 0; } margin-bottom: 0; }
.timeline .timeline-heading h4 { .timeline .timeline-heading h4 {
@ -369,26 +369,26 @@ header.masthead {
.timeline:before { .timeline:before {
left: 50%; } left: 50%; }
.timeline > li { .timeline > li {
margin-bottom: 100px; min-height: 100px;
min-height: 100px; } margin-bottom: 100px; }
.timeline > li .timeline-panel { .timeline > li .timeline-panel {
width: 41%;
float: left; float: left;
width: 41%;
padding: 0 20px 20px 30px; padding: 0 20px 20px 30px;
text-align: right; } text-align: right; }
.timeline > li .timeline-image { .timeline > li .timeline-image {
left: 50%;
width: 100px; width: 100px;
height: 100px; height: 100px;
left: 50%;
margin-left: -50px; } margin-left: -50px; }
.timeline > li .timeline-image h4 { .timeline > li .timeline-image h4 {
font-size: 13px; font-size: 13px;
margin-top: 16px; line-height: 18px;
line-height: 18px; } margin-top: 16px; }
.timeline > li.timeline-inverted > .timeline-panel { .timeline > li.timeline-inverted > .timeline-panel {
float: right; float: right;
text-align: left; padding: 0 30px 20px 20px;
padding: 0 30px 20px 20px; } } text-align: left; } }
@media (min-width: 992px) { @media (min-width: 992px) {
.timeline > li { .timeline > li {
@ -401,8 +401,8 @@ header.masthead {
margin-left: -75px; } margin-left: -75px; }
.timeline > li .timeline-image h4 { .timeline > li .timeline-image h4 {
font-size: 18px; font-size: 18px;
margin-top: 30px; line-height: 26px;
line-height: 26px; } margin-top: 30px; }
.timeline > li.timeline-inverted > .timeline-panel { .timeline > li.timeline-inverted > .timeline-panel {
padding: 0 20px 20px; } } padding: 0 20px 20px; } }
@ -421,11 +421,11 @@ header.masthead {
padding: 0 100px 20px 20px; } } padding: 0 100px 20px 20px; } }
.team-member { .team-member {
text-align: center; margin-bottom: 50px;
margin-bottom: 50px; } text-align: center; }
.team-member img { .team-member img {
height: 225px;
width: 225px; width: 225px;
height: 225px;
border: 7px solid white; } border: 7px solid white; }
.team-member h4 { .team-member h4 {
margin-top: 25px; margin-top: 25px;
@ -437,8 +437,8 @@ header.masthead {
section#contact { section#contact {
background-color: #222222; background-color: #222222;
background-image: url("../img/map-image.png"); background-image: url("../img/map-image.png");
background-position: center; background-repeat: no-repeat;
background-repeat: no-repeat; } background-position: center; }
section#contact .section-heading { section#contact .section-heading {
color: white; } color: white; }
section#contact .form-group { section#contact .form-group {
@ -454,27 +454,27 @@ section#contact {
border-color: #fed136; border-color: #fed136;
box-shadow: none; } box-shadow: none; }
section#contact ::-webkit-input-placeholder { section#contact ::-webkit-input-placeholder {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700; font-weight: 700;
color: #eeeeee; } color: #eeeeee;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact :-moz-placeholder { section#contact :-moz-placeholder {
font-weight: 700;
color: #eeeeee;
/* Firefox 18- */ /* Firefox 18- */
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; text-transform: uppercase; }
font-weight: 700;
color: #eeeeee; }
section#contact ::-moz-placeholder { section#contact ::-moz-placeholder {
font-weight: 700;
color: #eeeeee;
/* Firefox 19+ */ /* Firefox 19+ */
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; text-transform: uppercase; }
font-weight: 700;
color: #eeeeee; }
section#contact :-ms-input-placeholder { section#contact :-ms-input-placeholder {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700; font-weight: 700;
color: #eeeeee; } color: #eeeeee;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
section#contact .text-danger { section#contact .text-danger {
color: #e74c3c; } color: #e74c3c; }
@ -484,32 +484,32 @@ footer {
footer span.copyright { footer span.copyright {
font-size: 90%; font-size: 90%;
line-height: 40px; line-height: 40px;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: none;
text-transform: uppercase; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: none; } text-transform: uppercase; }
footer ul.quicklinks { footer ul.quicklinks {
font-size: 90%; font-size: 90%;
margin-bottom: 0;
line-height: 40px; line-height: 40px;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 0;
text-transform: uppercase; text-transform: none;
text-transform: none; } font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
ul.social-buttons { ul.social-buttons {
margin-bottom: 0; } margin-bottom: 0; }
ul.social-buttons li a { ul.social-buttons li a {
display: block;
background-color: #222222;
height: 40px;
width: 40px;
border-radius: 100%;
font-size: 20px; font-size: 20px;
line-height: 40px; line-height: 40px;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
color: white; color: white;
border-radius: 100%;
outline: none; outline: none;
-webkit-transition: all 0.3s; background-color: #222222; }
-moz-transition: all 0.3s;
transition: all 0.3s; }
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
background-color: #fed136; } background-color: #fed136; }
@ -517,32 +517,32 @@ ul.social-buttons {
color: #fed136 !important; } color: #fed136 !important; }
.btn-primary { .btn-primary {
font-weight: 700;
color: white; color: white;
background-color: #fed136;
border-color: #fed136; border-color: #fed136;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #fed136;
text-transform: uppercase; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700; } text-transform: uppercase; }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
color: white; color: white;
background-color: #fec503; border-color: #b48b01;
border-color: #b48b01; } background-color: #fec503; }
.btn-primary:hover { .btn-primary:hover {
color: white; color: white;
background-color: #fec503; border-color: #f6bf01;
border-color: #f6bf01; } background-color: #fec503; }
.btn-primary:active, .btn-primary.active, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle { .open > .btn-primary.dropdown-toggle {
color: white; color: white;
background-color: #fec503; border-color: #f6bf01;
border-color: #f6bf01; } background-color: #fec503; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus { .open > .btn-primary.dropdown-toggle.focus {
color: white; color: white;
background-color: #dcab01; border-color: #b48b01;
border-color: #b48b01; } background-color: #dcab01; }
.btn-primary:active, .btn-primary.active, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle { .open > .btn-primary.dropdown-toggle {
background-image: none; } background-image: none; }
@ -550,42 +550,42 @@ ul.social-buttons {
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus { fieldset[disabled] .btn-primary.focus {
background-color: #fed136; border-color: #fed136;
border-color: #fed136; } background-color: #fed136; }
.btn-primary .badge { .btn-primary .badge {
color: #fed136; color: #fed136;
background-color: white; } background-color: white; }
.btn-xl { .btn-xl {
color: white;
background-color: #fed136;
border-color: #fed136;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
border-radius: 3px;
font-size: 18px; font-size: 18px;
padding: 20px 40px; } font-weight: 700;
padding: 20px 40px;
border-radius: 3px;
color: white;
border-color: #fed136;
background-color: #fed136;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; }
.btn-xl:focus, .btn-xl.focus { .btn-xl:focus, .btn-xl.focus {
color: white; color: white;
background-color: #fec503; border-color: #b48b01;
border-color: #b48b01; } background-color: #fec503; }
.btn-xl:hover { .btn-xl:hover {
color: white; color: white;
background-color: #fec503; border-color: #f6bf01;
border-color: #f6bf01; } background-color: #fec503; }
.btn-xl:active, .btn-xl.active, .btn-xl:active, .btn-xl.active,
.open > .btn-xl.dropdown-toggle { .open > .btn-xl.dropdown-toggle {
color: white; color: white;
background-color: #fec503; border-color: #f6bf01;
border-color: #f6bf01; } background-color: #fec503; }
.btn-xl:active:hover, .btn-xl:active:focus, .btn-xl:active.focus, .btn-xl.active:hover, .btn-xl.active:focus, .btn-xl.active.focus, .btn-xl:active:hover, .btn-xl:active:focus, .btn-xl:active.focus, .btn-xl.active:hover, .btn-xl.active:focus, .btn-xl.active.focus,
.open > .btn-xl.dropdown-toggle:hover, .open > .btn-xl.dropdown-toggle:hover,
.open > .btn-xl.dropdown-toggle:focus, .open > .btn-xl.dropdown-toggle:focus,
.open > .btn-xl.dropdown-toggle.focus { .open > .btn-xl.dropdown-toggle.focus {
color: white; color: white;
background-color: #dcab01; border-color: #b48b01;
border-color: #b48b01; } background-color: #dcab01; }
.btn-xl:active, .btn-xl.active, .btn-xl:active, .btn-xl.active,
.open > .btn-xl.dropdown-toggle { .open > .btn-xl.dropdown-toggle {
background-image: none; } background-image: none; }
@ -593,8 +593,8 @@ ul.social-buttons {
fieldset[disabled] .btn-xl:hover, fieldset[disabled] .btn-xl:hover,
fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl.focus { fieldset[disabled] .btn-xl.focus {
background-color: #fed136; border-color: #fed136;
border-color: #fed136; } background-color: #fed136; }
.btn-xl .badge { .btn-xl .badge {
color: #fed136; color: #fed136;
background-color: white; } background-color: white; }

2
css/agency.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,7 @@
}, },
"dependencies": { "dependencies": {
"bootstrap": "^4.0.0-alpha.6", "bootstrap": "^4.0.0-alpha.6",
"font-awesome": "^4.6.3", "font-awesome": "4.7.0",
"jquery": "^3.2.1", "jquery": "^3.2.1",
"jquery.easing": "^1.4.1", "jquery.easing": "^1.4.1",
"tether": "^1.4.0" "tether": "^1.4.0"
@ -35,8 +35,8 @@
"devDependencies": { "devDependencies": {
"browser-sync": "^2.18.8", "browser-sync": "^2.18.8",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-clean-css": "^3.0.4", "gulp-clean-css": "3.2.0",
"gulp-header": "^1.8.7", "gulp-header": "1.8.8",
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0", "gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2" "gulp-uglify": "^2.1.2"

View File

@ -4,16 +4,16 @@
} }
.btn-primary { .btn-primary {
font-weight: 700;
@include button-variant(white, $theme-primary, $theme-primary); @include button-variant(white, $theme-primary, $theme-primary);
@include heading-font; @include heading-font;
font-weight: 700;
} }
.btn-xl { .btn-xl {
font-size: 18px;
font-weight: 700;
padding: 20px 40px;
border-radius: 3px;
@include button-variant(white, $theme-primary, $theme-primary); @include button-variant(white, $theme-primary, $theme-primary);
@include heading-font; @include heading-font;
font-weight: 700;
border-radius: 3px;
font-size: 18px;
padding: 20px 40px;
} }

View File

@ -2,8 +2,8 @@
section#contact { section#contact {
background-color: $gray-darker; background-color: $gray-darker;
background-image: url('../img/map-image.png'); background-image: url('../img/map-image.png');
background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center;
.section-heading { .section-heading {
color: white; color: white;
} }
@ -25,26 +25,26 @@ section#contact {
box-shadow: none; box-shadow: none;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
@include heading-font;
font-weight: 700; font-weight: 700;
color: $gray-lighter; color: $gray-lighter;
@include heading-font;
} }
:-moz-placeholder { :-moz-placeholder {
font-weight: 700;
color: $gray-lighter;
/* Firefox 18- */ /* Firefox 18- */
@include heading-font; @include heading-font;
font-weight: 700;
color: $gray-lighter;
} }
::-moz-placeholder { ::-moz-placeholder {
font-weight: 700;
color: $gray-lighter;
/* Firefox 19+ */ /* Firefox 19+ */
@include heading-font; @include heading-font;
font-weight: 700;
color: $gray-lighter;
} }
:-ms-input-placeholder { :-ms-input-placeholder {
@include heading-font;
font-weight: 700; font-weight: 700;
color: $gray-lighter; color: $gray-lighter;
@include heading-font;
} }
.text-danger { .text-danger {
color: $theme-danger; color: $theme-danger;

View File

@ -5,15 +5,15 @@ footer {
span.copyright { span.copyright {
font-size: 90%; font-size: 90%;
line-height: 40px; line-height: 40px;
@include heading-font;
text-transform: none; text-transform: none;
@include heading-font;
} }
ul.quicklinks { ul.quicklinks {
font-size: 90%; font-size: 90%;
margin-bottom: 0;
line-height: 40px; line-height: 40px;
@include heading-font; margin-bottom: 0;
text-transform: none; text-transform: none;
@include heading-font;
} }
} }
@ -21,18 +21,18 @@ ul.social-buttons {
margin-bottom: 0; margin-bottom: 0;
li { li {
a { a {
display: block;
background-color: $gray-darker;
height: 40px;
width: 40px;
border-radius: 100%;
font-size: 20px; font-size: 20px;
line-height: 40px; line-height: 40px;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
color: white; color: white;
border-radius: 100%;
outline: none; outline: none;
-webkit-transition: all 0.3s; background-color: $gray-darker;
-moz-transition: all 0.3s;
transition: all 0.3s;
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {

View File

@ -24,8 +24,8 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
@include heading-font;
font-weight: 700; font-weight: 700;
@include heading-font;
} }
section { section {
@ -37,11 +37,11 @@ section {
} }
h3.section-subheading { h3.section-subheading {
font-size: 16px; font-size: 16px;
@include serif-font;
text-transform: none;
font-style: italic;
font-weight: 400; font-weight: 400;
font-style: italic;
margin-bottom: 75px; margin-bottom: 75px;
text-transform: none;
@include serif-font;
} }
} }
@ -53,13 +53,13 @@ section {
// Highlight color customization // Highlight color customization
::-moz-selection { ::-moz-selection {
text-shadow: none;
background: $theme-primary; background: $theme-primary;
text-shadow: none;
} }
::selection { ::selection {
text-shadow: none;
background: $theme-primary; background: $theme-primary;
text-shadow: none;
} }
img::selection { img::selection {

View File

@ -1,28 +1,28 @@
// Styling for the masthead // Styling for the masthead
header.masthead { header.masthead {
text-align: center;
color: white;
background-image: url('../img/header-bg.jpg'); background-image: url('../img/header-bg.jpg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: scroll; background-attachment: scroll;
background-position: center center; background-position: center center;
@include background-cover; @include background-cover;
text-align: center;
color: white;
.intro-text { .intro-text {
padding-top: 100px; padding-top: 100px;
padding-bottom: 50px; padding-bottom: 50px;
.intro-lead-in { .intro-lead-in {
@include serif-font;
font-style: italic;
font-size: 22px; font-size: 22px;
font-style: italic;
line-height: 22px; line-height: 22px;
margin-bottom: 25px; margin-bottom: 25px;
@include serif-font;
} }
.intro-heading { .intro-heading {
@include heading-font;
font-weight: 700;
font-size: 50px; font-size: 50px;
font-weight: 700;
line-height: 50px; line-height: 50px;
margin-bottom: 25px; margin-bottom: 25px;
@include heading-font;
} }
} }
} }
@ -33,18 +33,18 @@ header.masthead {
padding-top: 300px; padding-top: 300px;
padding-bottom: 200px; padding-bottom: 200px;
.intro-lead-in { .intro-lead-in {
@include serif-font;
font-style: italic;
font-size: 40px; font-size: 40px;
font-style: italic;
line-height: 40px; line-height: 40px;
margin-bottom: 25px; margin-bottom: 25px;
@include serif-font;
} }
.intro-heading { .intro-heading {
@include heading-font;
font-weight: 700;
font-size: 75px; font-size: 75px;
font-weight: 700;
line-height: 75px; line-height: 75px;
margin-bottom: 50px; margin-bottom: 50px;
@include heading-font;
} }
} }
} }

View File

@ -1,36 +1,32 @@
// Mixins // Mixins
// Bootstrap Button Variant // Bootstrap Button Variant
@mixin button-variant($color, $background, $border) { @mixin button-variant($color, $background, $border) {
color: $color; color: $color;
background-color: $background;
border-color: $border; border-color: $border;
background-color: $background;
&:focus, &:focus,
&.focus { &.focus {
color: $color; color: $color;
background-color: darken($background, 10%);
border-color: darken($border, 25%); border-color: darken($border, 25%);
background-color: darken($background, 10%);
} }
&:hover { &:hover {
color: $color; color: $color;
background-color: darken($background, 10%);
border-color: darken($border, 12%); border-color: darken($border, 12%);
background-color: darken($background, 10%);
} }
&:active, &:active,
&.active, &.active,
.open > &.dropdown-toggle { .open > &.dropdown-toggle {
color: $color; color: $color;
background-color: darken($background, 10%);
border-color: darken($border, 12%); border-color: darken($border, 12%);
background-color: darken($background, 10%);
&:hover, &:hover,
&:focus, &:focus,
&.focus { &.focus {
color: $color; color: $color;
background-color: darken($background, 17%);
border-color: darken($border, 25%); border-color: darken($border, 25%);
background-color: darken($background, 17%);
} }
} }
&:active, &:active,
@ -44,11 +40,10 @@
&:hover, &:hover,
&:focus, &:focus,
&.focus { &.focus {
background-color: $background;
border-color: $border; border-color: $border;
background-color: $background;
} }
} }
.badge { .badge {
color: $background; color: $background;
background-color: $color; background-color: $color;
@ -56,29 +51,27 @@
} }
// Background Cover Mixin // Background Cover Mixin
@mixin background-cover { @mixin background-cover {
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
background-size: cover;
-o-background-size: cover; -o-background-size: cover;
background-size: cover;
} }
// Font Mixins // Font Mixins
@mixin serif-font { @mixin serif-font {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
@mixin script-font { @mixin script-font {
font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive; font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
} }
@mixin body-font { @mixin body-font {
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
@mixin heading-font { @mixin heading-font {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-transform: uppercase; text-transform: uppercase;
} }

View File

@ -2,14 +2,14 @@
#mainNav { #mainNav {
background-color: $gray-darker; background-color: $gray-darker;
.navbar-toggler { .navbar-toggler {
border: 0;
color: white;
background-color: $theme-primary;
font-size: 12px; font-size: 12px;
text-transform: uppercase;
@include heading-font;
padding: 13px;
right: 0; right: 0;
padding: 13px;
text-transform: uppercase;
color: white;
border: 0;
background-color: $theme-primary;
@include heading-font;
} }
.container { .container {
padding: 0; padding: 0;
@ -27,11 +27,11 @@
.nav-item { .nav-item {
.nav-link { .nav-link {
font-size: 90%; font-size: 90%;
padding: 0.75em 0;
@include heading-font;
font-weight: 400; font-weight: 400;
padding: .75em 0;
letter-spacing: 1px; letter-spacing: 1px;
color: white; color: white;
@include heading-font;
&:hover, &:hover,
&.active { &.active {
color: $theme-primary; color: $theme-primary;
@ -44,17 +44,17 @@
@media(min-width:992px) { @media(min-width:992px) {
#mainNav { #mainNav {
background-color: transparent;
padding: 25px 0; padding: 25px 0;
-webkit-transition: padding 0.3s; -webkit-transition: padding .3s;
-moz-transition: padding 0.3s; -moz-transition: padding .3s;
transition: padding 0.3s; transition: padding .3s;
border: none; border: none;
background-color: transparent;
.navbar-brand { .navbar-brand {
font-size: 1.75em; font-size: 1.75em;
-webkit-transition: all 0.3s; -webkit-transition: all .3s;
-moz-transition: all 0.3s; -moz-transition: all .3s;
transition: all 0.3s; transition: all .3s;
} }
.navbar-nav { .navbar-nav {
.nav-item { .nav-item {
@ -64,11 +64,11 @@
} }
} }
&.navbar-shrink { &.navbar-shrink {
background-color: $gray-darker;
padding: 0; padding: 0;
background-color: $gray-darker;
.navbar-brand { .navbar-brand {
padding: 12px 0;
font-size: 1.25em; font-size: 1.25em;
padding: 12px 0;
} }
} }
} }

View File

@ -1,34 +1,34 @@
// Styling for the portfolio section // Styling for the portfolio section
#portfolio { #portfolio {
.portfolio-item { .portfolio-item {
margin: 0 0 15px;
right: 0; right: 0;
margin: 0 0 15px;
.portfolio-link { .portfolio-link {
cursor: pointer;
display: block;
position: relative; position: relative;
display: block;
max-width: 400px; max-width: 400px;
margin: 0 auto; margin: 0 auto;
cursor: pointer;
.portfolio-hover { .portfolio-hover {
background: fade-out($theme-primary, .1);
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
opacity: 0; opacity: 0;
transition: all ease 0.5s; background: fade-out($theme-primary, .1);
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
&:hover { &:hover {
opacity: 1; opacity: 1;
} }
.portfolio-hover-content { .portfolio-hover-content {
font-size: 20px;
position: absolute; position: absolute;
top: 50%;
width: 100%; width: 100%;
height: 20px; height: 20px;
font-size: 20px;
text-align: center;
top: 50%;
margin-top: -12px; margin-top: -12px;
text-align: center;
color: white; color: white;
i { i {
margin-top: -12px; margin-top: -12px;
@ -43,18 +43,18 @@
.portfolio-caption { .portfolio-caption {
max-width: 400px; max-width: 400px;
margin: 0 auto; margin: 0 auto;
background-color: white;
text-align: center;
padding: 25px; padding: 25px;
text-align: center;
background-color: white;
h4 { h4 {
text-transform: none;
margin: 0; margin: 0;
text-transform: none;
} }
p { p {
@include serif-font;
font-style: italic;
font-size: 16px; font-size: 16px;
font-style: italic;
margin: 0; margin: 0;
@include serif-font;
} }
} }
} }
@ -73,35 +73,35 @@
.portfolio-modal { .portfolio-modal {
.modal-dialog { .modal-dialog {
margin: 0;
height: 100%;
max-width: none; max-width: none;
height: 100%;
margin: 0;
} }
.modal-content { .modal-content {
min-height: 100%;
padding: 100px 0;
text-align: center;
border: none;
border-radius: 0; border-radius: 0;
background-clip: border-box; background-clip: border-box;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
border: none;
min-height: 100%;
padding: 100px 0;
text-align: center;
h2 { h2 {
margin-bottom: 15px;
font-size: 3em; font-size: 3em;
margin-bottom: 15px;
} }
p { p {
margin-bottom: 30px; margin-bottom: 30px;
} }
p.item-intro { p.item-intro {
font-size: 16px;
font-style: italic;
margin: 20px 0 30px; margin: 20px 0 30px;
@include serif-font; @include serif-font;
font-style: italic;
font-size: 16px;
} }
ul.list-inline { ul.list-inline {
margin-bottom: 30px;
margin-top: 0; margin-top: 0;
margin-bottom: 30px;
} }
img { img {
margin-bottom: 30px; margin-bottom: 30px;
@ -112,41 +112,41 @@
} }
.close-modal { .close-modal {
position: absolute; position: absolute;
width: 75px;
height: 75px;
background-color: transparent;
top: 25px; top: 25px;
right: 25px; right: 25px;
width: 75px;
height: 75px;
cursor: pointer; cursor: pointer;
background-color: transparent;
&:hover { &:hover {
opacity: 0.3; opacity: .3;
} }
.lr { .lr {
height: 75px;
width: 1px;
margin-left: 35px;
background-color: $gray-darker;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
/* IE 9 */
-webkit-transform: rotate(45deg);
/* Safari and Chrome */ /* Safari and Chrome */
z-index: 1051; z-index: 1051;
.rl {
height: 75px;
width: 1px; width: 1px;
background-color: $gray-darker; height: 75px;
transform: rotate(90deg); margin-left: 35px;
-ms-transform: rotate(90deg);
/* IE 9 */ /* IE 9 */
-webkit-transform: rotate(90deg); -webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: $gray-darker;
.rl {
/* Safari and Chrome */ /* Safari and Chrome */
z-index: 1052; z-index: 1052;
width: 1px;
height: 75px;
/* IE 9 */
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-color: $gray-darker;
} }
} }
} }
.modal-backdrop { .modal-backdrop {
opacity: 0;
display: none; display: none;
opacity: 0;
} }
} }

View File

@ -1,10 +1,10 @@
// Styling for the team section // Styling for the team section
.team-member { .team-member {
text-align: center;
margin-bottom: 50px; margin-bottom: 50px;
text-align: center;
img { img {
height: 225px;
width: 225px; width: 225px;
height: 225px;
border: 7px solid white; border: 7px solid white;
} }
h4 { h4 {

View File

@ -1,82 +1,82 @@
// Styling for the timeline section // Styling for the timeline section
.timeline { .timeline {
list-style: none;
padding: 0;
position: relative; position: relative;
padding: 0;
list-style: none;
&:before { &:before {
position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
position: absolute;
content: "";
width: 2px;
background-color: #f1f1f1;
left: 40px; left: 40px;
width: 2px;
margin-left: -1.5px; margin-left: -1.5px;
content: '';
background-color: #f1f1f1;
} }
> li { > li {
margin-bottom: 50px;
position: relative; position: relative;
min-height: 50px; min-height: 50px;
margin-bottom: 50px;
&:before, &:before,
&:after { &:after {
content: " ";
display: table; display: table;
content: ' ';
} }
&:after { &:after {
clear: both; clear: both;
} }
.timeline-panel { .timeline-panel {
width: 100%;
float: right;
padding: 0 20px 0 100px;
position: relative; position: relative;
float: right;
width: 100%;
padding: 0 20px 0 100px;
text-align: left; text-align: left;
&:before { &:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto; right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
} }
&:after { &:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto; right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
} }
} }
.timeline-image { .timeline-image {
left: 0;
margin-left: 0;
width: 80px;
height: 80px;
position: absolute; position: absolute;
z-index: 100; z-index: 100;
background-color: $theme-primary; left: 0;
color: white; width: 80px;
border-radius: 100%; height: 80px;
border: 7px solid #f1f1f1; margin-left: 0;
text-align: center; text-align: center;
color: white;
border: 7px solid #f1f1f1;
border-radius: 100%;
background-color: $theme-primary;
h4 { h4 {
font-size: 10px; font-size: 10px;
margin-top: 12px;
line-height: 14px; line-height: 14px;
margin-top: 12px;
} }
} }
&.timeline-inverted > .timeline-panel { &.timeline-inverted > .timeline-panel {
float: right; float: right;
text-align: left;
padding: 0 20px 0 100px; padding: 0 20px 0 100px;
text-align: left;
&:before { &:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto; right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0;
} }
&:after { &:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto; right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0;
} }
} }
&:last-child { &:last-child {
@ -106,29 +106,29 @@
left: 50%; left: 50%;
} }
> li { > li {
margin-bottom: 100px;
min-height: 100px; min-height: 100px;
margin-bottom: 100px;
.timeline-panel { .timeline-panel {
width: 41%;
float: left; float: left;
width: 41%;
padding: 0 20px 20px 30px; padding: 0 20px 20px 30px;
text-align: right; text-align: right;
} }
.timeline-image { .timeline-image {
left: 50%;
width: 100px; width: 100px;
height: 100px; height: 100px;
left: 50%;
margin-left: -50px; margin-left: -50px;
h4 { h4 {
font-size: 13px; font-size: 13px;
margin-top: 16px;
line-height: 18px; line-height: 18px;
margin-top: 16px;
} }
} }
&.timeline-inverted > .timeline-panel { &.timeline-inverted > .timeline-panel {
float: right; float: right;
text-align: left;
padding: 0 30px 20px 20px; padding: 0 30px 20px 20px;
text-align: left;
} }
} }
} }
@ -147,8 +147,8 @@
margin-left: -75px; margin-left: -75px;
h4 { h4 {
font-size: 18px; font-size: 18px;
margin-top: 30px;
line-height: 26px; line-height: 26px;
margin-top: 30px;
} }
} }
&.timeline-inverted > .timeline-panel { &.timeline-inverted > .timeline-panel {