/*
	Use this styesheet to over-ride the theme defaults for other businesses/brands.
	Examples below show how to apply a different typeface using @import.
*/

/* Uncomment to apply
	
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700&display=swap');

body {
	font-family: 'Merriweather', sans-serif;
	font-size: 1rem;
}

*/

/* Color codes to replace */
/*:root {
  --header_bg: #1d84c3;
  --body_bg: #f8f9fa;
  --body_text: #212529;  
  --link: #007bff;  
  --link_hover: #0056b3;  
  --footer: #343a40;  
  --button_bg: #007bff;
  --button_text: #ffffff;
  --button_hover_bg: #0069d9;
  --button_hover_text: #ffffff;
  --button_hover_border: #0062cc;
  --sec_button_bg: #007bff;
  --sec_button_text: #ffffff;
  --sec_button_hover_bg: #0069d9;
  --sec_button_hover_text: #ffffff;
  --sec_button_hover_border: #0062cc;
}*/

/*Bootstrap bario introduced grey rows*/
/*tr {
  background: inherit !important;
}
*/
.coupon-redemption-form__coupons table tr {
    background: white !important;
}

.adminimal-admin-toolbar .sticky-top {
    z-index: 501;
}
/* css for award listing starts */
@media (min-width: 768px) {
.award-grid-list .listing-item {
      width: 45%;
      margin-left: 15px;
      margin-right: 15px; } 
}
@media (min-width: 992px) {
.award-grid-list .listing-item {
      width: 30%;
      margin-left: 15px;
      margin-right: 15px; } 
}
@media (min-width: 1200px) {
.award-grid-list .listing-item {
      width: 22.25%;
      margin-left: 15px;
      margin-right: 15px; } 
}
.view-id-award_category_views.view-display-id-block_2 h3{
	text-align:center;
}
.view-id-award_category_views.view-display-id-page_1 h3{
	display:none;
}
.view-id-award_category_views .card .field--type-entity-reference{
	margin:0;
}
.view-id-award_category_views .listing-item h5{
	min-height: 12px;
}
/* css for award listing ends */
/* css for award winners starts */
.field--name-field-award-winner-description,.field--name-field-judge-comments{
	font-size:80%;
	font-weight:400;
}
/* css for award winners ends */
/* Banner additional CSS*/
.banner .col-lg-8 {
      text-shadow: 2px 2px 5px #000;
}
.banner .col-lg-8 .btn {
      text-shadow: none;
}
@media (min-width: 992px) {     
.banner .col-lg-8 .btn:last-child {
 margin-left: 1rem; 
} 
}
/* Banner additional CSS ends*/
/* css for contact us starts */
.view-contact-us-block-view.view-display-id-page_1 .row h2,.view-contact-us-block-view.view-display-id-page_1 .row p{
	display:none;
}
.view-contact-us-block-view.view-display-id-page_1 .bg-md{
	background: none !important;
    color: #000 !important;
}
/* css for contact us ends */
/* css for testimonials starts */
.view-display-id-block_grid .card.testimonial .byline,.view-display-id-page_testimonials_list .byline,.node--type-testimonial .card.testimonial .byline{
	bottom: -75px !important;
}
/* css for testimonial ends */
/* css for homepage blocks starts */
.view-display-id-block_homepage_70_30 .teaser{
	width:730px;
}
/* fix for background postion */
.teaser {
    background-position: center center;
}
/* css for homepage blocks ends */

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #99caff;
}

/* D9  psc*/
#block-cartandlogin li > a:hover, #block-cartandlogin li > a:focus {
  background-color: transparent;
}


/* D9  psc*/
#block-evo_base_cartandlogin li > a:hover, #block-evo_base_cartandlogin li > a:focus {
  background-color: transparent;
}

