/*
    Theme Name: MIA v1
*/


div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #f1ffe6 !important;
}

ul.wpforms-image-choices li > label {
		background: #fff !important;
}
	
ul.wpforms-image-choices li.wpforms-selected {
		border: solid 5px #ed1a3b !important;
}
	
	.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):focus, .wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):focus-within, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label:hover, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label:hover {
    border: none !important;
		border-color: transparent !important;
}
	
.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label {
    font-weight: 700;
		color:#ed1a3b !important;
}
	
.btn-bag-submit {
		width: 100% !important;
		background: #ed1a3b !important;
}
	
.wpforms-error-container {
		text-align:center;
		background: #fff !important;
    padding: 10px !important;
    border: solid !important;
}



.invisible {
    height: 0;
	    display: none;
}

footer {
	position:relative;
}

footer:before {
	    top: -20px;
}

.prog-photo {
	max-width:150px;
}

.form-control {
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 3rem;
	font-weight:bold;
}

footer p {
	margin-bottom: 0.5rem;
}

.sponsor-type .Platinum {
	color: #fff;
    padding: 6px 12px 8px 12px;
    border-radius: 10px;
	font-size: 12px;
	background: rgb(90,108,118);
background: linear-gradient(90deg, rgba(90,108,118,1) 0%, rgba(33,67,83,1) 100%);
}


.sponsor-type .Gold {
	color: #fff;
    padding: 6px 12px 8px 12px;
    border-radius: 10px;
	font-size: 12px;
background: rgb(255,194,61);
background: linear-gradient(90deg, rgba(255,194,61,1) 0%, rgba(255,156,24,1) 100%);
}

.sponsor-type .Silver {
	color: #fff;
    padding: 6px 12px 8px 12px;
    border-radius: 10px;
	font-size: 12px;
background: rgb(177,185,198);
background: linear-gradient(90deg, rgba(177,185,198,1) 0%, rgba(138,150,163,1) 100%);
}

.mainMenu ul li > ul.sub-menu > li > ul.sub-menu {
    top: 4em;
    left: 7em;
    width: 370px;
    padding: 10px;
}

.mainMenu ul li.menu-btn a {
background: #118949;
    color: #fff !important;
    border-radius: 10px;	
}

.mainMenu ul li.menu-btn:hover a {
background: #84BF3F;
	color: #fff !important;
}

/*header, footer, .gradient-box {
	background:url(images/gradient-bg.svg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color:#fff;
}*/

.booth-logo img {
	    border: solid 1px #ddd;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
	    background: #fff;
}

.tab-content>.tab-pane#about {
    max-height: 300px;
    overflow-y: scroll;	
}

.mainMenu ul li > ul.sub-menu li {
    padding: 5px 0;
	border-bottom: solid 1px #e7e7e7;
}

.mainMenu ul li > ul.sub-menu li:last-child {
	border-bottom:none;
}

.btn-faqs {
-webkit-box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.2);
box-shadow: -3px -3px 5px 0px rgba(0,0,0,0.2);
}

.launch-agenda-info .row .col-sm-2 {
	width: 15%;
}

.launch-agenda-info .row .col-sm-2 h6 {
	color:#8500f8;
}

.launch-agenda-info > .row {
	border-bottom: solid 1px #b3b3b3;
    padding: 20px 0 15px 0;
}

.launch-agenda-info .row:last-child { border-bottom: none;}

.logo-exhi a {cursor:pointer;}

.mainMenu ul li a:hover, .mainMenu ul li.btn-reg a:hover, .mainMenu ul li > ul.sub-menu li a:hover  {
	    color: #e9121a;
}

.position-fixed {
    z-index: 999;
}

.gradient-box {
	padding:15px 40px;
	border-radius: 30px 30px 0px 0px;
}

.gradient-box h4 {margin-bottom:0;}

