body,
p,
a,
blockquote {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #000000;
}
body {
  font-size: 1rem;
  font-weight: 400;
}
strong {
  font-weight: 600;
}
.navbar-nav li a.nav-link,
.dropdown-menu li a,
#footer-menu li a {
  font-size: 0.9rem;
}
#footer-menu li a {
  font-size: 0.9rem;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 2rem;
}
body,
html {
  height: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .modal-lg {
    /*  iPad Portrait  */
    max-width: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-lg {
    /*  iPad Landscape  */
    max-width: 800px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-fluid,
  .container-xxl {
    /*  Desktop  */
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1024px) {
  .w-80 {
    /* UP TO iPad Landscape  */
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .w-80 {
    /*  13" laptop  */
    width: 100% !important;
  }
}
@media only screen and (min-width: 1800px) {
  .w-80 {
    /*  Desktop  */
    width: 80% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .w-20 {
    /* UP TO iPad Landscape  */
    width: 0% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .w-20 {
    /*  13" laptop  */
    width: 0% !important;
  }
}
@media only screen and (min-width: 1800px) {
  .w-20 {
    /*  Desktop  */
    width: 20% !important;
  }
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  padding: 0.8rem 2rem 0.7rem;
  border-radius: 0;
  font-weight: 600;
}
.more-btn {
  background-color: #9D9D9C;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFFFFF;
  width: 145px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.more-btn:hover {
  background-color: #C10230;
  color: #FFFFFF;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.sub-section-title a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.sub-section-title a:hover {
  color: #FFFFFF;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  padding-left: 2.5rem;
  border-left: 3px solid #9D9D9C;
}
.offset:before {
  display: block;
  content: " ";
  visibility: hidden;
}
@media (max-width: 767px) {
  .offset:before {
    /*  All phone devices */
  }
}
@media only screen and (min-width: 768px) {
  .offset:before {
    /*  iPad Portrait  */
    height: 120px;
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  .offset:before {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  .offset:before {
    /*  Desktop  */
    height: 120px;
  }
}
.gform_anchor {
  position: absolute;
  top: -305px;
}
a,
a* {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.center {
  text-align: center;
}
.carousel-control {
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
#breadcrumb {
  height: 45px;
}
#breadcrumb a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}
#pagination .page-numbers {
  padding: 5px 7px;
  font-size: 1rem;
}
#pagination a.page-numbers {
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
#pagination a.page-numbers:hover {
  color: #FFFFFF;
}
#pagination .current {
  color: #FFFFFF;
}
#pagination .dots {
  background-color: transparent;
}
#pagination .dots {
  padding: 0 0 5px 0;
}
#pagination a.next,
#pagination a.prev {
  display: none;
}
@media (max-width: 767px) {
  img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
img.alignleft {
  margin: 0 2.5rem 1rem 0;
}
@media (max-width: 767px) {
  img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}
@media (max-width: 767px) {
  a img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
a img.alignleft {
  margin: 0 1em 1em 0;
}
@media (max-width: 767px) {
  a img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
a img.aligncenter {
  display: block;
  margin: 1em auto;
}
#blog .title-pos {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  #blog .title-pos {
    /*  All phone devices */
  }
}
@media only screen and (min-width: 768px) {
  #blog .title-pos {
    /*  iPad Portrait  */
  }
}
@media only screen and (min-width: 1024px) {
  #blog .title-pos {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  #blog .title-pos {
    /*  13" laptop  */
    margin-top: -15rem;
  }
}
@media only screen and (min-width: 1440px) {
  #blog .title-pos {
    /*  15" Laptop and new 13"  */
    margin-top: -15.6rem;
  }
}
@media only screen and (min-width: 1500px) {
  #blog .title-pos {
    /*  Desktop  */
    margin-top: -15.6rem;
  }
}
#blog .title-pos .white-angled-bg {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  #blog .title-pos .white-angled-bg {
    /*  iPad Portrait  */
    background: linear-gradient(45deg, #FFFFFF 35%, transparent 35%);
    margin-top: -8rem;
    left: -1rem;
  }
}
@media only screen and (min-width: 1024px) {
  #blog .title-pos .white-angled-bg {
    /*  iPad Landscape  */
    background: linear-gradient(45deg, #FFFFFF 29%, transparent 29%);
  }
}
@media only screen and (min-width: 1200px) {
  #blog .title-pos .white-angled-bg {
    /*  13" laptop  */
    background: linear-gradient(45deg, #FFFFFF 53.5%, transparent 45.5%);
    margin-top: 0rem;
  }
}
@media only screen and (min-width: 1500px) {
  #blog .title-pos .white-angled-bg {
    /*  Desktop  */
    background: linear-gradient(45deg, #FFFFFF 42%, transparent 42%);
    left: 0rem;
  }
}
@media only screen and (min-width: 1800px) {
  #blog .title-pos .white-angled-bg {
    /*  Desktop  */
    background: linear-gradient(45deg, #FFFFFF 43%, transparent 43%);
    left: -1rem;
  }
}
#blog .title-pos .section-title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #blog .title-pos .section-title {
    /*  iPad Portrait  */
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  #blog .title-pos .section-title {
    /*  iPad Landscape  */
    height: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  #blog .title-pos .section-title {
    /*  Desktop  */
    height: 300px;
  }
}
#blog .title-pos .section-title h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media only screen and (min-width: 1500px) {
  #blog .title-pos .section-title h3 {
    /*  Desktop  */
    left: 4rem;
  }
}
#blog .modal .modal-content {
  border-radius: 0;
}
#blog .modal .modal-header {
  border: none;
  padding: 0;
}
#blog .modal .modal-header .btn-close {
  position: absolute;
  z-index: 99999;
  top: 0.5rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent url(../img/Close-cross-grey.png) center / 3rem auto no-repeat;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  outline: none;
  box-shadow: none;
}
#blog .modal .modal-body {
  padding: 3rem;
}
#blog .modal .modal-body h2 {
  margin-bottom: 2rem;
}
#blog .modal .modal-body .post-content {
  margin-bottom: 3rem;
}
#blog .modal .modal-body .btn-next {
  float: right;
}
#blog-footer {
  margin-bottom: 3rem;
}
#blog-footer .footer-bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
}
@media (max-width: 767px) {
  #blog-footer .footer-bg-image .white-bg {
    /*  All phone devices */
    background-color: #FFFFFF;
  }
}
#blog-footer .footer-bg-image .white-angled-bg {
  position: relative;
  z-index: 9;
  left: 0rem;
}
@media only screen and (min-width: 768px) {
  #blog-footer .footer-bg-image .white-angled-bg {
    /*  iPad Portrait  */
    background: linear-gradient(-45deg, transparent 57%, #FFFFFF 43%);
    left: -1rem;
  }
}
@media only screen and (min-width: 1024px) {
  #blog-footer .footer-bg-image .white-angled-bg {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  #blog-footer .footer-bg-image .white-angled-bg {
    /*  13" laptop  */
    background: linear-gradient(-45deg, transparent 58%, #FFFFFF 42%);
  }
}
@media only screen and (min-width: 1800px) {
  #blog-footer .footer-bg-image .white-angled-bg {
    /*  Desktop  */
    background: linear-gradient(-45deg, transparent 57%, #FFFFFF 43%);
  }
}
#blog-footer .footer-bg-image .section-title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #blog-footer .footer-bg-image .section-title {
    /*  iPad Portrait  */
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  #blog-footer .footer-bg-image .section-title {
    /*  iPad Landscape  */
    height: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  #blog-footer .footer-bg-image .section-title {
    /*  Desktop  */
    height: 300px;
  }
}
#blog-footer .footer-bg-image .section-title h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media only screen and (min-width: 1500px) {
  #blog-footer .footer-bg-image .section-title h3 {
    /*  Desktop  */
    left: 4rem;
  }
}
#blog-footer .footer-bg-image .newsletter-form-pos {
  padding-top: 15rem;
  position: relative;
  z-index: 99;
}
#blog-footer .footer-bg-image .newsletter-form-pos input[type="text"],
#blog-footer .footer-bg-image .newsletter-form-pos input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0.9rem !important;
  font-size: 1rem;
}
#blog-footer .footer-bg-image .newsletter-form-pos input[type="text"]::-webkit-input-placeholder,
#blog-footer .footer-bg-image .newsletter-form-pos input[type="email"]::-webkit-input-placeholder {
  color: #9D9D9C;
}
#blog-footer .footer-bg-image .newsletter-form-pos input[type="text"]:-moz-placeholder,
#blog-footer .footer-bg-image .newsletter-form-pos input[type="email"]:-moz-placeholder {
  color: #9D9D9C;
}
#blog-footer .footer-bg-image .newsletter-form-pos input[type="text"]::-moz-placeholder,
#blog-footer .footer-bg-image .newsletter-form-pos input[type="email"]::-moz-placeholder {
  color: #9D9D9C;
}
#blog-footer .footer-bg-image .newsletter-form-pos input[type="text"]:-ms-input-placeholder,
#blog-footer .footer-bg-image .newsletter-form-pos input[type="email"]:-ms-input-placeholder {
  color: #9D9D9C;
}
#blog-footer .footer-bg-image .newsletter-form-pos input[type="text"]::placeholder,
#blog-footer .footer-bg-image .newsletter-form-pos input[type="email"]::placeholder {
  color: #9D9D9C;
}
@media only screen and (max-width: 1024px) {
  #blog-footer .footer-bg-image .newsletter-form-pos input[type="text"],
  #blog-footer .footer-bg-image .newsletter-form-pos input[type="email"] {
    /*  iPad Landscape  */
    width: 400px;
  }
}
#blog-footer .footer-bg-image .newsletter-form-pos input[type=submit] {
  visibility: hidden;
}
#blog-footer .footer-bg-image .newsletter-form-pos .ginput_container_consent input {
  position: relative;
  top: -1.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  #blog-footer .footer-bg-image .newsletter-form-pos .ginput_container_consent input {
    /*  All phone devices */
    top: 0;
  }
}
#blog-footer .footer-bg-image .newsletter-form-pos .ginput_container_consent label {
  color: #FFFFFF;
}
#blog-footer .footer-bg-image .newsletter-form-pos .gform_confirmation_wrapper {
  color: #FFFFFF;
}
#blog-footer .side-widge {
  background: linear-gradient(-45deg, #FFFFFF 26%, transparent 26%);
  height: 590px;
  margin-bottom: -590px;
  position: relative;
  right: 0rem;
  bottom: 36rem;
}
#blog .blog-posts,
#category .blog-posts,
#tag .blog-posts,
#single .blog-posts {
  margin-top: 2rem;
}
#blog .blog-block,
#category .blog-block,
#tag .blog-block,
#single .blog-block {
  margin-top: 0.5rem;
}
#blog .cat-link,
#category .cat-link,
#tag .cat-link,
#single .cat-link {
  margin-bottom: 1rem;
}
#blog .cat-link a,
#category .cat-link a,
#tag .cat-link a,
#single .cat-link a {
  color: #C10230;
  font-size: 1rem;
  font-weight: 600;
}
#blog .cat-link a:hover,
#category .cat-link a:hover,
#tag .cat-link a:hover,
#single .cat-link a:hover {
  color: #9D9D9C;
}
#blog .post-text,
#category .post-text,
#tag .post-text,
#single .post-text {
  margin-top: 1rem;
}
#blog .post-text h2,
#category .post-text h2,
#tag .post-text h2,
#single .post-text h2,
#blog .post-text h4,
#category .post-text h4,
#tag .post-text h4,
#single .post-text h4 {
  color: #000000;
  font-size: 1.2rem;
}
#blog .post-text p,
#category .post-text p,
#tag .post-text p,
#single .post-text p {
  font-size: 0.9rem;
}
#blog .post-text .post-date,
#category .post-text .post-date,
#tag .post-text .post-date,
#single .post-text .post-date {
  font-size: 0.8rem;
}
#blog button.load-more-btn,
#category button.load-more-btn,
#tag button.load-more-btn,
#single button.load-more-btn {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  margin: 2rem 0;
}
#blog button.load-more-btn:hover,
#category button.load-more-btn:hover,
#tag button.load-more-btn:hover,
#single button.load-more-btn:hover {
  color: #00A8A8;
}
#blog button.load-more-btn.collapsed:before,
#category button.load-more-btn.collapsed:before,
#tag button.load-more-btn.collapsed:before,
#single button.load-more-btn.collapsed:before {
  content: 'Load more';
  display: block;
}
#blog button.load-more-btn:before,
#category button.load-more-btn:before,
#tag button.load-more-btn:before,
#single button.load-more-btn:before {
  content: 'Load less';
  display: block;
}
#category,
#tag {
  padding-bottom: 3rem;
}
#single {
  padding-bottom: 5rem;
}
#single .featured-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;

  .img-fluid {

    max-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

#single .img-overlay-fade {
  position: absolute;
  top: 0rem;
  left: 0rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#single .title-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) {
  #single .title-overlay .title-block {
    /*  Desktop  */
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  #single .title-overlay .title-block {
    /*  Mobile  */
    margin-top: 3em;
  }
}
#single .title-overlay .title-block h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
#single .title-overlay .title-block h1,
#single .title-overlay .title-block p {
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  #single .title-overlay .title-block h1 {
  margin-left: 110px; 
}
}

