/** **/

.nominees {
    display: table;
}

.nominees > .row {
    display: table-row;
}

.nominees > .row > div {
     display: table-cell;
}

.nominees > .row > div:first-child {
    padding-left: 0;
    max-width: 320px;
    min-width: 200px;
}

.nominees > .row > div.with_spacer {
    border-right: 2px solid #000;
}

.nominees > .row > div {
    padding: 0 10px 0 10px;
}

div.active, a.active {
    background: #452276;
    color: #f0f0f0;
}

.nominees #developer_and_publisher:before {
    content: "Developer & Publisher: ";
}

.nominees #info_box,
.nominees #content_box #nominee_list,
.nominees #info_box #text,
.nominees #info_box #image {
    margin-top:20px;
}
.nominees #info_box #image {
    max-width: 320px;
}

#winner {
    position: relative;
}

/* Rotater / Loader */
.loader {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background: #fff;
    opacity: 0.5;
}

.letter-list ul {
    list-style-type: none;
    display: inline-block;
}

.letter-list ul li {
    padding: 5px;
    font-size: 12pt;
}

.letter-list ul li.clickable {
    cursor: pointer;
    font-size: 14pt;
}

.letter-list ul li.active {
    font-weight: 600;
    border: 1px solid #c0c0c0;
}

.letter-list ul li {
    display: inline-block;
}

#jury {
    position: relative;
}

#jury .jury-member .view-list > div {
    display: block;
}

#jury .jury-member-view-wrapper {
    display: inline-flex;
    min-height: 360px;
}

#jury .jury-member-view {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px;
    width: 200px;
    background: #f0f0f0;
}

#jury .jury-member-text {
    -ms-word-break: break-word;
    word-break: break-word;
}

#jury .jury-member-view .jury-member-image {
    text-align: center;
    margin-bottom: 10px;
}

#jury .jury-member-view .jury-member-image img {
    max-width: 150px;
    -webkit-border-radius: 66%;
    -moz-border-radius: 66%;
    border-radius: 66%;
    width: 150px;
	height: 150px;
	object-fit: cover;
}

.loader .loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px; /* -1 * image width / 2 */
    margin-top: -50px;  /* -1 * image height / 2 */
    display: block;
}
/*
#winner .loader .loader-inner .loader-image {
    background:url(/wp-content/themes/Avada-Child-Theme/gfx/ajax-loader-big.gif) center center no-repeat; width:100px; height:100px; min-height:48px; margin:0 auto;
}*/
.dot-spinner-64x64 {
    animation: dot-spinner-64x64 1s steps(12) infinite; display: block; width: 64px; height: 64px;
    background-image:url(/wp-content/themes/Avada-Child-Theme/gfx/loading.png);
}
@keyframes dot-spinner-64x64 { from { background-position: 0 0; } to { background-position: 0 -768px; } }

#nominees ul, #winner ul {
    list-style-type: none;
    margin-left: -40px;
    font-size: 14px;
}

.hidden {
    display: none !important;
}

.visible-xs, .visible-lg {
    display: none;
}
@media (max-width: 768px) {

    .hidden-lg {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .nominees {
        padding: 0 5px 0 5px;
    }

    .nominees, .nominees > .row,  .nominees > .row > div  {
        display: contents;
    }

    .nominees > .row > div:first-child {
        padding-left: 12px;
        max-width: 100%;
    }

    .nominees > .row > div.with_spacer {
        border-right: 0;
    }

    .nominees #content_box > div {
        margin-top: 10px;
    }

    .nominees #info_box {
        margin-bottom: 20px;
    }

    .nominees select {
        width: 100%;
    }

    .nominees #nominee_list {
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    .visible-lg {
        display: block;
    }
}

.tickets-block {
    position: relative;
    min-height: 400px;
}

.tickets-block .tickets-loader {
    position: absolute;
    top: 60px;
    left: calc(50% - 60px);
    z-index: 1;
    font-size: 1.1em;
}

.tickets-block iframe {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    min-height: 640px;
}