::selection {
    /*text-shadow: none;*/
    background-color: #FFDC00;
}


.pm-main-content {
    margin-top:3.5em;
}


.pm-main-content .pm-content .pm-h2, .pm-main-content .pm-content h2 {
    font-size: 3rem;
}

.pm-main-content .pm-content .pm-h3, .pm-main-content .pm-content h3 {
    font-size: 2.5rem;
}

.pm-main-content .pm-content .pm-h4, .pm-main-content .pm-content h4 {
    font-size: 2rem;
}

.pm-main-content .pm-content p, .pm-main-content .pm-content ul li, .pm-main-content .pm-content video {
    margin-bottom: 0.5em;
}


a[href$="#btn-lg"] {
    display: inline-block;
    padding: 0.4em 0.4em 0.2em 0.4em;
    text-align: center;
    vertical-align: center;
    border: solid 1px #ff7900;
    background-color: #ff7900;
    color: #fff !important;
    transition: all 0.5s ease;
    box-shadow: none;
    font-weight: bold;
    font-size: 2rem;
    min-width: 180px;
    margin: 1em auto 0.5em auto;
} 

a[href$="#btn-lg"]:hover {
    border: solid 1px #ff7900;
    box-shadow: none;
    background-color:#ffffff;
    color: #ff7900 !important;
} 


a[href$="#btn"] {
    display: inline-block;
    padding: 0.4em 0.2em 0.2em 0.2em;
    margin: 0 1em 0 0;
    text-align: center;
    vertical-align: center;

    border: solid 1px #ff7900;
    background-color:#ff7900;
    color: #fff !important;


    transition: all 0.5s ease;
    box-shadow: none;
    font-weight: bold;

    min-width: 8em;
} 

a[href$="#btn"]:hover {
    border: solid 1px #ff7900;
    box-shadow: none;
    background-color:#ffffff;
    color: #ff7900 !important;
} 

a.btn {
    display: inline-block;
    padding: 0.6rem 1rem 0.2rem 1rem;
    margin: 0 1em 0 0;
    text-align: center;
    vertical-align: center;
    border: solid 1px #000;
    transition: all 0.5s ease;
    box-shadow: none;
    color:#000;
    font-weight: bold;
    font-size: 1.5rem;
} 

a.btn:hover {
    background-color:#ff7900;
    border: solid 1px #ff7900;
    color: #fff;
    text-decoration: none;
} 

a.btn-lg {
    display: inline-block;
    padding: 0.4em 0.4em 0.2em 0.4em;
    text-align: center;
    vertical-align: center;
    border: solid 1px #ff7900;
    background-color: #ff7900;
    color: #fff !important;
    transition: all 0.5s ease;
    box-shadow: none;
    font-weight: bold;
    font-size: 2rem;
    min-width: 180px;
    margin: 1em auto 0.5em auto;
} 

a.btn-lg:hover {
    border: solid 1px #ff7900;
    box-shadow: none;
    background-color:#ffffff;
    color: #ff7900 !important;
} 

a.active {
    color: #ff7900;
}

a.site-section-morelink {
    margin-left: 10px;
}



.pm-home-template, .page-home, .pm-tag-template {
    background-color: #ddd;
}


.inner {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}


hr {
    margin-top: 2em;
    margin-bottom: 4em;
    border-top: 10px solid #eee;
}




/* flex pseudo-table */
/* ================= */

.flex {
    width:100%;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
    /*font-size: 1.5rem;*/

    margin-left: -20px;
    margin-right: -20px;
}

.flex .card {
    flex: 1 1 150px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;

    /*background-color: #fff;*/
    padding-left: 10px;
    padding-right: 10px;

    /*border: solid 1px #f4f4f4;*/
}

.flex .center {
    text-align: center;
}

.flex .card:first-child {
    /*margin-left: 0px;*/
}

