﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GENERAL  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* @font-face {
    font-family: 'Garamond';
    src: url("EBGaramond12-Regular.ttf")
} */

*,
body{
    background-color: transparent
}
body:before {
    display: none !important
}
::selection {
    color: white;
    background-color: rgba(0, 0, 0, 0.99)
}
h3,
h4 {
    font-size: 22px
}
strong {
    color: #323232 !important
}
.hide {
    opacity: 0
}


/* Entry Content --------------------------------------------- */
a,
.entry-content a,
.entry-content a:visited{
    color: #333!important;
    text-decoration: none!important;
}
a:hover,
.entry-content a:hover {
    color: black;
    text-decoration: underline;
}
a:focus,
.entry-content a:focus {
    outline: none;
    border: none;
    text-decoration: underline
}
#title a:hover{
    color: #111;
}


/* Title Area --------------------------------------------- */
#title-area {
    width: 100%;
    position: relative;
    padding: 40px 0 00px 0;
    display: block;
    float: left;
    background-color: white;
    height: auto!important;
}
#logo-area {
    width: 75%;
    margin: 0 auto 0;
    display: block;
    max-width: 1020px;
}
#title,
#description {
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: black;
    text-align: center
}
#title {
    font-weight: lighter;
    font-variant: normal;

    font-size: 30px;
    line-height: 42px;
}
@media (min-width: 1024px) {
    #title {
        font-size: 56px;
        line-height: 56px;
        height: 56px
    }
}


/* Title Area --------------------------------------------- */
#description {
    text-transform: lowercase;
    font-variant: small-caps
}
@media (min-width: 0px) {
    #description {
        font-size: 22px;
        line-height: 22px
    }
}
@media (min-width: 1024px) {
    #description {
        font-size: 22px;
        line-height: 22px
    }
}
@media (min-width: 1200px) {
    #description {
        font-size: 22px;
        line-height: 22px
    }
}
#title a,
#title a:visited {
    color: black
}


/* Menu NAV --------------------------------------------- */
#ez-feature-top-container-wrap,
#ez-home-top-1 {
    display: none
}
#ez-home-container-wrap .ez-widget-area h4,
#ez-home-slider-container-wrap .ez-widget-area h4 {
    font-size: 22px
}
#nav {
    border: none;
    font-size: 20px;
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background-color: #F0F0F0;
    color: black;
    display: block !important;
    height: auto;
}
#dropdown-nav-wrap {
    display: none
}
#menu-primary-navigation-menu {
    border: none
}
#nav .wrap {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
    padding: 20px 0
}
#nav .wrap ul {
    list-style: none;
    position: relative;
    left: 50%;
    width: auto
}
#nav .wrap li.menu-item {
    float: left;
    position: relative
}
@media (min-width: 0px) {
    #nav .wrap li.menu-item {
        clear: both;
        width: 100%;
        text-align: center
    }
}
@media (min-width: 1024px) {
    #nav .wrap li.menu-item {
        text-align: left;
        width: auto;
        clear: none
    }
    #nav .wrap li.menu-item:first-of-type {
        margin-left: 25px
    }
}
@media (min-width: 1200px) {
    #nav .wrap li.menu-item {
        clear: none;
        text-align: left;
        width: auto
    }
    #nav .wrap li.menu-item:first-of-type {
        margin-left: 25px
    }
}
@media (min-width: 1024px) {
    #menu-item-9191 {
        clear: both
    }
}
@media (min-width: 1024px) {
    #menu-item-9191 {
        clear: left !important
    }
}
@media (min-width: 1200px) {
    #menu-item-9191 {
        clear: left !important
    }
}
@media (min-width: 0px) {
    #menu-item-9191 a {
        border-top: 1px solid lightgrey
    }
}
@media (min-width: 1024px) {
    #menu-item-9191 a {
        border-top: none
    }
}
@media (min-width: 1200px) {
    #menu-item-9191 a {
        border-top: none
    }
}
#nav .wrap li.menu-item a {
    color: black;
    padding: 12px 10px;

    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px
}
#nav .wrap li.menu-item ul {
    display: none
}


/* Header --------------------------------------------- */
#header {
    background-color: white;
    padding: 0;
    margin: 50px auto 80px;
    width: calc(100% - 20px);
}
#header .wrap {
    width: 100%!important;
}
.menu-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 999
}
@media (min-width: 0px) {
    .menu-button {
        padding-top: 10px;
        padding-right: 10px
    }
}
@media (min-width: 1024px) {
    .menu-button {
        padding-top: 10px;
        padding-right: 10px
    }
}
@media (min-width: 1200px) {
    .menu-button {
        padding-top: 20px;
        padding-right: 20px
    }
}
.breadcrumb {
    display: none
}


/* Post info --------------------------------------------- */
.post:not(:first-of-type,
:nth-of-type(2)):before {
    margin: 20px;
    position: relative;
    display: block;
    width: 90%;
    max-width: 580px;
    margin: 0 auto;
    border-top: 1px solid black
}
.category .post-info {
    display: none
}
.post-info {
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    font-style: normal;
    margin-bottom: 50px;
    display: none !important
}
.post-info a {
    color: black;
    display: none !important
}
.post-info a,
.post-info a:visited {
    color: black
}
a.post-edit-link {
    width: 100%;
    color: black;
    text-align: center
}


