/*
 Theme Name:   JungeDeutsche
 Theme URI:    JungeDeutsche
 Description:  JungeDeutsche theme child of GeneratePress
 Author:       Justin Wasilenko
 Author URI:   7alps.de
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  justin

Color Codes
Blue:#007daf
Green: #77c67e

/*CSS Under Here*/

    blockquote {
      border-left: none;
      font-size: 1em;
      padding: 1em;
      margin: 0;
    }

    table,
    th,
    td {
      border: none;
    }

        /*Contact form*/

    .comment-form #author,
    .comment-form #email,
    .comment-form #url,
    .wpcf7 input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    textarea {
      border-radius: 7px;
      margin: 5px;
      background: #fff;
      width: 320px;
      border: 1px solid #779faf;
    }

        .newsletter-content button,
    input[type="submit"] {
      background-color: #77c67e;
      border-radius: 7px;
      font-weight: bold;
      margin-left: 5px;
    }

        /*List Items*/
        .entry-content ul {
      list-style-type: none;
    }

    .entry-content ul li {
      background: url(/wp-content/uploads/siteimages/ul-bullet-green.png) no-repeat left top;
      background-position: 0 6px;
      padding-left: 30px;
      margin-bottom: 10px;
    }

.site-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.site-header .header-image {
    height: 50px;
}

ul {
  list-style: square;
}

.footer-icon-links li {
  padding: 5px 10px;
  display: inline;
}

.widget {
  text-align: center;
}

.wp-caption .wp-caption-text {
    background: rgba(0,125,175,0.5) !important;
}

.start-icons {
    margin: 0 auto 1.5em auto !important;
}