.flex .card p:first-child {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.flex .card.textcard p:first-child {
    margin-left: 0px;
    margin-right: 0px;
}

.col2 .card {     flex: 1 1 calc(50% - 20px); }
.col3 .card {     flex: 1 1 calc(33% - 20px); }
.col4 .card {     flex: 1 1 calc(25% - 20px); }
.col6 .card {     flex: 1 1 calc(16% - 20px); }


@media (max-width: 479px) {

    .flex {
            margin-left: 0px;
            margin-right: 0px;
        } 

    .flex.col4 .card  {    flex: 1 1 calc(50% - 20px); }
    .flex.col6 .card  {    flex: 1 1 calc(50% - 20px); }

    .flex.col3 {   flex-direction: column;}
    .flex.col2 {   flex-direction: column;}

    .flex .card {
        margin-left: 0px;
        /*border-bottom: solid 2px #ccc;
        margin-bottom: 0px;*/
    }

    .flex.col2.mosaic2x2 .card:nth-of-type(3) {
        order: 4;
    }
    .flex.col2.mosaic2x2 .card:nth-of-type(4) {
        order: 3;       
    }
}

.flex.bgcol .card {    
    margin-bottom: 2em;
    padding: 2em 1em 1em 1em;

    border-top: 6px #ccc solid;
    background-color: #f4f4f4;
}

@media (min-width: 480px) {
    .flex .card.separator {    
        padding-left: 2em;
        border-left: solid 6px #eee;
    }
}

.flex.bgnone .card {
    background: transparent;
    border-top: none;
}

.card.bgnone {
    background: transparent;
    border-top: none;
}

.flex.bgsection {
    
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #f4f4f4;
    margin-left: -250px;
    margin-right: -250px;
    width: auto;
}

.flex.bgsection .card {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.flex.bgsection .card p:first-child {
    margin-left: -10px;
    margin-right: -10px;
}

/* utilitare generice */
/* ================= */
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.pm-main-content img[src$="#float-right"] {
    float:right;
    margin-left:0.5em;
    margin-bottom: 1em;
    max-width: 600px;
}

.pm-main-content img[src$="#float-left"] {
    float:left;
    margin-right:0.5em;
    margin-bottom: 1em;
    max-width: 600px;
}


.pm-main-content img[src$="#max400"] {
    max-width: 400px;
}

.pm-main-content img[src$="#max300"] {
    max-width: 300px;
}

.pm-main-content img[src$="#max200"] {
    max-width: 200px;
}

.pm-main-content img[src$="#gifanim"] {
    max-width: 400px;
    margin-bottom: -17px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    display: block;
}


@media (max-width: 479px) {
    .pm-main-content img[src$="#max400"] {
        max-width: 100%;
    }

    .pm-main-content img[src$="#max300"] {
        max-width: 100%;
    }
    .pm-main-content img[src$="#gifanim"] {
        max-width: 100%;
    }
}


hr {
    margin-top: 2em;
    margin-bottom: 4em;
    border-top: 10px solid #eee;
}

.pm-main-content ol {
    list-style: decimal;
}

.pm-main-content ul {
    list-style: square;
}


.pm-main-content .pm-content ul {
    padding-left: 1.125em!important;
}

.pm-main-content .pm-content ul li::before {
    content: "▪"; 
    color: #ff7900;
    display: inline-block; 
    width: 1em;
    margin-left: 2em;
}

.pm-main-content .pm-content {
    letter-spacing: 0em;
}


/* sistem tab-uri */
/* ============== */

tab {
  overflow: hidden;
}
tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
tab label {
  position: relative;
  display: block;
  /*padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  line-height: 3;*/
  cursor: pointer;
}

.flex .card tab label p:first-child {
  padding-left:10px;
  padding-right:10px;
}

.flex .card tab-content p:first-child {
  padding-left:10px;
  padding-right:10px;
}

tab-content {
  display: block;
  max-height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

tab-content p {
  margin: 1em;
}

@media (min-width: 479px) {
    .pm-main-content tab-content img {
        float: right;
        max-width: calc(50% - 1em);
        clear: both;
        margin-bottom: 2em;
        margin-left:2em;
    }
}

/* :checked */
tab input:checked ~ tab-content {
    max-height: 100%;
    overflow: overlay;

    border-bottom: solid 10px #ccc;
    margin-bottom: 4em;
}

/* Icon */
tab label::after {
  position: absolute;
  right: 2em;
  top: 0;
  display: block;
  font-size: 3rem;
  color: #ff7900;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

@media (max-width: 599px) {
    tab label::after {        right: 0em; font-size: 2rem}
}

tab input[type=checkbox] + label::after {
  content: "+";
}

tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}




/* layout imagini */

/* 
.pm-main-content figure.kg-image-card {
    -webkit-flex: 1; 
    -ms-flex: 1; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.5rem;
}


@media (max-width: 449px) {
    .pm-main-content figure.kg-image-card {
          display: block;
    }
}


.pm-main-content figure.kg-image-card img {
    flex: 0 0 200px;
    margin-right:20px;

    order: 1;
}

.pm-main-content figure.kg-image-card figcaption {
    flex: 1 1 150px;

    order:0;
}

.pm-main-content figure.kg-image-card figcaption b {
    font-size: 3rem;
    display: block;
    line-height: 4.5rem;
}


@media (min-width: 799px) {
    .pm-main-content figure.kg-image-card figcaption {
        margin-right: 4em;
    }
}
*/

img[src$="#full"] {
    width: 100vw;
    max-width: none;
}

img[src$="#img-thumbnail"] {
    
    max-width: 200px;
    /*max-height: 180px;*/
}

.kg-width-full img,
.kg-width-wide img {
    /* required by gcsan to properly validate the theme */
}


/* 7.6. Koenig Styles
/* ---------------------------------------------------------- */

.post-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 920px;
}

.post-template .post-content > p:first-child {
    font-size: 1.25em;
    line-height: 1.5em;
}

.post-full-content .kg-image {
    max-width: 100%;
}

/* Preventing full-width image overlap with post image.  */
.post-full-image + .post-full-content .kg-content *:first-child .kg-image {
    width: 100%;
}

.post-full-content .kg-width-wide .kg-image {
    max-width: 1040px;
}

.post-full-content .kg-width-full .kg-image {
    max-width: 100vw;
}

.post-full-content figure {
    margin: 1.5em 0 3em;
}

.post-full-content figure img {
    margin: 0;
}

.post-full-content figcaption {
    margin: 1.0em 0 0;
    font-size: 80%;
    line-height: 1.6em;
    text-align: center;
}

.kg-width-full figcaption {
    padding: 0 1.5em;
}

.kg-embed-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
    margin: 0;
}


@media (max-width: 1040px) {
    .post-full-content .kg-width-full .kg-image {
        width: 100vw;
    }
}


.kg-gallery-container {
    display: flex;
    flex-direction: column;
    /*max-width: 1040px;
    width: 100vw;*/
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    /*margin: 0 0 0 0.75em;*/
    margin: 0 0 0 0;

}

.kg-gallery-card + .kg-image-card.kg-width-wide,
.kg-gallery-card + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
    margin: -2.25em 0 3em;
}


