/*
Theme Name:		 Divi-child
Description:	 Divi-child is a child theme of Divi, created by ChildTheme-Generator.com
Author:			 Alex Baur
Template:		 Divi
Version:		 1.0.0
Text Domain:	 divi-child
*/


/*
    Add your custom styles here
*/

.is-admin {
    display: none !important;
}
.logged-in .is-admin{
    display: flex !important;
}

.top-bar {
    background-color: #ad820d;
    color: white;
    min-height: 50px;
    display: flex;
}
.top-bar .container {
    text-align: center;
}
.top-bar .container p {
    font-weight: bold;
    font-size: 1.2em;
}

/*.triangle-top {
    display: inline-block;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 111px 0;
    border-color: transparent #ad820d transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.triangle-top:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 111px 0;
    border-color: transparent #ad820d transparent transparent;
}
.triangle-top a span{
    color: white;
    transform: rotate(29deg);
    position: absolute;
    font-size: 1.5em;
    display: block;
    top: 30px;
    font-weight: bold;
    left: 100px;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
}

.et-fixed-header .triangle-top a span{
    font-size: 1.1em;
    top: 56px;
    left: 127px;
}

@media only screen and (max-width: 1255px) {
    .triangle-top {
        display: none;
    }
}*/