#single .title-overlay .title-block p {
  text-align: center; 
}

#single .title-overlay .hero-h-line {
  width: 100%;
  height: 18px;
  background-color: #000000;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 90%;
}
#single .the-content {
  margin: 3rem 0 0 0;
}
@media (max-width: 767px) {
  #single .the-content {
    /*  All phone devices */
    margin: 1rem 0 0 0;
  }
}
#single .the-content a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
#single .the-content a:hover {
  text-decoration: underline;
}
#single .social-share {
  margin: 5rem 0 0 0;
}
@media (max-width: 767px) {
  #single .social-share {
    /*  All phone devices */
    margin: 1rem 0 0 0;
  }
}
#single .social-share p {
  text-align: center;
}
#single .social-share #share {
  display: table;
  margin: 0 auto 0 1.5rem;
}
#single .social-share #share .jssocials-share {
  margin: 0 10px;
}
#single hr {
  background-color: #9D9D9C;
  opacity: 1;
  margin: 5rem 0;
}
@media (max-width: 767px) {
  #single hr {
    /*  All phone devices */
    margin: 3rem 0;
  }
}
#single #vertical-line .line-block {
  position: relative;
  z-index: 5;
}
#single #vertical-line .v-line {
  position: absolute;
  width: 250px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#single #vertical-line .pos-left {
  left: -4rem;
}
#single #vertical-line .pos-right {
  right: -4rem;
}
/*# sourceMappingURL=blog.css.map */