/* Table of Contents
/* ------------------------------------------------------------

This is a development CSS file which is built to a minified
production stylesheet in assets/built/screen.css

1.  Global Styles
2.  Layout
3.  Special Templates
4.  Site Header
5.  Site Navigation
6.  Post Feed
7.  Single Post
  7.1. Subscribe Form
  7.2. Post Footer
  7.3. Comments
  7.4. Related Posts
  7.5. Floating Header
8.  Author Template
9.  Error Template
10. Subscribe Overlay
11. Site Footer
12. Colors and badges
13. KG Cards

*/


/* 1. Global - Set up the things
/* ---------------------------------------------------------- */

html {
    font-size: 67%;
}

body {
    background: #dddddd;
    font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}

a {color: #333;}

.img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 100%;
}

.hidden {
    visibility: hidden;
    position: absolute;
    text-indent: -9999px;
}


hr {
    margin-top: 2em;
    margin-bottom: 4em;
    border-top: 10px solid #eee;
}

ul, ol {
    padding-left: 0;
    padding-right: 0;
}

ul {
    list-style: none;
}

.full-width {
    width:100%;
}

::selection {
    /*text-shadow: none;*/
    background-color: #FFDC00;
}



/* 2. Layout - Page building blocks
/* ---------------------------------------------------------- */

.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main {
    z-index: 100;
    flex-grow: 1;
}

/* Full width page blocks */
.outer {
    position: relative;
    padding: 0 4vw;
}

/* Centered content container blocks */
.inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

/* Usage:

<div class="outer">
    <div class="inner">
        Centered content
    </div>
</div>

*/


