/**
 *
 * escn-styles.css
 *
 * @package ES Cookie Notice
 *
 */
@charset "UTF-8";


.escn-outer {
	width:100%;
	display:block;
	clear:both;
	background-color:#323232;
	color:#fff;
    left: 0;
    z-index: 9;
	padding-left: 32px;
	padding-right: 32px;
}

.escn-outer.escn-position-top {
    top: 0;
}

.escn-outer.escn-position-bottom {
    bottom: 0;
	position: fixed;
}

.escn-outer.loading{
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.escn-inner {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	margin: 0 auto;
    padding: 16px 0;
    color: #FFFFFF;
}


.escn-title {
    flex: 0 0 100%;
    padding: 0 8px;
}

.escn-links {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 8px;
    text-align: right;
    align-self: flex-end;
}

.escn-links .button:hover {
    background: inherit;
    color: inherit;
}


.escn-title h2 {
    display: inline-block;
    margin-bottom: 4px;
}

.escn-text {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 8px;
    font-size: 14px;
}

.escn-text a {
    text-decoration: underline;
}


.escn-text p {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .escn-title,
    .escn-links {
        flex-shrink: 1;
        flex: 0 0 100%;
        max-width: 100%;
        width: auto;
        display: inline-block;
    }

    .escn-text {
        flex-shrink: 1;
        flex: 0 0 100%;
        max-width: 100%;
        width: auto;
        display: inline-block;
    }

    .escn-links .button,
    .escn-links button {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 0;
    }

	.escn-outer {
		padding-left: 16px;
		padding-right: 16px;
	}
}
