/*

Theme Name: Paradise

Author: Aurélien BERNARD

Author URI: http://www.aurelienbernard.com

Version: 0.1

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: paradise

Domain Path: /languages/

*/



/* Table of content

-----------------------------------------------

1. Global

2. Content

3. Post styling

4. Singe Post/Page Pagination

5. Media

6. Widgets

7. Buttons

8. Infinite Scroll

8. Custom Styles

9. Navigation

10. Comments

11. Attachment styling

12. Gallery

13. Footer

14. Social icons

15. Call For Action

*/



/* =Global

----------------------------------------------- */

body {
  color: #333332;
  background-color: #ffffff;
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  font-size: 14px;
}



a {

  color: #DA4453;

  text-decoration: none;

  -webkit-transition: all 0.3s;

     -moz-transition: all 0.3s;

       -o-transition: all 0.3s;

          transition: all 0.3s;

}



a:hover,

a:focus {

  color: #DADADA;

  text-decoration: none;

}



a:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

  color: #DA4453;

  font-weight: 700;

  font-family: 'Open Sans', serif;

}



h1,

.h1 {

  font-size: 28px;

}



h2,

.h2 {

  font-size: 24px;

}



h3,

.h3 {

  font-size: 20px;

}



h4,

.h4 {

  font-size: 16px;

}



h5,

.h5 {

  font-size: 14px;

}



h6,

.h6 {

  font-size: 13px;

}



img {

  height: auto; /* Make sure images are scaled correctly. */

  max-width: 100%; /* Adhere to container width. */

}

button,

input,

select,

textarea {

  font-size: 100%; /* Corrects font size not being inherited in all browsers */

  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline; /* Improves appearance and consistency in all browsers */

  *vertical-align: middle; /* Improves appearance and consistency in all browsers */

}



input[type="checkbox"],

input[type="radio"] {

  padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  -moz-box-sizing:  content-box;

  box-sizing:     content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;

  padding: 0;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

  color: #666;

  border: 1px solid #E8E8E8;

  border-radius: 3px;

}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

  color: #111;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

  padding: 3px;

}

textarea {

  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;

  vertical-align: top; /* Improves readability and alignment in all browsers */

  width: 100%;

}





/* Alignment */

.alignleft {

  display: inline;

  float: left;

  margin-right: 1.5em;

}

.alignright {

  display: inline;

  float: right;

  margin-left: 1.5em;

}

.aligncenter {

  clear: both;

  display: block;

  margin: 0 auto;

}



/* Text meant only for screen readers */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

}



.screen-reader-text:hover,

.screen-reader-text:active,

.screen-reader-text:focus {

  background-color: #f1f1f1;

  border-radius: 3px;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

  clip: auto !important;

  color: #21759b;

  display: block;

  font-size: 14px;

  font-weight: bold;

  height: auto;

  left: 5px;

  line-height: normal;

  padding: 15px 23px 14px;

  text-decoration: none;

  top: 5px;

  width: auto;

  z-index: 100000; /* Above WP toolbar */

}



/* Clearing floats */

.clear:before,

.clear:after,

.gallery:before,

.gallery:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after,

.home-widget-area:before {

  content: '';

  display: table;

}



.clear:after,

.entry-content:after,

.gallery:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after,

.home-widget-area:before {

  clear: both;

}



/* =Content

----------------------------------------------- */



.sticky {

}

.hentry {

  margin: 0;

}

.byline,

.updated {

  display: none;

}

.single .byline,

.group-blog .byline {

  display: inline;

  margin-right: 0;

}

.page-content,

.entry-content,

.entry-summary {

  margin: 1.5em 0 0;

}

.page-links {

  clear: both;

  margin: 0 0 1.5em;

}

.main-content-area {
  margin-bottom: 40px;
}

/* =Post styling

----------------------------------------------- */

.entry-meta a {

  font-size: 13px;

  color: #333332;

}

.entry-meta {
  margin-bottom: 10px;
}

footer.entry-meta {

  margin-bottom: 0;

}

.page-header {
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 0;
  padding-bottom: 0;
}

.entry-meta .fa {

  font-size: 14px;

  margin-right: 3px;

}

.entry-meta span {

  margin-right: 10px;

}

.entry-title {
  color: #444;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
}

.entry-title a {

  color: #444;

}

.entry-title a:hover {

  color: #DA4453;

}

.btn.btn-default.read-more {

  float: right;

  margin-top: 10px;

  font-size: 12px;

  padding: 11px 13px;

}

.search .btn.btn-default.read-more {

  float: none;

}

hr.section-divider {

  border-color: #E8E8E8;

  margin-top: 50px;

  margin-bottom: 50px;

}

/* author */

.author-bio {

  clear: both;

  width: 100%;

  padding-top: 35px;

  padding-bottom: 35px;

}

.author-bio .avatar {

  float: left;

}

.author-bio-content h4 {

  font-size: 14px;

  margin-top: 0;

}

.author-bio .author-bio-content {

  margin-left: 74px;

}

.secondary-content-box {

  padding-top: 0;

  padding-bottom: 0;

}

.single-view,

.blog-item-wrap {
  margin-bottom: 50px;
}

.post-inner-content {
  border-top: none;
}

.single .post-inner-content {
  padding: 0 0 0 70px;
}

.home .post-inner-content {
  padding: 0 0 0 15px;
}

.entry-title {
  margin-top: 10px;
}

.more-link,

.says {

  display: none;

}

.comment-author .fn,

.author-bio h4,

.comment-reply-title {

  text-transform: uppercase;

  font-weight: 700;

}



/* =Singe Post/Page Pagination

----------------------------------------------- */

.page-links span {

  display: inline-block;

  color: #fff;

  background-color: #DA4453;

  border-radius: 4px;

  padding: 2px 10px;

  margin-left: 2px;

}

.page-links a span {

  background-color: inherit;

  border: 1px solid #E8E8E8;

  color: #DA4453;

  -webkit-transition: all 0.5s;

     -moz-transition: all 0.5s;

       -o-transition: all 0.5s;

          transition: all 0.5s;

}

.page-links a:hover span {

  background-color: #DA4453;

  border: 1px solid #DA4453;

  color: #fff;

}

.pagination .fa-chevron-left,

.pagination .fa-chevron-right {

  font-size: 12px;

}

.pagination li a {

  color: #DA4453;

}

.pagination li:hover a {

  color: #DA4453;

}

.pagination>.active>a,

.pagination>.active>span,

.pagination>.active>a:hover,

.pagination>.active>span:hover,

.pagination>.active>a:focus,

