@charset "UTF-8";
/*
 Theme Name:   wappmod child
 Theme URI:    http://underscores.me/
 Description:  Modular wordpress child theme.
 Author:       Jip Lee
 Author URI:   http://www.wappstars.nl/
 Template:     wappmod
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         wappmod, child
 Text Domain:  wappmod-child
*/

body {
  font-family: 'Roboto', sans-serif;
  color: #000;
}

a, a:hover {
  color: #000;
}

a .fa {
  color: #fff;
}

.footer-widgets a {
  color: #fff;
}

.footer-widgets section > h3 {
  border-bottom: inherit;
}

.top-social-wrapper a:hover, .top-social-wrapper a:focus {
  background-color: #000;
  color: #fff;
}
/* form */

form {
  width: 100%;
}

label {
  width: 100%;
}

.wpcf7-submit {
  background-color: #71030e;
  color: #FFF;
  border: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input, select, textarea {
  width: 100%;
}

/* buttons */

.btn-primary {
  background-color: #71030e!important;
  border: none!important;
}

.btn-primary:hover, .form#commentform .input#submit:hover, .wpcf7-submit:hover {
    background-color: #000!important;
    border-color: #000!important;
}

.panel-default > .panel-heading {
 background-color: #71030e;
 color: #fff;
}

.main-slide-content-box {
  background-color: inherit!important;
  text-align: center;
  width: 100%;
}

.overlay {
  height: 100%;
}
.main-slide-content-box h2 {
  font-weight: bold;
  font-size: 60px;
  color: #FFF!important;
  padding-bottom: 0px;
}

.main-slide-content-box h3 {
  color: #FFF!important;
  font-size: 40px;
}

.contact-info>div:before {
  color: #71030e;
}

/* navigation */

.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus {
  font-weight: bold;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: inherit;
}

.navbar-nav {
    text-transform: uppercase;
    float: right;
    font-size: 16px;
    margin-top: 18px;
}

.navbar-header a.custom-logo-link img {
  padding: 10px 0;
}

/* footer */

.footer-empty-content div {
    padding-left: 0;
}

.site-info a {
  color: #fff;
}

/* 404 page */

.error-404 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.error-404 .page-content {
    padding-bottom: 50px;
}

.error-404 button {
  margin-top: 15px;
}

.page-header  {
  border: none;
  padding-bottom: 0;
}

.error-404 {
  text-align: center;
}

.error-404 h1 {
  font-size: 7em;
}

.error-404 p {
  font-size: 1em;
}

.archive .content-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
