@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Black.eot");
  src: url("../../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff"), url("../../fonts/Roboto-Black.ttf") format("truetype"), url("../../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.eot");
  src: url("../../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff"), url("../../fonts/Roboto-Bold.ttf") format("truetype"), url("../../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.eot");
  src: url("../../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff"), url("../../fonts/Roboto-Regular.ttf") format("truetype"), url("../../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Medium.eot");
  src: url("../../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff"), url("../../fonts/Roboto-Medium.ttf") format("truetype"), url("../../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Thin.eot");
  src: url("../../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../fonts/Roboto-Thin.woff") format("woff"), url("../../fonts/Roboto-Thin.ttf") format("truetype"), url("../../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.eot");
  src: url("../../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff"), url("../../fonts/Roboto-Light.ttf") format("truetype"), url("../../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?aaby15");
  src: url("../../fonts/icomoon.eot?aaby15#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?aaby15") format("truetype"), url("../../fonts/icomoon.woff?aaby15") format("woff"), url("../../fonts/icomoon.svg?aaby15#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list_view:before {
  content: "\e904";
}

.icon-grid_view:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e902";
}

.icon-call:before {
  content: "\e903";
}

.icon-slider-button:before {
  content: "\e900";
  color: #fff;
}

body .blog_post-page {
  margin-bottom: 60px !important;
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  body .blog_post-page {
    margin-top: 35px;
  }
}
body .blog_post-page .container .social-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
}
@media screen and (min-width: 767px) {
  body .blog_post-page .container .social-section {
    padding: 40px 0;
  }
}
body .blog_post-page .container .social-section .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  flex-wrap: wrap;
}
body .blog_post-page .container .social-section .tags .tag {
  margin: 0;
}
body .blog_post-page .container .social-section .tags .tag a {
  background: linear-gradient(315deg, #ffca2b 0.88%, #ffca2b 99.12%);
  border-radius: 5px;
  border: none;
  color: #000000 !important;
  font-size: 16px;
}
body .blog_post-page .container .social-section .tags .tag a:hover {
  background: linear-gradient(152deg, #f2bc1b 0%, #f2e635 100%);
  text-decoration: none !important;
}
body .blog_post-page .container .social-section .socialLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
}
body .blog_post-page .container .social-section .socialLinks::before, body .blog_post-page .container .social-section .socialLinks::after {
  display: none;
}
body .blog_post-page .container .social-section .socialLinks li {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .blog_post-page .container .social-section .socialLinks li a {
  width: 15px;
  height: 15px;
}
body .blog_post-page .container .social-section .socialLinks li a svg:hover {
  fill: #f2e635 !important;
}
body .blog_post-page .container .blog-post .blog-post-figure {
  position: relative;
  width: 100%;
}
body .blog_post-page .container .blog-post .blog-post-figure::before {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
}
body .blog_post-page .container .blog-post .blog-post-figure .blog-thumbnail {
  max-width: none;
}
body .blog_post-page .container .blog-post .blog-post-figure .blog-thumbnail a {
  padding: 0;
  border-radius: 10px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .blog_post-page .container .blog-post .blog-post-figure .blog-thumbnail a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body .blog_post-page .container .blog-post .blog-post-figure .blog-header {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 90%;
  margin: auto;
  right: 0;
  transform: translateY(-50%);
}
body .blog_post-page .container .blog-post .blog-post-figure .blog-header h1 a {
  font-size: 28px;
}
body .blog_post-page .container .blog-post .blog-post-figure .blog-header h1 a:hover {
  text-decoration: none !important;
}
body .blog_post-page .container .blog-post .blog-post-figure .blog-header .blog-date {
  margin-top: 150px;
}
@media screen and (min-width: 767px) {
  body .blog_post-page .container .blog-post .blog-post-figure .blog-header .blog-date {
    margin-top: 80px;
  }
}
body .blog_post-page .container .blog-post h2 {
  margin: 30px 0 20px;
}
body .blog_post-page .container .blog-post h3 {
  margin: 30px 0 10px;
  font-size: 26px;
  line-height: 32px;
}
@media screen and (min-width: 767px) {
  body .blog_post-page .container .blog-post h3 {
    font-size: 30px;
  }
}
body .blog_post-page .container .blog-post ol, body .blog_post-page .container .blog-post ul {
  margin-bottom: 5px;
}
body .blog_post-page .container .blog-post ol li, body .blog_post-page .container .blog-post ul li {
  color: #ffffff;
  font-size: 24px;
  margin: 20px 0 0px;
}
body .blog_post-page .container .blog-post p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
body .blog_post-page .container .blog-post p img {
  width: 200px;
  height: 200px;
  margin: 20px 0 !important;
}
body .blog_post-page .container .blog-post p strong {
  margin: 0 15px 10px 0;
  font-size: 18px;
  display: block;
  font-weight: 500;
}
body .blog_post-page .container .blog-post p span {
  margin: 0 10px 0 0;
  display: block;
}
body .blog_post-page .container .blog-post p span b {
  font-weight: 400;
}
body .blog_post-page .container .blog-post a {
  color: #ffca2b !important;
  text-decoration: none;
  text-transform: capitalize !important;
}
body .blog_post-page .container .blog-post a:hover {
  text-decoration: underline !important;
}
body .blog_post-page .container .blog-post .site-name {
  margin-bottom: 30px;
}
body .blog_post-page .container .blog-post .info-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 767px) {
  body .blog_post-page .container .blog-post .info-section {
    flex-direction: row;
    gap: 50px;
  }
}
body .blog_post-page .container .blog-post .info-section .info-map {
  width: 100%;
  height: 300px;
  margin: 0 !important;
}
@media screen and (min-width: 767px) {
  body .blog_post-page .container .blog-post .info-section .info-map {
    width: 600px;
    height: 400px;
  }
}
body .blog_post-page .container .blog-post .info-section .info-map iframe {
  width: 100%;
  height: 100%;
}
body .blog_post-page .container .blog-post .info-section .info-details > span {
  margin: 0 0 20px;
}
body .blog_post-page .container .blog-post .info-section .info-details > span:first-child {
  margin-top: 0;
}/*# sourceMappingURL=blog-post-page.css.map */