/*  
10kBeats - Premade 21: Dusk - Gallery CSS

All color values in this file are default values. Change them to your liking in the colors.css file.
*/

@font-face {
  font-family: "Alit Halloween";
  src: url("../fonts/AlitHalloween-Regular.otf");
}

* {
	margin: 0;
	padding: 0;
}

::selection {
	background-color: #2e0f01;
	color:#fff9f7;
	text-shadow: none;
}

::-moz-selection {
	background-color: #2e0f01;
	color:#fff9f7;
	text-shadow: none;
}

body {
	background: #fff9f7;
	color: #675f5c;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

a {
    color: inherit;
    text-decoration: none;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
	transition: all 0.42s ease-out;
}

.maintable {
    margin-bottom: 60px;
}

.tableh1 {
    padding-top: 15px;    
    padding-bottom: 10px;
    color: #2e0f01;
    font-family: 'Metal Mania', cursive;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.021em;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-color: #2e0f01;
}

.tableh1 span {
    position: relative;
}

.tableh1 span.statlink {    
    font-size: 18px;
}

.tableh1 span::after {
    content: '';
    position: absolute;
    left: 0; bottom: -11px;
    width: 100%; height: 5px;
    background: #663232;
    border-right-width: 5px;
    border-right-style: solid;
    border-color: #fff9f7;
    z-index: 25;
}

.display_media img {max-width: 80%; height: auto;}

@supports (-moz-appearance:none) {
    .tableh1 span::after { bottom: -11px; } 
}

.tableh2 {
    padding-top: 15px;    
    padding-bottom: 15px;
}

.tableb, .tablef {
    padding-top: 15px;
}

.tableb a, .tablef a {
    color: #d54711;
    font-weight: 600;
}

.tableb strong, .tablef strong {
    color: #2e0f01;
    font-weight: 600;
}

main .detail_head_collapsed, main .detail_head_expanded {
	padding-left: 15px;
    padding-bottom: 10px;
	color: #2e0f01;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	border-color: #2e0f01;
	display: block;
}

form#cpgform .maintable tr td.tableb {
    padding-left: 15px;
    padding-right: 15px;
}

form#cpgform .maintable tr td.tableb:first-of-type {
    padding-left: 0;
}

form#cpgform .maintable tr td.tableb:last-of-type {
    padding-right: 0;
}

form#cpgform .maintable tr td.tableb iframe {
    padding: 15px;
}

#cpgMessage {
    margin: 20px auto;
    text-align: center;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    margin-top: 20px;
    padding: 20px 2vw;
	text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center;
    box-sizing: border-box;
    border: none;
}

.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}

.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}

.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}

.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}

.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
	width: 400px;
    margin: 10px 0;
	padding: 5px 10px;
    background-color: #FFDEEF;
    color: #FF2B9C;
    font-size: 12px;
	text-align: right;
	float: right;
    border: none;
}

#GB_window {
    padding: 20px;
    background: #fff9f7;
    border: 5px solid #2e0f01;
}

.everything {
    position: relative;
    width: 200px;
    display: inline-block;
    margin-right: 16px;
    margin-top: -12px;
    margin-bottom: 15px;
}

.career {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: left;
}

.everything:hover .image {
    opacity: 0.3;
}

.everything:hover .middle {
    opacity: 1;
}

.info {
    background-color: #FFFFFF;
    color: black;
    font-size: 11px;
    padding: 5px;
    font-family: Barlow;
    width: 180px;
    margin-left: 0px;
    text-align: left;
    line-height: 20px;
}