.pagination>.active>span:focus {

  color: #FFF;

  background-color: #DA4453;

  border-color: #DA4453;

}

.pagination>li>a,

.pagination>li>span {

  padding: 9px 14px;

  border-color: #dadada;

}

.bottom-pagination {

  text-align: center;

}



/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

  display: none;

}



/* =Media

----------------------------------------------- */



.page-content img.wp-smiley,

.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

  border: none;

  margin-bottom: 0;

  margin-top: 0;

  padding: 0;

}

.single-featured, .varietes-thumbnail {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}

.post-inner-content.content-archive {
  display: flex;
  width: 100%;
}

.content-archive-img-container { 
    -webkit-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  width: 250px;
  padding-right: 20px;
  height: 100%;
}

.content-archive-entry-container {
    -webkit-flex-basis: 66%;
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
}

.content-archive {
  width: 100%;
}

a.content-archive-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  color: black;
}

a.content-archive-title:hover {
  color:#DA4453;
}

.entry-content.content-archive-summary {
  margin-top:15px;
}


.entry-content.content-archive-summary p {
  font-size: 14px;
}

.single-featured:hover {
  /*opacity: 0.8;*/
}

.varietes-thumbnail {
  float: left;
  margin-right: 20px;
}

.strain-header {
  position: relative;
}

.strain-header h3 {
  position: absolute;
  bottom: 0;
  z-index: 11;  
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  width: 100%;
  padding: 5px 15px;
  text-shadow: 1px 1px #000;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 22px;
  text-align: center;
}

.strain {
  margin-bottom: 20px;
}



.wp-caption {

  border: 1px solid #ccc;

  margin-bottom: 1.5em;

  max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

  display: block;

}

.wp-caption-text {

  text-align: center;

}

.wp-caption .wp-caption-text {

  margin: 0.8075em 0;

}



/* Make sure embeds and iframes fit their containers */

/*embed, iframe, object {
  max-width: 100%;
  max-height: 100%;
}*/


/* =Widgets

----------------------------------------------- */



/* Make sure select elements fit in widgets */

.widget select {

  max-width: 100%;

}

/* Search widget */

.widget_search .search-submit {

  display: none;

}

.widget ul li, ul.widgets-list-layout li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul {

  padding: 0;

  line-height: 18px;

  font-size: 14px;

}

.widget ul.nav.nav-tabs {

  padding: 0;

}

#secondary .widget {

  margin-bottom: 50px;

  color: #333332;

  overflow: hidden;

}

#secondary .widget:last-child {

  margin-bottom: 0px;

}

.tab-content ul li {

  list-style: none;

}

#secondary .widget_archive ul li:before,

#secondary .widget_categories ul li:before,

#secondary .widget_recent_comments ul li:before {

  font-family: fontawesome;

  margin-right: 10px;

}

#secondary .widget_archive ul li:before {

  content: '\f073';

}

#secondary .widget_categories ul li:before {

  content: '\f115';

}

#secondary .widget_recent_comments ul li:before {

  content: '\f0e5';

}

.well {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  clear: both;
}

#secondary .widget > h3 {

  font-size: 14px;

  text-transform: uppercase;

  margin-bottom: 25px;

  margin-top: 0;

  color: #636467;

}

#secondary .widget a, ul.widgets-list-layout a {
  color: #333332;
}

#secondary .widget a.link-visible {
  color: #DA4453;
  text-decoration: underline;
  font-weight: bold;
}

.widget ul ul {

  padding: 10px;

}

.widget #social ul li {

    border-bottom: 0;

}

.not-found-widget {

  margin-top: 30px;

}

@media (max-width: 767px) {

    #secondary {

        clear: both;

    }

}



/* Custom Category Widget */

.cats-widget ul li span {

  float: right;

}

/* Recent Post widgets */

.popular-posts-wrapper .post {

  float: left;

  clear: both;

  margin-bottom: 20px;

}

.popular-posts-wrapper .post .post-image {

  width: 60px;

  height: 60px;

  float: left;

  display: block;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  background-color: #DADADA;

  background-position: center center;

  background-repeat: no-repeat;

  overflow: hidden;

}

.popular-posts-wrapper .post .post-image img {

  border-radius: 4px;

  opacity: 1;

  -webkit-transition: opacity  0.5s;

     -moz-transition: opacity  0.5s;

       -o-transition: opacity  0.5s;

          transition: opacity  0.5s;

}

.popular-posts-wrapper .post .post-image img:hover {

  opacity: 0.6 !important;

}

.popular-posts-wrapper .post .post-content {

  margin-left: 80px;

}

.widget .post-content > span {

  display: block;

}

#secondary .widget .post-content a {

  color: #DA4453;

}

#secondary .widget .post-content a:hover {

  color: #DADADA;

}

.widget .post-content span {

    font-size: 12px;

}

.tagcloud {

  margin-top: 25px;

}

.tagcloud a {

  padding: 6px 7px;

  margin-right: 0;

  margin-bottom: 4px;

  line-height: 100%;

  display: inline-block;

  color: #FFF !important;

  background-color: #DADADA;

  border-radius: 3px;

  -webkit-border-radius: 3px;

  font-size: 12px !important;

}

.tagcloud a:hover {

  background-color: #DA4453;

  border-color: #DA4453;

}



/* =Buttons

----------------------------------------------- */

.btn-default, .label-default {

  background-color: #DA4453;

  border-color: #DA4453;

  -webkit-transition: background-color 0.3s linear;

     -moz-transition: background-color 0.3s linear;

       -o-transition: background-color 0.3s linear;

          transition: background-color 0.3s linear;

}

.btn-default:hover,

.label-default[href]:hover,

.label-default[href]:focus,

.btn-default:hover, .btn-default:focus,

.btn-default:active,

.btn-default.active,

#image-navigation .nav-previous a:hover,

#image-navigation .nav-next a:hover {

  background-color: #363636;

  border-color: #363636;

}

.btn.btn-default {

  color: #FFF;

  text-transform: uppercase;

}

.input-group-btn:last-child>.btn {

  margin-left: 0;

}

button {

  background-color: #DA4453;

  border: none;

  text-transform: uppercase;

  -webkit-border-radius: 4px;

  border-radius: 4px;

  color: #fff;

  font-size: 12px;

  padding: 5px 12px;

  -webkit-transition: background-color 0.3s linear;

     -moz-transition: background-color 0.3s linear;

       -o-transition: background-color 0.3s linear;

          transition: background-color 0.3s linear;

}

button:hover {

  background-color: #363636;

}

#subscription-toggle {

    float: right;

}

