
/**
 *
 * Fragrance Foundation France THEME 3.0
 * Author : Alexandre Cagnoli
 *
 *
 */


 /* CSS DIRECTORY
	1. =BASE
	2. =PRIMARY
	3. =LAYOUT
	4. =GLOBAL
	5. =HEADER
	6. =FOOTER
	7. =PAGES_TEMPLATES
	8. =TRANSITION KEYFRAMES
    9. =MEDIA_QUERIES
*/



@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');





/* ==========================================================================
===BASE===
========================================================================== */


body{
    font-family: 'Raleway', sans-serif;
    color:#2B2B29;
    font-size:15px;
}
*
{
    box-sizing:border-box;
}
*:focus {
    outline: none;
}
.jumbo{
    font-size:3em;
}
.big{
    font-size:1.5em;
}
.small{
    font-size:0.9em;
}
.clearafter:after{
    content:"";
    display:block;
    clear:both;
}
.clearfloat{
    clear:both;
}
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/* Estelle */
.center{
  text-align: center;
}
/*IMAGE ALIGNMENT */

.alignright, .alignleft, .wp-block-image .alignright, .wp-block-image .alignleft
{
    display:block;
    max-width:90%;
    margin:0 auto;
    height:auto;
    float:none;
}
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
    display: block;
    caption-side: bottom;
}
.aligncenter
{
    height:auto;
    max-width:100%;
    margin:0 auto;
    float:none;
    display:block;
}
main img
{
    max-width:100%;
    height:auto;
}
.small
{
    font-size:0.8em;
}
.nopadding{
    padding:0px !important;
}
.nomargin{
    margin:0px !important;
}
.nobullets{
    list-style-type:none;
    padding-left:5px;
}
.noradius
{
    border-radius:0 !important;
}
.noborder{
    border:0 !important;
}
.roundcorners-3 {
    border-radius:3px;
}
.roundcorners-5 {
    border-radius:5px;
}
.roundcorners-10 {
    border-radius:10px;
}
.shadow{
     box-shadow: 1px 1px 5px #ccc;
}
.hidden
{
    display:none;
}
.img-circle{

    border-radius:50%;
    height:auto;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
  
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
  
  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  
  /*
   * Hide visually and from screen readers
   */
  
  .hidden {
    display: none !important;
  }
  
  /*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
  
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
  
  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
  * Hide visually and from screen readers, but maintain layout
  */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
  
  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  
  .clearfix:after {
    clear: both;
  }



/* ==========================================================================
===PRIMARY===
========================================================================== */
a{
    text-decoration:none;
    color:#A7A18F;
}
.readmore
{
    color:#A7A18F;
    text-transform:uppercase;
    font-weight:600;
    margin:1em 0;
    display:inline-block;
    letter-spacing:.1em;
    font-size:.8em;
}
.btn
{
    text-transform:uppercase;
    padding:1em;
    font-size:.9em;
    font-weight:600;
    letter-spacing:.1em;
    margin:.5em;
    display:inline-block;
}
.btn:hover{
    cursor:pointer;
    opacity:.8;
}
.btn-light
{

}
.btn-black
{
    border:1px solid #000;
    background:#2B2B29;
    color:#fff;
}
.btn-light.btn-white
{
    background:transparent;
    border:1px solid #fff;
    color:#fff;   
}
.btn-light.btn-lightbrown
{
    background:transparent;
    border:1px solid #B1B1A3 !important;
    color:#B1B1A3;   
    border-radius:0 !important;
}
.btn-light.btn-black
{
    background:transparent;
    border:1px solid #2B2B29;
    color:#2B2B29;   
}

.bg-lightgrey
{
    background-color:#FAFAFA;
}

/* TABLES */
table tr td, table tr th
{
    text-align:left; padding-right:45px !important;
}



 table tr td
{
       border-bottom: 1px solid #E3E3E3;
}

table tr td ,  table tr th
{
    padding:15px 0;
    vertical-align:middle;
  
}

/* ==========================================================================
===LAYOUT===
========================================================================== */
main
{

}
.container
{
    max-width:1600px;
    margin:0 auto;
    padding:1em;

}
.container-flex{
    display:flex;
    flex-direction:column;
}

/* ==========================================================================
===GLOBAL===
========================================================================== */
p,ul{
    line-height:1.5em;  
}
figure:not(.is-type-video)
{
    text-align:center;
}
figure.wp-block-embed{
    margin:2em 0;
}
figcaption{
    margin-top:1em;
}
figcaption span{
    font-weight:800;
    text-transform:uppercase;
    display:block;
}
blockquote::before{
    width:71px;
    height:47px;
    display:block;
    content:"";
    background:url(../img/quote.svg);
    position:absolute;
    margin-left:-100px;
}
blockquote{
    width:70%;
    margin:4em 0 4em  30%;
    font-family: 'Montserrat', sans-serif;
    color:#2B2B29;

}
blockquote q{
    font-size:1.4em;
    text-align:left;
    display:block;
    margin-bottom:1em;
}
blockquote cite{
    font-style:normal;
}
/* FORMS */
form, label{
    width:100%;
}
input:not([type=button]):not([type=submit]), textarea{
    border:1px solid #dbdbdb;
    background:white;
    padding:1em;
   
    width:100%;
}
select {
    border: 1px solid #E3E3E3;
    background: white;
    padding: 1em;


}
label{
    font-weight:800;
    margin-bottom:.5em;
    display:inline-block;
    margin-top:1em;
}
form{

    max-width:1000px;
    margin:0 auto;
}

main section:not(.hero):not(.cta)
{
    padding:1.5em inherit;

}
 .section-title
{
    text-align:center;
    padding:2em 0;
    font-size:1em;
    margin:0 auto;
    letter-spacing:.1em;
    line-height:1.8em;
}

.section-subtitle
{
    margin:.2em;
}
.breadcrumbs
{
    font-size:.8em;
    padding:2em;
    border-bottom:1px solid #E3E3E3;
    font-weight:600;
    text-transform:uppercase;
}
.breadcrumbs ul
{
    display:flex;
    list-style-type:none;
}
.breadcrumbs ul li {
    padding:.5em 1em;    
    position:relative;
}
.breadcrumbs ul li a{
    color:#B1B1A3;
}
.breadcrumbs ul li:not(:last-child):after{
    content:"•";
    position:absolute;
    top: .25em;
    right:-.2em;
    font-size:2em;
    color:#E3E3E3
}


.list-filters
{
    text-align:right;
}
.section-header
{
    text-align:center;
    padding: 2em;

}
.page .section-header{
    max-width:900px;
    margin:0 auto; 
}
.section-header .section-title
{
    padding:2em 0 1em;
}
.home .hero{
    background-attachment: fixed;
}
.hero
{
    text-align:center;
    width:100%;
    color:#fff;
    background-size:cover;
    
    background-position:center center;
    display:flex;
    flex-direction:column;  
    justify-content:flex-end;
    align-items:center;
    padding:1em;

}
.hero-content
{
    max-width:98%;
    padding: 1em 3em;
    background-color:rgba(0,0,0,.5);
}

.hero .hero-title
{
    font-size:2.3em;
    font-weight:800;
    text-transform: uppercase;
    margin:.6em 0;
}
.hero .hero-subtitle
{
    font-weight:700;
    font-size:1.1em;
    text-transform: uppercase;
    letter-spacing:.1em;
}
.hero .hero-category
{
    text-transform:uppercase;
    font-weight:bold;
    margin:0;
    font-size:1.15em;
    letter-spacing:.2em;
}
.slick-arrow.slick-prev{
    display: block;
    height: 48.58px;
    width: 30px;
    border:0;
    text-indent:-9999999px;
    cursor:pointer;
    position:absolute;
    top:calc(50% - 25px);
    left:-100px;
    background: url('../img/icons/chevron-left.svg') no-repeat;
  }
  .slick-arrow.slick-next{
    display: block;
    height: 48.58px;
    width: 30px;
    border:0;
    text-indent:-9999999px;
    cursor:pointer;
    position:absolute;
    top:calc(50% - 25px);
    right:-100px;
    background: url('../img/icons/chevron-right.svg') no-repeat;
  }
.slick-news .item
{
    padding:0 1em;
    text-align:center;
}
.slick-news .item .item-category{
    font-weight:600;
    font-weight:bold;
    text-transform:uppercase;
}
.slick-news .item .item-title{
    margin:2em 0;
}
.slick-news .item .item-title a{
    color:#2B2B29;
}
.slick-news .item .item-thumb{
    display:block;
    margin:3em auto;
}
.slick-news .item .item-thumb{
    
}
.slick-news .item .item-thumb{
    
}
.slick-members .item{
    min-height:100px;
    padding:.5em 1em;
    margin:.5em;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.slick-members.slick-initialized .slick-track {
    display: flex;
}
.slick-members.slick-initialized .slick-track .slick-slide 
{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
/* Sections blocks like in homepage */
.sections-blocks
{   

    display: flex;
    flex-direction:column;
}
.sections-blocks .sections-blocks-item
{
    position:relative;
    display:block;
    min-height:100px;
    background-size:cover;
    background-position:center center;
}
.sections-blocks .sections-blocks-item:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    transition: all .3s ease-in-out;
}
.sections-blocks .sections-blocks-item:hover:after{
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;

}

.sections-blocks .item-title
{
    opacity:1;
    color:#fff;
    text-transform:uppercase;
    color:rgba(255,255,255,1);
    transition: all .5s;
    width:100%;
    text-align:center;
    margin:1em 0;
    font-size:3em;
    font-weight:100;
}
.sections-blocks .sections-blocks-item:hover .item-title{
    opacity:1;
    margin-bottom:1em;
}
/* Big Blocks */
.section-big-blocks .item-content
{
    padding:2em;
}
.icon-blocks
{
    display:flex;
    flex-direction:column;
    text-align:center;
    font-size:.9em;
}
.icon-blocks .item
{
    padding:2em 1em;
    color:#2B2B29;
}
.icon-blocks .item .item-title
{

    letter-spacing:.1em;
    margin:1em 0;
    text-transform:uppercase;
}
.icon-blocks .item .item-desc
{
    margin:2em 0;
}
.icon-blocks .item .item-icon
{
    max-width:80px;
    max-height:80px;
}
.cta
{
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    padding:6em 3em;
    text-align:center;
    margin:0;
    color:#fff;
}
.cta .cta-title
{
    font-size:2em;
    font-weight:600;
    margin:.6em auto;
    color:#fff;

}
.cta .cta-category
{
    text-transform:uppercase;
    font-weight:bold;
    margin:0;
    font-size:1.15em;
    letter-spacing:.2em;
}
.cta .btn{

    margin-top:1em;
}

a.push-banner{
    display:inline-block;
    max-width:960px;
}
.instagram-wall{

}
.instagram-wall .container-flex{
    flex-wrap:wrap;
   justify-content:center;
}

.editorial
{
    display:flex;
    flex-direction:column;
    margin-bottom:4em;
}

.mission
{

}
.mission .item{
padding:2em;
text-align:center;
}
.mission .item-thumb{
    max-width:200px;
}

/* Archive Board */
.board-direction
{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.board-members-feed
{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.board-members-feed .item
{
    text-align:center;
    padding:2em 1em;
    width:250px;
}
.board-members-feed .item-title
{
    font-size:1em;
    margin:1em  auto .5em;
    text-transform:uppercase;
}
.board-members-feed .item-title a{ 
    color:#2B2B29;
}

.board-members-feed .item-role
{
    font-size:.8em;

    margin:0 auto;
    color:#615E55;
    font-style:italic;
}
.board-members-feed .item-company
{
    margin:.5em auto;
    font-size:.8em;
    color:#615E55;
    font-weight:700;
    text-transform:uppercase;
}
.board-members-feed .item-thumb
{
    max-width:160px;
    border:5px solid #e1e1db;
    border-radius:50%;
    margin:0 auto;
}
/* Archive Members */
.members-feed
{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}
.members-feed  .item{
    padding:3em;
    margin:.5em;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-basis:250px;
}

.members-feed  .item img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.members-feed  .item:hover img
{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);   
}

/* Single Board */
.board-profile 
{
    text-align:center;
    margin:1em auto;
    max-width:600px;
    line-height:1.5em;
}
.board-profile .item-title{
    font-size :1.2em;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:.1em;
    margin-bottom:1em;
}
.board-profile .item-role{
    font-size:.9em;
    margin:0;  
    font-style:italic;
    color:#615E55;
}
.board-profile .item-company{
    font-size:.9em;
    margin:0;
    color:#615E55;
    font-weight:600;    
}
.board-profile .item-image{
    padding:0 2em;
}

/* Single Member */
.member-profile 
{
    text-align:center;
    margin:1em auto;
    line-height:1.5em;
    max-width:600px;
}
.member-profile .item-title{
    font-size :1.2em;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:.1em;
    margin:0 0 1em;
}
.member-profile .item-role{
    font-size:.9em;
    margin:0;  
    font-style:italic;
    color:#615E55;
}
.member-profile .item-contact{
    list-style-type:none;
    padding:0;
    line-height:1.5em;
}
.member-profile .item-address{
font-style:normal;
font-weight:bold;
}
.member-profile .item-website{
    font-size:.9em;
    margin:0;
    font-weight:600;
    display:inline-block;
    margin-top:1em;    
}

/* News feed */
.news-feed .item
{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:1em 0;
    padding:1em 0 2em;
    border-bottom:1px solid #E3E3E3;
}
.news-feed .item-thumb
{
    margin-bottom:2em;
    max-width:150px;
}
.news-feed .item-title a
{
    color:#2B2B29;
    font-size:1.3em;
}
.news-feed .item-arrow
{
    margin-left: auto;
    display:none;
}
.news-feed .item-meta
{
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    font-size:.7em;
    letter-spacing:.1em;
    font-weight:700;  
    line-height:1.2em;
}
.news-feed .item-title{
    font-size:1.2em;
}
.news-feed .item-cat, .news-feed .item-tags
{
    font-family: 'Montserrat', sans-serif;
    padding:0;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-weight:700;
    display:inline-block;
}
.news-feed .item-tags
{
    font-size:.7em;  
    display:none;
    line-height:1.2em;
}
.news-feed .item-cat li, .news-feed .item-tags li{
    display:inline-block;
}
.news-feed .item-cat li:not(:last-child):after, .news-feed .item-tags li:not(:last-child):after{
   content:", ";
}
.news-header .search-form
{
    display:flex;
    padding-top:0;
    padding-bottom:0;
    max-width:100%;
}
.search-form input
{
    margin-bottom:0;
}
.search-form button
{
    margin-left:1em;
    border:1px solid#E3E3E3;
    background-color:#fff !important;
    color:#B1B1A3;
    font-size:.8em;
    letter-spacing:.1em;
}
.filters{
    text-align:right;
    margin: 0 auto;
}

.page-numbers
{
    list-style-type:none;
    display:flex;
    padding:0;
    justify-content:center;
    font-family: 'Montserrat', sans-serif;
    margin-top:2em;
}

.page-numbers li a, .page-numbers li span{
    display:inline-block;
    border-radius:50%;
    width:50px;
    height:50px;
    margin:.3em;
    border:2px solid #E2E2E2;
    text-align:center;
    color:#B1B1A3;
    line-height:45px;
}
.page-numbers li span.current
{
    color:#fff;
    background:#B1B1A3;
}
.page-numbers li a img
{
    max-width:10px;
}

/* Article */

.single .article-header
{
}

.single .article-meta, .single  .article-tags
{
    font-family: 'Montserrat', sans-serif;
    padding:0;
    line-height:1.5em;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-weight:500;
    display:inline-block;
   
}
.single .article-meta .article-cat li, .single .article-tags li
{
    display:inline-block;

}
.single .article-meta .article-cat li:not(:last-child):after, .single .article-tags li:not(:last-child):after{
    content:", ";
 }
.single .article-banner
{
    display:block;
    margin:1em auto;
}
.single .article-content
{
    max-width:1200px;
}
.single .article-title
{
    
}

.single .article-content h3,
.page .editorial h3
{
    letter-spacing:.1em;
}
.single .article-header h1, 
.page .page-content  h1
{
    font-size:2em;
    font-weight:900;
    line-height:1.1em;
}



.single .article-content h2, 
.page .page-content  h2
{
    font-size:3em;
  
    font-weight:100;
}
.single .article-content * + h2, 
.page .page-content  * + h2{
padding-top:.5em;
}
.single .article-content h3, 
.page .page-content h3
{
    font-size:1.5em;

    font-weight:900;
    text-transform:uppercase;
    margin:2em 0 1em;
}

.single .article-content h4, 
.page .page-content  h4
{
    font-size:1.1em;
    font-weight:800;
    text-transform:uppercase;
    margin:1em 0;
    letter-spacing:.1em;
}

.single .article-share
{
    max-width:1200px;
    border-top:1px solid #E3E3E3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:1em;
}
.single .article-share span{
    font-size:1.2em;
    font-weight:700;
}
.single .article-share .share-links
{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
}
/* ==========================================================================
===HEADER===
========================================================================== */
.site-header
{
    position:relative;
    width:100%;
    background-color:rgba(0,0,1);
    display:flex;
    padding:0 2em;    
    justify-content:space-between;
}

.site-header .site-logo span.monogramme
{
    margin-right:.3em;
}
.site-header .site-logo .logo{
    display:none;
}
.site-header nav.main-navigation {

    display:none;
}
.site-header nav.main-navigation  ul{
    list-style-type: none;
    padding:0;
    margin:0;

}
.site-header nav.main-navigation > ul{
    display:flex;
    flex-direction:column;
}
.site-header nav.main-navigation ul li {
    position:relative;   
}
.site-header nav.main-navigation ul li.menu-item-has-children{
    padding-right:.4em;
    margin-right:.5em;
}
.site-header nav.main-navigation ul > li span.arrow 
{
    display:none;
}
.site-header nav.main-navigation ul > li.menu-item-has-children span.arrow {
    display: inline-block;
    cursor:pointer;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position:absolute;
    color:#fff;
    top:35px;
    font-size:.9em;
    margin-top:-0.8em;
    right:0;
    opacity:0.5;
}
.site-header nav.main-navigation  ul  li  a{
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    padding:1em;
    display:block;
    font-size:.85em;
    font-weight:600;
    letter-spacing:.1em;
}
.site-header nav.main-navigation > ul > li > a
{
    padding:2em 1em;
}
.site-header nav.main-navigation  ul ul{

    display:none;   
}
.site-header .hamburger-link
{
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    padding:1em;
    display:block;
    font-size:1.4em;
    font-weight:600;
    padding:1em 0;  
}
/* ==========================================================================
===FOOTER===
========================================================================== */
.site-footer
{
    background-color:#000000;
    text-align:center;
    padding:2em;
}
.site-footer .social-media-nav 
{
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    justify-content:center;
    padding:0;
}
.site-footer .social-media-nav a
{
    color:#615E55;
    font-size:1.5em;
    margin:.15em;
}
.site-footer .footer-nav ul{
    display:flex;
    flex-wrap:wrap;
    font-size:.8em;
    margin:2em 0;   
    padding:0;
    list-style-type: none;
    justify-content:center;

}
.site-footer .footer-nav ul li a{
    color : #615E55;
    font-weight:600;
    display:inline-block;
    margin:.5em;
}

/* ==========================================================================
===PAGE_TEMPLATES===
========================================================================== */
.home .site-header
{

    background-color:rgba(0,0,0,1);
}
.home .hero{

}
.home .hero .hero-content{
    max-width:100%;
    padding: 3em;
}
.home .hero .hero-title
{
    font-size:2.5em;
    font-weight:800;
    margin:.3em 0 .6em 0;
}

/* Hacks */

#sb_instagram #sbi_load {
margin:2em 0;
}
.video-responsive { 
    overflow:hidden; 
    padding-bottom:56.25%; 
    position:relative; 
    height:0;

    }
    
    .video-responsive iframe {
    left:0; 
    top:0; 
    height:100%;
    width:100%;
    position:absolute;
    }

.page-id-10254 .container.editorial{
    max-width:100%;
    width:100%;
    padding-left:0;
    padding-right:0;
}
/* ==========================================================================
Media Queries
========================================================================== */


@media only screen and (max-width: 767px) {
    .site-header
    {
        align-items:flex-start;
    }
    .site-header .site-logo .monogramme
    {
        display:inline-block;
        margin-top:1em;
    }
    .site-header nav
    {
        text-align:center;
        align-self:flex-start;
        font-size:1em;
        align-items:flex-start;
        margin-right:auto;
    }
    .site-header .main-navigation.collapsed
    {
        height:100vh;    
        display:flex;
        align-items:flex-start;
        padding-top:100px;
        text-align:left;
        flex-wrap:wrap;
        width:100%;
    }
    .site-header .main-navigation.collapsed ul
    {
        width:100%;
    }
    .site-header .main-navigation.collapsed ul ul
    {
       padding-left:.5em;
       margin-left:1em;
       border-left:1px dotted #615E55;
    }
    .site-header nav.main-navigation > ul > li > a {
        padding: 1.5em 1em;
        font-size:1em;
    }


}

  @media only screen and (min-width: 768px) {
      .container{
          padding:2em;
      }
      .btn
      {
          padding:1em 2em;
      }
      .alignleft, .wp-block-image .alignleft{
        margin: .5em 2em 1em 0;
        float:left;
    }
    .alignright, .wp-block-image .alignright{
        margin: .5em 0 1em 2em;
        float:right;
    }
    .site-header nav.main-navigation {
        display:block !important; 
    }
    .site-header nav.main-navigation > ul{
        flex-direction:row;
    }
    .site-header nav.main-navigation  ul ul{
        position:absolute;
        z-index: 2;

    }
    .site-header nav.main-navigation  ul li:last-child ul{
        right:-40px;
    }
    .site-header .hamburger-link{
        display:none;
    }
    .site-header .site-logo
    {
        display:flex;
        align-items:center;
    }
    .hero{
        padding:120px 0;
    }
    .hero-content
    {
        max-width:80%;
    }
    .home .hero .hero-title
    {
        font-size:3em;
    }
    .site-footer .social-media-nav a
    {
        color:#615E55;
        font-size:2em;
        margin:.15em;
    }
    .site-footer a:hover
    {
        opacity:.8;
    }
    
    /* Blocks Home */
    .sections-blocks
    {   
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0px;
        grid-auto-rows: minmax(450px, auto);
        margin:60px 0;
    }
    .sections-blocks .item-title
    {
        color:#fff;
        text-transform:uppercase;
        color:#fff;
        width:100%;
        text-align:center;
        position:absolute;
        bottom:10%;
        font-size:3em;
    }
    /* Big blocks */
    .section-big-blocks .item
    {
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
    }
    .section-big-blocks .item > *
    {
        flex-basis:50%;
    }
    .section-big-blocks .item .item-thumb img
    {
        width:100%;
    }
    .section-big-blocks .item .item-content
    {
        padding:0 3em;
    }
    .section-big-blocks .item .item-title
    {
        font-size:1.2em;
    }
    .section-big-blocks .item:nth-child(odd) .item-thumb
    {
        order:2;
    }
    .section-big-blocks .item:nth-child(odd) .item-content
    {
        order:1;
    }
    /* Mission */
    .mission-flex
    {
        display:flex;
        flex-direction:row;
        align-items:flex-start;
        text-align:center;
        flex-wrap:wrap;
    }
    .mission .item{
        padding:2em;
        flex-basis:50%;
    }
    .mission .item-thumb{
        max-width:200px;
    }
    .icon-blocks
    {
        display:flex;
        flex-direction:row;
        align-items:flex-end;
        text-align:center;
        flex-wrap:wrap;
    }
    .icon-blocks.col-4 .item
    {
        flex-basis:50%;
    }
    /* archive */
    .news-feed .item-arrow
    {

        display:block;
    }
    .news-feed .item-thumb
    {
        max-width:250px;
    }
    /* NEWS FEED */
    .news-feed .item {
        flex-direction: row;
    }
    .news-feed .item-title {
        font-size:1.5em;
        line-height:1.2em;
    }
    .news-feed .item-tags {
        display:block;
    }
    .news-feed .item-thumb {
        margin-bottom: 0;
        margin-right: 2em;
    }
  }
  

  @media only screen and (min-width: 1024px) {
    .container-flex{
        display:flex;
        flex-direction:row;

    }
    .flex-col-2 > *
    {
        flex:1;
        padding:1em;
    }
    .site-header nav.main-navigation  ul li:hover ul{
        display:block; 
        padding:.5em;  
        background:rgba(0,0,0,0.7);
    }
    .site-header nav.main-navigation  ul li:hover ul li{
        display:block;  

    }
    .hero-content
    {
        max-width:60%;
    }
    .cta .cta-title
    {
        max-width:50%;
    }
    .editorial
    {
        display:flex;
        align-items:center;
        flex-direction: row;
        justify-content: center;
    }
    .editorial figure
    {
        flex:1;

    }
    .editorial .content
    {
        flex:2;
        padding:0 3em;
    }
   .page-template-page-awards .editorial .content
    {
        flex:1;

    }
    .icon-blocks.col-4 .item
    {
        flex-basis:25%;
    }
    .single .article-header h1, 
    .page .page-content  h1
    {
        font-size:4em;
        font-weight:900;
        
    }
    /* Single Board */
    .board-profile 
    {
        text-align:left;
        max-width:100%;
        display:flex;
        align-items:center;
        justify-content:space-between;
        max-width:1600px;
    }
    .board-profile .item-image{
        flex:1;
        text-align:center;
        margin-right:2em;
    }
    .board-profile .item-content{
        flex:2;
        max-width:800px;

    }
    /* Single Member */
    .member-profile 
    {
        text-align:left;
        max-width:100%;
        display:flex;
        justify-content:space-between;
        max-width:1600px;
    }
    .member-profile .item-info{
        flex:1;
        text-align:center;
        margin-right:2em;
    }
    .member-profile .item-content{
        flex:2;

    }
    .sections-blocks .sections-blocks-item:after{
        background-color:rgba(0,0,0,0);
        transition: all .3s ease-in-out;
    }
    .sections-blocks .sections-blocks-item:hover:after{
        background:rgba(0,0,0,0.5);   
    }
    
    .sections-blocks .item-title
    {
        color:rgba(255,255,255,0);
        margin-bottom:0em;
    }
    .sections-blocks .sections-blocks-item:hover .item-title{
        margin-bottom:1em;
        color:rgba(255,255,255,1);
    }
  }

  @media only screen and (min-width: 1280px) {
    .home .hero{

    }
    .site-header .site-logo .logo{
        display:block;
        margin-left:1em;
    }
    .mission .item{
        display:flex;
        align-items:center;
    }
    .mission .item:nth-child(odd)
    {
        flex-direction:row-reverse;
        text-align:right;
    }
    .mission .item:nth-child(even)
    {
        flex-direction:row;
        text-align:left;
    }
    .mission .item-thumb{
        max-width:250px;
        margin:2em;
    }
    .section-big-blocks .item .item-content
    {
        padding:0 5em;
    }
    .slick-members .item{
        padding:3em;
    }
  }
  @media only screen and (min-width: 1600px) {
      .container{
        width:80%;
      }
      .home .hero{
   
    }
    .section-big-blocks .item .item-content
    {
        padding:0 6em;
    }

  }


  .gform_wrapper input:not([type=button]):not([type=submit]), textarea {
    border: 1px solid #dbdbdb;
    background: white;
    padding: 1em;
    width: auto;
}

.gform_wrapper  label {
    margin-top: 0;
}

@media (min-width: 641px)
{
    .gform_wrapper.gravity-theme .ginput_container_address span.ginput_right
     {
        margin-bottom: 8px;
    }
}

.gform_wrapper  .gform_next_button{
    border: 1px solid #000;
    background: #2B2B29;
    color: #fff;
    text-transform: uppercase;
    padding: 1em;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0.5em;
    display: inline-block;
}
.gform_wrapper  .gform_previous_button{
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 1em;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0.5em;
    display: inline-block;
}
.gfield_radio > *{
  margin:1em 0;  
}
.gform_title{
    display:none;
}
@media only screen and (min-width: 768px)
{
    .gform_wrapper  .gform_next_button,
    .gform_wrapper  .gform_previous_button {
        padding: 1em 2em;
    } 
}
