/**
 * @file
 * Costum styling for theme
 * /* ==== Code of Content =======
	1. Background image Style
	2. Homepage Banner Style

 * ===== End Code of Content ====*/



/*=========================================*/
/* ==== 1. Start Background image Style=====*/
/*=========================================*/
/* #register-button {background-image: url("../images/iasp-virtual-congress-registorbutton-bg-counter.png");} */
#footer-top{background:#eee url("../images/deco-shapes-3.png") no-repeat -44% 80%;background-position:right -48% bottom 100%;}
.site-branding__logo img, .footer .logo-footer { max-height: 75px; }
/* ====  End Background image Style=====*/

/*=========================================*/
/* ==== 2. Start Homepage Banner Style=====*/
/*=========================================*/
#top-banner {background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content{margin:68px;}
#block-bannerbackgroundblockhomepage .background-image-block__section {padding: 15px 0 !important;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content .mainbanner-text-block{padding:30px 56px;margin:60px;background-color:#ef3824;border:1px solid #c5202f;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content h2{color:#fff;font-size:58px;margin-top:34px;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content p{font-size:26px;line-height:25px;font-weight:bold;color:#fff;}
/* ==== End Homepage Banner =====*/
@media only screen and (width: 1024px) {
#top-banner {min-height: calc(90vh - calc(91px + 44px));}
}

@media only screen and (width: 768px) {
#block-bannerbackgroundblockhomepage .background-image-block__section .content {margin: 20px;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content .mainbanner-text-block { padding: 16px 20px; margin: 20px;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content h2{font-size:40px;}
#top-banner {min-height: calc(55vh - calc(91px + 44px));}
}

@media only screen and (max-width: 767px) {
#block-bannerbackgroundblockhomepage .background-image-block__section .content {margin: auto;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content .mainbanner-text-block {padding: 10px 20px;margin: auto;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content h2 {font-size: 24px; margin-top: 16px;}

#top-banner {min-height: calc(50vh - calc(91px + 44px));}
}
/* ==== End Homepage Banner Style  =====*/
/* ==== fix the Sponsor logo desing ==== */
.sponsors-booth-logo img {
    width: 300px !important;
}
/* ==== End fix the Sponsor logo desing ==== */

.speaker-width{max-width: 20% !important; padding-right: 15px; padding-left: 15px;  width: 20%; min-width: 20%;}
.subtitle-blue{font-size: 24px; font-weight: 500;}

.speaker-control:hover {
    transform: translateY(10px);
    opacity: 1;
}

.speakers-my-icon {
    width: 35px !important;
    height: 35px !important;
}

.org-tag{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
}

.org-1{
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    color: rgb(38, 47, 61);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-color: rgb(224, 224, 224);
    border-style: solid;
    border-width: 1px;
}
.org-2{
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    cursor: pointer;
    transition: all 150ms ease 0s;
}
.org-4{
    flex: 1 1 0%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.org-4 .event-title{
    color: rgb(38, 47, 61);
    font-size: 16px;
    font-weight: 600;
}
.org-4 .event-des{
    font-size: 13px;
    line-height: 18px;
    color: rgb(104, 104, 104);
}


.org-ban img {
    height: 250px;
    width: 100%;
}
.org-ban {
    margin-top: 40px;
}

.org-ban {
    background: rgb(255, 255, 255);
    text-align: center;
    border: rgb(224, 224, 224) solid 2px;
    box-shadow: #eee 4px 5px 3px;
    border-radius: 6px;
    margin-bottom: 20px
}

.org-ban h2 {
    font-size: 36px;
    font-weight: 400;
}


.sf-event-list .card {
    min-height: 320px;
    margin-top: 10px;
}
.sf-event-list .card  img{
    max-height: 150px;
    min-height: 150px;
}

.sf-event-list .card  .card-title{
    margin-top:0px;
}

