/*
 Theme Name:   Scaling Up
 Description:  Scaling Up Child Theme
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-seventeen-child
*/

/* #wpadminbar {
   position: absolute;
} */

ul, ol {
    margin: 0 0 40px 40px;
    padding: 0;
}

.wp-custom-header {
/*   background: #2aaac3;
      float: left;
    width: 100%; */
    height: 250px!important;
}

.wp-custom-header img {
/*       mix-blend-mode: multiply;
    opacity: .95; */
/*       margin-top: -190px; */
}

.custom-logo-link img {
    max-height: 110px!important;
}

.site-branding .wrap {
      padding: 10px;
    margin: 0 auto;
/*     text-align: center; */
}

.site-branding {
  margin-bottom: 40px!important;
}

.custom-logo-link {
    padding-right: 15px;
}

.site-branding-text {
  text-align: left;
}

body.has-header-image .site-title a {
/*   color: #001a4b; */
  letter-spacing: 0;
}

body.has-header-image .site-description {
/*   color: #001a4b; */
  opacity: 1;
}

button, 
input[type="button"], 
input[type="submit"] {
/*   background-color: #024264;   */
  background-color: #f6931f;
}

button:hover, 
button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus {
  background-color: #024264;
}

.entry-title a,
.more-link {
  color: #024264;
}

.entry-title a:hover {
  color: #f6931f;
  text-decoration: none;
  box-shadow: none;
}

.entry-meta a,
a.more-link, .ecae-link {
    color: #f6931f;
}

.ecae-link,
a.more-link {
  text-transform: uppercase;
  
}

.ecae-button {
  margin-top: 15px;
}

p.link-more {
  padding: 0;
  margin: 0;
}

.home .page-header {
  display: none;
}

.blog article,
.archive article {
  border-bottom: 1px solid #EEE;
    margin-bottom: 50px;
    padding-bottom: 50px!important;
}

.site-footer {
  display: none;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
    color: #f6931f;
}

.navigation-top a,
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    color: #024264;
}

.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover,
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
  box-shadow: none;
}

h2.widget-title {
  color: #024264;
}

#text-2 {
  background: #eee;
    padding: 20px;
  margin-bottom: 30px;
}

#text-2 p {
  margin: 0;
}

.powerpress_links_mp3 {
  background: #024264;
  color: #FFF;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
  margin: 0 0 5px;
}

.powerpress_links_mp3 a {
      font-weight: normal;
    padding: 0 5px;
    text-transform: none;
  color: #FFF;
  
}

.powerpress_subscribe_links {
    background: #f6931f;
  color: #FFF;
    padding: 10px;
    font-weight: 600;
  margin: 0 0 30px;
    text-transform: uppercase;
}

.powerpress_subscribe_links a {
      font-weight: normal;
    padding: 0 5px;
    text-transform: none;
  color: #FFF;
}

.comment-form-url {display:none;}

/* @media screen and (min-width: 48em) { */

  .has-header-image.twentyseventeen-front-page .custom-header, 
  .has-header-video.twentyseventeen-front-page .custom-header, 
  .has-header-image.home.blog .custom-header, 
  .has-header-video.home.blog .custom-header {
    height: 250px!important;
  }
  
/* } */

@media screen and (max-width: 768px) {
  .site-title {
    font-size: 36px;
    font-size: 2.25rem;
}
}