/* =Infinite Scroll

----------------------------------------------- */



/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

  display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {

  display: block;

}

#infinite-handle span {

  display: block;

  text-align: center;

  text-transform: uppercase;

  margin-bottom: 10px;

  border-radius: 4px;

  padding: 20px;

  background: transparent;

  border: 1px solid #DADADA;

  background: #fff;

  color: #DA4453;

  -webkit-transition: all 0.5s;

     -moz-transition: all 0.5s;

       -o-transition: all 0.5s;

          transition: all 0.5s;

}

#infinite-handle span:hover {

  background-color: #DA4453;

  color: #fff;

}

/* =Custom Styles

----------------------------------------------- */

.site-branding {

  margin-top: 20px;

  margin-bottom: 20px;

}

.site-description {

  color: #777;

  font-weight: 200;

  font-size: 16px;

}

.page-template-page-homepage-php .carousel {

  margin-top: -20px;

  margin-bottom: 20px;

}



@media (max-width: 768px) {

  .pull-right {

    float: none !important;

  }

  .pull-left {

    float: none !important;
    clear: both;

  }

  .flex-caption .excerpt {

    display: none;

  }

}



/* =Navigation

----------------------------------------------- */



.site-content [class*="navigation"] a {

  border: 1px solid #DADADA;

  background-color: #fff;

  padding: 8px 14px;

  font-size: 12px;

  border-radius: 4px;

  display: block;

  margin: 0 0 1.5em;

  overflow: hidden;

}

.paging-navigation {

  text-transform: uppercase;

}

.site-content [class*="navigation"] a:hover {

  color: #fff;

  background: #DA4453;

  text-decoration: none;

}

.more-link {
  float: right;
  margin: 10px 0;
}

.single .nav-links {
    margin-top: 30px;
}

[class*="navigation"] .nav-previous {
  float: left;
}

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}

.nav>li>a {
  text-transform: uppercase;
}

.navbar.navbar-default {
  background-color: #000;
  font-family: 'Open Sans', serif;
  margin-bottom: 0;
  font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
  color: #F5F7FA;
  height: 50px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans' serif;
  font-weight: bold;
  font-size: 16px;
}

.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 40px;
  margin: 13px 0;
  font-family: 'Open Sans', serif;
  float:none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}

.navbar {
  border-radius: 0;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #DA4453;
  background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #DA4453;
}

.dropdown-menu {
  font-size: 13px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #656D78;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 767px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  a.dropdown-toggle {
    display: none!important;
  }

  .flexslider .slides img {
    width: 100%;
  }

  .flexslider .slides li {
    height: 530px;
    overflow: hidden;
  }

  .main-content-inner not:(.full-width) {
    background-color: white;
    width: calc( 100% - 330px);
  }

  #secondary {
    background-color: white;
    padding-top: 15px;
  }
}

.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #636467;
}

.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #DA4453;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
}

.navbar-nav > li > a {
  padding-top: 6px;
  padding-bottom: 0px;
}

.navbar-toggle {  
    margin-top: 14px;
    float: left!important;
    margin-left:15px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.nav.navbar-nav {
  float: right;
}

#share-box-mobile {
  z-index: 1000000;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 6px;
  display: none;
}

#share-box-mobile a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: medium;
    position: relative;
}

#share-box-mobile .fb { 
    background: #3b84be url(inc/images/social.png) 2px -3px no-repeat;
}

#share-box-mobile .tw {
    background: #00aef1 url(inc/images/social.png) 2px -38px no-repeat;
}

@media screen and (max-width: 767px) {

  .nav.navbar-nav {
    float: none;
  }

  .navbar > .container .navbar-brand {
    margin: 0;
  }

  .navbar-default .navbar-nav > li > a {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #DADADA;
  }

  #mini-logo {
    visibility: visible;
    width: 124px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -62px;
    line-height: 35px;
  }

  #share-box-mobile {
    display: block;
  }

  .site-navigation-inner {
    float: right;
  }

  #header-search {
    float:left;
  }

  ul#menu-default li {
    display: block;
  }

  .navbar-fixed-top {
    width:100%;
  }
  .navbar-fixed-top .navbar-collapse, 
  .navbar-fixed-bottom .navbar-collapse {
    max-height:none;
  }
  .navbar-nav {
    margin:0;
  }
  .navbar-form {
    margin:0;
  }
  /* Change tab display */
  .navbar-center .nav>li {
    display: block;
    text-align: left;
  }
  .menu-item {
    clear: both;
  }
  .caret {
    display: none;
  }
  .menu-item-link {
    float:left;
  }
  a.dropdown-toggle {
    float:right;
    margin-right: 50px;
  }

    /* General styles for all menus */
    .cbp-spmenu {
      background: black;
      position: fixed;
      padding:0;
      margin:0 !important;
      overflow-x:hidden;
      overflow-y:visible;
      display:block;
      visibility:visible;
    }
    .navbar-fixed-top .cbp-spmenu {
      bottom:0;
    }
    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
      width: 260px;
      height: 100%;
      top: 0;
      z-index: 1000;
    }
    .cbp-spmenu-horizontal {
      width: 100%;
      height: 150px;
      left: 0;
      z-index: 1000;
      overflow: hidden;
    }
    .cbp-spmenu-horizontal h3 {
      height: 100%;
      width: 20%;
      float: left;
    }
    .cbp-spmenu-horizontal a {
      float: left;
      width: 20%;
      padding: 0.8em;
      border-left: 1px solid #258ecd;
    }
    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-left {
      left: -260px;
    }
    .cbp-spmenu-right,
    .cbp-spmenu-push-toleft .navbar-fixed-top .cbp-spmenu-right.cbp-spmenu-open {
      right: -260px;
    }
    .cbp-spmenu-left.cbp-spmenu-open,
    .cbp-spmenu-push-toright .navbar-fixed-top .cbp-spmenu-left.cbp-spmenu-open {
      left: 0px;
    }
    .cbp-spmenu-right.cbp-spmenu-open {
      right: 0px;
    }
    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-top {
      top: -150px;
    }
    .cbp-spmenu-bottom {
      bottom: -150px;
    }
    .cbp-spmenu-top.cbp-spmenu-open {
      top: 0px;
    }
    .cbp-spmenu-bottom.cbp-spmenu-open {
      bottom: 0px;
    }
    /* Push classes applied to the body */
    .cbp-spmenu-push {
      overflow-x: hidden;
      position: relative;
      left: 0;
    }
    .cbp-spmenu-push-toright,
    .cbp-spmenu-push-toright .navbar-fixed-top {
      left: 260px;
    }
    .cbp-spmenu-push-toleft,
    .cbp-spmenu-push-toleft .navbar-fixed-top {
      left: -260px;
    }
    /* Transitions */
    .cbp-spmenu,
    .cbp-spmenu-push,
    .navbar {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
}