/* 12. Colors and badges
/* ---------------------------------------------------------- */
.badge {
    display: inline-block;
    min-width: 6em;
    padding: 0rem 1rem 0.5rem 1rem;
    color: #fff;
    background-color: #777
}
.badge-albastru {       background: #4BB4E6;    color: #000000}
.badge-galben {         background: #FFDC00;    color: #000000}
.badge-orange {         background: #FF6600;    }
.badge-verde {          background: #50BE87;    color:#000000}
.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;}
.badge-list {           margin-right:1em; padding-top:1em; text-align: center;}

/* 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}

/* 3. Special Template Styles
/* ---------------------------------------------------------- */

@media (min-width: 100px) {
    .home-template .post-feed,
    .tag-template .post-feed,
    .author-template .post-feed {
        /*margin-top: -70px;*/
        padding-top: 0;
    }
    .home-template .site-nav {
        position: relative;
       /*top: -70px;*/
    }
}


/* 4. Site Header
/* ---------------------------------------------------------- */

.site-header {
    position: relative;
    padding-top: 0px;
    padding-bottom: 12px;
    color: #000;
    background: #fff no-repeat center center;
    background-size: cover;
}

.site-header.no-cover:before,
.site-header.no-cover:after {
    display: none;
}

.site-header-content {
    max-width: 1040px;
    margin: 0 auto 1vw auto;
    padding: 3vw 3vw 3vw 3vw;
    text-align: left;
    background-color: #fff;
}

.site-title {
    /*margin: 0;
    padding: 0;
    font-size: 3.8rem;
    font-weight: 700;
    z-index: 10;*/
}

.site-logo {
    max-height: 60px;
    vertical-align: baseline;
}

.site-description {
    margin: 0;
    /*padding: 5px 0;
    
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: 0.8;
    z-index: 10; */
}

.home-template .site-description {
    
}

.home-template .site-header-content {
    padding-left: 0;
    padding-right:0;
}

@media (max-width: 500px) {
    .site-title {
        font-size: 3rem;
    }
    .site-description {
        font-size: 1.8rem;
        min-height: 8em;
    }
}


/* 5. Site Navigation
/* ---------------------------------------------------------- */

.site-nav {
    position: relative;
    z-index: 300;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 60px;
    overflow-y: hidden;
    font-size: 2rem;
    font-weight: bold;
}

.site-nav-left {
    display: flex;
    /*align-items: center;*/
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: 10px;
    /*padding-bottom: 80px;
    letter-spacing: 0.4px;*/
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
}

/* Site Nav Hack Explanation (above):

What's happening above it .site-nav-left is set to overflow-x and allow sideways scrolling, so that when there isn't enough space for all nav items (either due to lots of nav items, or a small viewport), you can still scroll side-to-side to reach them.

The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px of padding-bottom and a 40px fixed height parent (.site-nav) hides that entirely. Slightly hacky code. But nice clean end-result.

*/

.site-nav-logo {
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
    padding: 29px 0px 9px 0px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: bold;
    /*letter-spacing: -0.5px;*/
}

.site-nav-logo:hover {
    text-decoration: none;
}

.site-nav-logo img {
    /*display: block;*/
    width: auto;
    height: 60px;
    margin-top:-25px;
    margin-right:10px;
}

.nav {
    display: flex;
    margin: 10px 0 0 -12px;
    padding: 0;
    list-style: none;
}

.nav li {
    display: block;
    margin: 0;
    padding: 0;
   
}

.nav li a {
    display: block;
    margin: 0;
    padding: 0px 12px;
    color: #000;
    opacity: 1;
}

.nav li.nav-current a {
    color: #ff7900;
}

.nav li a:hover {
    text-decoration: none;
    opacity: 1;
}

.site-nav-right {
    /*flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 50px;
    margin-top:10px;*/
}

.social-links {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.social-links a:last-of-type {
    padding-right: 20px;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px;
    color: #000;
    opacity: 0.8;
}

.social-link:hover {
    opacity: 1;
    text-decoration: none;
}

.social-link svg {
    height: 1.8rem;
    fill: #000;
}

.social-link-fb svg {
    height: 1.5rem;
}

.social-link-wb svg {
    height: 1.6rem;
}

.social-link-wb svg path {
    stroke: #000;
}

.social-link-rss svg {
    height: 1.9rem;
}

.subscribe-button {
    display: block;
    padding: 4px 4px 0px 16px;;
    border: #000 1px solid;
    color: #000;
    font-size: 1.2rem;
    line-height: 1em;
    border-radius: 10px;
    opacity: 0.8;
}

.subscribe-button:hover {
    text-decoration: none;
    opacity: 1;
}

.rss-button {
    opacity: 0.8;
}

.rss-button:hover {
    opacity: 1;
}

.rss-button svg {
    height: 2.1rem;
    margin-bottom: 1px;
    fill: #000;
}

.gh-search {
    background-color: #ffffff;
    margin: 15px 15px 0px 0px;
    scale: 120%;
}

@media (max-width: 889px) {
    .site-nav-left {
        margin-right: 0;
        padding-left: 0vw;
    }
    .site-nav-right .social-links:nth-child(2) {
        display: none;
    }

    .nav {
        margin-left: -6px;
    }

    .nav li a {    
        padding: 0px 6px;
        font-size:1.4rem;
}
}

@media (max-width: 779px) {   
    .site-nav-social {           display: none;      }
}

@media (max-width: 399px) {   
    .site-nav-language {           display: none;      }
}


/* 6. Post Feed
/* ---------------------------------------------------------- */

.post-feed {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 40px 0 0 0;
}

.post-card {
    flex: 0 1 320px;
    display: flex;
    flex-direction: column;
   
    overflow: hidden;
    margin: 0 20px 40px;
    background: #fff center center;
    background-size: cover;
    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-feed.thumb .post-card {
    flex: 1 1 200px;
    min-height: 200px;
}

.post-card:hover {
    box-shadow: 0 0 2px 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: 200px;
    background: var(--lightgrey) no-repeat center 30%;
    background-size: cover;
}

.post-card-content-link {
    position: relative;
    display: block;
    padding: 25px 25px 0;
    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;
    font-size: 2rem;
}

.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;
}


.post-card.small {
    flex: 0 1 30%;
    flex-direction: row;
    min-height: 100px;
    margin: 0 5px 10px;
}

.post-card.small .post-card-image-link {
    flex: 1 1 50%;
}

.post-card.small .post-card-content {
    flex: 1 1 50%;
}

.post-card.small .post-card-content .post-card-content-link .post-card-excerpt p+p{
    
}

.post-card.small .post-card-image-link .post-card-image{
    width: 100%;
    /* min-width: 100px; */
    height: 100%;
}



.post-card.small .post-card-content .post-card-content-link {
    padding: 10px 10px 0;
}



.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;    }


/* featured posts */

@media (max-width: 794px) {
    .post-feed .post-card.featured:not(.no-image) {
        /*order:0;*/
        flex: 1 1 100%; 
    }

    .post-card.small {
        flex: 0 1 50%;
    }
}


/* 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.hero .post-card:nth-child(6n+1):not(.no-image) {
        flex: 1 1 100%;
        flex-direction: row;
    }

    .post-feed.hero .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link {
        position: relative;
        flex: 1 1 auto;
    }

    .post-feed.hero .post-card:nth-child(6n+1):not(.no-image) .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .post-feed.hero .post-card:nth-child(6n+1):not(.no-image) .post-card-content {
        flex: 0 1 357px;
    }

    .post-feed.hero .post-card:nth-child(6n+1):not(.no-image) h2 {
        font-size: 2.6rem;
    }

    .post-feed.hero .post-card:nth-child(6n+1):not(.no-image) p {
        font-size: 1.8rem;
        line-height: 1.55em;
    }

    .post-feed.hero .post-card:nth-child(6n+1):not(.no-image) .post-card-content-link {
        padding: 30px 40px 0;
    }

    .post-feed.hero .post-card:nth-child(6n+1):not(.no-image) .post-card-meta {
        padding: 0 40px 30px;
    }



    /* post descriere program - tag #descriere */

    .post-feed .post-card.tag-hash-descriere:not(.no-image) {
        flex: 1 1 100%;
        flex-direction: row;

        order: -1;
    }

    .post-feed .post-card.tag-hash-descriere:not(.no-image) .badge {
        display: none;
    }

    .post-feed .post-card.tag-hash-descriere:not(.no-image) .post-card-image-link {
        position: relative;
        flex: 1 1 auto;
    }

    .post-feed .post-card.tag-hash-descriere:not(.no-image) .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .post-feed .post-card.tag-hash-descriere:not(.no-image) .post-card-content {
        flex: 0 1 357px;
    }

    .post-feed .post-card.tag-hash-descriere:not(.no-image) h2 {
        font-size: 2.6rem;
    }

    .post-feed .post-card.tag-hash-descriere:not(.no-image) p {
        font-size: 1.8rem;
        line-height: 1.55em;
    }

    .post-feed .post-card.tag-hash-descriere:not(.no-image) .post-card-content-link {
        padding: 30px 40px 0;
    }

    .post-feed .post-card.tag-hash-descriere: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;
    }

    .post-card.small {
        flex: 1 1 100%;
    }
}





/* sections */

.site-section-header {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 20px 0;
}

@media (max-width: 540px) {
    .site-section-header {
        display: block;
    }

}


.site-section-title {
    margin: 0;
    font-size: 2.5rem;
}

.site-section-morelink {
    
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}

/* Post header brand */
/* ================= */

.post-header {
    display: flex;
    margin: 0px -16vw 0vh -16vw;
    padding: 0 16vw 0 16vw;
    background-color: #000;
    flex-direction: row-reverse;
    min-height: 300px;
}

@media (max-width: 800px) {
    .post-header {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .post-header {
        margin: 0px -12vw 0vh -12vw;
    }
}

@media (max-width: 319px) {   
    .post-header {      margin-top: -1vh; }
}


.tag-hash-layout1 .post-header .post-full-header {
    
}

.tag-hash-layout2 .post-header .post-full-header {
    background-color: #000;
    color: #fff;
}

.tag-hash-layout3 .post-header .post-full-header {
    background-color: #ff7900;
    color: #000;
}

.tag-hash-layout3 .post-header .post-full-header .post-full-meta {      color: #000;    }


/* 7. Single Post
/* ---------------------------------------------------------- */

.post-template .site-main,
.page-template .site-main {
    padding-bottom: 4vw;
    /*background: #fff;*/
}

.post-full {
    position: relative;
    z-index: 50;
}
/* ^ Required to make .post-full-content:before/after z-index stacking work */



.post-full-header {
    max-width: 1040px;
    /* margin: 0 auto 2vw auto; */
    padding: 3vw 3vw 3vw;
    text-align: left;
    background-color: #000;
    color: #fff;
    flex: 1 1 400px;
}



.post-full-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    color: #eee;
    font-size: 1.4rem;
    font-weight: 600;
    
}

.post-full-meta a{    
    color: #eee;    
}

.post-full-meta .badge a{    
    color: #000;    
}

.post-full-meta-date {
    
}

.post-full-title, .site-title {
    margin: 0;
    color: #ff7900;
}

.date-divider {
    display: inline-block;
    margin: 0 6px 1px;
}

/*
.post-full-image {
    height: 800px;
    margin: 0 -10vw -400px;
    background: var(--lightgrey) center center;
    background-size: cover;
    border-radius: 5px;
    background-attachment: fixed;
}*/

.site-header-content .post-full-meta {
    color: #333;
}

.site-header-content .post-full-meta a {
    color: #333;
}


.post-full-image {
    background-size: cover;
    flex: 1 1 400px;
}

@media (max-width: 1170px) {
    .post-full-image {  }
}

@media (max-width: 800px) {
    .post-full-image {
        min-height: 350px;
    }

    .post-full-header {
        flex: 1 1 100px;
    }
}

.post-full-content {
    position: relative;
    min-height: 230px;
    margin: 0 auto;
    padding: 2vh 3vw 2vh 3vw;
    
    
    line-height: 1.4em;
    background: #fff;
}

@media (max-width: 1170px) {
    .post-full-content { }
}


/*
.post-full-content:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -5px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39,44,49,0.15);
    filter: blur(5px);
    transform: rotate(-5deg);
}

.post-full-content:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -5px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39,44,49,0.15);
    filter: blur(5px);
    transform: rotate(5deg);
}*/

.no-image .post-full-content {
    padding-top: 0;
}

.no-image .post-full-content:before,
.no-image .post-full-content:after {
    display: none;
}

.kg-card-markdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 920px;
}

.post-full-content p,
.post-full-content ul,
.post-full-content ol,
.post-full-content dl,
.post-full-content pre,
.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6,
.post-full-comments,
.footnotes {
    min-width: 100%;
}


.post-full-content ul li::before {content: "▪"; color: #ff7900;
  display: inline-block; width: 1em;
  margin-left: -1em}

.post-template .kg-card-markdown > p:first-child {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-top: 1.5em;
}

.post-full-content a {
    color: #ff7900;
    box-shadow: #000 0 -1px 0 inset;
}

.post-full-content a:hover {
    color: #333333;
    text-decoration: none;
}

.post-full-content strong,
.post-full-content em {
    color: color(var(--darkgrey) l(-5%));
}

.post-full-content small {
    display: inline-block;
    line-height: 1.6em;
}

.post-full-content li:first-child {
    margin-top: 0;
}

.post-full-content img,
.post-full-content video {
    display: block;
    /*max-width: 1040px;*/
    margin: 1.5em auto;
    height: auto;
}
@media (max-width: 1040px) {
    .post-full-content img,
    .post-full-content video {
        width: 100%;
    }
}


/* Full bleed images (#full)
Super neat trick courtesy of @JoelDrapper

Usage (In Ghost edtior):

![img](/some/image.jpg#full)

*/
.post-full-content img[src$="#full"] {
    width: 100vw;
    max-width: none;
}

.post-full-content img[src$="#img-thumbnail"] {
    
    max-width: 200px;
    /*max-height: 180px;*/
}


/* Image captions

Usage (In Ghost editor):

![img](/some/image.jpg)
<small>Your image caption</small>

*/
.post-full-content br + small {
    display: block;
    margin-top: -3em;
    margin-bottom: 1.5em;
}


.post-full-content iframe {
    margin: 0 auto 1.5em;
}

.post-full-content blockquote {
    margin: 0 0 2.5em 0;
    padding: 0 0 0 1.5em;
    border: 0;
    color: #333;

    

    
    /* text-align: center; */
    border-left: solid 10px #f4f4f4;
}

.post-full-content blockquote strong {
    color: #666;
    font-style: normal;
}

.post-full-content blockquote:before {
    content: open-quote;
}

.post-full-content blockquote p {
    margin: 0;
}

blockquote p {
    font-size: 1em; 
}


.post-full-content blockquote + blockquote {
    padding-top: 0;
}

.post-full-content code {
    padding: 0 5px 2px;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: 400!important;
    background: var(--whitegrey);
    border-radius: 3px;
}

.post-full-content pre {
    max-width: 100%;
    overflow-x: auto;
    margin: 1.5em 0 3em;
    padding: 20px;
    border: color(var(--darkgrey) l(-10%)) 1px solid;
    color: var(--whitegrey);
    font-size: 1.4rem;
    line-height: 1.5em;
    background: color(var(--darkgrey) l(-3%));
    border-radius: 5px;
}

.post-full-content pre code {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
}

.post-full-content .fluid-width-video-wrapper {
    margin: 1.5em 0 3em;
}

.post-full-content hr {
    margin: 2vw 0;
}

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6 {
    /*margin-top: -75px;
    padding-top: 75px;*/
    color: color(var(--darkgrey) l(-5%));
    font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
}

.post-full-content h1 {
    font-size: 3rem;
}

.post-full-content h2 {
    font-size: 2.4rem;
}

.post-full-content h3 {
    font-size: 2rem;
}

.post-full-content h4 {
    font-size: 1.6rem;
}

.post-full-content h5 {
    font-size: 1.4rem;
}

.post-full-content h6 {
    font-size: 1.4rem;
}

.footnotes-sep {
    margin-bottom: 30px;
}

.footnotes {
    font-size: 1.5rem;
}

.footnotes p {
    margin: 0;
}

.footnote-backref {
    color: var(--blue) !important;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Some grouped styles for smaller viewports */
@media (max-width: 500px) {
    .post-full-meta {
        font-size: 1.2rem;
        line-height: 1.3em;
    }
    .post-full-title {
        font-size: 3rem;
    }
    .post-full-image {
        min-height: 300px;
        /*margin-bottom: 4vw;*/
    }
    .post-full-content {
        /*padding: 0;*/
        margin: 0 -2vw;
    }
    .post-full-content:before,
    .post-full-content:after {
        display: none;
    }
    .post-full-content h1 {
        font-size: 3rem;
    }
    .post-full-content h2 {
        font-size: 2rem;
    }
    .post-full-content h3 {
        font-size: 2rem;
    }

    /* dezactivare background */
    .outer {
        padding: 0 0;
    }

    .inner {
        padding: 0 2vw;
    }

}

/* Tables */
.post-full-content table {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin: 0.5em 0 2.5em;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: top;
    font-size: 1.6rem;
    white-space: normal;
}

.post-full-content table {
    /*background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
    -webkit-overflow-scrolling: touch;*/
}

.post-full-content table td:first-child {
    /*background-image: linear-gradient(to right, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-size: 20px 100%;
    background-repeat: no-repeat;*/
    padding-left:0px;
}

.post-full-content table td:last-child {
    /*background-image: linear-gradient(to left, rgba(255,255,255, 1) 50%, rgba(255,255,255, 0) 100%);
    background-size: 20px 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;*/
    padding-right:0px;
}

.post-full-content table th {
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    background-color: #f4f4f4;
}

.post-full-content table th,
.post-full-content table td {
    padding: 6px 12px;
}


/* 7.1. Subscribe Form
/* ---------------------------------------------------------- */

.subscribe-form {
    margin: 1.5em 0;
    padding: 3.5vw 7vw 0vw 0vw;;
}

.subscribe-form-title {
    margin: 0 0 3px 0;
    padding: 0;
    color: var(--darkgrey);
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
}

.subscribe-form p {
    margin-bottom: 1em;
    color: var(--midgrey);
    font-size: 2.2rem;
    line-height: 1.55em;
    letter-spacing: 0.2px;
}

.subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0 auto;

    flex-wrap: wrap;
}

.subscribe-form .form-group {
    flex-grow: 1;
}

.subscribe-email {
    display: block;
    width: 100%;
    padding: 10px;
    border: #000 1px solid;
    color: #333;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: normal;
    user-select: text;
    border-radius: 5px;
    transition: border-color 0.15s linear;

    -webkit-appearance: none;
}

.subscribe-email:focus {
    outline: 0;
    border-color: #ff7900;
}

.subscribe-form button {
    display: inline-block;
    height: 41px;
    margin: 0 0 0 10px;
    padding: 0 20px;
    outline: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    
    background: #000;
    box-shadow: 0 0 0 1px inset rgba(0,0,0,0.14);

    -webkit-font-smoothing: subpixel-antialiased;
}

.subscribe-form button:active,
.subscribe-form button:focus {
    background: color(var(--blue) lightness(-9%) saturation(-10%));
}

@media (max-width: 650px) {
    .subscribe-form-title {
        font-size: 2.4rem;
    }
    .subscribe-form p {
        font-size: 1.6rem;
    }
}

@media (max-width: 500px) {
    .subscribe-form form {
        flex-direction: column;
    }
    .subscribe-form .form-group {
        width: 100%;
    }
    .subscribe-form button {
        width: 100%;
        margin: 10px 0 0 0;
    }
}



.subscribe-form .check input {
    display: none;
}

.subscribe-form .check span {
    width: 20px;
    height: 20px;
    display: block;
    background: url("https://www.orange.ro/newsletter/imagini/unchecked.png");
}

.subscribe-form .check input:checked + span {
    background: url("https://www.orange.ro/newsletter/imagini/checked.png");
}


/* 7.2. Post Footer
/* ---------------------------------------------------------- */

.post-full-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 840px;
    margin: 0 auto;
    padding: 3vw 0 6vw 0;
}

