/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.wp-caption > .wp-caption-text,
.wp-caption > .wp-caption-text:last-child,
.gallery-item > .wp-caption-text,
.gallery-item > .wp-caption-text:last-child {
	font-variant: small-caps !important;
  color: #000000 !important;
}

/*.x-colophon {*/
/*  position: fixed;*/
/*  width: 100%;*/
/*  bottom: 0;*/
/*  z-index: 9999;*/
/*}*/

/*footer {*/
/*  display: none;*/
/*}*/

body {
    background-image: url(https://edertal.de/wp-content/uploads/2019/06/mauer_abgesoftet.jpg);
  background-attachment: fixed;
background-repeat: no-repeat;
background-origin: padding-box;
background-position: center;
  color: #000000;
}

.entry-content {
  color: #000000 !important;
}

.x-container.main::before {
    background-color: unset;
}

.current-menu-parent {
    background  : rgba(0,144,211,0.75) !important;
    color: #ffffff;
}

.x-promo .x-promo-image-wrap img {
  object-fit: cover;
  object-position: top;
  height: 350px;
}

div.entry-content {
  margin-top: 0;
}

div.x-section {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}

h1, h2, h3, h4, h5, h6 > :first-child {
  margin-top: 0 !important;
}