/* =Comments

----------------------------------------------- */



.comment-content a {
  word-wrap: break-word;
}


#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}



p.logged-in-as {
  padding-bottom: 0px;
}

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}

.comment-list,
.comment-list .children {
    list-style: none;
}

.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}

.comment-list .children {

  margin-left: 0px!important;

  padding-left: 40px;

  border-left: 1px solid #DADADA;

  background-repeat: no-repeat;

  background-position: left 20px;

}

.comment-list li.comment > div img.avatar {

  position: absolute;

  left: 29px;

  top: 29px;

}

#comment-form-title {

  font-size: 24px;

  padding-bottom: 10px;

}

.comment-author.vcard {

  font-size: 12px;

}

.vcard .avatar {

  position: absolute;

  left: 20px;

  top: 29px;

  border-radius: 2px;

}

.comment-metadata {

  font-size: 11px;

  line-height: 16px;

  margin-bottom: 10px;

}

.comment-reply-link {

  float: right;

}

.form-allowed-tags code {

  word-wrap: break-word;

  white-space: inherit;

}

.comment-respond label {

  display: block;

  font-weight: normal;

}

.comment-respond .required {

  color: #C7254E;

}

#submit {

  font-size: 12px;

}

.comment-navigation,

.single .nav-links {

  overflow: hidden;

  margin-top: 30px;

}

.comment-reply-title {

  font-size: 14px;

}

.comment-reply-link {

  background: #C1C0C0;

  border: #C1C0C0;

  font-size: 10px;

  text-transform: uppercase;

}

@media(max-width:767px){

  .post-inner-content {

    padding: 20px 25px;

  }

  .comment-list .children {

    padding-left: 10px;

  }

}

/* =Attachment styling

----------------------------------------------- */

#image-navigation .nav-previous a,

#image-navigation .nav-next a{

  padding: 5px 20px;

  border: 1px solid #E8E8E8;

  border-radius: 4px;

  display: block;

}

#image-navigation .nav-previous a:hover,

#image-navigation .nav-next a:hover{

  background-color: #DA4453;

  color: #fff;

}

#image-navigation .nav-previous,

#image-navigation .nav-next {

  margin: 10px 0;

}



/* =Gallery

-------------------------------------------------------------- */

.gallery {

  margin-bottom: 20px;

}

.gallery-item {

  float: left;

  margin: 0 4px 4px 0;

  overflow: hidden;

  position: relative;

}

.gallery-columns-1 .gallery-item {

  max-width: 100%;

}

.gallery-columns-2 .gallery-item {

  max-width: 48%;

  max-width: -webkit-calc(50% - 4px);

  max-width:         calc(50% - 4px);

}

.gallery-columns-3 .gallery-item {

  max-width: 32%;

  max-width: -webkit-calc(33.3% - 4px);

  max-width:         calc(33.3% - 4px);

}

.gallery-columns-4 .gallery-item {

  max-width: 23%;

  max-width: -webkit-calc(25% - 4px);

  max-width:         calc(25% - 4px);

}

.gallery-columns-5 .gallery-item {

  max-width: 19%;

  max-width: -webkit-calc(20% - 4px);

  max-width:         calc(20% - 4px);

}

.gallery-columns-6 .gallery-item {

  max-width: 15%;

  max-width: -webkit-calc(16.7% - 4px);

  max-width:         calc(16.7% - 4px);

}

.gallery-columns-7 .gallery-item {

  max-width: 13%;

  max-width: -webkit-calc(14.28% - 4px);

  max-width:         calc(14.28% - 4px);

}

.gallery-columns-8 .gallery-item {

  max-width: 11%;

  max-width: -webkit-calc(12.5% - 4px);

  max-width:         calc(12.5% - 4px);

}

.gallery-columns-9 .gallery-item {

  max-width: 9%;

  max-width: -webkit-calc(11.1% - 4px);

  max-width:         calc(11.1% - 4px);

}

.gallery-columns-1 .gallery-item:nth-of-type(1n),

.gallery-columns-2 .gallery-item:nth-of-type(2n),

.gallery-columns-3 .gallery-item:nth-of-type(3n),

.gallery-columns-4 .gallery-item:nth-of-type(4n),

.gallery-columns-5 .gallery-item:nth-of-type(5n),

.gallery-columns-6 .gallery-item:nth-of-type(6n),

.gallery-columns-7 .gallery-item:nth-of-type(7n),

.gallery-columns-8 .gallery-item:nth-of-type(8n),

.gallery-columns-9 .gallery-item:nth-of-type(9n) {

  margin-right: 0;

}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),

.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),

.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),

.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {

  clear: left;

}

.gallery-caption {

  background-color: rgba(0, 0, 0, 0.7);

  -webkit-box-sizing: border-box;

  -moz-box-sizing:    border-box;

  box-sizing:         border-box;

  color: #fff;

  font-size: 12px;

  line-height: 1.5;

  margin: 0;

  max-height: 50%;

  opacity: 0;

  padding: 6px 8px;

  position: absolute;

  bottom: 0;

  left: 0;

  text-align: left;

  width: 100%;

}

.gallery-caption:before {

  content: "";

  height: 100%;

  min-height: 49px;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

}

.gallery-item:hover .gallery-caption {

  opacity: 1;

}

.gallery-columns-7 .gallery-caption,

.gallery-columns-8 .gallery-caption,

.gallery-columns-9 .gallery-caption {

  display: none;

}



/* =Footer

----------------------------------------------- */



#footer-area {

  background-color: #313233;

  color: #999;

}

#footer-area a {

  color: #DADADA;

}

#footer-area .footer-widget-area {

  padding: 40px 0 20px 0;

  overflow: hidden;

}

#footer-area ul li {

  border-bottom: 1px solid #444;

}

#footer-area .site-info nav ul li {

  border-bottom: none;

}

.widgettitle {

  font-size: 14px;

  text-transform: uppercase;

  margin-bottom: 25px;

  margin-top: 0;

  color: inherit;

}

#footer-area .widget ul li {

  list-style: none;

}

.footer-nav.nav > li {

  position: relative;

  display: inline-block;

}

.footer-nav.nav {

  float: left;

  margin-bottom: 2px;

}

.footer-widget {

  overflow: hidden;

}

.copyright {
  margin: 0 ;
  text-align: right;
}

