* {
  font-family: "Rubik", arial, sans-serif;
}

:root {
  --pink: #ff9184;
  --teal: #4cacb9;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media (max-width: 1199px) {
  body {
    padding-top: 150px;
  }
}

/* Header Search */

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid #4cacb9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: #4cacb9;
}

.table {
  border: 1px solid #7cbbc3;
}

.table thead th {
  border-bottom: 2px solid #7cbbc3;
  background: #7cbbc3;
  color: #fff;
}

.table td,
.table th {
  border-top: 1px solid #7cbbc3;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(241 247 255);
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #7cbbc3;
}

legend {
  font-size: 1rem;
}

input[readonly] {
  background-color: #e9e9e9;
  color: #6e6e6e;
}

.form-category-group.sub-pages-nav a.tofes-link {
  margin: 2rem;
}

/** **/
:root {
  --white: #fff;
  --linkhighlight: #2c8ff9;
  --blue: #374fa6;
}

p.warn {
  font-weight: bold;
  font-size: 0.82rem;
  margin-bottom: 0;
}

.col-md-2::-webkit-scrollbar,
.links-row::-webkit-scrollbar {
  width: 0.18em;
}

.col-md-2::-webkit-scrollbar-track,
.links-row::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.col-md-2::-webkit-scrollbar-thumb,
.links-row::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  outline: 1px solid var(--blue);
}

.links {
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.links .row {
  margin: 0;
}

.links h4 {
  color: var(--linkhighlight);
  font-size: 1.1rem;
  font-weight: bold;
}

.links .wrap {
  display: flex;
  flex-direction: column;
}

.links .links-row {
  flex-wrap: wrap;
  overflow: auto;
  scroll-snap-align: start;
  scroll-snap-type: x mandatory;
}

.links .col-md-2 {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.14);
  margin: 0.8rem auto;
  padding: 2rem 1.5rem 1rem 0.8rem;
  min-width: 218px;
  width: clamp(100%, 18%, 246px);
  min-height: 200px;
  border: 1px solid rgba(194, 194, 194, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 275px;
  overflow-y: auto;
}

.links span {
  background: var(--linkhighlight);
  display: block;
  padding: 1px;
  margin-bottom: 0.75rem;
}

.links .col-md-2 a:hover {
  text-decoration: none;
}

.links h2 {
  background-color: var(--yellow);
  color: #fff;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.7rem;
  text-align: center;
  margin-bottom: 0;
}

.links strong {
  color: var(--linkhighlight);
}

.links a {
  margin-bottom: 0;
  font-weight: normal;
  color: inherit;
  position: relative;
}

.links a::after {
  content: "\203A";
  position: absolute;
  margin: auto;
  margin-right: 5px;
  font-size: inherit;
  color: inherit;
}

.links a:hover {
  color: var(--linkhighlight);
  text-decoration: underline;
}

.links .content {
  font-size: 1rem;
  line-height: 1.6em;
}

figure {
  margin: 0;
}

@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  color: var(--linkhighlight);
}

/* Header */

.header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;

}

.header.sticky {}

.header .logo {
  border-radius: 15px 0 0 15px;
  padding: 10px 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 9;
}

@media (max-width:1500px) {
  .header .logo {
    padding: 10px 0px;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .header .logo {}
}

.header .logo img {
  height: 130px;
}

/* Header Search */

.header-search {
  position: relative;
  width: 100%;
  background: #fff;
  height: 98px;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  background-color: #4cacb9;
  height: 100%;
}

.fa-search:before {
  color: #fff;
}

.header-search button.submit:hover {
  color: #754c29;
}

/**/

.header-side {
  position: absolute;
  top: 46px;
  right: calc(60% + 20px);
  width: calc(40% - 40px);
  display: flex;
  gap: 10px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .header-side {
    right: auto;
    left: 15px;
    width: fit-content;
  }
}

.user-controls {
  display: flex;
  gap: 10px;
}

@media (max-width: 991px) {
  .user-controls {
    display: none;
  }
}

.header-btn {
  border-radius: 15px;
  background: #fff;
  color: #000;
  padding: 15px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.search-btn {
  background: #4cacb9;
}

/* Navigation */

.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header nav a {
  color: inherit;
}

.header nav a.on,
.header nav li.on > a {
  color: var(--linkhighlight);
}

.header nav button {
  display: none;
}

@media (min-width: 1200px) {
  .header .navigation {
    padding: 0;
    text-align: center;
    position: absolute;
    top: 46px;
    right: 0;
    width: 60%;
  }

  .header nav ul {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }

  .header nav ul li {
    display: inline;
  }

  .header nav ul li a {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px 0;
    display: inline-block;
  }

  .header nav ul li a:after {
    content: "\25CF";
    color: #018230;
    padding: 0 15px;
  }

  .header nav ul li:last-child a:after {
    content: none;
  }

  .header nav ul li a:hover {
    text-decoration: none;
    color: var(--linkhighlight);
  }

  .header nav ul li ul li a:hover,
  .header nav ul li ul li:hover a {
    text-decoration: none;
    color: var(--white);
  }

  .header nav > ul > li.on > a,
  .header nav > ul > li > a.on {}

  .header nav ul li ul {
    display: none;

    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: #2d55ab;
    color: #fff;
    padding: 1rem;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    column-count: 2;
  }

  .header nav ul li:hover ul {
    /* -webkit-column-count: 3;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-fill: auto;
    column-count: 3;
    column-fill: auto; */
  }

  .header nav ul li ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 0 1rem;
    display: inline-block;
  }

  .header nav ul li ul li a {
    display: inline-block;
    padding: 0.15rem 15px;
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--white);
  }

  .header nav ul li ul li a:after {
    content: none;
  }

  .header nav ul li ul li a:hover {
    text-decoration: underline;
  }

  .header nav ul li ul li a em.arrow {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    color: var(--yellow);
  }

  .header nav ul li ul li a em.arrow:before {
    content: "\f104";
  }
}

