/*
Theme Name: Praxis Hahn
Theme URI: https://www.praxis-hahn.com/
Description: Total Child Theme
Author: Renoarde
Template: Total
Version: 1.0.0
*/

.overlay-title-bottom-see-through {
    background: rgba(0,0,0,0);
}

.overlay-title-bottom, .overlay-title-bottom-see-through {
    color: #51aeff;
    font-size: .7em;
}


.ds-ol-latin {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.ds-ol-latin > li {
  margin: 0;
  padding: 0 0 0 2em;
  /*text-indent: -2em;*/
  list-style-type: none;
  counter-increment: item;
	margin-bottom: 1em;
}

.ds-ol-latin > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item, lower-alpha) ")";
	margin-left: -1em;
}

.ds h1 {
	padding-top: .65em;
}

.ds ul {
	padding-top: .65em;
}

.ds-source {
	padding-top: 2em;
	font-size: .65em;
}





.form_wrapper {
	display: flex;
	margin-top: -1em;
}

.form_2-col {
	width: 50%;
	padding: .25%;
	padding-top: 1em;
	margin: auto;
}

body .wpex-form-min .wpcf7-not-valid {
    border: none!important;
}


.copy-2-col {
    column-count: 2;
    column-gap: 50px;
}


.copy-block {
    padding: 30px 25px;
	border-top: 2px solid #b5131d;
}



.content-button {
    transition: all .35s;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #b5131d;
    padding-left: 0;
}

.content-button:hover {
    background: #b5131d;
    color: white;
	text-decoration: none;
}




.highlight-red {
    color: #b5131d;
}


.wpex-carousel-entry-details {
    background: none;
    border: none;
    padding: 15px;
}


.hyphens {
	hyphens: auto;
}

.home-tile {
    font-size: .9em;
}

.dash::after {
    z-index: 999;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #b5131d;
    bottom: 40px;
    left: 45px;
}


.dash-white::after {
    z-index: 999;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: white;
    bottom: 40px;
    left: 45px;
}

.dash-2-col::after {
    left: 30px;
    bottom: 30px;
}

.navbar-style-one .dropdown-menu>li.menu-item>a>span.link-inner {
    padding: 0 7px;
}

.navbar-style-one .dropdown-menu>li.menu-item>a {
    height: auto;
    line-height: 1;
    color: black;
}

.navbar-style-one {
    top: auto;
    bottom: 0;
	height: 55px;
}

.sticky-header-shrunk .navbar-style-one {
	height: 42px;
}

.current-menu-item > a span::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #b5131d;
    margin-top: 5px;
}