{"version":3,"sources":["widget-map-responsive.scss","../../../../../themes/gretnagreen/assets/css/scss/_mixins.scss","../../../widgets/assets/css/scss/responsive/_instagram-widget-responsive.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;ACmJA;AAkHA;AAEA;AAiCA;ADlSA;AAAA;AAAA;AENA;AAAA;AAAA;ADqUI;EC3TD;IACC;;EAUA;IACC,OAHwB;;EAEzB;IACC,OAHwB;;;ADwTzB;ECrSA;IACC,OAHwB;;EAEzB;IACC,OAHwB;;;AD6SzB;ECjSH;IACC;;;AAIF;AAAA;AAAA","file":"../../../../gretnagreen-instagram-feed/assets/css/scss/widget-map-responsive.css","sourcesContent":["/* ==========================================================================\n   Global partials\n   ========================================================================== */\n@import '../../../../../themes/gretnagreen/assets/css/scss/variables';\n@import '../../../../../themes/gretnagreen/assets/css/scss/mixins';\n\n/* ==========================================================================\n   Widgets responsive styles\n   ========================================================================== */\n@import \"D:/projects/gretnagreen/wp-content/plugins/gretnagreen-instagram-feed/widgets/assets/css/scss/responsive/_instagram-widget-responsive.scss\";","//layout mixins - start\n\n@mixin eltdfTableLayout() {\n    position: relative;\n    display: table;\n    table-layout: fixed;\n    height: 100%;\n    width: 100%;\n}\n\n@mixin eltdfTableCellLayout($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 eltdfRelativeHolderLayout($vertical-align: middle) {\n    position: relative;\n    display: inline-block;\n    width: 100%;\n    vertical-align: $vertical-align;\n}\n\n@mixin eltdfAbsoluteHolderLayout() {\n    position: absolute;\n    display: block;\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n}\n\n@mixin eltdfTypographyLayout() {\n    color: inherit;\n    font-family: inherit;\n    font-size: inherit;\n    font-weight: inherit;\n    font-style: inherit;\n    line-height: inherit;\n    letter-spacing: inherit;\n    text-transform: inherit;\n}\n\n//layout mixins - end\n\n//transition mixins - start\n\n@mixin eltdfTransition($transition-param...) {\n    -webkit-transition: $transition-param;\n    -moz-transition: $transition-param;\n    transition: $transition-param;\n}\n\n@mixin eltdfTransitionTransform($transition-param...) {\n    -webkit-transition: -webkit-transform $transition-param;\n    -moz-transition: -moz-transform $transition-param;\n    transition: transform $transition-param;\n}\n\n@mixin eltdfTransform($transform-param...) {\n    -webkit-transform: $transform-param;\n    -moz-transform: $transform-param;\n    transform: $transform-param;\n}\n\n@mixin eltdfAnimation($animation-param...) {\n    -webkit-animation: $animation-param;\n    -moz-animation: $animation-param;\n    animation: $animation-param;\n}\n\n@mixin eltdfTransformOrigin($animation-param...) {\n    -webkit-transform-origin: $animation-param;\n    -moz-transform-origin: $animation-param;\n    transform-origin: $animation-param;\n}\n\n//transition mixins - end\n\n//checkbox mixins - start\n\n$checkbox-size: 15px;\n$checkbox-border-width: 1px;\n%checkbox-style {\n    position: relative;\n    margin: 8px 0;\n    line-height: 1;\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    input[type=checkbox] + label {\n        display: inline-block;\n        pointer-events: none;\n        cursor: pointer;;\n        position: absolute;\n        top: 0;\n        left: 0;\n        line-height: 0;\n    }\n    input[type=checkbox] + label span.eltdf-label-text {\n        padding-left: 10px;\n        display: inline-block;\n        line-height: $checkbox-size;\n        color: $default-heading-color;\n    }\n    input[type=checkbox] + label .eltdf-label-view {\n        display: inline-block;\n        width: $checkbox-size;\n        height: $checkbox-size;\n        box-sizing: border-box;\n        vertical-align: top;\n        cursor: pointer;\n        border: $checkbox-border-width solid $default-border-color;\n        background-color: $default-background-color;\n        border-radius: 2px;\n        &:hover {\n            cursor: pointer;\n        }\n    }\n    input[type=checkbox] + label .eltdf-label-view:after {\n        content: '';\n        width: $checkbox-size / 2 - $checkbox-border-width;\n        height: $checkbox-size / 2 - $checkbox-border-width;\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        background-color: $first-main-color;\n        opacity: 0;\n        @include eltdfTransition(opacity 0.3s ease-in-out);\n    }\n    input[type=checkbox]:checked + label .eltdf-label-view:after {\n        opacity: 1;\n    }\n}\n\n//checkbox mixins - end\n\n/* common mixins - start */\n\n@mixin eltdfBckImageStyle(){\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center center;\n}\n\n@mixin eltdfImageOverlayHoverStyle($with-hover: true){\n    \n    @if ($with-hover) {\n        \n        &:hover {\n        \n            &:after {\n                opacity: 1;\n            }\n        }\n    \n        &:after {\n            @include eltdfAbsoluteHolderLayout();\n            content: '';\n            background-color: rgba($default-heading-color, .13);\n            opacity: 0;\n            @include eltdfTransition(opacity .2s ease-in-out);\n        }\n        \n    } @else {\n        @include eltdfAbsoluteHolderLayout();\n        content: '';\n        background-color: rgba($default-heading-color, .13);\n        opacity: 0;\n        @include eltdfTransition(opacity .2s ease-in-out);\n    }\n}\n\n@mixin eltdfButtonDefaultStyle() {\n    font-family: inherit;\n    position: relative;\n    display: inline-block;\n    vertical-align: middle;\n    width: auto;\n    outline: none;\n    font-size: 16px;\n    line-height: 2em;\n    font-weight: 400;\n    box-sizing: border-box;\n    margin: 0;\n    @include eltdfTransition(color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out);\n}\n\n@mixin eltdfButtonTransparentColor() {\n    color: $default-text-color;\n    background-color: transparent;\n}\n\n@mixin eltdfButtonSolidColor() {\n    color: $default-heading-color;\n    background-color: $button-background-color;\n    border: 1px solid transparent;\n}\n\n@mixin eltdfButtonSolidHoverColor() {\n    color: #fff;\n    background-color: $first-main-color;\n}\n\n@mixin eltdfButtonOutlineColor() {\n    color: $first-main-color;\n    background-color: transparent;\n    border: 1px solid $first-main-color;\n}\n\n@mixin eltdfButtonOutlineHoverColor() {\n    color: #fff;\n    background-color: $first-main-color;\n    border-color: $first-main-color;\n}\n\n@mixin eltdfButtonSmallParams() {\n    padding: 6px 36px;\n}\n\n@mixin eltdfButtonMediumParams() {\n    padding: 7px 61px;\n}\n\n@mixin eltdfButtonLargeParams() {\n    padding: 8px 66px;\n}\n\n@mixin eltdfButtonHugeParams() {\n    display: block;\n    text-align: center;\n    padding: 13px 26px;\n}\n\n@mixin eltdfPlaceholder {\n    &::-webkit-input-placeholder {\n        @content\n    }\n    &:-moz-placeholder {\n        @content;\n        opacity: 1;\n    }\n    &::-moz-placeholder {\n        @content;\n        opacity: 1;\n    }\n    &:-ms-input-placeholder {\n        @content\n    }\n}\n\n/* common mixins - end */\n\n/* mixins styles - start */\n\n%input-style {\n    position: relative;\n    width: 100%;\n    margin: 0 0 11px;\n    padding: 11px 24px;\n    font-family: $default-text-font;\n    font-size: 14px;\n    line-height: 20px;\n    font-weight: inherit;\n    color: $default-text-color;\n    background-color: transparent;\n    border: 1px solid $default-border-color;\n    border-radius: 0;\n    outline: 0;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    -ms-appearance: none;\n    cursor: text;\n    box-sizing: border-box;\n    @include eltdfTransition(border-color 0.2s ease-in-out);\n\n    &:focus {\n        color: $default-heading-color;\n        border-color: $first-main-color;\n    }\n\n    @include eltdfPlaceholder {\n        color: inherit;\n    }\n}\n\n/* mixins styles - end */\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//flexbox mixins - start\n\n@mixin eltdfFlexContainer($flex-direction: row, $flex-wrap: nowrap, $justify-content: flex-start, $align-items: stretch, $align-content: stretch ){\n    display:flex;\n    flex-direction: $flex-direction;\n    flex-wrap: $flex-wrap;\n    justify-content: $justify-content;\n    align-items: $align-items;\n    align-content: $align-content;\n}\n\n@mixin eltdfFlexItem($order: 0, $flex-grow: 0, $flex-shrink: 1, $flex-basis: auto){\n    order: $order;\n    flex-grow: $flex-grow;\n    flex-shrink: $flex-shrink;\n    flex-basis: $flex-basis;\n}\n\n//flexbox 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@mixin animation($name, $duration, $repeat, $timing, $delay) {\n    -webkit-animation-name: $name;\n    -webkit-animation-duration: $duration;\n    -webkit-animation-iteration-count: $repeat;\n    -webkit-animation-timing-function: $timing;\n    -webkit-animation-delay: $delay;\n    -webkit-animation-fill-mode: forwards; /* this prevents the animation from restarting! */\n\n    animation-name: $name;\n    animation-duration: $duration;\n    animation-iteration-count: $repeat;\n    animation-timing-function: $timing;\n    animation-delay: $delay;\n    animation-fill-mode: forwards; /* this prevents the animation from restarting! */\n}\n\n//animation mixin - end","/* ==========================================================================\n   Instagram widget responsive style - begin\n   ========================================================================== */\n\n@include ipad-landscape {\n\t\n\t.eltdf-instagram-feed:not(.eltdf-instagram-carousel) {\n\t\t\n\t\tli {\n\t\t\t\n\t\t\timg {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\t\t}\n\t\t\n\t\t$instagram_columns: ('eltdf-col-6', 'eltdf-col-9');\n\t\t\n\t\t@for $i from 0 to length($instagram_columns) {\n\t\t\t&.#{nth($instagram_columns,$i+1)} {\n\t\t\t\t$instagram_column_width: 100%/4;\n\t\t\t\t\n\t\t\t\tli {\n\t\t\t\t\twidth: $instagram_column_width;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n@include ipad-portrait {\n\t\n\t.eltdf-instagram-feed:not(.eltdf-instagram-carousel) {\n\t\t$instagram_columns: ('eltdf-col-6', 'eltdf-col-9');\n\t\t\n\t\t@for $i from 0 to length($instagram_columns) {\n\t\t\t&.#{nth($instagram_columns,$i+1)} {\n\t\t\t\t$instagram_column_width: 100%/3;\n\t\t\t\t\n\t\t\t\tli {\n\t\t\t\t\twidth: $instagram_column_width;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\n@include phone-landscape {\n\t\n\t.eltdf-instagram-feed:not(.eltdf-instagram-carousel) li {\n\t\twidth: 50% !important;\n\t}\n}\n\n/* ==========================================================================\n   Instagram widget responsive style - end\n   ========================================================================== */"]}