OwlCyberSecurity - MANAGER
Edit File: timetable-schedule-responsive.css.map
{"version":3,"file":"../scss/timetable-schedule-responsive.css","sources":["timetable-schedule-responsive.scss","_variables.scss","_mixins.scss"],"sourcesContent":["@import \"variables\";\n@import \"mixins\";\n\n@include ipad-landscape {\n\ttable.tt_timetable {\n\t\tth {\n\t\t\tfont-size: 16px;\n\t\t}\n\t}\n}\n\n@include ipad-portrait {\n\ttable.tt_timetable{\n\n\t\tthead th,\n\t\t.event .event_header{\n\t\t\tfont-size: 14px;\n\t\t}\n\n\t\ttd,\n\t\t.event .after_hour_text,\n\t\t.event .before_hour_text{\n\t\t\tfont-size: 13px;\n\t\t}\n\n\t\ttd{\n\t\t\tpadding: 0 4px;\n\t\t}\n\t}\n}\n\n@include phone-portrait {\n\t.qode-ttevents-single {\n\t\t.tt_event_hours li {\n\t\t\twidth: 100%;\n\t\t\tmargin-right: 0;\n\t\t\tmargin-bottom: 30px;\n\t\t}\n\t}\n}","$grid-width: 1100px;\n$grid-width-laptop-landscape: 950px;\n$grid-width-ipad-landscape: 768px;\n$grid-width-ipad-portrait: 600px;\n$grid-width-phone-landscape: 420px;\n$grid-width-phone-portrait: 300px;\n$grid-width-smaller-phone-portrait: 95%;\n\n$grid-width-boxed: 1150px;\n$grid-width-laptop-landscape-boxed: 1000px;\n$grid-width-ipad-landscape-boxed: 818px;\n$grid-width-ipad-portrait-boxed: 650px;\n$grid-width-phone-landscape-boxed: 470px;\n$grid-width-phone-portrait-boxed: 350px;\n$grid-width-smaller-phone-portrait-boxed: 96%;\n\n$grid-width-1300: 1300px;\n$grid-width-1200: 1200px;\n$grid-width-1000: 1000px;\n$grid-width-800: 800px;\n\n$first-main-color: #1abc9c;\n\n$type1-gradient-first-color: #31c8a2;\n$type1-gradient-second-color: #ae66fd;\n\n$default-text-color: #818181;\n$header-light-color: #fff;\n$header-dark-color: #000;\n$default-box-shadow: 0 0 4.85px 0.15px rgba(#000, 0.09);\n\n//Listing start\n$grey-color: #d6d6d6;\n$default-green-color: #7dc50f;\n$default-heading-color: #353535;\n$additional-heading-color: #2a2a2a;\n$default-background-color: #fff;\n$default-border-color: #dbdbdb;\n$additional-border-color: #f4f4f4;\n$additional-gray-color: #fafafa;\n$additional-text-color: #999;\n$light-color: #fff;\n$header-light-hover-color: rgba($header-light-color, .8);\n$header-dark-hover-color: rgba($header-dark-color, .8);\n$dark-color: #000;\n$light-grey-color: #adadad;\n//responsive breakpoints\n$laptop-landscape-large-plus-pixel: 1441px;\n$laptop-landscape-medium-plus-pixel: 1281px;\n$laptop-landscape-plus-pixel: 1201px;\n$ipad-landscape-plus-pixel: 1025px;\n$ipad-portrait-plus-pixel: 769px;\n$phone-landscape-plus-pixel: 681px;\n$phone-portrait-plus-pixel: 481px;\n$smaller-phone-portrait-plus-pixel: 321px;\n$first-main-font: 'Montserrat', sans-serif;\n\n$breakpoints: (\n\tlaptop-landscape-large-plus-pixel: 1441px,\n\tlaptop-landscape-large: 1400px,\n\tlaptop-landscape-mac: 1366px,\n\tlaptop-landscape-medium-plus-pixel: 1281px,\n\tlaptop-landscape-medium: 1280px,\n\tlaptop-landscape: 1200px,\n\tipad-landscape: 1024px,\n\tipad-portrait: 768px,\n\tphone-landscape: 680px,\n\tphone-portrait: 480px,\n\tsmaller-phone-portrait: 320px\n);\n\n//Listing end\n\n//responsive breakpoints\n$laptop-big-landscape: 1400px;\n$laptop-landscape: 1200px;\n$ipad-landscape: 1024px;\n$ipad-portrait: 768px;\n$phone-landscape: 600px;\n$phone-portrait: 480px;\n$smaller-phone-portrait: 320px;\n\n//responsive breakpoints for vertical menu\n$vertical-menu-laptop-landscape: 1490px;\n$vertical-menu-ipad-landscape: 1314px;\n\n$vertical-menu-width: 290px;\n\n// easings\n$primary-easing: cubic-bezier(0.785, 0.135, 0.15, 0.86);\n$aux-easing-1: cubic-bezier(0.19, 0.65, 0.02, 0.93);\n$aux-easing-2: cubic-bezier(0.18, 1.35, 0.2, 1.04);\n\n//Gutenberg variables\n$default-text-font: Ralewey, sans-serif;","@import 'variables';\n\n//mixins for Gutenberg styling purpose\n@mixin qodeBody() {\n\tfont-family: 'Raleway', sans-serif;\n\tfont-size: 14px;\n\tline-height: 26px;\n\tcolor: #818181;\n\tfont-weight: 400;\n\tbackground-color: #f6f6f6;\n\toverflow-x: initial !important;\n\t-webkit-font-smoothing: antialiased;\n}\n\n@mixin qodeTypographyLayoutImportant(){\n\tcolor: inherit !important;\n\tfont-family: inherit !important;\n\tfont-size: inherit !important;\n\tfont-weight: inherit !important;\n\tfont-style: inherit !important;\n\tline-height: inherit !important;\n\tletter-spacing: inherit !important;\n\ttext-transform: inherit !important;\n}\n\n@mixin qodeDefaultHeadingStyle() {\n\n\tmargin: 0;\n\tcolor: #303030;\n\n\ta {\n\t\tcolor: #303030;\n\t\t@include qodeTransition(color 0.1s linear);\n\n\t\t&:hover {\n\t\t\tcolor: #1abc9c;\n\t\t}\n\t}\n}\n\n@mixin qodeH1() {\n\tfont-size: 30px;\n\tline-height: 1.25em; /* 20px/16px */\n\tfont-weight: 700;\n}\n\n@mixin qodeH2() {\n\tfont-size: 24px;\n\tline-height: 1.384615384615385em; /* 36px/26px */\n\ttext-transform: uppercase;\n\tletter-spacing: 1px;\n\tfont-weight: 600;\n}\n\n@mixin qodeH3() {\n\tfont-size: 17px;\n\tline-height: 1.304347826086957em; /* 30px/23px */\n\ttext-transform:uppercase;\n\tletter-spacing:1px;\n\tfont-weight: 600;\n}\n\n@mixin qodeH4() {\n\tfont-size: 19px;\n\tline-height: 1.375em; /* 22px/16px */\n\tfont-weight: 400;\n}\n\n@mixin qodeH5() {\n\tfont-size: 15px;\n\tline-height: 1.571428571428571em; /* 22px/14px */\n\ttext-transform:uppercase;\n\tletter-spacing:1px;\n\tfont-weight: 600;\n}\n\n@mixin qodeH6() {\n\tfont-size: 13px;\n\tline-height: 1.538461538461538em; /* 20px/13px */\n\ttext-transform:uppercase;\n\tletter-spacing:1px;\n\tfont-weight:600;\n}\n\n@mixin qodeDefaultButton(){\n\tposition: relative;\n\tdisplay: inline-block;\n\twidth: auto;\n\theight: 39px;\n\tline-height: 39px;\n\tmargin: 0;\n\tpadding: 0px 23px;\n\tborder: 2px solid #303030;\n\tfont-size: 13px;\n\tfont-weight: 700;\n\tfont-family: inherit;\n\ttext-align: left;\n\tcolor: #303030;\n\ttext-decoration: none;\n\tcursor: pointer;\n\twhite-space: nowrap;\n\toutline: none;\n\tfont-style: normal;\n\ttext-transform: uppercase;\n\tletter-spacing: 1px;\n\n\t-o-border-radius: 4px;\n\t-moz-border-radius: 4px;\n\t-webkit-border-radius: 4px;\n\t-ms-border-radius: 4px;\n\tborder-radius: 4px;\n\ttext-shadow: none;\n\n\tbackground-color: transparent;\n\t-webkit-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;\n\t-moz-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;\n\t-ms-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;\n\t-o-transition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;\n\ttransition: color 0.1s linear, background-color 0.1s linear,border-color 0.1s linear;\n\n\t-webkit-box-sizing: initial !important;\n\t-moz-box-sizing: initial !important;\n\tbox-sizing: initial !important;\n}\n\n@mixin qodeDefaultButtonHover(){\n\tbackground-color: #1abc9c;\n\tborder-color: #1abc9c;\n\tcolor: #fff;\n\ttext-decoration: none;\n}\n\n@mixin qodeBlockquote($important : null) {\n\t@include qodeRelativeHolderLayout();\n\tpadding: 14px 14px 14px 10px $important;\n\tmargin: 0;\n\ttext-align: left;\n\tquotes: none;\n\tbox-sizing: border-box;\n\tborder: none $important;\n\tcolor: $default-text-color $important;\n\n\t> * {\n\t\t@include qodeTypographyLayout();\n\t\tmargin: 0;\n\t}\n\n\t&:before,\n\t&:after {\n\t\tcontent: '';\n\t}\n\n\tcite,\n\t.wp-block-quote__citation,\n\t.wp-block-pullquote__citation,\n\tfooter {\n\t\tdisplay: block $important;\n\t\tmargin-top: 10px $important;\n\t\ttext-align: inherit $important;\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-weight: 400 $important;\n\t\ttext-transform: none $important;\n\t}\n\n}\n\n@mixin qodefPlaceholder {\n\t&::-webkit-input-placeholder {\n\t\t@content\n\t}\n\n\t&:-moz-placeholder {\n\t\t@content;\n\n\t\topacity: 1;\n\t}\n\t&::-moz-placeholder {\n\t\t@content;\n\n\t\topacity: 1;\n\t}\n\t&:-ms-input-placeholder {\n\t\t@content\n\t}\n}\n\n//layout mixins - start\n\n@mixin qodeTableLayout(){\n position: relative;\n display: table;\n table-layout: fixed;\n height: 100%;\n width: 100%;\n}\n\n@mixin qodeTableCellLayout(){\n position: relative;\n display: table-cell;\n height: 100%;\n width: 100%;\n vertical-align: middle;\n text-align: center;\n}\n\n@mixin qodeRelativeHolderLayout() {\n position: relative;\n display: inline-block;\n width: 100%;\n vertical-align: middle;\n}\n\n@mixin qodeAbsoluteHolderLayout() {\n position: absolute;\n display: block;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n}\n\n@mixin qodeTypographyLayout(){\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@mixin qodeBoxShadowCustom($box-shadow) {\n\t-webkit-box-shadow: $box-shadow;\n\t-moz-box-shadow: $box-shadow;\n\tbox-shadow: $box-shadow;\n}\n//layout mixins - end\n\n//transition mixins - start\n\n@mixin qodeTransition($transition-param...) {\n -webkit-transition: $transition-param;\n -moz-transition: $transition-param;\n transition: $transition-param;\n}\n@mixin qodeTransitionTransform($transition-param...) {\n\t-webkit-transition: -webkit-transform $transition-param;\n\t-moz-transition: -moz-transform $transition-param;\n\ttransition: transform $transition-param;\n}\n@mixin qodeTransform($transform-param...) {\n -webkit-transform: $transform-param;\n -moz-transform: $transform-param;\n transform: $transform-param;\n}\n\n@mixin qodeAnimation($animation-param...) {\n\t-webkit-animation: $animation-param;\n -moz-animation: $animation-param;\n\tanimation: $animation-param;\n}\n\n@mixin qodeTransformOrigin($animation-param...) {\n\t-webkit-transform-origin: $animation-param;\n -moz-transform-origin: $animation-param;\n transform-origin: $animation-param;\n}\n\n@mixin qodeBoxShadow($shadow-property...) {\n -webkit-box-shadow: $shadow-property;\n -moz-box-shadow: $shadow-property;\n box-shadow: $shadow-property;\n}\n\n@mixin qodeBorderRadius($border-radius...) {\n -webkit-border-radius: $border-radius;\n -moz-border-radius: $border-radius;\n border-radius: $border-radius;\n}\n\n@mixin qodeBoxSizing($box-sizing) {\n -webkit-box-sizing: $box-sizing;\n -moz-box-sizing: $box-sizing;\n box-sizing: $box-sizing;\n}\n@mixin qodeAbsoluteHolderLayout() {\n\tposition: absolute;\n\tdisplay: block;\n\twidth: 100%;\n\theight: 100%;\n\ttop: 0;\n\tleft: 0;\n}\n@mixin qodeImageOverlayHoverStyle($with-hover: true){\n\n\t@if ($with-hover) {\n\n\t\t&:hover {\n\n\t\t\t&:after {\n\t\t\t\topacity: 1;\n\t\t\t}\n\t\t}\n\n\t\t&:after {\n\t\t\t@include qodeAbsoluteHolderLayout();\n\t\t\tcontent: '';\n\t\t\tbackground-color: rgba($default-heading-color, .4);\n\t\t\topacity: 0;\n\t\t\t@include qodeTransition(opacity .2s ease-in-out);\n\t\t}\n\n\t} @else {\n\t\t@include qodeAbsoluteHolderLayout();\n\t\tcontent: '';\n\t\tbackground-color: rgba($default-heading-color, .4);\n\t\topacity: 0;\n\t\t@include qodeTransition(opacity .2s ease-in-out);\n\t}\n}\n//transition mixins - end\n\n//media query mixins - start\n\n@mixin laptop-big-landscape {\n @media only screen and (max-width: $laptop-big-landscape) {\n @content;\n }\n}\n\n@mixin laptop-landscape {\n @media only screen and (max-width: $laptop-landscape) {\n @content;\n }\n}\n\n@mixin ipad-landscape {\n @media only screen and (max-width: $ipad-landscape) {\n @content;\n }\n}\n\n@mixin ipad-landscape-min {\n @media only screen and (min-width: $ipad-landscape) {\n @content;\n }\n}\n\n@mixin ipad-portrait {\n @media only screen and (max-width: $ipad-portrait) {\n @content;\n }\n}\n\n@mixin phone-landscape {\n @media only screen and (max-width: $phone-landscape) {\n @content;\n }\n}\n\n@mixin phone-portrait {\n @media only screen and (max-width: $phone-portrait) {\n @content;\n }\n}\n\n@mixin smaller-phone-portrait {\n @media only screen and (max-width: $smaller-phone-portrait) {\n @content;\n }\n}\n\n//media query mixins - end\n\n@mixin vertical-menu-laptop-landscape {\n @media only screen and (min-width: $vertical-menu-ipad-landscape) and (max-width: $vertical-menu-laptop-landscape) {\n @content;\n }\n}\n\n@mixin vertical-menu-ipad-landscape {\n @media only screen and (min-width: $ipad-landscape) and (max-width: $vertical-menu-ipad-landscape) {\n @content;\n }\n}\n\n//Listing start\n\n@mixin laptop-landscape-large-plus-pixel {\n\t@media only screen and (max-width: map-get($breakpoints, laptop-landscape-large-plus-pixel)) {\n\t\t@content;\n\t}\n}\n\n@mixin laptop-landscape-large {\n\t@media only screen and (max-width: map-get($breakpoints, laptop-landscape-large)) {\n\t\t@content;\n\t}\n}\n\n@mixin laptop-landscape-mac {\n\t@media only screen and (max-width: map-get($breakpoints, laptop-landscape-mac)) {\n\t\t@content;\n\t}\n}\n@mixin laptop-landscape-medium {\n\t@media only screen and (max-width: map-get($breakpoints, laptop-landscape-medium)) {\n\t\t@content;\n\t}\n}\n@mixin laptop-landscape-medium-plus-pixel {\n\t@media only screen and (max-width: map-get($breakpoints, laptop-landscape-medium-plus-pixel)) {\n\t\t@content;\n\t}\n}\n@mixin qodeStarsStyle(){\n\tcontent: '\\f005 \\f005 \\f005 \\f005 \\f005 ';\n\tdisplay: inline-block;\n\tfont-family: 'FontAwesome';\n\tletter-spacing: 3px;\n\tfont-size: 10px;\n\toverflow: hidden;\n\tposition: relative;\n\tvertical-align: middle;\n\ttext-align: left;\n}\n@mixin qodePlaceholder {\n\t&::-webkit-input-placeholder {\n\t\t@content\n\t}\n\t&:-moz-placeholder {\n\t\t@content\n\t}\n\t&::-moz-placeholder {\n\t\t@content\n\t}\n\t&:-ms-input-placeholder {\n\t\t@content\n\t}\n}\n@mixin qodeBckImageStyle(){\n\tbackground-size: cover;\n\tbackground-repeat: no-repeat;\n\tbackground-position: center center;\n}\n%checkbox-style{\n\tinput[type=checkbox]{\n\t\twidth: 17px;\n\t\theight: 17px;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tmargin: 0 0 16px;\n\t}\n\tinput[type=checkbox] + label{\n\t\tvertical-align: top;\n\t\tdisplay: inline-block;\n\t\tpointer-events: none;\n\t\tcursor: pointer;\n\t\tline-height: 1.5em;\n\t\ttext-transform: uppercase;\n\t\tfont-size: 12px;\n\t\tfont-weight: 500;\n\t}\n\tinput[type=checkbox] + label span.qode-label-text {\n\t\tpadding-left: 8px;\n\t}\n\tinput[type=checkbox] + label .qode-label-view{\n\t\twidth: 15px;\n\t\theight: 15px;\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tcursor: pointer;\n\t\tborder: 1px solid $default-border-color;\n\t\tbackground-color: $default-background-color;\n\t\tborder-radius: 100%;\n\t\t&:hover{\n\t\t\tcursor: pointer;\n\t\t}\n\t}\n\tinput[type=checkbox] + label .qode-label-view:after{\n\t\tcontent: 'N';\n\t\twidth: 16px;\n\t\theight: 16px;\n\t\tposition: absolute;\n\t\ttop: -1px;\n\t\tleft: 2px;\n\t\tcolor: #1abc9c;\n\t\tfont-family: ElegantIcons;\n\t\topacity: 0;\n\t\tfont-size: 10px;\n\t\t@include qodeTransition(opacity 0.3s ease-in-out);\n\t}\n\n\tinput[type=checkbox]:checked + label .qode-label-view:after{\n\t\topacity: 1;\n\t}\n}\n//Listing end\n\n\n//animation mixin - start\n\n@mixin keyframes($name) {\n @-webkit-keyframes #{$name} { @content };\n @keyframes #{$name} { @content };\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\n//gradient mixins - start\n\n@mixin qodeType1LeftToRightGradient() {\n background: -webkit-linear-gradient(left, $type1-gradient-first-color, $type1-gradient-second-color);\n background: -o-linear-gradient(right, $type1-gradient-first-color, $type1-gradient-second-color);\n background: -moz-linear-gradient(right, $type1-gradient-first-color, $type1-gradient-second-color);\n background: linear-gradient(to right, $type1-gradient-first-color, $type1-gradient-second-color);\n}\n\n@mixin qodeType1BotomToTopGradient($webkit) {\n @if $webkit == 'true' {\n background: -webkit-linear-gradient(bottom, $type1-gradient-first-color, $type1-gradient-second-color);\n } @else {\n background: -webkit-linear-gradient(bottom, $type1-gradient-first-color, $type1-gradient-second-color);\n background: -o-linear-gradient(top, $type1-gradient-first-color, $type1-gradient-second-color);\n background: -moz-linear-gradient(top, $type1-gradient-first-color, $type1-gradient-second-color);\n background: linear-gradient(to top, $type1-gradient-first-color, $type1-gradient-second-color);\n }\n}\n\n@mixin qodeType1LeftBottomToRightTopGradient($webkit) {\n @if $webkit == 'true' {\n background: -webkit-linear-gradient(right top, $type1-gradient-second-color, $type1-gradient-first-color );\n } @else {\n background: -webkit-linear-gradient(right top, $type1-gradient-second-color, $type1-gradient-first-color);\n background: -o-linear-gradient(right top, $type1-gradient-first-color, $type1-gradient-second-color);\n background: -moz-linear-gradient(right top, $type1-gradient-first-color, $type1-gradient-second-color);\n background: linear-gradient(to right top, $type1-gradient-first-color, $type1-gradient-second-color);\n }\n}\n\n@mixin qodeType1LeftToRightGradient2x() {\n background: -webkit-linear-gradient(left, $type1-gradient-first-color 0%, $type1-gradient-second-color 50%, $type1-gradient-first-color 100%);\n background: -o-linear-gradient(right, $type1-gradient-first-color 0%, $type1-gradient-second-color 50%, $type1-gradient-first-color 100%);\n background: -moz-linear-gradient(right, $type1-gradient-first-color 0%, $type1-gradient-second-color 50%, $type1-gradient-first-color 100%);\n background: linear-gradient(to right, $type1-gradient-first-color 0%, $type1-gradient-second-color 50%, $type1-gradient-first-color 100%);\n}\n\n//gradient mixins - end"],"names":[],"mappings":"AEoVI,MAAM,MAAM,MAAM,MAAM,SAAS,EAAE,MAAM;EFhV5C,AACC,KADI,AAAA,aAAa,CACjB,EAAE,CAAC;IACF,SAAS,EAAE,IAAI;GACf;;;AEyVC,MAAM,MAAM,MAAM,MAAM,SAAS,EAAE,KAAK;EFpV3C,AAEC,KAFI,AAAA,aAAa,CAEjB,KAAK,CAAC,EAAE;EAFT,KAAK,AAAA,aAAa,CAGjB,MAAM,CAAC,aAAa,CAAA;IACnB,SAAS,EAAE,IAAI;GACf;EALF,AAOC,KAPI,AAAA,aAAa,CAOjB,EAAE;EAPH,KAAK,AAAA,aAAa,CAQjB,MAAM,CAAC,gBAAgB;EARxB,KAAK,AAAA,aAAa,CASjB,MAAM,CAAC,iBAAiB,CAAA;IACvB,SAAS,EAAE,IAAI;GACf;EAXF,AAaC,KAbI,AAAA,aAAa,CAajB,EAAE,CAAA;IACD,OAAO,EAAE,KAAK;GACd;;;AEiVC,MAAM,MAAM,MAAM,MAAM,SAAS,EAAE,KAAK;EF5U3C,AACC,qBADoB,CACpB,eAAe,CAAC,EAAE,CAAC;IAClB,KAAK,EAAE,IAAI;IACX,YAAY,EAAE,CAAC;IACf,aAAa,EAAE,IAAI;GACnB"}