/* Commerce */
/* #edit-review-evo-customer-information{ display: none; } */
.checkout.panel.sm, #edit-review-order-fieldscheckout{ display: none; }
#edit-payment-information-billing-information{ display: none; }
.payment_information.panel.sm > fieldset > legend {
    display: none;
}
.payment-redirect-form #edit-sidebar-coupon-redemption-form{ display: none; }
.payment-redirect-form #edit-actions-next{ display: none; }
/*.path-eventsone-tickets .content-wrapper .cart-block--contents{
    display: block;
    position: relative;
    width: 100%;
}

.path-eventsone-tickets .content-wrapper .cart--cart-block{
    width: 30%;
    position: relative;
    float: right;
}

.path-eventsone-tickets .content-wrapper .cart-block--contents__items {
overflow: hidden;
max-height: unset;
}*/
.checkout-help {
    padding: 0 0 15px 0;
    text-align: center;
    margin: 0 auto;
}
.checkout-help .error{color: #dc4011fa;}

.cc_iframe{
    background-color: #fff;
    color: #464640;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 auto 1em;
    padding: 13px 20px;
}

.cc_iframe iframe {
    border: 0 none;
    width: 100%;
    min-height: 550px;
    z-index: 1;
    position: relative;
    background: url(/themes/custom/evo_base_theme/icons/processing.gif) no-repeat center 10%;
}

/* div#edit-login{padding: 0;}




div#edit-payment-process-offsite-payment {
    padding: 0;
    margin: 0;
    
}

div#edit-payment-process {
    padding: 0 10px;
border: 1px solid #eee;
    border-radius: 10px;
    
}*/

body {
    counter-reset: checkout-progress;
  }
.checkout-progress--step div:after {
    content: counter(checkout-progress) " ";
    counter-increment: checkout-progress;
}
.btn-danger.btn-primary {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

@media(min-width: 780px) {
    #edit-login {
      overflow: hidden;
    }
  
    .form-wrapper__returning-customer {
      width: inherit;
      float: left;
    }
  
    .form-wrapper__guest-checkout {
      width: inherit;
      float: right;
    }
  }
  @media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {

    .layout-region-checkout-main,
    .layout-region-checkout-footer {
      float: unset; /* LTR */
      width: unset;
      padding-right: unset; /* LTR */
      box-sizing: unset;
    }
  }
  
  .view-commerce-checkout-order-summary .table-responsive{
      padding: 0;
      overflow: hidden;
  }

  .view-commerce-checkout-order-summary .field--type-commerce-price .field__label{
      display: none;
  } 
  .view-commerce-checkout-order-summary .field--name-list-price .field__item{
    color: #6c757d;
    text-decoration: line-through;
  }
  .view-commerce-checkout-order-summary .field--name-list-price{
      display: none;
  }

  .accordion .card, .card-header:first-child{
      border-radius: 0;
  }
  .cart-block .table, .checkout-pane-order-summary .table {
    margin: 0;
    border-bottom: 1px solid #ced4da;
}

.path-user .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.path-user .d-none.d-lg-block.progress-wrapper{
    display: none !important;
}
.path-user .user-order-display{
    display: flex;
}
.path-user .user-order-display > div{
    width: 50%;
    margin: 5px;
    background: #ffff;
    padding: 10px;
    border-radius: 10px;
}
.path-user .user-order-display .field__label{
    font-weight: bold;
}
/* Commerce ends */

/*Speakers Sponsors*/
.col-auto{
      padding: 0;
      margin: 0;
}
/*Speakers Sponsors*/


/*Alert Tweaks*/
.alert-wrapper {
      max-height: 150px;
      overflow-y: auto;
      margin-bottom: 20px !important;
  }
/*Alert Tweaks ends*/

/* Layout tweaks */
.teaser .body *{
      text-shadow: 2px 2px 5px #000;
  }
  
.teaser .body a.btn{
      text-shadow: none;
  }
  
  .teasers-50 .teaser:first-child {
      -webkit-box-pack: end;
      justify-content: flex-end;
  }  
  .teasers-50 .teaser:last-child {
      -webkit-box-pack: start;
      justify-content: flex-start;
  }

  .layout-builder__add-block.col-auto {
      z-index: 99;
      position: absolute;
  }
  
  .teasers-50 .layout-builder__add-block.col-auto:last-child {
     right: 10px;
  }

  nav.tabs {
      position: absolute;
      margin-top: -46px;
      z-index: 501;
  }
  
  .node--type-front-page h1.title,
  .node--type-front-page .page-header {
      display: none;
  }

  .node--type-front-page .content-wrapper{
        margin-top: 0;
  }
  
  .node--type-front-page .node__content.clearfix {
      margin: 0;
  }
/* Layout tweaks ends */
/* Agenda css starts */
.node--type-agenda-downloader .accordion .table th{
color: #212529;
}
.node--type-agenda-downloader .accordion .table tr th, .node--type-agenda-downloader .accordion .table tr td{
border-top: 1px solid #ced4da;
}
.node--type-agenda-downloader .accordion tr td, .node--type-agenda-downloader .accordion tr th{
border:none;
}

/* Agenda css ends */
/* Speakers detail,sponsor detail css starts */
.node--type-speakers .page-header .field--name-title,.node--type-award-partner .page-header .field--name-title,.node--type-testimonial .page-header .field--name-title{
display:none;
}
.node--type-award-category .card.listing-item{
display:none;
}
/* Speakers detail,sponsor detail css ends */
/* Resource page css starts */
.download-img{
	border-radius:72px;
	border: 2px solid #ccc;
}
/* Resource page css ends */

/* Speakers carousal white space removed */
.field--type-entity-reference {
  margin: 0;
}
/* css for contact form starts */
.contact-form .form-type-webform-terms-of-service{
font-size: 1rem;
}
.contact-form {
  margin-top: 1rem;
}

.contact-form .form-item-terms-of-service .form-checkbox{
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.contact-form .form-type-webform-terms-of-service {
    display: -webkit-inline-box;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.contact-form input, .contact-form textarea, .contact-form select {
  border-radius: 0.3rem;
  background: rgba(0,0,0,0.2);
}
.contact-form select:invalid {
  color:#6c757d;
  opacity:1;
}
/* css for contact form ends */

/* css for footer space removal */
.node--type-inner-page-variant-2 main {
  margin-bottom: 0;
}

/* Layout builder Tweaks*/
#drupal-off-canvas .ui-autocomplete li a{
    /* color: #ffffff !important; */
    color: #ffffff;
}

#drupal-off-canvas .description.text-muted, #drupal-off-canvas .form-item .description.text-muted, #drupal-off-canvas .details-description.text-muted {
    color: #eee !important;
}

.layout-builder-form .contextual, #layout-builder .contextual {
  position: relative;
}

.layout-builder-form .contextual button.trigger, #layout-builder .contextual button.trigger {
  position: relative !important;
}

.layout-builder-form .contextual.open .contextual-links, #layout-builder .contextual.open .contextual-links {
  display: block;
  position: absolute;
  right: 6px;
  top: 26px;
  list-style: none;
  background: #ffff;
  width: auto;
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 0px 1px 1px 1px;
}
.layout-builder-components-table .table-responsive {
  min-height: 300px;
}
/* Layout builder Tweaks */

.msg-btn-close {
  position: absolute;
  right: 10px;
}

/* Additional styling for p tags */
p.float-left, img.float-left, drupal-entity.float-left, widget.float-left {
    margin: 0 2rem 2rem 0; }
p.float-right, img.float-right, drupal-entity.float-right, widget.float-right {
    margin: 0 0 2rem 2rem; }
@media (max-width: 767.98px) {
    p.float-left,img.float-left, drupal-entity.float-left, widget.float-left, 
    p.float-right,img.float-right, drupal-entity.float-right, widget.float-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0; } }    
/* Additional styling for p tags */

/* wdaos-4134 Additional styles for inner page variant page */
.node--type-front-page .inner-page-variant-header h2,
.node--type-front-page .slider_header h2 {
  font-size: 2.375rem;
  margin-bottom: 1.625rem;
  text-align: center !important;
}

