/*/////////////////////////////////////////////////////////////////////
 // 
 // Custom theme code styles
 // Written by Themelize.me (http://themelize.me)
 // 
 // This is an empty starter template for overriding styles
 // set by Bootstrap & the theme
 // 
 // ----------------------------------------------------
 // 
 // Remove unused code for better performances
 // 
 // ----------------------------------------------------
 // 
 // $see - Usefuls tools online for editing
 // 1. http://charliepark.org/bootstrap_buttons/ - Button style generator
 // 2. http://www.colorzilla.com/gradient-editor/ - CSS3 gradient maker
 // 
 // $note
 // To ensure custom styles are picked up
 // wrap definitions in body tag
 // ie.
 // body .navbar-inner {
 //   background: #ff0000;
 // }
 // 
 /////////////////////////////////////////////////////////////////////*/

/*******************************************************
 * Custom theme code styles
 * Written by Themelize.me (http://themelize.me)
 *
 * Includes the base variables & mixins needed for all
 * scss files
 *******************************************************/

/*
 * --------------------------------------------------
 * 1. General Elements


  Primary colour:
 rgb(36,19,95)
 #24135f

 Secondary colour
 rgb(249,66,58)
 #f9423a
 *--------------------------------------------------
 */

 .container-wide{
   max-width:90%;
   margin:auto;
 }

 .modal-dialog-file{
  max-width:75%;
  margin:auto;
}

 html.wait, html.wait * { cursor: wait !important; }
 
 #content{
   padding: 0;
 }

 #header{
   color:#737373;
 }
 /*  Body  */
 body,
 html {
  font-family: 'News Cycle', sans-serif;
   background: #fff;
   color: #24135f;
 }

 .bg-gray{
   background-color: #dddddd;
 }

 .bg-access-image{
     /* The image used */
  background-image: url("../img/snowsport-logo.png");

    /* Control the height of the image */
    min-height: 700px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
 }

 .login-link{
   color:#f9423a;
   text-decoration: underline;
 }

 .btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.profile-input{
  display: inline-block;
  vertical-align: middle;
  font-weight:600;
}

.input-label{
  width:200px;
}

.btn-blue, .hover-blue:hover, .bg-blue {
  color: #fff;
  background: #24135f;
  border-color: #24135f;
}

.helpbutton:hover{
  color: #fc0;
}

.href-light {
  color: #ffffff;
}

.href-dark {
  color: #24135f;
}

.fa-primary{
  color: #24135f;
}

 /*  Header  */
.header {
  color:#737373;
  border-bottom: none;
  
}
.header-upper {
  background: #24135f;
  color:#fff;
  position: relative;
  padding: 2.5px 0;
}

.icon-left{
  position: absolute;
  left:-30px;
  opacity: .25;
}

.icon-right{
  position: absolute;
  right:-30px;
  opacity: .25;
}

.title-divider {
  background: none;
}

.navbar-expand-md .navbar-main .navbar-nav>.nav-item>.nav-link, .navbar-expand-md .navbar-main .navbar-nav>.nav-link, .navbar-expand-md.navbar-main .navbar-nav>.nav-item>.nav-link, .navbar-expand-md.navbar-main .navbar-nav>.nav-link {
  font-weight: 500;
  font-size: 1.2rem;
  color: #737373;
  text-transform: none;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 3rem;
  padding-left: 3rem;
}

#highlighted {
  /* 2. Highlighted (below header) wrapper */
}

#content {
  /* 3. Content wrapper */
}

#content-below {
  /* 4. Content Below wrapper */
}

#footer {
  /* 5. Footer wrapper */
}
#footer {
  background-color: #ffffff !important;
  padding: 0;
  color: #24135f;
  border:none;
}

#footer h3, h4 {
  font-weight: 400;
}
/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */

/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */

/* Extra small devices (phones, less than 768px) */

/* No media query since this is the default in Bootstrap */

@media (min-width: 576px) {
  /* Small devices (576px and up). Mixin: media-breakpoint-up(sm) */
}

@media (min-width: 768px) {
  /* Medium devices (768px and up). Mixin: media-breakpoint-up(md) */
}

@media (min-width: 992px) {
  /* Large devices (992px and up). Mixin: media-breakpoint-up(lg) */
}

@media (min-width: 1200px) {
  /* X-Large devices (1200px and up). Mixin: media-breakpoint-up(xl) */
}

/* max-width */

@media (max-width: 575.98px) {
  /* Small devices (575px and down). Mixin: media-breakpoint-down(xs) */

}

@media (max-width: 849.99px) {
  /* Medium devices (767px and down). Mixin: media-breakpoint-down(sm) */
  .mobile-column-hide{
    display:none;
  }
}

@media (max-width: 991.98px) {
  /* Large devices (992px and down). Mixin: media-breakpoint-down(md) */
}

@media (max-width: 1199.98px) {
  /* X-Large devices (1200px and down). Mixin: media-breakpoint-down(lg) */
}

/* target one breakpoint */

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Small devices (between 576px and 767px). Mixin: media-breakpoint-only(sm) */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Medium devices (tablets, between 768px and 991px). Mixin: media-breakpoint-only(md) */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Large devices (desktops, between 992px and 1199px). Mixin: media-breakpoint-only(lg) */
}

@media (min-width: 1200px) {
  /* Extra large devices (large desktops, 1200px and up). Mixin: media-breakpoint-only(xl) */
}

/* span multiple screenwidths */

@media (min-width: 768px) {
  /* From medium to large (between 768px and 1199px). Mixin: media-breakpoint-between(md, xl)  */
}

/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */

/*
 * --------------------------------------------------
 * 5. Blog
 * 
 *--------------------------------------------------
 */

 .blog-box{

 }

 .blog-box a{
   color: #022169;
 }

 .blog-box h3{
   font: 24px;
   font-weight: 500;
   color: #022169;
 }

 .blog-box .img-rounded {
  border-radius: 6px;
}

.blog-box .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.blog-box p{
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}