.author-card {
    display: flex;
    align-items: center;
}

.author-card .author-profile-image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.author-card-name {
    margin: 0 0 2px 0;
    padding: 0;
    font-size: 2rem;
}

.author-card-name a {
    color: var(--darkgrey);
    font-weight: 700;
}

.author-card-name a:hover {
    text-decoration: none;
}

.author-card-content p {
    margin: 0;
    color: var(--midgrey);
    line-height: 1.3em;
}

.post-full-footer-right {
    flex-shrink: 0;
    margin-left: 20px;
}

.author-card-button {
    display: block;
    padding: 9px 16px;
    border: color(var(--midgrey) l(+20%)) 1px solid;
    color: var(--midgrey);
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    border-radius: 20px;
    transition: all ease 0.2s;
}

.author-card-button:hover {
    border-color: var(--blue);
    color: var(--blue);
    text-decoration: none;
}


/* 7.3. Comments
/* ---------------------------------------------------------- */

.post-full-comments {
    max-width: 840px;
    margin: 0 auto;
}


/* 7.4. Related posts
/* ---------------------------------------------------------- */

.read-next-feed {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 40px 0 0 0;
}

.read-next-card {
    position: relative;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 20px 40px;
    padding: 25px;
    color: #fff;
    background: #333;
    background-size: cover;
    
}


