* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #E4E4E4;
  background-image: linear-gradient(top, #E1E1E1 0%, #E4E4E4 51%);
  background-image: -webkit-linear-gradient(top, #E1E1E1 0%, #E4E4E4 51%);
  background-image: -ms-linear-gradient(top, #E1E1E1 0%, #E4E4E4 51%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1E1E1), color-stop(0.51, #E4E4E4));
  background-attachment: fixed;
  font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
  /* font-size:12px; */
  font-size: 9.5pt;
  height: unset;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.site-header .ripple-container {
  display: none;
}

main {
  margin-top: 10px;
}

.navbar {
  max-width: 1300px;
}

.top-brand-container {
  max-width: 1300px;
  margin: 0px auto;
  display: flex;
}

.content-container {
  display: flex;
  max-width: 1300px;
  margin: 0px auto;
}

.content-containter-sticky {
  margin-top: 60px;
}

.bmd-layout-container {
  overflow: unset;
}

.bmd-layout-content {
  overflow: unset;
}

.navbar {
  height: 50px;
  /*be shure to edit the .content-container{margin-top:50px;} to be the same as the navbar height */
  flex-wrap: nowrap;
  padding-right: 2px;
  box-shadow: none !important;
  width: 100%;
  margin: 0px auto;
}

.navbar-subscribe {
  float: right;
  margin-left: auto;
}

.content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.35em;
  /*background: #FFF;*/
  min-height: 500px;
}

.nav-middile {
  flex-grow: 8;
  overflow: hidden;
  height: 100%;
}

.nav-middile ul {
  flex-grow: 8;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-middile ul li {
  min-width: 50px;
  height: 100%;
  text-align: center;
  display: flex;
  /* allows align-items to work below */
  justify-content: center;
  /* Horizontally centers single-line elements */
  text-align: center;
  /* Horizontally centers text within line-wrapped elements */
  align-items: center;
  /* vertical */
  padding: 0px 0.75em 0px 0.75em;
}

.nav-middile ul li:first-child {
  padding: 0px 0.75em 0px 1.25em;
}

.nav-middile ul li a {
  color: #000080;
  font-size: 1.2em;
  font-weight: bold;
}

.nav-middile ul li a:hover {
  color: red;
  text-decoration: none;
}

.nav-first {
  width: 50px;
}

.nav-right {
  display: flex;
  align-items: center;
}

.navbar-toggler {
  border: unset;
  padding: 2px;
}

.navbar-brand {
  margin: 0px;
}

.button-nav {
  background: none;
  border: 1px solid #000080;
  border-radius: 3px;
  display: flex;
  /* allows align-items to work below */
  justify-content: center;
  /* Horizontally centers single-line elements */
  text-align: center;
  /* Horizontally centers text within line-wrapped elements */
  align-items: center;
  /* vertical */
  margin: 2px;
  color: #000080;
  font-size: 1.2em;
}

.button-white {
  border: 1px solid #d2d2d2;
  color: #FFF;
}

.button-white:hover {
  border: 1px solid yellow !important;
  color: yellow !important;
}

.button-nav:hover {
  background: none;
  border: 1px solid #000080;
  color: red;
}

.button-no-border {
  border: 1px solid #fff0;
}

.nav-drawer {
  /* padding:0px 35px; */
  background: url(../img/Drawer-Nav_BG.png);
  background-size: 100% 100%;
  color: #FFF;
  height: unset !important;
  bottom: 0px;
}

.nav-drawer-primary {
  margin: 1em auto;
}

.nav-drawer-primary ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 2em;
}

.nav-drawer-primary ul li {
  margin-bottom: 5px;
}

.nav-drawer-primary ul li a {
  color: #FFF;
  font-weight: bold;
  font-size: 1.15em;
}

.nav-drawer-primary ul li a:hover {
  color: yellow;
  text-decoration: none;
}

.nav-drawer-container {
  padding-left: 30px;
  padding-right: 30px;
}

.scroll {
  overflow: auto;
  overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
  width: 12px;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #207e98;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background: #464646;
}

.post-list-thumbnail-container {
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  overflow: hidden;
  border: 0px solid #1111114d;
  border-bottom: 0px solid;
}

.post-list-thumbnail-container-croped-tumbnail a img {
  width: auto !important;
  max-height: 300px !important;
}

.post-list-thumbnail-container-croped-tumbnail {
  text-align: center;
  background: #000;
}

.post-list-thumbnail {
  width: 100%;
  height: auto;
}

.post-list-title a {
  color: #000080;
}

.post-list-content-container {
  background: #FFF;
  border: 0px solid #111;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  padding: 1em;
}

.post-list-autor {
  border-bottom: 1px solid red;
  padding-bottom: 1em;
}

.post-list-desc {
  padding-top: 0.75em;
}

.post-list-no-thumbnail {
  background: #FFF;
  border: 0px solid #111;
  border-radius: 11px;
  padding: 1em;
  width: 100%;
}

.logo {
  background: url(../img/logo.png) no-repeat center top;
  width: 100%;
  height: 150px;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 75px auto;
  /* offset vertical: half of image height and text area height */
  background-size: contain;
}

.stiky-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-submit .submit {
  border: 1px solid #030303;
  border-radius: 3px;
  background: #FFFFAC;
  color: #000080;
  box-shadow: 0.175em 0.175em 0.175em #15151548;
}

.form-submit .submit:hover {
  border: 1px solid #030303;
  background: #FFFFAC;
  color: red;
}

.btn {
  border: 1px solid #030303;
  border-radius: 3px;
  background: #FFFFAC;
  color: #000080;
  box-shadow: 0.175em 0.175em 0.175em #15151548;
}

.btn:hover {
  border: 1px solid #030303;
  background: #FFFFAC;
  color: red;
}

.catagory_buttons {
  margin-right: 10px;
}

.bmd-layout-backdrop {
  bottom: 0px;
  position: fixed;
}

/********************** POST LAYOUT ***********************/
.feature-image {
  width: 100%;
  max-width: 350px;
  background-size: cover !important;
}

.feature-image-container {
  transition: all 1s cubic-bezier(0.19, 0.97, 0.4, 1.02) 0s;
  overflow: hidden;
  text-align: center;
}

.post-title {
  font-weight: bold;
  text-align: left;
}

.post-by-line {
  /* font-weight: bold; */
  text-align: left;
  margin-bottom: 1.5em;
}

.post-content {
  text-align: left;
}

.title-container {
  border-bottom: 1px solid #C10003;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

.row {
  padding: 15px 0px;
  background: #FFF;
  margin: 0px;
}

.top-branding {
  height: 130px;
  display: flex;
  padding: 15px;
  background: url(../img/npb_branding_bg.png);
  background-size: 100% 100%;
  /* margin-bottom: 10px; */
}

.bmd-layout-header {
  background: #FFFFAC;
  color: #000080;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.navbar-light .navbar-toggler {
  color: #000080 !important;
}

.top-brand a img {
  height: 100%;
  width: auto;
  margin: 0.2em auto;
}

.top-brand {
  height: 100%;
}

.top-brand a {
  height: 100%;
}

.navbar-brand a img {
  width: 100%;
  height: auto;
  margin: 0.2em auto;
  margin-bottom: 1em;
}

.loadingBG {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
  background-color: #000080;
  background-image: linear-gradient(top, #E1E1E1 0%, #E4E4E4 51%);
  background-image: -webkit-linear-gradient(top, #E1E1E1 0%, #E4E4E4 51%);
  background-image: -ms-linear-gradient(top, #E1E1E1 0%, #E4E4E4 51%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1E1E1), color-stop(0.51, #E4E4E4));
  background-attachment: fixed;
  color: #FFF;
}

.loadingBG .title {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 400px;
  text-align: center;
  font-size: 14pt;
}

/* Icons */
@font-face {
  font-family: "Material Icons2";
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons2";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.sk-cube-grid {
  width: 100px;
  height: 100px;
  margin: 100px auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* min-width: 400px; */
  text-align: center;
  font-size: 14pt;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1d3269;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}

.blocks-gallery-item {
  width: 33%;
  list-style-type: none;
  box-sizing: border-box;
  padding-left: 5px;
  cursor: pointer;
}

.blocks-gallery-item figure {
  width: 100%;
}

.blocks-gallery-item figure img {
  width: 100%;
  height: auto;
}

.lightbox-BG {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #11111196;
  z-index: 3;
}

.lightbox-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image-container {
  width: 100%;
  max-width: 800px;
  /* height: 100%; */
  padding: 20px;
}

.lightbox-image {
  width: 100%;
}

.comments-toggle-button {
  color: #000080;
  font-size: 1em;
  font-weight: bold;
}

.comments-toggle-button:hover {
  color: red;
  font-size: 1em;
  text-decoration: none;
}

.reply a {
  color: #000080;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

.comment .children {
  padding-left: 0.5em;
}

.side-bar-container-left {
  order: 1;
  flex: 1;
  margin: 0em 1em;
}

.content {
  order: 2;
  flex: 6;
  margin: 0em;
}

.side-bar-container-right {
  order: 3;
  flex: 2;
  margin: 0em 1em;
}

.top-brand-sidebar {
  width: 100%;
  overflow: hidden;
}

.title-image-container {
  display: flex;
}

.title-image-container .feature-image {
  flex: 1;
  max-width: 300px;
}

.title-container-inner {
  flex: 1;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .top-brand-container {
    text-align: center;
    justify-content: center;
  }

  .top-brand-sidebar {
    display: none;
  }

  .title-image-container {
    display: block;
  }

  .title-container-inner {
    padding-top: 1em;
    padding-left: 0em;
  }
}
@media (min-width: 630px) {
  .post-list-thumbnail-container {
    flex: 1 0 auto;
    border-radius: 0px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    padding: 1.25em;
    background: #FFF;
  }

  .post-list-container {
    display: flex;
    margin-bottom: 1em;
  }

  .post-list-content-container {
    margin: 0em;
    border-radius: 0px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }

  .post-list-thumbnail {
    border-radius: 5px;
  }

  .post-list-no-thumbnail {
    margin-bottom: 0em;
  }

  .backpage .NPB_List_Post_Posts .post-list-container .post-list-thumbnail-container {
    max-width: 270px;
  }

  .backpage .NPB_List_Post_Posts .post-list-container .post-list-content-container .post-list-title {
    font-size: 1.4em;
  }

  .backpage .NPB_List_Post_Posts .post-list-container .post-list-no-thumbnail .post-list-title {
    font-size: 1.4em;
  }
}
@media (min-width: 130px) and (max-width: 1030px) {
  .side-bar-container-right {
    flex: unset;
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .content-container {
    display: unset;
  }

  .side-bar-container {
    margin: 18px;
  }

  .content {
    margin: 0em 15px;
  }

  .side-bar-container-left {
    flex: unset;
    display: none;
  }
}
.content h2 {
  border-bottom: 1px solid red;
  color: #000080;
  background: #FFF;
  padding: 0.3em;
  margin-bottom: 0.5em !important;
  font-weight: bolder;
}

.Past_Post_Wrapper {
  padding: 0.5em;
}

.Past_Post_Odd {
  background: #FFF;
}

.Past_Post_Even {
  background: whitesmoke;
}

.List_Post_Container_Past_Posts {
  overflow: hidden;
  border-radius: 10px;
}

.post-views {
  font-weight: bold;
  margin-top: 0.3em;
  display: flex;
  justify-content: space-between;
}

.NPB_List_Post_Container {
  margin-bottom: 1.5em;
}

.more-title {
  font-size: 0.6em;
  float: right;
}

.widget_media_image {
  /* width:80%; */
  margin: 0px auto;
  background: #FFF;
  margin-bottom: 1.5em;
}

.widget_media_image img {
  width: 100%;
}

.shadow, .booking-slide-container, .widget_npb_quick_menu_plugin, .widget_media_image, .post-list-container, .row, .content h2, .between-listing-ad {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
  background: #FFF;
}

h3 {
  font-size: 1.6em;
}

.user_wrapper {
  background: #00000069;
  padding: 0.5em;
  border-radius: 9px;
  margin-bottom: 1em;
}

.user_image {
  width: 30px;
  height: auto;
  border-radius: 5px;
  margin: 0.5em;
}

.user_info_container {
  display: flex;
}

.user_image_container {
  margin: 0.5em;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 6px;
}

.user-menu-container ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0em;
  text-align: center;
}

.user-menu-container ul li a:hover {
  color: yellow;
  text-decoration: none;
}

.user-menu-container ul li a {
  color: #FFFFAC;
  font-weight: bold;
  font-size: 1em;
}

.user_info h4 {
  font-weight: bold;
}

.wp-block-image {
  padding: 1em;
  width: 100%;
  max-width: 500px;
  /* background: #000; */
  /* color: #FFF; */
  margin: 3em auto;
  text-align: center;
  /* border-top: 1px solid #C10003; */
  /* border-bottom: 1px solid #C10003; */
}

.wp-block-image img {
  display: block;
  align-self: center;
  margin: 0px auto;
  width: 100%;
  height: auto !important;
}

.wp-block-image figcaption {
  margin: 1em;
  margin-bottom: 0em !important;
  display: block !important;
}

.between-listing-ad .size_300x250 {
  width: 100% !important;
  max-width: 350px !important;
}

.small, .Small {
  max-width: 250px !important;
  margin-left: 0px;
}

.comment_container {
  width: 100%;
}

.comment-reply-title {
  font-size: 1.25em;
  text-align: center;
}

/*# sourceMappingURL=theme.css.map */
