/* ------- CONCRETE FIXES -------- */
#ccm-theme-grid-edit-mode-row-wrapper {
display: flex;
width: 100%;
position: relative;
}
.address {
line-height: 38px;
}
.c5wrapper .ccm-system-errors ul {
margin-bottom: 0;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.ccm-page{
    flex-grow: 1;
}

@media (min-width: 992px){
    li.nav-item.active a:hover:after {
        transform: scaleX(1);
        border-bottom: solid 1px #f89c0e;
    }
    li.nav-item.active a:after {
        display: block;
        content: '';
        border-bottom: solid 1px #6c78af;
        transform: scaleX(0.5);
        transition: transform 250ms ease-in-out;
        padding-top: 5px;
    }
}

.logo{
	width: 100px;
}

footer {
    background-color: #222226;
    color: #AAA;
    padding: 25px 0px;
}

.homeblock a, .containerDefault a, .breadcrumb a, footer a{
	color: #6c78af;
}

.homeblock a:hover, .containerDefault a:hover, .breadcrumb a:hover, footer a:hover{
	color: #f89c0e;
}

.homeblock a:hover i:after {
    transform: scaleX(2);
    border-bottom: solid 1px #f89c0e;
}

.homeblock a i:after {
    display: block;
    content: '';
    border-bottom: solid 1px #6c78af;
    transform: scaleX(1);
    transition: transform 250ms ease-in-out;
    padding-top: 30px;
}

.containerDefault img{
    max-width: 100%;
    height: auto;
}

.photo-center img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logoFlex{
    display: flex;
    height: 100%;
    justify-content: center;
}

.align{
    align-self: center;
}

ul.dropdown-menu{
    border-radius: 0 !important;
}

@media (max-width: 991px){
    ul.dropdown-menu li a{
        margin-left: 25px;
    }
}

.hero img{
    max-width:1920px;
    max-height:300px;
    width: 100%;
    height: auto;
}


@media (max-width: 575px){
    .align img {
        margin-top: 10%;
    }
}

.btn-primary {
    color: #fff !important;
    background-color: #6c78af !important;
    border-color: #6c78af !important;
}

.btn-primary:hover {
    background-color: #f89c0e !important;
    border-color: #f89c0e !important;
}

ol.breadcrumb {
    padding-left: 11.5%;
    font-size: small;
}

.breadcrumb li {
    white-space: pre;
}