@media (max-width: 500px) {
.pm-main-content .pm-container-custom {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 400px) {
.pm-main-content .pm-container-custom {
    padding-left: 5px;
    padding-right: 5px;
  }

  .kg-gallery-row {
    flex-direction: column;
  }
  .kg-gallery-image {
    margin: 0 0 0 0;
  }
}



/* header reshape | 2019 */

.pm-hero {
    display: flex;
    
    background-color: #000;
    flex-direction: row-reverse;
    /*min-height: 400px;*/
}

.pm-hero-figure {
    flex: 1 1 400px;
    max-height: 450px;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    

}

.pm-breadcrumb {

}

.pm-hero-container {
    flex: 1 1 200px;
    padding: 2vh 2vw 2vh 2vw;
}

.pm-hero-scroll {

}


@media (max-width: 800px) {
    .pm-hero {
        flex-direction: column;
    }

    .pm-hero-container {
        flex: 1 1 100px;
    }
}


.pm-main-content .pm-post-container {
    padding-top: 1em;
    padding-bottom: 1em;
}


/* carduri */

.post-feed {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 40px 0 0 0;
}

.post-card {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    overflow: hidden;
    margin: 0 20px 40px;
    background: #fff center center;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    /*box-shadow: rgba(39,44,49,0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;*/
    transition: all 0.5s ease;
    order:1;
}

.post-card:hover {
    box-shadow: 0 0 1px rgba(39,44,49,0.10), 0 3px 16px rgba(39, 44, 49,0.07);
    transition: all 0.3s ease;
}

.post-card-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px 0px 0 0;
}

.post-card-image {
    width: auto;
    height: 250px;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 500px) {
    .post-card-image {
        height: 200px;
    }
}

.post-card-content-link {
    position: relative;
    display: block;
    padding: 0px 20px 20px 20px;
    color: var(--darkgrey);
}

.post-card-content-link:hover {
    text-decoration: none;
}

.post-card-tags {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    margin-left: -25px;
    margin-top: -30px;
    margin-right: 30px;
    padding: 1rem 2.5rem 0.5rem 2.5rem;

}