#colophon {

  background-color: #1F1F1F;

  padding: 10px 0;

  border-top: 1px solid #3A3A3A;

}

.site-info a {

  color: #777;

}

.site-info a:hover {

  color: #999;

}

#footer-area a:hover {

  color: #fff;

}

.site-info {

  color: #999;

  font-size: 12px;

}

.footer-nav.nav > li > a:hover {

  background-color: transparent;

}

.scroll-to-top {

  background: #363636;

  background: rgba(100, 100, 100, 0.4);

  color: #FFF;

  bottom: 4%;

  cursor: pointer;

  display: none;

  position: fixed;

  left: 20px;

  z-index: 999;

  font-size: 16px;

  text-align: center;

  line-height: 40px;

  width: 40px;

  border-radius: 4px;

  -webkit-transition: background-color 0.3s linear;

     -moz-transition: background-color 0.3s linear;

       -o-transition: background-color 0.3s linear;

          transition: background-color 0.3s linear;

}

.scroll-to-top:hover {

  background: #DA4453;

  opacity: .8;

}



@media (max-width: 768px) {

  .site-info, .copyright {

    text-align: center;

  }

  .footer-nav.nav, .copyright {

    float: none;

  }

}



/* =Social icons

----------------------------------------------- */

#secondary .widget .social-icons a {

  color: #fff;

}

.social-icons {

  position: relative;

}

#secondary .widget .social-icons {

  text-align: left;

}

.social-icons a {

  font-size: 18px;

  line-height: 40px;

  list-style: none;

  display: inline-block;

  text-align: center;

  height: 40px;

  width: 40px;

  margin-right: 5px;

  margin-bottom: 5px;

  border-radius: 3px;

  background-color: #DADADA;

  -webkit-transition: background-color  0.5s;

     -moz-transition: background-color  0.5s;

       -o-transition: background-color  0.5s;

          transition: background-color  0.5s;

}

#footer-area .social-icons a {

  margin-right: 7px;

  background-color: #363636;

  color: #fff;

}



.social-icons a.facebook:hover {

  background-color: #4265b9 !important;

}

.social-icons a.twitter:hover {

  background-color: #55ACEE !important;

}

.social-icons a.dribbble:hover {

  background-color: #ea4c89 !important;

}

.social-icons a.flickr:hover {

  background-color: #ff0084 !important;

}

.social-icons a.googleplus:hover {

  background-color: #d62408 !important;

}

.social-icons a.skype:hover {

  background-color: #0bbff2 !important;

}

.social-icons a.pinterest:hover {

  background-color: #c31e26 !important;

}

.social-icons a.linkedin:hover {

  background-color: #005987 !important;

}

.social-icons a.vimeo:hover {

  background-color: #1bb6ec !important;

}

.social-icons a.tumblr:hover {

  background-color: #35506b !important;

}

.social-icons a.youtube:hover {

  background-color: #df3333 !important;

}

.social-icons a.instagram:hover {

  background-color: #F95B60 !important;

}

.social-icons a.rss:hover {

  background-color: #f39c12 !important;

}

.social-icons a.foursquare:hover {

  background-color: #2398C9 !important;

}

.social-icons a.soundcloud:hover {

  background-color: #F50 !important;

}

.social-icons a.github:hover {

  background-color: #4183C4 !important;

}

.fa-googleplus:before {

  content: "\f0d5";

}

.fa-vimeo:before {

  content: "\f194";

}



@media (max-width: 992px) {

  .site-branding {

    text-align: center;

  }

}



/* =Call For Action

----------------------------------------------- */

.cfa {

  padding: 30px 0px;

  background: #FFF;

  border-bottom: 1px solid #DADADA;

  text-align: center;

}

.cfa-text{

  font-size: 22px;

  color: #DA4453;

  display: block;

  padding-top: 10px;

}

.cfa-button {

  background-color: transparent;

  color: #DA4453;

  padding: 15px 30px;

  border-color: #DA4453;

}

.cfa-button a {

  color: #DA4453;

}

.cfa-button:hover {

  background-color: #DA4453;

  color: #fff;

}

@media (max-width: 767px) {

  .cfa {

    padding: 0 0 20px;

  }

  .cfa-button {

    padding: 10px 16px;

    margin-top: 10px;

  }

}



/* =Elements when no javaScript is present

----------------------------------------------- */

#submit,

.tagcloud,

.comment-reply-link,

.widget_rss ul,

button[type=submit],

.postform,

table#wp-calendar {

  display: none;

}

.no-js #submit,

.no-js .tagcloud,

.no-js .comment-reply-link,

.no-js .widget_rss ul,

button[type=submit],

.no-js .postform,

.no-js table#wp-calendar {

  display: block;

}

/* ajouts à la main */
.entry-content {
  color:#333332;
}

.pave-article {
  float:right;
  margin:10px 0 10px 10px;
}

#pageplugin {
  text-align: center;
  background: url('inc/images/bg-pageplugin.jpg') 0 -5px no-repeat;
  height: 275px;
}

.admin-bar .navbar-fixed-top {
  padding-top:46px; 
}

h1.site-name {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}

.navbar-brand>img {
    display: inline-block;
}

.navbar-default .navbar-nav > li.newsletter a {  
    background: #F5F7FA;
    color: #777;
}

.navbar-default .navbar-nav > li.newsletter a:hover {  
    color: #fff;
    background: #000;
}


.blog-item-wrap.lifted .entry-meta {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

.archive .entry-meta {
  margin-top:0;
}

.home .entry-content {
  margin-top:0;
}

.selected-link {
  color: #444;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
  margin-top: 5px;
  display: block;
}

.nopadding {
  padding: 0!important;
}

/* Shares */
.sd-content ul li {
    display: block!important;
}

.sharedaddy {
    float: left;
    transition:0.3s;
}

.static-shares {
  position: static;
}

.fixed-shares {
  position: fixed;
  top:60px;
}

.admin-bar .fixed-shares {
  position: fixed;
  top:100px;
}

.sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a {
  width: 60px!important;
  text-align: center;
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  }

#text-11 {
  background: #F5F7FA;
  padding:15px;
}

.btn.read-more {
  border-radius:0!important;
}

.entry-content blockquote {
    text-align: center;
    font: normal 30px TimesNewRoman;
    font-style: italic;
    padding: 30px;
    position: relative;
    margin: 1em 0;
    border:none;
}

.single .post-inner-content:after {
    content: '';
    display: none;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    max-width: 80px!important;
}


/*breadcrumb*/
#ariane {
  float: left;
  line-height: 10px;
  margin-top: 10px;
}

