.pattern {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55)), url(../img/dark_wall.png);
}

.pattern-dark {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55)), url(../img/dark_leather.png);
}

.divider {
    height: 55px;
    margin: -18px 0px;
    position: relative;
    z-index: 1;
}

.bottom-wrapper {
    background: url(../img/blog-separator-2.png) 50% 100% no-repeat;
    position: relative;
    margin: 25px;
    padding: 20px;
}

.divider:before {
    left: 0;
    margin-right: 82px;
    right: 50%;
    background: url(../img/divider-sprite.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0;
}

.divider:after {
    left: 50%;
    margin-left: 82px;
    right: 0;
    background: url(../img/divider-sprite.png) repeat-x 50% 0;
    content: "";
    height: 55px;
    position: absolute;
    top: 0;
}

.divider-rule {
    background: url(../img/divider-sprite.png) repeat-x 50% 100%;
    border: 0;
    height: 55px;
    left: 50%;
    margin: 0 0 0 -82px;
    position: absolute;
    top: 5px;
    opacity: 1;
    width: 164px;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

h2, h1, h3, h4, h5 {
    font-family: "Cinzel Decorative", "Palatino Light", Times, Times New Roman, Georgia, serif;
    color: #ecd19a;
}

.niceFont {
    font-family: "Cinzel Decorative", "Palatino Light", Times, Times New Roman, Georgia, serif;
}

.copyright {
    font-family: "Cinzel Decorative", "Palatino Light", Times, Times New Roman, Georgia, serif;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 1.10rem;
    color: #734a32;
}


.customBackground {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25)), url(../img/customBackground.jpg);
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 -10px 50px #000000;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .customBackground {
        background-attachment: fixed;
    }
}

.btn {
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.35);
    border-radius: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
    font-family: "Cinzel Decorative", "Palatino Light", Times, Times New Roman, Georgia, serif;
    line-height: 36px;
    border: 1px solid #b93a27;
}

#particles-block {
    position: relative;
    overflow: hidden; /* Confine particles within this section */
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.redinput {
    border-radius: 0;
    width: 100%;
    padding: 0.25rem;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #96744a;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.275);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.275);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    background-color: #29221c;
    border-top-color: #734a32;
    color: #ffcb8d;
}

input:focus, textarea:focus, button:focus {
    outline: 0 !important;
}

li{
    cursor:pointer;
}

table {
    width:100%;
}

thead{
    border-bottom:1px solid #ecd19a;
    padding:0 10px;
}

table.dataTable tbody tr{
    background-color: transparent;
}