/* Entry Content --------------------------------------------- */
.entry-content,
.archive-posts-content {
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: lowercase;
    color: #222 !important;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    display: block;
    float: none;
    font-weight: 600;
    letter-spacing: .8px;
}

#content .post h1, 
#content .page h1, 
#content h1.entry-title, 
#content .entry-content h1,
.homepage_pre_footer_area h1,
#content .post h1 a,
#content .post h1 a:visited,
#content .page h1 a,
#content .page h1 a:visited,
#content h1.entry-title a #content h1.entry-title a:visited #content .post h2 a,
#content .post h2 a:visited, 
#content .page h2 a, 
#content .page h2 a:visited,
#content h2.entry-title a{
    font-size: 20px;
    /* font-family: 'Nunito Sans', sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    color: #222 !important;
    line-height: 28px;
    margin-bottom: 50px!important;
    display: block;
    font-weight: 700;
    letter-spacing: .8px;
    margin: 0 auto;
}

#content .post h2,
#content .page h2,
#content h2.entry-title,
#content .entry-content h2{
    text-transform: inherit;
    font-variant: inherit;
    font-weight: 700;
    font-size: 18px;
    /* font-family: 'Nunito Sans', sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    color: #222 !important;
    line-height: 28px;
    letter-spacing: .8px;

    display: block;
    margin: 0 auto 30px;
}

#content h2.entry-title a:visited #content .post h3,
#content .page h3,
#content .entry-content h3{
    font-variant: inherit;
    text-transform: none;
    /* font-family: "Nunito Sans", sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #222!important;

    display: block;
    margin: 0 auto 25px;
}


#content .post h5, 
#content .page h5, 
#content .entry-content h5{
    font-variant: inherit;
    text-transform: none;
    /* font-family: "Nunito Sans", sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    color: #222!important;

    display: block;
    margin: 0 auto 10px;
}

#content .post h6, 
#content .page h6, 
#content .entry-content h6{
    font-family: 'Merriweather', serif;
    max-width: 640px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    display: block;
    margin: 0 auto;

    font-variant: inherit;
    text-transform: inherit;
    letter-spacing: 0;
    color: #333333!important;
}

.entry-content strong{
    font-weight: 700;
}

/* .entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span {
    color: black !important
} */
.entry-content p,
.entry-content ul,
.entry-content ol {
    font-family: 'Merriweather', serif;
    max-width: 640px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
}
#content blockquote{
    margin: 5px auto 20px;
    padding: 25px 30px;
    background-color: #ebe1bb;

    border-top: 0px solid #ebe1bb;
    border-bottom: 0px solid #ebe1bb;
    border-left: 0px solid #ebe1bb;
    border-right: 0px solid #ebe1bb;
}
#content blockquote p{
    font-size: 14px;
    line-height: 26px!important;
    font-weight: 300;
    color: #363636;
    font-style: inherit;
    font-family: 'Merriweather', serif;
}
.entry-content table {
    max-width: 640px;
    width: 100% !important;
    padding: 20px 0!important;
    position: relative;
    display: table;
    float: none;
    clear: both;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 20px!important;
    color: #333333;
    height: auto!important;
    margin: 0 auto 40px;
}
.entry-content table tr {
    border-bottom: 1px solid #e2e2e2;
}
.entry-content table tr td{
    padding: 10px 0;
    vertical-align: top;
}


.entry-content ul li,
.entry-content ol li {
    list-style-type: circle;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 26px!important;

    margin-bottom: 5px;
    margin-left: 20px;
}
.post-meta {
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    font-style: normal;
    padding: 50px 0 0 0;
    margin: 50px 0;
    display: none;
    width: 100%;
    border: none
}
.post-meta a {
    color: black
}
.post-meta a:hover {
    color: #323232;
    cursor: pointer
}


/* Entry Content --------------------------------------------- */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    padding-left: 0
}
.one-third,
.two-sixths {
    width: 33.3%
}
@media only screen and (max-width: 1140px) {
    .first {
        padding-top: 20px !important
    }
}


/* Footer Wrap --------------------------------------------- */
#footer .wrap a,
#footer .wrap p {
    color: black;
    font-family: sans-serif
}
#footer {
    padding: 20px 0;
    display: none
}


/* Content --------------------------------------------- */
#content {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#content .post,
#content .entry {
    width: 100%;
    color: black;
    background-color: transparent;
    font-family: "Zilla Slab", serif
}
#content h1.entry-title,
#content h2.entry-title,
#content h3.entry-title {
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: 'Work Sans', sans-serif!important;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.2px;
    width: 100%;
    max-width: 640px;
    text-align: center;
    color: #222;
}

#content .page {
    background-color: transparent;
    border: none !important
}
.page-id-8574 #content,
.category-house-of-gisele #content {
    background-color: #7BFDA1
}
.page-id-8576 #content,
.category-memory-machine #content,
.category-memory-machine-publications {
    background-color: #FEE7EA
}
.category-memory-machine-publications {
    background-color: #FEE7EA !important;
    padding: 0 0 100px 0 !important
}
.page-id-8578 #content,
.category-intellectual-playground #content {
    background-color: #DCDCDC
}

img.alignleft{
    margin: 10px 15px 10px 0;
}
img.alignrightt{
    margin: 10px 0 10px 15px;
}
img.alignnone {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    clear: both;
    margin: 20px auto;
}
div.alignleft,
div.alignright {
    float: none;
    margin: 20px auto;
    display: block;
    clear: both;
    max-width: 640px;
}
div.alignleft img,
div.alignright img {
    width: 100%;
    height: auto;
    display: block;
}





.wp-caption {
    z-index: 999;
    background-color: transparent
}
.wp-caption .wp-caption img {
    z-index: 999
}
.entry-content p.wp-caption-text {
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
    color: #1e1e1e
}





#ez-home-middle-1 {
    background-color: #7BFDA1
}
#ez-home-middle-2 {
    background-color: #FEE7EA
}
#ez-home-middle-3 {
    background-color: #DCDCDC
}



.pp-embed {
    height: auto;
    width: 100%;
}
@media (min-width: 1024px) {
    .pp-embed {
        width: 100%
    }
}
@media (min-width: 1200px) {
    .pp-embed {
        width: 115%;
        margin-left: -7.5%
    }
}



.post-meta .categories {
    display: none
}
.title-area {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: 'Poppins', sans-serif;
    padding: 50px 0
}
.second-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: "Zilla Slab", serif
}
@media (min-width: 0px) {
    .second-title {
        font-size: 30px;
        line-height: 30px
    }
}
@media (min-width: 1024px) {
    .second-title {
        font-size: 40px;
        line-height: 40px
    }
}
.second-subtitle {
    text-transform: lowercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    /* font-variant: small-caps; */
    /* font-family: "Nunito Sans", sans-serif; */
    margin-top: 10px
}
@media (min-width: 0px) {
    .second-subtitle {
        font-size: 22px;
        line-height: 22px
    }
}
@media (min-width: 1024px) {
    .second-subtitle {
        font-size: 22px;
        line-height: 22px
    }
}


.category .title-area {
    margin-top: 20px
}
@media (min-width: 1024px) {
    .category .title-area {
        margin-top: 100px
    }
}

.mc4wp-alert.mc4wp-success {
    clear: both
}




#ez-home-bottom-container:before {
    content: 'news';
    width: 100%;
    text-transform: uppercase;
    font-size: 40px;
    margin: 100px 0;
    text-align: center;
    font-family: "Zilla Slab", serif
}
#ez-home-bottom-container {
    min-height: 1100px !important
}
#home-hook-wrap {
    padding: 0 0px
}

@media (min-width: 1024px) {
    #home-hook-wrap {
        padding: 0 0px !important
    }
}




#ez-home-bottom-container .widget.widget_text,
#ez-home-bottom-container .widget-wrap,
#ez-home-bottom-container .textwidget,
#ez-home-bottom-container .cff-wrapper,
#ez-home-bottom-container .cff-fixed-height.cff-lb.narrow {
    height: auto;
    min-height: 680px
}



