/* Menu */
.smerald-submenu-full-width {
    border-top-color:#552d80 !important;
}

.submenu-item-2:hover {
    background:#552d80 !important;
}

/*** GENERAL ***/
#block-snia-sessionsdate {
    background:#552d80;
}

#block-snia-sessionsdate > div {
    width: var(--width-mobile, 90vw);
    margin-inline: auto;
    max-width: var(--max-width, 1200px);
}

@media(max-width:800px){
	#block-snia-sessionsdate > div > div{flex-direction: column !important; gap: 1rem;}
	.menu .logo{margin:0 !important;}
	
	/* floating menu */
	#block-snia-sniadeveloper{
		width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	#menuItems{
		position: absolute !important;
	  top: 0px;
	  left: 0px;
	  background: white;
	  max-width: 90vw;
	  z-index: 999;
	  box-shadow: rgba(128, 128, 128, 0.29) 0px 0px 5px 2px;
	  border: 1px solid gray;
	  padding: 1em 3em 1em 1em;
	}
	
	#close-menu{z-index: 9999;}
}

#block-snia-sdcinfo {
	background: #480e67;
    color: white;
	padding: 20px 0px;
}

#block-snia-sdcinfo div {
	width: var(--width-mobile, 90vw);
    margin-inline: auto;
    max-width: var(--max-width, 1200px);
}

#block-snia-sdcbanner {
	max-width: 200px;
}

.homepager3july16{border-bottom: 1px solid var(--color-whitesmoke-300);}
.sdc-container {
	width: var(--width-mobile, 90vw);
    margin-inline: auto;
    max-width: var(--max-width, 1200px);
	padding:0;
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0 !important;
}

#menuItems .smerald-menu-navigation-parent a, #menuItems .submenu-level-2 a{
  font-size: 14px !important;
  font-weight: 400 !important;
}

.smerald-menu-navigation-parent{position:relative;}
.smerald-menu-navigation-parent  .toggle-arrow{position: relative; right: 8px;}

.snia-developer footer {
	background: #480e67;
}

.snia-developer .footer-right,.snia-developer .footer-end	  {
	border: none !important;
}

.snia-developer .homepager3july16 {
	overflow:visible;
}

#block-snia-sdcbranddate img {
	width: 183px;
  height: auto;
}
    



/* Speakers ¿Directory? */

#paragraph-15243 {
    margin-top:30px;
}

#paragraph-15243 .views-field-field-photo {
    /* width: auto; */
    /* height: 100%; */
    /* min-height: 158px; */
    width: 166px;
    height: 166px;
    min-width: 166px;
    background: red;
    /* box-sizing: content-box; */
}

#paragraph-15243 .views-field-field-photo img {
    height: 166px;
    width: 166px;
    min-width: 166px;
    object-fit: cover;
    /* width: auto; */
    /* height: 100%; */
    /* min-height: 158px; */
}

#paragraph-15243 .views-view-responsive-grid__item-inner {
    display: flex;
    padding: 10px;
    gap: 10px;
    font-family: 'Manrope';
    position:relative;
}

#paragraph-15243 .views-view-responsive-grid__item-inner::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13%2013V1.65455V0L0%2013H13Z%22%20fill%3D%22%23E2E2E2%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
  right:10px;
    bottom:10px;
    
}


#paragraph-15243 .views-field-nothing span {
    gap:0px;
    display:flex;
    flex-direction:column;
}

#paragraph-15243 .views-field-nothing {
    display:flex;
    align-items:center;
}

#paragraph-15243 p.company {
    margin-top:0px;
    font-size:13px;
}

#paragraph-15243 p.title {
    color:#552d80;
    font-size:13px;
}


/* SDC SINGLE SESSION VIEW */

.abstract {
	margin-top:60px;
}

.abstract h3 {
	font-size:28px;
	font-weight:600;
}

.learning-objectives {
	background:#fafafa;
	padding-top:40px;
	padding-bottom:40px;
	margin-top:60px;
}

.learning-objectives h3 {
		font-size:28px;
	font-weight:600;
}

.speakers-wrapper {
    display:flex;
    flex-wrap: wrap;
    gap:20px;
    font-family:Manrope;
	margin-bottom:30px;
	    margin-top: 30px;
}

.speaker-info {
	gap:3px;
	display:flex;
	flex-direction:column;
}

.speaker img {
		width: 50px;
		height: 50px;
		border-radius: 100%;
		margin-right: 10px;
		object-fit: cover;
		object-position: center;
}