.read-next-card-header {
    position: relative;
    z-index: 50;
    padding-top: 20px;
    /*text-align: center;*/
}

.read-next-card-header-sitetitle {
    display: block;
    font-size: 1.3rem;
    line-height: 1.3em;
    opacity: 0.8;
    padding: 0 20px;
}

.read-next-card-header-title {
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 3rem;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.read-next-card-header-title a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.read-next-card-header-title a:hover {
    text-decoration: none;
}

.read-next-divider {
    position: relative;
    display: flex;
    justify-content: center;
    height: 80px;
}

.read-next-divider svg {
    width: 40px;
    stroke: #fff;
    fill: transparent;
    stroke-width: 0.5px;
    stroke-opacity: 0.65;
}

.read-next-card-content {
    position: relative;
    z-index: 50;
    flex-grow: 1;
    display: flex;
    font-size: 1.7rem;
}

.read-next-card-content ul {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 25px;
    padding: 0;
    list-style: none;
}

.read-next-card-content li {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.25em;
    font-weight: 200;
    letter-spacing: -0.5px;
}

.read-next-card-content li a {
    display: block;
    padding: 10px 0;
    border-bottom: rgba(255,255,255,0.3) 1px solid;
    vertical-align: top;
    color: #fff;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.read-next-card-content li:first-of-type a {
    padding-top: 10px;
}

.read-next-card-content li a:hover {
    opacity: 1;
}

.read-next-card-footer {
    position: relative;
    margin: 15px 0 3px 0;
    text-align: center;
}

.read-next-card-footer a {
    color: #fff;
}


/* 7.5. Floating Header
/* ---------------------------------------------------------- */

.floating-header {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: baseline;
    height: 60px;
    border-bottom: rgba(0,0,0,0.06) 1px solid;
    background: rgba(255,255,255,1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, -120%, 0);
}

.floating-active {
    visibility: visible;
    transition: all 500ms cubic-bezier(0.22, 1, 0.27, 1);
    transform: translate3d(0, 0, 0);
}

.floating-header-logo {
    overflow: hidden;
    margin: 0 0 0 20px;
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-header-logo a {
    display: flex;
    align-items: baseline;
    color: var(--darkgrey);
    line-height: 1.1em;
    font-weight: 700;
}

.floating-header-logo a:hover {
    text-decoration: none;
}

.floating-header-logo img {
    max-height: 40px;
    margin: 10px 10px 0 0;
}

.floating-header-divider {
    margin: 0 10px;
    line-height: 1em;
}

.floating-header-title {
    flex: 1;
    overflow: hidden;
    margin: 0;
    color: #2e2e2e;
    font-size: 1.6rem;
    line-height: 1.3em;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-header-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2%;
    font-size: 1.3rem;
    line-height: 1;
}

.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);
}