.white-box {background:#fff;}

.time_circles > div > h4, .time_circles > div > span {
	color:#fff;
}

footer a { font-weight:bold;}

/*footer .container .row div:first-child  {
	border-right:solid 1px #fff;
}

footer .container .row div:nth-child(2)  {
	padding-left:25px;
}

footer .container .row div:last-child {
	border-left:solid 1px #fff;
	padding-left:25px;
}*/

.btn-bell-notification { display: none;}

.table-day {
	font-size:21px;
}

.btn-purple {
    color: #fff;
    background-color: #8500f8;
    border-color: #8500f8;
	width:100%;
	text-align: left;
    margin-top: 10px;
}

.btn-purple:hover {
	color:#fff;
	background-color:#e50c65;
	    border-color:#e50c65;
}

.sponsors-how {
	background:url(images/gradient-bg.svg) no-repeat;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color:#fff;	
}

.sponsors-how .btn-outline-primary {
    color: #fff;
    border-color: #fff;
	margin-right:15px;
    padding: 18px 60px;
	min-width: 300px;
	margin-top:30px;
}

.sponsors-how .btn-outline-primary:hover {
    color: #8500f8;
	background-color:#fff;
    border-color: #fff;
}

.sponsors-top .btn-outline-primary {
	margin-right:15px;
    padding: 18px 60px;
	min-width: 300px;
}

.vid-gallery p {
	text-align:center;
	font-weight:bold;
	margin-top:5px;
	font-size:18px;
}

.vid-gallery .col {
	margin-top:20px;
}

.mainMenu ul li.menu-new {
	position:relative;
}

.menu-new:after {
    content: "New";
    position: absolute;
    top: 15px;
    right: -5px;
    z-index: 99;
    background-color: #007d70;
    font-size: 10px;
    color: #fff;
    padding: 2px 5px;
}

.page-template-template-virtual-room .table tbody tr th {
	display:none;
}

.mainMenu ul li > ul.sub-menu {
    display: none;
    position: absolute;
    top: 5.8em;
    z-index: 99999;
    width: 300px;
    background: #ffffff;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
	padding: 10px;
    
}

.mainMenu ul li.menu-item-has-children:hover > ul {
    display: block;
}

.mainMenu ul li > ul.sub-menu li {
	display:block;
}

.mainMenu ul li > ul.sub-menu li a {
	display: block;
    text-align: left;
	color:#000;
}

.mainMenu ul li.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.18em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.btn-primary {
    color: #fff;
    background-color: #e9121a;
    border-color: #e9121a;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
}

.speakers-box .col h5, .speakers-box .col {
	text-align:center;
}

.speakers-box .col h5 {
	margin:10px 0;
	cursor:pointer;
}

.modal-dialog {
	max-width: 700px;
}

.speakers-box .col .btn {
	font-size: 14px;
}

.speakers-box .col img {
	cursor:pointer;
}

.speakers-box .col {
	margin-bottom:20px;
}

.page-id-5456 .bg-light.flex-fill {
    background-image: url(https://giff-aibim.com/wp-content/themes/mia/images/main-whitebg.png);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;	
}


.kpartner-box { padding-left:50px;}

html {
    height: 100%;
}

body {
    background-color: #1D2327;
    font-size: .9em;
}

input:focus {outline:none;}

a {
    color: #00337e;
    text-decoration: none;
}

a:hover {
    color: #CCC
}

.offcanvas-header {
    padding: 2rem 1rem 1rem 1rem !important;
}

.offcanvas-body {
    padding: 0rem 1rem !important;
}

.announce-live {
    background-color: #007D70;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;	
}

.whatson-item {
    padding: 20px 0;
    border-bottom: solid 1px #dddcdc;	
}

.offcanvas-header .nav-tabs .nav-link.active {
    color: #007D70;
    font-weight: bold;
}

.offcanvas-header .nav-link {
	color:#212529;
}


.form-control {
    font-size: 95%
}

.posterBg {
    background-size: cover;
    background-position: center center;
}

header {
    background-color: #fff;
}

footer {
       background-color: #000;
	color:#fff;
	padding: 30px 0;
}

header a:hover {
    color: #f79422;
}
footer a {
    color: inherit
}

footer a:hover {
    color: #019c8c
}

.hover-opacity:hover {
    filter: alpha(opacity=70);
    opacity: .7
}

.companyLogo {
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    height: 140px;
    width: 140px;
	    border: solid 1px #ddd;
}

.text-green {
    color: #007D70;
}

.bg-green {
    background-color: #118949;
}

.btn-green {
    color: #fff;
    background-color: #ef3e42;
    border-color: #ef3e42;
}

.btn-green:hover {
    background-color: #0067b1;
    border-color: #0067b1;
    color: #FFF;
}

.btn-outline-green {
    color: #007D70;
    border-color: #007D70;
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #9f2d2b;
    border-color: #007D70;
}

.nav-tabs .nav-link {
    border: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #007D70
}

img.alignright {
    float: right;
    padding: 0 0 20px 30px;
}

#about h3 {
    font-size: 1.5rem;
    margin-bottom: 20px
}

.fs--1 {
    font-size: 90%
}

.fs--2 {
    font-size: 70%
}

.mainMenu {
    flex: 1 1 auto
}

.mainMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mainMenu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 25px 0;
}

.mainMenu ul li a {
    color:#000;
    display: inline-block;
    padding: 6px 15px 6px;
	font-weight:bold;
}

.mainMenu ul li.btn-reg a {
background-color: #fff;
    color: #388749;
    border-radius: 10px;
    border: solid 1px #388749;
    margin-right: 15px;
}

.mainMenu ul li.btn-reg a:hover {
background-color: #84BF3F;
    color: #fff;	
}

.mainMenu ul li.current_page_item a,
.post-type-archive-exhibitor .mainMenu ul li.menu-item-79 a {
	color: #1f4397;
}

/*.mainMenu ul li.current_page_item.btn-reg a {color:#fff;}*/

.searchForm {
    border: 1px solid #4D4D4D;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.searchForm input {
    background: none;
    border: 0;
    font-size: 90%;
    padding: 3px 30px 3px 10px;

}

