﻿.wgs-partners-main-header+div .col-25 .header {
    font-size: 17px;
    background-color: #efefef;
    color: #7b7b7b;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.wgs-partners-main-header+div .col-25 .header {
    font-size: 17px;
    background-color: #efefef;
    color: #7b7b7b;
}

.wgs-partners-logos .wgs-partners-header {
    font-family: "Certo Sans Book", Arial, sans-serif;
    background: #0BA4D4;
    padding: 10px;
    color: #fff;
}

.wgs-partners-main-header {
    background: #0BA4D4;
    color: #fff;
    line-height: 1.2;
    padding: 10px;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wgs-partners-header {
    text-align: center;
}

.wgs-partners-logos .col-25 {
    text-align: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.extra-5-col .col-25 {
    width: 25%;
}

@media(max-width:992px) {
    .extra-5-col .col-25 {
        width: 50%;
    }
}

.wgs-partners-logos a {
    position: relative;
    height: 290px;
    width: 100%;
    overflow: hidden;
}

@media(max-width:576px) {
    .wgs-partners-logos a {
        height: 180px;
    }
    .wgs-partners-main-header+div .col-25 .header {
        font-size: 14px;
    }
}

@media(max-width:364px) {
    .wgs-partners-main-header+div .col-25 .header {
        font-size: 12px;
    }
}

.wgs-partners-logos a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .hide-mobile,
    .hide-mobile+div {
        display: none !important;
    }
}

.has-input-error input[type="text"] {
    border-bottom: 2px solid red;
}

.thankyou {
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #0BA4D4;
}

.error {
    background: #fff;
    padding: 30px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #de1d1d;
}

button#subscribeEmailBtn,
button#subscribeEmailBtn:hover,
button#subscribeEmailBtn:active,
button#subscribeEmailBtn:focus,
input#subscribeEmail,
input#subscribeEmail:focus,
input#subscribeEmail:active {
    box-shadow: none;
    outline: none;
}

input#subscribeEmail:focus {
    border-color: #ced4da;
}

.grecaptcha-badge {
    display: none !important;
}

.menu-main-menu-container>ul>li a+ul:before {
    height: 340px;
}

.menu-background {
    height: 340px;
}

.wgs-home-w-big-slider a .text-content p {
    margin-right: 0em !important;
}

.contact-form .mid-blue-big-button {
    text-transform: uppercase;
    border: none;
}

.contact-form .mid-blue-big-button:focus {
    outline: none !important;
}

.person-img {
    overflow: hidden;
    position: relative;
}

.person-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.menu-main-menu-container>ul>li a+ul,
.menu-main-menu-container>ul>li a+ul li a,
.menu-main-menu-container>ul>li a+ul li {
    transition: none;
}

.menu-main-menu-container>ul>li.has-children:hover a+ul,
.menu-main-menu-container>ul>li.has-children:hover a+ul li a,
.menu-main-menu-container>ul>li.has-children:hover a+ul li {
    transition: all .3s;
}


/* hepsinin sonuna a eklendi  */