.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;
}

.floating-header-menu {
    display: none;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 28px;
    cursor: pointer;
    /* margin: 70px 0 0 -138px; */
}

@media (max-width: 599px) {
    .site-nav-left {
        width: 100%;
    }


    .floating-header-menu {
        margin-right: 20px;         
        display: block; 
        flex: 0 0 auto;  
        order: 0; 
    }

    .nav { 
        margin: 49px 0px 0 -40px;;
        background-color: #fff;
        display:none;
        padding: 10px;
        border-top: solid 2px #000;
        font-size: 2rem;
        order: 1;
        flex: 1 0 auto;
    
    }
    .site-nav {
        height: 45px;
        overflow-y: inherit;
    }

    .nav li a {     font-size:2rem;}

    .site-nav-logo {
        flex: 1 1 auto;
        margin-right: none;

        
    }

    .site-nav-logo img {
        content:url("../img/fundatia-orange-small-logo-xs-ro.png");
        height: 40px;
    }

    .floating-header-menu {
        margin-top: 15px;
    }

}





.progress {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    color: #f60;
    background: transparent;

    appearance: none;
    border-color: #f60;
}

.progress::-webkit-progress-bar {
    background-color: transparent;
}

.progress::-webkit-progress-value {
    background-color: #f60;
}