.gallery br {
    display: none
}
.gallery {
    position: relative;
    width: 100%;
    max-width: 580px;
    min-height: 450px;
    display: block;
    margin: 20px auto;
    clear: both
}
.gallery-columns-3 .gallery-item {
    max-width: 100%
}
.gallery-item {
    position: absolute;
    width: 96%;
    height: 100%;
    max-width: 100% !important;
    display: block;
    margin: 0 0 0 0 !important
}
.gallery-icon {
    position: relative;
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    float: left;
    margin: 0 auto
}
.gallery-icon.portrait {
    position: relative;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0 auto
}
.gallery-icon.landscape {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.gallery-icon img {
    width: auto;
    height: auto;
    max-height: 100%;
    border: none !important
}
.gallery-icon.portrait img {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto
}
.gallery-icon.landscape img {
    position: relative;
    width: 100%;
    height: auto
}





.sliders {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    height: 50px;
    clear: both
}
.slider {
    position: relative;
    display: block;
    width: 48.5%;
    height: 100%;
    color: white;
    color: black;
    top: 50%;
    background-color: transparent;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.slider-left {
    text-align: left;
    margin-left: 1%;
    cursor: w-resize;
    float: left
}
.slider-right {
    text-align: right;
    margin-right: 1%;
    cursor: e-resize;
    float: right
}
.arrow {
    position: relative;
    top: 50%;
    vertical-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.cff-more:before {
    font-size: 16px;
    content: '→';
    opacity: 1
}
.cff-more {
    width: 20px !important;
    height: 16px;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 15px
}
.cff-item {
    padding: 40px 0 !important;
    font-size: 16px !important
}
#cff .cff-details p {
    font-size: 16px !important
}
#cff .cff-item {
    border-bottom: 1px solid lightgray
}
.cff-likebox.cff-bottom {
    display: none
}
.cff-story {
    display: none
}
.cff-date {
    color: black
}
.rotateL {
    animation: rotateLeft;
    animation-duration: 0.5s;
    animation-direction: forwards;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    transform-origin: 50% 50%
}
.rotateR {
    animation: rotateRight;
    animation-duration: 0.5s;
    animation-direction: forwards;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%
}
.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
    fill: black
}
.image-gallery {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.image-gallery p {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    float: left;
    height: auto;
    margin: 0
}
.image-gallery img {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin: 0
}
@media (min-width: 1024px) {
    .image-gallery img {
        width: 48.5%;
        margin: 0 1.5% 1.5% 0
    }
}
@media (min-width: 1200px){
    .image-gallery img {
        width: 31.5%;
        margin: 0 1.5% 1.5% 0;
    }
}



.category-memory-machine .category-memory-machine-publications {
    display: none
}
.category-intellectual-playground .category-intellectual-playground-projects {
    display: none
}
.entry-content .ivycat-post {
    position: relative;
    float: left;
    display: block;
    margin: 20px 0 !important
}
.entry-content .ivycat-post {
    width: 100% !important;
    margin: 0 !important;
    position: relative;
    left: 0
}
@media (min-width: 1024px) {
    .entry-content .ivycat-post {
        width: 48.5% !important;
        margin: 0 1.5% 1.5% 0 !important
    }
}
@media (min-width: 1200px) {
    .entry-content .ivycat-post {
        width: 31.5% !important;
        margin: 0 1.5% 1.5% 0 !important
    }
}
.entry-content .ivycat-post .entry-title {
    margin-top: 0 !important
}
.entry-utility {
    display: none
}
.ivycat-post:nth-of-type(n+4) {
    border-top: 1px solid lightgray !important
}
.ivycat-post h2 {
    padding-top: 40px !important
}
.ivycat-post h2 a {
    font-family: "Zilla Slab", serif !important
}

@keyframes rotateLeft {
    from {
        transform: rotate(0deg) translateX(0px) translateY(0px)
    }
    to {
        transform: rotate(45deg) translateX(5px) translateY(6px)
    }
}

@keyframes rotateRight {
    from {
        transform: rotate(0deg) translateX(0px) translateY(0px)
    }
    to {
        transform: rotate(-45deg) translateX(5px) translateY(-6px)
    }
}

@keyframes rotateBackLeft {
    from {
        transform: rotate(45deg) translateX(5px) translateY(6px)
    }
    to {
        transform: rotate(0deg) translateX(0px) translateY(0px)
    }
}

@keyframes rotateBackRight {
    from {
        transform: rotate(-45deg) translateX(5px) translateY(-6px)
    }
    to {
        transform: rotate(0deg) translateX(0px) translateY(0px)
    }
}

.page-id-8578 #content,
.category-intellectual-playground #content {
    min-height: 2500px
}

.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    -moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(100%)
}

iframe {
    position: relative;
    max-width: 100%;
    display: block;
    margin: 40px auto;
    /* -moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(100%) */
}

/* iframe:hover {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none
} */

.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready:hover {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
    opacity: 1 !important
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
/*
/*
/* * * * * * * * * PIERRE CUSTOMCODE * * * * * * * * * * 
/*
/*
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* HOMEPAGE  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */

#ez-home-container-wrap .ez-widget-area a, 
#ez-home-container-wrap .ez-widget-area a:visited{
    color: #333;
}

#ez-home-container-wrap .ez-widget-area {
    box-sizing: border-box;
    padding: 0 20px;
}
#ez-home-container-wrap .widget-area.ez-widget-area h3{
    text-align: center;
    font-family: 'Merriweather', serif!important;
    font-weight: normal;
}
#ez-home-container-wrap .ez-widget-area .title-area .second-title{
    height: 80px;
}

/* Inner --------------------------------------------- */

.full-width-content #content-sidebar-wrap{
    width: 100%!important;
}

.content-sidebar-sidebar #inner,
.sidebar-sidebar-content #inner,
.sidebar-content-sidebar #inner,
.content-sidebar #inner,
.sidebar-content #inner,
.full-width-content #inner,
.ez-home #inner,
.full-width-content #ez-fat-footer-container{
    max-width: 1300px;
    width: calc(100% - 20px)!important;
    padding: 0;
    margin: 0 auto;
}
.full-width-content #content,
body.single-event .entry-content #vsel{
	max-width: 1300px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
    float: none;
}