.post-card-title {
    margin-top: 0;
}

.post-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-card-excerpt {
    
}

.post-card-meta {
    padding: 0 25px 10px 25px;
}

.author-profile-image {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 100%;
}

.post-card-author {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.post-card-meta-date {
    float:right;
}


.post-card.tag-news {
    min-height: 80px;
}


.post-card.redux {
    min-height: 0px;
    margin: 0px 10px 20px 10px;
    flex: 1 1 250px;
}

.post-card.redux .post-card-content-link {
    padding: 15px 15px 0px 15px;
}


/* featured posts 

@media (max-width: 794px) {
    .post-feed .post-card.featured:not(.no-image) {
        order:0;
        flex: 1 1 100%; 
    }
} */

/* Special Styling for home page grid (below):

The first (most recent) post in the list is styled to be bigger than the others and take over the full width of the grid to give it more emphasis. Wrapped in a media query to make sure this only happens on large viewports / desktop-ish devices.

 */

@media (min-width: 795px) {
    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) {
        flex: 1 1 100%;
        flex-direction: row;
    }

    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link {
        position: relative;
        flex: 1 1 auto;
    }

    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) .post-card-content {
        flex: 0 1 357px;
    }

    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) h2 {
        /*font-size: 2.6rem;*/
    }

    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) p {
        font-size: 1.8rem;
        line-height: 1.55em;
    }

    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) .post-card-content-link {
        padding: 8px 30px 40px 25px;
    }

    .post-feed.magazine .post-card:nth-child(6n+1):not(.no-image) .post-card-meta {
        padding: 0 40px 30px;
    }

/* featured posts 
    .post-feed .post-card.featured:not(.no-image) {
        flex: 1 1 100%; 
        flex-direction: row;
    }
    .post-feed .post-card.featured:not(.no-image) .post-card-image-link {
            position: relative;
            flex: 1 1 auto;
        }

    .post-feed .post-card.featured:not(.no-image) .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .post-feed .post-card.featured:not(.no-image) .post-card-content {
        flex: 0 1 357px;
    }

    .post-feed .post-card.featured:not(.no-image) h2 {
        font-size: 2.6rem;
    }

    .post-feed .post-card.featured:not(.no-image) p {
        font-size: 1.8rem;
        line-height: 1.55em;
    }

    .post-feed .post-card.featured:not(.no-image) .post-card-content-link {
        padding: 30px 40px 0;
    }

    .post-feed .post-card.featured:not(.no-image) .post-card-meta {
        padding: 0 40px 30px;
    }
    */

}

.home-template .site-header:after {
    display: none;
}


/* Adjust some margins for smaller screens */
@media (max-width: 550px) {
    .post-feed {
        /*padding-top: 5vw;*/
    }
    .post-card {
        margin: 0 20px 16vw;
    }
}


/* colorare bazata pe tag */

.post-feed .post-card.featured {
    /*background-color: #ff7900;*/
    /*
    order:0;
    flex: 1 1 100%; 
    */
}
/*.post-feed .post-card.featured .post-card-content-link  {  color: #000; }
.post-feed .post-card.featured .badge {  background-color: #fff;    }*/



