/*!
 Theme Name:   MojKupon2
 Template:     twentytwenty
 Version:      2.0
 Text Domain:  mojkupon
*/
@import url("https://rsms.me/inter/inter.css");
:focus {
  outline-width: 0;
}

html {
  font-family: "Inter", sans-serif;
  font-display: swap;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
* {
  font-family: "Inter var", "Inter", sans-serif !important;
  font-size: 1.6rem;
}

#wpadminbar .ab-icon,
#wpadminbar .ab-item:before,
#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon,
.wp-admin-bar-arrow {
  font: normal 20px/1 dashicons !important;
}

body {
  background: #ffffff;
}

.mk-width, .mk-search, .coupon-template-default .mk-author-coupons, .author .mk-author-coupons, .mk-partner-all-coupons, .page-template .entry-title, .mk-category-header, .mk-coupons, .mk-naslovna-kategorije {
  max-width: 110.8rem !important;
  width: calc(100% - 4rem);
}

.mk-content-width, .mk-partner-photos, .mobilni-kupon, .single-coupon .mk-coupon-info, .single-coupon .entry-title, .single-coupon .mk-coupon-image {
  width: calc(100% - 4rem);
  max-width: 58rem;
  margin: 0 auto;
}

.home .entry-title,
.home .entry-header {
  display: none;
}

.post-inner {
  padding-top: 0;
}

.mk-headline {
  color: #005d92;
  padding: 0;
  text-align: center;
  margin-bottom: 5rem;
}

.mk-headline-subtitle {
  color: #005d92;
  font-weight: 700;
  font-size: 17px;
  margin: 0;
  line-height: 19px;
}

.mk-bez {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #005d92;
}

.mobile-only {
  display: block;
  margin-top: 0 !important;
}

.desktop-only {
  display: none;
}

@media (min-width: 700px) {
  .post-inner {
    padding-top: 1rem !important;
  }
  .figure .only-mobile {
    display: none;
  }
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .mk-headline {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .mk-headline h1 {
    font-size: 4.2rem;
  }
  .mk-headline-subtitle {
    font-size: 2.2rem;
  }
  .mk-bez {
    font-size: 22px;
  }
}
.mk-naslovna-kategorije {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7rem;
  margin-bottom: 0;
}
.mk-naslovna-kategorije a {
  text-decoration: none;
}
.mk-naslovna-kategorije a:hover {
  text-decoration: none;
}
.mk-naslovna-kategorije a:hover .mk-vise {
  color: black;
}
.mk-naslovna-kategorije h2 {
  margin: 0;
  padding: 0;
  font-size: 2.7rem;
  color: #111111;
  font-weight: 500;
}
.mk-naslovna-kategorije .mk-prikazi-sve {
  margin-left: 1.5rem;
}
.mk-naslovna-kategorije .mk-prikazi-sve a {
  font-size: 1.8rem;
  color: #fff;
  background-color: #4bb3eb;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.mk-naslovna-kategorije .mk-prikazi-sve a:hover {
  text-decoration: none;
}

.mk-coupons {
  display: grid;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 3rem;
}

.mk-promo:before {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
}

.mk-coupons {
  display: grid;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 3.2rem;
  gap: 3rem;
}

.mk-coupon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: #333333;
  border-radius: 0.8rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16), 0 0.3rem 0.6rem rgba(0, 0, 0, 0.23);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mk-coupon:hover {
  text-decoration: none;
}

.mk-image-container {
  position: relative;
  color: white;
}
.mk-image-container .wp-post-image {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.mk-image-container:before {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
}

.mk-dev-info {
  font-size: 1.5rem;
  padding: 1rem;
}

.mk-partner {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  bottom: 1rem;
  padding: 0.5rem 1rem 0 1rem;
  margin: 0 0;
  left: 0;
  width: 100%;
}

.mk-partner-logo {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  float: left;
  border-radius: 50%;
}

.mk-partner-name {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: auto 0;
}

.mk-partner-locations {
  font-size: 1.4rem;
  font-weight: 300;
}

.mk-coupon-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
  background-color: #fff;
}

.mk-coupon-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.mk-coupon-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
}

.mk-coupon-discount {
  font-size: 2.6rem;
  font-weight: 800;
  color: #65A23C;
  line-height: 1;
  text-align: center;
}

.mk-coupon-prices {
  text-align: right;
}

.mk-old-price, .mk-new-price {
  font-size: 2rem;
  font-weight: 600;
}

.mk-old-price {
  position: relative;
  text-decoration: line-through;
  color: #666666;
}

.mk-new-price {
  color: #cd2653;
}

.mk-offer-name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #65A23C;
}

.mk-offer {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #cd2653;
}