.inner-page-variant-header h2 {
  margin-bottom: 0;
  margin-top: 1.625rem;
}

.inner-page-variant-header a,
.slider_header a {
  pointer-events: none;
  color: black;
}

.node--type-front-page .inner-page-variant-header main {
  text-align: center;
}

.node--type-front-page .evo-content-block-title {
  font-size: 2.375rem;
  text-align: center;
  padding-top: 1.625rem;
}

.node--type-front-page .inner-page-variant-header.page-header,
.node--type-front-page .slider_header.page-header {
  margin-bottom: 0;
  display : block;
}

.node--type-front-page .inner-page-variant-content main p {
  text-align: center !important;
}
/* wdaos-4134 Additional styles for inner page variant page */

/* wdaos-3780 contact us form styles */
.contact-us-title {
  text-align: center;
  margin: 1rem 0 0 0;
}

/* wdaos-4168 slider styles */
.slider_content {
  margin-bottom: 3.125rem;
}

.slider_content .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.slider_content .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slider_content .dot.active {
  background-color: #717171;
}

.slider_content .carousel-indicators {
  bottom: -45px;
}

.slider_content .carousel-caption p {
  margin-bottom: 0;
}

.slider_content .carousel-caption {
  bottom: 0px;
}

.slider_content .carousel-hero-slider p {
  margin-bottom: 0;
}
.slider_content .carousel-hero-slider {
  bottom: 150px;
  left: 50%;
  margin-left: -500px;
  width: 630px;
  text-shadow: 2px 2px 5px #000;
  color: #FFFFFF;
}
.slider_content .carousel-hero-slider h1 {
  font-size: 2.9375rem;
  font-weight: 700;
  text-align: left;
}
.carousel-hero-slider p {
  clear: both;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
.carousel-hero-slider a {
  margin-top: 30px;
}

.slider_content .carousel-control-prev,
.slider_content .carousel-control-next {
  width: 2%;
}

/* wdaos-4148 home page banner styles */
.teaser .body.shadow-effect * {
  text-shadow: none;
}

/* wdaos-3787 commerce additional fix for mobile devices */
@media (max-width: 812px) {
    button.delete-order-item {
        overflow: hidden;
        text-indent: -99em;
        display: inline-block;
    }

    button.delete-order-item::before{
        display: none;
    }

    button.delete-order-item::before {
        content: "\f2ed";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    button.delete-order-item svg{
        float: left;
        text-indent: 0;
    }

    .layout-region-checkout-footer .link--previous{
        display: block;
        padding-top: 5px;
    }

    .cc_iframe {
        padding: 2px;
    }
}
/* wdaos-3787 commerce additional fix for mobile devices */
/* Footer tweaks */
footer .contextual {
    position: absolute;
}

footer .contextual button.trigger {
    position: relative !important;
}

footer .contextual.open .contextual-links {
    display: block;
    position: absolute;
    right: 6px;
    top: 26px;
    list-style: none;
    background: var(--footer_bg);
    width: auto;
    padding: 10px;
    border: 1px var(--footer_link) solid;
    border-width: 0px 1px 1px 1px;
}
/* Footer tweaks */

/* Help - books */
.book-navigation .book-pager {
    padding: 0.5em 0.5em;
}

.book-navigation .menu {
    display: none;
}

.book-navigation .book-pager{
    padding: 0.5em 0.5em !important;
}
.evo-book-navigation .menu-item--active-trail > a{
    font-weight: bold;
}

.evo-book-navigation .menu {
    /*border-top: 1px solid #d6d6d6;*/
    padding: 0 0 0 1em;
    list-style: none;
}
.evo-book-navigation {
    padding: 10px 0;
}
.evo-book-navigation .menu > li > ul > li > ul{
    list-style: circle;
}
@media (min-width: 768px){
    .node--type-book h1 {
        margin-bottom: 0;
    }
    .node__content > .panel-pane > .container >.panel{
        padding-top: 0;
    }
    .node--type-book .col-md-4 {
        padding-left: 0;
    }
}
/* Help - books */

/* wdaos-4172 */
.block-header{
    text-align: center;
    padding-top: 1.625rem;
    margin-bottom: 0;
}
.cke_widget_wrapper .field--name-field-media-video-file .embed-responsive{
    position: absolute;
}
.cke_widget_wrapper .field--name-field-media-video-file .embed-responsive video{
    max-width: 90%;
}

@media (min-width: 1200px){
    .evo-page-full-width .sponsor-group .sponsor-logo {
        width: 23.03%;
    }
    .evo-page-full-width .sponsor-group .sponsor-image {
        width: 23.03%;
    }
}
.sponsor-group {
    justify-content: center;
}

.node--type-inner-page-variant-2 .page-header.inner-page-variant-header .container {
    padding: 0;
}
/* wdaos-4172 */

/* wdaos-4169 */
.news-view-wrapper {
  padding-bottom: 30px;
}

.news-item {
  height: 100%;
  width: 100%;
}

.news-view-wrapper .news-item .corner-flash p {
  text-align: center;
  font-weight: 600;
}

.news-view-wrapper .news-item a h5 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.news-view-wrapper .news-item a h5:hover {
  color: #a68b48;
}

.news-default-wrapper .field--name-field-news-image {
  margin-bottom: 25px;
}

.news-view-wrapper .news-col{
  margin-bottom: 25px;
}
/* wdaos-4169 */

/* wdaos-4321 */
.page-view-breakout-sessions nav.tabs {
  position: inherit;
  z-index: inherit;
}

.page-view-breakout-sessions .breakout-session-title {
  padding-bottom: 30px;
}

.page-view-breakout-sessions .breakout-session-wrapper {
  padding-top: 1rem;
}

.page-view-breakout-sessions .page-header {
  display: none;
}

.page-view-breakout-sessions .session-workshop-title a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
}

.page-view-breakout-sessions .session-workshop-title.listing-item:hover {
  box-shadow: unset;
}

.page-view-breakout-sessions .session-workshop-title.listing-item {
  margin-bottom: 0;
  width: 100%;
}
/* wdaos-4321 */

/* wdaos-4344 */
.node--type-judges .page-header {
  display: none;
}

.node--type-judges .page-header-judges-label h1 {
  margin-top: 2.25rem;
}

.judges-block-title,
.speakers-block-title {
  margin-bottom: 0;
  padding-top: 1.875rem;
  margin-top: 1.25rem;
}
/* wdaos-4344 */

/* wdaos-3891_sessions_slots */
.checkout-pane-review .field__label {
    font-weight: bold;
}

.checkout-pane-review .field__label:after {
    content: ":";
    margin-right: 4px;
}

#edit-review-evo-delegate-details .fieldset-wrapper > div {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*max-height: 235px;
    overflow-y: auto;*/
}