.searchForm button {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0
}

.profilePhoto {
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
    height: 40px;
    width: 40px
}

.profilePhotoWrapper {
    color: #007D70
}

.posterBg video {
    left: -1px;
    position: relative;
    top: -2px;
}

/*@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}*/

@media (max-width: 821px) {
    .mobileMenu {
        align-items: flex-start !important;
        background-color: #FFF;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        border-radius: 5px;
        display: none;
        flex-direction: column-reverse;
        gap: 0 !important;
        padding: 10px 0;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 4
    }

    .mainMenu {
        text-align: left;
        width: 100%
    }

    .mainMenu ul li {
        display: block;
		    padding: 10px 0;
    }
	
	.mainMenu ul { padding:0 20px;}

    .mainMenu ul li a {
        display: block;
        padding: 5px 30px 5px 25px
    }
	
	.mainMenu ul li.btn-reg a {
    background-color: #4a30cc;
    color: #fff;
}

    .profilePhotoWrapper {
        padding: 5px 30px 5px 25px
    }

    .profilePhotoWrapper .hover-appear-target {
        display: none !important;
    }

    .mainMenu ul li.current_page_item a{
        border: 0;
        color: #00337e;
        font-weight: 700;
		background-color:transparent;;
    }
	.mainMenu ul li a, .profilePhotoWrapper a {color: #000; }
	.vid-gallery .col {width:100%;}
	.mainMenu ul li > ul.sub-menu { position:static; background: #efefef;padding: 0;width:auto;}
	.speakers-box .col {width:33%;}
	.launch-icon .align-items-center {
    align-items: flex-start !important;
}


}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}


.mobilePotraitWarning {
    display: none
}

@media (orientation: portrait) {
    .mobilePotraitWarning {
        display: block
    }
}

.bg-image {
    background: url(images/main-whitebg.png);
    background-size: cover;
	background-position: top 40px center;
	background-attachment: fixed;
}

.exhibitorListingLogo {
    max-width: 60px
}

.exhibitorListingImage {
    background-image: url(images/exhibitor.jpg);
    background-color: #f8f9fa;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px
}


.exhibitorListing .card-footer {
    background: none;
    border-top: 0;
    padding: 0 1rem 1rem;
}

/* .exhibitorListingFilter .form-select {
    background-color: transparent;
    background-image: url(images/ico-arrow-down.svg);
    color: #FFF;
} */

.boothBgParent {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.boothBgParent::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.login-facebook {
    background-color: #3B5998;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    font-size: 85%;
    padding: 7px 20px;
    text-align: center;
}

.login-facebook:hover {
    background-color: #436abd;
    color: #FFF
}

.login-google {
    background-color: #DA272B;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    font-size: 85%;
    padding: 7px 20px;
    text-align: center;
}

.login-google:hover {
    background-color: #f92227;
    color: #FFF
}

.accordion-button:not(.collapsed) {
    background-color: #FDFDFD;
    border: 0;
    color: #000;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86fed2;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 253 231 / 25%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.list-group-item {
    padding: .5rem 1.3rem;
}

.list-group-item.active {
    background: linear-gradient(90deg, #019c8c 4px, #E6E6E6 4px);
    border-color: rgba(0,0,0,.125);
    border-left-color: #019c8c;
    color: #808080
}

.hover-appear-target {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.hover-appear:hover .hover-appear-target {
    visibility: visible;
    opacity: 1;
}

a.bg-green.text-white:hover {
    background-color: #00a997;
    color: #FFF;
}

.logo {
    height: 100px;
}

@media (max-width: 600px) { 
    .logo {
        height: 40px
    }


	
	.about-icon { margin-top:20px;}
	.about-icon .col-sm-4 {width: 33.3333333333%;}
	.about-icon .col-sm-8 {width: 66.6666666667%;}
	.logo-exhi.row-cols-5>*, .logo-org .col-md-4, .logo-partner .col-md-9 {width: 50%;}
	.kpartner-box { margin-top:30px; padding-left: 10px;}
	footer .col-md-3 img { margin-left: 10px !important; margin-bottom:30px; }
	footer .container .row div:last-child, footer .container .row div:first-child {border-left: none; border-right:none;}
	.vid-gallery .col iframe {height:280px;}
	.speakers-box .col {width:100%;}
	.launch-icon .col-sm-3 {width: 25%;}
	.launch-icon .col-sm-8 {width: 75%;}
	.launch-icon {    margin: 20px 0;}
	.launch-agenda-info .row .col-sm-2 {
    width: 100%;
}
	
	h1, .h1 {font-size:2.5rem;}
	.h5, h5 {font-size: 1.1rem;}

}

.theEmbedCode iframe {
    display: block;
}

.pagination {
    justify-content: center;
}

.pagination ul {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 15px 0 0
}

.pagination ul li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.pagination ul li a {
    display: inline-block;
    padding: 4px 8px;
}