.menu-main-menu-container>ul>li a+ul li a {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:first-child a {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:nth-of-type(2) a {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:nth-of-type(3) a {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:nth-of-type(4) a {
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:nth-of-type(5) a {
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:nth-of-type(6) a {
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:nth-of-type(7) a {
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li:nth-of-type(8) a {
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s
}

.menu-main-menu-container>ul>li.has-children:hover a+ul li a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    display: inline-block;
}


/*Articles Detail view styles*/

.article-detail-share .social-links img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 2em;
}

.article-detail-widget .articles-w-thumb li a .text {
    color: #A0A0A0;
    width: 50%;
    line-height: 1.2;
}

.article-detail-widget .articles-w-thumb li a img {
    margin-right: 16px;
    width: calc(50% - 16px);
}

.article-detail-widget .articles-w-thumb li a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.article-detail-widget .articles-w-thumb li {
    margin-bottom: 24px;
}

.article-detail-widget h2 {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    line-height: 1;
    border-bottom: 1px solid #A0A0A0;
}

.subscribe-article input {
    width: 60%;
    padding: 16px;
    border-radius: 0;
    font-family: "Certo Sans Book", Arial, sans-serif;
}

.subscribe-article input:-webkit-autofill,
.subscribe-article input:-webkit-autofill:hover,
.subscribe-article input:-webkit-autofill:focus,
.subscribe-article input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px white inset !important;
}

.subscribe-article button {
    background: #0BA4D4;
    border-color: #0BA4D4;
    border-radius: 0;
    padding: 10px 20px;
    font-family: "Certo Sans Book", Arial, sans-serif;
}

@media (min-width: 992px) {
    .wgs-articles .row img {
        margin-bottom: 24px;
        object-fit: cover;
        width: 100%;
        height: 320px;
    }
}

.article-detail-widget .see-full img {
    width: 10px;
    margin-left: 12px;
    transform: rotate(-180deg);
}

.article-detail-widget .see-full {
    display: flex;
    align-items: center;
    color: #A0A0A0;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #A0A0A0;
}

.wgs-page-header:before {
    width: 80%;
}

.wgs-site-header .search-login ul {
    text-align: left;
}

.wgs-site-header .search-login {
    padding: 12px 100px 12px 16px;
}

.wgs-site-header .search-login ul li .forgot-pass a {
    color: #007bff;
    display: inline;
}

@-moz-keyframes loadSpin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes loadSpin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes loadSpin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes loadSpin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@keyframes loadSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cf-load {
    border-radius: 100%;
    border: 4px solid #0ba4d4;
    border-bottom-color: transparent;
    animation: loadSpin 1s infinite linear;
    -webkit-animation: loadSpin 1s infinite linear;
    -moz-animation: loadSpin 1s infinite linear;
    -o-animation: loadSpin 1s infinite linear;
    -ms-animation: loadSpin 1s infinite linear;
}

#contact-form-loading-wrapper {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
}

#contactFormBtn:disabled+#contact-form-loading-wrapper,
#contactFormBtn[disabled]+#contact-form-loading-wrapper {
    opacity: 1;
    visibility: visible;
}

#contactFormBtn:disabled,
#contactFormBtn[disabled] {
    background: #bdbdbd;
}

.cf-load {
    width: 20px;
    height: 20px;
}

.show-more {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aspect-ratio-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

.aspect-ratio-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/*Login form*/

.login-container .Form__error {
    color: red;
}

.wgs-top-filters .form .form-group {
    width: 40%;
}

.wgs-top-filters .form select {
    width: 60%;
}


/*Dashboard fixes*/

img.TravelInfo-icon {
    width: 30%;
}

img.modal-user-img {
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 992px) {
    img.TravelInfo-icon {
        width: 5%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    img.TravelInfo-icon {
        width: 15%;
        margin-bottom: 15px;
    }
}


/* Dashboard - QR Card fixes*/

@media (min-width: 576px) {
    .modal-sm {
        max-width: 300px;
    }
}

@media (max-width: 575px) {
    .modal-sm {
        max-width: 250px;
        margin: auto;
    }
}


/* Fixing Kiosk navigation in Mobile*/

.wgs-page-header.wgs-kiosk {
    background-color: #0BA4D4
}


/* Fixing Kiosk - Remove extra padding of Speakers List */

.wgs-kiosk .wgs-speakers-short-widget {
    margin-top: 0px !important;
}


/* Speakers Detail for Kiosk*/

.kiosk-heading-desktop {
    display: none;
    background: #0BA4D4;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 100px 10px 50px;
}

.kiosk-heading-desktop a {
    color: white;
}

@media (min-width: 993px) {
    .kiosk-heading-desktop {
        display: flex;
    }
    .kiosk-heading-mobile {
        display: none;
    }
}


/*Kiosk Agenda - margin top fix*/

.kiosk-agenda-mg-top--20 {
    margin-top: -20px;
}

.wgs-page-content .social-links {
    display: flex;
}

.wgs-page-content .social-links a {
    margin: 1rem;
}

.wgs-page-content .social-links img {
    height: 30px;
    display: inline-block;
}

.wgs-signage+.wgs-container .text-orange {
    color: #00E0FF !important;
}

@media(max-width:992px) {
    .wgs-site-header .search-login ul li:last-child {
        position: absolute;
        top: 5px;
    }
    .wgs-site-header .search-login.mobile ul li:first-child {
        position: absolute;
        right: 0;
        top: 5px;
    }
}

@media(max-width:455px) {
    .wgs-page-header .heading-text-content .user-img {
        width: 50px;
        height: 50px;
    }
}


/* Button */

a.btn.btn-play {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin-bottom: 24px;
}

a.btn.btn-play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 4;
}

a.btn.btn-play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: url('https://www.youtube.com/yt/about/media/images/brand-resources/icons/YouTube_icon_full-color.svg') no-repeat center center;
    background-size: 50px;
    transform: translateY(-50%)
}

.btn-play img {
    width: 100%;
}


/* --- Video Modal --- */

.noscroll {
    overflow: hidden;
}

.video-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-modal {
    z-index: 3000;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal-content {
    width: 100%;
    height: 0;
    padding-top: 0;
    margin: 0 auto;
    overflow-y: visible;
    background-color: transparent;
    z-index: 1;
    padding-bottom: 56%;
    position: relative;
}


/* Mobile */

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}


/* modal close button */

.close-video-modal {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: transparent;
    z-index: 10;
}

.close-video-modal:after,
.close-video-modal:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 3px;
    background: #00a3d6;
}

.close-video-modal:after {
    transform: rotate(45deg) translate(18px, 12px)
}

.close-video-modal:before {
    transform: rotate(-45deg) translate(-12px, 18px)
}


/* iframe element stretch to fit */

iframe#youtube {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
    width: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 80%;
    background: #fff;
}

