/*
Theme Name: Sputnik Child
Theme URI: http://jollygoodthemes.com/themes/wordpress/sputnik
Version: 1.0.0
Description: Sputnik Child Theme
Tags: neat, tidy, clean, business, marketing
Author: JollyGoodThemes
Author URI: http://jollygoodthemes.com
Template: sputnik
*/

@import url("../sputnik/style.css");

/* ============================================================ */
/* Theme customization starts here */
/* ============================================================ */

.slide-primary-bg-overlay { opacity: 0.3; }
body.page .site-header-bg-overlay { opacity: 1 !important; }

.footer-right .textwidget { font-size: 13px; }

table {
  width: 100%;
  margin-bottom: 20px;
}
table thead {
  font-weight: bold;
}
table td {
  padding: 20px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 600px) {
  table {
    font-size: 10px;
  }
  table td {
    padding: 5px;
  }
}

.slide-primary-content p {
  color: #fff;
}

.home .banner .textwidget a {
  color: #4d8f29;
}