/* @media (max-width: 1199px) {
  .header .navigation {
    display: none;
  }
} */

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
  position: fixed;
  top: calc(100% - 95%);
  left: -300px;
  width: 300px;
  height: 95%;
  background: linear-gradient(230deg, rgb(85 148 161) 22%, rgb(213 139 121) 90%);
  z-index: 9999999;

  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;

  visibility: hidden;

  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-right: 2px solid rgb(85 148 161);
  backdrop-filter: blur(16px);
  border-radius: 0 30px 0 0;
}

.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: auto 1rem 5rem;
  font-size: 1.4rem;
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



.mobile-navigation nav a.on,
.mobile-navigation nav li.on > a {
  font-weight: 500;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.mobile-navigation nav li > span {
  display: block;
  position: relative;
}

.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}

.mobile-navigation nav a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 300;
  font-size: 1.25rem;
}


.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  overflow: hidden;

  padding: 0 5px;
  background: none;
  border: 0;
  background: transparent;
  color: #fff;

  font-family: "FontAwesome";
  font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f067";
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f068";
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 80%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

button.toggle-sub-menu.no-sub-menu {
  display: none;
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 0;
}

.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation .content .head .button {
  background: #1e99d9;
  color: #000;
}

/**/

.page-header {
  height: 200px;

  background-repeat: no-repeat;
  background-position: top center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: relative;

  z-index: -1;
}


@media (max-width: 991px) {
  .page-header {
    display: none;
  }
}

.page-header .overlay {}

/**/

.page-content {
  background: #fff;
  margin-bottom: 3rem;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .page-content {
    margin: 0 -15px;
  }
}

.page-content-head {
  background: #ff9184;
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

@media (max-width: 991px) {
  .page-content-head {
    padding: 1rem;
  }
}

.page-content-head h1 {
  margin: 0;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

@media (max-width: 991px) {
  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }
}

.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}

@media (max-width: 991px) {
  .page-content-body {
    padding: 1rem;
  }
}

.page-content-nav {
  display: none;
}

.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  padding: 1rem;
  display: block;
}

/* Breadcrumbs */

.breadcrumbs {}

.breadcrumbs a {}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/**/

/**/

.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.skip-ad .skip-ad-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.skip-ad .skip-ad-close {
  position: fixed;
  top: 30px;
  width: 100%;
  text-align: left;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: red;
  color: #000;
}

/**/

@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

/**/

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
}

.rich-content h2 {
  color: var(--blue);
  font-size: 1.4rem;
}

.rich-content h3 {
  color: var(--blue);
  font-size: 1.2rem;
}

/**/

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-right: 3px solid #c3262e;
  background: #f3f9f7;
  padding: 1.5rem;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
}

/**/

.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

/**/

.bNagish-toggle {
  border-radius: 50%;
}

/**/

