.mkp-button,
.mkp-button:hover {
  color: black;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 700;
}

.mkp-div {
  text-align: center;
}

.filter-ico {
  font-size: 18px !important;
  margin: 0px 10px 0px 0px;
}

.facetwp-mobile-panel-trigger.opener,
.facetwp-mobile-panel-trigger.opener:hover {
  background-color: #d4d4d4;
  padding: 10px 50px 10px 50px;
  color: black;
  border: none;
}

.back-to-ad {
  background: #f1d33f;
  width: 200px;
  line-height: 45px;
  text-align: center;
  font-weight: normal !important;
  border-radius: 7px;
  margin: 30px 0px 30px 0px;
}

.back-to-ad a {
  color: black;
  font-size: 13pt;
  font-family: sans-serif;
}

.flex-wrapper {
  display: inline-flex;
  width: 100%;
  border: 10px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  margin-top: 15px;
  border-radius: 0.25rem;
}

.flex-thumb {
  width: 66%;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}

.flex-thumb amp-img {
  border-radius: 5px;
}

.flex-title-right-wrapper .title {
  display: inline;
  color: #b40000;
  font-size: 20px;
}

.flex-title-right-wrapper p {
  font-size: 12pt;
}

.pagination-wrapper {
  margin-top: 20px;
}

.flex-title-right-wrapper {
  width: inherit;
}

@media screen and (max-width: 640px) {
  .flex-wrapper {
    display: inline-block;
    margin-top: 5px;
  }

  .flex-thumb {
    width: 100%;
    margin: 0 0 10px;
  }

  .flex-title-right-wrapper p{
    margin: 10px 0 15px;
  }

  .flex-title-right-wrapper .button-link{
    display: block;
    text-align: center;
  }
  .extra-fields0 th {
    width: auto;
  }
}

.primary-menu {
  width: 100%;
}

.suggestion {
  max-height: 75vh;
  overflow-y: scroll;
  background-color: white;
  overflow: auto;
  padding: 5px;
}

.big-menu-adp {
  position: fixed;
  width: 500px;
}

.bb-search-dropdown {
  width: 500px;
}

.search-field-top {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  box-sizing: border-box;
  height: 44px !important;
}

.search-form {
  max-width: 500px;
  position: relative;
  margin: 0 auto !important;
}

.search-title {
  display: block;
  padding: 7px;
  border: 0px solid #ddd;
  font-weight: 200;
  border-bottom: solid 1px #f3f3f3;
}

.search-heading {
  background-color: #cecece;
  pointer-events: none;
  color: #484848;
  font-weight: bold;
}

.search-description {
  display: block;
  font-size: 13px;
  color: #8d4921;
  font-style: italic;
}

.search-image {
  width: 40px;
  height: auto;
  margin-right: 10px;
}

.suggestion a {
  display: flex;
}

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

  .suggestion {
    width: calc(100vw - 20px) !important;
    max-width: initial;
  }

  .bb-search-dropdown {
    width: calc(100vw - 22px) !important;
    max-width: initial;
  }
}

.i-amphtml-scrollable-carousel-container {
  outline: none !important;
  padding-bottom: 5px;
}

.amp-scrollable-carousel-slide {
  padding: 15px;
  margin-left: 15px;
  vertical-align: top;
  border-radius: 10px;
  border-top: 2px solid #FDD500;
  background-color: #c5ac851c;
  box-shadow: 0 0 5px -2px;
}

.article-carousel .carousal-link {
  color: black;
}

.carousel-img-article {
  position: relative;
  width: 270px;
  height: 135px;
  overflow: hidden;
  margin-bottom: 20px;
  color:#484848;
}

.mainpage-location .carousel-img-article amp-img{
  border-radius: 0;
}

.carousel-img-article amp-img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-text {
  font-size: 1rem;
  width: 270px;
  overflow: hidden;
  white-space: normal;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.2px;
  font-family: "Quicksand", Sans-serif;
}

.amp-anchor-block{
  font-weight: 100;
}

.mainpage-location .amp-carousel-button-next,
.mainpage-location .amp-carousel-button-prev{
  background-color: #e6ae35;
  box-shadow: 0 0 10px;
}

.mainpage-location.ai-articles h2{
  color: #033356;
}

.mainpage-location.ai-articles .amp-scrollable-carousel-slide{
  border-top: 2px solid #033356;
  background-color: #fafbfc;
}

.mainpage-location.ai-articles .amp-carousel-button-next, 
.mainpage-location.ai-articles .amp-carousel-button-prev{
  background-color: #033356;
}