.speaker {
    display:flex;
    font-size:13px;
    
}

.speaker-name {
    font-size:13px;
    display:flex;
    width:fit-content;
    height:fit-content;
	font-weight:600;
	color:black;
}
.company {
	color:#878787;
}
.speakers-wrapper .company {
	font-weight: 400;
	font-size: 11px;
	line-height: 140%;
}
.job-title {
    display:none;
}

h3 {
    font-family:Manrope;
    font-size:30px;
    font-weight:300;
    margin-top:20px;
    margin-bottom:20px;
}

#block-snia-content > div > div > footer {
    background:none !important;
}

.related-sessions-view h3 {
	font-size:28px;
	font-weight:600;
}
.related-sessions-view .speakers-wrapper {
	margin-bottom: 0;
}

.related-sessions-view {
	margin-bottom: 60px;
	margin-top: 60px;
}
.related-sessions-view .views-view-responsive-grid__item {
	padding:15px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
}

.related-sessions-view .views-view-responsive-grid__item a {
	font-size:13px;
}
.related-sessions-view .views-view-responsive-grid__item h3 {
	font-size:18px;
	font-weight:600;
  line-height: 140%;
	margin-top:0;
	margin-bottom:0;
	color:black !important;
}

.related-sessions-view .views-view-responsive-grid__item p {
	margin-top:0;
	margin-bottom:0;
	display:none;
}

.related-sessions-view .views-view-responsive-grid__item-inner {
	gap:15px;
	display:flex;
	flex-direction:column;
}

.related-sessions-view .views-view-responsive-grid {
	--views-responsive-grid--layout-gap:15px !important;
}

.webform-submission-rate-this-session-form {
		display:flex;
		flex-direction:column;
		width: 100% !important;
		max-width: 100% !important;
		margin-inline: 0 !important;
}

#edit-comment {
    width:100%;
}

label[for="edit-comment"] {
    font-family:Manrope;
}

.form-item-rate {
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
    top:5px;
    display: flex;
}
.webform-submission-rate-this-session-form .form-item-rate{
	    flex-direction: column;
}
.webform-submission-rate-this-session-form .form-item-rate .rateit{
	margin-left: -8px;
}
.rateit-range {
    margin-left: 7px;
    margin-top: 0px;
}
label[for="edit-rate"] {
    font-family:Manrope;
    font-weight:600;
    /* margin-top: 10px; */
    font-size: 19px;
}

#edit-submit {
    background:#552d80;
    color:white;
    font-family:Manrope;
    border:none;
    width: 113px;
    height: 42px;
}
.webform-submission-rate-this-session-form #edit-submit{
	padding: 10px 40px 10px 25px;
	width: 100%;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	color: #F9F9F9;
	font-family: 'Inter' !important;
}

.webform-submission-rate-this-session-form #edit-actions::after{
	right: 18px;
    top: 12px;
}
.webform-submission-rate-this-session-form .form-type-webform-rating label{
font-weight: 600;
font-size: 11px;
line-height: 140%;
color: #222222;
}
.webform-submission-rate-this-session-form .form-type-textarea label{
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #344054;
	padding-bottom: 8px;
	display: block;
}
.webform-submission-rate-this-session-form .form-type-textarea textarea{
		background: #FFFFFF;
		border-top:0px !important;
		border-left:0px !important;
		border-right:0px !important;
		border-bottom: 1px solid #E2E2E2 !important;
		border-radius: 0px !important;
}
#edit-actions {
    width:fit-content;
    /* background:red; */
    display: flex;
    align-self: end;
}

#views-exposed-form-conference-session-block-1 #edit-actions::after{
	content: none !important;
}
#views-exposed-form-conference-session-block-1 #edit-actions{
	    width: 100% !important;
}


.abstract .width50 ul li  {
	list-style:disc;
}

.page-node-type-snia-dynamic-page #commerce-order-item-add-to-cart-form-commerce-product-9 {
    display: flex;
    margin-bottom: 2rem;
}

@media (min-width: 800px) {
    .page-node-type-snia-dynamic-page #commerce-order-item-add-to-cart-form-commerce-product-9 #edit-purchased-entity-wrapper, .page-node-type-snia-dynamic-page #commerce-order-item-add-to-cart-form-commerce-product-9 #edit-actions {
        width: 40%;
        margin-right: auto;
    }
}
@media (max-width: 800px) {
    .page-node-type-snia-dynamic-page #commerce-order-item-add-to-cart-form-commerce-product-9 {
        display: flex;
        flex-direction: column;
    }
}