.breadcrumb_last {
  line-height: 15px;
}

/*related posts*/
.related-slider {
  position: relative;
    margin: 50px 0;
}
ul.related_post li {
    float: left;
    list-style: none;
    position: relative;
    width: 210px;
    height: 110px;
    overflow: hidden;
}
ul.related_post li a {
    display: block;
    width: 100%;
    height: 100%;
}
ul.related_post li img {
    z-index: -1;
    width: 250px;
}
.wp_rp_title {
  z-index: 1;
  color: white;
  padding: 15px;
}
.wp_rp_thumbnail {
  z-index: -1;
  position: absolute;
  top:0;
  transition: opacity .3s;
}
.wp_rp_thumbnail:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}
ul.related_post li:hover .wp_rp_thumbnail:after {
  opacity: 0;
}
ul.related_post li:hover .wp_rp_title {
  opacity: 0;
}

.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 

.home .flexslider .flex-direction-nav {
    position: absolute;
    top: 0;
    z-index: 4;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    max-width: 100%;
    width: 100%;
  pointer-events: none;
}

.single .flex-direction-nav {
    z-index: 4;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    height: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    max-width: 100%;
    width: 450px;
}

.flex-direction-nav li {
  pointer-events: all;
  display: block;
  width: 50px;
  height: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.flex-direction-nav li:nth-child(1) {
    left: 0!important;
  
}

.flex-direction-nav li:nth-child(2) {
    right: 0!important;
}

.flex-next, .flex-prev {
  right: 0!important;
  left: 0!important;
  text-align: center!important;
}

.flex-direction-nav a {
    opacity: 1!important;
    top: 0;
    height: 100%; 
    margin-top: 0;
}

.flex-direction-nav a.flex-prev:before , .flex-direction-nav a.flex-next:before {
    right: 20px;
    position: absolute;
    top: 40%;
}

.single .flex-direction-nav a.flex-prev:before , .single .flex-direction-nav a.flex-next:before {
    right: 20px;
    position: absolute;
    top: -30%;

}

.flex-caption h2 {    
    font-size: 62px;
    line-height: 64px;
    color: white;
    font-weight: bold;
    background:none;
}

.overlay {
    background:black;
    opacity: 0.2;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.related_post_title {
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.wp_rp_footer {
  position: absolute;
}

@media (max-width: 1200px) {

  ul.related_post li {
    width: 100%;
    height: auto;
  }

  ul.related_post li img {
      width: 100%;
  }
}

@media (min-width: 1200px) {  
  .container {
      width: 1140px;
  }

  .main {
    padding-right: 10px;
  }
}

/*mobile*/
@media (max-width: 768px) {
  .sd-content ul li {
      display: inline-block!important;
  }

  .pave-article {
    float: none;
    text-align: center;
    margin: 0;
  }

  #button-submit-article {
    display: none!important;
  }

  .navbar-toggle {
    margin-top: 8px;
  }

  .nopadding {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

  .sd-content ul li {
    display: inline-block!important;
  }

  .single .post-inner-content {
   padding: 0!important;
  }

  .sharedaddy {
    display: none;
  }

  .entry-content blockquote {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .selected-news {
    min-height: 140px;
  }

  .flex-caption h2 {
    font-size: 34px;
    line-height: 32px;
    margin-left: 10px;
  }
  
  .slides li {
      max-height: 230px;
      overflow: hidden;
  }

  .strain {
    height: 110px;
  }

  .varietes-thumbnail {
    float: none;
    margin: 0;
  }

}

/*tablet*/

@media (max-width: 990px) {

  .nopadding {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

}

/* Pubs */
#herb-masthead {
  margin-right: auto;
  margin-left: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 728px;
}

/*soumission d'articles*/
#submit-article {   
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#submit-article .container {
  background: #F5F7FA;
}

.home #submit-article {
  background: #F5F7FA;  
}

#button-submit-article {
  display: block;
  float: right;
  height: 40px;
  line-height: 40px;
  background: #363636;
  width: 200px;
  text-align: center;
  margin-top: 5px;
  color: white;
}

#button-submit-article:hover {
  opacity: 0.8;
}

/*pagination*/
.wp-pagenavi .pages {
  border:none;
}

.wp-pagenavi .current {
  border:none;
  background: #DA4453;
  color: white;
}

.wp-pagenavi a {
  border:none;
  font-weight: bold;
  color: #333332;
}

.wp-pagenavi .extend {
  border:none;
}

.wp-pagenavi a:hover {
  border-bottom: 2px solid #DA4453;
}

/* page variete */
.center-inline {
  text-align: center;
}

a.sensiseeds_link {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  background: #014629 url('inc/images/sensiseeds.png') right 6px center no-repeat;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  color: white;
  font-family: 'Open Sans', serif;
  font-size: 16px;
  text-decoration: none;
  margin:0 auto;
}

a.sensiseeds_link:hover {
  opacity: 0.8;
}

.sep {
  display: inline-block;
  width: 1px;
  height: 39px;
  background: #1b593f;  
  margin-left: 7px;
  margin-right: 55px;
  vertical-align: middle;
}

ul#aromes {
  list-style-type: none;
}

#aromes li {
  float: left;
  display: block;
  width: 125px;
  height: 135px;
  color: white;
  font-family: 'Open Sans', serif;
  font-size: 20px;
  text-align: center;
  margin-right: 5px;
  padding-top: 95px;
}

.citron {
  background: #e8c631 url('inc/images/citron.png') center 10px no-repeat;
}

.pin {
  background: #024f1a url('inc/images/pin.png') center 10px no-repeat;
}

.caramel {
  background: #c59871 url('inc/images/caramel.png') center 10px no-repeat;
}

.terre {  
  background: #753010 url('inc/images/terre.png') center 10px no-repeat;
}

.bois {
  background: #67451a url('inc/images/bois.png') center 10px no-repeat;
}

.sucre {
  background: #e88b31 url('inc/images/sucre.png') center 10px no-repeat;
}

.pomme {
  background: #34c924 url('inc/images/pomme.png') center 10px no-repeat;
}

.raisin {
  background: #77005f url('inc/images/raisin.png') center 10px no-repeat;
}

.skunk {
  background: #000 url('inc/images/skunk.png') center 10px no-repeat;
}

/* cta-vaposhop */
div.cta-vaposhop-container, div.cta-pax-container, div.cta-puffkit-container {  
  text-align: center;
  margin-bottom: 35px;
  margin-top: 15px;
}

a.cta-vaposhop {
  display: inline-block;
  padding: 7px 5px 2px 10px;
  background: #1a83c6;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3); 
}