.progress::-moz-progress-bar {
    background-color: #f60;
}

.progress-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.progress-bar {
    display: block;
    width: 50%;
    height: inherit;
    background-color: #f60;
}

@media (max-width: 900px) {
    .floating-header {
        /*height: 40px;*/
    }
    
    .floating-header-share-tw,
    .floating-header-share-fb {
        width: 30px;
        height: 30px;
        line-height: 38px;
    }
}

@media (max-width: 800px) {
    .floating-header-logo {
        margin-left: 10px;
    }
    .floating-header-logo a {
        color: #2e2e2e;
    }
    .floating-header-title,
    .floating-header-divider {
        visibility: hidden;
    }

    .site-nav-logo img {
        content:url("../img/fundatia-orange-small-logo-xs-ro.png");
        height: 45px;
    }

    .site-nav {
        height: 45px;
    }

    .floating-header-menu {
        margin-top: 15px;
    }
}

@media (max-width: 450px) {
    .floating-header-share-label {
        display: none;
    }
}

@media (max-width: 350px) {
    
    .floating-header-title,
    .floating-header-logo {
        font-size: 2rem;
    }
    }


/* 8. Author Template
/* ---------------------------------------------------------- */

.site-header-content .author-profile-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin: 0 0 20px 0;
    box-shadow: rgba(255,255,255,0.1) 0 0 0 6px;
}