@media all and (min-width: 426px) {
  .mk-coupon:hover {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.19), 0 2rem 2rem rgba(0, 0, 0, 0.23);
    transform: translateY(-0.2rem);
  }
}
@media all and (min-width: 768px) {
  .mk-coupons {
    gap: 6rem 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.primary-menu a, .primary-menu a:hover {
  text-decoration: none !important;
}
.primary-menu .current-menu-item, .primary-menu .current-menu-parent, .primary-menu .current-menu-ancestor {
  color: #65A23C;
}
.primary-menu .sub-menu {
  background: #ffffff;
  color: #333333;
  width: 25rem;
  border: 1px solid gray;
}
.primary-menu .sub-menu .menu-item:hover {
  background-color: #65A23C;
  color: white;
}

.nav-toggle {
  right: initial;
  left: 0;
}

.search-toggle {
  left: initial;
  right: 0;
}

.mobile-nav-toggle .toggle-inner {
  padding-top: 0.3rem;
}

button.close-nav-toggle {
  justify-content: flex-start;
}

.nav-toggle .toggle-icon, .nav-toggle svg {
  height: 2rem;
  width: 2.6rem;
}

@media (min-width: 1000px) {
  .header-inner {
    justify-content: center;
  }
}
.pagination {
  margin-top: 3rem;
}
.pagination .page-numbers {
  font-size: 2rem;
}
.pagination .nav-links {
  justify-content: center;
  font-size: 2.3rem;
}

.mk-category-header {
  margin: 0 auto;
}

.mk-category-title {
  font-size: 2.7rem;
  font-weight: 500;
  color: #111;
  margin: 1rem auto 0.5rem auto;
}

.mk-category-description {
  margin: 0 auto;
  color: #cd2653;
}

.single-coupon .entry-title {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
  padding: 1rem 0;
}
.single-coupon .mk-coupon-info {
  padding: 0;
  margin-bottom: 2rem;
}
.single-coupon .entry-content {
  font-size: 1.6rem;
}
.single-coupon .mk-coupon-valid {
  max-width: 58rem;
  width: calc(100% - 4rem);
  margin: 0 auto 2rem auto;
  text-align: center;
}
.single-coupon #mk-coupon-counter {
  font-weight: 600;
  font-size: 2rem;
}
.single-coupon .mk-coupon-order {
  text-align: center;
  max-width: 58rem;
  width: calc(100% - 4rem);
  margin: 0 auto 5rem auto;
}
.single-coupon .hidden {
  display: none;
}
.single-coupon #mk-download-info {
  margin: 3rem auto;
  padding: 2rem 0;
  border: 0.2rem solid red;
  background-color: white;
  font-weight: 600;
  color: red;
}

.mk-savings {
  padding: 2rem;
  font-size: 2rem;
  font-weight: 600;
}

.coupon-expired {
  color: #000;
  font-weight: 600;
  background-color: #c7c7c7;
  text-decoration: none;
  padding: 1.87rem 2.448rem;
  max-width: 27rem;
  margin: 0 auto;
}

.mobilni-kupon {
  display: flex;
  align-items: center;
  margin: 2rem auto;
  min-width: 300px;
  font-size: 2rem;
  font-weight: 600;
  background-color: bisque;
  color: #111111;
  padding: 1.5rem 1rem;
}
.mobilni-kupon .mobilni-kupon-slika {
  margin-right: 1rem;
}
.mobilni-kupon p {
  margin-bottom: 0.3rem;
  line-height: normal;
}

.grecaptcha-badge {
  display: none;
}

@media (min-width: 700px) {
  .single-coupon .author-bio {
    padding-left: 0;
  }
}
.page-template .entry-title {
  margin: 2rem auto 4rem auto;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 500;
}
.page-template .entry-content {
  font-size: 1.6rem;
}

.error404 .entry-title, .page .entry-title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 500;
}

.mk-author-page picture, .mk-author-page img {
  margin: 0 auto;
}
.mk-author-page .mk-author-description p, .mk-author-page .mk-author-description li, .mk-author-page .mk-author-description b, .mk-author-page .mk-author-description strong {
  font-size: 1.6rem;
}
.mk-author-page .mk-author-description h1, .mk-author-page .mk-author-description h2, .mk-author-page .mk-author-description h3, .mk-author-page .mk-author-description h4 {
  font-size: 2rem;
}

.mk-author-data-title {
  font-weight: 600;
}

.mk-partner-card {
  text-decoration: none;
  margin-top: 4rem;
}

.mk-partner-brand {
  max-width: 30rem;
  margin: 0 auto;
}
.mk-partner-brand img, .mk-partner-brand picture {
  max-width: 20rem;
  width: 100%;
}

.mk-partner-brand {
  text-align: center;
  margin-top: 5rem;
}
.mk-partner-brand img {
  display: inline;
}

