/*
Theme Name: X-child
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: An immensely powerful and endlessly customizable WordPress theme.
Version: 6.4.6
License: GNU General Public License v2.0
License URI: NaN
Text Domain: __x__
*/

/*
-- ###Überschrift H1 - Seitentitel ###--
*/
H1 {
	font-size: 24px;
	letter-spacing: 0.25em;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	border-style: dotted;
	border-color: #cccccc;
	border-width: 1px;
	border-radius:5px;
	background-color: #eeeeee;
    /*text-shadow: 2px 2px 3px #777;*/
    box-shadow: 3px 3px 3px #777;
}

.elementor-widget-heading.elementor-widget-heading h1.elementor-heading-title {
  color: #7333a6;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 5px;
}

/*-- ###Überschrift H1 für den BLOG-Name###--*/

/*-- ###Ausblenden des Headers bei der Blog-Seite und den Beiträgen###--*/
.x-header-landmark {
	display: none
}

/*-- ###Überschrift H1 Beiträge###--*/
H1.entry-title {
	font-size: 24px;
	letter-spacing: 0.25em;
	font-weight: bold;
	margin-bottom: 40px;
	padding: 5px !important;
	font-variant: normal !important;
	font-style: italic;
	text-align: center;
	color: #7333a6 !important;
	border-style: dotted;
	border-color: #cccccc;
	border-width: 1px;
	border-radius:5px !important;
	background-color: #eeeeee;
    box-shadow: 3px 3px 3px #777;
}

/*-- ###Thumbail Formatierung bei der Liste der Beiträgen###--*/
.entry-featured {
	border-color: #eeeeee;
}


