/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Light.woff2') format('woff2'),
        url('./fonts/OpenSans-Light.woff') format('woff'),
        url('./fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('./fonts/OpenSans-SemiBold.woff') format('woff'),
        url('./fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/OpenSans-Regular.woff2') format('woff2'),
        url('./fonts/OpenSans-Regular.woff') format('woff'),
        url('./fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, body, p, a, li, ul {
    font-family: 'Open Sans';
}

h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2 {
    font-weight: 100;
}

ul, ol {
    list-style-position: inherit;
}
@media screen and (max-width: 768px) {
body.airi-body {
    font-size: 14px;
}
}

.efeso-orange {
    color:#ef7918;
}

.enable-header-transparency .site-header:not(.is-sticky) .site-main-nav .main-menu > li > a {
    letter-spacing: 1px;
}

.title-box {
    background: linear-gradient(90deg, white, transparent 80vw);
    position: relative;
    top: 200px;
    min-width: 60%;
    height: 50%;
}

@media screen and (max-width: 768px) {
    .title-box {
        top: 50px;
        display: block;
        background: linear-gradient(90deg, white, transparent 150vw);
        height: 70%;
    }
    .title-box-icon {
        display: none;
    }
}

.title-box-inner-top { 
        position: absolute;
        top: 35px;
        max-width: 50%;
}

.title-box-inner-bottom {
    position: absolute;
    bottom: 35px;
    max-width: 80%;
}

.title-box-icon {
    position: relative;
    right: -100px;
    max-width: 40px;
}

.footer-bottom .footer-bottom-inner {
    padding: 50px 0;
}


/* TOPIC LIST */

.topics {
    margin: 50px 0;
}

.topic-list-item {
    display: grid;
    grid-template-columns: 50% 45% 5%;
    border-bottom: 1px solid #3c3d43;
    align-items: center;
}

.topic-list-item p {
    margin: 20px 0;
}

@media (max-width: 768px) {
  .topic-list-item {
    grid-template-columns: 90% 10%;
      align-items: normal;
  }

  .grid-item:nth-child(1), .grid-item:nth-child(2) {
    grid-column: 1;
  }

  .grid-item:nth-child(3) {
    grid-column: 2;
  }
    .topic-list-item p {
    margin: 0 0 20px 0;
    }
}

/* ENDE TOPIC LIST */

/* TOPIC DETAIL */

.efeso-branding {
    background-image: url(/wp-content/uploads/2024/11/efeso-icon_2.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: bottom 25px right 15px;
    padding: 50px 0 100px 0;
    margin-bottom: 50px;
}

.topic-content {
    margin-top: 25px;
    padding-right: 35px;
}

.topic-content h2 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #3c3d43;
}

.speaker-image {
    margin: 35px 0 15px 0;
}

.speaker-image img {
    border-radius: 50%;
}

.speaker-phone, .speaker-mail, .speaker-linkedin {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.speaker-phone::before {
    content: url(/wp-content/uploads/efeso-phone-icon.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.speaker-mail::before {
    content: url(/wp-content/uploads/efeso-mail-icon.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.speaker-linkedin::before {
    background-image: url(/wp-content/uploads/linkedin-icon.png);
    display: inline-block;
    background-size: 35px;
    background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    margin-right: 10px;
    content: "";
}

.topic-contact-form {
    background-color: #ef7918;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.topic-contact-form .col-md-6 {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 25px 0 25px;
}

label {
    font-weight: 600;
    line-height: 1;
}

.wpcf7-form-control-wrap {
    margin-bottom: 0px;
}

.wpcf7-list-item {
    margin: 5px 0 0 1em;
    display: block;
}

.wpcf7-list-item label {
    font-weight: 400;
}

.download-button {
    text-align: center;
    margin-top: 35px;
}

.wpcf7-submit {
    background: none;
    border: none;
    width: 100%;
}

/* ENDE TOPIC DETAIL */

/* SPEAKER GRID */

.speaker-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
    .speaker-grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: start;
    }
}
/* ENDE SPEAKER GRID */

.footer-top {
    display: none;
}