.site-header-content .author-bio {
    flex-shrink: 0;
    max-width: 600px;
    margin: 5px 0 10px 0;
    font-size: 2rem;
    line-height: 1.3em;
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.site-header-content .author-meta {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
    font-family: Georgia, serif;
    font-style: italic;
}

.site-header-content .author-location svg {
    height: 1.9rem;
    stroke: #fff;
}

.site-header-content .bull {
    display: inline-block;
    margin: 0 12px;
    opacity: 0.5;
}

.site-header-content .social-link:first-of-type {
    padding-left: 4px;
}

@media (max-width: 500px) {
    .site-header-content .author-bio {
        font-size: 1.8rem;
        line-height: 1.15em;
        letter-spacing: 0;
    }
    .author-location,
    .author-stats {
        display: none;
    }
}


/* 9. Error Template
/* ---------------------------------------------------------- */

.error-template .site-main {
    padding: 7vw 4vw;
}

.site-nav-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.site-nav-center .site-nav-logo {
    margin-right: 0;
}

.error-message {
    text-align: left;
}

.error-code {
    margin: 0;
    font-size: 12vw;
    line-height: 1em;
    letter-spacing: -5px;
    opacity: 0.3;
}

.error-description {
    margin: 0;
    color: var(--midgrey);
    font-size: 3rem;
    line-height: 1.3em;
    font-weight: 400;
}

@media (max-width: 800px) {
    .error-description {
        margin: 5px 0 0 0;
        font-size: 1.8rem;
    }
}

.error-link {
    display: inline-block;
    margin-top: 5px;
}

.error-template .post-feed {
    padding-top: 0;
}


/* 10. Subscribe Overlay
/* ---------------------------------------------------------- */

.subscribe-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    opacity: 0;
    transition: opacity 200ms ease-in;
    pointer-events: none;

    /*backdrop-filter: blur(3px);*/
}

.subscribe-overlay:target {
    opacity: 1;
    pointer-events: auto;
}

.subscribe-overlay-content {
    position: relative;
    z-index: 9999;
    margin: 0 0 5vw 0;
    padding: 4vw;
    color: #000;
   
}

.subscribe-overlay-logo {
    position: fixed;
    top: 23px;
    left: 30px;
}

.subscribe-overlay-title {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 6rem;
    line-height: 1.15em;
}

.subscribe-overlay-description {
    max-width: 650px;
    /*margin: 0 auto 50px;*/
    font-family: Arial, sans-serif;
    font-size: 3rem;
    line-height: 1.3em;
    font-weight: 300;
    opacity: 0.8;
}

.subscribe-overlay form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0;
    flex-wrap: wrap;
}

.subscribe-overlay .form-group {
    flex-grow: 1;
}

.subscribe-overlay .subscribe-email {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border: none;
    color: var(--midgrey);
    font-size: 2rem;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: 0.5px;
    user-select: text;
    border-radius: 0px;
    transition: border-color 0.15s linear;

    -webkit-appearance: none;
}

.subscribe-email:focus {
    outline: 0;
    border-color: color(var(--lightgrey) l(-2%));
}

.subscribe-overlay button {
    display: inline-block;
    height: 52px;
    margin: 0 0 0 15px;
    padding: 0 25px;
    outline: none;
    color: #000;
    font-size: 1.7rem;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    
    border: solid 1px #333;
    
    border-radius: 0px;
    
}

.subscribe-overlay button:active,
.subscribe-overlay button:focus {
    border: solid 1px #333;
}

.subscribe-overlay-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.subscribe-overlay-close:before {
    content: "";
    position: absolute;
    top: 40px;
    right: 25px;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    opacity: 0.8;
    transform: rotate(45deg);
}

.subscribe-overlay-close:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 25px;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    opacity: 0.8;
    transform: rotate(-45deg);
}

.subscribe-overlay-close:hover {
    cursor: default;
}


/* 11. Site Footer
/* ---------------------------------------------------------- */

.site-footer {
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    color: #fff;
    background: #333;
}

.site-footer-content {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
    color: rgba(255,255,255,0.7);
    font-size: 1.3rem;
}

.site-footer-content a {
    color: rgba(255,255,255,0.7);;
}

.site-footer-content a:hover {
    color: rgba(255,255,255,1);
}

.site-footer-nav {
    flex: 1 1 auto;
}

.site-footer-nav a {
    position: relative;
    margin-left: 20px;
    font-weight: bold;
}

