/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  display: block;
  zoom: 1;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 14px 0 16px;
  background-color: rgba(0, 1, 6, 0.4);
  backdrop-filter: blur(24.2999992371px);
}

@media screen and (min-width: 768px) {
  .header {
    padding: 13px 0 11px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 20px 0 0;
  }
}
.header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #CE9728 6.61%, #9B6D17 16.62%, #865B11 21.63%, #AA7D24 26.64%, #D6A73C 33.65%, #E7B846 36.65%, #ECC351 38.66%, #F9E06E 43.66%, #FFEC7A 46.67%, #F6D967 50.67%, #EBC14F 57.69%, #E7B846 61.69%, #E0AF3D 64.7%, #D29D2D 71.71%, #CE9728 76.72%, #E2B647 80.72%, #F2CD5F 84.73%, #FBDC6E 88.73%, #FFE173 91.74%, #F9D05C 94.74%, #F5C349 98.75%, #F2BB3D 102.76%, #F2B93A 106.76%);
}

@media screen and (min-width: 1200px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .container {
    max-width: 1185px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .container {
    max-width: 750px;
  }
}
.header .site-logo-wrap,
.header .header-right {
  width: auto;
}

@media (max-width: 767px) {
  .header .site-logo-wrap,
.header .header-right {
    padding: 0 15px;
  }
}
.header .site-logo-wrap {
  padding-top: 4px;
}

@media screen and (min-width: 768px) {
  .header .site-logo-wrap {
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .header .site-logo-wrap .logo {
    max-width: 155px;
  }
}
.header .header-right {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.header .contact-phone {
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .header .contact-phone {
    margin-left: 15px;
  }
}
@media (min-width: 1440px) {
  .header .contact-phone {
    margin-left: 57px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .header .contact-phone {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone {
    margin-top: 2px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header .contact-phone {
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .header .contact-phone .icon-holder {
    margin-top: -8px;
    margin-right: 7px;
  }
}
@media screen and (min-width: 992px) {
  .header .contact-phone .icon-holder {
    margin-top: -9px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header .contact-phone .icon-holder svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone .icon-holder svg {
    width: 47px;
    height: 47px;
  }
}
@media (max-width: 767px) {
  .header .contact-phone .text-holder {
    display: none;
  }
}
.header .contact-phone .label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.2px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone .label {
    font-size: 12.321px;
    letter-spacing: 2.464px;
  }
}
.header .contact-phone .phone-number {
  font-family: var(--secondary-font), sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .contact-phone .phone-number {
    font-size: 36.962px;
  }
}
.hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url(../images/bg-generic.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 183px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    height: 550px;
  }
}
.hero .banner-title {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.hero .btn-review-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .hero .btn-review-wrapper {
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hero .btn-review-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .hero .btn-review-wrapper .btn-wrapper {
    flex: 0 0 287px;
  }
}
@media (max-width: 767px) {
  .hero .btn-review-wrapper .btn-wrapper .btn {
    margin: 0 auto;
  }
}
.hero-home {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 104px;
  padding-bottom: 25px;
  background-position: center;
  background-color: #000513;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-home {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    padding-top: 164px;
  }
}
@media (max-width: 767px) {
  .hero-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 355px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .row {
    align-items: flex-end;
  }
}
.hero-home .banner-image {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-image {
    right: -72px;
    margin-left: -193px;
  }
}
@media (max-width: 1199px) {
  .hero-home .banner-image {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home .banner-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-image {
    margin: 0 -15px 24px;
    background: linear-gradient(180deg, rgba(0, 5, 19, 0) 60.56%, #000513 100%);
  }
}
.hero-home .banner-image .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 28px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-image .btn-play {
    margin: 56px 0 0 -33px;
  }
}
.hero-home .banner-image .btn-play svg {
  backdrop-filter: blur(5.9912586212px);
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-image .btn-play svg {
    backdrop-filter: blur(10.2580652237px);
  }
}
@media (max-width: 767px) {
  .hero-home .banner-image .btn-play svg {
    width: 60px;
    height: 60px;
  }
}
.hero-home .banner-image .btn-play span {
  display: block;
  margin-top: -2px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-image .btn-play span {
    margin-top: 13px;
  }
}
.hero-home .banner-content-holder {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder {
    margin-bottom: 118px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home .banner-content-holder {
    text-align: center;
  }
}
.hero-home .banner-title {
  margin-bottom: 21px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-title {
    margin-bottom: 26px;
    font-size: 96px;
    line-height: 88px;
  }
}
@media (min-width: 1400px) {
  .hero-home .banner-title {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-title {
    max-width: 320px;
  }
}
.hero-home .btn-review-wrapper {
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .hero-home .btn-review-wrapper {
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-home .btn-review-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero-home .btn-review-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .btn-review-wrapper .btn-wrapper {
    flex: 0 0 287px;
  }
}
.hero-about {
  height: 390px;
}

@media screen and (min-width: 480px) {
  .hero-about {
    height: 450px;
  }
}
.hero-about h1 {
  padding-top: 10px;
}

.hero-bio {
  background-size: cover !important;
  height: auto;
  padding: 130px 0 50px 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    min-height: 710px;
    padding: 150px 0 50px 0;
    height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio {
    padding: 182px 0 160px 0;
    min-height: 755px;
  }
}
.hero-bio .row {
  justify-content: space-between;
}

.hero-bio .col-left {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-left {
    display: block;
  }
  .hero-bio .col-left .image-thumbnail img {
    border: 10px solid #fff;
    background: url(./) lightgray -28.202px 0px/112.534% 100% no-repeat, url() lightgray 50%/cover no-repeat;
    box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
  }
}
.hero-bio .col-right {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right {
    width: 58.3333333333%;
  }
}
.hero-bio .col-right .text-wrap {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap {
    text-align: left;
  }
}
.hero-bio .col-right h1 {
  color: #fff;
  margin-bottom: 0px;
}

.hero-bio .col-right .mb-image-thumbnail {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  .hero-bio .col-right .mb-image-thumbnail {
    width: 40%;
  }
}
.hero-bio .col-right .mb-image-thumbnail img {
  border: 10px solid #fff;
  background: url(./) lightgray -28.202px 0px/112.534% 100% no-repeat, url() lightgray 50%/cover no-repeat;
  box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .mb-image-thumbnail {
    display: none;
  }
}
.hero-bio .col-right .position {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.hero-bio .col-right .border-gradient {
  margin-top: 24px;
  background: linear-gradient(180deg, #F2B93A -10%, #CE9728 110%);
  height: 3px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .border-gradient {
    width: 90%;
  }
}
.hero-bio .col-right .phone {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .phone {
    justify-content: initial;
  }
}
.hero-bio .col-right .phone a {
  margin-left: 9px;
  color: #fff;
}

.hero-bio .col-right .btn-wrapper {
  text-align: center;
  margin-top: 14px;
}

@media screen and (min-width: 570px) {
  .hero-bio .col-right .btn-wrapper {
    text-align: initial;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-right .btn-wrapper {
    justify-content: initial;
  }
}
.hero-bio .col-right .btn-wrapper .btn {
  width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 570px) {
  .hero-bio .col-right .btn-wrapper .btn {
    margin: initial;
  }
}
.hero-bio .col-right .btn-wrapper .watch-video {
  position: relative;
  top: 8px;
}

@media screen and (min-width: 570px) {
  .hero-bio .col-right .btn-wrapper .watch-video {
    margin-left: 32px;
  }
}
.hero-bio .col-right .btn-wrapper .watch-video a {
  margin-bottom: 0px;
}

.hero-bio .col-right .btn-wrapper .watch-video a svg {
  backdrop-filter: blur(5.9840388298px);
  border-radius: 50%;
}

.hero-bio .col-right .btn-wrapper .watch-video span {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  position: relative;
  left: 16px;
  top: -8px;
}

.hero-bio .col-right .google-review-image {
  margin-top: 22px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .google-review-image {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-right .google-review-image {
    margin-bottom: 0px;
  }
}
.hero-bio .awards-part .swiper-button-wrapper {
  margin-bottom: 10px;
}

.hero-bio .awards-part .swiper-pagination {
  margin: 15px 0 0 !important;
}

@media screen and (min-width: 1200px) {
  .hero-bio .awards-part .swiper-pagination {
    margin: 7px 0 0 !important;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  display: none;
  padding: 0;
  border: none;
  background: none;
}

.mm-ocd-opened .mobile-button {
  display: none;
}

.mm-ocd-opened .close__mobileMenu {
  display: block;
}

.mobile-button {
  padding: 0;
  border: none;
  background: none;
}

#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 180px;
  width: 100%;
}

#nav-mobile .navbar-toggler {
  background: black;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurger.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurgerClose.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
#nav-desktop {
  padding: 22px 0 0;
}

#nav-desktop .menu-container {
  padding: 0;
}

#nav-desktop ul#menu-main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav-desktop ul#menu-main-menu > .nav-item {
  /**
       styles specific to the main menu so we don't 
       have to put !important when doing styles for the dropdown menu
     */
}

#nav-desktop ul#menu-main-menu > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-main-menu > .nav-item:last-child .nav-link {
  padding-right: 0;
}

#nav-desktop .nav-search {
  margin-left: 12px;
}

@media (min-width: 1400px) {
  #nav-desktop .nav-search {
    margin-left: 37px;
  }
}
#nav-desktop .nav-search input {
  padding: 10px;
  width: 100%;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #C2C5C8;
  border-radius: 6px;
}

#nav-desktop .nav-item {
  margin-right: 12px;
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  #nav-desktop .nav-item {
    margin-right: 48px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  #nav-desktop .nav-item {
    margin-right: 30px;
  }
}
#nav-desktop .nav-item:last-child {
  margin-right: 0;
}

#nav-desktop .nav-item:last-child:after {
  display: none;
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -6px;
    width: 1px;
    height: 9px;
    background-color: #fff;
    opacity: 0.4;
  }
}
@media (min-width: 1400px) {
  #nav-desktop .nav-item:after {
    right: -15px;
  }
}
@media (min-width: 1440px) {
  #nav-desktop .nav-item:after {
    right: -24px;
  }
}
#nav-desktop .nav-item:hover .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  display: block;
  position: relative;
  padding: 0 0 42px;
  color: var(--header-main-m-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: var(--header-main-m-format);
}

