/**
 * @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%;}
/* ====  End Background image Style=====*/

/*=========================================*/
/* ==== 2. Start Homepage Banner Style=====*/
/*=========================================*/
#top-banner {background-size: 100%;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;}
#block-bannerbackgroundblockhomepage .background-image-block__section .content h2{/* color:#fff; */font-size:52px;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: 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;}
}
@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;}
}
/* ==== 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%;}
@media (max-width: 767px){
	.speakers-list .views-field-field-mt-spk-speaker-photo img { min-height: 350px; max-height: 350px;}
}


/* Heart image for my-favorite */
a.favorite-right-side-heart {
    display: block;
    position: absolute;
    padding-left: 0px;
}

.remove-favorite-poster-heart {
    position: absolute;
    top: 0%;
    left: 84%;
}

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

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

.row.border-bt-grey {
    padding: 20px 20px 0px !important;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    border-radius: 0;
}

.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 {
    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;
}

.speakerListing .col-md-12.mb-3 {
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
}

.speakerListing h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.speakerListing p {
    margin-bottom: 5px;
}

.speakerListing .col-md-12.mb-3:last-child {
    border-bottom: none;
}

