{"version":3,"sources":["shortcodes-map.scss","shortcodes-map.css","../../../shortcodes/instagram-list/assets/css/scss/default/_instagram-list.scss","../../../../../themes/manon/assets/css/scss/_mixins.scss"],"names":[],"mappings":"AAAA;;+ECE+E;ADI/E;;+ECD+E;ACJ/E;ECII,kBAAkB;EAClB,qBAF4E;EAG5E,WAAW;EACX,sBAJoD;EDDvD,WAAW;ADSZ;;ACXA;EAOG,WAAW;ADQd;;ACfA;EAYE,oBAAoB;ADOtB;;ACnBA;ECII,kBAAkB;EAClB,qBAF4E;EAG5E,WAAW;EACX,sBAJoD;EDctD,UAAU;EACV,8BAAsB;EAAtB,sBAAsB;ADUxB","file":"../../../../manon-instagram-feed/assets/css/scss/shortcodes-map.css","sourcesContent":["/* ==========================================================================\n   Global partials\n   ========================================================================== */\n@import '../../../../../themes/manon/assets/css/scss/variables';\n@import '../../../../../themes/manon/assets/css/scss/mixins';\n\n/* ==========================================================================\n   Shortcodes styles\n   ========================================================================== */\n@import \"D:/maja/workspace/htdocs/manon/wp-content/plugins/manon-instagram-feed/shortcodes/instagram-list/assets/css/scss/default/_instagram-list.scss\";\n","/* ==========================================================================\n   Global partials\n   ========================================================================== */\n/* ==========================================================================\n   Shortcodes styles\n   ========================================================================== */\n.edgtf-instagram-list-holder {\n  position: relative;\n  display: inline-block;\n  width: 100%;\n  vertical-align: middle;\n  clear: both;\n}\n\n.edgtf-instagram-list-holder:not(.edgtf-il-one-column) .edgtf-il-item {\n  float: left;\n}\n\n.edgtf-instagram-list-holder .edgtf-instagram-carousel {\n  margin: 0 !important;\n}\n\n.edgtf-instagram-list-holder .edgtf-il-item {\n  position: relative;\n  display: inline-block;\n  width: 100%;\n  vertical-align: middle;\n  padding: 0;\n  box-sizing: border-box;\n}\n","\n.edgtf-instagram-list-holder {\n\t@include edgtfRelativeHolderLayout();\n\tclear: both;\n\t\n\t&:not(.edgtf-il-one-column) {\n\t\t\n\t\t.edgtf-il-item {\n\t\t\tfloat: left;\n\t\t}\n\t}\n\t\n\t.edgtf-instagram-carousel {\n\t\tmargin: 0 !important;\n\t}\n\t\n\t.edgtf-il-item {\n\t\t@include edgtfRelativeHolderLayout();\n\t\tpadding: 0;\n\t\tbox-sizing: border-box;\n\t}\n}\n","////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n// layout mixins - start\n\n@mixin edgtfRelativeHolderLayout($vertical-align: middle, $display: inline-block) {\n    position: relative;\n    display: $display;\n    width: 100%;\n    vertical-align: $vertical-align;\n}\n\n@mixin edgtfAbsoluteHolderLayout() {\n    position: absolute;\n    display: block;\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n}\n\n@mixin edgtfTableLayout() {\n    position: relative;\n    display: table;\n    table-layout: fixed;\n    height: 100%;\n    width: 100%;\n}\n\n@mixin edgtfTableCellLayout($vertical-align: middle) {\n    position: relative;\n    display: table-cell;\n    height: 100%;\n    width: 100%;\n    vertical-align: $vertical-align;\n}\n\n@mixin edgtfTypographyLayout($important: null) {\n    color: inherit $important;\n    font-family: inherit $important;\n    font-size: inherit $important;\n    font-weight: inherit $important;\n    font-style: inherit $important;\n    line-height: inherit $important;\n    letter-spacing: inherit $important;\n    text-transform: inherit $important;\n}\n\n@mixin edgtfBlockquote($important: null) {\n    @include edgtfRelativeHolderLayout();\n    margin: 10px 0 $important;\n\tpadding: 20px 0 $important;\n\tquotes: none;\n\tbox-sizing: border-box;\n\tborder: none $important;\n\tcolor: $default-text-color $important;\n\t> * {\n\t\t@include edgtfTypographyLayout();\n\t\tmargin-bottom: 0;\n\t}\n\t\n\tp {\n\t\t@include edgtfHeadingStyle(h6);\n\t\tfont-size: 17px !important;\n\t\tline-height: 1.118em !important;\n\t\tfont-weight: 700 !important;\n\t\tmargin:0;\n\t}\n\t\n\t&:before,\n\t&:after {\n\t\tcontent: '';\n\t}\n\t\n\tcite,\n\t.wp-block-quote__citation,\n\t.wp-block-pullquote__citation,\n\tfooter {\n\t\tposition: relative;\n\t\tdisplay: inline-block $important;\n\t\tmargin-top: 20px $important;\n\t\ttext-align: inherit;\n\t\tfont-size: 14px $important;\n\t\tline-height: 1.3em $important;\n\t\tletter-spacing: 0 $important;\n\t\tfont-style: normal $important;\n\t\tfont-family: $default-text-font;\n\t\tfont-weight: 400 $important;\n\t\ttext-transform: none;\n\t\t\n\t\t&:after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\ttop: calc(50% + 1px);\n\t\t\tbackface-visibility: hidden;\n\t\t\theight: 1px;\n\t\t\twidth: 91px;\n\t\t\tbackground: currentColor;\n\t\t\tright: -108px;\n\t\t}\n\t}\n}\n\n// layout mixins - end\n\n// checkbox mixins - start\n\n$checkbox-size: 15px;\n$checkbox-border-width: 1px;\n\n%checkbox-style {\n    position: relative;\n    margin: 8px 0;\n    line-height: 1;\n\n    input[type=checkbox] {\n        width: $checkbox-size;\n        height: $checkbox-size;\n        max-height: $checkbox-size;\n        position: relative;\n        display: inline-block;\n        vertical-align: top;\n        top: 0;\n        left: 0;\n        margin: 0;\n    }\n\n    input[type=checkbox] + label {\n        position: absolute;\n        top: 0;\n        left: 0;\n        display: inline-block;\n        line-height: 0;\n        pointer-events: none;\n    }\n\n    input[type=checkbox] + label span.edgtf-label-text {\n        display: inline-block;\n        padding-left: 10px;\n        line-height: $checkbox-size;\n        color: $default-heading-color;\n    }\n\n    input[type=checkbox] + label .edgtf-label-view {\n        display: inline-block;\n        vertical-align: top;\n        width: $checkbox-size;\n        height: $checkbox-size;\n        background-color: $default-background-color;\n        border: $checkbox-border-width solid $default-border-color;\n        border-radius: 2px;\n        cursor: pointer;\n        box-sizing: border-box;\n    }\n\n    input[type=checkbox] + label .edgtf-label-view:after {\n        content: '';\n        position: absolute;\n        top: ($checkbox-size - ($checkbox-size / 2 - $checkbox-border-width)) / 2;\n        left: ($checkbox-size - ($checkbox-size / 2 - $checkbox-border-width)) / 2;\n        width: $checkbox-size / 2 - $checkbox-border-width;\n        height: $checkbox-size / 2 - $checkbox-border-width;\n        background-color: $first-main-color;\n        opacity: 0;\n        transition: opacity 0.3s ease-in-out;\n    }\n\n    input[type=checkbox]:checked + label .edgtf-label-view:after {\n        opacity: 1;\n    }\n}\n\n// checkbox mixins - end\n\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n// common mixins - start\n\n@mixin edgtfBckImageStyle() {\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center center;\n}\n\n@mixin edgtfImageOverlayHoverStyle($with-hover: true) {\n    \n    @if ($with-hover) {\n        \n        &:hover {\n            \n            &:after {\n                opacity: 1;\n            }\n        }\n\n        &:after {\n            @include edgtfAbsoluteHolderLayout();\n            content: '';\n            background-color: rgba($default-heading-color, .4);\n            opacity: 0;\n            transition: opacity .2s ease-in-out;\n        }\n\n    } @else {\n        @include edgtfAbsoluteHolderLayout();\n        content: '';\n        background-color: rgba($default-heading-color, .4);\n        opacity: 0;\n        transition: opacity .2s ease-in-out;\n    }\n}\n\n@mixin edgtfStandardPaginationStyle($list_type: null) {\n    @include edgtfRelativeHolderLayout(top);\n    margin: 30px 0 87px;\n    clear: both;\n\n    ul {\n        @include edgtfRelativeHolderLayout(top);\n        padding: 0;\n        margin: 0;\n        list-style: none;\n        text-align: center;\n\t    font-size: 16px;\n\t    line-height: 1em;\n\t    font-weight: 600;\n\n        li {\n            position: relative;\n            display: inline-block;\n            vertical-align: top;\n            margin: 0 8px;\n\n            a {\n                position: relative;\n                display: inline-block;\n                vertical-align: top;\n                margin: 0;\n                padding: 0;\n            }\n\n            &.edgtf-pag-active {\n                \n                a {\n                    border-bottom: 1px solid;\n                }\n            }\n\n            &.edgtf-pag-prev,\n            &.edgtf-pag-next,\n            &.edgtf-pag-first,\n            &.edgtf-pag-last {\n                margin: 0 2px;\n\n                a {\n\n                    span {\n                        display: block;\n                        line-height: inherit;\n\n                        &:before {\n                            display: block;\n                            line-height: inherit;\n                        }\n                    }\n                }\n            }\n\t\n\t        &.edgtf-pag-prev,\n\t        &.edgtf-pag-first {\n\t\t        padding-right: 6px;\n\t\t        \n\t\t        a:before {\n\t\t\t        content: '<';\n\t\t        }\n\t        }\n\t\n\t        &.edgtf-pag-next,\n\t        &.edgtf-pag-last {\n\t\t        padding-left: 6px;\n\t\t        \n\t\t        a:before {\n\t\t\t        content: '>';\n\t\t        }\n\t        }\n\n            @if ($list_type == 'shortcode') {\n                \n                &.edgtf-pag-prev {\n                    \n                    a {\n                        opacity: 0;\n                    }\n                }\n\n                &.edgtf-pag-next {\n                    \n                    a {\n                        opacity: 1;\n                    }\n                }\n\n            } @else if ($list_type == 'shop') {\n                span {\n                    position: relative;\n                    display: inline-block;\n                    vertical-align: top;\n                    margin: 0;\n                    padding: 0;\n                    color: $first-main-color;\n                }\n\t            \n\t            .current {\n\t\t            border-bottom: 1px solid;\n\t            }\n\n                a {\n                    &.next,\n                    &.prev {\n\t                    font-size: 0;\n\t\n\t                    &:before {\n\t\t                    font-size: 16px;\n\t                    }\n                    }\n\t\n\t                &.prev:before {\n\t\t                content: '<';\n\t                }\n\t                \n\t                &.next:before {\n\t\t                content: '>';\n\t                }\n                }\n            }\n        }\n    }\n}\n\n@mixin edgtfButtonDefaultStyle() {\n    position: relative;\n    display: inline-block;\n    vertical-align: middle;\n    width: auto;\n    margin: 0;\n    font-family: $default-heading-font;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n\ttext-align: left;\n    outline: none;\n    box-sizing: border-box;\n    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;\n    border-radius: 0;\n}\n\n@mixin edgtfButtonSize($size: medium, $height: 56px) {\n    \n    @if ($size == 'small') {\n\t    min-width:180px;\n\t    $height:50px;\n\n    } @else if ($size == 'medium') {\n\t    min-width:192px;\n\t    $height:56px;\n\n    } @else if ($size == 'large') {\n\t    min-width:227px;\n\t    $height:60px;\n\n    } @else if ($size == 'huge') {\n        display: block;\n        width: 100%;\n\t    $height:68px;\n    }\n\t\n\theight: $height;\n\tline-height: $height - 2px;\n\tpadding-left:30px;\n\tpadding-right:30px; // Normalize when text too long\n\tbox-sizing: border-box;\n}\n\n@mixin edgtfButtonTransparentColor() {\n    color: $default-text-color;\n    background-color: transparent;\n}\n\n@mixin edgtfButtonSolidColor($important: null, $background: $default-heading-color) {\n    color: #fff $important;\n    background-color: $background $important;\n    border: 1px solid transparent $important;\n}\n\n@mixin edgtfButtonSolidHoverColor($important: null) {\n    color: #fff $important;\n    background-color: $first-main-color $important;\n}\n\n@mixin edgtfButtonOutlineColor($important: null) {\n    color: $first-main-color $important;\n    background-color: transparent $important;\n    border: 1px solid $first-main-color $important;\n}\n\n@mixin edgtfButtonOutlineHoverColor($important: null) {\n    color: #fff $important;\n    background-color: $first-main-color $important;\n    border-color: $first-main-color $important;\n}\n\n@mixin edgtfPlaceholder {\n    &::-webkit-input-placeholder {\n        @content\n    }\n\n    &:-moz-placeholder {\n        @content;\n\n        opacity: 1;\n    }\n    &::-moz-placeholder {\n        @content;\n\n        opacity: 1;\n    }\n    &:-ms-input-placeholder {\n        @content\n    }\n}\n\n// common mixins - end\n\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n// mixins styles - start\n\n%input-style {\n    position: relative;\n    width: 100%;\n    margin: 0 0 $input-margin;\n    padding: $input-vertical-padding $input-horizontal-padding;\n    font-family: inherit;\n    font-size: 15px;\n    font-weight: inherit;\n    line-height: calc(#{$input-height} - (#{$input-vertical-padding} * 2) - 2px);\n    color: $default-heading-color;\n    background-color: transparent;\n\tborder: none;\n    border-bottom: 1px solid $default-border-color;\n    border-radius: 0;\n    outline: 0;\n    cursor: pointer;\n    -webkit-appearance: none;\n    box-sizing: border-box;\n    transition: border-color 0.2s ease-in-out;\n    \n    body.edgtf-theme-cursor & {\n\t    cursor: none;\n    }\n\n    &:focus {\n        color: $default-heading-color;\n        border-color: $default-text-color;\n    }\n\n    @include edgtfPlaceholder {\n        color: inherit;\n    }\n}\n\n@mixin edgtfMetaStyle($before:'/', $margin: true, $color: $meta-color, $font-family: $default-text-font) {\n\tfont-family: $font-family;\n\tfont-size: 13px;\n\tcolor: $color;\n\tmargin-right: 5px;\n\t\n\ta {\n\t\tcolor: inherit;\n\t\t\n\t\t&:hover {\n\t\t\tcolor: $first-main-color;\n\t\t}\n\t}\n\t\n\t@if ($before != null) {\n\t\t&:before {\n\t\t\tcontent: $before;\n\t\t\tdisplay: inline-block;\n\t\t\t\n\t\t\t@if ($margin == true) {\n\t\t\t\tmargin-right: -3px !important\n\t\t\t}\n\t\t}\n\t}\n}\n\n// mixins styles - end\n\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n//media query mixins - start\n\n@mixin laptop-landscape-large {\n    @media only screen and (max-width: map-get($breakpoints, laptop-landscape-large)) {\n        @content;\n    }\n}\n\n@mixin laptop-landscape-mac {\n    @media only screen and (max-width: map-get($breakpoints, laptop-landscape-mac)) {\n        @content;\n    }\n}\n\n@mixin laptop-landscape-medium {\n    @media only screen and (max-width: map-get($breakpoints, laptop-landscape-medium)) {\n        @content;\n    }\n}\n\n@mixin laptop-landscape {\n    @media only screen and (max-width: map-get($breakpoints, laptop-landscape)) {\n        @content;\n    }\n}\n\n@mixin ipad-landscape {\n    @media only screen and (max-width: map-get($breakpoints, ipad-landscape)) {\n        @content;\n    }\n}\n\n@mixin ipad-portrait {\n    @media only screen and (max-width: map-get($breakpoints, ipad-portrait)) {\n        @content;\n    }\n}\n\n@mixin phone-landscape {\n    @media only screen and (max-width: map-get($breakpoints, phone-landscape)) {\n        @content;\n    }\n}\n\n@mixin phone-portrait {\n    @media only screen and (max-width: map-get($breakpoints, phone-portrait)) {\n        @content;\n    }\n}\n\n@mixin smaller-phone-portrait {\n    @media only screen and (max-width: map-get($breakpoints, smaller-phone-portrait)) {\n        @content;\n    }\n}\n\n// media query mixins - end\n\n// animation mixin - start\n\n@mixin keyframes($name) {\n    @-webkit-keyframes #{$name} {\n        @content;\n    }\n\n    @keyframes #{$name} {\n        @content;\n    }\n}\n\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n\n@mixin edgtfBody() {\n\tfont-family: $default-text-font;\n\tfont-size: 14px;\n\tfont-weight: 400;\n\tline-height: 1.785em;\n\tcolor: $default-text-color;\n\tbackground-color: $default-background-color;\n\t-webkit-font-smoothing: antialiased;\n}\n\n// heading mixins - start\n\n@mixin edgtfDefaultHeadingStyle() {\n    @include edgtfHeadingStyle();\n    margin: 25px 0;\n\n    -ms-word-wrap: break-word;\n    word-wrap: break-word;\n    \n    a {\n        @include edgtfTypographyLayout();\n        \n        &:hover {\n            color: $first-main-color;\n        }\n    }\n}\n\n@mixin edgtfHeadingStyle($with-heading: null, $with-color: true, $text-transform: uppercase) {\n    \n    font-family: $default-heading-font;\n\tfont-weight: 700;\n\ttext-transform: $text-transform;\n    \n    @if ($with-color) {\n        color: $default-heading-color;\n    }\n    \n    @if ($with-heading == 'h1') {\n        @include edgtfH1();\n    } @else if ($with-heading == 'h2') {\n        @include edgtfH2();\n    } @else if ($with-heading == 'h3') {\n        @include edgtfH3();\n    } @else if ($with-heading == 'h4') {\n        @include edgtfH4();\n    } @else if ($with-heading == 'h5') {\n        @include edgtfH5();\n    } @else if ($with-heading == 'h6') {\n        @include edgtfH6();\n    } @else if ($with-heading == 'more') {\n\t    font-size: 15px;\n\t    line-height: 20px;\n\t    border-bottom: 1px solid;\n    }\n}\n\n@mixin edgtfH1() {\n    font-size: 120px;\n    line-height: .94em;\n}\n\n@mixin edgtfH2() {\n    font-size: 85px;\n    line-height: 1em;\n}\n\n@mixin edgtfH3() {\n    font-size: 60px;\n    line-height: 1.016em;\n}\n\n@mixin edgtfH4() {\n    font-size: 30px;\n    line-height: 1.1em;\n}\n\n@mixin edgtfH5() {\n    font-size: 22px;\n    line-height: 1.09em;\n}\n\n@mixin edgtfH6() {\n    font-size: 17px;\n    line-height: 1.118em;\n}\n\n// heading mixins - end\n\n// bold menus (side area and full screen) - start\n\n@mixin edgtfBoldMenuItem($heading: h2) {\n\t\n\ta {\n\t\t@include edgtfHeadingStyle($with-heading : $heading);\n\t}\n\t\n\t.menu-meta {\n\t\t@include edgtfMetaStyle($margin:false);\n\t\tdisplay: block;\n\t\tmargin-left: 5px;\n        \n        @include ipad-landscape {\n            margin-left: 3px;\n        }\n\t}\n}\n////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////"]}