/*
-- ###Überschrift H2 - Text ###--
*/
H2 {
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #7333a6;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}

.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title {
	color: #7333a6;
}


/*-- ###Überschrift H2 bei den aufgelisteten Beiträgen###--*/
H2.entry-title {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #44499a !important;
  font-style: italic !important;
  font-weight: bold;
  margin-top: 0px!important;
  margin-bottom: 10px!important;
}


/*
-- ###Überschrift H3 - Text ###--
*/
H3 {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #7333a6; 
  font-style: italic;
  font-weight: bold;
}

.elementor-widget-heading.elementor-widget-heading h3.elementor-heading-title {
	color: #7333a6;
}


/*
-- ###Zitat & Anführungszeichen ###--
*/
.Zitat {
  font-size: 25px;
  letter-spacing: 0.05em;
  /*color: #909090;*/
  color: #7333a6;
  font-weight: normal;
  font-family: Times New Roman, serif;
  text-align: center;
  border-style: dotted;
  border-color: #cccccc;
  border-width: 1px 0px 1px 0px;
  border-radius:5px;
  padding: 15px;
  margin: 20px 0px -20px 0px;
  /*margin: 20px 10% -20px 10%;*/
  /*background-color: #f9f9f9;*/
  }

.AnfZei {
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #7333a6; 
  font-weight: normal;
  font-family: Times New Roman, serif;
  text-align: center;
}



/* ###WIDGET### */
/*
-- ###Widget Sidebar - Überschrift H4 ###--
*/
h4.h-widget {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #7333a6;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  border-style: dotted;
  border-color: #cccccc;
  background-color: #eeeeee;
  border-width: 1px;
  border-radius:5px;
  padding: 5px;
  box-shadow: 3px 3px 3px #777;
}

/*
-- ###Widget Sidebar ###--
*/
.textwidget {
  padding: 0px 5px 0px 5px;	
  font-size: 14px;
}

/*
-- ###Widget Sidebar - Liste der Beiträge ###--
*/
.widget ul li {
  font-size: 15px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

.WidgetAvis-Text {
  font-size: 15px;
}


/*
-- ###P - Text ###--
*/
P {
  font-size: 15px;
  color: #505050;
  font-weight: normal;
  margin-bottom: 0px !important;
}

/*-- ###P - Text - XL hervorgehoben ###--*/
.P-XL {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #7333a6;
  font-weight: bold;
  text-align: center;
  border-style: dotted;
  border-color: #cccccc;
  border-width: 1px;
  border-radius:5px;
  padding: 5px;
}

/*-- ###P - Text - Zwischen hervorgehoben ###--*/
.P-Zwischen {
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #7333a6;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

/*-- ###P - Text - Times, fetter, größer, zentriert ###--*/
.P-TFGZ {
  font-family: Times New Roman;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #7333a6;
  font-weight: bold;
  text-align: center; 
}



/*-- ###P - Unfold Text - expand and collapse text ###-- */
a.elementor-accordion-title {
  color: #7333a6; 
  text-decoration: underline 
  font-size: 14px;
  font-weight: normal;
}

a.elementor-accordion-title:hover {
  color: #ff0000 !important;
  text-decoration: underline 
}

a.elementor-accordion-title:visited {
  color: #7333a6 !important; 
  text-decoration: underline 
}

/*-- ###UL, LI - Text ###--*/

UL {
  /*list-style-type: em-dash;
  list-style-type: &mdash;*/
  list-style-type: '–';   
  }

LI {
  padding-left: 16px;
  font-size: 15px;
  color: #505050;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0px !important;	
}

/*-- ###Links Text ###--*/
a:link {
  text-decoration: underline !important
}

/*-- ###Subnav Formatierung ###--*/
.masthead-inline .x-navbar .desktop .sub-menu {
  left: 0;
}


/*-- ###Deaktivieren von CarouselInfo ###--*/
.amazingcarousel-item div.amazingcarousel-image :nth-child(3) { z-index: -99; }


/*-- ###Kontakt Formular ###--*/
.wpforms-confirmation-container-full {
  color: #505050;
  text-align: center;
  border-color: #3366ff;
  background-color: #ffffff;
  border-width: 1px;
  border-radius:5px;
  padding: 5px;	
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 14px;
  color: #505050;
  font-weight: normal;	
}
 
div.wpforms-container-full .wpforms-form input[type="submit"], 
div.wpforms-container-full .wpforms-form button[type="submit"], 
.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-size: 16px;
  font-weight: bold;
  /*height: 2.5rem;
  margin-top: calc(1rem/16*5);
  padding: .5rem .75rem;*/
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 3px 3px 3px #777;
  color: white;
  background-color: #7333a6;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background-color: #ff0000;
  border-color: #505050;
  cursor: pointer;
}

/*-- ###Tabelle Prières ### --*/
.tablepress-id-5 {
	border: 1px solid #ddd8d6 !important;
	border-radius: 10px;
    text-align: center;
}

.tablepress-id-5 thead th {
	border: 1px solid #ddd8d6;
	background-color: #F7F9FF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7333a6;
	text-align: center;
}

.tablepress-id-5 tbody td {
	border: 1px solid #ddd8d6;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #505050;
	text-align: center;
	vertical-align: middle;
}

/*-- ###Tabelle Messages de Marie ### --*/
.tablepress-id-7 {
	border: 1px solid #ddd8d6 !important;
	border-radius: 10px;
    text-align: center;
}

.tablepress-id-7 thead th {
	border: 1px solid #ddd8d6;
	background-color: #F7F9FF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7333a6;
	text-align: center;
}

.tablepress-id-7 tbody td {
	border: 1px solid #ddd8d6;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #505050;
	text-align: center;
	vertical-align: middle;
}

/*-- ###Tabelle Psaumes Vivants ### --*/
.tablepress-id-9 {
	border: 1px solid #ddd8d6 !important;
	border-radius: 10px;
    text-align: center;
}

.tablepress-id-9 thead th {
	border: 1px solid #ddd8d6;
	background-color: #F7F9FF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7333a6;
	text-align: center;
}

.tablepress-id-9 tbody td {
	border: 1px solid #ddd8d6;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #505050;
	text-align: center;
	vertical-align: middle;
}

/*-- ###Tabelle Audios Psaumes Vivants ### --*/
.tablepress-id-10 {
	border: 1px solid #ddd8d6 !important;
	border-radius: 10px;
    text-align: center;
}

.tablepress-id-10 thead th {
	border: 1px solid #ddd8d6;
	background-color: #F7F9FF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7333a6;
	text-align: center;
}

.tablepress-id-10 tbody td {
	border: 1px solid #ddd8d6;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #505050;
	text-align: center;
	vertical-align: middle;
}

/*-- ###Formatierung Audio Balken### --*/
audio.PlayerAudio {
	background-color: #777777;
    border: 1px solid #7333a6;
    border-radius: 12px;
}


/*-- ###Farbe Reihe hover Tabellen Prières, Psaumes Vivants, Messages de Marie, Audios### --*/
.tablepress-id-5 .row-hover tr:hover td,
.tablepress-id-7 .row-hover tr:hover td,
.tablepress-id-9 .row-hover tr:hover td,
.tablepress-id-10 .row-hover tr:hover td {
    background-color: #dde6ff;
    font-weight: bold;
}


/*-- ### Formatierung für img ###--*/
.tablepress-id-5 img,
.tablepress-id-7 img,
.tablepress-id-9 img,
.tablepress-id-10 img {
	display:inline;
}


/* siehe auch Table Eigenschaften CSS*/

/*-- ###Formatierung Afficher/Rechercher/Affichage/Précédent-Suivant ###--*/
.dt-length {
	font-size: 14px;
	color: #505050;
	font-weight: bold;
	margin-bottom: 10px;
}

.dt-search {
	font-size: 14px;
	color: #505050;
	font-weight: bold;
}

.dt-info {
	font-size: 14px;
	color: #505050;
	font-weight: bold;
	font-style: italic;
}

.dt-paging a {
	font-size: 14px !important;
	color: #1b38a4 !important;
	font-weight: bold;
}

/*-- ###Dons Button Widget ###--*/
.Dons {
  text-align: center;
}

.DonsButton {
  background-color: #7333a6;
  color: white;
  padding: 1px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 3px 3px 3px #777;
  transition: background-color 0.3s ease;
  text-align: center;
}

.DonsButton:hover {
  /*background-color: #7333a6;*/
  background-color: #ff0000;
  border-color: #505050;
  cursor: pointer;
}


/*-- ### Kommentare Bearbeitung für Startseite Accueil ###--*/
.page-id-6 .comments,
.page-id-6 #comments,
.page-id-6 .comments-area {
   display: none !important;
}

.page-id-6 .comment-reply-title {
  /*font-size: 14px !important;*/
   display: none !important;
}

.page-id-6 .comment-notes{
   display: none !important;
}

.page-id-6 .comment-form-comment textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  resize: vertical;
}

.page-id-6 .comment-form-author input,
.page-id-6 .comment-form-email input {
  width: 100%;
  padding: 8px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 15px;
}

.page-id-6 .comment-form .form-submit {
  width: 100%;
  text-align: center !important;
}

.page-id-6 .comment-form input#author {
  width: 100px;
}

