/* @override 
	https://bonasmacfarlane-dev.co.uk/templates/shaper_helixultimate/css/custom.css
	https://stepupexpo.co.uk/templates/shaper_helixultimate/css/custom.css */

// FONTS

@font-face {
    font-family: 'Standard Sans';
    src: url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdb6e11832c53dac6e650/1620826990751/StandardSans-Light.woff2') format('woff2'),    url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdb5411832c53dac6e14b/1620826964277/StandardSans-Light.woff') format('woff'),     url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdb4929b5b8582016b59c/1620826953476/StandardSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Standard Sans';
    src: url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdc129fa5e140c7362f25/1620827154059/StandardSans-Regular.woff2') format('woff2'),      url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdbdc61c93629812884db/1620827100563/StandardSans-Regular.woff') format('woff'),   url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdba48aec1e69f110b0f3/1620827045240/StandardSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Standard Sans';
    src: url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdc3c6ca7b40f39f44910/1620827196239/StandardSans-Medium.woff2') format('woff2'),
        url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdc48434cb0663042324a/1620827208321/StandardSans-Medium.woff') format('woff'),
        url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdc569fa5e140c7363776/1620827222975/StandardSans-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Standard Sans';
    src: url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdc9d93896e2e903bd5ca/1620827293403/StandardSans-Thin.woff2') format('woff2'),
        url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdcb7f33bed37a4c71639/1620827319259/StandardSans-Thin.woff') format('woff'),
        url('https://static1.squarespace.com/static/60913b5ea138114d64381d75/t/609bdcc360856f0e32cbc039/1620827331629/StandardSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/*body {font-family:Standard Sans!important;}
p  {font-family:Standard Sans!important;}
h1 {font-family:Standard Sans!important;}
h2  {font-family:Standard Sans!important;}
h3 {font-family:Standard Sans!important;}
h4 {font-family:Standard Sans!important;}*/


/*JBD module tiles*/
.jbd-container .btn-success {
    color: #fff!important;
    background-color: #00979A !important;
    border-color: #00979A!important;
    border-radius: 0.28rem;
    background-position: center;
    transition: background 0.8s; }

    .jbd-container .btn-success:hover {
      color: #fff !important;
      background-color: #01686a!important;
      border-color: #01686a!important; }
      .jbd-container .btn-success:hover [class*="la"] {
        color: #fff; }
        
.jitem-title a.item-name {
          font-weight: 600 !important;
          margin-bottom: 10px;
		  color: #00979A !important;
		  }
		  
 .jitem-title a.item-name:hover {
         
		  color: #01686a !important;
		  }

/*Main body: reduces top margin to zero when no title, AND reduces margin from 100 to 50*/
	  
#sp-main-body .article-header {
    margin: 50px 0 ;
}
#sp-main-body {
    padding: 0;
}



/* Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { 
#sp-main-body {padding: 20px 0 !important;
margin: 20px 0 !important;}
 }

 Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
#sp-main-body {padding: 20px 0 !important;
margin: 20px 0 !important;}
}

 Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
#sp-main-body {padding: 50px 0;}
}

@media (max-width: 991px) {
    .sppb-row-container {
        max-width: 100% !important;
    }
}*/

/*footer-top menu - spacing between menu items*/

#sp-footer .sp-module ul > li {
padding-right: 10px;
}

#sp-footer .sp-module ul  {
margin-left: 10px;
}

/* steering groups page - hiding JBD conference session filters, dates and locations */

.steering #adminForm  {
	display: none;
}

.steering .column.date {
	display: none;
}

.steering .column.time {
	display: none;
}

.steering .location-link {
	display: none;
}


/* OFFERS remove price and buttons */

#offer-detail-3.offer-details.offer-details-3 div.row.mb-3 div.col-lg-4 div.offer-main-info div.row div.col-6 {
	visibility: hidden;
}
#offer-detail-3.offer-details.offer-details-3 div.row.mb-3 div.col-lg-4 div.offer-main-info div.content-box div.col-lg div.jbtn-offer {
	visibility: hidden;
}