.site-footer-nav ul li {
    padding-left: 0;
}

.site-footer-nav ul li a {
    margin-left: 0px;
}

.site-footer-nav a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -11px;
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 100%;
}

.site-footer-nav a:first-of-type:before {
    display: none;
}


/* 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;
   
}

.flex .card {
    flex: 1 1 150px;
    margin-right:20px;
}

.col2 .card {     flex: 1 1 calc(50% - 20px); }
.col3 .card {     flex: 1 1 calc(33% - 20px); }
.col4 .card {     flex: 1 1 calc(25% - 20px); }


@media (max-width: 479px) {
    .flex.col4 .card  {    flex: 1 1 calc(50% - 20px); }

    .flex.col3 {   flex-direction: column;}
    .flex.col2 {   flex-direction: column;}
}

/* utilitare generice */
/* ================= */
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.post-full-content img[src$="#float-right"] {
    float:right;
}

.post-full-content img[src$="#float-left"] {
    float:left;
}


/* 1.1 Specific Styling for Orange Romania Fab */
/* ---------------------------------------------------------- */

a[href$="#btn"], a.btn {
    display: inline-block;
    padding: 0.8rem 1rem 0.4rem 1rem;
    text-align: center;
    vertical-align: center;
    
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 1.5rem;

    border: solid 1px #ff7900;
    box-shadow: none;
    background-color:#ff7900;
    color: #fff;
} 

a[href$="#btn"]:hover, a.btn:hover {
    border: solid 1px #000000;
    box-shadow: none;
    background-color:#000000;
    text-decoration: none;
} 

a.active {
    color: #ff7900;
}


.cta-aplica {
    width: 100%;
    padding: 20px 20px 5px 20px;
    margin-top:6rem;
    /* margin: 0rem -100px 0rem -100px; */
    background-color: #4BB4E6;
}



/* Ghost Hunter search */
/* ================= */
.search-box{
    margin-bottom: 10px;
}

.search-results {
   
}

.search-button{
    background-color: #ff7900;
    color: white;
}

.results-hide{
    display: none;
}


/* phones */
/* ================= */
.phones .card img{
    float: left;
}

.phones .card {
    font-weight: bold;

}

.contact {
    width:100%;
    padding:2em;
    text-align: center;
    background: #4BB4E6;
}

.contact a {
    display: inline-block;
    padding: 0.6rem 1rem 0.2rem 1rem;
    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;
}

.contact a:hover {
    background-color:#ff7900;
    border: solid 1px #ff7900;
    color: #fff;
    text-decoration: none;
} 


.kg-width-full img,
.kg-width-wide img {
    /* required by gcsan to properly validate the theme */
}





/* Read speaker */
.rs_addtools, .rsbtn {
    padding-top: 0px;
}


/* sections */
.fullwidth {
    margin-left: -13vw;
    margin-right: -13vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 20px;
    padding-bottom: 20px;
}





/* 13. KG Cards */

.kg-card + .kg-bookmark-card {
    margin-top: 0;
}

.post-full-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;
}

.post-full-content .kg-bookmark-container:hover .kg-bookmark-title {
    color: #ff7900;
}

.kg-bookmark-description {
    display: -webkit-box;
    font-size: 1.5rem;
    line-height: 1.2em;
    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;
}

.post-full-content .kg-bookmark-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.kg-bookmark-author {
    /* line-height: 1.5em; */
    display: none;
}

.kg-bookmark-author:after {
    /*content: "•";
    margin: 0 6px;*/
}

.kg-bookmark-publisher {
    overflow: hidden;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
    font-weight: bold;
}

@media (max-width: 500px) {
    .post-full-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;
}


.fo-cifre .card {
    margin-bottom: 30px;

    flex: 1 1 calc(15% - 15px);

    margin-right: 15px;
}

.fo-cifre h2 {
    font-size: 4rem;
    color: #ff7900;
    margin-top: -10px;
    margin-bottom: 0px;
}

.fo-cifre h4 {
    margin-top: -10px;
    margin-bottom: 0px;
}

.fo-cifre img {
    margin-bottom: 0px;
    margin: 0;
    margin-left:-10px;
}

@media (max-width: 799px) {
    .fo-cifre .card  {    flex: 1 1 calc(33% - 20px); }
}

@media (max-width: 479px) {
    .fo-cifre  {        flex-direction: row; }
    .fo-cifre h2 {      font-size: 3rem;    }
    .fo-cifre h4 {      font-size: 1.5rem;    }
}

.quotes .card img {
    margin-left: 1.5em;
    max-width: 260px;
}

.quotes .card blockquote {
    color: #000;
}

.quotes .card blockquote strong {
    font-style: normal;
    color: #666;

}

a.anchor {

}


.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;
}