.mk-author-social {
  display: flex;
  justify-content: center;
}
.mk-author-social .social-icon {
  margin: 1rem;
  max-width: 32px;
}
.mk-author-social .social-icon img {
  width: 32px;
  height: auto;
}

.mk-author-data {
  padding-bottom: 0.5rem;
  text-align: center;
}

.author-title-wrapper {
  padding: 1rem 0 2rem;
}

.author-title, h1.mk-author-title {
  text-align: center;
  font-size: 2.4rem;
  margin: 2rem auto;
}

.mk-partner-profile-images {
  display: grid;
  gap: 2rem;
}

.mk-partner-all-coupons {
  font-size: 3rem;
  margin: 6rem auto 3rem auto;
  text-align: center;
}

.author .mk-author-coupons {
  display: grid;
  gap: 4rem;
  margin: 5rem auto 4rem auto;
}

.coupon-template-default .mk-author-coupons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem auto 3rem auto;
}
.coupon-template-default .mk-coupon {
  min-width: 22rem;
}

.mk-more-coupons {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.mk-more-coupons a {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.mk-partner-photos {
  margin: 1rem auto;
}
.mk-partner-photos .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.mk-partner-photos .gallery .gallery-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media all and (min-width: 500px) {
  .mk-partner-profile-images {
    grid-template-columns: repeat(2, 1fr);
  }
  .coupon-template-default .mk-author-coupons {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 2rem auto 4rem auto;
  }
  .coupon-template-default .mk-coupon {
    max-width: 34.2rem;
    margin-bottom: 3rem;
  }
}
@media all and (min-width: 800px) {
  .author .mk-author-coupons, .coupon-template-default .mk-author-coupons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.mk-search {
  margin: 0 auto;
  color: #cd2653;
}
.mk-search h2 {
  margin: 0;
  padding: 0;
  font-size: 2.7rem;
  color: #111;
  font-weight: 500;
}

#search-form-1:focus {
  outline: none;
}

.search-modal.active {
  background: #ffffff;
}

.mk-search-results {
  height: calc(100% - 2rem);
  width: 100%;
  text-align: center;
}
.mk-search-results .search-data {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: 2rem 2rem 0 2rem;
  overflow-y: scroll;
  height: calc(100% - 125px);
}
.mk-search-results .search-data .search-result {
  text-decoration: none;
  color: #333333;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
}
.mk-search-results .search-data .search-result img {
  width: 30%;
  max-width: 20rem;
  height: auto;
}
.mk-search-results .search-data .search-result .search-text {
  margin-left: 0.5rem;
}
.mk-search-results .search-data .search-result .search-text .search-title {
  font-size: 4vw;
  color: #111111;
  font-weight: 500;
}
.mk-search-results .search-data .search-result .search-text .search-partner-name {
  font-size: 3.8vw;
}
.mk-search-results .search-data .search-result .search-text .search-disctrict {
  font-size: 3.8vw;
}
.mk-search-results .last-result {
  display: block;
  padding: 1rem 0;
}
.mk-search-results .no-result {
  width: 100%;
  margin: 1rem auto;
  color: #333333 !important;
}

@media all and (min-width: 700px) {
  .mk-search-results {
    height: calc(100% - 10rem);
  }
  .mk-search-results .search-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: calc(100% - 12rem);
  }
  .mk-search-results .search-data .search-result .search-text .search-title {
    font-size: 2rem;
    font-weight: 500;
  }
  .mk-search-results .search-data .search-result .search-text .search-partner-name {
    font-size: 1.6rem;
  }
  .mk-search-results .search-data .search-result .search-text .search-disctrict {
    font-size: 1.6rem;
  }
}
.widget-title {
  font-weight: 500;
  font-size: 2.4rem;
}

.widget-content {
  text-align: center;
}
.widget-content .menu li {
  margin-bottom: 1.3rem;
}
.widget-content .social-icon {
  display: flex;
  justify-content: center;
}
.widget-content .social-icon img {
  height: 2rem;
}
.widget-content .menu-item {
  white-space: nowrap;
}

@media all and (max-width: 1000px) {
  .widget li:first-child, .widget li > ul, .widget li > ol {
    margin-top: 1rem;
  }
  .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-links .social-icon {
    margin: 1rem;
    padding: 1rem;
  }
  .social-links .social-icon img {
    height: 3rem;
  }
}
@media all and (min-width: 1000px) {
  .footer-widgets-outer-wrapper {
    padding: 5rem 0;
  }
  .widget-content {
    text-align: left;
  }
  .widget-content .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .widget-content .menu li {
    margin: 0.3rem 3rem 0.3rem 0;
  }
  .social-icon {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */