@charset "UTF-8";
body:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100; }
  @media (min-width: 20em) {
    body:before {
      content: "mobile ≥ 320px (20em)"; } }
  @media (min-width: 30em) {
    body:before {
      content: "mobileLandscape ≥ 480px (30em)"; } }
  @media (min-width: 46.25em) {
    body:before {
      content: "tablet ≥ 740px (46.25em)"; } }
  @media (min-width: 61.25em) {
    body:before {
      content: "desktop ≥ 980px (61.25em)"; } }
  @media (min-width: 81.25em) {
    body:before {
      content: "wide ≥ 1300px (81.25em)"; } }

/*
Theme Name: Manon Child
Theme URI: http://manon.edge-themes.com
Description: A child theme of Manon Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: manon
Template: manon
*/
/*
.edgtf-sticky-header .edgtf-sticky-holder{
    background: transparent !important;
}

.edgtf-mobile-logo-wrapper a{
    max-height: 47px;
    margin-left: 10px;
}

.edgtf-page-header .edgtf-logo-area .edgtf-logo-wrapper a, .edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
    max-height: 69px !important;
}

@media only screen and (max-width:1024px){
    .edgtf-mobile-header-inner{
        background: transparent;
    }

    .edgtf-mobile-header .edgtf-mobile-header-inner{
        height: 60px !important;
        max-width: 100%;
    }

    .edgtf-mobile-header-inner .edgtf-grid{
        width: 100%;
    }

    .entry-title{
        font-size: 44px;
    }

    .edgtf-vertical-align-containers .edgtf-position-right {
        margin-right: 20px;
    }


    .single-portfolio-item .edgtf-title-holder{
        padding-top: 160px;
    }
}

*/
@media only screen and (max-width: 480px) {
  .edgtf-container-inner, .edgtf-grid, .edgtf-row-grid-section {
    width: 332px !important; } }
.edgtf-pl-filter-holder ul li span {
  padding: 5px 9px 5px 4px;
  font-size: 12px !important;
  cursor: pointer; }

.edgtf-pl-filter-holder ul li.edgtf-pl-current span, .edgtf-pl-filter-holder ul li:hover span {
  background: black;
  color: white !important;
  /*border-radius: 6px !important;*/
  line-height: 23px; }

.edgtf-pl-filter-holder ul li.edgtf-pl-current span:before, .edgtf-pl-filter-holder ul li:hover span:before {
  /*content: "";*/
  opacity: 0; }

.edgtf-ps-categories .edgtf-ps-info-category:before, .edgtf-ps-small-images-layout .edgtf-ps-info-category:before {
  content: " / ";
  position: relative;
  margin-right: 0px; }

.edgtf-recent-post-widget .edgtf-ps-info-category {
  font-size: 12px;
  /*text-transform: uppercase;*/ }

.edgtf-recent-post-widget .edgtf-widget-title {
  font-size: 30px;
  line-height: 1.1em; }

.edgtf-ps-categories .edgtf-ps-info-category:nth-child(2):before, .edgtf-ps-small-images-layout .edgtf-ps-info-category:nth-child(2):before {
  display: none; }

.edgtf-recent-posts h1, .edgtf-recent-posts h2, .edgtf-recent-posts h3, .edgtf-recent-posts h4, .edgtf-recent-posts h5, .edgtf-recent-posts h6 {
  margin: 10px 0; }

.edgtf-pl-filter-holder ul li {
  padding: 0 !important; }
  @media (min-width: 56.25em) {
    .edgtf-pl-filter-holder ul li {
      padding: 0 14px 0 0 !important; } }

/* #sidebar-header */
#sidebar-header {
  padding-top: 150px; }
  #sidebar-header .edgtf-recent-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px 15px; }
    @media (min-width: 48em) {
      #sidebar-header .edgtf-recent-posts {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
  #sidebar-header .edgtf-rp-item {
    list-style: none;
    line-height: 16px; }
    #sidebar-header .edgtf-rp-item:nth-child(5), #sidebar-header .edgtf-rp-item:nth-child(6) {
      display: none; }
    @media (min-width: 42.5625em) {
      #sidebar-header .edgtf-rp-item:nth-child(5), #sidebar-header .edgtf-rp-item:nth-child(6) {
        display: block; } }
    @media (min-width: 64.0625em) {
      #sidebar-header .edgtf-rp-item:nth-child(5), #sidebar-header .edgtf-rp-item:nth-child(6) {
        display: none; } }
    @media (min-width: 90em) {
      #sidebar-header .edgtf-rp-item:nth-child(5) {
        display: block; } }

.edgtf-fullscreen-menu #menu-main .small a {
  font-size: 20px;
  padding-top: 0;
  margin-bottom: -5px; }
@media (min-width: 42.5625em) {
  .edgtf-fullscreen-menu #menu-main .small a {
    font-size: 20px;
    margin-bottom: 12px; } }
@media (min-width: 64.0625em) {
  .edgtf-fullscreen-menu #menu-main .small {
    float: right;
    margin-left: 20px; }
    .edgtf-fullscreen-menu #menu-main .small a {
      font-size: 20px; } }

@media (max-width: 42.5625em) {
  nav.edgtf-fullscreen-menu ul li a {
    margin: 15px !important; } }

.edgtf-fullscreen-menu-close-icon .icon_close {
  display: none !important; }

@media (max-width: 42.5625em) {
  .portfolio-item-template-default .edgtf-page-title.entry-title, .edgtf-section-title-holder .edgtf-st-title {
    font-size: 50px !important; } }

@media (max-width: 42.5625em) {
  .edgtf-portfolio-list-tooltip-holder .edgtf-plt-inner .edgtf-plt-item {
    font-size: 28px !important;
    display: block !important;
    line-height: 32px !important; } }

#cookie-law-info-bar {
  font-size: 15px;
  font-weight: bold; }

.edgtf-vss-responsive .edgtf-vss-ms-section:nth-child(9) {
  background-position: right !important; }

@media only screen and (max-width: 680px) {
  .edgtf-custom-font-holder.edgtf-cf-5766 {
    font-size: 20px !important; } }
/* profile image */
@media (min-width: 48em) {
  .page-id-2073 img.vc_single_image-img {
    max-width: 400px !important; } }

/*# sourceMappingURL=style.css.map */