#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:active {
  color: var(--header-main-m-active-color);
}

#nav-desktop .nav-item .nav-link.dropdown-toggle:after {
  content: "";
  margin-left: 1px;
  width: 9px;
  height: 6px;
  vertical-align: 3px;
  background: url(../images/icons/icon-nav-link-dropdown.svg) no-repeat center;
  background-size: contain;
  border: none;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle.dropdown-toggle-search:after {
  display: none;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 22px 24px 21px;
  margin: 0;
  min-width: 322px;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  border: none;
  border-radius: 0;
  box-shadow: 0 0 30px 5px rgba(0, 1, 10, 0.1);
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-bottom: 21px;
  margin-right: 0;
  margin-bottom: 21px;
  border-bottom: 1px solid #C2C5C8;
}

#nav-desktop .nav-item .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#nav-desktop .nav-item .dropdown-menu li a {
  padding: 0;
  color: var(--header-sub-link);
  font-size: 16px;
  font-weight: 400;
}

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li:focus a {
  color: var(--header-sub-link-hover) !important;
  text-decoration: underline;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--header-sub-link-active);
}

.mm-ocd .mm-spn.mm-spn--navbar.mm-spn--main:after,
.mm-ocd .mm-spn.mm-spn--navbar:after {
  opacity: 1;
}

.mm-ocd .mm-spn li::before, .mm-ocd .mm-spn li::after,
.mm-ocd .mm-spn.mm-spn--navbar ul::before {
  border-color: #fff;
}

.mm-ocd .mm-spn a {
  font-size: 16px;
  font-weight: 500;
}

.mm-ocd .mm-ocd__backdrop {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop {
    max-width: 960px;
  }
}
.mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
  content: "";
  position: absolute;
  top: 37px;
  right: 27px;
  width: 26px;
  height: 5px;
  background-color: var(--color-tertiary);
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    top: 36px;
    right: 9px;
  }
}
@media screen and (min-width: 992px) {
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    top: 36px;
    right: 24px;
  }
}
.mm-ocd .mm-ocd__backdrop:before {
  transform: rotate(45deg);
}

.mm-ocd .mm-ocd__backdrop:after {
  transform: rotate(-45deg);
}

.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #d8d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: var(--color-secondary);
  /*color: $primary-color;*/
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: #303030;
  /*color: $secondary-color;*/
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  clear: both;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
    float: right;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (max-width: 768px) {
  .page-template-about-us .entry-content .image-holder {
    max-width: 100% !important;
  }
}

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