.post-feed .post-card.tag-hash-layout2 {        background-color: #000;}
.post-feed .post-card.tag-hash-layout2 .data-postare {  color: #aaa;    }
.post-feed .post-card.tag-hash-layout2 .post-card-content-link {  color: #fff;    }


.post-feed .post-card.tag-hash-layout3 {        background-color: #ff7900;}
.post-feed .post-card.tag-hash-layout3 .data-postare {  color: #333;    }
.post-feed .post-card.tag-hash-layout3 .post-card-content-link {  color: #000;    }
.post-feed .post-card.tag-hash-layout3 .badge {  background-color: #fff;    }



.pm-main-content .pm-hero-title       { color: #ff7900;   }
.pm-main-content .pm-hero-title .subtitle { color: #ffffff;}

.tag-hash-layout1 .pm-hero       { background-color: #fff; color: #000;   }
.tag-hash-layout1 .pm-hero-title .subtitle { color: #000;}

.tag-hash-layout2 .pm-hero  {    background-color: #000;    color: #fff;    }

.tag-hash-layout3 .pm-hero {    background-color: #ff7900;    color: #000;  }
.tag-hash-layout3 .pm-hero-title { color: #000;}



#intro .site-section-header       { color: #ff7900;   }
#intro .site-section-header .subtitle { color: #000000;}


/* diverse corectii */
@media (max-width: 1070px) {
    .site-section-title {   padding-left:5px;}
}


/* sectiuni */

.fullwidth {
    
    padding-left: 250px;
    padding-right: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    margin-left: -250px;
    margin-right: -250px;
    width: auto;
}


.mare {

}



/* 12. Colors and badges
/* ---------------------------------------------------------- */

.badge {
    display: inline-block;
    min-width: 6em;
    padding: 1rem 1rem 0.5rem 1rem;
    color: #fff;
    background-color: #777;
    color: #000000;
    font-size: 0.9em;
    text-align: left;
}
.badge-albastru {       background: #4BB4E6;    color: #000000}
.badge-galben {         background: #FFDC00;    color: #000000}
.badge-orange {         background: #FF6600;    }
.badge-verde {          background: #50BE87     }
.badge-mov {            background: #9164CD     }
.badge-roz {            background: #FFB4E6;    color: #000000}
.badge-lg {             padding: 0.6rem 2rem 1rem 2rem; font-size: 2rem;}
.badge-block {          width: 100%; margin-bottom: 5px;}

/* fundaluri-colorate */
.bg-alb {               background-color:  #ffffff}
.bg-gri-l1 {            background-color:  #F6F6F6}
.bg-gri, .bg-gri-l2 {   background-color:  #eeeeee}
.bg-gri-l3 {            background-color:  #dddddd}
.bg-gri-l4 {            background-color:  #cccccc}
.bg-gri-m1 {            background-color:  #999999}
.bg-gri-m2 {            background-color:  #666666}
.bg-gri-d1 {            background-color:  #444444; color: #ffffff}
.bg-gri-d2 {            background-color:  #333333; color: #ffffff}
.bg-gri-d3 {            background-color:  #232323; color: #ffffff}


.bg-negru {     background-color:  #000000; color: #ffffff}
.bg-verde {     background-color:  #50BE87}
.bg-galben {    background-color:  #FFDC00}
.bg-mov {       background-color:  #9164CD}
.bg-roz {       background-color:  #FFB4E6}
.bg-albastru {  background-color:  #4BB4E6}


/* culori */
.color-alb {                color:  #ffffff}
.color-gri-l1 {         color:  #eeeeee}
.color-gri-l3 {         color:  #dddddd}
.color-gri-l4 {         color:  #cccccc}
.color-gri-m1 {         color:  #999999}
.color-gri-m2 {         color:  #666666}
.color-gri-d1 {         color:  #444444}
.color-gri-d2 {         color:  #333333}
.color-gri-d3 {         color:  #232323}


.color-negru {      color:  #000000}
.color-verde {      color:  #50BE87}
.color-galben { color:  #FFDC00}
.color-mov {        color:  #9164CD}
.color-roz {        color:  #FFB4E6}
.color-albastru {   color:  #4BB4E6}
.color-orange { color:  #ff7900}

.bg-negru h1, .bg-negru h2, .bg-negru h3{ color: #ff7900}

.pm-homepage {
    background-color: #ddd;
}


.site-section-header {
    padding-left: 5px;
}

.site-section-header h1 {
    font-size: 3rem;
}

.site-section-header h2 {
    font-size: 2.5rem;
}

#intro {
    padding: 2vh 3vw 2vh 3vw;
    background: #fff;
}


/* 13. KG Cards */

.kg-card + .kg-bookmark-card {
    margin-top: 1em;
}

.pm-content .kg-bookmark-container {
    display: flex;
    text-decoration: none;
    min-height: 148px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.09);
    border-radius: 3px;
}

.kg-bookmark-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: start;
    padding: 20px;
}

.kg-bookmark-title {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 600;
    color: #333;
}

.pm-content .kg-bookmark-container:hover .kg-bookmark-title {
    color: #ff7900;
}

.kg-bookmark-description {
    display: -webkit-box;
    font-size: 1.0rem!important;
    line-height: 1.5em;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    max-height: 48px;
    overflow-y: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kg-bookmark-thumbnail {
    position: relative;
    min-width: 33%;
    max-height: 100%;
}

.kg-bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 3px 3px 0;

    margin: 0 auto;
}

.kg-bookmark-metadata {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 400;
    color: color(var(--midgrey) l(-10%));
    margin-top: 14px;
    flex-wrap: wrap;

    display: none;
}

.post-full-content .kg-bookmark-icon {
    display: none;
    /*width: 22px;
    height: 22px;
    margin-right: 8px;*/
}

.kg-bookmark-author {
    line-height: 1.2em;
    font-size: 1.2rem;
    margin-top: 5px;
    display: none;
}

.kg-bookmark-author:after {
    /*content: "•";
    margin: 0 6px;*/
}

.kg-bookmark-publisher {
    display: none!important;
    /*overflow: hidden;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
    font-weight: bold;*/
}

@media (max-width: 500px) {
    .pm-content .kg-bookmark-container {
        flex-direction: column;
    }

    .kg-bookmark-thumbnail {
        order: 1;
        width: 100%;
        min-height: 160px;
    }

    .kg-bookmark-thumbnail img {
        border-radius: 3px 3px 0 0;
    }

    .kg-bookmark-content {
        order: 2
    }
}


.quote-body::before {
    color: #4bb4e6;
    content: "\201c";
    font-size: 8rem;
    top: 0px;
}

.quote-author {
    font-weight: bold;
}

.smalltext {
    font-size: 0.9em;
}

.bigtext {
    font-size: 1.3em;
}

.herotext {
    font-size: ;
}

.excerpt {
    display: inline-block;
    float: left;
    max-width: 40%;
    font-weight: bold;
    margin-right: 2em;
    margin-bottom: 3em;
}

.excerpt strong {
    font-size: 3em;
    line-height: 1.2em;
    color: #ff7900;
}







/* Share bar + icons */

.floating-header-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2%;
    font-size: 1.3rem;
    line-height: 1;


    margin-top: 25px;


}

.floating-header-share a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-header-share svg {
    width: auto;
    height: 16px;
    fill: #666;
}

.floating-header-share-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: rgba(0,0,0,0.7);
    font-weight: 500;
}

.floating-header-share-label svg {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 10px;
    stroke: rgba(0,0,0,0.7);
    transform: rotate(90deg);
}

@media (max-width: 450px) {
    .floating-header-share-label {
        display: none;
    }
}

.floating-header-share-tw,
.floating-header-share-fb,
.floating-header-share-in {
    display: block;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

    margin-top: -20px;

    border-radius: 100%!important;
    margin-right: 5px;

    border: solid 2px #999;
}

.floating-header-share-tw:hover {
    background: #33b1ff;
}

.floating-header-share-fb:hover {
    background: #005e99;
}
.floating-header-share-in:hover {
    background: #004471;
}

.floating-header-share-tw:hover svg,
.floating-header-share-fb:hover svg,
.floating-header-share-in:hover svg {
    fill:#fff;
}


.pm-main-nav-title {
    margin-right: 110px;
    margin-top: -40px;
}

a.anchor {
    top: -180px;
}


/* navigare interna */
.navigation {
    display: flex;
    border-bottom: solid 4px #999;
}

.navigation a {
    flex: 1 1 20vw;
    padding: 0.6rem 1rem 0.2rem 1rem;
    text-align: center;
    vertical-align: center;
    border-left: solid 2px #999;
    transition: all 0.5s ease;
    box-shadow: none;
    color:#000 !important;
    font-weight: bold;
    font-size: 1.5rem;
} 

.navigation a:first-child {
    border-left: solid 2px transparent;
}

.navigation a:hover {
    background-color:#ff7900;
    border-left: solid 2px #ff7900;
    color: #fff;
    text-decoration: none;
}

.navigation a.active {
    background-color: #fff;
    /* border-left: solid 2px #ff7900; */
    color: #000;
    text-decoration: none;
    margin-bottom: -4px;
    border-top: solid 2px #999;
} 

.navigation a.active:hover {
    border-left: solid 2px #999;
} 



.center {
    text-align: center;   
}

.right {
    text-align: right;   
}

.left {
    text-align: left;   
}

.pm-main-content em, .pm-main-content i {
    font-style: normal;
}

em, i {
    font-style: normal;
    font-size: 0.9em;
    color: #666;
}

.pm-main-content .pm-content blockquote {
    font-style: normal;
}

.bigquote {
    font-size: 14rem;
    color: #ff7900;
    /* margin-bottom: -4em; */
    margin-top: 60px;
    display: block;
    margin-bottom: -2pc;
    font-family: serif;
    font-style: italic;
}