/* Homepage Content----------------------------------- */
#content .homepage_full_content_wrap,
#content .homepage_full_content_wrap .entry-content{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}
#content .homepage_full_content_wrap h1.entry-title{
    margin-bottom: 30px;
}
#content .homepage_full_content_wrap h1.entry-title:first-child{
    display: none;
}
#content .homepage_full_content_wrap .entry-content{
    width: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage.green{
    background-color: #acc49f;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage.red{
    background-color: #e3a088;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage.yellow{
    background-color: #e0d290;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage{
    position: relative;
    display: block;
    width: 33.33%;
    padding: 30px 20px;
    box-sizing: border-box;
    cursor: pointer;

    -webkit-box-shadow:inset 0 0 0 1px #FFFFFF;
    box-shadow:inset 0 0 0 1px #FFFFFF;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage .title_wrap{
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage h2{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1.2px;
    max-width: 340px;
    color: #444;
    margin: 0 auto!important;
    /* font-family: "Nunito Sans", sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    text-align: center;
    text-transform: uppercase;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage h3{
    font-size: 20px!important;
    line-height: 28px;
    font-weight: 600;
    margin: 20px 0!important;
    /* font-family: "Nunito Sans", sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    color: #444!important;
    display: block;
}

#content .homepage_full_content_wrap .entry-content .one_item_homepage .desc_wrap{
    height: 140px;
    margin-bottom: 20px;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage p{
    font-size: 12px!important;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0 40px!important;
    color: #333333!important;
    display: block;
    text-align: center;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage p a{
    font-weight: 600;
    color: #111;
    text-decoration: underline;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage .thumbnail_image_wrap{
    height: 240px;
    display: flex;
    overflow: hidden;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage .thumbnail_image_wrap img{
    display: block;
    width: 100%;
    object-fit: cover;
}






#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
    text-decoration: none;

    -webkit-box-shadow:inset 0 0 0 0px #FFFFFF;
    box-shadow:inset 0 0 0 0px #FFFFFF;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover span{
    /* background-color: white; */
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    opacity: 0;
    color: #333333;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: lighter;
    letter-spacing: 1.2px;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;

    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover span:after{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 30%;
    width: 40%;
    height: 1px;
    background-color: #3e3e3e;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover span > p{
    display: block;
    margin: 0 8px 0 0!important;
    float: left;
    
    font-size: 12px!important;
    font-weight: 600;
    line-height: 20px;
    /* font-family: "Nunito Sans", sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    text-transform: uppercase;
    letter-spacing: .4px;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover span > p.arrow{
    opacity: 0;
    margin-top: 0!important;
    margin-right: 0!important;
    font-size: 14px!important;

    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
/* Thumbnail hover --------------------------------------------- */
#content .homepage_full_content_wrap .entry-content .one_item_homepage .title_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage h3,
#content .homepage_full_content_wrap .entry-content .one_item_homepage .thumbnail_image_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage .desc_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover,
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover span,
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover p.arrow,
#content .homepage_full_content_wrap .entry-content .one_item_homepage a.hover span:after{
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage .thumbnail_image_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage .desc_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage .title_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage h3{
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover .thumbnail_image_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover .desc_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover .title_wrap,
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover h3{
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15x);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover .thumbnail_image_wrap{
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
/* #content .homepage_full_content_wrap .entry-content .one_item_homepage:hover a.hover{
    -webkit-box-shadow:inset 0 0 0 3px #FFFFFF;
    box-shadow:inset 0 0 0 3px #FFFFFF;
} */
#content .homepage_full_content_wrap .entry-content .green.one_item_homepage:hover a.hover{
    background-color: rgba(172, 196, 159, .85);
}
#content .homepage_full_content_wrap .entry-content .red.one_item_homepage:hover a.hover{
    background-color:rgba(227, 160, 136, .8);
}
#content .homepage_full_content_wrap .entry-content .yellow.one_item_homepage:hover a.hover{
    background-color: rgba(224, 210, 144, .85);
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover a.hover span{
    opacity: 1;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover a.hover span:after{
    left: 0;
    width: 100%;
}
#content .homepage_full_content_wrap .entry-content .one_item_homepage:hover a.hover span > p.arrow{
    opacity: 1;

    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}


#content .homepage_full_content_wrap .entry-content > .wp-block-columns{
    width: 100%;
    margin-top: 90px;
    margin-bottom: 30px;
}
#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column{
    margin: 0;
    text-align: center;
    flex-basis: calc(50% - 2px);
}
#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column > a{
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    padding: 20px 20px 50px;
    text-align: left;
    box-sizing: border-box;
    display: block;
    position: relative;
}
#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column:first-child{
    margin-right: 1px;
}
#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column:last-child{
    margin-left: 1px;
}
#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column::after{
    content: '';
    display: table;
    width: 100%;
}
#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column > a h4{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
}
#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column > a p{
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    text-align: center;
}

#content .homepage_full_content_wrap .entry-content > .wp-block-columns > .wp-block-column > a:after{
    content: '→';
    position: absolute;
    right: calc(50% - 10px);
    bottom: 15px;
    font-size: 20px;
    font-family: 'Merriweather', serif;
    line-height: 20px;
}



/* Widget Content-------------------------------------- */

.widget_ultimate_posts ul,
.widget_ultimate_posts li {
    text-decoration: none;
    list-style-type: none !important
}
.widget_ultimate_posts li {
    padding: 40px 0 !important
}
.widget_ultimate_posts li:not(:last-of-type) {
    border-bottom: 1px solid lightgray
}


.grid_wrap.homepage_pre_footer_area{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    
    margin-bottom: 120px;
    margin-top: 110px;
}
.grid_wrap.homepage_pre_footer_area h1{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 50px!important;
    text-align: center;
    display: none;
}
.grid_wrap.homepage_pre_footer_area .wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.grid_wrap.homepage_pre_footer_area .wrap .widget{
    width: calc(33.33% - 80px);
    margin: 0 40px;
}
.grid_wrap.homepage_pre_footer_area .wrap .widget .widget-wrap{
    padding: 0;
}
.grid_wrap.homepage_pre_footer_area .wrap .widget .widget-wrap .textwidget>div{
    padding: 0;
}
.grid_wrap.homepage_pre_footer_area .wrap .widget .widget-wrap .widget-title{
    margin-bottom: 30px !important;
    text-transform: capitalize;
}

