/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.conference-page-main {
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(https://robotex.international/wp-content/uploads/2020/03/Picture1.png);
    background-position: left top;
    background-repeat: repeat;
    position: relative;
}

.conference-page-wrapper {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.conference-page {
    padding: 5% 10%;
    background-color: #fff;
    border-radius: 15px;
    min-height: 400px;
    margin: 5% 20px 40px;
}

.easpic {
    height: 279px;
}

@media only screen and (max-width: 778px) {
    .easpic {
        height: 180px !important;
    }
}

/*  SECTIONS  */

.section {
    clear: both;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 0;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRIDS  */

.span_1_of_1 {
    width: 100%;
}

.span_1_of_2 {
    width: 50%;
}

.span_1_of_4 {
    width: calc(25% - 1px);
}

.span_3_of_4 {
    width: 75%;
}

.span_1_of_3 {
    width: 33.3%;
}

.span_2_of_3 {
    width: 66.6%;
}

.span_1_of_10 {
    width: 15%;
}

.span_9_of_10 {
    width: 85%;
    padding-left: 15px;
}

.links {
    min-height: 50px;
}

.links a {
    font-size: 18px;
    margin: 15px;
    padding-bottom: 15px;
    transition: all 0.1s ease-out;
    color: #333;
}

.links a:hover {
    color: #ce1437;
    border-bottom: 3px solid #ce1437;
    border-radius: 3px;
}

.links a:focus {
    color: #ce1437;
    border-bottom: 3px solid #ce1437;
    border-radius: 3px;
}

.text-align-center {
    text-align: center;
}

.intro-left {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.intro-h1 {
    margin-top: 25px;
    padding-right: 35px;
}

.intro-h1 h1 {
    color: #ce1437;
    line-height: 1.1;
    font-size: 48px
}

.intro-left h1 {
    font-size: 26px;
    margin-left: 50px;
}

.intro-left p {
    font-family: Muli, sans-serif;
    font-size: 16px;
}

.intro-image {
    width: 100%;
}

.vip-button {
    width: 800px;
    max-width: 99%;
    border-radius: 60px;
    background-color: #ce1437;
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 25px 25px 25px 30px;
    transition: all 0.5s ease-out;
}

.vip-button h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    margin-left: 15px;
    margin-bottom: 0;
}

.vip-button p {
    padding: 0;
    margin: 0 0 0 20px;
    color: #fff;
    font-size: 20px;
}

.vip-button .arrow {
    position: absolute;
    right: 35px;
    transition: all 0.2s ease-out;
}

.vip-button:hover .arrow {
    right: 25px;
}

.topic-header {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
}

.topics-content {
    border: 1px solid #c3c3c3;
    border-radius: 25px;
    padding: 40px 40px 40px 100px;
}

.topics-content-left {
    border-right: 1px solid #c3c3c3;
    margin-right: 40px;
    padding-right: 40px;
}

.topics-content-left p {
    padding-bottom: 0;
}

.topics-content-left h1 {
    margin: 0;
    padding: 0;
    font-size: 34px;
    color: #ce1437;
    line-height: 1;
}

.topics-content-left h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #ce1437;
}

.topics-content-right h1 {
    line-height: 1;
    font-size: 24px;
}

.promo {
    text-align: center;
    padding-top: 5%;
}

.promo img {
    max-width: 100%;
}

.day {
    border: 2px solid #ce1437;
    border-radius: 25px;
    padding: 10px 10px 10px 10px;
    margin-top: 5%;
}

.day-content {
    padding: 0 100px 25px;
    transition: all 0.2s ease-out;
}

.day-content ul {
    margin-bottom: 10px;
}

.day-content ul li p {
    padding-bottom: 10px;
    line-height: 1.7;
}

.day-content ul li {
    border-bottom: 1px solid #c3c3c3;
    color: #333;
    list-style-type: none;
    margin-left: -30px;
    font-size: 16px;
}

.day-content ul:last-child li {
    border-bottom: none;
}

.rotateimg90 {
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.timeline {
    height: 50px;
    border-radius: 25px;
    background-color: #ce1437;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 5px;
}

.timeline h1 {
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.hide-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.display-content {
    opacity: 1;
    height: auto;
}

.day1 .day1-img {
    width: 100%;
    height: 190px;
    border-radius: 25px;
    background-color: #c3c3c3;
    background-image: url(https://robotex.international/wp-content/uploads/2022/10/border1-scaled-e1665759441958.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.day2 .day2-img {
    width: 100%;
    height: 190px;
    border-radius: 25px;
    background-color: #c3c3c3;
    background-image: url(https://robotex.international/wp-content/uploads/2022/10/border2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.day-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 40px 40px 100px;
}

.topics-content-right {
    display: flex;
    align-items: center;
}

.topics-content-right .arrow {
    width: 50px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    margin-left: 25px;
}

.topics-content-right .arrow:hover {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
}

.grid {
    width: 100%;
    margin-bottom: 30px;
    grid-gap: 1px;
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
}

.grid-item {
    outline: 1px solid gray; /* The outline creates the border */
    text-align: center;
    position: relative;
    padding: 40px 10px 40px;
}

.grid-item .some {
    cursor: pointer;
}

.grid-item .p1 {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.grid-item .p2 {
    padding: 0;
    font-size: 16px;
}

/* If you want to change the color on the hover state */
.grid-item:hover {
    outline: 1px solid #ce1437;
    z-index: 2; /* You must apply a z-index bigger than the original z-index or else some parts of the outline will be behind other grid elements */
}

.bottom {
    text-align: center;
}

.bottom p {
    font-family: 'Nunito', sans-serif;
}

.bottom img {
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.bottom img:hover {
    margin-left: 5px;
}

.gridfixed {
    position: fixed;
    padding: 140px 15px 15px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    transition: all 0.2s ease-out;
}

.gridfixed .content{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.close .inner {
    border: 2px solid #0303;
    height: 90px;
    width: 90px;
    line-height: 88px;
    opacity: 1;
    font-size: 24px;
    border-radius: 100px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.close .inner:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e117";
    color: #000;
    font-size: 24px;
    display: block;
}

.blah img {
    width: 135px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* RESPONSIVE */
@media only screen and (max-width: 1400px) {
    .intro-h1 h1 {
        font-size: 2.5em;
    }
}
.viptext {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 580px) {
    .vipimage {
        display: none;
    }
    .viptext {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1150px) {
    .conference-page {
        padding: 5% 5%;
    }

    .topics-content {
        border: 1px solid #c3c3c3;
        border-radius: 25px;
        padding: 15px;
    }

    .topics-content-left {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .topics-content-right h1 {
        line-height: 1;
        font-size: 20px;
        padding-right: 20px;
    }

    .intro-h1 {
        margin-top: 25px;
        padding-right: 0;
    }

    .intro-h1 h1 {
        font-size: 2em;
        text-align: center;
    }

    .intro-left {
        display: flex;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-left: 5px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .intro-left h1 {
        margin-left: 0;
        font-size: 1.6em;
    }

    .day-group {
        padding: 10px 10px 10px 10px;
    }

    .topics-content-right {
        flex-wrap: wrap;
    }

    .day-content {
        padding: 0 10px 0;
        transition: all .2s ease-out;
    }

    .topics-content-right .arrow {
        margin-top: 20px;
        margin-left: 0;
    }

    .topics-content-right .arrow:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .span_1_of_10 {
        width: 100%;
    }

    .span_9_of_10 {
        width: 100%;
        padding-left: 0;
    }

    .span_1_of_2 {
        width: 100%;
    }

    .span_1_of_4 {
        width: 100%;
    }

    .span_3_of_4 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 100%;
    }
}

@media only screen and (max-width: 860px) {
    .links a {
        padding-bottom: 4px;
        line-height: 2;
    }

    .topics-content-right h1 {
        padding-right: 0;
    }
}

/* Scrolling logos */

@media only screen and (max-width: 778px) {

    .mobilelogos {
        display: block !important;
    }

    .mobilelogos img {
        height: 180px !important;
    }

    .dektoplogos {
        display: none !important;
    }

    .desktoplogos {
        display: none !important;
    }
}

.footer-logos {
    display: none;
}

.footer-logos ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

.footer-logos img {
    height: 289px;
}

.footer-logos {
    position: fixed;
    bottom: -10px;
    left: 0;
    z-index: 999;
}

.mobilelogos {
    display: none;
}

.home .footer-logos {
    display: block;
}



