body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

body .entry-title,
body .main-navigation>ul>li>a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
}

.main-navigation>ul>li>a {
  color: #7f378d;
}

body.blog .featured-item:hover {
  transform: scale(1.05);
}

body.blog .featured-item:hover .featured-overlay {
  filter: brightness(1);
}

body.blog .entry-title a {
  color: #7f378d;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
}

body.blog div#primary {
  width: 100%;
}

body.blog aside#secondary,
body.blog time.entry-date,
body.blog .featured-overlay .entry-meta,
body.blog .grid-post .cat-links,
body.blog .grid-post .cat-links a {
  display: none;
}

body.blog .grid-post .cat-links,
body.blog .grid-post .cat-links a {
  color: #555
}

body.blog .featured-overlay .entry-title a {
  color: #fff;
}

body.blog .entry-title a {
  color: #7f378d;
}

body.blog .entry-title a:hover {
  text-decoration: underline;
}

body.blog .posts-loop .post-wrapper {
  overflow: hidden;
}


body.blog .posts-loop .entry-summary {
  display: flex;
  justify-content: center;
}

body.blog .posts-loop .entry-summary p {
  font-size: 0;
}

body.blog span.read-more-link {
  font-size: initial;
  padding: 5px 16px;
  border: 1px solid #DC2276;
  border-radius: 16px
}

body.blog span.read-more-link .read-more {
  color: #DC2276;
}

body.blog span.read-more-link:hover {
  background-color: #DC2276;
}

body.blog span.read-more-link:hover .read-more {
  color: #fff;
}

body.blog span.read-more-link .read-more:hover {
  text-decoration: none;
}

.posts-navigation a {
  color: #555;
}

/* test */
.header-image {
  display: none !important;
}

div#metaslider_container_32415 {
  height: 390px;
  overflow-x: hidden;
}

/* div#metaslider_container_32415,
div#metaslider_container_32415 li {
  height: 370px;
} */

div#metaslider_container_32415 li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

div#metaslider_container_32415 ul.flex-direction-nav {
  margin-top: -55%;
  z-index: 9;
}

div#metaslider_container_32415 .flex-viewport {
  overflow: initial !important;
}

/* card news */
body.blog .grid-post .entry-header {
  margin: 0 !important;
}

body.blog grid-post .entry-meta {
  display: none;
}

body.blog .flex-row .post-wrapper,
body.blog .featured-item {
  box-shadow: 7px 8px 10px -7px rgb(0 0 0 / 10%);
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  overflow: hidden;
}

body.blog .flex-row .post-wrapper .entry-thumbnail img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


body.blog .posts-loop .post-wrapper:hover .entry-thumbnail img {
  border-color: #7f378d;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
}

body.blog .posts-loop .post-wrapper:hover .entry-thumbnail+.entry-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  margin-top: 0 !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
}

body.blog .posts-loop .post-wrapper:hover .entry-thumbnail+.entry-header .entry-title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: -5px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
}

/* div#livechat-eye-catcher img {
  display: none !important;
} */

.fa-telegram-plane:before {
  content: "\f3fe";
  margin-left: -2px;
}

.social-icon a {
  /* 	margin-bottom: 25px;
	padding-bottom: 25px */
}

.widget-area .searchandfilter li,
.widget-area .searchandfilter p {
  display: block;
  border-bottom: none;
}

.widget-area section#block-12 {
  margin-bottom: 0;
}

.widget-area section#block-8 p {
  display: none;
}

.widget-area section#block-8 select,
.widget-area section#block-8 input[type=text] {
  padding: 5px 10px;
  color: #666;
  border: 1px solid #eee;
  border-radius: 8px;
  width: 100%;
}

.widget-area section#block-8 select {
  padding-right: 2rem;
  background: url(https://cdn1.iconfinder.com/data/icons/feather-2/24/chevron-down-16.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 244px;
}

 .site-header {
  margin-bottom: 20px;
}

.main-searchbar {
  display: none;
}

 .main-searchbar {
  display: block;
}

.main-searchbar ul {
  width: 100%;
  padding: 0;
  margin-left: 0;
}