.mobile-navigation .side {
  padding: 1rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.mobile-navigation .side .user {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding-block: 1rem;
  color: #fff;
}

.mobile-navigation .user .d-flex {
  font-weight: 300;
  align-items: center;
}

.mobile-navigation .user .d-flex i {
  font-size: 5px;
  display: block;
  padding: 0 1rem;
}

.mobile-navigation .user > div {
  font-weight: 900;
  font-size: 1.5rem;
}

.mobile-navigation a {
  color: #fff;
}

button.mobile-navigation-close {
  width: inherit;
  border: 0;
  outline: none;
  height: 3.95rem;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  font-weight: 300;
  padding-left: 1rem;
}

.mobile-navigation .side .header-search {
  position: relative;
}

.mobile-navigation .side .header-search input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.5rem;
}

.mobile-navigation .side .header-search button {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  padding: 0 10px;
}

/**/
.wishes {
  padding: 16rem 0;
  background-size: cover;
  background-position: center;
}

.wishes input,
.wishes textarea {
  padding: 0.7rem;
  border-radius: 9px;
  border: 2px solid #80a2b5;
}

.wishes input:focus-within,
.wishes input:active,
.wishes input:focus,
.wishes textarea:focus-within,
.wishes textarea:active,
.wishes textarea:focus {
  outline: none;
  border: 3px solid var(--linkhighlight);
}

textarea#userwish {
  width: 100%;
  max-width: 500px;
  border-radius: 9px;
}

.wishes .wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.wishes button {
  background-color: #b95548;
  cursor: pointer;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 9px;
  padding: 0.5rem 1rem;
}

.wishes button:hover {
  background-color: var(--blue);
}

.wishes form {
  font-weight: bold;
  width: inherit;
  max-width: 500px;
  padding: 2rem 1rem;
  border: 3px solid #d2a295;
  border-radius: 9px;
  background: rgb(213 167 153 / 80%);
  color: #212121;
  font-weight: bold;
}

.wishes .card {
  background-color: rgba(255, 255, 255, 0.82);
}

/***** footer *******/

.footer {
  margin-top: 2rem;
  padding: 2rem 0;
  position: relative;
  background: #7abbc4;
  color: #fff;
}

.footer a {
  color: #fff;
}

@media (min-width: 992px) {
  .footer:before {
    padding: 2rem 0;
    position: absolute;
    content: '';
    bottom: 100%;
    right: 0;
    display: block;
    height: 130px;
    width: 100%;
    background: #7abbc4;
    background: transparent;
    color: #fff;
    z-index: -1;
  }
}


span.credits {
  font-size: 1.1rem;
}

.toggle-nav {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-nav-search {
    display: none;
  }

  .mobile-navigation .content .head {
    position: relative;
  }

  nav.navigation {
    display: none;
  }

  .toggle-nav {
    display: block;
  }

  .toggle-nav .fa-bars {
    font-size: 35px;
    color: #318f99;
  }

  .search-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 1.82rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  aside.more-in-category,
  .social-share {
    display: none;
  }

  .user-bar {
    display: none;
  }

  .bn-controls {
    display: none;
  }
}

@media (max-width: 770px) {
  .wishes .card-body {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .header .logo img {
    max-width: 220px;
  }
}



.btn {
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.btn-primary {
  background: #ff9184;
  border: 1px solid #ff9184;
}










/* InPage Navigation */

.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
}

.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}

.sub-pages-nav.with-icons ul > li {
  width: 33.33%;
}

@media (max-width: 768px) {
  .sub-pages-nav.with-icons ul > li {
    width: 50%;
  }
}

.sub-pages-nav a {
  display: block;
  color: inherit;
}

.sub-pages-nav.with-icons a {
  display: block;
  color: #333;
  background: #fff;
  color: #0056b3;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  position: relative;
  box-shadow: 0 0 26px rgb(0 0 0 / 13%);
  border-radius: 15px;
  overflow: hidden;
}


.sub-pages-nav.with-icons a:hover {
  transform: scale(1.05);
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
  font-family: 'FontAwesome';
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: '\f104';
}

.sub-pages-nav.with-icons a .icon {
  padding-bottom: 56.25%;
  margin-bottom: .5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.sub-pages-nav.with-icons a .icon img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.sub-pages-nav.with-icons a .icon img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.sub-pages-nav.with-icons a:hover {
  text-decoration: none;
}

.sub-pages-nav.with-icons a .info {
  min-height: 100px;
  display: block;
  padding: 1rem;
}

.sub-pages-nav.with-icons a .name {
  display: block;
  font-weight: bold;
  color: #34465f;
}

.sub-pages-nav.with-icons a .description {
  display: block;
  color: #777;
  margin: 10px 0;
}

.sub-pages-nav.with-icons a .read-more {
  display: block;
  text-align: center;
}

.sub-pages-nav.with-icons a .read-more > span {
  display: inline-block;
  background: #34465f;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
}