/*  
10kBeats - Premade 23: Riptide - Melissa Roxburgh Archives - Gallery CSS

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

*/

* {
    margin: 0;
    padding: 0;
}

@font-face {
	font-family: "Victoria";
	src: url("./fonts/Victoria.otf");
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

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

.maintable, .altmaintable {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
}

article .top {    
    content: '';
    width: 100%; height: 1px;
    margin-bottom: 30px;
    border: none;
    display: block;
    position: relative;
    z-index: 20;
}

article .maintable:last-of-type {
    margin-bottom: 0;
}

.tableh1 {
    padding-bottom: 30px;
    font-family: "Victoria";
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.1em;
    position: relative;
}

.tableh1 span, .statlink h2 span {
    position: relative;
}

.tableh1 span::before, .statlink h2 span::before {
    content: '';
    position: absolute;
    top: -27px; left: 0;
    width: 100%; height: 3px;
    margin: auto;
    opacity: 1;
    display: block;
    z-index: 25;
}

.tableh1 strong {
    font-weight: normal;
}

.tableh2 {    
    padding: 15px 0;
    box-sizing: border-box;
}

.tableb, .tablef {
    padding: 25px 30px;
    position: relative;
}

.tableb::before, .tablef::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    margin: auto;
    z-index: -5;
}

.tableb a, .tablef a {
    font-weight: 600;
    text-decoration: underline;
}

.tableb label {
    margin-right: 5px;
}

#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: #8daba8;
    border: 5px solid #a5d0d6;
}