.main-searchbar ul li:nth-child(1) {
  width: 25%;
}

.main-searchbar ul li:nth-child(2) {
  width: 25%;
  margin-right: 20px;
}

.main-searchbar ul li:nth-child(3) {
  width: 25%;
  margin-right: 25px;
}

.main-searchbar ul li:nth-child(4) {
  width: 16.3%;
	margin-right: 0;
}

.main-searchbar ul li:nth-child(4) input {
  width: 100%;
}

/* .main-searchbar ul li:nth-child(5) {
  width: 8%;
} */

.main-searchbar select,
.main-searchbar input[type=text] {
  padding: 5px 10px;
  color: #666;
  border: 1px solid #eee;
  border-radius: 8px;
  width: 100%;
}

.main-searchbar select {
  background: url(https://cdn1.iconfinder.com/data/icons/feather-2/24/chevron-down-16.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 244px;
}

@media screen and (min-width: 960px) {
  body.blog .post-wrapper {
    margin: 15px;
    padding: 0;
    width: 47%;
  }
}

.feature-venue {}

.feature-venue .title {
  font-weight: 700;
  font-size: 26.943px;
  line-height: 33px;
}

.feature-venue .subtitle {
  font-weight: 500;
  font-size: 17.962px;
  line-height: 22px;
  max-width: 760px;
  margin-top: 10px;
}

.feature-venue-list {
  margin-top: 25px;
}

.feature-venue-item {
  box-shadow: 7px 8px 10px -7px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  overflow: hidden;
}

.feature-venue-item:hover {
  transform: scale(1.05);
}

.feature-venue-item a:hover {
  text-decoration: none;
}

.feature-venue-item .card-body {
  padding: 16px;
  padding-top: 10px;
}

.feature-venue-item .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #232323;
  margin: 0;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  margin-bottom: 15px;
  height: 2.2em;
}

.feature-venue-item .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #232323;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-venue-item i {
  color: #232323;
  margin-right: 5px;
}

.feature-venue-item .image-wrapper {
  width: 100%;
  height: 100%;

}

.feature-venue-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (min-width: 600px) {
  .feature-venue-list .col-sm-3 {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {

  div#metaslider_container_32415,
  div#metaslider_container_32415 li {
    height: 115px;
  }

  body.blog .entry-title a {
    font-size: 16px;
  }

  /* card news */
  /* body.blog .grid-post .entry-header {
  margin: 0 !important;
}

body.blog grid-post .entry-meta {
  display: none;
} */

  body.blog .flex-row .post-wrapper,
  body.blog .featured-item {
    box-shadow: 7px 8px 10px -7px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    overflow: hidden;
  }

  body.blog .flex-row .post-wrapper .entry-thumbnail img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }


  body.blog .posts-loop .post-wrapper:hover .entry-thumbnail img,
  body.blog .posts-loop .post-wrapper:hover .entry-thumbnail+.entry-header {
    /* border-color: #7f378d;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); */

    position: relative;
  }

  /* body.blog .posts-loop .post-wrapper:hover .entry-thumbnail+.entry-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  margin-top: 0 !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
} */

  body.blog .posts-loop .post-wrapper:hover .entry-thumbnail+.entry-header .entry-title {
    /* display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: -5px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); */

    display: block;
    margin-top: inherit;
  }

  .searchandfilter ul,
  .main-searchbar ul {
    display: flex;
    flex-direction: column;
  }

  .searchandfilter ul li,
  .main-searchbar ul li {
    display: flex !important;
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .searchandfilter select,
  .main-searchbar select {
    background-position-x: 98% !important;
  }

}

ul#main-menu li:nth-child(6):after {
	content: "|"
}

/* new fixing */
.site-branding {
  display: none;
}
.grid-post .entry-meta, .grid-post .entry-summary {
  display: none !important;
}
.page-links > span.current {
 	background-color: #2e64e6;
	color: #fff;
 	border-radius: 2px;
}
.page-links > a {
  background-color: #f5f5f5;
  color: unset;
  border-radius: 2px;
}
/* end new fixing */