#edit-review-evo-delegate-details p.address{
    margin-bottom: 0;
    font-style: oblique;
}

#edit-review-evo-delegate-details .session-title-optimized {
    /*width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    display: inline-block;
    font-size: .8em;
    font-style: oblique;
    width: 100%;
}
#edit-review-evo-delegate-details .session-title-optimized span.sess-title{
    font-style: normal;
}

.card.speaker, .card.breakout-sessions {
    border-radius: 0;
}

/* Asked to un justify the session contents on 11/09/2020 */
/*.session-content {
    text-align: justify;
}*/

.session-content .image-style-news-full-image-style{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.session .body .time-date{
    float: left;
    font-weight: bold;
}

.session .body .time-date time.datetime:nth-of-type(3){
    font-weight: normal;
    margin: 0 1.25rem;
}
/* WDAOS-4907 */
.session .body a.content-as-block-link .time-date{
  color: var(--body_text);
}
.session .body a.content-as-block-link .time-date time:nth-child(3) {
  color: var(--link);
}
.session .body a.content-as-block-link .time-date time:nth-child(3):hover {
color: var(--link_hover);
}
/* WDAOS-4907 */

.session .body .room{
    float: left;
}

.node--type-sessions .order-last > .callout > .callout-body{
    padding: 0;
}
.node--type-sessions main{
    margin-bottom: 0;
}

/* WDAOS-4831 Ammendments */
.node--type-award-partner .article-footer .session .body .time-date, 
.node--type-award-partner .article-footer .session .body .room,
.node--type-award-partner .article-footer .session .body .calendar-link,
.node--type-speakers .article-footer .session .body .time-date, 
.node--type-speakers .article-footer .session .body .room,
.node--type-speakers .article-footer .session .body .calendar-link{
  font-size: .8em;
}

.node--type-award-partner .session .body .time-date time.datetime:nth-of-type(3),
.node--type-speakers .session .body .time-date time.datetime:nth-of-type(3){
    margin: 0 .5rem;
}
/* WDAOS-4831 Ammendments */

.page-view-breakout-sessions .content-wrapper > .container{
    padding: 0;
}

.cart--cart-block.block-commerce-cart.animate {
    animation: boxshake 1s linear 2s;
}

@keyframes boxshake {
    0%,100% { transform: scale(1); }
    50% { transform: scale(.8); }
}
@-moz-keyframes boxshake {
    0%,100% { transform: scale(1); }
    50% { transform: scale(.8); }
  }
  @-webkit-keyframes boxshake {
    0%,100% { transform: scale(1); }
    50% { transform: scale(.8); }
  }
/* wdaos-3891_sessions_slots */

/* wdaos-4240 - Sponsor logo ad block issue */
.sponsor-image {
    /* height: 7.5rem; */
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0.5rem 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .sponsor-image {
        -webkit-transition: none;
        transition: none; } }
    .sponsor-image:hover {
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15); }
    .sponsor-image img {
      height: 60%; }
    .sponsor-image a {
      display: block;
      /* height: 60%;  */
    }
      .sponsor-image a > img {
        height: 100%; }  
 
    .sponsors-carousel .sponsor-image {
      height: 6.25rem;
      max-width: 13.75rem;
      padding: 1rem;
      margin: 0.625rem auto; }
      .sponsors-carousel .sponsor-image img {
        width: auto !important; }
      @media (min-width: 768px) {
        .sponsors-carousel .sponsor-image {
          max-width: 11.25rem;
          padding: 0.5rem; } }
      @media (min-width: 1200px) {
        .sponsors-carousel .sponsor-image {
          max-width: 14.125rem;
          padding: 0.5rem; } }  

    .sponsor-group .sponsor-image {
      width: 100%; }
      @media (min-width: 768px) {
        .sponsor-group .sponsor-image {
          width: 45%;
          margin-left: 15px;
          margin-right: 15px; } }
      @media (min-width: 992px) {
        .sponsor-group .sponsor-image {
          width: 30%;
          margin-left: 15px;
          margin-right: 15px; } }
      @media (min-width: 1200px) {
        .sponsor-group .sponsor-image {
          width: 22.25%;
          margin-left: 15px;
          margin-right: 15px; } }  
  
      .featured-sponsors .logos .sponsor-image {
        width: calc(50% - 8px);
        height: 4.375rem; }
        .featured-sponsors .logos .sponsor-image a {
          display: block;
          /* height: 45%;  */
        }
      @media (min-width: 768px) {
        .featured-sponsors .logos {
          margin-bottom: 2rem; }
          .featured-sponsors .logos .sponsor-image {
            width: calc(25% - 15px); } }
      @media (min-width: 992px) {
        .featured-sponsors .logos .sponsor-image {
          height: 7.5rem; } }
/* wdaos-4240 - Sponsor logo ad block issue */
/* wdaos-4250 - Coupon issues and small css enhancements */
#edit-coupon-redemption td {
  padding: 5px 10px 5px 0px;
  font-weight: bold;
}

.cart-footer .order-total-line{
  padding-right: 0;
  padding-left: 0;
}
.cart-footer .order-total-line .col-md-2{
  padding: 0;
}
.path-cart .cart-footer .order-total-line{
  padding: 0 1.25rem 0;
}
.path-cart .cart-footer .order-total-line .col-md-2 {
  padding: 0 105px 0 15px;
}