.page-id-6 .comment-form input#email {
  width: 180px;
}

.page-id-6 .comment-form.submit, input[type="submit"] {
  background-color: #7333a6;
  color: white;
  padding: 6px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 3px 3px 3px #777;
  transition: background-color 0.3s ease;
  text-align: center;
}

.page-id-6 .comment-form.submit, input[type="submit"]:hover {
  background-color: #ff0000;
  border-color: #505050;
  color: white;
  box-shadow: 3px 3px 3px #777;
  cursor: pointer;
}

/*-- ### Kommentar auf der Seite Accueil - Carousel ### --*/
.comment-carousel blockquote {
  padding: 1em;
  background: #f9f9f9;
  border: 1px dotted #ccc;
  margin: 0 10px;
  border-radius: 5px;
}

.carousel-AnfZei {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #adadad; 
  font-weight: normal;
  font-family: Times New Roman, serif;
  line-height: 0;
}

.comment-carousel footer {
  margin-top: 1em;
  font-weight: bold;
  text-align: right;
  font-size: 15px;
  font-style: italic;
  color: #505050;
}
.carousel-date {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 11px;
}

.slick-prev:before, .slick-next:before {
  color: #7333a6 !important;
}

/*-- ### Diskussion beim Blog ### --*/
#reply-title {
  font-size: 16px;	
}

p.logged-in-as {
  font-size: 15px;
}

p.comment-notes {
  font-size: 15px;
}

.required-field-message {
  font-size: 15px;	
}

/*.comment-form-comment textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  resize: vertical;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  padding: 8px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 15px;
}

.comment-form .form-submit {
  width: 100%;
  text-align: center !important;
}

.comment-form input#author {
  width: 100px;
}

.comment-form input#email {
  width: 180px;
}

.comment-form.submit, input[type="submit"] {
  background-color: #7333a6;
  color: white;
  padding: 6px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 3px 3px 3px #777;
  transition: background-color 0.3s ease;
  text-align: center;
}

.comment-form.submit, input[type="submit"]:hover {
  background-color: #ff0000;
  border-color: #505050;
  color: white;
  box-shadow: 3px 3px 3px #777;
  cursor: pointer;
}*/
