/*
Theme Name:       StartApp Child
Theme URI:        http://startapp.8guild.com
Description:      StartApp Child Theme
Author:           8 Guild
Author URI:       http://8guild.com
Template:         startapp
Version:          1.0.0
Template Version: 1.0.0
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Tags:             grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, footer-widgets, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain:      startapp-child

*/.site-footer .copyright {
  position: relative;
  padding: 30px 0;
  font-size: 16px;
  z-index: 5;
}.site-footer .copyright {
  position: relative;
  padding: 30px 0;
  font-size: 16px;
  z-index: 5;
}

.site-footer .copyright .copyright-text {
  margin-bottom: 0;
}

.site-footer .copyright .copyright-text a {
  color: #3f6bbe;
  font-weight: normal;
  text-decoration: none;
}

.site-footer .copyright .copyright-text a:hover {
  color: #3f6bbe;
}

.site-footer .copyright.text-light .copyright-text a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