a.cta-pax {
  display: inline-block;
  padding: 7px 5px 2px 10px;
  background: black;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3); 
}

a.cta-puffkit {
  display: inline-block;
  padding: 7px 5px 2px 10px;
  background: #DA4453;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.3); 
}

a.cta-vaposhop::before, a.cta-pax::before, a.cta-puffkit::before {
  display: inline-block;
  content: url('inc/images/cart.png');
  margin-right:10px;
  vertical-align: middle;
}

a.cta-vaposhop::after {
  display: inline-block;
  content: url('inc/images/logo-vaposhop.png');
  margin-left: 5px;
  vertical-align: middle;
}

a.cta-pax::after {
  display: inline-block;
  content: url('inc/images/logo-pax.png');
  margin-left: 5px;
  vertical-align: middle;
}

a.cta-vaposhop::hover, a.cta-pax::hover {
  color: white;
  background: #146599;
  transition: 0.3s;
}

/*coffeeshop*/

.title-coffeeshop {
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
  padding: 10px;
  color: white;
  text-shadow: 1px 1px black;
}

.hover-coffeeshop {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}

article.type-coffeeshop {
  margin-bottom: 15px;
}

#map-coffee {
  width: 100%;
  height: 500px;
}

/* v2 */

#logo {
  background: #F5F7FA;
  height: 90px;
  text-align: center;
  position: relative;
}

#logo .site-name {  
  line-height: 83px;
}


@media screen and (min-width: 767px) {
  #mini-logo {
    visibility: hidden;
    position: absolute;
    float: left;
    line-height: 50px;
    cursor: pointer;
    top: 0;
    margin-left: 70px;
  }
}

.navbar-center ul.nav {
  text-align: center;
  float: none;
}

.navbar-center .navbar-nav>li {
  float: none;
}

.navbar-center .nav>li {
  display: inline-block;
}

#header-search .glyphicon {
  position: absolute;
  float: right;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;
}

.navbar-center .container {
  position: relative;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group-btn {
  position: static;
}

.input-group .input-group-button {
    display: table-cell;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%;
}

#search-form {
  width: 100%;
  height: 155px;
  background: #F5F7FA;
  position: absolute;
  color: white;
  z-index: 10;
}

#search-form .form-control {
    background-color: #F5F7FA;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #221f20;
    font-size: 1.375rem;
    height: auto;
    margin: 0;
    max-width: inherit;
    padding: 25px 25px 25px 45%;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    top: 30px;
}

#searchsubmit {
    border-radius: 30px;
    bottom: -100px;
    font-size: 1.5rem;
    height: 50px;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 50px;
  }

  .button:focus, .button:hover {
    background-color: #cf1118;
    color: #fff;
}

#over-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4,0,4,.5);
  cursor: pointer;
  transition: background .3s ease;
}

.site-header {
  z-index: 1;
}

.admin-bar .fixed {
  margin-top:32px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}

.widget.widget_erp_widget .row {
  margin: 0;
}

/* v3 */

#sub-header {
  height: 30px;
  width: 100%;
  background: black;
}

#sub-header .container {
  height: 100%;

}

#sub-header ul.list-menu {
  text-align: center;
  height: 28px;
  margin-bottom: 0!important;
  margin-top:4px;
}

#sub-header ul.list-menu li {
  display: inline-block;
  width: 150px;
  border-radius: 2px 2px 0 0;
  height: 24px;
}

#sub-header ul.list-menu li:hover {  
  background-color:rgba(255,255,255,.2);
}

#sub-header ul.list-menu li:hover a {
    color: #DA4453;
}

#sub-header ul.list-menu li.current {
  background: #F5F7FA;
  color: black;
  font-weight: bold;
}

#sub-header ul.list-menu li a {  
  line-height: 28px;
  color: white;
    display: block;
    width: 100%;
}

/* Pub */
.side_ad_mega {
    top:170px;
    position: absolute;
    left: 50%;
    width: 400px;
    height: 100%;
    background-color: #ccc;
    background-repeat: no-repeat;
    cursor: pointer;
}

.admin-bar .side_ad_mega {
    top: 202px;
}

.side_ad_mega.right {
    right: 50%;
    left: inherit;
    margin: 0 -950px 0 0;
    background-color: #ffffff;
}

.side_ad_mega.left {
    margin: 0 0 0 -950px;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
.container {
      width: 990px;
  }

.side_ad_mega.right {
    margin: 0 -895px 0 0;
  }

.side_ad_mega.left {
      margin: 0 0 0 -895px;
  }

  .category #submit-article, .single #submit-article {
    width: 990px;
  }
}

.home .side_ad_mega {
  top:945px;
}

.home.paged..side_ad_mega {
  top:280px;
}

.home.paged.admin-bar .side_ad_mega {
  top:312px;
}

#selection .row, #guide .row {
  margin-right: 0;
  margin-left: 0;
}

#ban-ad-desktop {
  width:100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#ban-ad-mob {
  width: 100%;
  text-align: center;
  bottom:0;
  z-index:10000;
}

#ban-ad-mob > div {
    margin-top: 5px;
}

#ban-ad-mob .img_ad {
  width: 100%!important;
  height:100%!important;
}

a.subscribe-button-youtube {
    background-color: #e52d27;
    display: block;
    color: #fff!important;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    margin-top: 5px;
    text-decoration: none;
}

a.subscribe-button-youtube .fa-youtube-play {
  font-size: 16px;
  margin-right: 5px;
}

.card {
  height: 210px;
}

.card .content-archive-img-container {
  height:125px;
  overflow: hidden;
  margin-bottom: 10px;
}

.card .content-archive-img-container img {
  min-height:125px;
}

.card .content-archive-entry-container {
    width: 225px;
    height: 65px;
    overflow: hidden;
  font-size: 18px;
  line-height: 21px;
}

.card a.content-archive-title {
  font-size: 18px;
  line-height: 21px;
  display: block;
}

.related-articles a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.related-articles a:before {
  content:'.';
  margin-right: 3px;
  font-size: 24px;
}

.post-list-related {
    background: #efefef;
    border: 1px #ccc solid;
    border-width: 1px 0;
    padding: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
  .card {
    height: auto;
    margin-bottom: 20px;
  }
  .card .content-archive-img-container {
    width: auto;
  }
  .card .content-archive-img-container {
    height: auto;
  }
  .card .content-archive-entry-container {
    width: auto;
    height: auto;
 }
}

.sponso {
  display: inline-block;
  padding: 0 5px;
  margin-top: 6px;
  background: #f5f5f5;
  font-size: 12px;
}