/* Ultimate latest posts */
.grid_wrap.homepage_pre_footer_area .widget_ultimate_posts li{
    padding: 15px 0 15px!important;
}
.grid_wrap.homepage_pre_footer_area .widget_ultimate_posts li:not(:last-of-type){
    border-bottom: 1px solid #e4e4e4!important;
}
.grid_wrap.homepage_pre_footer_area .post-title{
    margin: 9px auto 7px;
}
.grid_wrap.homepage_pre_footer_area .post-title a{
    text-transform: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #222!important;
}
.grid_wrap.homepage_pre_footer_area .post-date{
    display: inline-block;
}
.grid_wrap.homepage_pre_footer_area .post-excerpt{
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px!important;
    color: #222;
}
.grid_wrap.homepage_pre_footer_area .post-excerpt a{
    display: block;
    margin-top: 12px;
    clear: both;
    color: black!important;
    
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    /* font-family: "Nunito Sans", sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    text-transform: uppercase;
    letter-spacing: .4px;
}

/* facebook widget */
.grid_wrap.homepage_pre_footer_area #cff,
.grid_wrap.homepage_pre_footer_area #sb_instagram{
    overflow: auto !important
}
.grid_wrap.homepage_pre_footer_area #cff.cff-default-styles .cff-author .cff-author-text p.cff-page-name{
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 24px;
    color: #222!important;
}
.grid_wrap.homepage_pre_footer_area #cff.cff-default-styles .cff-author .cff-author-text p.cff-page-name > *{
    font-weight: 600;
    color: #333!important;
}
.grid_wrap.homepage_pre_footer_area #cff.cff-default-styles .cff-author .cff-date{
    font-size: 11px;
    display: inline-block;
    letter-spacing: .3px;
    color: black;
    font-family: sans-serif;
    line-height: 11px!important;
}
.grid_wrap.homepage_pre_footer_area #cff .cff-author{
    margin-bottom: 13px;
}
.grid_wrap.homepage_pre_footer_area #cff .cff-post-text{
    margin: 0;
}
.grid_wrap.homepage_pre_footer_area #cff .cff-post-text br{
    display: block;
    margin-bottom: 7px;
    width: 100%;
    height: 0;
    content: '';
}
.grid_wrap.homepage_pre_footer_area #cff .cff-post-text a,
.grid_wrap.homepage_pre_footer_area #cff .cff-media-link a{
    font-weight: 600;
    color: black;
}
.grid_wrap.homepage_pre_footer_area #cff .cff-post-text a:hover{
    text-decoration: underline;
}
.grid_wrap.homepage_pre_footer_area #cff .cff-item{
    padding: 20px 0 !important;
    border-bottom: 1px solid #e4e4e4!important;
}
.grid_wrap.homepage_pre_footer_area p.cff-post-text,
.grid_wrap.homepage_pre_footer_area p{
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px!important;
    color: #222;
}

/* Instagram widget */
.grid_wrap.homepage_pre_footer_area #sb_instagram{
    padding-top: 30px;
}
.grid_wrap.homepage_pre_footer_area #sb_instagram .sbi_follow_btn a{
    display: none;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* VSEL - EVENT  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.archive-events-title,
.archive-posts-title{
    margin-bottom: 50px;
}
#content .post-9153 h1.entry-title{
    margin-bottom: 50px!important;
}
#vsel,
.archive-posts-content{
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
    display: flex;
}
#vsel .vsel-content,
.archive-posts-content .archive_one_post_wrap{
    margin: 0 40px 100px;
    padding: 0 0 46px;
    width: calc(33.33% - 80px);
    position: relative;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e4e4e4;
}
body.single-event .entry-content #vsel .vsel-image-info,
body.single-event .entry-content #vsel .vsel-meta{
    display: block;
    float: none!important;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 640px;
}



/* Archive post / event CATEGORIES */
#vsel .meta_cat,
.archive-posts-content .post_categories{
    height: 40px;
    overflow: hidden;
    display: none!important;
}
#vsel .meta_cat p,
.archive-posts-content .post_categories p{
    font-family: 'Merriweather', serif;
    line-height: 28px;
    background-color: #f3f3f3;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    padding: 0 5px;
    float: none;
    margin-right: 5px;
    display: none;
}
#vsel .meta_cat p.news,
.archive-posts-content .post_categories p.news{
    display: inline-block;
}
#vsel .meta_cat p.memory-machine,
.archive-posts-content .post_categories p.memory-machine{
    display: inline-block;
    background-color: #e3a088;
}
#vsel .meta_cat p.intellectual-playground,
.archive-posts-content .post_categories p.intellectual-playground{
    display: inline-block;
    background-color: #e0d290;
}
#vsel .meta_cat p.house-of-gisele,
.archive-posts-content .post_categories p.house-of-gisele{
    display: inline-block;
    background-color: #acc49f;
}



