@import url('variables.css');
/*-------------------------------
 HEADER INIT
 -------------------------------*/
 .site-header{
	position: fixed;
    z-index: 1000000;
    width: 100%;
    background: white;
    box-shadow: 1px 1px 10px #c0c0c07d;
    padding-bottom: 22px;
}

.logo-svg {
	margin-top: 10px;
	max-width: 250px;
}

#primary-menu {
	justify-content: flex-end;
	margin-top: 15px;
}

#primary-menu li {
	width: auto;
	padding: 0px 14px;
	height: 20px;
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-left: 2px solid #00ceab;
	background: white;
}
.menu-menu-v25-container #primary-menu li {
	border-left: none;
	padding:0px 10px;
}
#menu-item-5988 {
	border-left: 0 !important;
}

#primary-menu li a {
	padding: 0;
	margin: 0;
	color: #392B4C;
	display: block;
	top: 0;
	padding-top: 4px;

}
#primary-menu li.mobile a {
	display: none;
}

.position-video {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.position-video .banner-text {
	color: white;
	font-size: 28px;
}

.video-banner {
	max-height: 700px;
	width: 100%;
	overflow: hidden;
}

.banner-mobile-img img {
	margin: 0 auto;
}

#video {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.bg-banner-mobile {
	background: url(imgs/mobile_webinar_home-11.png);
	background-size: cover;
	padding: 65px 0;
	color: white;
	font-size: 26px;
	text-align: center;
}

.home-login-need {
	text-align: center;
}

/*-------------------------------
 Search Top
 -------------------------------*/
.search-form {
	max-width: 373px;
	width: 100%;
	display: block;
	margin: 50px auto 0;
	display: none;
}

.search-field {
	float: left;
	margin-right: -50px;
	background: #F2F2F2;
	border: 0 !important;
	box-shadow: none;
	padding: 0 20px !important;
}

.search-submit {
	float: left;
	height: 39px;
	border: none;
}

.fa-search {
	color: #00CEAB;
}

/* Header Adaptations */

#primary-menu .mobile a {
	display: none;
}

.header-position {
	position: relative;
}

.login-top-menu,
#site-navigation2 {
	position: absolute;
	right: 0px;
	/* background: linear-gradient(136deg, #00CEAB 15%, #382b4c 67%);
	background: url(../imgs/webinar_summit_login-03.jpg); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 0 6px 6px;
	padding: 8px 10px;
	top: 0;
}

.login-top-menu a {
	margin: 0px 6px;
	padding: 5px;
	color: black;
	font-size: 16px;
}

#primary-menu li:first-child {
	border-left: 0px solid #00ceab;
}

.menu-menu-1-container {
	margin-right: -15px;
}

#login-menu li a {
	color: white;
}

.menu-videos {
	border-right: 2px solid #00CEAB;
	border-left: 2px solid #00CEAB;
}

.fa-times {
	display: none !important;
}

.cross {
	display: none !important;
	background: url(../imgs/mobile_webinar_home-03.png);
	background-size: contain;
	width: 34px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.burguer {
	background: url(../imgs/mobile_webinar_home-02.png);
	background-size: contain;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.toggled .fa-bars,
.toggled .burguer {
	display: none;
}

.toggled .fa-times {
	display: block !important;
}

.toggled .cross {
	display: block !important;
}



#ot-sdk-btn{
	position: fixed;
    z-index: 1;
    bottom: 10px;
    left: 10px;
}

/*------------------------- MEDIA QUERIES -------------------------*/
@media screen and (max-width: 1170px) {
	.header-position {
    display: flex;
}
	.logo-svg {
		margin-top: 10px;
		max-width: 165px;
	}

	.site-header {
		/* height: 110px; */
		height: 75px;
		position: fixed;
		padding-bottom: 82px;
		background: white;
		box-shadow: 1px 1px 1px gray;
		width: 100%;
		top: 0;
		z-index: 1000;
	}

  .custom-logo-link {
		display: inline-block;
		max-width: 205px;
		/* max-width: 235px;
		margin-top: 10px; */
	}

	.menu-toggle {
		position: absolute;
		right: 30px;
		top: 15px;
		border: 0;
		background: 0;
		padding: 0;
		margin: 0;
	}

	.nav-menu {
		position: absolute;
		top: 65px;
		background: #553d6d;
		border-radius: 9px;
		z-index: 1000000;
		width: 90%;
		left: 5%;
		padding-bottom: 40px;
	}

	#primary-menu li,
	.menu-home,
	.menu-videos,
	.menu-factsheets,
	.menu-contacts {
		width: unset !important;
		background: none !important;
		margin: 0 12px !important;
		text-align: center !important;
		padding-top: unset !important;
		/* display: block!important; */
		height: fit-content;
		font-size: 14px;
		font-weight: bold;
	}

	.menu-videos {
		border-right: none;
		border-left: none;
	}

	#primary-menu li a,
	.menu-home a,
	.menu-videos a,
	.menu-factsheets a,
	.menu-contacts a {
		margin: 10px auto !important;
		text-align: center !important;
		height: 23px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		color: #ffffff !important;
		position: relative !important;
		padding-top: unset !important;
		width: unset !important;
		border-bottom: 1px solid;
	}

	#primary-menu li {
		border-left: 0;
	}

	.menu-contacts a {
		border-bottom: 0;
	}

	.main-navigation ul li:hover>ul,
	.main-navigation ul li.focus>ul {
		left: auto;
		left: 0;
		background: #372a47;
		box-shadow: 0px 0px 5px black;
		width: 100%;
		padding: 22px;
	}

	.menu-item-has-children>a {
		background: url(../imgs/angle-down-solid.svg) !important;
		background-size: 15px !important;
		background-repeat: no-repeat !important;
		background-position: top right !important;
	}

}