.blog-item-wrap.lifted {  
  height: 270px;
  position: relative;
}

.blog-item-wrap.lifted .cat { 
    margin-top: -25px;
    margin-left: 10px;
    display: block;
    background: #444;
    color: #fff;
    padding: 3px 7px 2px;
    letter-spacing: .04em;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase; 
    text-shadow: 0 0 9px black;
}

#dossiers-home, #videos-home {
  background: #efefef;
  border: 1px #ccc solid;
  border-width: 1px 0;
  padding: 20px;
  margin-bottom: 20px;
}

#dossiers-home .dossiers-home-title, #videos-home .videos-home-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.home .featured-video-plus.fvp-center {
  height: 166px;
}

.container-btn-center {
  text-align: center;
    padding-top: 35px;
    padding-bottom: 5px;
}

.btn-bloc-home {
    padding: 15px;
    background: #DA4453;
    color: white;
}

.main-content-inner {  
    padding-top: 10px;
}

.widget-area h3, .entry-title-widget {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: #636467;
}

.textwidget {  
    margin-bottom: 20px;
}

.full-width-widget {
  width: 100%!important;
}

#first-sidebar > div {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

  #first-sidebar > div, #second-sidebar > div, #third-sidebar > div {
      text-align: center;
  }

}

@media screen and (min-width: 769px) and (max-width: 992px) {
  #first-sidebar > div {
    width: 50%;
    float: left;
    min-height: 1px;
    padding:10px;
  }
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.content-area-people {
  margin-top: 30px;
}

.shop-slider {
  height: 250px;
  overflow: hidden;
  width: 300px;
}

.shop-slider ul.flex-direction-nav li {
  height: 50px;
}

.shop-slider .products > li:first-child {
  display: block; 
  -webkit-backface-visibility: visible;  
    margin-left: -40px;
} 

.shop-slider .flex-direction-nav {
    position: absolute;
    top: 150px;
    z-index: 4;
    height: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    max-width: 100%;
    width: 300px;
    pointer-events: none;
}

.shop-slider .flex-direction-nav a.flex-prev:before , .shop-slider .flex-direction-nav a.flex-next:before {
    right: 20px;
    position: absolute;
    top: -30%;
}

.shop-slider .product a {
  max-height: 250px;
  position: relative;
  display: block;
}

.shop-slider .product .product-name {
  position: absolute;
  bottom: 0;
  color: black;
  background: white;
  padding: 5px 15px;
  font-weight: bold;
}

.menu-science-knowledge-container {
    background: #f2f2f2;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.menu-science-knowledge-container ul {
  list-style-type: none;
  height: 42px;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.menu-science-knowledge-container ul li {
  padding: 0 10px;
}

.bottom-article-related-posts ul {
  list-style-type: none;
  padding-left: 0;
}

.bottom-article-related-posts ul li {
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  height: 220px;
}

.bottom-article-related-posts ul li.row {
  margin: 0;
}

.bottom-article-related-posts ul li.row:nth-child(odd) {
  margin-right:10px;
}

.bottom-article-related-posts ul li.row:nth-child(even) {
  margin-left:10px;
}

.bottom-article-related-posts h4 {
  color: black;
}

.bottom-article-last-posts .content-archive-entry-container {
  font-weight: 700;
  font-size: 16px;
}

.bottom-article-last-posts {
  padding: 0;
}

.bottom-article-last-posts .card {
  height: 230px;
}

.bottom-article-last-posts .card .content-archive-img-container {
    height: 145px;
    width: 280px;
}

.bottom-article-last-posts .card .content-archive-entry-container {
    width: 265px;
    height: 65px;
    line-height: 20px;
}

@media (max-width: 768px) {
  .bottom-article-last-posts .card {
    height: auto;
    margin-bottom: 20px;
  }
  .bottom-article-last-posts .card .content-archive-img-container {
    width: auto;
  }
  .bottom-article-last-posts .card .content-archive-img-container {
    height: auto;
  }
  .bottom-article-last-posts .card .content-archive-entry-container {
    width: auto;
    height: auto;
 }
}

/*Espace dédié Greeneo*/
.tax-marque.term-greeneo #logo {
    background: #12331b url(inc/images/logo-greeneo.png) center no-repeat;
    height: 250px;
}


.tax-marque.term-greeneo .blog-item-wrap.lifted {
    height: 300px;
}

.tax-marque.term-greeneo a.navbar-brand img {
  width:175px;
  height:36px;
  box-sizing:border-box;
  padding-left: 175px;
  /*width of the image*/
  background: url(inc/images/logo-nwd-white.png) left top no-repeat;
}

.tax-marque.term-greeneo #footer-area {
    background-color: #12331b;
    color: #fff;
}

@media (min-width: 1200px) {
  .tax-marque.term-greeneo .site-name {
      width: 990px;
      margin: 0 auto;
  text-align: left;
  }

  .tax-marque.term-greeneo a.navbar-brand {
      display: block;
      padding-top: 100px;
      width: 200px;
  }
}

@media (max-width: 1200px) {
  .tax-marque.term-greeneo #logo {
    height: 340px;
  }
}

.tax-marque.term-greeneo .side_ad_mega, .tax-marque.term-greeneo #ban-ad-desktop {
  display: none;
}

/*Espace dédié Banana Kush*/
.bananakushed #logo {
    background: url(inc/images/bg-bananakushed.jpg) center no-repeat;
    height: 235px;
}


.bananakushed .blog-item-wrap.lifted {
    height: 300px;
}

.bananakushed a.navbar-brand img {
  width:175px;
  height:36px;
  box-sizing:border-box;
  padding-left: 175px;
  /*width of the image*/
  background: url(inc/images/logo-nwd-black.png) left top no-repeat;
}

.bananakushed .side_ad_mega {
  display: none;
}

@media (min-width: 1200px) {
  .bananakushed .site-name {
      width: 990px;
      margin: 0 auto;
      text-align: left;
  }

  .bananakushed a.navbar-brand {
      display: block;    
      padding-top: 80px;
      width: 200px;
      margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .bananakushed #logo {
    height: 340px;
  }
}

 .bananakushed #footer-area {
    background-color: #02ea8d;
    color: #fff;
}

/* badge reCaptcha */
.grecaptcha-badge { 
    visibility: hidden;
}

.tab-bananakushed {
    background: url(inc/images/onglet-bk.jpg) center no-repeat;
    width:250px;
}

.tab-bananakushed a {
  color : #0f3121!important;
}

.bananakushed .tab-bananakushed {
  background: #F5F7FA;
  width: auto;
}