@media (max-width: 991px) {
  .path-cart .cart-footer .order-total-line .col-md-2{
    padding: 0 40px 0 15px;
  }
}

.cart-footer .order-total-line__subtotal {
  padding-top: 0.75rem; }

.cart-footer .order-total-line__total {
  padding-bottom: 0.75rem;}

/* wdaos-4250 - Coupon issues and small css enhancements */
/* Community site enhancements */
@media (min-width: 768px){ 
  .homepage .listing-item.resource-listing-item  {
      width: 45%;
      margin-left: 15px;
      margin-right: 15px;
  }
  }
  
  @media (min-width: 992px){
  .homepage .listing-item.resource-listing-item  {
    width: 30%;
    margin-left: 15px;
    margin-right: 15px;
  }}
  
  @media (min-width: 1200px){
    .homepage .listing-item.resource-listing-item  {
      width: 22.25%;
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  .path-user .content-wrapper form {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .path-user .content-wrapper form input {
    width: 70%;
  }
/* Community site enhancements */

/* wdaos-4339 - Paid assets page */
.paid-assets-row {
  padding: 20px;
  height: 100%;
  width: 100%;
}

.paid-assets-row-wrapper {
  margin-bottom: 20px;
}

.readmore, .readless {
  color: var(--link);
  cursor: pointer;
}

.video-embed {
  text-align: center;
}

.attachments {
  text-align: end;
}

.attachments .btn, .node-attachments .btn {
  font-weight: bold;
}

.paid-assets-label {
  font-weight: 600;
}

.paid-assests-list-summary {
  margin-bottom: 1.625rem;
  text-align: justify;
}

.paid-assests-summary {
  text-align: justify;
}
/* wdaos-4339 - Paid assets page */
/* WDAOS-4502 changes */
/* Default blockquote style */
blockquote p::before {
  content: open-quote;
}

blockquote p::after {
  content: close-quote;
  visibility: hidden;
  
}

blockquote p:last-child::after {
  visibility: visible;
}

blockquote p::before,
blockquote p::after {
    font-size: 3rem;
    line-height: 1.5rem;
}

blockquote p {
    margin: 10px;
}
/* Default blockquote style */
/* WDAOS-4502 changes */
/* WDAOS-4322 Ticket listing compact */
@media (min-width: 768px){
  .path-eventsone-tickets .page-header h1.title {
  margin-bottom: 0;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item h5 {
  margin-bottom: 0.8rem;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item .description {
  line-height: 1.2rem;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item .prices {
  margin-bottom: 0.2rem;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item .description p {
  margin-bottom: 0;
}
.path-eventsone-tickets .cart-block .table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.path-eventsone-tickets .cart-block .table td.views-field-title {
  line-height: 1.2rem;
}
}
.path-eventsone-tickets .view-eventsone-tickets h3 {font-weight: 700;}

.path-eventsone-tickets .view-eventsone-tickets .cart-item .prices {
  text-align: right;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item .form-inline .form-group {
  flex: auto;
  flex-flow: row-reverse;
text-align: right;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item .form-inline .form-group .form-number {
  margin-right: 0;
  margin-left: 3.1rem;
}

@media (max-width: 1200px){
.path-eventsone-tickets .view-eventsone-tickets .cart-item .form-inline .form-group .form-number {
  margin-left: 1.6rem;
}
}
@media (max-width: 991px){
.path-eventsone-tickets .view-eventsone-tickets .cart-item .prices .col-4.col-lg-6 {
  text-align: left;
}
.path-eventsone-tickets .view-eventsone-tickets .cart-item .form-inline .form-group .form-number {
  margin-left: 0;
}
}
@media (max-width: 360px){
.path-eventsone-tickets .view-eventsone-tickets .cart-item .form-inline .form-group .form-number {
  margin-left: 0;
}
}
/* WDAOS-4322 Ticket listing compact */
/* WDAOS-4525 */
@media (min-width: 768px){
  .page-header h1.title {
      margin-bottom: 0.5rem;
  }
}
.view-id-award_category_views .listing-item img {
  width: 100%;
}
ul.session-in-sponsor h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

ul.session-in-sponsor .mb30{
  margin-bottom: 1rem;
}

ul.session-in-sponsor .session-content{
  display: none;
}

.contact-info .department .dummy-image{
  width: 200px;
  height: 200px;
  margin-bottom: 1rem;
  background: #ccc;
  display: none;
}
.path-node .content-wrapper .view-contact-us-block-view .panel.lg {
  padding: 0;
}

.path-node .content-wrapper .page-header {
  margin-bottom: 0;
}

.path-node .content-wrapper h2.block-header:first-child {
  padding-top: 0;
}

.path-node main .content-wrapper .panel:first-child {
  padding: 0;
  margin: 0;
}

.path-node .content-wrapper .panel .contact-form {
  padding: 0;
  margin: 0;
}
/*
.toolbar .toolbar-toggle-orientation button{
  z-index: 999;
}*/

.path-node .field--name-field-award-winner-description, .path-node .field--name-field-judge-comments{
  font-size: 1.125rem;
}

.path-node .field__label {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0;
  margin: 0.5rem 0 1rem 0
}

.path-node .field--name-field-award-winner-description {
  padding-left: 20pt;
}

.path-node .field--name-field-award-winner-image {
  margin-bottom: 1rem;
}

.path-node main .order-last .callout-body .field__item{
  text-align: center;  
}
.path-node main .order-last .callout-body .download-box .field__item{
  text-align: left;  
}
.path-node main .order-last .callout-body .field__item:first-child {
  margin-top: 1rem;  
}
.path-node main .order-last .callout-body .download-box .field__item:first-child{
  margin-top: 0;
}
.owl-stage{
  margin: 0 auto;
}
/* .featured-sponsors .logos {
  justify-content: center;
}
.featured-sponsors .logos .card {
  margin: 0 1rem;
} */
.card-body .award-call-outs{
  text-align: center;
}

.view-award-category-views.view-display-id-block_featured_awards .panel.lg,
.view-award-category-views.view-display-id-block_featured_awards .panel.rp-top {
  padding: 0;
  margin: 0;
}

.poster-form {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: Arial;
}
.poster-form .form-required::after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/themes/contrib/bootstrap_barrio/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;  
}
.poster-form input {
  border: 1px solid #CCC;
  height: 26px;
}
.poster-form input[type=file] {
  height: 44px;
}
.poster-form fieldset {
  margin-bottom: 8px;
}
.poster-form-page h1.title {
  font-size: 22px;
  font-weight: bold;
}
.poster-form .poster-checkbox {
  display: flex;
  justify-content: left;
  align-items: center;
  vertical-align: middle;
}
.poster-form button {
  margin-top: 12px;
}

/* WDAOS-4525 */
/* Marketo form */
.mktoForm * {
  font-family: inherit;
  font-size: initial;
}

.node--type-resources .mktoForm .mktoHtmlText.mktoHasWidth,
.node--type-resources .mktoForm .mktoButtonRow {
  width: 320px !important;
}

.node--type-resources .mktoForm .mktoHtmlText.mktoHasWidth p, .node--type-resources .mktoForm .mktoHtmlText.mktoHasWidth a{
  font-size: 0.8rem !important;
}

.node--type-resources .mktoForm .mktoButtonRow span {
  margin-left: 95px !important;
}
/* Marketo form */
/* WDAOS-4544 */
.card.award-winner .card-body {
  text-shadow: 2px 2px 5px #000;
}

.card.award-winner .overlay .card-body {
  text-shadow: none;
}

.card.award-winner .overlay .card-body .winner-overlay-content{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 1.3em;
  margin-bottom: .5em;
}

.card.award-winner .card-mid .card-body .winner-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 1.5em;
}
/* WDAOS-4544 */
/* CK EDITOR TWO COULM RESPONSINESS */
@media (max-width:1023px){
  .row.two-col .col-1, .row.two-col .col-2{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .row.two-col .col-1 .embedded-entity > *, .row.two-col .col-2 .embedded-entity > *{
    width: 100%;
    max-width: 100%;
  }
}
/* CK EDITOR TWO COULM RESPONSINESS */
/* Speaker gird in layout bg */
.layout-bg-content-container .view-content .panel{
  padding: 0;
}

@media (max-width: 1023px) {
.layout-bg-content-container .card.speaker {
  float: none;
  width: 100%;
}
}

@media (min-width: 1024px) {
.layout-bg-content-container .card.speaker {
  float: left;
  width: 20%;
}
}

@media (min-width: 1200px) {
.layout-bg-content-container .card.speaker {
  float: left;
  width: 22%;
}
}

.layout-bg-content-container h3.speakers-block-title {
  padding: 10px 0;
  margin: 0;
}
/* Speaker gird in layout bg */
/* WDAOS-4561 Judges list on mobile fix */
@media only screen and (max-width: 768px) {
  .page-view-judges .card.speaker{  width:100%;  }
}
/* WDAOS-4561 Judges list on mobile fix */
/* CK EDITOR THREE COULM RESPONSINESS */
@media (max-width: 768px){
  .row.three-col .col-1, .row.three-col .col-2, .row.three-col .col-3{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .row.three-col .col-1 .embedded-entity > *, .row.three-col .col-2 .embedded-entity > *, .row.three-col .col-3 .embedded-entity > *{
    width: 100%;
    max-width: 100%;
  }
}
/* CK EDITOR THREE COULM RESPONSINESS */
/* WDAOS-4635 Cart discount font size */
.cart-footer .order-total-line.order-total-line__adjustment--promotion .text-right span {
  /* font-size: 0.80rem; */
  /* font-weight: bold; */
  background: #ffff00;
  display: inline-block; 
  /* text-align: left !important; */
  /* padding: 2px;  */
}
/*.cart-footer .order-total-line.order-total-line__adjustment--promotion span {
  font-size: 0.80rem;
  font-weight: bold;
  background: #ffff00;
  display: inline-block;
  text-align: left !important;
  padding: 2px; 
}*/
.coupon-span {
  background: #ffff00;
}

/* WDAOS-4635 Cart discount font size */
/* WDAOS-4723 Awrard catgegory and winner */
.navbar-nav span.nav-link.dropdown-toggle {
  cursor: pointer;
}
.award-winner:hover .overlay{
  min-width: 100%;
}
.path-node .field--name-field-highly-commended{
  margin-bottom: 10px;
}
/* WDAOS-4723 Awrard catgegory and winner */
/* WDAOS-4728: Showcase */
.showcase.news-view-wrapper .showcase-badge p {
  text-align: center;
  margin-bottom: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.showcase.news-view-wrapper .card-body{
  text-align: center;
  padding: 5px 5px 15px 5px;
}
.showcase.news-view-wrapper .card-body p {
  color: var(--body_text);
  margin-bottom: 0;
  font-size: .95em;
}
.showcase.news-view-wrapper .row {
  align-items: center;
  justify-content: center;
}
.news-view-wrapper .news-item a h5:hover {
  color: var(--link_hover);
}
/* WDAOS-4728: Showcase */
/* WDAOS-4504 Zoom */
.btn-zoom{
  display: none;
}

#zoom_loading{
  background: url(/themes/custom/evo_base_theme/icons/loader.gif) no-repeat center 10%;
  margin: 10px 0;
  width: 64px;
  height: 64px;
  display: none;
}

.node--type-zoom-meetings footer.panel-pane .panel,
.node--type-zoom-webinars footer.panel-pane .panel {
  margin-bottom: inherit;
  background-color: inherit;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.view-zoom-webinar-registrants-bulk-update .view-header .container{
  padding: 0;
}
.view-zoom-webinar-registrants-bulk-update .view-header .container a{
  padding: 0 0 10px;
  display: inline-block;
}
.view-zoom-webinar-registrants-bulk-update .table-responsive.col,
.view-zoom-webinar-registrants .table-responsive.col{
  padding: 0;
}
.view-zoom-webinar-registrants-bulk-update table,
.view-zoom-webinar-registrants table{
  border: 1px solid #ced4da;
}
.view-zoom-webinar-registrants-bulk-update table th.views-field-view{
  text-align: center;
}
.view-zoom-webinar-registrants-bulk-update table td.views-field-view{
  color: var(--green);
}
.zoom-webinar-reg-form label.checkbox {
  padding: 0 0 10px;
  line-height: 22px;
}
.zoom-webinar-reg-form label.checkbox p{
  padding: 0 0 5px;
  margin: 0;
  display: inline;
}
.zoom-webinar-reg-form input[required="required"] + label::before {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  }
/* WDAOS-4504 Zoom */
/* WDAOS-4814 Winner */
.node--type-inner-page-variant-2 h2.block-header {
  margin-bottom: 20px;
}

.view-award-category-views .grid, .view-award-category-views .panel-pane .panel .row{
  justify-content: center;
}

.award-winner .card-mid{
  min-height: 345px;
}
.card.testimonial .byline .field--name-field-quote-company {
  font-size: .9rem;
}

.card.testimonial .byline {
  top: 100%;
  margin-top: 5px;
}
/* WDAOS-4814 Winner */
/* WDAOS-4860 Awards category list */
.view-award-category-list .grid {
  justify-content: center;
}

.view-award-category-list .grid .card.listing-item{
  flex: auto;
}
@media (min-width: 768px) {
.view-award-category-list .grid .card.listing-item {
    flex: none;
}
}
.view-award-category-list .grid .card.listing-item img{
  width: 100%;
  height: auto;
}
.view-award-category-list .groupbytag h3 {
  font-weight: 600;
}
/* WDAOS-4860 Awards category list */
/* WDAOS-4888 Zoom feedbacks */
.header-account-menu {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: .9rem;
  line-height: .9rem;
}

.header-account-menu .nav-link {
  padding: 0 0.5rem 0 0.5rem;
  border-color: #666;
  border-width: 0 1px 0 0;
  border-style: solid;
  text-transform: uppercase;
  /*color: var(--link);*/
}

.header-account-menu .nav-link:last-child {
  /*padding: 1rem 0.5rem 1rem 0.5rem;*/
  border-width: 0 0 0 0;
}

.header-account-menu .nav {
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .header-account-menu {
      top: 10px;
      bottom: unset;
  }
}

.path-user article.profile {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.path-user article.profile .item-list h3{
  margin-bottom: .9rem;
}

.role-expiry-roles.list-group li {
  padding: 10px;
}
/* WDAOS-4888 Zoom feedbacks */

/*Product count cart icon tip */
.fa-shopping-cart .fa-stack[data-count]:after{
  position: relative;;
  color: #ffffff;
  background-color: var(--red);
  border-radius:50%;
  padding: 1px 5px 1px 5px; 
  bottom: 10px;
  left: 30px;
  content: attr(data-count);
  font-size:0.8rem;  
  line-height:1em;  
  min-width:2em;
  font-weight:bold;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(102,102,102,0.85);
  -moz-box-shadow: 1px 1px 5px 1px rgba(102,102,102,0.85);
  box-shadow: 1px 1px 5px 1px rgba(102,102,102,0.85);
/*Product count cart icon tip */
}
/*Order information form css WDOS-4892*/
.commerce-checkout-flow .form-check{
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.commerce-checkout-flow .extra-description{
  font-size: 0.75em;
}
.extra-description{
  margin-left: 4%;
  text-align: justify;
}
.commerce-checkout-flow .text-muted{
  font-size: 0.75em;
  margin-left: 4%;
  text-align: justify;
}
.commerce-checkout-flow .form-check-input{
  margin-top: auto;
}
@media only screen and (min-width: 400px) {  
  .commerce-checkout-flow .form-check-label{         
    width: auto;
  }
}
/* enable on change of event knowledge source*/
.form-item-evo-delegate-details-delegate-1-field-knowledge-source-other-0-value{
  display: none;
}
.fieldset-legend .delegate_details_description{
  font-size: 1rem;
  font-weight: initial;
}
/*Order information form css WDAOS-4892*/
/* WDAOS-4913 */
.social-sharing-buttons {
  justify-content: left;
  margin: .9rem 0;
}

.social-sharing-buttons a.social-sharing-buttons__button svg {
  width: 32px;
  height: 32px;
  fill: var(--link);
}

.social-sharing-buttons a.social-sharing-buttons__button svg:hover {
  fill: var(--link_hover);
}
.ui-dialog .ui-dialog-titlebar-close{
  color: var(--link);
}

.ui-dialog .ui-dialog-titlebar-close:after {
  content: "X";
  position: relative;
  top: -6px;
  color: var(--link);
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:after:hover{
  color: var(--link_hover);
}
/* WDAOS-4913 */

.ajaxAddToCartPrice{
  font-size: 1rem;
  float: right;
  padding: 9px 0px 0px 0px;
  width: 100%;
}
.ajaxAddToCartPrice > label{
  font-weight: bold !important;
  margin-left: 1%;
}
.ajaxAddToCartPrice > input{  
  margin-top: 6px;
}
.category_radio{
  padding: 0% 0% 0% 2%;
  float: right
}

/*Ajax add to cart modal */
#drupal-modal {
  z-index: 606 !important;
}
.modal_content_top{
  width: 100%;  
}
.product_content{
  width: 60%;
  float:left;
}
.next_links {
  width: 40%;
  float: left;
  padding-left: 5%;
  padding-top: 2%;
  color: #ffffff;
}
.modal_content_bottom{
  max-width: 60%;
}
.modal_content_bottom .modal_lable{
  width: 50%;
  float: left;
}
.modal_content_bottom .modal_value{
  width: 50%;
  float: left;
}
.linkbuttons{
  color: #ffffff;
}

.ui-dialog{
  top: 10%;
  z-index: 600 !important;
}
.ui-dialog {
  z-index:1000000000;
  top: 10%; 
  margin: auto;
  position: fixed;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}


.ui-dialog .ui-dialog-content {
  flex: 1;
}
/*Ajax add to cart modal */ 

/* reCaptcha css*/
#captcha{
  margin-bottom: 1.0rem;
}
#captcha > summary{
   display:none;
}
#captcha > .details-wrapper > small.details-description.text-muted{
  font-size: 1.0rem;
  color: #212529 !important;
  font-weight: 400;
  margin-left: 0px;
}

/* reCaptcha css*/

/* Breakout seesion home page listing*/

.homepage .listing-item.breakout-sessions {
  width: 22.25% !important;
  margin-left: 15px;
  margin-right: 15px;
}

/* Breakout seesion home page listing*/
/* Additional Styling for EVO html */
span.summary-boldred{
  font-size: 2.625rem;
  font-family: "Helvetica Neue LT Bold";
  color:#D51C21;
}
span.summary-boldgrey{
  font-family: "Helvetica Neue LT Bold";
  font-size: 1.25rem;
  color:#8B8B8B;
}
@media (min-width: 768px){
  span.summary-boldred {
    font-size: 3rem;
}
span.summary-boldgrey {
  font-size: 1.375rem;
}
}
/* fix for featured partners */
@media only screen and (max-width: 991px) {
  .featured-sponsors .logos{
     justify-content: center;
  }
 
 .featured-sponsors .logos .card {
   /* margin-top: 1rem; */
   width: 75%;
   height:6rem;
  }
 }

/* Home Banner */
.banner--home .banner--card {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0;  
}
.banner--home .banner--card .overlay .content .title {
  color: #BF282E;
}
.banner--home .banner--card .overlay .content .title {
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;  
}
.banner--home .banner--card .overlay .content .title {
  font-size: 2.125rem;
  line-height: 1.1;
  margin-bottom: 1.375rem;  
}

@media (min-width: 768px) {
  .banner--home .banner--card .overlay .content .title {
    font-size: 2.5rem;
  }
}
  .banner--home .banner--card {
    border-radius: 0;
    position: relative;
    height: inherit;
  }
  .banner--home .banner--card {
    border-radius: 0;
    position: relative;
    height: inherit;
  }
  .banner--home .banner--card img {
    border-radius: 0;
  }
  .banner--home .banner--card .img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(91, 87, 85, 0.5);
    mix-blend-mode: multiply;
  }
  .banner--home .banner--card .banner--background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 385px;
  }
  .banner--home .banner--card .btn-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .banner--home .banner--card .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    background-color: transparent;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .banner--home .banner--card .overlay .content {
    max-width: 570px;
    padding: 30px;
  }
  .banner--home .banner--card .overlay .content .title {
    color: white;
  }    


@media (min-width: 992px) {
  .banner--home .banner--card .overlay .content .description {
    display: none;
  }
}
@media (min-width: 992px) {
  .banner--home .banner--card .overlay {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .banner--home .banner--card .overlay .content {
    padding-top: 100px;
  }
}
.banner--home .banner--card:hover .overlay .description {
  display: inherit;
}

@media (min-width: 992px) {
  .banner--home__left .banner--card .overlay .content {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .banner--home__left .banner--card .overlay {
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .banner--home__left .banner--card .overlay .content {
    padding-right: 120px;
  }
}

.left-banner-title {
  display: block;
}
.banner--home__left .banner--card .banner--background {
  height: 400px;
}
@media (min-width: 992px) {
  .banner--home__left .banner--card .banner--background {
    height: 770px;
  }
  .left-banner-title {
    width: 450px;
  }
}




/***7335 & 7365***/

.embedded-entity .field--type-commerce-price{
  float:left;
  }
  
  .embedded-entity .field--type-commerce-price.field--name-list-price{
  display:none !important;
  }
  
  
  .embedded-entity .field--name-price.field--type-commerce-price .field__label {
      float: left;
      margin: 0px;
  
  }
  
  .embedded-entity .field--name-price.field--type-commerce-price .field__item {
      float: right;
  
  }
  
  .embedded-entity .field--widget-commerce-quantity  .form-number {
  width:70px !important}
  
  .embedded-entity .field--name-price.field--type-commerce-price{
      width: 15%;
      float: left;
      padding: 5px 5px !important;
  }
  
  .embedded-entity .field--name-title.field--type-string .field__label {
  display:none !important; }
  
  .embedded-entity .field--name-title.field--type-string{
      width: 63%;
      padding-top: 7px;
      float: left;
  }
  
  .embedded-entity .field--type-commerce-price{
    float:left;
    }
    
    
    .embedded-entity .field--name-price.field--type-commerce-price .field__label {
        float: left;
        margin: 0px;
    
    }
    
    .embedded-entity .field--name-price.field--type-commerce-price .field__item {
        float: right;
    
    }
    
    .embedded-entity .field--widget-commerce-quantity  .form-number {
    width:70px !important}
    
    .embedded-entity .field--name-price.field--type-commerce-price{
        width: 15%;
        float: left;
        padding: 5px 5px !important;
    }
    
    .embedded-entity .field--name-title.field--type-string .field__label {
    display:none !important; }
    
    .embedded-entity .field--name-title.field--type-string{
        width: 63%;
        padding-top: 7px;
        float: left;
    }
  
    
    .embedded-entity .field.field--name-title.field--type-string.field--label-hidden.field__item{
      display: inline-block !important;
    }
   
  /***7335 & 7365 END ***/

/* ----------------------7850----------------------- */
  .panel.md.rp-left.rp-right .col-lg-8 .leader {
    margin-top: 9px !important;
  }
 /* ---------------------------------------------------------  */
  