*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #878787;
  background-color: #fff;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

ul.floated-list {
  margin-bottom: 0;
}

ul.floated-list li {
  float: left;
  display: block;
}
ul.floated-list li a {
  display: block;
}
ul.floated-list li ul {
  margin-bottom: 0;
}

ul.floated-list li ul li {
  float: none;
}

a {
  color: inherit;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

a:hover {
  opacity: 0.7;
}

.mytable {
  display: table;
  width: 100%;
  height: 100%;
}

.fixed-table-layout {
  table-layout: fixed;
}

.table-cell {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}
.va-bottom {
  vertical-align: bottom;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Specific Styles */

.section {
  padding: 60px 0;
}

@media (max-width: 1200px) {
  .section {
    padding: 40px 0;
  }
}

.sec-btn a {
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.header .header-top {
  padding: 5px 0;
}
.header .header-top a {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
}

.header .header-top .hlr-content.hc-right {
  float: right;
}

.header .logo-nav {
  background-color: #333;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}
.header .logo-nav .ln-content {
  position: relative;
}

.header .logo-nav .ln-content .mytable .mynav ul li {
  position: relative;
}

.header .logo-nav .ln-content .mytable .mynav > ul > li {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.header .logo-nav .ln-content .mytable .mynav > ul > li:last-child a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  background-color: #2d358b;
}
.header .logo-nav .ln-content .mytable .mynav > ul > li:last-child a:hover {
  background-color: #fff;
  color: #2d358b;
}
.header .logo-nav .ln-content .mytable .mynav ul li a {
  position: relative;
  font-weight: 600;
  opacity: 1;
}
.header .logo-nav .ln-content .mytable .mynav ul li ul {
  position: absolute;
  z-index: 10000;
  min-width: 200px;
  white-space: nowrap;
  background-color: #434343;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding-left: 0;
}
.header .logo-nav .ln-content .mytable .mynav ul li ul li {
  margin-bottom: 1px;
}
.header .logo-nav .ln-content .mytable .mynav ul li ul li:last-child {
  margin-bottom: 0;
}
.header .logo-nav .ln-content .mytable .mynav ul li ul li a {
  color: #fff;
  padding: 7px 20px;
}
.header .logo-nav .ln-content .mytable .mynav ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header .logo-nav .ln-content .mytable .mynav > ul {
  float: right;
}
.header .logo-nav .ln-content .mytable .mynav > ul > li {
  margin-left: 40px;
}
.header .logo-nav .ln-content .mytable .mynav > ul > li button {
  display: none;
}
@media (max-width: 767px) {
  .header .header-top {
    text-align: center;
  }
  .header .header-top .hc-left,
  .header .header-top .hc-right {
    float: none;
  }
  .header .header-top .hc-left ul li {
    float: none;
  }
}
.header .logo-nav .ln-content .mytable .mynav > ul > li > a {
  color: #fff;
}
.header .logo-nav .ln-content .mytable .mynav > ul > li > ul {
  top: 140%;
  left: 0;
}
.header .logo-nav .ln-content .mytable .mynav > ul > li > ul li ul {
  left: 100%;
  top: 0;
}

#fixHeader {
  display: none;
}

.footer address {
  line-height: 1.6;
  margin-bottom: 0;
}
.f-socials ul {
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.f-socials ul li {
  padding-left: 5px;
  padding-right: 5px;
}
.f-socials ul li a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.footer-links {
  display: block;
  font-size: 1.2em;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding: 5px 0;
}
.footer-links i {
  margin-right: 8px;
}
.footer-links a {
  color: #cccccc;
}

@media (min-width: 1200px) {
  .body-inactive,
  .offcanvas,
  .toggle {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .header .mytable,
  .header .table-cell {
    display: block;
    float: left;
  }
  .header .mynav {
    display: none;
  }
  .header .f2g-text {
    margin-top: 14px;
  }
  .toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .offcanvas {
    position: fixed;
    width: 320px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding-bottom: 60px;
  }
  .offcanvas #mobileNav {
    margin-top: 60px;
  }
  .offcanvas ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    float: none;
  }
  .offcanvas ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
  }
  .offcanvas ul li a svg {
    display: none;
  }
  .offcanvas ul li.current-menu-item a {
    opacity: 0.5;
  }
  .offcanvas ul li ul {
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 15px;
    display: none;
  }
  .offcanvas ul li ul li {
    border-bottom: 0;
  }
  .offcanvas ul li.current_page_ancestor > a {
    opacity: 0.5 !important;
  }
  .offcanvas .coff {
    z-index: 9;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .offcanvas.show-offcanvas {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mobileHeaderLogin {
    padding: 40px 15px;
    text-align: center;
  }
  #mobileHeaderLogin a {
    display: block;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .body-inactive {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1001;
  }
}

@media (max-width: 767px) {
  .offcanvas {
    width: 280px;
  }
}

.header .logo,
.footer-logo {
  max-width: 225px;
}
.footer-logo a {
  margin-bottom: 40px;
  display: inline-block;
}
.footer-logo p {
  color: #666;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-right {
    float: none !important;
    text-align: center;
  }
  .f-socials {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .header .header-top .hlr-content.hc-left,
  .header .header-top .hlr-content.hc-right {
    display: table;
    float: none;
    margin-left: auto;
    margin: auto;
  }
  .header .header-top .hlr-content.hc-right {
    margin-top: 12px;
  }
  .header .logo-nav .ln-content {
    padding: 5px 0;
  }
  .header .logo-nav .ln-content .logo {
    position: static;
  }
  .header .logo-nav .ln-content .logo img {
    max-width: 120px;
  }
}

.blog-banner {
  height: 660px;
}
@media (max-width: 767px) {
  .blog-banner {
    padding: 30px 0;
  }
}
.blog-banner:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  height: 55%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.blog-banner .bb-caption {
  z-index: 2;
  padding-bottom: 20px;
}

.screen-reader-text {
  display: none;
}

@media (max-width: 767px) {
  .blog-banner {
    height: 320px;
  }
  .blog-banner:after {
    height: 100%;
  }
  .blog-banner .bb-caption {
    position: relative;
    padding-bottom: 0;
  }
  .blog-banner .bb-caption .post-meta {
    margin-bottom: 0;
  }
}

.home .post-meta,
.category .post-meta {
  border-top: 1px solid #e9e9e9;
}
.home .post-meta span,
.category .post-meta span {
  display: inline-block;
  padding: 5px;
  border-radius: 0 0 7px 7px;
  color: #fff;
  font-size: 11px;
}
.home .post-meta span span,
.category .post-meta span span {
  padding: 0;
}
.single-post .post-comment {
  display: none;
}

.post-meta a {
  color: #fff;
}
.post-meta {
  margin-bottom: 20px;
}
.single-post .post-meta a {
  font-size: 16px;
}

.single.single-post .post-meta a:last-child span {
  display: none;
}

.cat-listings {
  border: 1px solid #e9e9e9;
  margin-left: 40px;
}
.cat-listings h3 {
  color: #fff;
  padding: 7px 15px;
  margin: 0;
}
.cat-listings ul {
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cat-listings ul li {
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
}

.nav-previous,
.nav-next {
  flex: auto !important;
  width: 100%;
}
.pn-prev .post-title,
.pn-next .post-title {
  margin: 0 !important;
}
.pn-prev .post-title {
  text-align: left;
}
.blurb {
  color: #fff;
  padding: 20px;
  margin-top: 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .blurb .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .blurb .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .blurb img {
    display: table;
    margin: 0 auto 20px;
  }
}
@media (max-width: 1023px) {
  .cat-listings {
    margin-top: 30px;
    margin-left: 0;
  }
}
.offcanvas ul {
  padding-left: 0;
}
.offcanvas ul button {
  display: none !important;
}

.header .header-top .hlr-content.hc-right ul {
  padding: 0;
  margin: 0;
}
.header .header-top .hlr-content.hc-right ul li {
  display: block;
}
.header .header-top .hlr-content.hc-right span {
  border: 0;
  color: #fff;
  padding: 0;
}

.home .blog-wrapper .blog-post,
.category .blog-wrapper .blog-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.home .blog-wrapper .blog-post .post-text,
.category .blog-wrapper .blog-post .post-text {
  padding: 5px 0 15px 0;
}
.home .post-meta,
.category .post-meta {
  display: none;
}

@media (max-width: 767px) {
  .home .blog-wrapper .blog-post .img-wrap,
  .category .blog-wrapper .blog-post .img-wrap {
    margin-bottom: 10px;
  }
}

.footer-right h1 {
  color: #fff;
}
.footer address {
  color: #fff;
}

.blog-detail blockquote {
  text-align: center;
  padding: 20px 0 20px 20px;
  margin: 40px 0;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-detail blockquote {
    padding-left: 0;
    border: 0;
    margin: 30px;
  }
}
.blog-detail blockquote:before {
  display: none;
}
.blog-detail blockquote h1,
.blog-detail blockquote h2,
.blog-detail blockquote h3 {
  margin-top: 0;
  font-size: 24px;
}

footer .footer-right h1 {
  font-size: 32px;
}
footer .footer-right:before,
footer .footer-right:after {
  display: table;
  content: "";
}
@media (max-width: 991px) {
  footer .footer-right {
    display: table;
    width: 100%;
  }
  footer .footer-right h1 {
    margin-top: 30px;
  }
}
.blog-banner .bb-caption h1,
.blog-banner .bb-caption .post-meta {
  color: #fff;
}

.post-navigation {
  margin: 30px 0;
  max-width: 100%;
  padding: 0;
}

/* Spacing and Color Specifics for detail page */
.blog-detail ul,
.blog-detail ol {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 18px;
  margin-bottom: 20px;
}
.blog-detail ul li,
.blog-detail ol li {
  margin-bottom: 10px;
}
.blog-detail h2 {
  margin-top: 60px;
}
.blog-detail h3 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .blog-detail h2 {
    margin-top: 45px;
  }
  .blog-detail h3 {
    margin-top: 25px;
  }
}

.blog-detail b,
.blog-detail strong {
  color: #000;
}

.blog-detail h4,
.blog-detail h4 + p {
  margin-left: 20px;
}

.blog-detail h5,
.blog-detail h6 {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .blog-detail h5,
  .blog-detail h6 {
    margin: 30px 0;
  }
}

.blog-detail h5 {
  color: #fff;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
  background-color: #666;
  border: 1px solid #333;
  -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 5%);
  box-shadow: inset 0 1px 1px rgb(255 255 255 / 5%);
}

.blog-detail h6 {
  font-size: 16px;
  padding: 19px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

/* Blog Banner New Design Layout CSS */
.blog-single-banner {
  padding: 50px 0;
}
.blog-single-banner > .container > .row {
  display: flex;
  flex-direction: column-reverse;
}
.blog-single-banner header {
  margin: 5px 0 20px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}
.blog-single-banner .cd-cat a {
  color: #fff;
  padding: 7px;
  border-radius: 20px;
  display: inline-block;
  margin: 3px 0;
  font-size: 12px;
}
.blog-single-banner .bsb-f-img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blog-single-banner > .container > .row {
    align-items: center;
    flex-direction: unset;
  }
  .blog-single-banner .bsb-f-img {
    margin-bottom: 0;
  }
}
