/*
 * CSS Seminar 2023
 */

.title-uppercase {
    text-transform: uppercase;
}

.title-light-white {
    color: #dadada;
}

.title-light-black {
    color: #000;
}

.title-highlight {
    color: #f05f40;
}

.title-light {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.title-highlight-small {
    color: #f05f40;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.title-highlight-small-black {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.title-small {
    font-size: 45px;
}

.it {
    font-style: italic;
}

header {
    background-image: url(../img/2025_header.jpg);
}

header .header-content {
    width: 100%;
    padding: 50px 0px;
}

header .header-content .header-content-inner .row {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

header .header-content .header-content-inner h1 {
    color: #fff;
}

header .header-content .header-content-inner h1 small {
    color: #f05f40;
}

header .header-content .header-content-inner p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

header .header-content .header-content-inner p small {
    font-size: 18px;
    font-weight: 600;
}

@media(max-width:568px) {
    header .header-content .header-content-inner h1 {
        font-size: 30px !important;
    }
    
    header .header-content .header-content-inner p {
        font-size: 20px;
        margin-bottom: 0;
    }
    
    header .header-content .header-content-inner p small {
        font-size: 14px;
    }
    
    .title-highlight {
        font-size: 30px;
    }

    .title-highlight-small {
        font-size: 20px;
    }

    .title-light {
        font-size: 20px;
    }
}

hr.thin-grey {
    max-width: 50px;
    border-color: #bbb;
    border-width: 2px;
}

/* Speakers */
section#speakers {
    text-align: center;
}

section#speakers .speaker {
    padding-top: 60px;
}

section#speakers .speaker-name {
    font-size: 20px;
    font-weight: 600;
}

section#speakers .speaker-title {
    color: #f05f40;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 600;
}


section#speakers .speaker-box {
    padding-top: 30px;
    padding-bottom: 15px;
}

section#speakers .speaker-box .speaker-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}

section#speakers .speaker-box .speaker-photo img {
    width: 160px;
}

section#speakers .speaker-box .speaker-photo .speaker-from {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 3px 5px;
    background: #f05f40;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-transform: uppercase;
}

section#speakers h5 {
    color: #f05f40;
    font-weight: 600;
    padding-bottom: 10px;
}

section#speakers h4 {
    color: #f05f40;
    font-weight: 600;
    font-size: 18px;
    padding-top: 50px;
}


/* Schedule */
section#schedule h4 {
    color: #f05f40;
    font-weight: 600;
    font-size: 18px;
    padding-top: 30px;
}


/* Registration */
section#register .modal-title {
    color: #f05f40;
    font-weight: 600;
}

section#register p {
    text-align: center;
    font-size: 16px;
}

section#register .info-register {
    margin-top: 20px;
}

section#register .info-register .bold {
    font-weight: 700;
}

#register .row.pricing-header {
    padding-bottom: 0px;
}

.pricing-type {
    background-color: #f05f40;
    color: #fff;
    font-size: 18px;
}

.pricing-type small {
    font-size: 12px;
}

.pricing-alone {
    font-size: 40px;
    padding: 20px;
}

.opaque-pricing {
    opacity: 0.5;
}

.text-large {
    font-size: 21px;
}

.complete-tag {
    font-size: 35px;
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    top: 29%;
}

.warn-text {
    margin-top: 15px;
    font-size: 21px;
    font-weight: 700;
    padding: 10px;
}

.complete-text {
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    top: 50%;
    padding: 2px 15px;
}

section#register .form-group input,
section#register .form-group textarea {
    padding: 10px;
}

section#register .form-group textarea.form-control {
    height: 100px;
}

section#register::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#register:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#register::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#register:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#register .nec-fields {
    font-size: 12px;
}

section#register .form-group p.help-block {
    text-align: left;
    font-size: 12px;
}

section#register .form-group p.help-block ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    section#register .modal-sm {
        width: 460px;
    }
}

section#register h4 {
    color: #555555;
    font-weight: 700;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
}

/* Success message for registration */
#success {
    margin-top: 25px;
}

#success .alert-danger, #success .alert-success {
    text-align: center;
}

/* Location */
section#location .fa-map-marker {
    color: #f05f40;
}


