/*
Theme Name: Sparkling Child
Description: Sparkling Child Theme
Author: Richard Dorner
Author URI: http://www.rdorner.de
Template: sparkling
Version: 4.9.4
Tags:
*/

/*Hide post date, author and category*/
/*.entry-meta { display: none !important; }*/

body {
  color: #000000;
  font-family: 'Arial',sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #444444;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1em;
  font-family: 'Arial',sans-serif;
}
h1, .h1 { font-size: 1.5em; }
h2, .h2 { font-size: 1.3em; }
h3, .h3 { font-size: 1.2em; z-index: 10;}
h4, .h4 { font-size: 1.1em; }
h5, .h5 { font-size: 1.0em; }
h6, .h6 { font-size: 0.9em; }

/*Widget entries*/
#secondary .widget a {
  color: #434343;
}
#secondary .widget a:hover {
  color: #4484C5;
}
#secondary .widget .social-icons a {
  color: #FFFFFF;
}

/*Links*/
a, #infinite-handle span, #secondary .widget .post-content a {
  color: #444444;/*#0066CC;*/
  text-decoration: underline;
}
a:hover, a:focus {
  color: #4484C5;
  text-decoration: underline;
}

/*Scroll-to-top button*/
.scroll-to-top:hover {
  background: #6ca77c;
  opacity: .8;
}
/*Nav buttons*/
.post-navigation a:hover, .paging-navigation a:hover {
  color: #FFF;
  background: #6ca77c;
  text-decoration: none;
}

.entry-title a:hover {
  color: #4484C5;
}

/*Header background*/
.navbar.navbar-default {
  background-color: #e8e8e8;
  font-family: 'Open Sans', serif;
  margin-bottom: 0;
  font-weight: 500;
}
/*Header menu*/
.navbar-default .navbar-nav > li > a {
  color: #000000;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
/*Header menu hover*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  /*background-color: transparent;*/
  background-color: #999999;
  text-decoration: none;
}

/* Reduce heigt of Hamburger manu */
.navbar-fixed-bottom, .navbar-collapse, .navbar-fixed-top, .navbar-collapse {
  max-height:none !important;
}
.navbar-default .navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*Post inner content (overwrites style.css entry)*/
.post-inner-content {
  padding: 45px 50px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-top: none;
}

/*Buttons (woocommerce elements not changes) (overwrites style.css entry)*/
.btn-default, .label-default {
  background-color: #909090;
  border-color: #909090;
}

.social-menu a {
    text-decoration: none;
}
.site-footer a {
    text-decoration: none;
}
/*Sparkling uses Flexslider as image slider (overwrites flexslider.css entries)*/
/*.flex-caption {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 30px;
  display: inline-block;
  max-width: 1170px;
  margin: auto;
  bottom: 25px;
}*/
/*Sparkling Flexslider: Remove flex-caption */
.flex-caption {
  display: none;
}
/*.flex-caption h2 {
  background: rgb(139,139,139);
  background: rgba(139,139,139,0.7);
  font-weight: 400;
  font-size: 24px;
  max-width: 640px;
  display:none;*/ /*inline-block;*/
/*  padding: 12px 20px;
  margin-bottom: 0;
  color: #fff;
}*/

/*SweetAlert2*/
.swal2-shown {
  min-height: 100%;
}
.swal2-confirm {
  padding: 0.3rem 1rem;
  background-color: #6CA77C;
  font-size: 1.1rem;
  border-radius: 2px;
  border-style: none !important;
/*outline: 0 !important;*/
  font-weight: bold;
}
.swal2-confirm:active {
/*outline: 0 !important;*/
  box-shadow: none !important;
  background-color: #AAAAAA;
}
.swal2-content {
  font-family: 'Arial',sans-serif;
  font-size: 130% !important;
  color: black !important;
}
.swal2-header {
  font-family: 'Arial',sans-serif;
  font-size: 80%;
  color: black !important;
}