/* Archive post / event TITLE */
#vsel h4.vsel-meta-title,
.archive_one_post_wrap .archive_posts_title{
    height: 55px;

    text-transform: inherit;
    font-variant: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #222!important;

    text-align: left;
    margin-bottom: 10px;
    padding: 4px 0 9px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
#vsel h4.vsel-meta-title a{
    text-transform: inherit;
    font-variant: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #222!important;
}
#vsel h4.vsel-meta-title a:hover,
.archive_one_post_wrap .archive_posts_title a:hover{
    text-decoration: none;
}
#vsel p.vsel-meta-date, 
#vsel p.vsel-meta-location, 
#vsel p.vsel-meta-time,
.archive_one_post_wrap .publication_date{
	margin: 0 !important;
	height: auto;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-weight: lighter;
}









/* Archive post / event CONTENT */

#vsel .vsel-meta{
    width: 100%;
    float: none;
    display: block;
}
body.single-event .entry-content #vsel .vsel-meta{
    margin: 0 auto 40px;
    background-color: #F0F0F0;
    padding: 20px;
    box-sizing: border-box;
}

body.single-event .entry-content #vsel .vsel-meta p.vsel-meta-link{
    display: inline-block;
    margin: 10px 8px 0 0!important;
    font-size: 12px!important;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Work Sans', sans-serif!important;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding-right: 20px;
}

body.single-event .entry-content #vsel .vsel-meta p.vsel-meta-link:after{
    content: '→';
    font-size: 14px;
    font-family: 'Merriweather', serif;
    line-height: 19px;
    margin-left: 5px;
    position: absolute;
    top: 1px;
    right: 0;
}
#vsel .vsel_info_wrap,
.archive_one_post_wrap .excerpt_wrap,
.agenda_one_event_wrap .vsel-image-info{
	float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#vsel .vsel-info,
.archive_one_post_wrap .excerpt_wrap .the_excerpt{
    position: relative;
    float: none;
    display: block;
    min-height: 105px;
}
#vsel p.vsel-info,
.archive_one_post_wrap .excerpt_wrap .the_excerpt p,
.agenda_one_event_wrap .vsel-image-info p{
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px!important;
    color: #222;
    margin: 0!important;
}

/* Coming Events - Desc */
.agenda_one_event_wrap .vsel-image-info{
    width: 100%;
    float: none;
}
.agenda_one_event_wrap .vsel-image{
    display: none;
}






/* Archive post / event READ MORE */
#vsel .read_more,
.archive_one_post_wrap .read_more  {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* #vsel .read_more a.vsel_event_readmore,
.archive_one_post_wrap .read_more a.archive_posts_readmore{
    position: relative;
    display: block;
    float: left;
    margin:0;
    clear: both;
    font-size: 16px;
    font-weight: 300;
    color: black!important;
    font-family: 'Merriweather', serif;
    line-height: 46px;
    line-height: 24px;
}
#vsel .read_more a.vsel_event_readmore:after,
.archive_one_post_wrap .read_more a.archive_posts_readmore:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #7d7d7d;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;


    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
#vsel .read_more a.vsel_event_readmore:hover:after,
.archive_one_post_wrap .read_more a.archive_posts_readmore:hover:after{
    opacity: 1;
} */
#vsel .read_more a.vsel_event_readmore p,
.archive_one_post_wrap .read_more a.archive_posts_readmore p{
    margin-bottom: 0!important;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;

    float: left;
    display: block;
    margin-top: 5px;
    clear: both;
    color: black!important;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    /* font-family: "Nunito Sans", sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    text-transform: uppercase;
    letter-spacing: .4px;

}
#vsel .read_more a.vsel_event_readmore p.arrow,
.archive_one_post_wrap .read_more a.archive_posts_readmore p.arrow{
    margin-left: 5px;
    margin-top: 2px;
}








/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Navigation  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.navigation{
    text-align: center;
    margin-bottom: 60px;
}
.navigation li a, 
.navigation li.disabled, 
.navigation li a:hover, 
.navigation li.active a{
    font-family: 'Merriweather', serif;
    font-weight: 300;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* FOOTER  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* General----------------------------------- */
.widget-title,
#ez-fat-footer-container .ez-widget-area h4.widget-title {
    text-align: center;
    /* font-family: 'Nunito Sans', sans-serif!important; */
    font-family: 'Work Sans', sans-serif!important;
    font-size: 18px;
    line-height: 22px;
    color: #222;
    position: relative;
    display: block;
    font-weight: 600;
}
#ez-fat-footer-container-wrap{
    background-color: #F0F0F0;
    margin-top: 80px;
}
.full-width-content #ez-fat-footer-container{
    padding: 40px 0 80px;
}
.full-width-content #ez-fat-footer-container .ez-widget-area{
    width: calc(33.33% - 80px);
    margin: 0 40px;
}
.full-width-content #ez-fat-footer-container .ez-widget-area iframe{
    margin: 0!important;
    width: 100%!important;
}
#ez-fat-footer-container .ez-widget-area h4{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}
.searchform.search-form label,
.subscribe-container label,
.textwidget p{
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px!important;
    color: #222;
}
.searchform.search-form > .s.search-input,
.subscribe-container .sub-input input[type=text],
.subscribe-container .sub-input input[type=email] {
    height: 40px;
    padding: 10px 15px;
    border: none;
    background-color: white;
    box-sizing: border-box;

    font-size: 14px;
    font-family: 'Merriweather', serif!important;
}
.searchform.search-form > .s.search-input{
    width: calc(100% - 110px);
    margin: 0 10px 0 0;
}
.subscribe-container .sub-input input[type=text],
.subscribe-container .sub-input input[type=email]{
    width: 100%;
}
.searchform.search-form .searchsubmit,
.subscribe-container .subscribe {
    width: 100px;
    background-color: white;
    color: black;
    border: none!important;
    padding: 5px 10px !important;
    line-height: 26px;
    display: block;
    box-sizing: border-box;

    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 400;
    font-family: sans-serif;
}
.searchform.search-form .searchsubmit:hover,
.subscribe-container .subscribe:hover {
    background-color: black !important;
    color: white;
}

