@charset "UTF-8";
/*
Theme Name: HotDoc
Theme URI: https://hotdoc.keendevs.com/theme
Author: HotDoc
Author URI: https://hotdoc.keendevs.com/
Description: A Custom theme for hotdoc site
Version: 1.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Tags: sticky-post, post-formats, featured-images, custom-background, translation-ready
Text Domain: hotdoc
*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,500,700,700i,900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input, button, select {
  border: none;
}

input:focus, button:focus, select:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 0;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  padding: 0;
  margin: 0;
}


a:hover, a:focus,
button:hover,
button:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

/*** Testing Styles ***/
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.screen-reader-text {
  position: static !important;
}

.bypostauthor,
.gallery-caption {
  position: static;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
.plr-42 {
  padding-left: 42px;
  padding-right: 42px;
}
@media (max-width: 767px) {
  .plr-42 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
}

.section-padding {
  padding: 120px 0px;
}

/* --------------------------------------------
    Template Defualt Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  line-height: 28px;
  color: #343A48;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
  color: #343A48;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 72px;
}
h1.fs-lg {
  font-size: 60px;
  line-height: 72px;
}
@media (max-width: 767px) {
  h1.fs-lg {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  h1.fs-lg {
    font-size: 32px;
    line-height: 44px;
  }
}

h2 {
  font-size: 36px;
  line-height: 56px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 36px;
}

h5 {
  font-size: 16px;
  line-height: 30px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
}

p {
  margin: 0px;
}

.sidr-class-theme-btn,
.theme-btn {
  color: #FFF;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  display: inline-block;
  letter-spacing: 0.38px;
  padding: 16px 32px;
  box-sizing: border-box;
  text-transform: uppercase;
  background-color: #23A161;
  transition: 0.35s ease-in-out;
}
.theme-btn.no-fil {
    padding: 14px 19px;
}
@media (max-width: 767px) {
  .sidr-class-theme-btn,
.theme-btn {
    font-size: 14px;
    font-weight: 700;
    border-radius: 100px;
    display: inline-block;
    letter-spacing: 0.38px;
  }
}
@media (max-width: 530px) {
  .sidr-class-theme-btn,
.theme-btn {
    margin-top: 10px;
  }
}
.sidr-class-theme-btn:hover,
.theme-btn:hover {
  color: #FFF;
  background-color: #F58C1F;
}
.sidr-class-theme-btn.sidr-class-no-fil, .sidr-class-theme-btn.no-fil,
.theme-btn.sidr-class-no-fil,
.theme-btn.no-fil {
  color: #FFF;
  border: 1.5px solid #FFF;
  background-color: transparent;
}
.sidr-class-theme-btn.sidr-class-no-fil:hover, .sidr-class-theme-btn.no-fil:hover,
.theme-btn.sidr-class-no-fil:hover,
.theme-btn.no-fil:hover {
  color: #FFF;
  border-color: #F58C1F;
  background-color: #F58C1F;
}

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/
/* ----------------------------------
    Header Section - Styles
 ------------------------------------ */
.top-bar {
  padding-top: 20.76px;
  padding-bottom: 18.85px;
  background-color: #343A48;
}
.top-bar span {
  color: #FFF;
  font-size: 15px;
  margin-right: -3px;
  text-transform: capitalize;
}
.top-bar a {
  margin-left: 20px;
}
@media (max-width: 530px) {
  .top-bar {
    padding-bottom: 28.85px;
  }
}

header .main-menu ul li {
  display: inline-block;
}
header .main-menu ul li.hasChild > a::after {
  right: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 900;
}
header .main-menu ul li a {
  font-size: 18px;
  line-height: 27px;
  color: #343A48;
  position: relative;
  margin-right: 29.9px;
  display: inline-block;
  padding-top: 29px;
  padding-right: 19px;
  padding-bottom: 27px;
  transition: all 0.35s ease-in-out;
}
header .main-menu ul li a:hover {
  color: #23A161;
}
@media (max-width: 1199px) {
  header .main-menu ul li a {
    font-size: 15px;
    margin-left: 20px;
  }
}
header .main-menu ul li .submenu {
  left: 0px;
  opacity: 0;
  z-index: 999;
  min-width: 200px;
  background: #FFF;
  padding: 20px 30px;
  visibility: hidden;
  position: absolute;
  box-shadow: 0px 0px 25px 0px rgba(20, 27, 201, 0.05);
  transition: all 0.4s ease-in-out;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
header .main-menu ul li .submenu li {
  display: block;
}
header .main-menu ul li .submenu li a {
  margin: 0;
  text-align: left;
  padding: 8px 0px;
  color: #23A161;
}
header .main-menu ul li:hover a {
  color: #23A161;
}
header .main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
header .main-menu ul li:hover .submenu li a {
  padding: 5px 0px;
}
header .main-menu ul li:hover .submenu li a:hover {
  color: #F58C1F;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 1px solid transparent;
}

.sidr-inner .sidr-class-main-menu ul li {
  display: block;
}
.sidr-inner .sidr-class-main-menu ul li.hasChild > a::after {
  right: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
}
.sidr-inner .sidr-class-main-menu ul li a {
  font-size: 15px;
  line-height: 27px;
  color: #343A48;
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  transition: all 0.35s ease-in-out;
  display: block;
}
.sidr-inner .sidr-class-main-menu ul li a:hover {
  color: #23A161;
}
.sidr-inner .sidr-class-main-menu ul li .submenu {
  left: 0px;
  opacity: 0;
  z-index: 999;
  min-width: 200px;
  background: #FFF;
  padding: 20px 30px;
  visibility: hidden;
  position: absolute;
  box-shadow: 0px 0px 25px 0px rgba(20, 27, 201, 0.05);
  transition: all 0.4s ease-in-out;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.sidr-inner .sidr-class-main-menu ul li .submenu li {
  display: block;
}
.sidr-inner .sidr-class-main-menu ul li .submenu li a {
  margin: 0;
  text-align: left;
  padding: 8px 0px;
  color: #23A161;
}
.sidr-inner .sidr-class-main-menu ul li:hover a {
  color: #23A161;
}
.sidr-inner .sidr-class-main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.sidr-inner .sidr-class-main-menu ul li:hover .submenu li a {
  padding: 5px 0px;
}
.sidr-inner .sidr-class-main-menu ul li:hover .submenu li a:hover {
  color: #F58C1F;
}
.sidr-inner .sidr-class-hasChild {
  position: relative;
}
.sidr-inner .sidr-class-hasChild > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.sidr-inner .sidr-class-submenu {
  padding-left: 15px;
  display: none;
}

header {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header.sticky {
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 0px;
  background: #FFF;
  transform: translateY(0);
  position: fixed !important;
  -webkit-transform: translateY(0);
  animation: sticky 0.8s ease-in-out;
  -webkit-animation: sticky 0.8s ease-in-out;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
@media (max-width: 767px) {
  header.sticky {
    position: relative;
  }
}
header.sticky .mean-container a.meanmenu-reveal {
  color: #FFF;
  background: #000000;
  border: 1px solid #eee;
}

/*** Navigation for mobile */
.responsive-navtoggle {
  display: none;
}

.responsive-nav {
  display: none;
}

.sidr-class-topbar-mobile {
  margin-top: 30px;
  padding: 0 20px 20px;
}
.sidr-class-topbar-mobile .sidr-class-theme-btn {
  width: 100%;
  text-align: center;
}
.sidr-class-topbar-mobile .sidr-class-no-fil {
  border-color: #3FAD48;
  color: #3FAD48;
}

.header-wraper {
  background-color: #f8f8f8;
}

@media screen and (max-width: 991px) {
  .top-bar {
    display: none;
  }

  .header-wraper {
    background-color: #f8f8f8;;
  }

  .navbar-brand {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .responsive-navtoggle {
    float: right;
    height: 60px;
    position: relative;
    width: 48px;
    display: inline-block;
  }
  .responsive-navtoggle span {
    display: block;
    width: 28px;
    height: 2.5px;
    background-color: #343A48;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
  }
  .responsive-navtoggle span:first-child {
    transform: translateY(-8px);
  }
  .responsive-navtoggle span:last-child {
    transform: translateY(8px);
  }
}
.sidr-class-topbar-mobile > span {
  display: none;
}
.sidr-class-topbar-mobile a + a {
  margin-top: 10px;
}

.admin-bar header.sticky {
  top: 32px;
}

@media screen and (max-width: 882px) {
  .admin-bar header.sticky {
    top: 46px;
  }
}
footer {
  color: #FFF;
  padding-top: 56px;
  padding-bottom: 36px;
  background-color: #343A48;
}
footer .footer-top .site-info img {
  margin-bottom: 10px;
}
footer .footer-top .site-info h3 {
  color: #FFF;
  letter-spacing: 0.3px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 601px){
    .both_btn.mobile {
        display: none;
    }
}
@media (max-width: 600px) {
    .both_btn.desktop {
        display:none;
    }
    footer .footer-top .site-info h3, footer .footer-bottom {
       display:none;
    }
    footer .social-links {
      text-align:center;
    }
    .footer-top {
        padding: 0 20px;
    }
}
footer .footer-menu {
  margin-top: 50px;
}
@media (max-width: 500px) {
  footer .footer-menu {
    margin-top: 20px;
  }
}
footer .footer-menu ul li a {
  color: #FFF;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 2px;
  display: inline-block;
  letter-spacing: 0.4375px;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
}
footer .footer-menu ul li a:hover {
  color: #F58C1F;
}
footer .footer-menu ul li a:last-child {
  margin-bottom: 0;
}
footer .social-links {
  margin-top: 50px;
}
footer .social-links a {
  width: 35px;
  height: 35px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  margin-left: 18px;
  color: #343A48;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
footer .social-links a:hover {
  color: #FFF;
  background-color: #F58C1F;
}
@media (max-width: 600px) {
    footer .social-links a {
        margin-left: 0px;
        margin-right: 14px;
    }
    a.navbar-brand.logo img {
        max-width: 98px;
    }
}
footer .social-links a i {
  font-weight: 900;
}
footer .footer-bottom {
  font-size: 14px;
  margin-top: 18px;
  line-height: 21px;
  letter-spacing: 0.334128px;
}

@media screen and (max-width: 767px) {
  footer .footer-bottom {
    margin-top: 40px;
  }
}
i {
  font-style: normal;
  font-weight: 900;
}
i[class*=facebook]:before {
  content: "";
}
i[class*=vimeo]:before {
  content: "";
}
i[class*=linkedin]:before {
  content: "";
}
i[class*=twitter]:before {
  content: "";
}
i[class*=youtube]:before {
  content: "";
}

@media screen and (max-width: 767px) {
  .site-owner-info {
    text-align: center;
  }

  .copyright-info {
    text-align: center;
  }
}

.post + .post {
  margin-top: 30px;
}

.post-thumb + .post-content {
  margin-top: 20px;
}

.post-title {
  font-size: 36px;
  color: black;
}
.post-title a {
  font-size: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.post-title a:hover {
  color: #F58C1F;
}

.post-excerpt {
  margin-top: 15px;
}

/*** comments ***/
.comment-wrap:not(:empty) {
  margin-top: 40px;
}

.commentlist {
  margin-top: 30px;
}
.commentlist .comment + .comment {
  margin-top: 20px;
}

.comment-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.commenter-thumb {
  float: left;
  margin-right: 15px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-body {
  float: left;
  width: calc(100% - 115px);
}

.comment-title {
  font-size: 2.2rem;
  color: black;
}
.comment-title a {
  color: inherit;
  font-size: inherit;
}
.comment-title a:hoveR {
  color: #F58C1F;
}

.give-your-reply {
  margin-top: 40px;
}

.comment-respond label {
  display: block;
  margin-bottom: 20px;
}
.comment-respond input:not([type=radio]), .comment-respond select, .comment-respond textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.75;
  padding: 10px 15px;
}
.comment-respond .comment-form-cookies-consent label {
  display: inline-block;
}

.elementor-widget-button .elementor-button {
  background-color: #23A161;
}

/*** Fetured Link ***/
.featured-link {
  background-color: #343A48;
  color: white;
  padding: 85px 35px 32px;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  min-height: 311px;
}
.featured-link .featured-link_title {
  color: white;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.3px;
}
.featured-link .featured-link_url {
  margin-top: 56px;
}
.featured-link .featured-link_url i {
  font-size: small;
  margin-left: 7px;
}

/*** Testimonials ***/
.hd-testimonial {
  border: 1px solid rgba(52, 58, 72, 0.15);
  border-radius: 25px;
  overflow: hidden;
  padding: 24px;
  font-size: 16px;
}
.hd-testimonial blockquote {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  color: #343A48;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.hd-testimonial-commenter {
  line-height: 1;
  margin-bottom: 5px;
}
.hd-testimonial-commenter .name {
  color: #23A161;
  font-weight: bold;
  letter-spacing: 0.03px;
}
.hd-testimonial-commenter .designation {
  color: #343A48;
}

.hd-testimonial_company {
  color: #666666;
  font-weight: 300;
}

/*** Mailchimp subscription ***/
.elementor-widget-wp-widget-mc4wp_form_widget {
  text-align: center;
}
.elementor-widget-wp-widget-mc4wp_form_widget .elementor-widget-container > h5 {
  font-size: 36px;
  color: #343A48;
  line-height: 1.3;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
  font-size: 0;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields > label {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input {
  line-height: 24px;
  padding: 18px 25px;
  font-size: 18px;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input[type=email] {
  background-color: white;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px 0 0 10px;
  width: 320px;
  max-width: 100%;
  text-align: center;
}
.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
  background-color: #343A48;
  color: white;
  font-weight: 700;
  width: 230px;
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input[type=email] {
    width: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input[type=submit] {
    width: 100%;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields > label {
      margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
  .elementor-widget-wp-widget-mc4wp_form_widget .elementor-widget-container > h5 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.navbar-brand {
  padding: 0px;
}

/***********************************
MEDIA QUERIES
***********************************/
/* 1400 */
/* 1199 */
/* iPad Landscape */
/* 991 */
/* 991 - 768 */
/* 767 */
/* 680 */
/* 575 */
/* 480 */
/* 380 */
.hotdoc-show-location-post {
    display: flex;
}
.hotdoc-show-location-post .event_item {
    margin: 15px;
    flex: 0 0 50%;
    position: relative;
}
.hotdoc-show-location-post .event_item:first-child {
    margin-left: 0;
}
.hotdoc-show-location-post .event_item:last-child {
    margin-right:0;
}
.location ul li {
    display: inline-block;
}

.location ul li a {
    padding: 11px 44px;
    border: 1px solid;
    margin: 5px;
    border-radius: 5px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    display: block;
}

.location ul li a.js-filter-item.active {
    background: #23A161;
    color: #fff;
    border-radius: 5px;
    border: 0;
}
.location ul li:first-child .js-filter-item {
    margin-left:0;
}
.event_item a {
    font-size: 15px;
    font-weight: normal;
}
p.e_des {
    max-width: 500px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
p.btn_cat {
    top: 54%;
    position: absolute;
    background-color: #23A161;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 18px;
    margin: 0px;
    font-family: "Lato", Lato;
    font-weight: bold;
    text-transform: capitalize;
    padding: .6em 1.2em;
    left: -10px !important;
    line-height: 1;
}

p.btn_cat.sold-out {
    background-color: #E25553;
}
p.btn_cat.sold-out:before {
    background: url(https://hotdoc.keendevs.com/wp-content/uploads/2020/03/sold-out-btn-bg.svg) no-repeat right 0px/cover;
}


/*switch button css*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #23A161;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switcher_button {
    padding: 50px 0 60px;
}
.switch_text {
    display:inline-block;
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-left: 5px;
}

/*preloader css*/
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('./assets/img/Blocks-1s-137px (1).gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.filter_top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_top_content .title {
    color: #343A48;
    font-family: "Lato", Lato;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}
a.pricing-button {
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    fill: #23A455;
    color: #23A455;
}
.event_item h4.e_title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 39px;
    margin: 30px 0 10px;
}
.event_item a.find_btn {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.5px;
}
/*blog page css*/

.featured_post {
    display: flex;
}
.featured_content {
    flex: 0 0 40%;
}

.featured_content {
    padding-left: 25px;
}

.featured_content h2.title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.3px;
}

.featured_content p.excerpt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
}

a.custom_btn {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 11.694px;
    line-height: 14px;
    background: #23A161;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
    border:1px solid #23A161;
    transition:all 0.5s;
    display: inline-block;
}
a.custom_btn{
    margin: 3px;
}
a.custom_btn:first-child {
    margin-left:0;
}
a.custom_btn:hover {
    border:1px solid #000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.both_btn {
    margin-top: 15px;
}
a.learn_more_btn {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.cat_list h5 {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #23A161;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background: #23A161;
}

li.cat-item {
    display: inline-block;
}
li.cat-item a{
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 30px;
    color: #23A161;
    border: 1px solid #23A161;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
.slider_icons.prev.slick-arrow {
    position: absolute;
    right: 30px;
    top: -40px;
}
.slider_icons.next.slick-arrow {
    position: absolute;
    top: -40px;
    right: 0px;
}
.slider_icons.prev.slick-arrow i.fas.fa-chevron-left {
    color: #23A161;
    cursor: pointer;
}
.slider_icons.next.slick-arrow i.fas.fa-chevron-right {
    color: #23A161;
    cursor: pointer;
}
.post_item {
    margin:12px;
    flex: 0 0 31%;
}
.post_item:last-child {
    margin-right: 5px;
}
.post_item:first-child {
    margin-left:5px;
}
.title_post_slider {
    margin-left: 3px;
}
.title_post_slider h3 {
    font-family: Lato;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 26px !important;
    letter-spacing: 0.3px;
    margin-bottom:10px;
}
.post_content h4.title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 10px;
}
.post_content p.excerpt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}
.post_content a.learn_more_btn{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin-top: 5px;
    display: block;
}
.blog_subsciption {
    overflow: hidden;
}
.blog_subsciption .mc4wp-form-fields label {
    display: none;
}

.blog_subsciption h5 {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
}
.blog_subsciption.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input[type=email] {
    width: 100%;
    border: 0.5px solid #BDCCD4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
}
.blog_subsciption.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input[type=email]::placeholder{
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #343A48;
}
.blog_subsciption .form_wraper {
    box-shadow: none;
}
.blog_subsciption.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form-fields input[type=submit] {
    display: inline-block;
    text-transform: uppercase;
    background-color: #343A48;
    color: white;
    font-weight: 700;
    width: 100%;
    max-width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.5px;
}
.related_post {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
    .featured_post {
        display: inherit;
    }
    .featured_content {
        padding-left: 0;
        padding-top: 20px;
        margin: 0 20px;
    }
    .related_post {
         display: inherit;
    }
    .related_post .post_item {
        margin-bottom: 30px;
    }
    .hotdoc-show-location-post {
        display: inherit;
    }
    p.btn_cat {
        top: 30%;
    }
    .hotdoc-show-location-post .event_item {
        margin: 0;
        margin-bottom: 20px;
    }
    .filter_top_content {
        margin-bottom:20px;
    }
    .location ul li a {
        padding: 7px 21px;
    }
    .location ul li:first-child .js-filter-item {
        margin-left: 5px;
    }
    .filter_top_content {
        display: inherit;
    }
    .filter_top_content .title {
        font-size: 24px;
        text-align: center;
    }
    .filter_top_content a.pricing-button {
        float: right;
        margin: 10px 0 20px;
    }
    .switch_text {
        display: inherit;
        margin-top: 5px;
    }
    .location ul{
        text-align:center;
    }
    .switcher_button {
        padding: 40px 0 50px;
    }
}
.gform_wrapper h3.gform_title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 39px;
    text-align:center;
}
.gform_wrapper span.gform_description {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align:center;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    background: #FFFFFF;
    border: 0.5px solid #BDCCD4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 10px 10px 20px !important;
    margin-top: 0;
    font-family: Lato !important;
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 28px;
    height:44px;
}
.gform_wrapper select option{
    background:#fff;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}
.gform_wrapper select option:hover {
    background:red;
}
.gform_wrapper select {
    background: #FFFFFF;
    border: 0.5px solid #21A161;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 10px 10px 20px !important;
    margin-top: 0;
    font-family: Lato !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 28px !important;
    height:44px;
}
.ginput_container.ginput_container_select {
    margin: 0 !important;
}
.gform_wrapper input:focus{
    border: 0.5px solid #21A161 !important;
}
.select-selected.select-arrow-active {
    border-color: #21A161;
}
.gform_wrapper input::placeholder{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}
div#gform_wrapper_1 .gform_footer.top_label {
    text-align: center;
}
.ginput_container.ginput_container_text, .ginput_container.ginput_container_email, .ginput_container.ginput_container_number {
    margin-top: 0 !important;
}
div#gform_wrapper_1 .gform_body {
    max-width: 400px;
    margin: 0 auto;
}
div#gform_wrapper_1 .gform_footer.top_label {
    text-align: center;
    padding-bottom: 0;
}
input#gform_submit_button_1 {
    background: #23A161;
    border-radius: 36px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 11px 50px;
    color: #fff;
    text-transform: uppercase;
}
div#gform_wrapper_1 {
    margin: 0;
}
div#gform_confirmation_message_1 {
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (min-width: 991px) {
    .pt_l_50 {
        padding-left:50px;
    }
    .pt_l_30 {
        padding-left:30px;
    }
    img.event_img {
        max-width: 566px !important;
    }
}
@media screen and (max-width: 767px) {
  .hd-testimonial {
      margin:0 10px;
  }
  .hd-testimonial-commenter .name {
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
  }
    .hd-testimonial-commenter .designation {
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
    }
    p.hd-testimonial_company {
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
    }
    .blog_post_slider_for_mobile .elementor-post__card {
        padding:0 15px;
    }
    .blog_post_slider_for_mobile .elementor-posts .elementor-post__badge {
        left: 5px !important;
        top: 37% !important;
    }
    .featured_content h2.title {
        font-size: 30px;
        line-height: 36px;
    }
    .post_content h4.title {
        margin-top:15px;
    }
    .event_item h4.e_title {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 10px;
    }
    .event_item a {
        font-weight: normal;
    }
}
.cat_list ul {
    display:inline;
}
/*the container must be positioned relative:*/
.custom-selectgf {
  position: relative;
}

.custom-selectgf select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
    color: #343A48;
    background: #FFFFFF;
    border: 0.5px solid #BDCCD4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 10px 10px 20px !important;
    margin-top: 0;
    font-family: Lato !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 24px !important;
    height: 44px;
    width:185px;
}



/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
  .select-items div {
    color: #343A48;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    background: #fff;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 28px;
}
.select-items {
    max-width: 185px;
    border-left: 1px solid #21A161;
    border-right: 1px solid #21A161;
    border-bottom: 1px solid #21A161;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.select-selected.select-arrow-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #21A161;
  color:#fff;
}
.top_logo {
    display: inline-block;
    float: left;
}

@media screen and (min-width: 992px) {
	a.navbar-brand.logo {
        display: none;
    }
    header.header-wraper.sticky a.navbar-brand.logo {
        display: block;
    }
    .related_post img {
        width: 100%;
    }
}
.gform_confirmation_message {
    text-align: center;
}

.ubermenu .ubermenu-nav .ubermenu-current-menu-item > a,
.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 > a:hover {
	color: #23A161 !important;
}

/* subscirbe form changes */
.subscirbe,
.subscirbe .hs-form {
	 max-width: 700px !important;
}
.subscirbe .hs-form {
	padding-left: 10px;
	background: #fff;
}
.subscirbe .hs-form fieldset.form-columns-2 .hs-form-field {
	border-right: 1px solid #ccc;
}
.subscirbe .hs-form .hs-button {
	 width: 160px;
}
.subscirbe .hs-input {
	width:100%;
}
.subscirbe .hs_email {
	padding: 18px 15px !important;
}

@media (max-width: 767px) {
	.subscirbe .hs-form {
		padding: 10px;
	}
	.subscirbe .hs-form fieldset.form-columns-2 .input {		
		margin-bottom: 8px;
		font-size: 24px;
		height: 60px;
		padding: 18px 15px !important;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 5px;
		border: 1px solid #efefef;
	}
	.subscirbe .hs-form fieldset.form-columns-2 .hs_firstname input {
		margin-right: 5px !important;
	}
	.subscirbe .hs-input {
    	width: 100% !important;
    	border-radius: 10px;
	}
	.subscirbe .hs-form fieldset.form-columns-2 .hs_lastname .input {
		margin-right: 0 !important;
	}
	.subscirbe .hs_email {
		width: 100% !important;
		border-radius: 10px 10px 0 0 !important;
		border: 1px solid #efefef !important;
	}
	.subscirbe .hs-form {
		max-width: 500px !important;
		margin: 0 auto;
		display: inherit !important;
	}
	.subscirbe .hs-button {
		width: 100% !important;
		border-radius: 0 0 10px 10px !important;
	}
	.subscirbe .hs-form fieldset.form-columns-2 .hs-form-field {
		border-right: none;
	}
}
@media screen and (max-width: 599px){
	.subscirbe .hs-form {
		max-width: 400px !important;
		margin: 0 auto;
	}	
	.subscirbe .hs-button {
		width: 100% !important;
	}
	
}

@media screen and (max-width: 480px){
	.subscirbe .hs_email {
		margin-bottom: 0;
	}
	.subscirbe .hs-form fieldset.form-columns-2 .input {
		margin-right: 0 !important;
	}
	
	.subscirbe .hs-form fieldset.form-columns-2 .hs_firstname input {
		margin-right: 0 !important;
	}
}