/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*bavmedia.com custom.scss*
@import "dependencies";

/*phone (<= 767px) tablet (768-959px) desktop (960-1199px) large (>= 1200px)*/
/*Menu text size for desktop #g-offsidebar */
@media only screen and (min-width: 960px) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 1.2rem;
  }
}
/* menu placement height tablets*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    margin-bottom: -1rem;
  }
}
/* Remove blue cast on popup-grid */
.g-popupgrid-item-img-wrap {
  background: white;
}
.g-popupgrid-item-img-wrap img {
  opacity: 1;
}
/*flexslider minimum height: otherwise depends on text content*/
.g-flexslider-slideshow .g-flexslider-slideshow-item-content {
  min-height: 615px;
}
/*flexslider minimum height phones: otherwise depends on text content*/
@media only screen and (max-width: 767px) {
  .g-flexslider-slideshow .g-flexslider-slideshow-item-content {
    min-height: 720px;
  }
}
/*flexslider button to be hidden*/
.g-flexslider-slideshow-item-button {
  visibility: hidden;
}
/*flex selector to be hidden*/
.flex-control-paging {
  visibility: hidden;
}
/*flexslider text to be lowerd from centre: otherwise central and wide
#g-slideshow .g-flexslider-slideshow .g-flexslider-slideshow-item-content-container {
    padding: 1rem 2rem;
}
.g-flexslider-slideshow-item-content {
    max-width: 60%;
    padding-top: 25rem !important;
    padding-bottom: 1rem !important;
    padding-left: 2rem6 !important;
    padding-right: 2rem !important;
   }
*/
/* extra spacing testimonials*/
.newsflash.bp-spaced p {
  margin-top: 3rem !important;
}
/* extra spacing other stories */
.bp-spaced .sprocket-strips-s-block {
  margin-top: 2rem !important;
}
/* hide latest stories grid title*/
.g-popupgrid-description-preview-title {
  display: none;
}
480.readmore a {
  color: white;
  background-color: #01a3d1;
  line-height: 32px;
  background-image: none;
  border-radius: 22px;
}
480.readmore a:hover, 480.readmore a:active, 480.readmore a:focus {
  background: #018fb8;
  color: white;
}
.readmore a .icon-chevron-right {
  display: none;
}
.pager li > a {
  border-radius: 22px;
}
/* change button style roksprocket elements*/
.readon {
  color: white;
  border: 2px solid white;
  background-color: #01a3d1;
  line-height: 24px;
  background-image: none;
  padding: 10px 25px;
  border-radius: 25px;
}
.readon:hover, .readon:active, .readon:focus {
  background: #018fb8;
  color: white;
}
/*ocularity*/
.okularity {
  background-color: black;
  /* Replace with your desired background color */
  color: white;
  /* Makes the text white */
  padding: 20px;
  text-align: center;
}
.okularity img {
  max-width: 50%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
/*# sourceMappingURL=custom_33.css.map */