@import url("https://use.typekit.net/ozg2mwb.css");



body.sticky .navbar-default .navbar-nav > .open > a{
  background-color:#5cba47 !important;
}
 
body, a{
 
  font-weight:500;
  font-size:16px;
}

.item .item-title a{
  font-size: 20px;
  font-weight: 700;
}

div.page-header >  h1.hidden-sm.hidden-xs{
  display: none;
}

.btn.btn-link.btn-link-gray:hover, .btn.btn-link.btn-link-gray:focus, .btn.btn-link.btn-link-gray:hover > .icon, .btn.btn-link.btn-link-gray:focus > .ico{
  color: #000;
}

.item .item-description{
  color: #000;
}

 #widgets-collapse:before{
  content:"";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg,rgb(92,186,71) 0%,rgb(244,229,1) 12.5%,rgb(255,147,7) 25%,rgb(239,64,54) 37.5%,rgb(234,61,111) 50%,rgb(176,53,200) 62.5%,rgb(30,143,215) 75%,rgb(73,53,148) 87.5%)
}

#widgets-collapse{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.site-logo, .site-logo img{
  max-height: 50px;
  height: 38px;
display: flex;
  align-items: center;
}

.site-actions{
padding: 0;
  padding-top: 8px;
  display: flex;
  height: fit-content;
}

.site-actions > .container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav.nav-pills.main-nav{
  display: flex;
  justify-content: center;
}

.site-actions .pull-left{
  float: none !important;
}

.navbar-default .navbar-nav > li > a{
  padding: 9px;
}

.item-description{
  font-weight: 500;
}

header.top-menu .navbar{
  border-bottom-color: rgb(53,53,53);
}

#widgets-collapse ul.main-nav li a{
  font-size: 14px;
    font-weight: 600;
  text-transform: uppercase;
}

.powered-by{
  border-bottom: solid 9px;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(92, 186, 71) 0%, rgb(244, 229, 1) 12.5%, rgb(255, 147, 7) 25%, rgb(239, 64, 54) 37.5%, rgb(234, 61, 111) 50%, rgb(176, 53, 200) 62.5%, rgb(30, 143, 215) 75%, rgb(73, 53, 148) 87.5%);
}

.btn{
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
}

.col-content .btn{
  padding: 10px 15px;
}

.btn:hover{
  filter: brightness(110%) !important;
transform: scale(1.08);
transition: transform 0.3s ease-in-out;
}

.input-group  .btn{
  font-size: 12px;
}

.input-group  .btn .icon.ion-ios-cart{
  font-size: 17px;
  position: relative;
  top: -2px;
}

.row-mobile-controls {
	display: flex;
	flex-wrap: wrap;
}

.row-mobile-controls .mobile-left {
	flex-basis: 100%;
}

.row-mobile-controls > div{
  display: flex;
  justify-content: center;
}

@media(min-width: 992px){
  .site-actions.hidden-xs, #widgets-collapse, .site-actions > .container{
    position: sticky;
    top: 0;
    z-index: 500;
  }
  
  .site-actions .pull-left, .site-logo img{
    position: relative;
    top: -5px;
  }
  
  .top-menu{
    margin-bottom: 10px;
    box-shadow: 0 10px 0px rgba(0, 0, 0, 1);
  }
  
  #widgets-collapse{
    top: 50px;
  }
}

@media (max-width:991px) and (min-width: 676px){
  .widget-menu ul.main-nav{
    padding: 10px;
  }
  
  #widgets-collapse, .site-actions.hidden-xs{
    position: sticky;
    z-index: 500;
    top: 0;
    display: flex;
    padding-top: 0px;
  }
  
  .top-menu{
    border-bottom: solid 8px;

  }
  
  #widgets-collapse{
    top: 53px;
  }
  
}

@media(max-width: 767px){
  .top-menu .navbar{
    background: black;
    display: flex;
    justify-content: center;
    align-items:center;
  }
  
.container  .navbar-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
   margin: 0;
  align-items: center;

  }
  
  .navbar > .container{
    margin: 0;
    width: 100%;
    padding: 0;
  }
  
  .navbar-custom-wrap, .navbar-custom-wrap .clearfix, .navbar-custom-wrap .clearfix > ul.visible-xs{
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    background: #5cba47;
  }
  
  .navbar-custom-wrap{
    order: 1;
  }
  
  .input-group-btn > .btn{
    font-size: 14px;
  }
  header.top-menu .navbar .navbar-nav > li > a > .icon{
    color: white;
  }
  
  .navbar-default .navbar-toggle .icon-bar{
    background-color: white !important;
  }
  
  .navbar-toggle{
    height: 100%;
    display: flex;
      align-content:  center; 
    justify-content: center;
    width: 50px;
    flex-direction:column;
    align-items: center;
  }

  .navbar-brand{
   width: 100%;
    display: flex !important;
    justify-content: center;
    order: 2;
 
  }
  
 .navbar-custom-wrap .navbar-custom > li.menu-tab{
    padding: 0;
   display: flex;
   height: 100%;
   align-items: center;
   justify-content: center;
  }
  
  .navbar-toggle{
    padding-bottom: 12px;
  }
  
  .navbar-toggle .icon-bar{
    position: relative;
    width: 100%;
   margin-top: 2px;
  }
  
  .navbar-custom-wrap .navbar-custom > li.menu-tab.active{
    background: transparent;
  }
  
  #widgets-collapse > .container > .row{
    display: flex;
    max-width: 100%;
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
  }
  
  .nav-pills.main-nav{
    flex-direction: column;
  }
  
  .widget-menu ul.main-nav li{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .widget-menu-auth li{
    background: #5cba47;
  }
  
  #widgets-collapse.in{
    position: relative;
    top: 0;
  }
  
  #widgets-collapse.in > .container, #widgets-collapse.in{
    height: 100%;
  }
  
#widgets-collapse ul.main-nav li a{
    font-size: 22px;
  letter-spacing:1px;

  }
  
  .navbar-custom-wrap{
    padding: 0;
  }
 
}

/* GENERIC FIXES */

/* remove extra space from unused template areas when not logged in as an administrator */

.templatearea-empty {
	display: none !important;
}

/* remove template area shadow and border */

.templatearea .data-templatearea-content {
	box-shadow: none !important;
}

.templatearea {
	border: 0px;
}

/* preserve spacing for pass descriptions */

.single-item .single-item-description {
	white-space: pre-line;
}