@media(max-width:992px) {
    iframe#youtube {
        height: 300px;
        width: 90%;
    }
}


/* show modal */

.show-video-modal .video-modal {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.6);
}

.border-right__color .row .col-md-4 .speaker-img-container,
.wgs-home-w-big-slider .swiper-wrapper .swiper-slide .speaker-img-container {
    border-right: 1px solid #00b5d6;
}

.border-right__color .row .col-md-4:last-child .speaker-img-container,
.wgs-home-w-big-slider .swiper-wrapper .swiper-slide:last-child .speaker-img-container {
    border-right: none;
}

@media(min-width:992px) {
    .wgs-hero-img.wgs-contact-hero .wgs-contact-map iframe {
        left: -5% !important;
        width: 110% !important;
    }
    .menu-main-menu-container>ul>li>a:hover:after,
    .menu-main-menu-container>ul>li>a.active:after {
        width: 96% !important;
    }
    .menu-main-menu-container>ul>li>a:after {
        left: 2%;
    }
    .menu-main-menu-container>ul>li>a+ul>li>a:hover,
    .menu-main-menu-container>ul>li>a+ul>li>a.active {
        color: #00E0FF;
    }
    .menu-main-menu-container>ul>li>a+ul>li>a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 3px;
        background: #00E0FF;
        transition: all .3s ease-out;
    }
    .menu-main-menu-container>ul>li>a+ul>li>a:hover:after {
        width: 100%;
    }
}

@media(max-width:992px) {
    .wgs-site-header .search-login .login-active {
        height: 100vh;
    }
}

@media (max-width:992px) {
    #primary-menu {
        overflow-y: scroll;
        padding-bottom: 130px;
    }
}

.wgs-session-videos .col-md-4 .date {
    font-size: 18px;
}

.wgs-session-videos .col-md-4 h3, .wgs-session-videos .col-md-4 h3 a {
    color: #0BA4D4;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
    line-height: 1.4em;
    max-height: 66px;
    text-align: left;
    padding-right: 1em;
}

.wgs-session-videos .col-md-4 .desc {
    font-size: 18px;
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 70px;
    text-align: justify;
    padding-right: 1em;
}

.menu-opened {
    overflow: hidden;
}

@media(max-width:992px) {
    .wgs-page-content .mb-3 img:last-child {
        width: 130px;
    }
}

.menu-main-menu-container #primary-menu>ul>li:last-child {
    padding-right: 16px;
}
.has-input-error input.form-control,
.has-input-error textarea.form-control {
    border-bottom: 1px solid #e21515 !important;
}

.has-input-error.form-group label {
    color: #e21515 !important;
}
.wgs-site-header .search-login.mobile ul {
    padding: 0;
    background: #215D9E;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 100px;
}

    .wgs-site-header .search-login.mobile ul li:nth-child(3) {
        display: block;
        order: -1;
        width: 100%;
        text-align: right;
    }

    .wgs-site-header .search-login.mobile ul li:first-child {
        position: relative;
        top: inherit;
    }

.wgs-site-header .search-login ul li a {
    display: block;
}

@media (max-width: 992px) {
    .wgs-site-header .search-login ul li:last-child {
        position: relative;
        top: inherit;
    }
}

.wgs-menuwrapper .wgs-menu {
    margin: 153px 0 0 0;
}

@media (min-width: 992px) {
    .wgs-hero-img.wgs-contact-hero .wgs-contact-map iframe {
        left: -15% !important;
        width: 130% !important;
    }
}

.search-result_container div {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
}

    .search-result_container div div,
    .search-result_container h1 + div + div,
    .search-result_container h1 + div {
        border-bottom: none;
        margin-bottom: 0;
    }

        .search-result_container h1 + div + div {
            margin-bottom: 40px;
        }

.search-result_container a {
    color: #2fb4c8;
}
.wgs-page-header {
    position: relative;
    padding: 3em 0 2em 100px;
    margin: 0 0 55px;
    display: flex;
    flex-flow: row wrap;
}
.wgs-page-content {
    margin-bottom: 55px;
}
.wgs-top-filters {
    font-family: "Certo Sans Book",Arial,sans-serif;
    padding: 25px;
    background: #F0F0F0;
    margin-bottom: 55px;
}
.wgs-speakers-short-widget {
    margin-top: 0px;
    margin-bottom: 140px;
}