/* Widget search----------------------------------- */
.widget_search {
    margin-top: 30px
}
.simple-social-icons ul{
    width: 100%;
    display: block;
    text-align: center;
}
.simple-social-icons ul li a,
.simple-social-icons ul li a:hover,
.simple-social-icons ul li a:focus {
    background-color: white !important;
    color: black;
    border: 1px solid black !important;
    border-radius: 0px
}
.simple-social-icons ul li {
    margin: 2px !important
}
.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
    fill: black
}
.searchform.search-form{
    display: flex;
    width: 100%;
}
/* Widget subscribe----------------------------------- */
.subscribe-container .subscribe{
    float: right;
}
.subscribe-container{
    width: 100%;
    display: block;
}
.subscribe-container .sub-label {
    position: relative;
    display: block;
    float: left;
    width: 30%;
}
.subscribe-container .sub-label label {
    height: 40px;
    display: block;
    text-align: left;
}
.subscribe-container br{
    display: block;
    content: '';
    margin-bottom: 8px;
    width: 100%;
    height: 0;
}
.subscribe-container .sub-input {
    position: relative;
    display: block;
    float: left;
    width: 70%;
}
.gglcptch_recaptcha:after{
    content: '';
    display: table;
    width: 100%;
    height: 0;
}
.gglcptch_recaptcha > div{
    margin: 15px auto;
    float: right;
}

/* Widget contact----------------------------------- */
#ez-fat-footer-container .textwidget{
    text-align: center;
}






/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* PAGE - CATEGORY TYPE PAGE  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */

body.page-template-category_type_page #content .memory_machine_category_like{
    background-color: #FEE7EA;
    padding: 50px 0;
    margin-bottom: 100px;
}




body.page-template-category_type_page #content .category-type-title h1{
    font-size: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: 'Work Sans', sans-serif!important;
    margin-bottom: 0;
}
body.page-template-category_type_page #content .entry-content > h3:first-child {
    font-size: 22px;
    line-height: 22px;
    text-transform: lowercase;
    text-align: center;
    font-family: "Zilla Slab", serif!important;
    margin-bottom: 80px!important;
}



body.page-template-category_type_page #content .entry-content .category_type_item{
    display: block;
    margin: 0 auto 80px;
}

body.page-template-category_type_page #content .entry-content h3,
body.page-template-category_type_page #content .entry-content .category_type_item h2,
body.page-template-category_type_page #content .entry-content .category_type_item .one_item,
body.page-template-category_type_page #content .entry-content .category_type_item .one_item iframe{
    display: block;
    margin: 0 auto;
}

body.page-template-category_type_page #content .entry-content .category_type_item .one_item,
body.page-template-category_type_page #content .entry-content .category_type_item .readmore{
    position: relative;
    display: block;
    margin: 0 auto;
    float: none;
    max-width: 640px;
    width: 90%;
}
body.page-template-category_type_page #content .entry-content .category_type_item .readmore{
    text-align: center;
}

body.page-template-category_type_page #content .entry-content .category_type_item .one_item h2 a{
    display: inline-block;
    font-size: 22px;
    font-family: 'Merriweather', serif!important;
    color: black !important;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .8px;
}

body.page-template-category_type_page #content .entry-content .category_type_item .one_item .thumbnail_image_wrap{
    margin-bottom: 30px;
}

body.page-template-category_type_page #content .entry-content .category_type_item .one_item .thumbnail_image_wrap img{
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
}

body.page-template-category_type_page #content .entry-content .category_type_item .one_item p{
    font-family: 'Merriweather', serif!important;
    max-width: 640px;
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
}






/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* GAllery Publications  */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * */

div.gallery-publications .wrapper-inner-blocks{
    width: 100%;
    position: relative;
    display: block;
}
div.gallery-publications .wrapper-inner-blocks::after{
    content: '';
    display: table;
    width: 100%;
}
div.gallery-publications .wrapper-inner-blocks figure.wp-block-image{
    width: calc((100% /3) - 20px);
    display: inline-block;
    margin-bottom: 10px;
}
div.gallery-publications .wrapper-inner-blocks figure.wp-block-image a,
div.gallery-publications .wrapper-inner-blocks figure.wp-block-image a img{
    display: block;
}


@media (max-width : 680px){
    div.gallery-publications.wp-block-editor-blocks-wrapper .wrapper-inner{
        padding: 0;
    }
    div.gallery-publications .wrapper-inner-blocks{
        padding: 0 10px;
        box-sizing: border-box;
    }

    div.gallery-publications .wrapper-inner-blocks figure.wp-block-image{
        width: calc(50% - 20px);
        display: inline-block;
    }
}