/*
 Theme Name:   Allegiant Child
 Description:  Mein Child Theme
 Author:       Webtimiser
 Author URI:   
 Template:     allegiant
 Version:      1.0
 Text Domain:  allegiant-child
*/

body {
	line-height:1.5;
}

/*--- Button Anmeldung ---*/

body .ctsc-button,
body .ctsc-button:visited {
	border-radius:23px;
}

/*--- Slider ---*/

.slide-caption {
	color:#FFF;
	font-size:1.3em;
}

.slide-title  {
	color:#FFF;
	
}

h2.slide-title {
	font-size:1.8em;
}

.slider-slides .slide-content:after {
	background:#FFF;
}


/*--- Sidebar auf Startseite ausblenden ---*/
.page-id-3599 .sidebar {
	display:none;
}


/*--- Button Formular ---*/
t.wpcf7-form-control .wpcf7-submit {
	text-shadow:none;
}

.button, .button:visited, input[type=submit] {
	background:#666;
	border-radius:23px;
}


html body .button, html body .button:link, html body .button:visited, input[type=submit] {
	border: 2px solid #666;
    text-shadow: none;
    background: none;
    color: #666;
}

/*--- Author ausblednen ---*/
.post-author a {
	display:none;	
}

.jtg-title {
    color: #FFF !important
}

/*--- Abstände Buttons Seite Archiv ---*/
.wp-block-button__link {
	margin-bottom: 10px;
}

/*--- Table --- */
td {
 vertical-align: middle !important;
}