/*
Theme Name: JNews - Child Theme
Version: 1.0.1
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.thumbnail-container {background: transparent!important;}
.thumbnail-container>img {min-height: auto!important;}
.thumbnail-container:after {background: transparent!important;}

.jeg_postblock_content .jeg_post_title a,
.pisa-jpw-content .pisa-jpw-title a {
    display: -webkit-box;
    max-height: calc(2 * 1.32em);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.single .content-inner {
    color: #333;
    font-size: 16px;
    line-height: 1.625em;
    word-break: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: justify;
}

.jeg_singlepage .entry-header > h1,
.jeg_singlepage .entry-header > .jeg_post_title,
.pisa-projects-header > h1,
.pisa-projects-header > .jeg_post_title {
    margin: 0;
    font-family: inherit;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
    color: #111;
}

@media (max-width: 767px) {
    .jeg_singlepage .entry-header > h1,
    .jeg_singlepage .entry-header > .jeg_post_title,
    .pisa-projects-header > h1,
    .pisa-projects-header > .jeg_post_title {
        font-size: 36px;
        line-height: 1.12;
    }
}


.jeg_slider_wrapper {
    margin-bottom: 0px;
}
.jeg_logo_img {
    max-height: 65px!important;
}

.footer_widget.widget_about .footer_logo .jeg_logo_img {
    height: auto;
    max-height: none !important;
}

.jeg_menu_style_1>li {

    padding-right: 15px!important;
}
.jeg_menu_style_1>li>a {

    padding: 2px 0!important;
}
.jeg_main_menu>li>a {

    font-size: 1em!important;
    font-weight: 500!important;
	text-transform: inherit!important;

}
.pisa-about-block {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #36736e 0%, #82cfcb 100%);
  border-radius: 16px;
  padding: 36px;
  color: #ffffff;
}

.prolex-values-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.prolex-values-row .prolex-value-pill {
  width: auto !important;
}

.prolex-values-row .prolex-value-pill .elementor-heading-title {
    padding: 8px 15px;
    border: 1px solid #82CFCB;
    border-radius: 30px;

    font-size: 0.8em;
    color: #fff;
    white-space: nowrap;
}

.about-eyebrow .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e4f7f6;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.about-eyebrow .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-eyebrow .elementor-heading-title::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #82cfcb;
  border-radius: 2px;
  flex-shrink: 0;
}

.pisa-article-tags .jeg_post_tags {
  --pisa-teal: #52afa6;
  --pisa-teal-pale: #eaf7f6;
  --pisa-teal-dark: #2f746f;
  --pisa-border: rgba(130, 207, 203, 0.65);

  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  overflow: hidden;

  padding: 0 10px 10px;
  background: #fff;
  border: 1px solid var(--pisa-border);
  border-radius: 14px;
}

.pisa-article-tags .jeg_post_tags > span {
  flex: 0 0 calc(100% + 36px);
  display: flex;
  align-items: center;
  gap: 8px;

  margin: 0 -18px 12px;
  padding: 14px 18px;

  background: var(--pisa-teal);
  font-size: 0;
}

/*.pisa-article-tags .jeg_post_tags > span::before {
  content: "#";
  color: #111;
  font-size: 0.9rem;
  font-weight: 800;
}*/

.pisa-article-tags .jeg_post_tags > span::after {
  content: "Hashtag-uri";
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pisa-article-tags .jeg_post_tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  max-width: 100%;
  padding: 3px 5px;

  background: var(--pisa-teal-pale);
  border: 1px solid var(--pisa-border);
  border-radius: 999px;

  color: var(--pisa-teal-dark);
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;

  white-space: normal;
  overflow-wrap: anywhere;
}

.pisa-article-tags .jeg_post_tags a:hover {
  background: var(--pisa-teal);
  border-color: var(--pisa-teal);
  color: #fff;
}




.pisa-publicatii-form .newsletter-subscribe {
  --pisa-teal-light: #82cfcb;
  --pisa-teal-dark: #3d817b;
  --pisa-plum: #471d3b;

  overflow: hidden;
  background: linear-gradient(135deg, var(--pisa-teal-dark) 0%, var(--pisa-teal-light) 100%);
  border-radius: 16px;
  color: #fff;
}

/* HEADER MAI INGUST */
.pisa-publicatii-form .newsletter-subscribe-header {
  display: flex;
  align-items: center;
  gap: 9px;

  min-height: 52px;
  padding: 13px 18px;

  background: rgba(71, 29, 59, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.pisa-publicatii-form .newsletter-subscribe-header p {
  margin: 0;
  line-height: 1;
}

.pisa-publicatii-form .newsletter-subscribe-icon {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.pisa-publicatii-form .newsletter-subscribe-header strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

/* BODY COMPACT */
.pisa-publicatii-form .newsletter-subscribe-body {
  padding: 18px 18px 20px;
}

.pisa-publicatii-form .newsletter-copy {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  line-height: 1.6;
  font-weight: 500;
}

/* RESET CF7 PARAGRAFE */
.pisa-publicatii-form .cf7-row,
.pisa-publicatii-form .cf7-row p {
  margin: 0 0 12px;
  padding: 0;
}

.pisa-publicatii-form .cf7-submit,
.pisa-publicatii-form .cf7-submit p {
  margin-bottom: 0;
}

/* LABEL */
.pisa-publicatii-form .cf7-row label {
  display: block;
  margin: 0 0 7px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

/* INPUT */
.pisa-publicatii-form input[type="email"] {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;

  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);

  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: none;
  outline: none;
}

.pisa-publicatii-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.pisa-publicatii-form input[type="email"]:focus {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.09);
}

/* CHECKBOX */
.pisa-publicatii-form .cf7-consent {
  margin-bottom: 14px;
}

.pisa-publicatii-form .cf7-consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;

  color: rgba(255, 255, 255, 0.86);
  font-size: 0.65rem;
  line-height: 1.45;
  font-weight: 600;
}

.pisa-publicatii-form .wpcf7-list-item {
  margin: 0;
}

.pisa-publicatii-form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  flex: 0 0 15px;
  accent-color: var(--pisa-plum);
}

/* BUTTON */
.pisa-publicatii-form input[type="submit"] {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;

  border: 0;
  border-radius: 999px;
  background: var(--pisa-plum);

  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;

  cursor: pointer;
}

.pisa-publicatii-form input[type="submit"]:hover {
  background: #5a254b;
}

.pisa-publicatii-form .wpcf7-spinner {
  display: none;
}

/* MESAJE CF7 */
.pisa-publicatii-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #fff3cd;
  font-size: 0.74rem;
}

.pisa-publicatii-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 9px 11px;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.78rem;
}

@media (max-width: 767px) {
  .pisa-publicatii-form .newsletter-subscribe-header {
    min-height: 50px;
    padding: 12px 16px;
  }

  .pisa-publicatii-form .newsletter-subscribe-body {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  #footer.footer-holder .jeg_footer_primary,
  #footer.footer-holder .footer_column,
  #footer.footer-holder .footer_widget,
  #footer.footer-holder .jeg_about,
  #footer.footer-holder .widget_nav_menu,
  #footer.footer-holder .jeg_menu_footer,
  #footer.footer-holder .jeg_menu_footer li,
  #footer.footer-holder .socials_widget {
    text-align: center;
  }

  #footer.footer-holder .footer_logo {
    display: inline-flex;
    justify-content: center;
  }

  #footer.footer-holder .footer_logo .jeg_logo_img {
    width: 50%;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  #footer.footer-holder .jeg_menu_footer {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }

  #footer.footer-holder .socials_widget {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}







