@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*$font-base-size: 62.5%; /* BASE FONT SIZE */
/*html {
 font-size: $font-base-size !important; 
 }
 .btn {
 font-size: .75rem;
 }*/
body {
  font-family: Lato; 
  margin-right: 15%; 
  margin-left: 15%;
}

::selection {
  background-color: #ffd400;
  color: #1d1d1d; }

@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf'); }
/* HEADINGS */
h1 {
  font-size: 29px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }
/* stop text from taking up more than 1 line */
.truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/* Default Margins */
.margin-top-xs {
  margin-top: 0.5rem !important; }

.margin-top-sm {
  margin-top: 0.75rem !important; }

.margin-top-md {
  margin-top: 1.875rem !important; }

.margin-top-lg {
  margin-top: 3.75rem !important; }

.margin-top-hg {
  margin-top: 6.25rem !important; }

.margin-bottom-xs {
  margin-bottom: 0.5rem !important; }

.margin-bottom-sm {
  margin-bottom: 0.75rem !important; }

.margin-bottom-md {
  margin-bottom: 1.875rem !important; }

.margin-bottom-lg {
  margin-bottom: 3.75rem !important; }

.margin-bottom-hg {
  margin-bottom: 6.25rem !important; }
/* Others */
.no-border {
  border: medium none;
  border-radius: 0; }
/* CONTENT LINKS */
a {
  color: #1d1d1d; }
  a:hover, a:focus {
    color: #1d1d1d; }
/* HEADINGS */
.heading-theme, .heading-theme > a {
  color: #1d1d1d !important; }
  .heading-theme:hover, .heading-theme > a:hover, .heading-theme:focus, .heading-theme > a:focus {
    color: #757575 !important; }
  .heading-flip, .heading-flip > a {
    color: #757575 !important; }
  .heading-flip:hover, .heading-flip > a:hover, .heading-flip:focus, .heading-flip > a:focus {
    color: #1d1d1d !important; }
/* BUTTONS */
.btn-theme {
  color: #1d1d1d !important;
  background-color: #ffd400;
  border-color: #f5cc00; }
  .btn-theme .fa {
    color: #1d1d1d; }
  .btn-theme .fa:hover {
    color: #1d1d1d; }
  .btn-theme:focus, .btn-theme.focus {
    color: #1d1d1d;
    background-color: #ca0;
    border-color: #f5cc00; }
  .btn-theme:hover {
    color: #1d1d1d !important;
    background-color: #ffc700;
    border-color: #c29700; }
  .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
    color: #1d1d1d;
    background-color: #ca0;
    border-color: #f5cc00; }
  .btn-theme:active:hover, .btn-theme.active:hover, .open > .btn-theme.dropdown-toggle:hover, .btn-theme:active:focus, .btn-theme.active:focus, .open > .btn-theme.dropdown-toggle:focus, .btn-theme:active.focus, .btn-theme.active.focus, .open > .btn-theme.dropdown-toggle.focus {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #f5bf00; }
  .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
    background-image: none; }
  .btn-theme.disabled:hover, .btn-theme[disabled]:hover, fieldset[disabled] .btn-theme:hover, .btn-theme.disabled:focus, .btn-theme[disabled]:focus, fieldset[disabled] .btn-theme:focus, .btn-theme.disabled.focus, .btn-theme[disabled].focus, fieldset[disabled] .btn-theme.focus {
    background-color: #ffd400;
    border-color: #f5cc00; }
  .btn-theme .badge {
    color: #ffd400;
    background-color: #1d1d1d; }

.btn-flip {
  color: #ffd400 !important;
  background-color: #1d1d1d;
  border-color: #181818; }
  .btn-flip .fa {
    color: #ffd400; }
  .btn-flip .fa:hover {
    color: #1d1d1d; }
  .btn-flip:focus, .btn-flip.focus {
    color: #ffd400;
    background-color: #040404;
    border-color: #181818; }
  .btn-flip:hover {
    color: #1d1d1d !important;
    background-color: #ffc700;
    border-color: #c29700; }
  .btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
    color: #ffd400;
    background-color: #040404;
    border-color: #181818; }
  .btn-flip:active:hover, .btn-flip.active:hover, .open > .btn-flip.dropdown-toggle:hover, .btn-flip:active:focus, .btn-flip.active:focus, .open > .btn-flip.dropdown-toggle:focus, .btn-flip:active.focus, .btn-flip.active.focus, .open > .btn-flip.dropdown-toggle.focus {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #f5bf00; }
  .btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
    background-image: none; }
  .btn-flip.disabled:hover, .btn-flip[disabled]:hover, fieldset[disabled] .btn-flip:hover, .btn-flip.disabled:focus, .btn-flip[disabled]:focus, fieldset[disabled] .btn-flip:focus, .btn-flip.disabled.focus, .btn-flip[disabled].focus, fieldset[disabled] .btn-flip.focus {
    background-color: #1d1d1d;
    border-color: #181818; }
  .btn-flip .badge {
    color: #1d1d1d;
    background-color: #ffd400; }

.btn-tertiary {
  color: #1d1d1d !important;
  background-color: #bbb;
  border-color: #b6b6b6; }
  .btn-tertiary .fa {
    color: #1d1d1d; }
  .btn-tertiary .fa:hover {
    color: #bbb; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    color: #1d1d1d;
    background-color: #a2a2a2;
    border-color: #b6b6b6; }
  .btn-tertiary:hover {
    color: #bbb !important;
    background-color: #1d1d1d;
    border-color: #000; }
  .btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
    color: #1d1d1d;
    background-color: #a2a2a2;
    border-color: #b6b6b6; }
  .btn-tertiary:active:hover, .btn-tertiary.active:hover, .open > .btn-tertiary.dropdown-toggle:hover, .btn-tertiary:active:focus, .btn-tertiary.active:focus, .open > .btn-tertiary.dropdown-toggle:focus, .btn-tertiary:active.focus, .btn-tertiary.active.focus, .open > .btn-tertiary.dropdown-toggle.focus {
    color: #bbb;
    background-color: #1d1d1d;
    border-color: #181818; }
  .btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
    background-image: none; }
  .btn-tertiary.disabled:hover, .btn-tertiary[disabled]:hover, fieldset[disabled] .btn-tertiary:hover, .btn-tertiary.disabled:focus, .btn-tertiary[disabled]:focus, fieldset[disabled] .btn-tertiary:focus, .btn-tertiary.disabled.focus, .btn-tertiary[disabled].focus, fieldset[disabled] .btn-tertiary.focus {
    background-color: #bbb;
    border-color: #b6b6b6; }
  .btn-tertiary .badge {
    color: #bbb;
    background-color: #1d1d1d; }
/* CARD */
.card-theme {
  margin-bottom: 0.4rem;
  border-color: #ffd400; }
  .card-theme .card-header {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
  .card-theme .card-header a {
    color: #1d1d1d; }
  .card-flip {
    margin-bottom: 0.4rem;
    border-color: #2e363f; }
  .card-flip .card-header {
    background-color: #2e363f;
    border-color: #2e363f;
    color: #2e363f; }
  .card-flip .card-header a {
    color: #f1f1f1; }
/* MODALS */
.modal-theme {
  border-color: #2e363f; }
  .modal-theme .modal-header {
    background-color: #f14a4c;
    border-color: #2e363f;
    color: #2e363f; }
    .modal-theme .modal-header .modal-title {
      color: #2e363f; }
  .modal-flip {
    border-color: #2e363f; }
  .modal-flip .modal-header {
    background-color: #f14a4c;
    border-color: #2e363f;
    color: #2e363f; }
    .modal-flip .modal-header .modal-title {
      color: #2e363f; }
/* UL/OL/LIST-GROUPS ITEMS */
.list-theme li, .list-theme li a {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #1d1d1d !important; }
  .list-theme li:hover, .list-theme li a:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #f1f1f1 !important; }
  .list-theme li .nav-link.active {
    background-color: #1d1d1d !important;
    color: #ffd400 !important;
    border-color: #1d1d1d !important; }
  .list-theme li.active a, .list-theme li.active a:focus, .list-theme li.active a:hover {
    background-color: #1d1d1d !important;
    color: #ffd400 !important;
    border-color: #1d1d1d !important; }
  .list-flip li, .list-flip li a {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #ffd400; }
  .list-flip li:hover, .list-flip li a:hover {
    background-color: #ffc200;
    border-color: #ffc200;
    color: #1d1d1d; }
  .list-flip li.active a, .list-flip li.active a:focus, .list-flip li.active a:hover {
    background-color: #ffd400;
    color: #1d1d1d; }
/* PAGINATION */
.pagination .page-item.active {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #1d1d1d; }
  .pagination .page-item.active a, .pagination .page-item.active a:focus, .pagination .page-item.active a:hover, .pagination .page-item.active span, .pagination .page-item.active span:focus, .pagination .page-item.active span:hover {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
  .pagination li a, .pagination li span, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #1d1d1d; }

.card-header {
  padding: 0.62rem 0.93rem; }
  .card-header h3, .card-header h4 {
    font-size: 1rem;
    margin-bottom: 0; }
  .card-title {
    font-size: 1rem;
    margin-bottom: 0; }

.shopping-cart-box {
  background-color: #ffd400;
  color: #1d1d1d; }
  .shopping-cart-box:after {
    border-bottom: 8px solid #1d1d1d; }

#shopping-cart-results .cart-list-item {
  background-color: #1d1d1d;
  color: #ffd400; }
  #shopping-cart-results .cart-list-item a {
    color: #ffd400 !important; }
  #shopping-cart-results .cart-saving {
    color: #1d1d1d; }
/* HEADINGS */
h1 {
  font-size: 25px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.heading-theme, .heading-theme > a {
  margin-top: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1rem; }
  .heading-flip, .heading-flip > a {
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.1rem; }

.list-theme, .list-flip {
  font-size: 0.875rem;
  font-weight: 400; }
  .list-theme .fa, .list-flip .fa {
    margin-right: 10px;
    font-size: 0.875rem; }
  .list-theme > li > a, .list-flip > li > a {
    border-radius: 0px; }

.btn-theme, .btn-flip {
  border-radius: 0px; }

.site-bg {
  background-color: #f5f5f5; }
/* ALERT MESSAGES */
.alert-success, .alert-error, .alert-info, .alert-warning {
  padding: 0.5rem; }
  .alert-info {
    background-color: #fe9;
    border-color: #fe9;
    color: #000; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.row-mobile {
  background-color: #41a5d3;
  color: #fff;
  padding: 30px; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*.top-bar {
 height: auto;
 overflow: hidden;    
 padding: 5px;
 a:hover {
 color: $content-link-primary;
 }
 .list-inline {
 margin-bottom: 0px;
 }
 @include respond(phone) {
 text-align: center;
 }
 }*/
/*navbar */
/*.navbar-header {
 padding-bottom: .5rem;
 text-align: center;
 }*/
/*.search-input-group-btn {
 vertical-align: top !important;
 }*/
.btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }

.navbar-default {
  background: -moz-radial-gradient(center, ellipse cover, #ddd 0%, #ccc 100%);
  /* ff3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ddd), color-stop(100%, #ccc));
  /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, #ddd 0%, #ccc 100%);
  /* safari5.1+,chrome10+ */
  background: -o-radial-gradient(center, ellipse cover, #ddd 0%, #ccc 100%);
  /* opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, #ddd 0%, #ccc 100%);
  /* ie10+ */
  background: radial-gradient(ellipse at center, #ddd 0%, #ccc 100%);
  /* w3c */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='$navbar-primary', endColorstr='$navbar-secondary', GradientType=1);
  /* ie6-9 */
  border-color: #ddd; }
  .navbar-default .btn-theme {
    white-space: normal; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #1d1d1d; }

.contact-box:hover, #options li a.selected, header .top-bar a, .content-box:hover > .content-box-icon i, div.content-box div.content-box-icon:hover, div.content-box div.content-box-icon:hover i, #footer h3, .contact-box:hover h3 {
  color: #1d1d1d; }

#brand {
  margin-left: 0.62rem; }
  @media only screen and (max-width: 37.5em) {
  #brand {
    margin-top: 1%; } }

.phone-email {
  font-size: 0.875rem;
  padding: 3px 0;
  color: #1d1d1d; }
  .phone-email a {
    margin-right: 1.25rem; }
  .phone-email i {
    margin-right: 7px; }
  .phone-email span i, .phone-email i {
    color: #1d1d1d; }
  @media only screen and (max-width: 56.25em) {
  .phone-email {
    width: 70%; } }

.phone {
  font-size: 0.875rem;
  padding: 0.3rem 0;
  color: #1d1d1d;
  margin-right: 1.25rem; }

.language {
  padding: 0 0.62rem;
  font-size: 0.75rem;
  /* important */
  z-index: 2; }
/*-------------------------------------------*/
/* OnType City/Locality Selection
 /*-------------------------------------------*/
.search-typeahead {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.fa-spinner {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

.user {
  font-size: 0.75rem; }
  .user i {
    color: #1d1d1d;
    display: inline-block;
    font-size: 1.125rem;
    padding: 0 6px; }

.btn-addbusiness {
  min-height: 3.75rem; }

a.btn-addbusiness {
  padding: 1.25rem 8px; }

.menu-links {
  margin-left: 0.93rem; }

#search-form .selectize-control {
  width: 100%; }
/* Social Links */
ul.social, li.social, ol.social {
  /* specific to social ul, li and ol */
  line-height: 1.5rem;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.social {
  margin-right: 0.4rem;
  line-height: 1.875rem; }
  .social li {
    background-color: #fff;
    border-radius: 100% 100% 100% 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: 1.56rem;
    margin-right: 5px;
    width: 1.56rem;
    text-align: center;
    background: #fff;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    padding: 1px; }
    .social li :hover i {
      color: #fff; }
  .social i {
    /* Social Links Color */
    color: #666;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }

a.facebook:hover, .member-social.dark a.facebook:hover, .social li.facebook:hover {
  background: #3b5998; }

a.twitter:hover, .member-social.dark a.twitter:hover, .social li.twitter:hover {
  background: #00aced; }

a.gplus:hover, .member-social.dark a.gplus:hover, .social li.gplus:hover {
  background: #dd4b39; }

a.ytube:hover, .member-social.dark a.ytube:hover, .social li.ytube:hover {
  background: #b00; }

a.linkedin:hover, .member-social.dark a.linkedin:hover, .social li.linkedin:hover {
  background: #069; }

a.pinterest:hover, .member-social.dark a.pinterest:hover, .social li.pinterest:hover {
  background: #c92228; }

a.instagram:hover, .member-social.dark a.instagram:hover, .social li.instagram:hover {
  background: #517fa4; }

a.foursquare:hover, .member-social.dark a.foursquare:hover, .social li.foursquare:hover {
  background: #f94877; }

a.crunchbase:hover, .member-social.dark a.crunchbase:hover, .social li.crunchbase:hover {
  color: #fff;
  background: #2892a7; }
/* Animations */
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.navbar-form .selectize-input {
  min-height: 40px;
  padding-top: 8px; }

@media (min-width: 0) and (max-width: 320px) {
  .gc__nav-default .nav-link {
    font-size: 13px !important; }

  .horizontalLayout {
    font-size: 14px; } }

@media (min-width: 0) and (max-width: 768px) {
  .navbar-header {
    background-color: #ffd400;
    color: #1d1d1d;
    padding-bottom: 5%; }

  .navbar-header .navbar-nav {
    padding-left: 1rem; }

  .navbar-header .nav-link {
    color: #1d1d1d; } }

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .gc__nav-default .nav-link {
    font-size: 14px; } }

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .menu-links a {
    margin-bottom: 10px; } }

#searchNav .form-group {
  margin-bottom: 0.5rem; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
@media only screen and (min-width: 75em) {
      .menu-links li {
        padding-left: 2px;
        padding-right: 2px; } }
  @media only screen and (max-width: 37.5em) {
    .menu-links li {
      padding-left: 2px;
      padding-right: 2px; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*---------------------------------------------*/
/* HOME PAGE sw06 SECTION				   	   */
/*---------------------------------------------*/
#sw06-carousel {
  padding: 0 0.62rem 1.9rem 0.62rem; }
  #sw06-carousel .carousel-control {
    /* Control buttons  */
    background: none;
    color: #222;
    font-size: 2.01em;
    text-shadow: none;
    margin-top: 1.9rem; }
  #sw06-carousel .carousel-control.left {
    /* Next button  */
    left: -0.75rem; }
  #sw06-carousel .carousel-control.right {
    right: -0.75rem !important; }
  #sw06-carousel .carousel-indicators {
    /* Changes the position of the indicators */ }
    #sw06-carousel .carousel-indicators li {
      /* Changes the color of the indicators */
      background: #444; }
/* End carousel */
.sw06-item blockquote {
  border-left: none;
  margin: 0;
  padding: 0.62rem 1.25rem; }
  .sw06-item blockquote img {
    margin-bottom: 0.62rem; }
  .sw06-item blockquote p:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f10d";
    float: left;
    margin-right: 0.62rem; }

.sw06-story {
  font-size: 0.875rem; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.fprlv02 .fa-map-marker-alt {
  color: #ffd400;
  font-size: 2.97em;
  display: inline-block !important;
  vertical-align: middle;
  text-shadow: 2px 2px 2px #1d1d1d; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.row-mobile {
  background-color: #ffd400;
  color: #4c4c4c; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/* footer */
footer {
  background: #1d1d1d;
  color: #fcfcfc;
  font-size: 0.68rem;
  padding: 1.25rem; }
  footer a {
    color: #f2f2f2; }
    footer a:hover, footer a:focus, footer a:active {
      color: #7c7c7c;
      text-decoration: none; }
  footer .social li:last-child, footer .social {
    margin-right: 0 !important; }
  footer .fa-heart {
    margin-right: 0.63rem;
    color: #fcfcfc; }
