.igd-btn{cursor:pointer;width:-moz-max-content;width:max-content;display:flex;align-items:center;color:#fff;padding:8px 12px;border-radius:5px;border:1px solid transparent;line-height:1;text-decoration:none;transition:all .2s ease-in-out;font-size:.875rem}.igd-btn i{margin-right:7px}.igd-btn i:nth-child(2){margin-right:0;margin-left:7px}.igd-btn .igd-spinner{margin:2px 10px 0 0}.igd-btn.btn-primary{background-color:#2fb44b}.igd-btn.btn-primary:hover{color:#fff;background-color:#248c3a}.igd-btn.btn-secondary{background-color:#5c637e;border-color:#5c637e;color:#fff}.igd-btn.btn-secondary:hover{background-color:#4b5266}.igd-btn.btn-success{background-color:#00d084;border-color:#00d084}.igd-btn.btn-success:hover{color:#fff;background-color:#00c674}.igd-btn.btn-warning{background-color:#f9d6b7;color:#a65300}.igd-btn.btn-warning:hover{background-color:#fc9;color:#c60}.igd-btn.btn-danger{background-color:#f8d7da;color:#d8000c}.igd-btn.btn-danger:hover{background-color:#f5c6cb;color:#a71d2a}.igd-btn.btn-info{background-color:#b4d8e7;color:#1f4e6e}.igd-btn.btn-info:hover{background-color:#00a5e6;color:#00558f}.igd-btn.btn-light{background-color:#f1f1f1;border-color:#f1f1f1}.igd-btn.btn-light:hover{background-color:#e6e6e6}.igd-btn.btn-dark{background-color:#0071e6;border-color:#0071e6}.igd-btn.btn-dark:hover{background-color:#0058c6;color:#fff}.igd-btn.btn-link{background-color:transparent;border-color:transparent;color:#0071e6}.igd-btn.btn-link:hover{color:#0058c6}.igd-btn.btn-outline-primary{background-color:transparent;border-color:var(--color-primary);color:var(--color-primary)}.igd-btn.btn-outline-primary:hover{background-color:var(--color-primary);color:#fff}.igd-btn.btn-outline-secondary{background-color:transparent;border-color:#f1f1f1;color:#f1f1f1}.igd-btn.btn-outline-secondary:hover{background-color:#f1f1f1;color:#fff}.igd-btn.btn-outline-success{background-color:transparent;border-color:#00d084;color:#00d084}.igd-btn.btn-outline-success:hover{background-color:#00d084;color:#fff}.igd-btn.btn-outline-warning{background-color:transparent;border-color:#ffc800;color:#ffc800}.igd-btn.btn-outline-warning:hover{background-color:#ffc800;color:#fff}.igd-btn.btn-outline-danger{background-color:transparent;border-color:#ff5b5b;color:#ff5b5b}.igd-btn.btn-outline-danger:hover{background-color:#ff5b5b;color:#fff}.igd-btn.btn-outline-info{background-color:transparent;border-color:#00b5ff;color:#00b5ff}.igd-btn.btn-outline-info:hover{background-color:#00b5ff;color:#fff}.igd-btn.btn-outline-light{background-color:transparent;border-color:#f1f1f1;color:#f1f1f1}.igd-btn.btn-outline-light:hover{background-color:#f1f1f1;color:#fff}.igd-btn.btn-outline-dark{background-color:transparent;border-color:#0071e6;color:#0071e6}.igd-btn.btn-outline-dark:hover{background-color:#0071e6;color:#fff}.igd-btn.btn-outline-link{background-color:transparent;border-color:#0071e6;color:#0071e6}.igd-btn.btn-outline-link:hover{background-color:#0071e6;color:#fff}.igd-btn.disabled{color:#999;cursor:not-allowed;background:#f1f1f1!important;border-color:#ccc}.igd-tooltip{z-index:9999999!important}.igd-tooltip:before{z-index:-1!important}.igd-tooltip.react-tooltip__show{opacity:1!important;visibility:visible!important}.igd-notice{border-radius:5px;border:1px solid #f1f1f1;border-left-width:5px;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:10px 12px;margin:10px 0;display:flex}.igd-notice .igd-notice-content{margin:0;text-align:left;font-size:13px;line-height:1.5;color:#757575}.igd-notice .igd-notice-content p{margin:7px 0;line-height:normal}.igd-notice .igd-notice-content h5{margin:5px 0;font-weight:500;font-size:14px;line-height:normal}.igd-notice .igd-notice-content code{padding:2px 4px;border-radius:3px;font-family:monospace;font-size:13px;background-color:rgba(0,0,0,.05)}.igd-notice .igd-notice-content a{color:#0071e6;text-decoration:none;font-weight:500}.igd-notice .igd-notice-content a:hover{color:#0058c6}.igd-notice.igd-notice-info{border-color:rgba(0,181,255,.5);background:rgba(0,181,255,.1);border-left-color:#00b5ff}.igd-notice.igd-notice-warning{border-color:rgba(255,200,0,.5);background:rgba(255,200,0,.1);border-left-color:#ffc800}.igd-notice.loading-method-info .igd-notice-content .description{display:block}@media(max-width:767px){.igd-notice .igd-notice-content{flex-wrap:wrap}}.igd-hidden{display:none!important}.file-item-checkbox{cursor:pointer;display:none;border-radius:5px;width:-moz-max-content;width:max-content;padding:4px}.file-item-checkbox .box{width:20px;height:20px;border:1px solid #ddd;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0}.file-item-checkbox .box:after{content:"";display:none;width:6px;height:11px;border:solid var(--color-primary);border-width:0 2px 2px 0;transform:rotate(45deg);box-sizing:border-box;margin-top:-2px}.file-item-checkbox .box:hover{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-lighter)}.file-item-checkbox .box:hover:after{display:block;border-color:#999}.file-item-checkbox:hover{background-color:rgba(0,0,0,.15)}.file-item-checkbox:hover .box{box-shadow:0 0 0 2px var(--color-primary-lighter)}.file-item-checkbox.checked{background-color:rgba(0,0,0,.15)}.file-item-checkbox.checked .box{border-color:var(--color-primary-lighter);color:var(--color-primary);background:#fff;box-shadow:0 0 0 1px var(--color-primary-lighter)}.file-item-checkbox.checked .box:after{display:block}.igd-swal{z-index:999999!important}.igd-swal .swal2-confirm{background-color:#2fb44b!important}.igd-swal .swal2-close:focus{background:0 0;color:inherit;box-shadow:none}.igd-swal .swal2-cancel,.igd-swal .swal2-deny{background-color:#f08080!important}.igd-swal.save-settings-toast .swal2-popup{display:flex!important;padding:10px}.igd-swal.save-settings-toast .swal2-popup .swal2-html-container{margin-left:5px}.igd-swal.igd-swal-toast .swal2-popup{display:flex!important;padding:10px}.igd-swal.igd-swal-toast .swal2-popup .swal2-html-container{margin-left:5px}.igd-swal .swal2-input{width:auto!important}.igd-swal .swal2-title{font-size:1.2rem;color:#333;font-weight:500}.igd-swal .swal2-html-container{font-size:1rem;line-height:1.5;color:#555}.igd-swal .swal2-textarea:focus{border-color:#ddd!important;box-shadow:none!important}.igd-swal.igd-review-remind-swal .swal2-deny{background-color:#999!important}.igd-swal .swal2-validation-message{display:block;text-align:center}.igd-swal-reverse .swal2-cancel,.igd-swal-reverse .swal2-deny{background-color:#2fb44b!important}.igd-swal-reverse .swal2-confirm{background-color:#f08080!important}.igd-swal.igd-import-swal .swal2-modal{padding:10px}.igd-swal.igd-import-swal .swal2-modal .swal2-title{margin-bottom:10px}.igd-swal.proof-swal .swal2-textarea{font-size:14px;font-weight:400}.igd-swal.no-icon .swal2-title{margin-top:10px}.igd-swal.migration-swal .migration-status{display:flex;flex-direction:column}.igd-swal.migration-swal .migration-status p{margin:5px 0}.igd-swal.migration-swal .migration-status p span{font-weight:700}.igd-swal.migration-swal .migration-progress{display:flex;align-items:center;justify-content:center;flex-direction:column}.igd-swal.migration-swal .migration-progress .progress-message.completed{color:#2fb44b;font-weight:600}.igd-loading-spinner{display:flex;justify-content:center;margin-top:3rem}.igd-loading-spinner svg{width:2.5rem;height:2.5rem}.igd-divi-loading-spinner{display:flex;justify-content:center}.igd-divi-loading-spinner svg{width:100px;height:100px}.igd-spinner{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:20px;height:20px;animation:igd-spin 2s linear infinite;display:flex}.igd-spinner.spinner-large{border-width:4px;width:50px;height:50px;animation:igd-spin 1s linear infinite;margin:30px auto}@keyframes igd-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.igd-disabled{pointer-events:none!important}.igd-select{max-width:700px;text-align:left;font-size:14px;font-weight:400}.igd-select__input{height:auto!important}.igd-select__input:focus{box-shadow:none!important}.igd-select__control{border:1px solid #ccc;border-radius:6px;box-shadow:none;transition:all .2s ease;font-size:14px}.igd-select__control--is-focused{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.igd-select__placeholder,.igd-select__single-value{display:flex;align-items:center;font-size:14px}.igd-select__single-value img{width:20px;height:20px;margin-right:8px;-o-object-fit:contain;object-fit:contain;border-radius:4px;z-index:9}.igd-select__menu{z-index:1000;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}.igd-select__option{display:flex;align-items:center;padding:8px 12px;cursor:pointer;font-size:14px;color:#333;background-color:#fff;transition:all .2s ease}.igd-select__option:hover{background-color:#f0f8ff}.igd-select__option img{width:20px;height:20px;margin-right:8px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.igd-select__option--is-focused{background-color:#f0f8ff}.igd-select__option--is-selected{background-color:#2271b1;color:#fff}.igd-select__option--is-selected img{filter:brightness(1.2)}.igd-select.select-shortcode{width:100%;z-index:9}.igd-settings .components-form-toggle,.igd-shortcode-builder .components-form-toggle{width:-moz-max-content;width:max-content;background:#fff;padding:3px;border-radius:15px;height:auto}.igd-settings .components-form-toggle__track,.igd-shortcode-builder .components-form-toggle__track{width:44px;height:22px;border-radius:22px}.igd-settings .components-form-toggle__thumb,.igd-shortcode-builder .components-form-toggle__thumb{background:#2fb44b;border:none;width:15px;height:15px;border-radius:25px;top:6px;left:6px}.igd-settings .components-form-toggle.is-checked .components-form-toggle__thumb,.igd-shortcode-builder .components-form-toggle.is-checked .components-form-toggle__thumb{background:#fff;transform:translateX(22px)}.igd-settings .components-form-toggle.is-checked .components-form-toggle__track,.igd-shortcode-builder .components-form-toggle.is-checked .components-form-toggle__track{background:#2fb44b}.igd-settings .components-form-toggle.disabled,.igd-shortcode-builder .components-form-toggle.disabled{opacity:.3}.igd-settings .components-checkbox-control .components-h-stack,.igd-shortcode-builder .components-checkbox-control .components-h-stack{align-items:center}.google-drive_page_integrate-google-drive-shortcode-builder{background:#f7f8fa}.google-drive_page_integrate-google-drive-shortcode-builder #wpfooter{display:none}@media(max-width:767px){.google-drive_page_integrate-google-drive-shortcode-builder #wpcontent{padding-right:10px}}.igd-shortcode-builder{width:calc(100% + 20px);margin-left:-20px;font-size:15px}@media(max-width:767px){.igd-shortcode-builder{width:100%;margin-left:0}}.igd-shortcode-builder *{box-sizing:border-box}.igd-shortcode-builder-header{display:flex;flex-wrap:wrap;align-items:center;background:#fff;padding:12px 15px;border-bottom:1px solid #e5e5e5;justify-content:space-between;z-index:99;position:sticky;top:32px}.igd-shortcode-builder-header .btn-back{border:none;background:0 0;padding:0;border-right:1px solid #ccc;padding-right:7px;margin-right:10px;cursor:pointer;color:#5c637e;height:30px}.igd-shortcode-builder-header .header-title{display:flex;align-items:center;font-size:1.2em;font-weight:500;cursor:pointer;margin-right:auto;max-width:70%}.igd-shortcode-builder-header .header-title .header-icon{margin-right:7px}.igd-shortcode-builder-header .header-title .input-wrap{display:flex;align-items:center;justify-content:center;margin-left:10px;border:1px solid rgba(92,99,126,.3);border-radius:7px;overflow:hidden;height:40px;font-size:15px;flex:1}.igd-shortcode-builder-header .header-title .input-wrap .module-type-icon{margin-right:0;padding-left:5px;padding-right:5px;width:40px;height:100%;border-right:1px solid #ddd;background:#eee}.igd-shortcode-builder-header .header-title .input-wrap .shortcode-title{background:#fff;position:relative;border:none;height:100%;display:flex;align-items:center;padding:10px;cursor:text;min-width:200px;max-width:500px}.igd-shortcode-builder-header .header-title .input-wrap .shortcode-title:active,.igd-shortcode-builder-header .header-title .input-wrap .shortcode-title:focus,.igd-shortcode-builder-header .header-title .input-wrap .shortcode-title:focus-visible,.igd-shortcode-builder-header .header-title .input-wrap .shortcode-title:hover{border:none;box-shadow:none;outline:0}.igd-shortcode-builder-header .header-title .input-wrap .module-types-tooltip{width:500px}.igd-shortcode-builder-header .header-title .input-wrap .module-types-tooltip .igd-module-types{padding:0;width:100%;gap:10px}.igd-shortcode-builder-header .header-title .input-wrap .module-types-tooltip .igd-module-types .module-type{width:100%;flex-direction:row;text-align:left;padding:15px}.igd-shortcode-builder-header .header-title .input-wrap .module-types-tooltip .igd-module-types .module-type .icon-wrap{width:60px;height:60px;margin-right:7px}.igd-shortcode-builder-header .header-title .input-wrap .module-types-tooltip .igd-module-types .module-type .type-meta{flex:1;overflow:hidden}.igd-shortcode-builder-header .header-title .input-wrap .module-types-tooltip .igd-module-types .module-type .type-meta p{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.igd-shortcode-builder-header .header-actions{display:flex}.igd-shortcode-builder-header .header-actions .components-button-group{border-radius:5px;border:1px solid #ddd;box-shadow:rgba(0,0,0,.16) 0 1px 4px;overflow:hidden}.igd-shortcode-builder-header .header-actions .components-button-group button{color:#555c66;background:#f8f8f8;height:38px;line-height:1.5;transition:all .3s ease;box-shadow:none;font-weight:500}.igd-shortcode-builder-header .header-actions .components-button-group button i{margin-right:7px}.igd-shortcode-builder-header .header-actions .components-button-group button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.igd-shortcode-builder-header .header-actions .components-button-group button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:1px solid #ddd}.igd-shortcode-builder-header .header-actions .components-button-group button:hover{background:rgba(47,180,75,.05);color:#2fb44b}.igd-shortcode-builder-header .header-actions .shortcode-wrap{display:flex;align-items:center;justify-content:flex-start;position:relative;width:-moz-max-content;width:max-content}.igd-shortcode-builder-header .header-actions .shortcode-wrap code{padding:10px 10px 10px 35px;background:#fafafa;color:#5c637e;border-radius:7px;border:1px solid rgba(47,180,75,.2);font-size:12px;word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-shortcode-builder-header .header-actions .shortcode-wrap i{left:3px;color:#5c637e;padding:7px;border-radius:30px;height:auto;width:auto;cursor:pointer;position:absolute;font-size:24px}.igd-shortcode-builder-header .header-actions .btn-back{background:#5c637e;color:#fff;border-color:rgba(47,180,75,.3)}.igd-shortcode-builder-header .header-actions .btn-back:hover{background:#464c61}.igd-shortcode-builder-header .header-actions .btn-save{margin-left:15px}.igd-shortcode-builder-header .header-actions .btn-save.disabled{opacity:.5;pointer-events:none;background:#ddd;border-color:#ddd;color:#555}.igd-shortcode-builder-header .header-actions .btn-save.disabled:hover{background:#ddd;border-color:#ddd}.igd-shortcode-builder-header .header-actions .btn-cancel{margin-right:15px}@media(max-width:767px){.igd-shortcode-builder-header{margin-left:-10px;margin-right:-10px;padding:10px;top:-50px}.igd-shortcode-builder-header .header-title img{width:30px;margin-right:5px}.igd-shortcode-builder-header .header-title label{font-size:1em}.igd-shortcode-builder-header .header-title .shortcode-title{height:35px;min-height:unset;margin-left:auto;border-radius:5px;color:#555;font-size:14px;font-weight:400;width:150px}.igd-shortcode-builder-header .header-actions .add-new-btn{margin-left:auto}.igd-shortcode-builder-header .header-actions button{overflow:hidden;padding:7px;font-size:.8em;margin-left:10px;height:35px}.igd-shortcode-builder-header .header-actions button:first-child{margin-left:0}.igd-shortcode-builder-header .header-actions button i{margin-right:3px}.igd-shortcode-builder-header .header-actions button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.igd-shortcode-builder-header:has(.btn-back) .header-title img,.igd-shortcode-builder-header:has(.btn-back) .header-title label{display:none}.igd-shortcode-builder-header:has(.btn-back) .header-actions{justify-content:center}.igd-shortcode-builder-header:has(.btn-back) .header-actions .shortcode-wrap{width:90px;height:35px}.igd-shortcode-builder-header:has(.btn-back) .header-actions .shortcode-wrap code{height:35px;padding-top:7px}}.igd-shortcode-builder .no-item-placeholder{padding:3rem 5em;border-radius:10px;border:1px solid rgba(47,180,75,.3);background:#fff;margin:50px auto 0;width:-moz-max-content;width:max-content;display:flex;align-items:center;justify-content:center;flex-direction:column}.igd-shortcode-builder .no-item-placeholder img{width:200px;margin-left:-40px}.igd-shortcode-builder .no-item-placeholder h3{color:#7a7a7a;margin:1.5em;font-weight:500}.igd-shortcode-builder .no-item-placeholder button{margin-top:1em}.igd-shortcode-builder .selection-actions-wrap{display:flex;align-items:center;margin-top:30px}.igd-shortcode-builder .selection-actions-wrap .selection-count{font-weight:500;background:rgba(47,180,75,.1);padding:10px 10px;border-radius:5px;height:35px;border:1px solid rgba(47,180,75,.3);display:flex;align-items:center;justify-content:center;font-size:.9em}.igd-shortcode-builder .selection-actions-wrap .igd-btn{margin-left:10px;height:35px}.igd-shortcode-builder .igd-shortcode-list{width:100%;border-collapse:separate;border-spacing:0 10px;border:none}.igd-shortcode-builder .igd-shortcode-list-header{display:flex;align-items:center;justify-content:space-between;margin-top:15px;margin-bottom:15px}.igd-shortcode-builder .igd-shortcode-list-header .igd-shortcode-list-title{font-size:1.2em;font-weight:600;margin:0;display:flex;align-items:center}.igd-shortcode-builder .igd-shortcode-list-header .igd-shortcode-list-title .shortcode-list-count{font-size:15px;font-weight:400;color:#777;margin-left:7px}.igd-shortcode-builder .igd-shortcode-list-header .settings-per-page{display:flex;align-items:center;margin-left:auto;margin-right:20px}.igd-shortcode-builder .igd-shortcode-list-header .settings-per-page h4{margin:0 7px 0 0;padding:0;font-size:15px;font-weight:400}.igd-shortcode-builder .igd-shortcode-list-header .settings-per-page .components-select-control{min-width:80px}.igd-shortcode-builder .igd-shortcode-list-header .settings-per-page .components-select-control__input{height:40px}.igd-shortcode-builder .igd-shortcode-list-header .settings-per-page .components-input-control__backdrop{border-color:#ddd;border-radius:5px}.igd-shortcode-builder .igd-shortcode-list-header .search-wrap{display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:7px;overflow:hidden;height:40px;margin-right:20px}.igd-shortcode-builder .igd-shortcode-list-header .search-wrap .search-dismiss{border:none;background:#fff;padding:0 10px;cursor:pointer;height:100%;display:flex;align-items:center}.igd-shortcode-builder .igd-shortcode-list-header .search-wrap .search-submit{margin-right:0;padding-left:10px;padding-right:10px;width:40px;border:none;background:#eee;height:100%;cursor:pointer;display:flex;align-items:center}.igd-shortcode-builder .igd-shortcode-list-header .search-wrap input{background:#fff;position:relative;border:none;height:100%;padding:3px 10px}.igd-shortcode-builder .igd-shortcode-list-header .search-wrap input:active,.igd-shortcode-builder .igd-shortcode-list-header .search-wrap input:focus,.igd-shortcode-builder .igd-shortcode-list-header .search-wrap input:hover{border:none;box-shadow:none}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings h4{margin-top:5px;margin-bottom:10px}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings i{width:30px;height:30px;font-size:30px;color:#5c637e;cursor:pointer}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings .list-settings-tooltip{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:580px}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings .list-settings-tooltip .settings-columns{width:100%;margin-bottom:10px}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings .column-options{display:flex}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings .column-options .igd-column-setting{margin-bottom:5px;margin-right:10px;border:1px solid #eee;padding:5px 7px;border-radius:5px}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings .column-options .igd-column-setting .components-base-control__field{display:flex;align-items:center}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings .column-options .components-checkbox-control__input-container{margin-right:5px}.igd-shortcode-builder .igd-shortcode-list-header .igd-list-column-settings .components-checkbox-control__label{text-transform:capitalize;font-size:13px;line-height:1.5}.igd-shortcode-builder .igd-shortcode-list-wrap{padding:20px}.igd-shortcode-builder .igd-shortcode-list-wrap .igd-no-results{text-align:center;padding:2em;color:#777;font-size:16px;display:flex;flex-direction:column;align-items:center}.igd-shortcode-builder .igd-shortcode-list-wrap .igd-no-results i{font-size:45px;height:45px;width:45px;margin-bottom:10px;color:#ccc}.igd-shortcode-builder .igd-shortcode-list-wrap .igd-no-results span{display:block}.igd-shortcode-builder .igd-shortcode-list thead{background:#fff}.igd-shortcode-builder .igd-shortcode-list thead th{padding:24px 0;font-size:15px;color:#555;border-left-width:0;border-right-width:0;margin-bottom:1em;text-align:center}.igd-shortcode-builder .igd-shortcode-list thead th:first-child{border-radius:10px 0 0 10px}.igd-shortcode-builder .igd-shortcode-list thead th .dashicons-info{color:#5c637e;font-size:20px;cursor:pointer;margin-left:5px}.igd-shortcode-builder .igd-shortcode-list thead th .igd-tooltip{font-size:14px;width:200px;font-weight:400}.igd-shortcode-builder .igd-shortcode-list thead th .sortable{cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.igd-shortcode-builder .igd-shortcode-list thead th .sortable i{opacity:.5;margin-left:5px;color:#999;transition:all .3s ease}.igd-shortcode-builder .igd-shortcode-list thead th .sortable.asc i{transform:rotate(180deg)}.igd-shortcode-builder .igd-shortcode-list thead th .sortable.desc i{transform:rotate(0)}.igd-shortcode-builder .igd-shortcode-list thead th .sortable.active,.igd-shortcode-builder .igd-shortcode-list thead th .sortable:hover{color:#2fb44b}.igd-shortcode-builder .igd-shortcode-list thead th .sortable.active i,.igd-shortcode-builder .igd-shortcode-list thead th .sortable:hover i{opacity:1;color:#47cf64}.igd-shortcode-builder .igd-shortcode-list tbody td,.igd-shortcode-builder .igd-shortcode-list tbody th{padding:15px;font-size:15px;color:#666;text-align:left;white-space:nowrap;border:none}.igd-shortcode-builder .igd-shortcode-list tbody td:first-child,.igd-shortcode-builder .igd-shortcode-list tbody th:first-child{border-radius:10px 0 0 10px}.igd-shortcode-builder .igd-shortcode-list tbody td:last-child,.igd-shortcode-builder .igd-shortcode-list tbody th:last-child{border-radius:0 10px 10px 0}.igd-shortcode-builder .igd-shortcode-list-item{transition:all .3s ease;background:#fff}.igd-shortcode-builder .igd-shortcode-list-item:hover{background:rgba(85,85,85,.05)}.igd-shortcode-builder .igd-shortcode-list .col-selection{width:35px;text-align:center;padding-right:0;padding-left:15px}.igd-shortcode-builder .igd-shortcode-list .col-id{width:60px}.igd-shortcode-builder .igd-shortcode-list .col-title{text-align:left;padding-left:10px}.igd-shortcode-builder .igd-shortcode-list td.col-title{font-weight:500;font-size:14px;cursor:pointer;color:#222;transition:color .3s ease;max-width:300px;overflow:hidden;text-overflow:ellipsis}.igd-shortcode-builder .igd-shortcode-list td.col-title:hover{color:#47cf64}.igd-shortcode-builder .igd-shortcode-list .col-shortcode-type{text-align:left}.igd-shortcode-builder .igd-shortcode-list .col-shortcode-type>div{display:flex;align-items:center;justify-content:flex-start;font-size:15px}.igd-shortcode-builder .igd-shortcode-list .col-shortcode-type>div img{margin-right:7px;width:22px}.igd-shortcode-builder .igd-shortcode-list .col-shortcode-status{width:100px;text-align:center}.igd-shortcode-builder .igd-shortcode-list .col-locations{text-align:center}.igd-shortcode-builder .igd-shortcode-list .col-locations .location-count{text-align:center;font-weight:700;cursor:pointer;border:1px solid #5c637e;border-radius:5px;padding:5px 10px;color:#5c637e}.igd-shortcode-builder .igd-shortcode-list .col-locations .location-count:hover{background:#5c637e;color:#fff}.igd-shortcode-builder .igd-shortcode-list .col-locations h3{margin-top:0;margin-bottom:10px;color:#555;font-size:1em;font-weight:500}.igd-shortcode-builder .igd-shortcode-list .col-locations .locations-tooltip{padding:15px;max-width:250px}.igd-shortcode-builder .igd-shortcode-list .col-locations .location-item{margin-bottom:7px;overflow:hidden}.igd-shortcode-builder .igd-shortcode-list .col-locations .location-item a{text-decoration:none;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1}.igd-shortcode-builder .igd-shortcode-list .col-locations .location-item a .location-index{margin-right:5px;color:#5c637e}.igd-shortcode-builder .igd-shortcode-list .col-locations .location-item a .location-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.igd-shortcode-builder .igd-shortcode-list .col-locations .location-item a i{margin-left:7px;color:#5c637e;font-size:16px;width:16px;height:16px}.igd-shortcode-builder .igd-shortcode-list .col-created{text-align:center}.igd-shortcode-builder .igd-shortcode-list .col-code>div{display:flex;align-items:center;justify-content:flex-start;position:relative;width:-moz-max-content;width:max-content;margin:auto;padding:7px 10px 7px 35px;background:#fff;color:#5c637e;border-radius:7px;border:1px solid rgba(92,99,126,.2);font-size:12px;transition:all 1s ease}.igd-shortcode-builder .igd-shortcode-list .col-code>div code{margin-bottom:0;background:#fff}.igd-shortcode-builder .igd-shortcode-list .col-code>div i{left:3px;color:#5c637e;padding:7px;border-radius:30px;height:auto;width:auto;cursor:pointer;position:absolute;font-size:24px}.igd-shortcode-builder .igd-shortcode-list .col-code>div:hover{color:#2fb44b}.igd-shortcode-builder .igd-shortcode-list .col-code>div:hover i{color:#47cf64}.igd-shortcode-builder .igd-shortcode-list .col-actions{padding-right:0;text-align:right}.igd-shortcode-builder .igd-shortcode-list .col-actions a{display:inline-flex;margin-right:15px}.igd-shortcode-builder .igd-shortcode-list .col-actions a.btn-view-selections{background:#3c91e6;color:#fff;border-color:rgba(60,145,230,.3)}.igd-shortcode-builder .igd-shortcode-list .col-actions a.btn-view-selections img{width:18px;margin-right:7px}.igd-shortcode-builder .igd-shortcode-list .col-actions a.btn-view-selections:hover{background:#1b78d4}.igd-shortcode-builder .igd-shortcode-list .col-actions button{padding:7px 10px;display:inline-flex;background:#5c637e;height:35px;margin-right:15px}.igd-shortcode-builder .igd-shortcode-list .col-actions button.btn-primary:hover{background:#464c61;color:#efefef}.igd-shortcode-builder .igd-shortcode-list .col-actions button.btn-delete{color:#f44336}.igd-shortcode-builder .igd-shortcode-list .col-actions button.btn-insert{background:#2fb44b;color:#fff;border-color:rgba(47,180,75,.3)}.igd-shortcode-builder .igd-shortcode-list .col-actions button.btn-insert img{width:18px;margin-right:7px}.igd-shortcode-builder .igd-shortcode-list .col-actions button.btn-insert:hover{background:#248c3a}.igd-shortcode-builder .igd-shortcode-list-footer{display:flex;align-items:center;justify-content:center}@media(max-width:767px){.igd-shortcode-builder .igd-shortcode-list-wrap{overflow-x:auto;margin-right:10px}}.igd-shortcode-builder .igd-shortcode-builder-form{overflow-y:unset}.igd-shortcode-builder .btn-tools{margin:0 10px;padding:0!important;background:0 0!important;color:#5c637e}.igd-shortcode-builder .btn-tools img{width:26px}.igd-shortcode-builder .options-tooltip{padding:0;border-radius:7px;box-shadow:0 0 10px rgba(0,0,0,.1)}.igd-shortcode-builder .options-tooltip .action-tools{display:flex;flex-direction:column}.igd-shortcode-builder .options-tooltip .action-tools button{padding:10px 15px;display:flex;background:0 0;color:#555;justify-content:flex-start;border-radius:0;border-bottom:1px solid #e5e5e5;font-size:1em;width:100%;margin:0}.igd-shortcode-builder .options-tooltip .action-tools button:hover{background:rgba(92,99,126,.1)}.igd-shortcode-builder .options-tooltip .action-tools button:last-child{border-bottom:none;margin-bottom:0}.igd-shortcode-builder .options-tooltip .action-tools button.btn-delete{color:#f44336}.igd-shortcode-builder-form{display:flex;flex-wrap:wrap;align-items:flex-start}.igd-shortcode-builder-form .shortcode-builder-sidebar{width:20%;background:#fff;max-width:170px;padding:20px;position:sticky;top:100px;height:calc(100vh - 100px);border-right:1px solid #eaeaea;display:flex;align-items:center;flex-direction:column;transition:all .3s ease;overflow-y:auto;overflow-x:hidden}.igd-shortcode-builder-form .shortcode-builder-sidebar::-webkit-scrollbar{width:5px;height:5px}.igd-shortcode-builder-form .shortcode-builder-sidebar::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:4px}.igd-shortcode-builder-form .shortcode-builder-sidebar::-webkit-scrollbar-thumb:hover{background-color:#b3b3b3}.igd-shortcode-builder-form .shortcode-builder-sidebar::-webkit-scrollbar-track{background:#f0f0f0}.igd-shortcode-builder-form .shortcode-builder-sidebar .sidebar-collapser{cursor:pointer;width:24px;position:absolute;top:5px;right:-30px;transition:all .3s ease}.igd-shortcode-builder-form .shortcode-builder-sidebar .sidebar-collapser:hover{filter:invert(.5)}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs{display:flex;flex-direction:column;align-items:center}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab{display:flex;align-items:center;flex-direction:column;justify-content:center;padding:10px;background:#e9f9ec;border:1px dashed rgba(47,180,75,.3);width:100%;color:#333;border-radius:10px;transition:background-color .3s ease}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap{max-width:100%;position:relative;cursor:pointer;width:120px;display:flex;align-items:center;justify-content:center}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(:last-child){margin-bottom:40px}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(:last-child):after{content:"";height:40px;width:12px;background:#f7f8fa;position:absolute;top:100%}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab{background:#47cf64;color:#fff}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab .tab-icon{background-color:#fff}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active:after{background:#47cf64}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(.active):hover .shortcode-tab{background:rgba(47,180,75,.3)}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon{width:30px;height:30px;margin-bottom:10px;background-color:#2fb44b;mask-size:cover;-webkit-mask-size:cover}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-type{-webkit-mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/type.svg) no-repeat center/cover;mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/type.svg) no-repeat center/cover}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-sources{-webkit-mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/sources.svg) no-repeat center;mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/sources.svg) no-repeat center}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-filters{-webkit-mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/filters.svg) no-repeat center;mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/filters.svg) no-repeat center}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-advanced{-webkit-mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/advanced.svg) no-repeat center;mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/advanced.svg) no-repeat center}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-notifications{-webkit-mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/notifications.svg) no-repeat center;mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/notifications.svg) no-repeat center}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon.icon-permissions{-webkit-mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/permissions.svg) no-repeat center;mask:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/shortcode-builder/tabs/permissions.svg) no-repeat center}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-name{font-size:14px;text-transform:uppercase;font-weight:500;white-space:nowrap}.igd-shortcode-builder-form .shortcode-builder-sidebar.sidebar-collapsed{max-width:90px;padding:15px;top:100px}.igd-shortcode-builder-form .shortcode-builder-sidebar.sidebar-collapsed .sidebar-collapser{position:unset;transform:rotate(180deg);margin-right:0;margin-top:-5px;margin-bottom:12px}.igd-shortcode-builder-form .shortcode-builder-sidebar.sidebar-collapsed .shortcode-tab-wrap{height:55px;width:55px}.igd-shortcode-builder-form .shortcode-builder-sidebar.sidebar-collapsed .shortcode-tab-wrap:not(:last-child){margin-bottom:35px}.igd-shortcode-builder-form .shortcode-builder-sidebar.sidebar-collapsed .shortcode-tab-wrap:not(:last-child):after{height:35px}.igd-shortcode-builder-form .shortcode-builder-sidebar.sidebar-collapsed .shortcode-tab .tab-icon{margin-bottom:0}.igd-shortcode-builder-form .shortcode-builder-sidebar.sidebar-collapsed .shortcode-tab .tab-name{display:none}.igd-shortcode-builder-form .shortcode-builder-sidebar:hover .sidebar-collapser{right:0}@media(max-width:767px){.igd-shortcode-builder-form .shortcode-builder-sidebar{width:100%;max-width:100%;background:0 0;height:auto;min-height:auto;margin:20px 0;padding:0;position:static;border:0}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs{flex-direction:row}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab{background:0 0;padding:0;border:0;color:#777}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-name{font-size:.7em;font-weight:400;text-transform:capitalize}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab .tab-icon{width:26px;height:26px;margin-bottom:7px;background:#777}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap{width:auto}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(:last-child){margin-bottom:0}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap:not(:last-child):after{display:none}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab{background:0 0;color:#2fb44b}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab .tab-icon{background-color:#2fb44b}.igd-shortcode-builder-form .shortcode-builder-sidebar .shortcode-tabs .shortcode-tab-wrap.active .shortcode-tab .tab-name{font-weight:500}}.igd-shortcode-builder-form .shortcode-builder-content{flex:1}.igd-shortcode-builder-form:has(.shortcode-builder-sidebar) .shortcode-builder-content{width:80%;max-width:calc(100% - 180px);min-height:100vh;display:flex;flex-direction:column}.igd-shortcode-builder-form:has(.shortcode-builder-sidebar):has(.sidebar-collapser) .shortcode-builder-content{max-width:calc(100% - 100px)}.igd-shortcode-builder-form .form-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;position:sticky;bottom:0;padding:10px 15px;border-top:1px solid #eaeaea;background:#fff;z-index:9}.igd-shortcode-builder-form .form-footer button:first-child,.igd-shortcode-builder-form .form-footer button:last-child{background:#fff;color:#2fb44b;border-color:rgba(47,180,75,.3)}.igd-shortcode-builder-form .form-footer button:first-child:hover,.igd-shortcode-builder-form .form-footer button:last-child:hover{background:#d5f0db}.igd-shortcode-builder-form .form-footer button.disabled{opacity:.5;pointer-events:none;background:#ddd;border-color:#ddd}.igd-shortcode-builder-form .form-footer button.disabled:hover{background:#ddd;border-color:#ddd}@media(max-width:767px){.igd-shortcode-builder-form .form-footer{margin:0 -10px}.igd-shortcode-builder-form .form-footer button{font-weight:400}.igd-shortcode-builder-form .form-footer button span{font-size:14px}}.igd-shortcode-builder-form.editor-mode .shortcode-builder-sidebar{top:0}.igd-shortcode-builder-form.editor-mode .shortcode-builder-content{padding:0;display:flex;flex-direction:column;height:calc(100vh - 50px)}.shortcode-module{padding:15px}.shortcode-module-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;width:100%;border-bottom:1px solid #e5e5e5;padding-bottom:10px}.shortcode-module-header .module-title{flex:1;text-align:left}.shortcode-module-header .module-title h2{font-size:18px;margin-bottom:5px;font-weight:600;text-align:left;margin-top:0;color:#555}.shortcode-module-header .module-title span{font-size:14px}.shortcode-module-header .module-type{cursor:pointer;display:flex;align-items:center;margin-left:15px;border:1px solid rgba(47,180,75,.3);padding:10px 12px;border-radius:5px;background:#fff;transition:all .2s ease-in-out}.shortcode-module-header .module-type-title{margin-right:10px;font-weight:400;font-size:1em}.shortcode-module-header .module-type img{width:20px;height:20px;margin-right:7px}.shortcode-module-header .module-type-name{font-size:1em;font-weight:500}.shortcode-module-header .module-type:hover{background:rgba(213,240,219,.3)}.shortcode-module .settings-field{display:flex;flex-wrap:wrap;margin-bottom:15px;align-items:flex-start;border-radius:10px;padding:12px 18px;background:#fff}.shortcode-module .settings-field-title{font-size:1.3em;margin-bottom:30px;font-weight:600;text-align:left;color:#333}.shortcode-module .settings-field-title.field-visibility{margin-top:50px}.shortcode-module .settings-field-label{width:200px;font-weight:500;font-size:15px;display:flex;justify-content:space-between;text-align:left;color:#333}.shortcode-module .settings-field-label i{margin-right:7px;color:#777}.shortcode-module .settings-field-label:after{content:":";margin-left:auto}.shortcode-module .settings-field-content{display:flex;flex-direction:column;align-items:flex-start;margin-left:20px;flex:1}.shortcode-module .settings-field-content .components-button i{margin-right:5px}.shortcode-module .settings-field-content .description{font-size:14px;text-align:left;color:#757575;margin-top:10px;margin-bottom:0}.shortcode-module .settings-field-content .description .igd-btn,.shortcode-module .settings-field-content .description a{margin-left:10px;text-decoration:none}.shortcode-module .settings-field-content .description+.description{margin-top:0}.shortcode-module .settings-field.filter-field .filter-field-input{display:flex;flex-direction:column}.shortcode-module .settings-field.filter-field .filter-field-all{display:flex;align-items:center;justify-content:flex-start;margin-top:15px;flex-wrap:wrap}.shortcode-module .settings-field.filter-field .filter-field-all>div{display:flex;align-items:center;max-width:900px}.shortcode-module .settings-field.filter-field .filter-field-all>div:first-child{margin-right:20px}.shortcode-module .settings-field.filter-field .filter-field-all>div.name-filter-option{width:100%}.shortcode-module .settings-field.filter-field .filter-field-all-label{margin-right:10px;font-weight:500;font-size:14px;white-space:nowrap;color:#333}.shortcode-module .settings-field.filter-field .filter-field-all .description{width:100%;text-align:left}.shortcode-module .settings-field.filter-field .filter-field-all ul{margin-top:0;padding-left:10px;margin-left:10px;list-style:disc}.shortcode-module .settings-field.sort-field .sort-field-section{display:flex;flex-direction:column}.shortcode-module .settings-field.sort-field .sort-field-section:first-child{margin-right:35px;padding-right:15px;border-right:1px solid #ddd}.shortcode-module .settings-field.sort-field .sort-field-section:last-child{border-right:0}.shortcode-module .settings-field.sort-field .sort-field-section-wrap{display:flex;margin:15px 30px}.shortcode-module .settings-field.sort-field .sort-field-section-label{margin-bottom:15px;font-weight:500;text-align:left;font-size:.9em;margin-left:-20px}.shortcode-module .settings-field.sort-field .sort-field-section .sort-item{display:flex;align-items:center;margin-bottom:10px;cursor:pointer;position:relative;font-size:.875em}.shortcode-module .settings-field.sort-field .sort-field-section .sort-item i{display:none;position:absolute;left:-25px}.shortcode-module .settings-field.sort-field .sort-field-section .sort-item.active{color:#2fb44b}.shortcode-module .settings-field.sort-field .sort-field-section .sort-item.active i{display:block}.shortcode-module .settings-field.filter-users-field .filter-users-group{display:flex;flex-direction:column}.shortcode-module .settings-field.filter-users-field .filter-users{margin-bottom:10px}.shortcode-module .settings-field.filter-users-field .filter-users-title{margin-bottom:10px}.shortcode-module .settings-field .filter-users{margin-top:15px;display:flex;flex-direction:column;border:1px dashed #ddd;padding:15px;border-radius:7px;width:100%}.shortcode-module .settings-field .filter-users-title{font-weight:500;font-size:15px;text-align:left;margin:0;line-height:1}.shortcode-module .settings-field .filter-users-section{display:flex;align-items:center}.shortcode-module .settings-field .filter-users-section:first-child{margin-right:20px}.shortcode-module .settings-field .filter-users-section-label{margin-right:10px;font-weight:500;font-size:14px}.shortcode-module .settings-field .filter-users-section-wrap{display:flex;flex-wrap:wrap;margin-top:10px}.shortcode-module .settings-field .filter-users-section-wrap .description{width:100%;margin-bottom:0}.shortcode-module .settings-field.field-parent-folder .shortcode-module .igd-select-sources-wrap{margin-top:10px}.shortcode-module .settings-field.field-upload-confirmation-message .description{margin-top:-5px;margin-bottom:15px}.shortcode-module .settings-field.field-upload-confirmation-message .wp-editor-wrap{width:100%}.shortcode-module .settings-field.field-upload-confirmation-message .wp-editor-wrap textarea{border:none}.shortcode-module .settings-field.field-upload-confirmation-message .wp-switch-editor{height:29px}.shortcode-module .settings-field.field-upload-confirmation-message textarea{width:100%;border:1px solid #eee;padding:15px;min-width:200px}.shortcode-module .settings-field.field-upload-confirmation-message textarea:focus{outline:0;box-shadow:none}.shortcode-module .settings-field.field-upload-box-description textarea{max-width:400px;width:100%;border:1px solid #eee;padding:15px;min-width:200px}.shortcode-module .settings-field.field-upload-box-description textarea:focus{outline:0;box-shadow:none}.shortcode-module .settings-field.field-allow-search input[type=text]{width:100%}.shortcode-module .settings-field.field-private-folder input[type=text]{width:100%}.shortcode-module .settings-field.field-private-folder .igd-notice-info a{margin-left:5px}.shortcode-module .settings-field.field-gallery-image-size .gallery-custom-size-wrap{display:flex}.shortcode-module .settings-field.field-gallery-image-size .gallery-custom-size-wrap .components-base-control:first-child{display:flex;align-items:center}.shortcode-module .settings-field.field-gallery-image-size .gallery-custom-size-wrap .components-base-control:first-child:after{content:"X";margin-left:10px;margin-right:10px;font-weight:500}.shortcode-module .settings-field.field-gallery-image-size .gallery-custom-size-wrap .components-text-control__input{width:110px}.shortcode-module .settings-field.field-access-denied-message{flex-direction:column;align-items:flex-start}.shortcode-module .settings-field.field-access-denied-message .settings-field-label{width:100%}.shortcode-module .settings-field.field-access-denied-message .settings-field-label:after{content:""}.shortcode-module .settings-field.field-access-denied-message .description{margin-top:-5px;margin-bottom:15px}.shortcode-module .settings-field.field-access-denied-message .wp-editor-wrap{width:100%}.shortcode-module .settings-field.field-access-denied-message .wp-editor-wrap textarea{border:none}.shortcode-module .settings-field.field-access-denied-message .wp-switch-editor{height:29px}.shortcode-module .settings-field.field-access-denied-message textarea{width:100%;border:1px solid #eee;padding:15px;min-width:200px}.shortcode-module .settings-field.field-access-denied-message textarea:focus{outline:0;box-shadow:none}.shortcode-module .settings-field.field-acf-dynamic-files.disabled{opacity:.7;background:#f1f1f1}.shortcode-module .settings-field.field-upload-folder-selection .template-folder{margin-bottom:7px;flex-direction:column}.shortcode-module .settings-field.field-upload-folder-selection .template-folder-item{min-width:300px;justify-content:flex-start;margin-bottom:7px}.shortcode-module .settings-field.field-upload-folder-selection .template-folder-item:last-child{margin-bottom:0}.shortcode-module .settings-field.field-upload-folder-selection .template-folder-item .dashicons-no-alt{margin-left:auto}.shortcode-module .settings-field.field-upload-folder-selection .template-folder:empty{display:none}.shortcode-module .settings-field.field-upload-folder-selection .template-folder .folder-index{margin-right:5px}.shortcode-module .settings-field.field-upload-folder-selection button{margin-top:7px}.shortcode-module .settings-field.file-rename-config.type-notifications{margin-top:0!important;padding:0;border:none}.shortcode-module .settings-field.file-rename-config.type-notifications fieldset{margin-bottom:0}.shortcode-module .settings-field.file-rename-config.type-notifications .settings-field-label{display:none}.shortcode-module .settings-field .components-select-control select,.shortcode-module .settings-field input[type=email],.shortcode-module .settings-field input[type=number],.shortcode-module .settings-field input[type=text],.shortcode-module .settings-field select{height:40px;border-radius:4px;border:1px solid #ddd;font-size:14px;width:350px;max-width:100%;padding:10px 15px;line-height:1}.shortcode-module .settings-field .components-select-control select:disabled,.shortcode-module .settings-field input[type=email]:disabled,.shortcode-module .settings-field input[type=number]:disabled,.shortcode-module .settings-field input[type=text]:disabled,.shortcode-module .settings-field select:disabled{background:#f5f5f5;color:#aaa;cursor:not-allowed}.shortcode-module .settings-field .components-select-control select.igd-tag-input,.shortcode-module .settings-field input[type=email].igd-tag-input,.shortcode-module .settings-field input[type=number].igd-tag-input,.shortcode-module .settings-field input[type=text].igd-tag-input,.shortcode-module .settings-field select.igd-tag-input{max-width:600px;width:100%}.shortcode-module .settings-field .igd-select{width:400px}.shortcode-module .settings-field .igd-select.filter-users-select{max-width:100%}.shortcode-module .settings-field .igd-select__control.igd-select__control--is-focused{border-color:#2fb44b;box-shadow:none}.shortcode-module .settings-field .igd-select__input{height:auto}.shortcode-module .settings-field .igd-select__input:focus{border:none;box-shadow:none}.shortcode-module .settings-field .igd-select__menu{border-radius:7px;border:1px solid rgba(47,180,75,.3);box-shadow:0 0 5px rgba(0,0,0,.1);z-index:99}.shortcode-module .settings-field .igd-select__menu .igd-select__option{padding:10px 15px;font-size:.8em;cursor:pointer}.shortcode-module .settings-field .igd-select__menu .igd-select__option:hover{background:rgba(47,180,75,.1)}.shortcode-module .settings-field .igd-select__menu .igd-select__option--is-focused{background:rgba(47,180,75,.1)}.shortcode-module .settings-field .components-button-group{background:rgba(47,180,75,.1);padding:10px;width:-moz-max-content;width:max-content;border-radius:10px}.shortcode-module .settings-field .components-button-group i,.shortcode-module .settings-field .components-button-group svg{margin-right:5px}.shortcode-module .settings-field .components-button-group path,.shortcode-module .settings-field .components-button-group svg{fill:#47cf64}.shortcode-module .settings-field .components-button-group button{color:#666;box-shadow:inset 0 0 0 1px rgba(47,180,75,.25);margin:0 3px;border-radius:5px;background:#fff;height:35px;line-height:1.5}.shortcode-module .settings-field .components-button-group button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.shortcode-module .settings-field .components-button-group button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.shortcode-module .settings-field .components-button-group button.is-primary{z-index:auto;background:#47cf64;color:#fff}.shortcode-module .settings-field .components-button-group button.is-primary path,.shortcode-module .settings-field .components-button-group button.is-primary svg{fill:#fff}.shortcode-module .settings-field .components-button-group button.is-secondary:hover{color:#2fb44b;box-shadow:inset 0 0 0 1px #47cf64}.shortcode-module .settings-field .components-button-group button.is-secondary:hover path,.shortcode-module .settings-field .components-button-group button.is-secondary:hover svg{fill:#2fb44b}.shortcode-module .settings-field .components-button-group button:disabled{opacity:.7;background:#f5f5f5}.shortcode-module .settings-field .components-button-group.igd-link-list-style button{height:auto;position:relative;text-align:center;justify-content:center;padding:0;border:3px solid transparent;box-shadow:none;border-radius:10px}.shortcode-module .settings-field .components-button-group.igd-link-list-style button img{width:150px;height:150px}.shortcode-module .settings-field .components-button-group.igd-link-list-style button span{position:absolute;bottom:0;background:rgba(0,0,0,.5);color:#fff;width:100%;padding:7px 0;font-size:13px;line-height:1;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.shortcode-module .settings-field .components-button-group.igd-link-list-style button.disabled{background:#f5f5f5;opacity:.7}.shortcode-module .settings-field .components-button-group.igd-link-list-style button.disabled img{opacity:.5}.shortcode-module .settings-field .components-range-control{width:350px}.shortcode-module .settings-field .components-range-control .components-range-control__wrapper{color:#2fb44b;margin-bottom:0}.shortcode-module .settings-field .components-range-control .components-range-control__wrapper .components-range-control__mark-label{top:3px}.shortcode-module .settings-field .components-range-control .components-range-control__wrapper .components-range-control__thumb-wrapper span{background:#2fb44b}.shortcode-module .settings-field .components-range-control .components-input-control__input{width:auto;height:auto;padding:0 0 0 10px}.shortcode-module .settings-field .components-range-control .components-input-control__backdrop{border-color:#ddd}.shortcode-module .settings-field .components-range-control .components-range-control__reset{background-color:#f8d7da;color:#d8000c;box-shadow:none;border:1px solid rgba(216,0,12,.3)}.shortcode-module .settings-field .components-range-control .components-number-control .components-input-control__container{width:60px}.shortcode-module .settings-field .components-range-control .components-number-control .components-input-control__container .components-input-control__input{padding:0 10px;width:100%}.shortcode-module .settings-field .components-select-control .components-input-control__backdrop{border-color:#ddd}.shortcode-module .settings-field-sub{display:flex;flex-direction:column;width:100%}.shortcode-module .settings-field-sub .settings-field{flex-direction:column;align-items:flex-start;margin-top:15px;margin-bottom:0;display:flex;border:1px dashed #ddd;padding:10px 15px;border-radius:7px;width:100%}.shortcode-module .settings-field-sub .settings-field-label{margin-top:0;margin-bottom:12px;width:auto;font-size:14px}.shortcode-module .settings-field-sub .settings-field-label:after{content:"";display:none}.shortcode-module .settings-field-sub .settings-field-content{width:100%;margin-left:0}.shortcode-module .settings-field-sub .settings-field-content+h4,.shortcode-module .settings-field-sub .settings-field-content>h4{margin-top:15px}.shortcode-module .settings-field .name-filter-option{display:flex;flex-wrap:wrap;align-items:center;margin-top:10px}.shortcode-module .settings-field .name-filter-option h4{margin:0 15px 0 0;font-size:14px;font-weight:500}.shortcode-module .settings-field .name-filter-option .name-filter-option-item{margin-right:15px;border:1px solid #ddd;border-radius:5px;padding:7px 9px;display:flex;align-items:center;justify-content:center;font-size:1em;font-weight:500;color:#777;cursor:pointer;transition:all .3s ease}.shortcode-module .settings-field .name-filter-option .name-filter-option-item:hover{background:#f5f8ff;color:#0a0a0a}.shortcode-module .settings-field .name-filter-option .components-checkbox-control__input{height:20px;width:20px}.shortcode-module .settings-field .name-filter-option .components-checkbox-control__label{margin-left:10px;text-transform:capitalize}@media(max-width:767px){.shortcode-module .settings-field .name-filter-option div:not(#jairalok){width:auto;margin-bottom:0}}@media(max-width:767px){.shortcode-module .shortcode-module-header{flex-flow:column-reverse;align-items:center;text-align:center}.shortcode-module .shortcode-module-header .module-title h2{text-align:center;margin-top:10px}.shortcode-module .shortcode-module-header .module-type{display:none}.shortcode-module .shortcode-module-header .shortcode-wrap{display:none}.shortcode-module .shortcode-types{gap:10px}.shortcode-module .shortcode-types .shortcode-type{width:calc(50% - 5px);text-align:center;padding:1em}.shortcode-module .settings-field{flex-flow:column;align-items:flex-start;padding:10px}.shortcode-module .settings-field-label{margin-bottom:.5em;font-size:1em;justify-content:flex-start}.shortcode-module .settings-field-label:after{display:none}.shortcode-module .settings-field-content{margin-left:0}.shortcode-module .settings-field input,.shortcode-module .settings-field select{width:100%;height:32px}.shortcode-module .settings-field .igd-select{width:100%}.shortcode-module .settings-field.filter-field .filter-field-all{flex-direction:column;align-items:flex-start;width:100%}.shortcode-module .settings-field.filter-field .filter-field-all div{margin-right:0;display:flex;width:100%}.shortcode-module .settings-field.filter-field .filter-field-all div:first-child{margin-bottom:10px}.shortcode-module .settings-field.filter-field .filter-field-all-label{min-width:70px}.shortcode-module .settings-field .filter-users-section-wrap{flex-direction:column;align-items:flex-start;width:100%}.shortcode-module .settings-field .filter-users-section-wrap .filter-users-section{width:100%}.shortcode-module .settings-field .filter-users-section-wrap .filter-users-section:first-child{margin-bottom:10px}}.igd-module-builder-modal .components-form-toggle,.igd-shortcode-builder .components-form-toggle{width:-moz-max-content;width:max-content;background:#fff;padding:3px;border-radius:15px;height:auto}.igd-module-builder-modal .components-form-toggle__track,.igd-shortcode-builder .components-form-toggle__track{width:44px;height:22px;border-radius:22px;border-color:#5c637e}.igd-module-builder-modal .components-form-toggle__thumb,.igd-shortcode-builder .components-form-toggle__thumb{background:#5c637e;border:none;width:15px;height:15px;border-radius:25px;top:6px;left:6px}.igd-module-builder-modal .components-form-toggle.is-checked .components-form-toggle__thumb,.igd-shortcode-builder .components-form-toggle.is-checked .components-form-toggle__thumb{background:#fff;transform:translateX(22px)}.igd-module-builder-modal .components-form-toggle.is-checked .components-form-toggle__track,.igd-shortcode-builder .components-form-toggle.is-checked .components-form-toggle__track{background:#47cf64}.igd-module-builder-modal .components-base-control__field,.igd-shortcode-builder .components-base-control__field{margin-bottom:0;display:flex;align-items:center}.igd-module-builder-modal .components-base-control__field .components-checkbox-control__input,.igd-shortcode-builder .components-base-control__field .components-checkbox-control__input{border-color:rgba(92,99,126,.5);margin:0}.igd-module-builder-modal .components-base-control__field .components-checkbox-control__input-container,.igd-shortcode-builder .components-base-control__field .components-checkbox-control__input-container{margin:0}.igd-module-builder-modal .components-base-control__field .components-checkbox-control__input:checked,.igd-shortcode-builder .components-base-control__field .components-checkbox-control__input:checked{background:#47cf64;border-color:#47cf64}@media(max-width:767px){.igd-module-builder-modal,.igd-shortcode-builder{margin-top:0}.igd-module-builder-modal .shortcode-tabs,.igd-shortcode-builder .shortcode-tabs{flex-wrap:wrap;justify-content:space-around}.igd-module-builder-modal .shortcode-tabs .shortcode-tab,.igd-shortcode-builder .shortcode-tabs .shortcode-tab{margin-right:0!important}.igd-module-builder-modal .shortcode-tabs .shortcode-tab .tab-index,.igd-shortcode-builder .shortcode-tabs .shortcode-tab .tab-index{height:2em;width:2em}.igd-module-builder-modal .shortcode-tabs .shortcode-tab:not(:last-child):after,.igd-shortcode-builder .shortcode-tabs .shortcode-tab:not(:last-child):after{width:1em;height:.3em}.igd-module-builder-modal .shortcode-builder-content,.igd-shortcode-builder .shortcode-builder-content{padding:0;max-width:100%!important;width:100%!important}}.igd-select-sources-wrap{display:flex;flex-wrap:wrap;align-items:flex-start}.igd-select-sources-wrap .source-title-wrap{width:100%;margin:10px 0 15px 0;text-align:left}.igd-select-sources-wrap .source-title-wrap h3,.igd-select-sources-wrap .source-title-wrap h4{margin-bottom:5px;color:#333}.igd-select-sources-wrap .source-title-wrap p{margin:0}.igd-select-sources-wrap .igd-file-browser{border:1px solid rgba(47,180,75,.3);border-radius:10px;overflow:hidden;flex:1;height:auto;background:#fff}.igd-select-sources-wrap .igd-file-browser-header{position:static;z-index:9}.igd-select-sources-wrap .igd-file-browser-header .header-title i{color:#555;display:flex;align-items:center;justify-content:center}.igd-select-sources-wrap .igd-file-browser-header .igd-breadcrumb .breadcrumb-item:hover{color:#fff;background:#248c3a}.igd-select-sources-wrap .igd-file-browser-body{align-items:normal}.igd-select-sources-wrap .igd-file-browser .igd-sidebar-wrap{width:200px}.igd-select-sources-wrap .igd-file-browser .igd-sidebar-wrap.sidebar-collapsed{width:50px}.igd-select-sources-wrap .igd-file-browser .igd-sidebar-wrap .sidebar-uploader{display:none}.igd-select-sources-wrap .igd-file-browser .igd-body{background:#fff}.igd-select-sources-wrap .igd-file-browser .select-btn{position:absolute;color:#fff;right:10px;border:1px solid rgba(47,180,75,.3);z-index:2;display:flex;align-items:center;border-radius:3px;padding:5px;background:#2fb44b;cursor:pointer;line-height:1;transition:background .3s ease;font-size:1em}.igd-select-sources-wrap .igd-file-browser .select-btn i{margin-right:0}.igd-select-sources-wrap .igd-file-browser .select-btn span{margin-left:5px;display:none;font-size:14px}.igd-select-sources-wrap .igd-file-browser .select-btn.active{background:#ff9f10;border-color:#dc8400}.igd-select-sources-wrap .igd-file-browser .select-btn:hover span{display:block}.igd-select-sources-wrap .igd-file-browser .file-list .file-item:has(.file-item-checkbox) .file-icon,.igd-select-sources-wrap .igd-file-browser .file-list .file-item:has(.file-item-checkbox) .shortcut-icon{display:none}.igd-select-sources-wrap .igd-file-browser .file-list .file-item:has(.file-item-checkbox) .file-item-checkbox{display:block}.igd-select-sources-wrap .igd-file-browser .file-list:not(.list-view) .file-item:not(.folder-item) .select-btn{top:10px}.igd-select-sources-wrap .igd-selected-list{width:30%;max-width:300px;margin-left:15px;border:1px solid rgba(47,180,75,.3);border-radius:10px;overflow:hidden;background:#fff;position:sticky;top:120px}.igd-select-sources-wrap .igd-selected-list-header{padding:10px;background:#2fb44b;color:#fff;display:flex;align-items:center;justify-content:space-between}.igd-select-sources-wrap .igd-selected-list-header .header-title{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-select-sources-wrap .igd-selected-list-header button{padding:7px 10px;font-size:13px;border-radius:5px;background:#ff9f10;border:none}.igd-select-sources-wrap .igd-selected-list-header button span{white-space:nowrap}.igd-select-sources-wrap .igd-selected-list-header button:hover{color:#ff9f10;background:#fff}.igd-select-sources-wrap .igd-selected-list .no-files-message{display:flex;justify-content:center;align-items:center;font-size:15px;color:#ff9f10;margin:30px auto}.igd-select-sources-wrap .igd-selected-list .no-files-message i{margin-right:5px}.igd-select-sources-wrap .igd-selected-list>p{padding:10px;font-size:14px;color:#0c5460;border:1px solid #bee5eb;margin:30px 10px 10px;border-radius:5px;background:#d1ecf1;text-align:left}.igd-select-sources-wrap .igd-selected-list>p span{display:block;margin-top:10px}.igd-select-sources-wrap .no-account-placeholder{width:auto;flex:1;margin-top:0}@media(max-width:767px){.igd-select-sources-wrap{flex-direction:column}.igd-select-sources-wrap .igd-selected-list{margin-left:0}}.selected-item{display:flex;align-items:center;padding:10px 7px 10px 0;border-bottom:1px solid #ddd;font-size:15px;color:#666}.selected-item:not(:has(.selected-item-index)){padding-left:10px}.selected-item-index{margin-left:10px;color:#777;font-size:15px}.selected-item .item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:7px}.selected-item .drag-file-item{margin-right:5px;fill:#a9a9a9;transition:fill .3s ease,transform .2s ease,box-shadow .3s ease}.selected-item .drag-file-item:focus,.selected-item .drag-file-item:hover{fill:#555;transform:scale(1.1)}.selected-item .remove-item{color:#fff;background:#ff9f10;border:1px solid #dc8400;display:flex;align-items:center;justify-content:center;height:25px;width:25px;min-width:25px;font-size:18px;border-radius:50%;opacity:.7;margin-left:auto;cursor:pointer}.selected-item .remove-item:hover{opacity:1;background:#fff;color:#ff9f10}.selected-item .dashicons-category,.selected-item .dashicons-move,.selected-item img{margin-right:10px;color:#8f8f8f}.selected-item .dashicons-move{cursor:pointer}.selected-item .dashicons-move:hover{color:#555}.selected-item .file-item{display:flex;align-items:center;overflow:hidden;flex:1;cursor:pointer;font-size:15px}.selected-item .file-item>img{max-width:20px;min-height:16px}.selected-item.sortable-item{border:none}.igd-shortcode-preview,.igd-shortcode-preview *{box-sizing:border-box}.igd-shortcode-preview-container{z-index:99999!important}.igd-shortcode-preview-container,.igd-shortcode-preview-container *{box-sizing:border-box}.igd-shortcode-preview-popup{display:flex!important;align-items:center;justify-content:center;position:absolute!important;grid-column:auto!important;grid-row:auto!important;background:0 0;width:97%!important;height:95%!important}.igd-shortcode-preview-popup .swal2-html-container{width:100%!important;height:100%!important;background:#fff;border-radius:.5rem!important;margin:auto!important}.igd-shortcode-preview-header{display:flex;align-items:center;justify-content:space-between;padding:.8em;border-bottom:1px solid #ddd;margin-bottom:1em;position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 .5rem 1rem rgba(0,0,0,.1)}.igd-shortcode-preview-header .header-title i{margin-right:7px}.igd-shortcode-preview-header button i{margin-right:0}.igd-shortcode-preview .preview-inner{text-align:left;padding:1rem 2em}.swal2-container.swal2-top-end{z-index:99999!important}.igd-module-builder-modal-wrap{background:#f7f8fa}.igd-shortcode-builder.module-builder{margin-left:0;width:100%;background:#f7f8fa}.igd-shortcode-builder.module-builder .igd-shortcode-builder-header{top:0}.igd-shortcode-builder.module-builder .igd-shortcode-builder-form .shortcode-builder-sidebar{top:67px}.igd-shortcode-builder.module-builder .igd-shortcode-builder-form .igd-select-sources-wrap .igd-selected-list{top:80px}.igd-module-types{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;padding:20px 30px 30px}.igd-module-types .module-type{width:calc(25% - 15px);padding:20px 15px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;position:relative;text-align:center;border:1px dashed rgba(47,180,75,.5);background:#fff}.igd-module-types .module-type .icon-wrap{width:60px;height:60px;background-color:#2fb44b;border-radius:50%;display:flex;align-items:center;justify-content:center}.igd-module-types .module-type .icon-wrap.icon-browser{background:#eff3fe}.igd-module-types .module-type .icon-wrap.icon-uploader{background:#eaf7ed}.igd-module-types .module-type .icon-wrap.icon-gallery{background:#ece8ff}.igd-module-types .module-type .icon-wrap.icon-slider{background:#e9f0ff}.igd-module-types .module-type .icon-wrap.icon-media{background:#fff6f5}.igd-module-types .module-type .icon-wrap.icon-search{background:#e4ffde}.igd-module-types .module-type .icon-wrap.icon-embed{background:#ecf7ff}.igd-module-types .module-type .icon-wrap.icon-download{background:#eaf7ed}.igd-module-types .module-type .icon-wrap.icon-view{background:#f5f8ff}.igd-module-types .module-type .icon-wrap.icon-review{background:#eaf7ed}.igd-module-types .module-type .icon-wrap.icon-list{background:linear-gradient(144deg,rgba(247,204,220,.16) 11.16%,rgba(253,128,210,.16) 94.07%)}.igd-module-types .module-type .icon-wrap img{width:32px;height:32px}.igd-module-types .module-type .type-title{font-size:15px;font-weight:600;margin:20px 0 5px;color:#333}.igd-module-types .module-type .description{font-size:14px;line-height:1.5;font-weight:400;color:#757575!important;margin-top:5px}.igd-module-types .module-type.active{background:#47cf64;color:#fff!important}.igd-module-types .module-type.active .type-title{color:#fff}.igd-module-types .module-type.active .description{color:#fff!important}.igd-module-types .module-type:not(.active):hover{background:rgba(47,180,75,.2)}.igd-module-types .module-type .pro-badge{position:absolute;top:10px;right:10px;background:#fdb837;color:#fff;padding:7px;border-radius:5px;font-size:12px;font-weight:400;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 0 5px rgba(0,0,0,.1);transition:all .3s ease}.igd-module-types .module-type .pro-badge i{height:auto;width:auto;font-size:18px;margin-right:3px}.igd-module-types .module-type.pro-feature{border-color:#fdb837}.igd-module-types .module-type.pro-feature:hover{background:rgba(253,184,55,.1)}.igd-module-types .module-type:last-child{margin-right:auto}.igd-module-types .module-type.loading{cursor:wait}.igd-module-types-wrap{display:flex;flex-direction:column;align-items:center}.igd-module-types-wrap *{box-sizing:border-box}.igd-module-types-wrap .module-types-header{display:flex;align-items:center;justify-content:center;flex-direction:column;position:sticky;top:0;background:#fff;z-index:9;width:100%;padding:30px 30px 20px 30px}.igd-module-types-wrap .module-types-header h3{color:#555c66;margin:0 0 7px 0;font-size:20px;line-height:1;padding:0}.igd-module-types-wrap .module-types-header p{margin:0;color:#555;font-size:15px;line-height:1}.igd-module-types-wrap .module-types-header .module-types-close{color:#9ca3af;position:absolute;right:10px;top:10px;width:30px;height:30px;font-size:30px;cursor:pointer}.igd-module-types-wrap .module-types-header .module-types-close:hover{color:#555}.module-types-modal .igd-modal-content.igd-item-col-2 .module-type{width:calc(100% - 10px)}.module-types-modal .igd-modal-content.igd-item-col-3 .module-type{width:calc(50% - 10px)}.module-types-modal .igd-modal-content.igd-item-col-4 .module-type{width:calc(33.33% - 10px)}.module-types-modal.modal-update .igd-modal-content{width:700px;max-width:100%}.module-types-modal.modal-update .igd-modal-content .igd-module-types .module-type{width:calc(50% - 10px);flex-direction:row;padding:15px}.module-types-modal.modal-update .igd-modal-content .igd-module-types .module-type .icon-wrap{margin-right:10px}.module-types-modal.modal-update .igd-modal-content .igd-module-types .module-type .type-meta{text-align:left;flex:1;overflow:hidden}.module-types-modal.modal-update .igd-modal-content .igd-module-types .module-type .type-meta .type-title{margin-top:0}.module-types-modal.modal-update .igd-modal-content .igd-module-types .module-type .type-meta p{margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-module-builder-modal{height:100%;display:flex;flex-direction:column;background:#f7f8fa}.igd-module-builder-modal *{box-sizing:border-box}.igd-module-builder-modal-wrap{height:100%}.igd-module-builder-modal-wrap.inline-select .shortcode-module{padding:0}.igd-module-builder-modal-wrap.inline-select .shortcode-builder-content{height:auto;max-width:100%;min-height:auto}.igd-module-builder-modal-container{z-index:99999999!important}.igd-module-builder-modal-container .swal2-popup{width:95%;height:90vh;padding:0;overflow:hidden}.igd-module-builder-modal-container .swal2-popup .swal2-html-container{margin:0;border-radius:.5rem;overflow-y:auto}.igd-module-builder-modal-header{display:flex;align-items:center;padding:12px 1rem;border-bottom:1px solid #eaeaea;background:#fff;z-index:99;box-shadow:0 0 .5rem rgba(0,0,0,.1);position:sticky;top:0}.igd-module-builder-modal-header .header-title{display:flex;align-items:center}.igd-module-builder-modal-header .header-title i{margin-right:7px;color:#47cf64;height:26px;font-size:26px;width:26px}.igd-module-builder-modal-header .header-title h3{font-size:18px;margin:0;font-weight:500;color:#555}@media(max-width:600px){.igd-module-builder-modal-header .header-title h3{font-size:1rem}}.igd-module-builder-modal-header .input-wrap{display:flex;align-items:center;justify-content:center;margin-left:10px;border:1px solid rgba(92,99,126,.3);border-radius:7px;overflow:hidden;height:40px}.igd-module-builder-modal-header .input-wrap img{margin-right:0;padding:5px;width:40px;height:100%;border-right:1px solid #ddd;background:#eee}.igd-module-builder-modal-header .input-wrap .shortcode-title{background:#fff;position:relative;border:none;height:100%}.igd-module-builder-modal-header .input-wrap .shortcode-title:active,.igd-module-builder-modal-header .input-wrap .shortcode-title:focus,.igd-module-builder-modal-header .input-wrap .shortcode-title:hover{border:none;box-shadow:none}.igd-module-builder-modal-header .close{margin-left:auto;margin-right:15px}.igd-module-builder-modal-header .header-actions{display:flex;margin-left:auto}.igd-module-builder-modal-header button{padding:7px 10px;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-module-builder-modal-header .done .igd-spinner{display:none}.igd-module-builder-modal-header .done.loading i{display:none}.igd-module-builder-modal-header .done.loading .igd-spinner{display:inline-block}.igd-module-builder-modal .shortcode-module .media-uploader-post-content{margin-bottom:30px}.igd-module-builder-modal .shortcode-module .media-uploader-post-content textarea{width:100%;height:auto;padding:8px 12px;line-height:27px;vertical-align:top}.igd-module-builder-modal .shortcode-module-header{align-items:flex-start}.igd-module-builder-modal .shortcode-module-header .module-title{line-height:1}.igd-module-builder-modal .shortcode-module .igd-selected-list{top:20px}.igd-module-builder-modal .shortcode-module-body>.settings-field:last-child{margin-bottom:0}.igd-shortcode-builder-form{margin:0;overflow-y:auto;flex:1;display:flex}.igd-shortcode-builder-form .content-sources .settings-field.form-entry-field{margin-top:20px}.igd-shortcode-builder-form .content-sources .form-entry-title{margin-top:30px}.igd-shortcode-builder-form .content-sources #igd-select-files{width:100%;margin-bottom:20px}.igd-shortcode-builder-form .content-sources #igd-select-files .igd-body{max-height:400px}.igd-module-placeholder{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;max-width:100%;width:420px;margin:auto;box-shadow:0 2px 8px rgba(0,0,0,.04)}.igd-module-placeholder img{width:48px;margin-bottom:5px}.igd-module-placeholder .title{font-size:20px;font-weight:600;color:#1f2937;margin:18px 0}.igd-module-placeholder .subtitle{font-size:16px;font-weight:500;color:#374151;margin-top:15px;margin-bottom:3px}.igd-module-placeholder .description{font-size:14px;color:#6b7280;margin-bottom:15px!important}.igd-module-placeholder .divider{margin:18px 0 5px;font-size:14px;color:#9ca3af;font-weight:500;position:relative}.igd-module-placeholder .divider::after,.igd-module-placeholder .divider::before{content:"";height:1px;background:#e5e7eb;position:absolute;top:50%;width:40%}.igd-module-placeholder .divider::before{left:0}.igd-module-placeholder .divider::after{right:0}.igd-module-placeholder select{min-width:260px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:14px;color:#374151;width:100%;cursor:pointer;transition:border-color .2s ease}.igd-module-placeholder select:focus{border-color:#22c55e;outline:0}.igd-module-placeholder select:hover{border-color:#9ca3af}.igd-module-placeholder .components-input-control__backdrop{border-radius:6px!important;border-color:#d1d5db!important}.igd-module-placeholder .igd-btn.btn-primary{margin-top:0;padding:10px 16px;font-size:14px;background-color:#22c55e;border:none;color:#fff;border-radius:6px;display:inline-flex;align-items:center;transition:background-color .2s ease;line-height:normal}.igd-module-placeholder .igd-btn.btn-primary:hover{background-color:#16a34a}.igd-module-placeholder .igd-btn.btn-primary i{font-size:16px;width:16px;height:16px;margin-right:4px}.igd-module-placeholder .igd-btn.btn-primary.btn-configure{margin-top:15px}.igd-module-placeholder.pro-placeholder h4{margin-top:20px;margin-bottom:0;font-size:1.5rem;color:#ff9458;font-weight:500}.igd-module-placeholder .select2-container .select2-selection{height:40px;text-align:left;border-color:#ddd}.igd-module-placeholder .select2-container .select2-selection .select2-selection__rendered{line-height:40px;font-size:15px}.igd-module-placeholder .select2-container .select2-selection .select2-selection__rendered .igd-select2-selection img{width:20px;height:20px;margin-right:5px;vertical-align:middle}.igd-module-placeholder .select2-container .select2-selection .select2-selection__clear{margin-right:7px}.igd-module-placeholder .select2-container .select2-selection .select2-selection__arrow{top:7px}.igd-select2-option{font-size:15px;display:flex;align-items:center}.igd-select2-option img{width:20px;height:20px;margin-right:5px;vertical-align:middle}.igd-shortcode-data-modal-container .igd-shortcode-data-modal-input{height:50px;padding:1rem;border-radius:.5rem;line-height:1.2;font-size:.878885rem;background:#f5f5f5;color:#555;width:300px!important;margin:30px auto auto;text-align:center}.igd-shortcode-data-modal-container .swal2-confirm{background:#2fb44b}.igd-module-builder-modal-container:has(.module-types-modal.modal-init){background:0 0}.igd-module-builder-modal-container:has(.module-types-modal.modal-init) .igd-shortcode-builder{display:none}.igd-module-builder-modal-container:has(.module-types-modal.modal-init) .igd-module-builder-modal-wrap,.igd-module-builder-modal-container:has(.module-types-modal.modal-init) .swal2-html-container{background:0 0}.igd-file-browser{display:flex;flex-flow:column;align-items:flex-start;width:100%;font-size:16px}.igd-file-browser,.igd-file-browser *{box-sizing:border-box}.igd-file-browser .btn-primary{background:var(--color-primary)}.igd-file-browser .btn-primary:hover{background:var(--color-primary-light-alt)}.igd-file-browser-header{display:flex;align-items:center;background:#f2f4f9!important;border-bottom:1px solid #e5e5e5;padding:10px!important;position:sticky;top:32px;width:100%;z-index:2;height:50px}.igd-file-browser-header .header-title{display:flex;align-items:center;font-size:1em;font-weight:600;color:#fff}.igd-file-browser-header .header-title i,.igd-file-browser-header .header-title img{margin-right:10px;background:#fff;padding:5px;height:35px;width:35px;border-radius:50%;color:#fff}.igd-file-browser-header .header-action{display:flex;align-items:center;margin-left:auto;justify-content:flex-end}.igd-file-browser-header .header-action-item{margin-left:10px;cursor:pointer;color:#555;height:30px;width:32px;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;border:none;background:0 0}.igd-file-browser-header .header-action-item img{width:18px}.igd-file-browser-header .header-action-item:hover{background:var(--color-primary-lighter)}.igd-file-browser-header .header-action-item.action-options{margin-left:0}.igd-file-browser-header .header-action-item.action-sidebar-toggle{margin-left:0;margin-right:10px}.igd-file-browser-header .user-box{display:flex;align-items:center;width:auto;padding:5px;height:45px;background:0 0;margin-left:auto}.igd-file-browser-header .user-box .user-info{display:flex;flex-direction:column;line-height:1;overflow:hidden;text-align:left}.igd-file-browser-header .user-box .user-info span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.igd-file-browser-header .user-box .user-info .user-name{font-size:.9em;font-weight:600;color:#3d3d3d;margin-bottom:3px}.igd-file-browser-header .user-box .user-info .user-email{color:#7a7a7a;font-weight:300;font-size:.875em}.igd-file-browser-header .user-box .user-image{width:35px;height:35px;border-radius:50%}.igd-file-browser-header .user-box-modal{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:260px;border-radius:10px;max-height:75vh;overflow-y:auto}.igd-file-browser-header .user-box-modal::-webkit-scrollbar{width:5px;display:none}.igd-file-browser-header .user-box-modal::-webkit-scrollbar-track{background:var(--color-primary-lighter)}.igd-file-browser-header .user-box-modal::-webkit-scrollbar-thumb{background:var(--color-primary-light)}.igd-file-browser-header .user-box-modal::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.igd-file-browser-header .user-box-modal:hover::-webkit-scrollbar{display:block}.igd-file-browser-header .user-box-modal-wrap{border-radius:10px;padding:0;opacity:1;box-shadow:0 1px 0 0 #e5e5e5}.igd-file-browser-header .user-box-modal-wrap:after,.igd-file-browser-header .user-box-modal-wrap:before{left:calc(100% - 45px)}.igd-file-browser-header .user-box-modal-title{font-size:1.2em;font-weight:500;display:block;position:sticky;background:#fff;top:0;width:100%;text-align:center;padding:15px;box-shadow:0 1px 0 0 #e5e5e5;margin-bottom:7px}.igd-file-browser-header .user-box-modal button{margin:10px auto 20px auto;padding:8px 12px;font-size:1em;line-height:1.5}.igd-file-browser-header .user-box-modal>div:last-child{margin-bottom:15px}.igd-file-browser-header .user-box-account{display:flex;align-items:center;border:1px solid #e5e5e5;padding:7px;border-radius:5px;cursor:pointer;width:calc(100% - 30px);margin:7px}.igd-file-browser-header .user-box-account.active,.igd-file-browser-header .user-box-account:hover{background:var(--color-primary-lighter);color:#000}.igd-file-browser-header .user-box-account img{width:30px;height:30px;border-radius:50%;margin-right:10px}.igd-file-browser-header .user-box-account .account-info{display:flex;flex-flow:column;overflow:hidden;text-align:left;line-height:1.5}.igd-file-browser-header .user-box-account .account-info .account-name{font-size:1.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-file-browser-header .user-box-account .account-info .account-email{font-size:1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#7a7a7a}.igd-file-browser-header .user-box-account .active-badge{background:var(--color-primary);color:#fff;border-radius:50%;position:relative;margin-left:auto;right:0}.igd-file-browser-header .user-box .user-arrow{width:16px;margin-left:10px}.igd-file-browser-header:empty{display:none}.igd-file-browser-header:has(.user-box) .igd-search-bar{margin-right:30px}.igd-file-browser .igd-search-bar{display:flex;align-items:center;position:relative;margin-bottom:0;height:38px;margin-left:auto;margin-right:auto;flex:1;max-width:450px;width:auto;padding:5px 15px;border:1px solid #ddd;border-radius:20px;background:#fafafa}.igd-file-browser .igd-search-bar input{min-height:unset;border:none!important;transition:all .3s ease;padding:0;background:0 0;box-shadow:none;width:100%;margin:0 12px;height:100%;background:0 0!important}.igd-file-browser .igd-search-bar input:focus{outline:0;border:none;box-shadow:none}.igd-file-browser .igd-search-bar .search-submit{margin-left:0;display:flex;align-items:center;justify-content:center;margin-bottom:0;margin-right:-7px;padding:0;line-height:1;background:0 0!important}.igd-file-browser .igd-search-bar .search-dismiss{background:0 0;cursor:pointer;display:flex}.igd-file-browser .igd-search-bar .search-dismiss path,.igd-file-browser .igd-search-bar .search-dismiss svg{margin-bottom:0;transition:all .3s ease}.igd-file-browser .igd-search-bar .search-dismiss:hover path,.igd-file-browser .igd-search-bar .search-dismiss:hover svg{stroke:#444}.igd-file-browser .igd-search-bar.error{border-color:#f77066}.igd-file-browser-body{display:flex;align-items:flex-start;flex-wrap:wrap;width:100%;height:100%;position:relative}.igd-file-browser .igd-sort{display:flex;align-items:center}.igd-file-browser .igd-sort-select{font-weight:600;cursor:pointer;padding:3px 5px;border-radius:5px}.igd-file-browser .igd-sort-select:hover{background:#ddd}.igd-file-browser .igd-sort-modal{width:220px;padding:0;border-radius:7px;opacity:1!important;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.igd-file-browser .igd-sort-modal .sort-item{display:flex;align-items:center;margin-bottom:15px;padding-left:25px;cursor:pointer;font-size:14px}.igd-file-browser .igd-sort-modal .sort-item i{margin-right:5px;display:none}.igd-file-browser .igd-sort-modal .sort-item.active{color:var(--color-primary);padding-left:0}.igd-file-browser .igd-sort-modal .sort-item.active i{display:inline-block}.igd-file-browser .igd-sort-modal .sort-item:hover{color:var(--color-primary)}.igd-file-browser .igd-sort-modal-inner{display:flex;flex-direction:column}.igd-file-browser .igd-sort-modal-inner-section{border-bottom:1px solid #ddd;padding:15px}.igd-file-browser .igd-sort-modal-inner-section:last-child{border-bottom:0}.igd-file-browser .igd-sort-modal-inner-section-title{font-size:.9em;margin-bottom:10px;display:block;font-weight:500}.igd-file-browser .igd-breadcrumb{display:flex;align-items:center;overflow:hidden;flex-wrap:wrap;flex:1}.igd-file-browser .igd-breadcrumb .breadcrumb-item{font-size:.875em;display:flex;align-items:center;cursor:pointer;padding:5px;border-radius:5px;line-height:1;font-weight:500;color:#444;white-space:nowrap;position:relative;margin-bottom:0;border:none;background:0 0}.igd-file-browser .igd-breadcrumb .breadcrumb-item i{margin-left:3px}.igd-file-browser .igd-breadcrumb .breadcrumb-item i.dashicons-arrow-right-alt2{width:13px;height:15px;font-size:15px}.igd-file-browser .igd-breadcrumb .breadcrumb-item i.dashicons-admin-home{margin-right:5px;margin-left:0}.igd-file-browser .igd-breadcrumb .breadcrumb-item i:last-child{display:none}.igd-file-browser .igd-breadcrumb .breadcrumb-item span{margin-bottom:0;max-width:200px;overflow:hidden;text-overflow:ellipsis}.igd-file-browser .igd-breadcrumb .breadcrumb-item:first-child{margin-left:0}.igd-file-browser .igd-breadcrumb .breadcrumb-item:after{content:"";font-family:Dashicons;margin-left:7px}.igd-file-browser .igd-breadcrumb .breadcrumb-item:not(:last-child):after{content:"\f345"}.igd-file-browser .igd-breadcrumb .breadcrumb-item.active:after{content:"\f140";height:auto;width:auto;font-size:22px;margin-left:3px}.igd-file-browser .igd-breadcrumb .breadcrumb-item:hover{color:var(--color-primary);background:var(--color-primary-lighter)}@media(max-width:768px){.igd-file-browser .igd-breadcrumb{max-width:100%;flex:1}}.igd-file-browser .collapsed-breadcrumbs{width:210px;opacity:1!important;box-shadow:rgba(149,157,165,.2) 0 8px 24px;padding:10px 0}.igd-file-browser .collapsed-breadcrumbs-item{cursor:pointer;font-size:14px;padding:7px 15px;display:flex;align-items:center}.igd-file-browser .collapsed-breadcrumbs-item:hover{color:var(--color-primary)}.igd-file-browser .collapsed-breadcrumbs-item i{margin-right:5px;font-size:1em;height:1em;width:1em}.igd-file-browser .collapsed-breadcrumbs-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.igd-file-browser .collapsed-breadcrumbs-item:before{content:"\f345";font-family:Dashicons,serif;margin-right:7px}.igd-file-browser .igd-root-placeholder{display:flex;flex-direction:column;align-items:center;width:-moz-max-content;width:max-content;margin:3rem auto;padding:50px 30px;border-radius:15px;min-width:30em;background:#fff;box-shadow:rgba(149,157,165,.2) 0 2px 2px}.igd-file-browser .igd-root-placeholder .igd-placeholder-svg,.igd-file-browser .igd-root-placeholder img{width:200px;margin-bottom:1em}.igd-file-browser .igd-root-placeholder-title{font-size:1em;font-weight:500;margin:15px 0 5px 0;color:var(--color-primary)}.igd-file-browser .igd-root-placeholder-text{color:#7a7a7a}.igd-file-browser .igd-root-placeholder button{margin-top:30px}.igd-file-browser .igd-root-placeholder.empty-folder-placeholder img,.igd-file-browser .igd-root-placeholder.search-folder-placeholder img{width:100px;box-shadow:none}.igd-file-browser .igd-root-placeholder.search-placeholder .igd-placeholder-svg{width:100px;margin-bottom:1em}.igd-file-browser .igd-root-placeholder.search-placeholder .igd-root-placeholder-title{margin-bottom:1.5em}.igd-file-browser .igd-root-placeholder.search-placeholder:not(.empty-placeholder) .igd-root-placeholder-title{margin-top:0;margin-bottom:1.5em}.igd-file-browser .igd-root-placeholder.search-placeholder .igd-search-bar{border:1px solid #ddd;padding:10px 20px;border-radius:5px}.igd-file-browser .igd-root-placeholder.search-placeholder .igd-search-bar .search-dismiss{display:none}.igd-file-browser .igd-root-placeholder.search-placeholder .igd-search-bar input{margin-left:0}.igd-file-browser .igd-root-placeholder.search-placeholder .igd-search-bar button{margin-top:0;background:0 0;padding:0;cursor:pointer;border:none}.igd-file-browser .igd-root-placeholder .igd-file-uploader{position:relative!important;right:unset;left:unset;bottom:unset;z-index:unset;box-shadow:none;border:none!important;margin:0}.igd-file-browser .igd-root-placeholder .igd-file-uploader .igd-file-uploader-inner{background:0 0!important;border:none!important;padding:0!important}.igd-file-browser .igd-root-placeholder .igd-file-uploader .igd-file-uploader-inner>i,.igd-file-browser .igd-root-placeholder .igd-file-uploader .igd-file-uploader-inner>p{display:none}.igd-file-browser .igd-root-placeholder .igd-file-uploader .igd-file-uploader-inner .browse-folder{display:none}@media(max-width:767px){.igd-file-browser .igd-root-placeholder{min-width:350px}}.igd-file-browser:has(.igd-sidebar-wrap) .igd-body{width:calc(100% - 230px)}@media(max-width:767px){.igd-file-browser-header{top:0;flex-wrap:wrap;align-items:center;height:auto;padding:7px;margin-left:0;width:100%;justify-content:center}.igd-file-browser-header .igd-search-bar{flex:none;border:none;padding:0;margin-right:0;margin-left:auto}.igd-file-browser-header .igd-search-bar input{width:0;height:0;min-height:0;border:none;transition:all .3s ease;padding:0;margin:0;border:0;background:0 0;box-shadow:none}.igd-file-browser-header .igd-search-bar .search-submit{margin:0}.igd-file-browser-header .igd-search-bar i.dashicons-dismiss{margin-left:15px}.igd-file-browser-header .igd-search-bar i.dashicons-search{height:35px}.igd-file-browser-header .igd-search-bar.active{position:absolute;width:calc(100% - 20px);z-index:2;height:45px;background:#f7f8fa;border:1px solid #e5e5e5;padding:5px 15px;box-shadow:0 0 10px rgba(0,0,0,.1)}.igd-file-browser-header .igd-search-bar.active input{width:100%;min-height:35px;height:35px;padding:0 10px;font-size:14px}.igd-file-browser-header .igd-search-bar.active .search-dismiss{display:block}.igd-file-browser-header .header-action-item{margin-left:.875em}.igd-file-browser-header .header-action-item.sidebar-toggle{margin-left:0;margin-right:auto}.igd-file-browser-header .user-box{padding:5px;border-radius:30px;height:40px}.igd-file-browser-header .user-box .user-info{display:none}.igd-file-browser-header .user-box .user-arrow{margin-left:0}.igd-file-browser-header .user-box .user-image{width:30px;height:30px;margin-right:5px}.igd-file-browser-header .user-box-modal-wrap{right:10px;left:auto}.igd-file-browser-body .igd-body .body-action{position:unset;-moz-column-gap:2px;column-gap:2px}.igd-file-browser-body .igd-body .body-action .body-action-item{margin-left:0}.igd-file-browser-body .igd-body .body-action .body-action-item .action-item-icon{margin-right:0}.igd-file-browser-body .igd-body .body-action .body-action-item .action-item-label{display:none}.igd-file-browser-body .igd-body .body-action .body-action-item.action-details,.igd-file-browser-body .igd-body .body-action .body-action-item.action-direct-link,.igd-file-browser-body .igd-body .body-action .body-action-item.action-preview{display:none}.igd-file-browser-body .igd-body .body-action .body-action-item.action-sort{margin-right:auto}.igd-file-browser-body .igd-body .body-action .body-action-item.action-bulk{display:none}}.igd-sidebar{display:flex;flex-direction:column;width:100%}.igd-sidebar .sidebar-collapser{border:none;background:0 0;align-self:flex-end;margin:10px 5px;box-sizing:content-box;cursor:pointer;position:absolute;width:20px;height:30px;opacity:0;transition:all .3s ease;overflow:hidden}.igd-sidebar .sidebar-collapser:hover{filter:invert(.5)}.igd-sidebar:hover .sidebar-collapser{width:30px;opacity:1}.igd-sidebar-wrap{width:230px;border-right:1px solid #e5e5e5;position:sticky;background:#f2f4f9}.igd-sidebar-wrap.sidebar-collapsed{width:50px}.igd-sidebar-wrap.sidebar-collapsed .igd-sidebar .sidebar-collapser{transform:rotate(180deg);position:unset;opacity:1;width:30px;margin:5px 8px 0;height:50px}.igd-sidebar-wrap.sidebar-collapsed .igd-sidebar .sidebar-folders .file-item>i,.igd-sidebar-wrap.sidebar-collapsed .igd-sidebar .sidebar-folders .file-item>span{display:none}.igd-sidebar-wrap.sidebar-collapsed .igd-sidebar .sidebar-folders .sub-item{display:none}.igd-sidebar .sidebar-uploader{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e5e5e5;margin:5px auto 10px;padding-bottom:15px;width:100%}.igd-sidebar .sidebar-uploader button{padding:7px 10px;font-size:.875em;transition:background .3s ease;background:var(--color-primary)}.igd-sidebar .sidebar-uploader button.active{background:#fff;color:var(--color-primary);border-color:var(--color-primary-light)}.igd-sidebar .sidebar-uploader button.disabled{background:#ddd}.igd-sidebar .sidebar-uploader button.disabled:hover{background:#ddd!important}.igd-sidebar .sidebar-folders{display:flex;flex-direction:column}.igd-sidebar .sidebar-folders .root-item{padding:10px 12px;cursor:pointer;display:flex;align-items:center;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-sidebar .sidebar-folders .root-item img{margin-right:10px}.igd-sidebar .sidebar-folders .root-item.active{background:var(--color-primary-lighter);color:var(--color-primary);border-right:5px solid}.igd-sidebar .sidebar-folders .root-item:hover{color:var(--color-primary)}.igd-sidebar .sidebar-folders .dashicons-arrow-down-alt2,.igd-sidebar .sidebar-folders .dashicons-arrow-right-alt2{font-size:14px;color:#777;margin-right:3px}.igd-sidebar .sidebar-folders .dashicons-arrow-down-alt2:hover,.igd-sidebar .sidebar-folders .dashicons-arrow-right-alt2:hover{color:#555}.igd-sidebar .storage-info-wrap{display:flex;align-items:center;margin-top:30px;border-top:1px solid #e5e5e5;padding:15px}.igd-sidebar .storage-info-wrap i{margin-right:10px}.igd-sidebar .storage-info-wrap .storage-info{display:flex;flex-direction:column;flex:1}.igd-sidebar .storage-info-wrap .storage-info-sidebar{width:100%;height:10px;background:var(--color-primary-lighter);border-radius:5px;position:relative}.igd-sidebar .storage-info-wrap .storage-info-sidebar .storage-info-fill{position:absolute;top:0;left:0;width:0;height:100%;background:var(--color-primary);border-radius:5px}.igd-sidebar .storage-info-wrap .storage-info-sidebar .storage-info-fill.fill-danger{background:#f44336}.igd-sidebar .storage-info-wrap .storage-info span{font-size:.8em;margin-top:5px}.igd-sidebar .tree-main{height:100%;overflow-y:auto}.igd-sidebar .tree-item{padding:10px 10px;cursor:pointer;display:flex;flex-wrap:wrap;align-items:center;transition:all .2s ease-in-out;font-size:14px;text-align:left}.igd-sidebar .tree-item i,.igd-sidebar .tree-item>img{margin-right:5px}.igd-sidebar .tree-item>img{max-width:20px;max-height:20px;min-height:16px}.igd-sidebar .tree-item i{color:#666}.igd-sidebar .tree-item .igd-spinner{margin-right:5px;border-bottom-color:#f9fafc;border-right-color:#f9fafc;border-left-color:#f9fafc}.igd-sidebar .tree-item span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}.igd-sidebar .tree-item:hover{background:rgba(240,248,255,.6)}.igd-sidebar .tree-item.active{background:var(--color-primary-lighter);border-right:3px solid var(--color-primary)}.igd-sidebar .tree-item.tab-item{min-height:48px}.igd-sidebar .tree-item.tab-item .tab-icon{margin-right:7px}.igd-sidebar .tree-item.tab-item.active{background:var(--color-primary-light-alt);color:#fff}.igd-sidebar .tree-item.tab-item.active .tab-icon{color:#fff}.igd-sidebar .tree-item.tab-item.active path,.igd-sidebar .tree-item.tab-item.active svg{stroke:#fff}.igd-sidebar .sub-item{margin-left:20px}.igd-sidebar .sub-item .tree-item{padding:8px 5px}.igd-sidebar .sub-item .sub-item{margin-left:15px}@media(max-width:767px){.igd-sidebar{max-width:80%;height:100%;background:#f5f9fd}.igd-sidebar-wrap{width:100%;max-width:100%;position:absolute;z-index:3;background:rgba(0,0,0,.5);height:100%}}.igd-body{display:flex;flex-direction:column;padding:10px;flex:1;width:100%;height:100%;max-width:100%;background:#f7f8fa}.igd-body .body-action{display:flex;align-items:center;width:100%;flex-wrap:wrap;padding:5px 10px;border:1px solid #e5e5e5;margin-bottom:10px;background:#f2f4f9;border-radius:3px;position:sticky;top:0;z-index:2;-moz-column-gap:5px;column-gap:5px;justify-content:flex-end}.igd-body .body-action-item{cursor:pointer;color:#555;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;border:1px solid #e5e5e5;background:#fafafa;padding:7px 9px;font-size:14px;line-height:1}.igd-body .body-action-item img{width:18px;max-height:18px}.igd-body .body-action-item:has(.action-item-label) .action-item-icon{margin-right:7px}.igd-body .body-action-item:hover{background:var(--color-primary-lighter)}.igd-body .body-action-item.action-sort img{width:16px}.igd-body .body-action-item.action-sort .action-item-label{margin-right:5px}.igd-body .body-action-item.action-bulk{margin-left:5px;margin-right:auto}.igd-body .body-action-item.action-bulk .file-item-checkbox{display:flex;margin-left:7px;padding:0}.igd-body .body-action-item.action-bulk .file-item-checkbox.checked .box{background:var(--color-primary);border-color:var(--color-primary)}.igd-body .body-action-item.action-bulk .file-item-checkbox.checked .box:after{border-color:#fff}.igd-body .body-action-item.action-photo-proof{background:var(--color-primary);color:#fff}.igd-body .body-action-item.action-photo-proof svg{width:20px;margin-right:7px}.igd-body .body-action-item.action-photo-proof svg path{fill:#fff}.igd-body .body-action-item.action-photo-proof .selection-count{margin-left:5px}.igd-body .body-action-item.action-photo-proof:hover{background:var(--color-primary-light-alt)}.igd-body .body-action-item.action-photo-proof.disabled{background:#ddd;color:#999}.igd-body .body-action-item.action-photo-proof.disabled:hover{background:#ddd!important}.igd-body .body-action-item.action-photo-proof.disabled path,.igd-body .body-action-item.action-photo-proof.disabled svg{fill:#999}.igd-body .body-action-item.action-sidebar-toggle{margin-left:0;margin-right:10px}.igd-body .body-action:not(:has(.action-bulk)) .action-sort{margin-right:auto}.igd-body.bulk-select .file-icon-wrap .file-icon{display:none}.igd-body.bulk-select .file-icon-wrap .file-item-checkbox{display:block}.igd-body.bulk-select .igd-gallery-item .file-item-checkbox{display:block}.igd-body .file-list{display:flex;align-items:flex-start;flex-wrap:wrap;overflow-y:auto}.igd-body .file-list .go-prev{display:flex;align-items:center;flex-direction:row!important;padding:10px;cursor:pointer!important;justify-content:flex-start!important;background:var(--color-primary-lighter);transition:all .3s ease;font-size:1em;font-weight:300}.igd-body .file-list .go-prev i{margin:0 10px;position:relative;transition:all .3s ease;left:0}.igd-body .file-list .go-prev span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-body .file-list .root-item{flex-direction:row!important;padding:10px;cursor:pointer!important;align-items:center;justify-content:flex-start!important;font-size:1em;background:#fff}.igd-body .file-list .root-item img{margin-right:10px}.igd-body .file-list .root-item .select-btn i{margin-right:0}.igd-body .file-list .file-item{display:flex;flex-direction:column;width:25%;margin:7px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:auto;position:relative;aspect-ratio:1/1;justify-content:flex-end;box-shadow:rgba(0,0,0,.05) 0 6px 24px 0,rgba(0,0,0,.08) 0 0 0 1px;transition:transform .3s ease}.igd-body .file-list .file-item .igd-file-thumbnail{width:100%;height:100%;-o-object-fit:none;object-fit:none;-webkit-user-drag:none}.igd-body .file-list .file-item .igd-file-thumbnail.has-thumbnail{-o-object-fit:cover;object-fit:cover}.igd-body .file-list .file-item .igd-file-thumbnail-wrap{height:100%;width:100%;overflow:hidden;position:absolute;border-radius:5px}.igd-body .file-list .file-item .file-playback-icon{position:absolute;top:calc(50% - 20px);left:50%;transform:translate(-50%,-50%);color:#fff;font-size:40px;width:auto;height:auto;opacity:.7;transition:opacity .3s ease;cursor:pointer;border:2px solid #fff;border-radius:50%;padding:5px;background:rgba(0,0,0,.5)}.igd-body .file-list .file-item .file-playback-icon:before{left:3px;position:relative}.igd-body .file-list .file-item .file-item-footer{display:flex;align-items:center;border-top:1px solid #e5e5e5;z-index:1;background:#fff;line-height:1;height:40px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.igd-body .file-list .file-item .file-item-footer .file-icon-wrap{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-right:3px;margin-left:7px}.igd-body .file-list .file-item .file-item-footer .file-icon-wrap .file-icon{width:20px;height:20px;-webkit-user-drag:none}.igd-body .file-list .file-item .file-item-footer .file-icon-wrap .shortcut-icon{position:absolute;left:15px;bottom:8px;border:1px solid #ddd;border-radius:50%}.igd-body .file-list .file-item .file-item-footer .file-item-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.95em;font-weight:300;margin-right:auto;flex:1;text-align:left;line-height:normal}.igd-body .file-list .file-item .file-item-footer .file-item-size{font-size:.75em;font-weight:400;margin:0 5px;color:#999}.igd-body .file-list .file-item .file-item-footer .file-item-options{margin-left:auto;cursor:pointer;color:#565656;margin-right:7px}.igd-body .file-list .file-item .file-item-footer .file-item-options i{transform:rotate(90deg);font-size:18px;width:18px;height:18px}.igd-body .file-list .file-item .file-item-footer .file-item-options:hover{color:var(--color-primary)}.igd-body .file-list .file-item .file-item-review-tag{position:absolute;top:5px;right:5px;padding:5px 5px;border:1px solid #ddd;border-radius:5px;background:#fff;cursor:pointer;display:flex;align-items:center}.igd-body .file-list .file-item .file-item-review-tag:not(:has(.review-tag-label)){display:none}.igd-body .file-list .file-item .file-item-review-tag .review-tag-label{margin:0 5px;font-size:14px;font-weight:500;color:#fff;line-height:normal}.igd-body .file-list .file-item .file-item-review-tag:has(.review-tag-label) i{color:#fff;font-size:16px;width:16px;height:16px}.igd-body .file-list .file-item .file-item-review-tag .dashicons-no-alt{color:#fff;opacity:.7;display:none}.igd-body .file-list .file-item .file-item-review-tag:hover .dashicons-no-alt{opacity:1}.igd-body .file-list .file-item .review-tag-modal{width:150px;padding:0;border-radius:7px;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.igd-body .file-list .file-item .review-tag-modal-inner{display:flex;flex-direction:column}.igd-body .file-list .file-item .review-tag-modal .tag-item{display:flex;align-items:center;padding:8px 15px;cursor:pointer;font-size:14px;box-sizing:border-box;transition:all .2s ease-in-out;font-weight:500}.igd-body .file-list .file-item .review-tag-modal .tag-item i{margin-right:3px;display:none}.igd-body .file-list .file-item .review-tag-modal .tag-item span{line-height:1}.igd-body .file-list .file-item .review-tag-modal .tag-item.active{background:var(--color-primary-lighter)}.igd-body .file-list .file-item .review-tag-modal .tag-item:hover{background:#ddd}.igd-body .file-list .file-item .review-tag-modal .tag-item:last-child{margin-bottom:0}.igd-body .file-list .file-item.active{border:1px solid var(--color-primary-lighter-alt);transform:scale(1.03)}.igd-body .file-list .file-item.active .file-item-footer{background:var(--color-primary-light-alt);color:#fff}.igd-body .file-list .file-item.active .file-item-footer:not(:has(.file-item-checkbox.checked)) .file-icon{background:#fff;border-radius:3px;box-sizing:content-box!important;padding:2px 5px}.igd-body .file-list .file-item.active .file-item-footer:has(.file-item-checkbox.checked) .file-icon,.igd-body .file-list .file-item.active .file-item-footer:has(.file-item-checkbox.checked) .shortcut-icon{display:none}.igd-body .file-list .file-item.active .file-item-footer .file-item-size{color:inherit}.igd-body .file-list .file-item.active .file-item-footer .file-item-options{color:inherit}.igd-body .file-list .file-item.active .file-item-footer .file-item-checkbox.checked{display:flex;padding:0;border:1px solid #fff}.igd-body .file-list .file-item:hover{transform:scale(1.03)}.igd-body .file-list .file-item:hover .file-playback-icon{opacity:1}.igd-body .file-list .file-item:hover .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .file-icon,.igd-body .file-list .file-item:hover .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .shortcut-icon{display:none}.igd-body .file-list .file-item:hover .file-item-footer .file-icon-wrap .file-item-checkbox{display:flex}.igd-body .file-list .file-item:hover .file-item-date{color:#fff}.igd-body .file-list .file-item:hover .file-item-review-tag{display:flex}.igd-body .file-list .file-item:hover .file-item-review-tag .dashicons-no-alt{display:block}.igd-body .file-list .file-item.folder-item{height:50px;justify-content:center;position:relative;order:1}.igd-body .file-list .file-item.folder-item .file-item-footer{border-top:0;height:100%;border-radius:5px}.igd-body .file-list .file-item:not(.folder-item){order:3}@media(max-width:768px){.igd-body .file-list .file-item .file-item-footer .file-icon-wrap{margin-right:5px}.igd-body .file-list .file-item .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .file-icon,.igd-body .file-list .file-item .file-item-footer .file-icon-wrap:has(.file-item-checkbox) .shortcut-icon{display:none}.igd-body .file-list .file-item .file-item-footer .file-icon-wrap .file-item-checkbox{display:flex}}.igd-body .file-list .folder-file-divider{width:100%;order:2}.igd-body .file-list:not(.list-view) .file-item{max-width:230px}.igd-body .file-list.list-view{flex-flow:column;align-items:center}.igd-body .file-list.list-view .go-prev{padding:12px 10px!important}.igd-body .file-list.list-view .list-view-header{display:flex;align-items:center;width:100%;font-size:1em;position:sticky;top:0;margin-top:10px;margin-bottom:15px;z-index:1;line-height:1}.igd-body .file-list.list-view .list-view-header .col-name{width:50%;padding-left:50px}.igd-body .file-list.list-view .list-view-header .col-size{width:20%;text-align:center}.igd-body .file-list.list-view .list-view-header .col-modified{width:25%;text-align:center}.igd-body .file-list.list-view .list-view-header:not(:has(.col-modified)) .col-name,.igd-body .file-list.list-view .list-view-header:not(:has(.col-size)) .col-name{width:70%}.igd-body .file-list.list-view .list-view-header:not(:has(.col-size)):not(:has(.col-modified)) .col-name{width:90%}.igd-body .file-list.list-view .file-item{width:100%!important;overflow:visible;margin:0;border-radius:0;padding:5px 10px;font-size:.875em;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid transparent;border-bottom-color:#eee;box-shadow:none;aspect-ratio:auto;background:#fff}.igd-body .file-list.list-view .file-item .file-item-date{width:20%;font-size:.75em;font-weight:400;margin:0 5px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.igd-body .file-list.list-view .file-item.active{transform:none;background:var(--color-primary-lighter-alt);color:#fff}.igd-body .file-list.list-view .file-item.active .file-item-date{color:inherit}.igd-body .file-list.list-view .file-item:hover{transform:none;background:var(--color-primary-lighter-alt);color:#fff}.igd-body .file-list.list-view .file-item:hover .file-item-footer .file-item-options{color:inherit}.igd-body .file-list.list-view .file-item:hover .file-item-size{color:inherit}.igd-body .file-list.list-view .file-item:hover .file-item-date{color:inherit}.igd-body .file-list.list-view .file-item.folder-item{height:45px}.igd-body .file-list.list-view .file-item .file-item-footer{border:0;width:70%;background:0 0;height:33px}.igd-body .file-list.list-view .file-item .file-item-footer .file-item-name{width:70%}.igd-body .file-list.list-view .file-item .file-item-footer .file-item-size{width:30%;text-align:center}.igd-body .file-list.list-view .file-item .file-item-footer .file-item-options{position:absolute;right:0}.igd-body .file-list.list-view .file-item .file-item-footer .file-icon-wrap{margin-left:0}.igd-body .file-list.list-view .file-item .file-item-footer:not(:has(.file-item-size)) .file-item-name{width:100%}.igd-body .file-list.list-view .file-item:not(:has(.file-item-date)) .file-item-footer{width:90%}.igd-body .file-list.list-view .file-item:last-child{border-bottom:0}.igd-body .file-list.list-view .file-item .file-item-checkbox .box{border-color:#fff}.igd-body .file-list.list-view .file-item .file-item-review-tag{background:0 0;margin-right:30px}.igd-body .file-list.list-view .root-item{padding:15px 10px;font-size:1em;justify-content:flex-start}@media(max-width:767px){.igd-body .file-list.list-view .list-view-header .col-name{width:65%}.igd-body .file-list.list-view .list-view-header .col-modified{display:none}.igd-body .file-list.list-view .file-item .file-item-footer{width:90%}.igd-body .file-list.list-view .file-item .file-item-date{display:none}}.igd-body .file-list.empty .list-view-header{display:none}.igd-body .file-list.empty+.igd-file-uploader{margin:10px 7px}.igd-body .file-list.igd-item-col-1 .file-item{width:100%}.igd-body .file-list.igd-item-col-1:not(.list-view) .file-item{margin:4px}.igd-body .file-list.igd-item-col-2 .file-item{width:calc(50% - 14px)}.igd-body .file-list.igd-item-col-3 .file-item{width:calc(33.33% - 14px)}.igd-body .file-list.igd-item-col-3 .file-item .file-item-footer .file-item-size{display:none}.igd-body .file-list.igd-item-col-4 .file-item{width:calc(25% - 14px)}.igd-body .file-list.igd-item-col-5 .file-item{width:calc(20% - 14px)}.igd-body .file-list.igd-item-col-6 .file-item{width:calc(16.66% - 14px)}.igd-body .file-list.igd-item-col-7 .file-item{width:calc(14.28% - 14px)}.igd-body .file-list.igd-item-col-8 .file-item{width:calc(12.5% - 14px)}.igd-body .search-result-info{font-size:1em;margin:10px 0 15px 5px;display:flex;align-items:center}.igd-body .search-result-info .clear-button{margin-left:10px}.igd-body .loading-wrap{display:flex;justify-content:center;height:100%;width:100%;position:absolute;top:0;left:0;z-index:9}.igd-body .loading-wrap img,.igd-body .loading-wrap svg{width:120px;margin-top:2em;height:120px}.igd-body:has(.body-action) .loading-wrap img,.igd-body:has(.body-action) .loading-wrap svg{margin-top:4rem}.igd-body.loading{min-height:15em}.igd-body.loading:not(.lazy-loading) .file-list,.igd-body.loading:not(.lazy-loading) .react-photo-gallery--gallery{opacity:.3}.igd-body.loading:not(.lazy-loading) .file-list .file-item,.igd-body.loading:not(.lazy-loading) .react-photo-gallery--gallery .file-item{transform:none;transition:none}.igd-body.lazy-loading .loading-wrap{position:unset}.igd-body.lazy-loading .loading-wrap img{margin-top:-1em}.igd-body .igd-load-more{margin:20px auto;padding:12px 18px}.igd-body .igd-pagination{margin:30px auto 20px;padding:0}.igd-details{display:flex;flex-flow:column;padding:20px 15px}.igd-details-wrap{width:250px;position:sticky;border-left:1px solid #e5e5e5;background:#fff}.igd-details .close-details{align-self:flex-end;cursor:pointer;font-size:1.25em;opacity:.5;margin:-5px 0 5px 0}.igd-details .close-details:hover{opacity:1}.igd-details .details-item{display:flex;align-items:center;margin-bottom:15px;flex-wrap:wrap;line-height:1.5}.igd-details .details-item img{width:20px;height:20px;margin-right:10px}.igd-details .details-item-label{font-size:14px;font-weight:500;color:#444;width:80px;display:flex;align-items:center;justify-content:space-between}.igd-details .details-item-label:after{content:":";margin-right:10px}.igd-details .details-item.name{font-weight:500;font-size:14px;margin-bottom:20px;flex-wrap:nowrap}.igd-details .details-item.name span{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.5em;max-height:3em;white-space:pre-wrap}.igd-details .details-item-value{font-size:14px;color:#555;word-break:break-all;max-width:100%}.igd-details .details-item.field-location{flex-direction:column;align-items:flex-start}.igd-details .details-item.field-location .details-item-value{margin-top:7px}.igd-details .details-item.field-location .location-wrap{display:flex;align-items:center;border:1px solid #ddd;border-radius:5px;padding:5px;cursor:pointer}.igd-details .details-item.field-location .location-wrap img{margin-right:5px}.igd-details .details-item.field-location .location-wrap span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-details .details-item.field-location .location-wrap:hover{background:#f5f5f5}.igd-details .details-item.field-description{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.igd-details .details-item.field-description .details-item-label{margin-bottom:5px}.igd-details .details-item.field-description .description-placeholder,.igd-details .details-item.field-description .details-item-value{width:100%;color:#777;font-size:14px}.igd-details .details-item.field-description .dashicons{cursor:pointer;padding:0 5px;box-sizing:content-box;margin-top:5px}.igd-details .details-item.field-description form,.igd-details .details-item.field-description textarea{width:100%}.igd-details .details-placeholder{font-size:1em}@media(max-width:767px){.igd-details{max-width:80%;height:100%;margin-left:auto;background:#fff}.igd-details-wrap{width:100%;max-width:100%;position:absolute;z-index:2;background:rgba(0,0,0,.5);height:100%}}.igd-shortcode-wrap .igd-details-wrap{width:220px}.igd-context-menu{z-index:99999999;background-color:#fff;border-radius:4px;list-style:none;font-size:14px;font-family:sans-serif;font-weight:400;line-height:1.5;color:#444;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;box-shadow:0 0 10px rgba(0,0,0,.2)}.igd-context-menu *{box-sizing:border-box}.igd-context-menu .context-menu-item{display:flex;align-items:center;padding:10px 15px;cursor:pointer;transition:background-color .2s ease;width:100%;position:relative}.igd-context-menu .context-menu-item.details,.igd-context-menu .context-menu-item.import{border-bottom:1px solid #eee}.igd-context-menu .context-menu-item.delete,.igd-context-menu .context-menu-item.download{border-top:1px solid #eee}.igd-context-menu .context-menu-item.disabled{color:#ccc}.igd-context-menu .context-menu-item.upload{border-bottom:1px solid #eee}.igd-context-menu .context-menu-item.view{border-top:1px solid #eee}.igd-context-menu .context-menu-item i{margin-right:7px;color:#777}.igd-context-menu .context-menu-item:hover{background-color:#f5f5f5}.igd-context-menu .context-menu-item:hover .pro-badge{transform:scale(1.1)}.igd-context-menu .context-menu-item .pro-badge{position:absolute;right:0;background:#fdb837;color:#fff;padding:5px;border-radius:4px;font-size:11px;font-weight:400;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 0 5px rgba(0,0,0,.1);transition:transform .2s ease}.igd-context-menu .context-menu-item .pro-badge i{margin-right:2px;height:auto;width:auto;font-size:15px}.share-modal *{box-sizing:border-box}.share-modal .swal2-close:focus{outline:0;background:0 0;color:#f08080;box-shadow:none}.share-modal .link-types-wrap{border:1px dashed rgba(0,181,255,.5);padding:15px;margin-bottom:15px;border-radius:5px;margin-top:10px}.share-modal .link-types-wrap h4{margin:0 0 10px}.share-modal .link-types-wrap .components-button-group{background:rgba(0,181,255,.1);padding:10px;width:-moz-max-content;width:max-content;border-radius:10px}.share-modal .link-types-wrap .components-button-group button{color:#00b5ff;box-shadow:inset 0 0 0 1px rgba(0,181,255,.25);margin:0 3px;border-radius:5px;background:#fff;height:40px;line-height:1.5}.share-modal .link-types-wrap .components-button-group button i,.share-modal .link-types-wrap .components-button-group button svg{margin-right:10px}.share-modal .link-types-wrap .components-button-group button path,.share-modal .link-types-wrap .components-button-group button svg{fill:#00b5ff}.share-modal .link-types-wrap .components-button-group button:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.share-modal .link-types-wrap .components-button-group button:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.share-modal .link-types-wrap .components-button-group button.is-primary{z-index:auto;background:#00b5ff;color:#fff}.share-modal .link-types-wrap .components-button-group button.is-primary path,.share-modal .link-types-wrap .components-button-group button.is-primary svg{fill:#fff}.share-modal .link-types-wrap .components-button-group button.is-secondary:hover{color:#00b5ff;box-shadow:inset 0 0 0 1px #00b5ff}.share-modal .link-types-wrap .components-button-group button.is-secondary:hover path,.share-modal .link-types-wrap .components-button-group button.is-secondary:hover svg{fill:#00b5ff}.share-modal .link-types-wrap .description{margin:5px 0}.share-modal .link-types-wrap .igd-notice{margin-bottom:0;padding:10px 5px;border-left-width:1px}.share-modal .link-types-wrap .igd-notice .igd-notice-content{font-size:14px}.share-modal .link-types-wrap .igd-notice .igd-notice-content strong{font-size:12px}.share-modal .share-link{margin-bottom:1rem}.share-modal .share-link input,.share-modal .share-link textarea{width:-webkit-fill-available;border:1px solid #ddd;border-radius:4px;padding:0 10px;font-size:14px;font-family:sans-serif;font-weight:400;line-height:1.5;color:#333;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;text-align:center;word-break:break-all}.share-modal .share-link input{height:40px}.share-modal .share-link textarea{height:100px}.share-modal.embed .embed-code{display:flex}.share-modal.embed .share-links{display:none}.share-modal .share-links{display:flex;justify-content:center;flex-wrap:wrap}.share-modal .share-links .share-item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#333;text-decoration:none;margin:0 10px 10px 0}.share-modal .share-links .share-item i{font-size:22px;width:auto;height:auto;border:1px solid #ccc;border-radius:50%;padding:10px;margin:10px}.share-modal .share-links .share-item span{font-size:.875rem}.share-modal .share-links .share-item.link i{background:#fff;border:1px solid #ccc;color:#333}.share-modal .share-links .share-item.link span{color:#333}.share-modal .share-links .share-item.link:hover i{background:#e6e6e6}.share-modal .share-links .share-item.embed i{background:#333;border:1px solid #333;color:#fff}.share-modal .share-links .share-item.embed:hover i{background:#1a1a1a}.share-modal .share-links .share-item.facebook i{background-color:#3b5998;color:#fff}.share-modal .share-links .share-item.facebook span{color:#3b5998}.share-modal .share-links .share-item.facebook:hover i{background-color:#4c70ba}.share-modal .share-links .share-item.twitter i{background-color:#1da1f2;color:#fff}.share-modal .share-links .share-item.twitter span{color:#1da1f2}.share-modal .share-links .share-item.twitter:hover i{background-color:#4db5f5}.share-modal .share-links .share-item.whatsapp i{background-color:#25d366;color:#fff}.share-modal .share-links .share-item.whatsapp span{color:#25d366}.share-modal .share-links .share-item.whatsapp:hover i{background-color:#4be083}.share-modal .share-links .share-item.email i{background-color:#dd4f42;color:#fff}.share-modal .share-links .share-item.email span{color:#dd4f42}.share-modal .share-links .share-item.email:hover i{background-color:#e5776d}.move-folders{display:flex;flex-direction:column;align-items:flex-start;max-height:300px;overflow-y:auto;border:1px solid #eee;border-radius:4px;padding:10px}.move-folders-wrap button{margin:20px auto 0;padding:10px 20px}.move-folders-wrap button .igd-spinner{margin-right:10px}.move-folders,.move-folders *{box-sizing:border-box}.move-folders::-webkit-scrollbar{width:5px}.move-folders::-webkit-scrollbar-track{background:#f1f1f1}.move-folders::-webkit-scrollbar-thumb{background:#999;border-radius:5px}.move-folders .move-folder{display:flex;align-items:center;justify-content:flex-start;text-align:left;width:100%;cursor:pointer;padding:7px 0;border-radius:3px}.move-folders .move-folder>.igd-spinner{margin-left:10px}.move-folders .move-folder-wrap{width:100%;padding-left:20px;text-align:left}.move-folders .move-folder-wrap.empty{margin:10px 0;padding-left:30px;display:flex;align-items:center;color:#c73e1d;font-size:.875rem}.move-folders .move-folder-wrap.empty i{margin-right:5px}.move-folders .move-folder i{margin-right:10px}.move-folders .move-folder img{width:22px;height:22px;margin-right:10px}.move-folders .move-folder .file-item-checkbox .box{border-color:#999}.move-folders .move-folder span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.move-folders .move-folder:hover{background-color:#f5f5f5}.move-folders .move-folder:hover:has(.file-item-checkbox) img{display:none}.move-folders .move-folder:hover:has(.file-item-checkbox) .file-item-checkbox{display:flex;padding:0;border:1px solid #fff;margin-right:10px}.move-folders .move-folder.active{background-color:var(--color-primary-lighter)}.move-folders .move-folder.active img{display:none}.move-folders .move-folder.active .file-item-checkbox{display:flex;padding:0;border:1px solid #fff;margin-right:10px}.igd-download-popup{z-index:999999!important}.igd-download-wrap #igd-download-status{font-size:1.3rem;font-weight:600;margin:15px auto 5px}.igd-download-wrap #igd-hidden-download{display:none}.igd-copy-swal,.igd-move-swal{z-index:99999}.import-files{display:flex;flex-wrap:wrap;flex-direction:column}.import-files .import-file{width:100%;display:flex;align-items:center;margin-bottom:5px;padding:7px;border:1px solid #eee;border-radius:4px;box-sizing:border-box;overflow:hidden}.import-files .import-file .import-file-thumb{width:50px;height:50px;margin-right:10px}.import-files .import-file .import-file-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.import-files .import-file .import-file-info{flex:1;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;text-align:left;line-height:1}.import-files .import-file .import-file-info .import-file-name{font-size:14px;font-weight:600;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-files .import-file .import-file-info .import-file-size{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-files .import-file .import-file-actions{display:flex;align-items:center;margin-left:10px}.import-files .import-file .import-file-actions .igd-spinner{margin-right:7px}.import-files .import-file .button-link-delete{display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#333;border:1px solid #eee;border-radius:4px;padding:5px;cursor:pointer;transition:background-color .2s ease;margin-left:10px;font-size:14px;font-weight:600;line-height:1;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.import-files .import-file .button-link-delete:hover{background-color:#e5e5e5}.import-files .import-file .button-link-delete:active{background-color:#ddd}.import-files .import-file .button-link-delete:focus{outline:0}.react-contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff;box-sizing:border-box;box-shadow:0 10px 30px -5px rgba(0,0,0,.3);border-radius:6px;min-width:200px}.context-submenu{width:100%}.react-contexify__submenu--is-open,.react-contexify__submenu--is-open>.react-contexify__item__content{color:#fff;background-color:#4393e6}.react-contexify__submenu--is-open>.react-contexify__submenu{pointer-events:initial;opacity:1}.react-contexify .react-contexify__submenu{position:absolute;top:-6px;pointer-events:none;transition:opacity 275ms}.react-contexify__submenu-arrow{margin-left:auto;font-size:12px}.react-contexify__submenu-arrow i{margin-right:0!important}.react-contexify__separator{width:100%;height:1px;cursor:default;margin:4px 0;background-color:rgba(0,0,0,.2)}.react-contexify__will-leave--disabled{pointer-events:none}.react-contexify__item{cursor:pointer;position:relative}.react-contexify__item:focus{outline:0}.react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__submenu{pointer-events:initial;opacity:1}.react-contexify__item--disabled{cursor:default;opacity:.5}.react-contexify__item__content{display:flex;align-items:center;white-space:nowrap;color:#333;position:relative;width:100%}.react-contexify__theme--dark{background-color:rgba(40,40,40,.98)}.react-contexify__theme--dark .react-contexify__submenu{background-color:rgba(40,40,40,.98)}.react-contexify__theme--dark .react-contexify__separator{background-color:#eee}.react-contexify__theme--dark .react-contexify__item__content{color:#fff}.react-contexify__theme--light .react-contexify__separator{background-color:#eee}.react-contexify__theme--light .react-contexify__submenu--is-open,.react-contexify__theme--light .react-contexify__submenu--is-open>.react-contexify__item__content{color:#4393e6;background-color:#e0eefd}.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled):focus>.react-contexify__item__content,.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__item__content{color:#4393e6;background-color:#e0eefd}.react-contexify__theme--light .react-contexify__item__content{color:#666}@keyframes react-contexify__scaleIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes react-contexify__scaleOut{from{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.react-contexify__will-enter--scale{transform-origin:top left;animation:react-contexify__scaleIn .3s}.react-contexify__will-leave--scale{transform-origin:top left;animation:react-contexify__scaleOut .3s}@keyframes react-contexify__fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes react-contexify__fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.react-contexify__will-enter--fade{animation:react-contexify__fadeIn .3s ease}.react-contexify__will-leave--fade{animation:react-contexify__fadeOut .3s ease}@keyframes react-contexify__flipInX{from{transform:perspective(800px) rotate3d(1,0,0,45deg)}to{transform:perspective(800px)}}@keyframes react-contexify__flipOutX{from{transform:perspective(800px)}to{transform:perspective(800px) rotate3d(1,0,0,45deg);opacity:0}}.react-contexify__will-enter--flip{backface-visibility:visible!important;transform-origin:top center;animation:react-contexify__flipInX .3s}.react-contexify__will-leave--flip{transform-origin:top center;animation:react-contexify__flipOutX .3s;backface-visibility:visible!important}@keyframes swing-in-top-fwd{0%{transform:rotateX(-100deg);transform-origin:top;opacity:0}100%{transform:rotateX(0);transform-origin:top;opacity:1}}@keyframes react-contexify__slideIn{from{opacity:0;transform:scale3d(1,.3,1)}to{opacity:1}}@keyframes react-contexify__slideOut{from{opacity:1}to{opacity:0;transform:scale3d(1,.3,1)}}.react-contexify__will-enter--slide{transform-origin:top center;animation:react-contexify__slideIn .3s}.react-contexify__will-leave--slide{transform-origin:top center;animation:react-contexify__slideOut .3s}.igd-shortcode-gallery .igd-file-browser-header .photo-proofing-btn .selection-count{margin-left:3px}.igd-module-gallery{overflow:hidden}.igd-module-gallery .file-item-checkbox{position:absolute;z-index:1}.igd-module-gallery .file-item-checkbox .box{border:1px solid #eee;box-shadow:rgba(0,0,0,.35) 0 5px 15px}.igd-module-gallery .file-list{overflow:hidden}.igd-module-gallery .file-list .file-item{position:relative;border-radius:0}.igd-module-gallery .file-list .file-item .igd-gallery-folder-images{transition:all .3s ease-in-out}.igd-module-gallery .file-list .file-item:hover{transform:none}.igd-module-gallery .file-list .file-item:hover .igd-gallery-folder-images{transition:all .3s ease-in-out;transform:scale(1.07);box-shadow:0 0 0 1px #ddd}.igd-module-gallery .file-list .file-item.active{transform:none}.igd-module-gallery .file-list .file-item.active .igd-gallery-folder-images{transition:all .3s ease-in-out;transform:scale(1.07);box-shadow:0 0 0 1px #ddd}.igd-module-gallery .file-list .file-item .file-item-footer{font-size:1rem}.igd-module-gallery .file-list .file-item .file-item-footer>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.95em;font-weight:300;margin-right:auto;flex:1;text-align:left}.igd-module-gallery .file-list .file-item:not(.folder-item){max-width:100%}.igd-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer{background:rgba(0,0,0,.5)!important;color:#fff!important;padding:15px 10px!important;position:absolute;bottom:0;left:0;width:100%;justify-content:center;border:none!important}.igd-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer i{margin-right:5px}.igd-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer img{background:rgba(255,255,255,.9);padding:0 2px;border-radius:3px;box-sizing:content-box}.igd-module-gallery .file-list .file-item:not(.folder-item) .file-item-footer span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-module-gallery .file-list .file-item:last-child{margin-right:auto!important}.igd-module-gallery .igd-gallery-folder-images{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.igd-module-gallery .igd-gallery-folder-images img{position:absolute;-webkit-user-drag:none;opacity:0;pointer-events:none;animation-name:image-fade-out;animation-duration:1.5s}.igd-module-gallery .igd-gallery-folder-images img.active{animation-name:image-fade;animation-duration:1.5s;opacity:1}.igd-module-gallery .igd-gallery-folder-images img:not([src*=drive-thirdparty]){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.igd-module-gallery .igd-gallery-folder-images i{height:auto;width:auto;font-size:3.5rem;color:#555}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item{overflow:hidden;position:relative;cursor:pointer}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item img{transition:all .3s ease-in-out;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-playback-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:40px;width:auto;height:auto;opacity:.7;transition:opacity .3s ease;cursor:pointer;border:1px solid #fff;border-radius:50%;padding:5px;background:rgba(0,0,0,.5)}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-playback-icon:before{left:3px;position:relative}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-item-review-tag{position:absolute;top:5px;right:5px;padding:5px 5px;border:1px solid #ddd;border-radius:5px;background:#fff;cursor:pointer;display:flex;align-items:center;z-index:1}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-item-review-tag:not(:has(.review-tag-label)){display:none}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-item-review-tag .review-tag-label{margin:0 5px;font-size:14px;font-weight:500;color:#fff;line-height:normal}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-item-review-tag:has(.review-tag-label) i{color:#fff;font-size:16px;width:16px;height:16px}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-item-review-tag .dashicons-no-alt{color:#fff;opacity:.7;display:none}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .file-item-review-tag:hover .dashicons-no-alt{opacity:1}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal{width:150px;padding:0;border-radius:7px;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal-inner{display:flex;flex-direction:column}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal .tag-item{display:flex;align-items:center;padding:8px 15px;cursor:pointer;font-size:14px;box-sizing:border-box;transition:all .2s ease-in-out;font-weight:500}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal .tag-item i{margin-right:3px;display:none}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal .tag-item span{line-height:1}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal .tag-item.active{background:var(--color-primary-lighter)}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal .tag-item:hover{background:#ddd}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item .review-tag-modal .tag-item:last-child{margin-bottom:0}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item:hover .file-item-checkbox{display:block}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item:hover img{box-shadow:0 0 0 1px #ddd;transition:all .3s ease-in-out;transform:scale(1.07)}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item:hover .file-item-review-tag{display:flex}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item:hover .file-item-review-tag .dashicons-no-alt{display:block}.igd-module-gallery .react-photo-gallery--gallery .igd-gallery-item.active .file-item-checkbox{display:block}.igd-module-gallery.gallery-view-rounded .file-list .file-item{border-radius:5px}.igd-module-gallery.gallery-view-rounded .react-photo-gallery--gallery .igd-gallery-item{border-radius:7px}.igd-module-gallery.gallery-layout-grid .file-list .file-item{width:var(--column-width)}.igd-module-gallery.gallery-layout-grid .file-list .file-item:not(.folder-item){aspect-ratio:var(--aspect-ratio)}.igd-module-gallery.gallery-layout-grid .react-photo-gallery--gallery .igd-gallery-item{width:var(--column-width);aspect-ratio:var(--aspect-ratio)}.igd-module-gallery.gallery-layout-masonry .file-list .file-item{width:var(--column-width)}.igd-module-gallery.gallery-layout-masonry .file-list .file-item:not(.folder-item){aspect-ratio:var(--aspect-ratio)}.igd-module-gallery.gallery-layout-justified .file-list .file-item{width:var(--column-width)}.igd-module-gallery.gallery-layout-justified .file-list .file-item:not(.folder-item){aspect-ratio:var(--aspect-ratio)}.igd-lightbox .lg-components{pointer-events:none}.igd-lightbox .lg-thumb-outer{pointer-events:all}@keyframes image-fade{from{opacity:.4}to{opacity:1}}@keyframes image-fade-out{from{opacity:1}to{opacity:0}}.igd-module-uploader,.igd-module-uploader *{box-sizing:border-box}.igd-module-uploader .dashicons-cloud-upload{width:auto;height:auto}.igd-module-uploader.igd-form-uploader{margin-top:1rem!important}.igd-module-uploader .upload-confirmation{display:none!important;margin:20px 0;text-align:center;flex-direction:column;align-items:center}.igd-module-uploader .upload-confirmation h3{color:var(--color-primary)}.igd-module-uploader.show-confirmation{border-style:solid!important}.igd-module-uploader.show-confirmation .upload-confirmation{display:flex!important}.igd-module-uploader.show-confirmation .igd-file-uploader-inner{display:none!important}.igd-file-uploader{display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:10px!important;border:1px dashed var(--color-primary-light)!important;padding:3px!important;max-width:500px;width:100%!important;background:#fff!important;font-size:16px}.igd-file-uploader *{box-sizing:border-box}.igd-file-uploader:not(.igd-form-uploader){margin:auto}.igd-file-uploader.drag-active{border-color:var(--color-primary);border-width:2px;background-color:#bfdbfe;box-shadow:rgba(149,157,165,.2) 0 8px 24px}.igd-file-uploader.drag-active *{pointer-events:none}.igd-file-uploader-body{display:flex;align-items:center;flex-direction:column;width:100%!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.igd-file-uploader-body h3{font-size:1.2em;font-weight:600;margin-bottom:10px!important}.igd-file-uploader-body .max-size-label{font-size:.875em;margin-top:1em;color:#999}.igd-file-uploader .igd-file-uploader-inner{display:flex!important;align-items:center!important;flex-direction:column!important;border-radius:7px!important;padding:30px 20px!important;background-color:var(--color-primary-lighter)!important;justify-content:center;width:100%!important;border:1px dashed #ddd!important}.igd-file-uploader .igd-file-uploader-inner p{font-weight:400;margin:5px 0!important;color:#555;line-height:1;font-size:.875em}.igd-file-uploader .igd-file-uploader-inner .dashicons-cloud-upload{font-size:50px;height:auto;width:auto;line-height:1;color:#555}.igd-file-uploader .igd-file-uploader-inner .igd-file-uploader-buttons{display:flex;margin-top:20px}.igd-file-uploader .igd-file-uploader-inner .upload-info{display:flex;align-items:center;line-height:1}.igd-file-uploader .igd-file-uploader-inner .upload-info span{margin-right:5px}.igd-file-uploader .igd-file-uploader-inner .upload-info span:after{content:"|";margin-left:5px;color:#000}.igd-file-uploader .igd-file-uploader-inner .upload-info span:last-child{margin-right:0}.igd-file-uploader .igd-file-uploader-inner .upload-info span:last-child:after{content:"";margin-left:0}.igd-file-uploader .igd-file-uploader-inner .igd-file-uploader-add-more{margin-top:15px}.igd-file-uploader .igd-file-uploader-inner .upload-folder-selection{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin:10px 0}.igd-file-uploader .igd-file-uploader-inner .upload-folder-selection span{margin-bottom:7px}.igd-file-uploader .igd-file-uploader-inner .upload-folder-selection select{max-width:100%;width:300px;height:40px;border:1px solid #ddd;border-radius:5px;padding:0 10px;font-size:.875em;color:#555;background-color:#fff;cursor:pointer;transition:all .3s ease-in-out}.igd-file-uploader .igd-file-uploader-inner .upload-folder-selection select:focus{border-color:var(--color-primary)}.igd-file-uploader .igd-file-uploader-inner .upload-folder-selection select option{color:#555}.igd-file-uploader.required-error{border-color:red}.igd-file-uploader .file-list-wrapper{display:flex;flex-direction:column;z-index:50;margin-top:5px!important;width:100%!important;max-height:400px;max-width:100%;overflow:hidden!important;background-color:#fff!important;box-shadow:rgba(149,157,165,.2) 0 8px 24px!important;bottom:1em;right:1em}.igd-file-uploader .file-list-wrapper.fixed{position:fixed}.igd-file-uploader .file-list-wrapper .start-upload{margin:10px auto}@media(max-width:991px){.igd-file-uploader .file-list-wrapper{max-height:300px;right:0}}.igd-file-uploader .file-list{display:flex;flex-flow:column;flex-wrap:nowrap!important;overflow-y:auto!important}.igd-file-uploader .file-list-header{display:flex;align-items:center;padding:10px 15px!important;background-color:var(--color-primary)!important;color:#fff;line-height:1;border-radius:5px;margin-bottom:5px}.igd-file-uploader .file-list-header .file-count{margin-right:5px}.igd-file-uploader .file-list-header i{cursor:pointer;height:26px!important;width:26px!important;border:1px solid!important;border-radius:50%!important;font-size:22px!important;display:flex;align-items:center;justify-content:center}.igd-file-uploader .file-list-item{display:flex;align-items:center;padding:8px 12px!important;border-bottom:1px solid #eaeaea!important;width:100%!important;transition:background-color .3s ease-in-out}.igd-file-uploader .file-list-item img{width:30px!important;height:30px!important;margin-right:5px!important;border-radius:3px}.igd-file-uploader .file-list-item .file-info{display:flex;flex-wrap:wrap;overflow:hidden;width:100%;line-height:1}.igd-file-uploader .file-list-item .file-info .upload-item{display:flex;align-items:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}.igd-file-uploader .file-list-item .file-info .upload-item-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:4px;line-height:1.5;color:#777;font-weight:400}.igd-file-uploader .file-list-item .file-info .upload-item-size{font-size:.75em;color:#999}.igd-file-uploader .file-list-item .file-info .upload-item .add-description{background:#6c757d;color:#fff;border:none;padding:5px;border-radius:3px;font-size:12px;font-weight:500;margin-left:10px;cursor:pointer;line-height:1;opacity:.7}.igd-file-uploader .file-list-item .file-info .upload-item .add-description.disabled{opacity:.5;cursor:not-allowed;background:#f1f1f1;color:#999}.igd-file-uploader .file-list-item .file-info .upload-item .add-description.cancel{background:#ff9f10;color:#fff;margin-left:10px;opacity:.8}.igd-file-uploader .file-list-item .file-info .upload-item .add-description:hover{opacity:1}.igd-file-uploader .file-list-item .file-info-percentage{margin-left:auto;text-align:right;font-size:.875em;display:flex;align-items:center;width:-moz-max-content;width:max-content}.igd-file-uploader .file-list-item .file-info-percentage .igd-spinner{margin-top:0;margin-right:5px;border-radius:50%}.igd-file-uploader .file-list-item .file-info-progress{width:100%;height:4px;background-color:#ddd;border-radius:.25em;margin-top:7px;overflow:hidden;position:relative;align-items:center;justify-content:space-between;display:none}.igd-file-uploader .file-list-item .file-info-progress-bar{width:var(--percentage);height:100%;background-color:var(--color-primary-light-alt);border-radius:.25em;position:absolute;left:0;top:0;transition:width .5s ease-in-out}.igd-file-uploader .file-list-item .file-info-error{color:red;width:100%;font-size:.75em;margin-top:3px}.igd-file-uploader .file-list-item .file-info .igd-spinner{width:20px;margin-left:7px}.igd-file-uploader .file-list-item .file-info .percentage{margin:0 7px}.igd-file-uploader .file-list-item .file-info i{margin-left:7px;height:22px!important;width:22px!important;font-size:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.igd-file-uploader .file-list-item .file-info i:not(.dashicons-saved,.dashicons-no-alt){border:1px solid #ddd}.igd-file-uploader .file-list-item .file-info .dashicons-controls-play{padding-left:3px}.igd-file-uploader .file-list-item .file-info .remove-file{background:#ff9f10;color:#fff;margin-left:10px;opacity:.5}.igd-file-uploader .file-list-item .file-info .file-description{font-size:14px!important;color:#666!important;margin-top:5px;border:1px solid #ddd;padding:3px 5px;line-height:1.5;border-radius:5px;width:100%!important;min-height:auto;height:60px}.igd-file-uploader .file-list-item .file-info .file-description:disabled{background:#f1f1f1}.igd-file-uploader .file-list-item .file-info .file-description:focus{border-color:var(--color-primary)}.igd-file-uploader .file-list-item .file-info .file-description:focus::-moz-placeholder{color:#999}.igd-file-uploader .file-list-item .file-info .file-description:focus::placeholder{color:#999}.igd-file-uploader .file-list-item .file-info .file-description::-webkit-scrollbar{width:5px}.igd-file-uploader .file-list-item .file-info .file-description::-webkit-scrollbar-track{background:#f1f1f1}.igd-file-uploader .file-list-item .file-info .file-description::-webkit-scrollbar-thumb{background:#ccc}.igd-file-uploader .file-list-item .file-info .file-description::-webkit-scrollbar-thumb:hover{background:#bbb}.igd-file-uploader .file-list-item:hover{background-color:#e0f2fe}.igd-file-uploader .file-list-item.uploaded .file-info .dashicons-saved{background:var(--color-primary);color:#fff}.igd-file-uploader .file-list-item.uploaded .file-info .remove-file{background:0 0;color:#ff9f10;border:1px solid #ff9f10;opacity:.7}.igd-file-uploader .file-list-item.uploaded .file-info .remove-file:hover{background:#ff9f10;color:#fff;opacity:1}.igd-file-uploader .file-list-item.uploaded .file-info-progress{display:flex}.igd-file-uploader .file-list-item.uploaded .file-info-progress-bar{width:100%}.igd-file-uploader .file-list-item.uploaded .file-info .upload-item-name{color:#333}.igd-file-uploader .file-list-item.active .file-info .remove-file{opacity:.7}.igd-file-uploader .file-list-item.active .file-info-progress{display:flex}.igd-file-uploader .file-list-item.active .file-info .upload-item-name{color:#555}.igd-file-uploader .file-list::-webkit-scrollbar{width:5px}.igd-file-uploader .file-list::-webkit-scrollbar-track{background:#f1f1f1}.igd-file-uploader .file-list::-webkit-scrollbar-thumb{background:#ccc}.igd-file-uploader .file-list::-webkit-scrollbar-thumb:hover{background:#bbb}.igd-file-uploader .cancel-upload{position:absolute;top:15px;right:15px;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;padding:5px 7px;min-width:unset;min-height:unset;overflow:hidden}.igd-file-uploader .cancel-upload i{margin-right:0}.igd-file-uploader .cancel-upload span{font-size:14px;display:none}.igd-file-uploader .cancel-upload:hover i{margin-right:3px}.igd-file-uploader .cancel-upload:hover span{display:inline-block}.igd-file-uploader .igd-file-uploader-buttons button,.igd-file-uploader .start-upload{display:flex;align-items:center;white-space:nowrap;cursor:pointer;border-radius:.25em;border:none;padding:.375rem .5em;margin:.5em;background-color:var(--color-primary);box-shadow:rgba(149,157,165,.2) 0 8px 24px;color:#fff;transition:all .2s ease-in-out;font-weight:400;font-size:.87em}.igd-file-uploader .igd-file-uploader-buttons button span,.igd-file-uploader .start-upload span{margin-left:5px}.igd-file-uploader .igd-file-uploader-buttons button:hover,.igd-file-uploader .start-upload:hover{background-color:var(--color-primary-light-alt)}.igd-file-uploader .dashicons{font-family:dashicons!important}.igd-file-browser .igd-file-uploader{position:absolute!important;top:min(50%,300px);left:50%;transform:translate(-50%);z-index:3;box-shadow:0 0 10px rgba(0,0,0,.2)}.igd-file-browser .igd-file-uploader:has(.file-list-wrapper) .igd-file-uploader-inner .dashicons-cloud-upload{display:none}@media(max-width:767px){.igd-file-browser .igd-file-uploader{position:absolute!important;height:100%;right:unset;bottom:unset;width:calc(100% - 20px)!important;justify-content:flex-start;background:rgba(0,0,0,.5)!important}.igd-file-browser .igd-file-uploader .igd-file-uploader-inner{background:linear-gradient(var(--color-primary-lighter),var(--color-primary-lighter)),#fff!important}}.igd-file-browser:has(.igd-file-uploader){position:relative;min-height:400px}.igd-file-browser:has(.igd-file-uploader):after{width:100%;height:100%;content:"";position:absolute;top:0;left:0;background:rgba(0,0,0,.5);z-index:2}.ff-el-is-error .igd-file-uploader,.frm_blank_field .igd-file-uploader,.gfield_error .igd-file-uploader,.mf-input-wrapper.has-error .igd-file-uploader,.nf-error .igd-file-uploader,.wpforms-has-error .igd-file-uploader{border-color:red!important}body.google-drive_page_integrate-google-drive-private-folders.swal2-shown{overflow:auto!important;padding-right:0!important}.igd-private-folders,.igd-private-folders *{box-sizing:border-box}.igd-private-folders-header{display:flex;width:calc(100% + 20px);margin-left:-20px;background:#fff;padding:20px 20px;position:sticky;top:32px;border-bottom:1px solid #ddd;box-shadow:0 1px 5px rgba(0,0,0,.1);z-index:99;margin-bottom:30px}.igd-private-folders-header .header-title{display:flex;align-items:center;line-height:1;margin-right:auto}.igd-private-folders-header .header-title img{margin-right:15px}.igd-private-folders-header .header-title-text{display:flex;flex-direction:column}.igd-private-folders-header .header-title-text h3{font-size:1.2rem;margin:0 0 5px 0}.igd-private-folders-header .header-title-text span{margin-top:2px;color:#7a7a7a}.igd-private-folders-header .igd-btn{margin-left:10px}@media(max-width:767px){.igd-private-folders-header{position:relative;top:0;padding:12px 15px}.igd-private-folders-header .header-title img{width:30px}.igd-private-folders-header .header-title-text h3{font-size:1rem}.igd-private-folders-header .header-title-text span{margin-top:0}.igd-private-folders-header .igd-btn{height:35px}.igd-private-folders-header .igd-btn i{margin-right:0}.igd-private-folders-header .igd-btn span{display:none}}.igd-private-folders .private-folders-list{background:#fff;padding:20px;border-radius:10px;margin:10px 15px 30px 0;position:relative;min-height:70vh}.igd-private-folders .private-folders-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.igd-private-folders .private-folders-list-header ul{display:flex;align-items:center}.igd-private-folders .private-folders-list-header ul li{margin-right:5px;margin-bottom:0;cursor:pointer;color:#2fb44b;font-weight:600;font-size:.875rem}.igd-private-folders .private-folders-list-header ul li:not(:last-child):after{content:"|";margin:0 5px;color:#555}.igd-private-folders .private-folders-list-header ul li span{text-transform:capitalize}.igd-private-folders .private-folders-list-header ul li.active{color:#555c66}.igd-private-folders .private-folders-list-header ul li:hover{color:#248c3a}.igd-private-folders .private-folders-list-header .users-search{display:flex;align-items:center}.igd-private-folders .private-folders-list-header .users-search input{height:33px;border:1px solid rgba(47,180,75,.5)}.igd-private-folders .private-folders-list-header .users-search button{margin-left:10px}@media screen and (max-width:767px){.igd-private-folders .private-folders-list-header{flex-direction:column}}.igd-private-folders .private-folders-list .swal2-container{position:absolute;width:100%;height:100%;z-index:9}.igd-private-folders .private-folders-list .column-username span{margin-left:10px}.igd-private-folders .private-folders-list .column-actions button{display:inline-flex;align-items:center;padding:7px 10px;line-height:1}.igd-private-folders .private-folders-list .column-actions button i{margin-right:5px}.igd-private-folders .private-folders-list .column-folders .folder-item{display:inline-flex;align-items:center;width:-moz-max-content;width:max-content;padding:5px;margin:3px;border-radius:5px;background:#fdfdfd;border:1px solid #eee;max-width:200px;overflow:hidden}.igd-private-folders .private-folders-list .column-folders .folder-item img{margin-right:5px}.igd-private-folders .private-folders-list .column-folders .folder-item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.igd-private-folders .private-folders-list .column-folders .folder-item .dashicons-no-alt{margin-left:5px;cursor:pointer;color:#999;transition:all .3s ease}.igd-private-folders .private-folders-list .column-folders .folder-item .dashicons-no-alt:hover{color:#555}.igd-private-folders .private-folders-list .private-folders-table{border-radius:10px;overflow:hidden;border-color:#efefef}.igd-private-folders .private-folders-list .private-folders-table thead th{padding:15px;border-color:#efefef}.igd-private-folders .private-folders-list .private-folders-table tbody tr td{padding:10px;vertical-align:middle}@media(max-width:767px){.igd-private-folders .private-folders-list{margin-left:10px}.igd-private-folders .private-folders-list-header{flex-direction:column}.igd-private-folders .private-folders-list .private-folders-table-wrap{overflow-x:auto}}.igd-private-folders .igd-pro-modal-wrap{position:absolute;z-index:9;border-radius:5px}.igd-private-folders .igd-pro-modal-close{display:none}.igd-details .details-file-name{width:calc(100% - 20px)}.igd-player{--plyr-range-fill-background:var(--color-primary);--plyr-video-control-background-hover:var(--color-primary);--plyr-audio-control-background-hover:var(--color-primary);line-height:1.5;display:flex;align-items:flex-start;flex-direction:column;height:100%;background-color:#fff}.igd-player.playlist-left,.igd-player.playlist-right{padding:10px}.igd-player.playlist-left .media-wrap,.igd-player.playlist-right .media-wrap{flex-direction:column;align-items:flex-start;border:none}.igd-player.playlist-left .media-wrap .igd-player-media-wrap,.igd-player.playlist-right .media-wrap .igd-player-media-wrap{margin-left:0}.igd-player.playlist-left .igd-player-playlist .playlist-item-wrap,.igd-player.playlist-right .igd-player-playlist .playlist-item-wrap{padding:5px 0}.igd-player.playlist-left.type-audio .media-wrap,.igd-player.playlist-right.type-audio .media-wrap{border:1px solid #eee}.igd-player.playlist-left{flex-wrap:wrap;flex-direction:row;-moz-column-gap:10px;column-gap:10px}.igd-player.playlist-left .igd-player-playlist{width:calc(40% - 10px);order:1;margin:0;padding-right:10px;border-right:1px solid #eee}.igd-player.playlist-left .playlist-search{margin:0}.igd-player.playlist-left .media-wrap{flex:1;order:2;position:sticky;top:10px;z-index:9}.igd-player.playlist-left:has(.igd-player-playlist) .media-wrap{max-width:60%}.igd-player.playlist-right{flex-wrap:wrap;flex-direction:row;-moz-column-gap:10px;column-gap:10px;padding-right:5px}.igd-player.playlist-right .igd-player-playlist{width:calc(40% - 10px);order:2;margin:0;padding-left:10px;border-left:1px solid #eee;padding-right:5px}.igd-player.playlist-right .playlist-search{margin:0}.igd-player.playlist-right .media-wrap{flex:1;order:1;position:sticky;top:10px;z-index:9}.igd-player.playlist-right:has(.igd-player-playlist) .media-wrap{max-width:60%}.igd-player.playlist-bottom .playlist-search{width:calc(100% - 20px);margin:10px auto}.igd-player.playlist-grid .igd-player-playlist{display:flex;flex-wrap:wrap;padding:20px}.igd-player.playlist-grid .igd-player-playlist .playlist-search{width:100%;margin:0 0 10px 0}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap{width:calc(20% - 16px);margin:8px;padding:0;border-radius:5px;overflow:hidden;transition:all .3s linear;border:1px solid #ddd}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap:last-child{margin-right:auto}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap:hover{box-shadow:rgba(0,0,0,.35) 0 5px 15px}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item{flex-direction:column;position:relative;padding:0;font-size:1rem}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item img{width:100%;aspect-ratio:16/9;margin:0;height:unset}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .item-name{margin-right:unset;max-width:100%;font-size:14px;padding:0 7px;width:100%;flex:1}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause,.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play{position:absolute;top:15%;color:#eee;width:60px;font-size:50px;border:2px solid;border-radius:50%;height:60px;padding:5px;background:rgba(0,0,0,.5)}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause.dashicons-controls-play:before,.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play.dashicons-controls-play:before{position:relative;left:3px;top:-2px}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause.dashicons-controls-pause:before,.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play.dashicons-controls-pause:before{position:relative;left:-2px;top:-2px}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .item-meta{padding:3px 7px 4px 7px;justify-content:space-between;width:100%}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .item-meta .item-size{margin:0}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item:not(.folder-item) .item-index{position:absolute;left:0;top:0;background:rgba(51,51,51,.7);color:#fff;padding:7px;font-size:14px;line-height:1;border-bottom-right-radius:5px}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item:not(.folder-item) .item-name{border-top:1px solid #ddd}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap.folder-item-wrap{height:50px;display:flex;align-items:center}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap.folder-item-wrap .folder-item{flex-direction:row;padding:0 5px 0 10px;overflow:hidden}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap.folder-item-wrap .folder-item img{width:30px;height:20px}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap.folder-item-wrap .folder-item .item-meta{display:none}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap.folder-item-break{width:100%;height:0;border:#ffdead;padding:0;margin:0}@media screen and (max-width:767px){.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause,.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play{width:40px;height:40px;font-size:30px}.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-pause.dashicons-controls-play:before,.igd-player.playlist-grid .igd-player-playlist .playlist-item-wrap .playlist-item .dashicons-controls-play.dashicons-controls-play:before{left:0}}.igd-player .media-wrap{width:100%;display:flex;align-items:center;flex-wrap:wrap}.igd-player .media-wrap .current-item{display:flex;align-items:center;overflow:hidden;justify-content:flex-start;text-align:center;width:100%;flex:1}.igd-player .media-wrap .current-item img{margin-right:10px;width:40px}.igd-player .media-wrap .current-item .item-caption{display:flex;flex-direction:column;overflow:hidden}.igd-player .media-wrap .current-item .item-caption .item-title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-player .media-wrap .current-item .item-caption .item-description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-player .media-wrap .igd-player-media-wrap{position:relative}.igd-player .media-wrap iframe{border:none;aspect-ratio:16/9}.igd-player.type-video .igd-player-media-wrap{width:100%;height:0;overflow:hidden;padding-bottom:56.25%}.igd-player.type-video .igd-player-media-wrap .igd-player-media-video,.igd-player.type-video .igd-player-media-wrap .plyr,.igd-player.type-video .igd-player-media-wrap video{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.igd-player.type-video .igd-player-media-wrap:has(.plyr--loading) .plyr__control--overlaid{background:url(//stmarksdromana.org.au/wp-content/plugins/integrate-google-drive-premium/assets/images/preloader/default.svg) no-repeat center center;opacity:1;visibility:visible}.igd-player.type-video .igd-player-media-wrap:has(.plyr--loading) .plyr__control--overlaid svg{opacity:0}.igd-player.type-audio .media-wrap{padding:15px;border-bottom:1px solid #ddd;background:#f5f5f5}.igd-player.type-audio .igd-player-media-wrap{margin-left:auto}.igd-player.type-audio .igd-player-media-wrap .plyr__controls{padding:0;background:0 0}.igd-player .igd-player-playlist{width:100%;height:100%;overflow-y:auto}.igd-player .igd-player-playlist .playlist-item{position:relative;cursor:pointer;display:flex;align-items:center;color:#333;padding:3px}.igd-player .igd-player-playlist .playlist-item.active{color:var(--color-primary);font-weight:500}.igd-player .igd-player-playlist .playlist-item.active .dashicons-controls-pause,.igd-player .igd-player-playlist .playlist-item.active .dashicons-controls-play{border-color:var(--color-primary);color:var(--color-primary)}.igd-player .igd-player-playlist .playlist-item:not(:has(img)){padding:5px}.igd-player .igd-player-playlist .playlist-item-wrap{border-bottom:1px solid #eee;padding:5px 10px}.igd-player .igd-player-playlist .playlist-item-wrap .sub-item{margin-left:30px}.igd-player .igd-player-playlist .playlist-item-wrap:hover{background-color:#f5f5f5}.igd-player .igd-player-playlist .playlist-item .item-index{margin-right:7px;white-space:nowrap}.igd-player .igd-player-playlist .playlist-item .igd-spinner{margin-left:0;width:18px;height:18px;margin-right:5px}.igd-player .igd-player-playlist .playlist-item img{width:30px;height:30px;-o-object-fit:cover;object-fit:cover;border-radius:3px;margin-right:5px}.igd-player .igd-player-playlist .playlist-item .item-name{margin-right:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.igd-player .igd-player-playlist .playlist-item .item-size{margin:0 10px;white-space:nowrap}.igd-player .igd-player-playlist .playlist-item .item-duration{display:inline-flex;align-items:center;margin-right:10px}.igd-player .igd-player-playlist .playlist-item .item-duration i{color:#555;font-size:18px;margin-right:3px}.igd-player .igd-player-playlist .playlist-item .item-meta{display:flex;align-items:center;color:#777;font-size:12px}.igd-player .igd-player-playlist .playlist-item .dashicons{font-size:25px;color:#555c66;height:auto;width:auto}.igd-player .igd-player-playlist .playlist-item .dashicons.dashicons-arrow-down,.igd-player .igd-player-playlist .playlist-item .dashicons.dashicons-arrow-right{margin-left:-5px;margin-right:5px}.igd-player .igd-player-playlist .playlist-item .dashicons:hover{color:#444;border-color:var(--color-primary)}.igd-player .igd-player-playlist .search-result-info{display:flex;align-items:center;margin-bottom:7px;margin-top:7px;width:100%}.igd-player .igd-player-playlist .search-result-info .clear-button{margin-left:7px;padding:7px 10px}.igd-player .igd-player-playlist::-webkit-scrollbar{width:5px;height:5px}.igd-player .igd-player-playlist::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.igd-player .igd-player-playlist::-webkit-scrollbar-track{background:#eee;border-radius:10px}.igd-player .igd-player-playlist.igd-item-col-1 .playlist-item-wrap{width:100%}.igd-player .igd-player-playlist.igd-item-col-1:not(.list-view) .file-item{margin:4px}.igd-player .igd-player-playlist.igd-item-col-2 .playlist-item-wrap{width:calc(50% - 16px)}.igd-player .igd-player-playlist.igd-item-col-3 .playlist-item-wrap{width:calc(33.33% - 16px)}.igd-player .igd-player-playlist.igd-item-col-3 .playlist-item-wrap .file-item-footer .file-item-size{display:none}.igd-player .igd-player-playlist.igd-item-col-4 .playlist-item-wrap{width:calc(25% - 16px)}.igd-player .igd-player-playlist.igd-item-col-5 .playlist-item-wrap{width:calc(20% - 16px)}.igd-player .igd-player-playlist.igd-item-col-6 .playlist-item-wrap{width:calc(16.66% - 16px)}.igd-player .igd-player-playlist.igd-item-col-7 .playlist-item-wrap{width:calc(14.28% - 16px)}.igd-player .igd-player-playlist.igd-item-col-8 .playlist-item-wrap{width:calc(12.5% - 16px)}.igd-player .igd-player-controls{display:flex;align-items:center;justify-content:center;width:100%;margin:15px 0}.igd-player .igd-player-controls button{margin:0 10px;padding:0;border:none;background:0 0;cursor:pointer;color:#555;transition:color .3s linear}.igd-player .igd-player-controls button i{font-size:28px;height:28px;width:28px}.igd-player .igd-player-controls button:hover{color:var(--color-primary)}.igd-player .igd-player-controls:empty{display:none}.igd-player:not(.playlist-grid) .playlist-item-wrap:last-child{border-bottom:0}.igd-player:not(.playlist-grid) .playlist-item:last-child{border-bottom:0}.igd-player .playlist-no-items{display:flex;align-items:center;justify-content:center;width:100%;font-size:20px;color:#777;padding:30px}.igd-player .playlist-no-items i{margin-right:10px}.igd-player .playlist-search{position:relative;display:flex;align-items:center;transition:width .3s linear;line-height:1;overflow:hidden;border:1px solid #ddd;border-radius:5px;width:100%;padding:0 15px;margin:10px 0}.igd-player .playlist-search .search-dismiss{cursor:pointer}.igd-player .playlist-search input{height:40px;padding:0 15px;font-size:14px;width:100%;border:none!important;box-shadow:none!important;border-radius:0!important;background:0 0}.igd-player .playlist-search input:focus{outline:0}.igd-player .playlist-search .search-submit{position:relative;z-index:2}.igd-player .playlist-search .search-submit .dashicons{font-family:dashicons}.igd-player .playlist-search:has(input:focus){box-shadow:rgba(0,0,0,.24) 0 3px 8px}.igd-player .playlist-search.active .input-wrap{right:-10px}.igd-player .playlist-search.active .search-submit svg{fill:#333}.igd-player video{display:inline-block;max-width:100%;min-height:100%}.igd-player audio{display:none;max-width:100%;width:100%}.igd-player .plyr__controls .plyr__controls__item.plyr__time{white-space:nowrap}.igd-player .plyr__control:focus{background:0 0;color:currentColor}.igd-player .plyr__volume input[type=range]{max-width:60px}.igd-player.size-sm.type-audio .media-wrap,.igd-player.size-xs.type-audio .media-wrap{flex-direction:column}.igd-player.size-sm.type-audio .media-wrap .current-item,.igd-player.size-xs.type-audio .media-wrap .current-item{justify-content:center}.igd-player.size-sm.type-audio .media-wrap .current-item img,.igd-player.size-xs.type-audio .media-wrap .current-item img{width:30px}.igd-player.size-sm.type-audio .media-wrap .igd-player-media-wrap,.igd-player.size-xs.type-audio .media-wrap .igd-player-media-wrap{margin-top:15px;margin-left:0}.igd-player.size-sm .plyr__volume input[type=range],.igd-player.size-xs .plyr__volume input[type=range]{max-width:40px;min-width:40px}.igd-player.size-sm.playlist-left,.igd-player.size-sm.playlist-right,.igd-player.size-xs.playlist-left,.igd-player.size-xs.playlist-right{flex-direction:column}.igd-player.size-sm.playlist-left .igd-player-playlist,.igd-player.size-sm.playlist-left .media-wrap,.igd-player.size-sm.playlist-right .igd-player-playlist,.igd-player.size-sm.playlist-right .media-wrap,.igd-player.size-xs.playlist-left .igd-player-playlist,.igd-player.size-xs.playlist-left .media-wrap,.igd-player.size-xs.playlist-right .igd-player-playlist,.igd-player.size-xs.playlist-right .media-wrap{width:100%;max-width:100%!important}.igd-player.size-sm.playlist-left .media-wrap,.igd-player.size-sm.playlist-right .media-wrap,.igd-player.size-xs.playlist-left .media-wrap,.igd-player.size-xs.playlist-right .media-wrap{position:unset}.igd-player.size-sm.playlist-left .igd-player-playlist,.igd-player.size-sm.playlist-right .igd-player-playlist,.igd-player.size-xs.playlist-left .igd-player-playlist,.igd-player.size-xs.playlist-right .igd-player-playlist{order:999}.igd-player.size-xs.type-audio .plyr__controls .plyr__controls__item{padding:3px}.igd-player.size-xs.type-audio .plyr__controls .plyr__controls__item.plyr__time.plyr__time--duration{display:none}.igd-lightbox{z-index:999999;position:fixed}.igd-lightbox .lg-backdrop{background:rgba(0,0,0,.9)!important}.igd-lightbox .lg-sub-html h4,.igd-lightbox .lg-sub-html p{color:inherit}.igd-lightbox:not(.gallery-lightbox) .lg-sub-html{background:#111!important;display:flex;align-items:center;padding:10px 15px;max-width:calc(100% - 100px)}.igd-lightbox .lg-outer .lg-thumb-item{height:60px}.igd-lightbox .item-name{display:flex;align-items:center;max-width:75%;overflow:hidden}.igd-lightbox .item-name img{margin-right:10px;width:24px}.igd-lightbox .item-name span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.igd-lightbox.no-download .lg-download{display:none}.igd-lightbox .lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.igd-lightbox .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.igd-lightbox .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.igd-lightbox .lg-outer[data-lg-slide-type=video] .lg-actual-size,.igd-lightbox .lg-outer[data-lg-slide-type=video] .lg-zoom-in,.igd-lightbox .lg-outer[data-lg-slide-type=video] .lg-zoom-out{display:none}.igd-lightbox .lg-outer[data-lg-slide-type=iframe] .igd-hidepopout{width:60px;height:55px;position:absolute;opacity:1;right:12px;top:0;z-index:10000000;background-color:#d1d1d1;cursor:default!important}.igd-lightbox .lg-item:has(video>source[type*="audio/"]) .lg-video-cont{margin-top:-60px;max-height:60px;max-width:500px}.igd-lightbox .lg-item:has(video>source[type*="audio/"]) .lg-video-cont .lg-video-poster{margin-top:-20px;max-width:100px!important;height:100px!important;max-height:none!important}@media(max-width:767px){.igd-lightbox .lg-item .lg-video-cont{max-width:90%!important}}@media(max-width:767px){.igd-lightbox .lg-sub-html{display:none!important}}.igd-select-files-modal .components-modal__header{border-bottom:1px solid #ddd;box-shadow:0 1px 5px rgba(0,0,0,.1)}.igd-select-files-modal .components-modal__header-heading{width:100%}.igd-select-files-modal .shortcode-module-header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:30px auto}.igd-select-files-modal .shortcode-module-header .module-title{font-size:1.2rem;margin-bottom:10px;font-weight:600}.igd-select-files-modal .shortcode-module .shortcode-types{display:flex;flex-wrap:wrap;justify-content:center}.igd-select-files-modal .shortcode-module .shortcode-types .shortcode-type{width:calc(20% - 20px);margin:10px;padding:2rem 1.5rem;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;max-width:250px;transition:background .3s ease}.igd-select-files-modal .shortcode-module .shortcode-types .shortcode-type i{height:auto;width:auto;border-radius:50%;padding:15px;border:1px solid #ddd}.igd-select-files-modal .shortcode-module .shortcode-types .shortcode-type span{font-size:1rem;margin-top:15px}.igd-select-files-modal .shortcode-module .shortcode-types .shortcode-type.active{background:var(--color-primary-light);border:1px solid var(--color-primary);color:#fff}.igd-select-files-modal .shortcode-module .shortcode-types .shortcode-type.active i{border:1px solid #fff}.igd-select-files-modal .shortcode-module .shortcode-types .shortcode-type:hover{background:var(--color-primary-light);border:1px solid var(--color-primary);color:#fff}.igd-select-files-modal .shortcode-module .shortcode-types .shortcode-type:hover i{border:1px solid #fff}.igd-select-files-modal .shortcode-module .settings-field{display:flex;flex-wrap:wrap;margin-bottom:10px;align-items:center;border:1px dashed #ddd;border-radius:5px;padding:12px 18px}.igd-select-files-modal .shortcode-module .settings-field-title{font-size:1.2rem;margin-bottom:20px;font-weight:600}.igd-select-files-modal .shortcode-module .settings-field-label{width:200px;font-weight:600;font-size:1rem;display:flex;justify-content:space-between}.igd-select-files-modal .shortcode-module .settings-field-label:after{content:":";margin-left:auto}.igd-select-files-modal .shortcode-module .settings-field-content{display:flex;flex-direction:column;align-items:flex-start;margin-left:20px;flex:1}.igd-select-files-modal .shortcode-module .settings-field-content .components-button i{margin-right:5px}.igd-select-files-modal .shortcode-module .settings-field-content .description{font-size:.8rem;margin-top:10px;text-align:left}.igd-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-input{display:flex;flex-direction:column}.igd-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all{display:flex;align-items:center;justify-content:flex-start;margin-top:15px;flex-wrap:wrap}.igd-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all>div{display:flex;align-items:center}.igd-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all>div:first-child{margin-right:20px}.igd-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all-label{margin-right:10px;font-weight:500}.igd-select-files-modal .shortcode-module .settings-field.filter-field .filter-field-all .description{width:100%;text-align:left}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section{display:flex;flex-direction:column}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section:first-child{margin-right:35px;padding-right:15px;border-right:1px solid #ddd}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section-wrap{display:flex;margin:15px 30px}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section-label{margin-bottom:15px;font-weight:500;text-align:left}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item{display:flex;align-items:center;margin-bottom:10px;cursor:pointer;position:relative}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item i{display:none;position:absolute;left:-25px}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item.active{color:var(--color-primary)}.igd-select-files-modal .shortcode-module .settings-field.sort-field .sort-field-section .sort-item.active i{display:block}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-group{display:flex;flex-direction:column}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users{margin-top:15px;display:flex;flex-direction:column;border:1px dashed #ddd;padding:15px;border-radius:7px}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-title{font-weight:500;font-size:1rem;margin-bottom:10px;text-align:left}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section{display:flex;align-items:center}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section:first-child{margin-right:20px}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section-label{margin-right:10px;font-weight:500}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section-wrap{display:flex;flex-wrap:wrap;margin-bottom:15px}.igd-select-files-modal .shortcode-module .settings-field.filter-users-field .filter-users-section-wrap .description{width:100%}.igd-select-files-modal .shortcode-module .settings-field input,.igd-select-files-modal .shortcode-module .settings-field select{height:40px;border-radius:5px;border:1px solid #ddd;font-size:.8rem;width:350px;max-width:100%}.igd-select-files-modal .shortcode-module .settings-field input:disabled,.igd-select-files-modal .shortcode-module .settings-field select:disabled{background:#f5f5f5;color:#aaa;cursor:not-allowed}.igd-select-files-modal .shortcode-module .settings-field .igd-select{width:400px}.igd-select-files-modal-header{display:flex;align-items:center;justify-content:space-between}.igd-select-files-modal-header .header-title{font-size:1.2rem;color:var(--color-primary);display:flex;align-items:center}.igd-select-files-modal-header .header-title i{margin-right:10px}.igd-select-files-modal-header button{padding:7px 8px}.igd-account-item{padding:1rem;display:flex;flex-wrap:wrap;border:0 solid transparent;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;border-radius:.5rem;align-items:center;max-width:450px;margin-bottom:1rem;background:#fff}.igd-account-item img{width:50px;height:50px;margin-right:1rem;border-radius:50%}.igd-account-item-info{display:flex;flex-flow:column;flex:1}.igd-account-item-info .account-name{font-size:1rem}.igd-account-item-info .account-email{color:#757575}.igd-account-item .igd-account-item-action{margin-left:auto;display:flex;align-items:center}.igd-account-item .igd-account-item-action:has(.btn-info) button.btn-danger{margin-left:7px}.igd-account-item .igd-account-item-action:has(.btn-info) button.btn-danger i{margin-right:0}.igd-account-item .igd-account-item-action:has(.btn-info) button.btn-danger span{display:none}.no-account-placeholder{display:flex;flex-flow:column;align-items:center;margin:10vh auto;padding:1.5rem 1rem;border-radius:.5rem;width:30rem;background:#fff;box-shadow:0 0 .5rem rgba(0,0,0,.1);text-align:center}.no-account-placeholder>img{width:200px;margin-bottom:15px}.no-account-placeholder .placeholder-heading{font-size:1.2rem;margin-bottom:7px;font-weight:600}.no-account-placeholder button{margin-top:1.5rem;padding:7px 10px;background:#fff;color:#555;border-radius:3px;border:1px solid #ccc}.no-account-placeholder button img{width:24px;height:24px;margin-right:10px}.add-account-btn{padding:10px 15px;background:#fff;color:#555;border-radius:3px;border:1px solid #ccc}.add-account-btn img{width:24px;height:24px;margin-right:10px}.igd .igd-spinner{margin-top:0;border-radius:50%}.sortable-item{z-index:999999}.igd-select-sources-wrap .igd-browser-wrap{flex:1;margin-right:1rem}.igd-select-sources-wrap .igd-selected-list{width:24%;max-width:300px}.igd-select-sources-wrap.view-list .igd-browser-wrap{width:100%;margin-right:0}.igd-select-sources-wrap.view-list .igd-selected-list{width:100%;max-width:100%;margin-top:1rem}.igd-pagination{display:flex;padding:0}.igd-pagination li{justify-content:center!important;flex-wrap:wrap!important;list-style:none;position:relative;display:flex;align-items:center;padding:8px 16px;text-decoration:none!important;font-size:15px;margin-left:-1px;border:1px solid #dee2e6;margin-right:0;margin-top:0;cursor:pointer}.igd-pagination li.selected,.igd-pagination li:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.igd-pagination li.disabled{background:#eee;cursor:not-allowed}.igd-pagination li:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.igd-pagination li:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.igd-pagination li svg{fill:currentColor}.igd-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:99999999}.igd-modal-overlay.module-types-modal .igd-modal-content{max-width:1500px}.igd-modal-overlay.form-builder-modal .igd-modal-content{max-width:700px}.igd-modal-content{background:#fff;border-radius:8px;position:relative;z-index:1000;width:95%;max-height:90vh;padding:0;overflow:auto}.close-btn{background:red;color:#fff;border:none;padding:10px;margin-top:20px;cursor:pointer;border-radius:4px}.igd-move-modal .components-modal__content{display:flex;flex-flow:column}.igd-file-item .igd-file-thumbnail{-webkit-user-drag:none}.file-rename-config{text-align:left}.file-rename-config .tag-search-input{margin:15px 0 15px 0}.file-rename-config .description+fieldset{margin-top:15px}.file-rename-config .tags-heading{margin:15px 0 0 0;display:block;font-size:14px;font-weight:500;padding:15px;background:#f1f1f1;border-radius:7px;cursor:pointer}.file-rename-config .tags-heading i{margin-right:7px;height:auto;width:auto;transition:all .2s ease-in-out;border-radius:3px}.file-rename-config .tags-heading i:hover{background:#2fb44b;color:#fff}.file-rename-config fieldset{margin-bottom:20px;padding:15px;border:1px solid #eee;border-radius:6px}.file-rename-config fieldset legend{font-weight:500;padding:0 7px}.file-rename-config fieldset .tags-grid{display:flex;flex-wrap:wrap;gap:7px}.file-rename-config fieldset .tags-grid button{background-color:#f5f5f5;color:#555;border:1px solid #ddd;border-radius:4px;padding:.4rem .75rem;font-size:.9rem;cursor:pointer;transition:all .2s ease-in-out}.file-rename-config fieldset .tags-grid button:hover{background-color:rgba(47,180,75,.05)!important;border-color:rgba(47,180,75,.5);color:#2fb44b!important}.file-rename-config fieldset .tags-grid button:focus{outline:0;box-shadow:0 0 0 2px rgba(38,132,255,.3)}.file-rename-config .preview{margin-top:10px;padding:10px 12px;background:#f0f8ff;border:1px solid #cce4ff;border-radius:6px;font-size:14px;color:#333;display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content}.file-rename-config .preview i{margin-right:5px;color:#2684ff}.file-rename-config .preview strong{margin-right:5px}.file-rename-config .igd-field-hint{border:1px solid #ccd0d4;border-radius:6px;font-size:13px;overflow:hidden;width:100%}.file-rename-config .igd-field-hint summary{display:flex;align-items:center;gap:8px;padding:12px 16px;font-weight:600;cursor:pointer;background:#f7f7f7}.file-rename-config .igd-field-hint summary .toggle-icon{width:10px;height:10px;border:solid #555;border-width:0 1.5px 1.5px 0;padding:3px;transform:rotate(45deg);transition:transform .2s ease-in-out;margin-right:4px}.file-rename-config .igd-field-hint summary .dashicons{color:#0073aa;font-size:18px;height:18px;width:18px}.file-rename-config .igd-field-hint summary .igd-summary-title{flex:1}.file-rename-config .igd-field-hint summary .igd-learn-more{font-size:12px;text-decoration:none;color:#0073aa}.file-rename-config .igd-field-hint summary .igd-learn-more:hover{text-decoration:underline;color:#005177}.file-rename-config .igd-field-hint[open] summary{border-bottom:1px solid #dcdcdc}.file-rename-config .igd-field-hint[open] summary .toggle-icon{transform:rotate(135deg)}.file-rename-config .igd-field-hint .igd-hint-content section{padding:10px 15px;border:1px solid #ddd;margin:10px;border-radius:5px;background:#f9f9f9}.file-rename-config .igd-field-hint .igd-hint-content section .igd-form-title{display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:14px;color:#23282d;margin-bottom:8px;margin-top:0;border-radius:5px;font-weight:600}.file-rename-config .igd-field-hint .igd-hint-content section .igd-form-title img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;border-radius:3px}.file-rename-config .igd-field-hint .igd-hint-content section .igd-form-title span{font-weight:500;display:inline-block;margin-right:5px}.file-rename-config .igd-field-hint .igd-hint-content section .igd-hint-example p{margin-top:0;margin-bottom:6px;line-height:1.6;font-size:14px}.file-rename-config .igd-field-hint .igd-hint-content section .igd-hint-example .igd-code-group{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.file-rename-config .igd-field-hint .igd-hint-content section .igd-hint-example .igd-code-group .igd-label{font-weight:500}.file-rename-config .igd-field-hint .igd-hint-content section .igd-hint-example .igd-code-group code{background:#eef1f4;padding:3px 6px;border-radius:4px;font-family:Consolas,monospace;font-size:13px}.template-folder{padding:7px 10px;border-radius:5px;background:#eaeaea;margin-right:10px;font-size:.9rem;color:#555;display:flex;flex-wrap:wrap;align-items:center;width:-moz-max-content;width:max-content;line-height:1}.template-folder:empty{display:none}.template-folder-account{margin-right:10px}.template-folder-item{background:#fff;padding:5px 7px;border-radius:3px;font-size:.8rem;display:flex;align-items:center;justify-content:center}.template-folder i,.template-folder img{margin-right:7px;width:20px}.template-folder-wrap{display:flex;align-items:center;width:100%}.template-folder-wrap button{font-size:.875rem;padding:7px;margin-left:10px}.template-folder-wrap button.btn-danger{background:#ff9f10;border-color:rgba(255,159,16,.5)}.template-folder-wrap button.btn-danger:hover{background:rgba(255,159,16,.8)}.template-folder-error{color:#ff9f10;font-size:.8rem;margin-top:10px;display:flex;align-items:center}.template-folder-error i{margin-right:5px}.template-folder .dashicons-no-alt{color:#ff9f10;cursor:pointer;margin-left:10px}.igd-slider{--slide-height:300px;--slide-gap:5px}.igd-slider .slick-next,.igd-slider .slick-prev{z-index:9}.igd-slider .slick-next:before,.igd-slider .slick-prev:before{display:none}.igd-slider .slick-prev{left:-25px}.igd-slider .slick-next{right:-25px}.igd-slider .slick-dots{position:static}.igd-slider .slick-dots li button:before{font-size:15px}.igd-slider .slider-img-wrap{height:100%;width:100%;position:relative}.igd-slider .slider-img-wrap img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.igd-slider .slider-content-wrap{position:absolute;top:0;left:0;right:0;padding:1rem;color:#fff;text-align:center;width:100%;height:100%;opacity:0;background:linear-gradient(to bottom,rgba(0,0,0,.5) 50%,rgba(0,0,0,0) 100%);box-sizing:border-box;transition:all .3s ease-in-out;overflow:hidden;display:flex;align-items:center;justify-content:center}.igd-slider .slider-content-wrap h3{font-size:1rem;margin-bottom:0;color:#fff}.igd-slider .slider-content-wrap p{font-size:.875rem;margin-bottom:0;color:#fff}.igd-slider .slider-actions{display:flex;justify-content:center;align-items:center;margin:10px 0}.igd-slider .slider-actions .slider-action{cursor:pointer;transition:transform .3s ease-in-out}.igd-slider .slider-actions .slider-action.action-download{margin-left:20px}.igd-slider .slider-actions .slider-action svg{width:30px;height:30px;fill:#fff}.igd-slider .slider-actions .slider-action:hover{transform:scale(1.1)}.igd-slider .slick-slide{height:var(--slide-height)}.igd-slider .slick-slide>div{height:100%;position:relative;margin:0 var(--slide-gap)}.igd-slider .slick-slide .slider-item-wrap{position:absolute;width:100%;height:100%}.igd-slider .slick-slide:hover .slider-content-wrap{opacity:1}.igd-shortcode-wrap{-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow-y:auto;margin-bottom:1rem;color:#333;box-sizing:border-box;width:var(--module-width);height:var(--module-height)}.igd-shortcode-wrap *{box-sizing:inherit}.igd-shortcode-wrap::-webkit-scrollbar{width:5px}.igd-shortcode-wrap::-webkit-scrollbar-thumb{background:var(--color-primary-light);border-radius:10px}.igd-shortcode-wrap::-webkit-scrollbar-track{background:#ddd;border-radius:10px}.igd-shortcode-wrap.igd-shortcode-browser,.igd-shortcode-wrap.igd-shortcode-gallery,.igd-shortcode-wrap.igd-shortcode-review,.igd-shortcode-wrap.igd-shortcode-search{border:1px solid #ddd;border-radius:.5rem}.igd-shortcode-wrap.igd-shortcode-browser .igd-file-browser,.igd-shortcode-wrap.igd-shortcode-gallery .igd-file-browser,.igd-shortcode-wrap.igd-shortcode-review .igd-file-browser,.igd-shortcode-wrap.igd-shortcode-search .igd-file-browser{align-items:stretch}.igd-shortcode-wrap.igd-shortcode-browser .igd-file-browser .igd-details,.igd-shortcode-wrap.igd-shortcode-browser .igd-file-browser .igd-file-browser-header,.igd-shortcode-wrap.igd-shortcode-gallery .igd-file-browser .igd-details,.igd-shortcode-wrap.igd-shortcode-gallery .igd-file-browser .igd-file-browser-header,.igd-shortcode-wrap.igd-shortcode-review .igd-file-browser .igd-details,.igd-shortcode-wrap.igd-shortcode-review .igd-file-browser .igd-file-browser-header,.igd-shortcode-wrap.igd-shortcode-search .igd-file-browser .igd-details,.igd-shortcode-wrap.igd-shortcode-search .igd-file-browser .igd-file-browser-header{top:0}.igd-shortcode-wrap.igd-shortcode-search .igd-file-browser-header{height:70px}.igd-shortcode-wrap.igd-shortcode-search .igd-file-browser-header .header-action{width:100%}.igd-shortcode-wrap.igd-shortcode-search .igd-file-browser-header .header-action .igd-search-bar{margin-left:0;width:100%;height:50px;position:relative}.igd-shortcode-wrap.igd-shortcode-audioVideo{overflow:hidden}.igd-shortcode-wrap.igd-shortcode-slider{overflow-y:unset}.igd-shortcode-wrap.igd-shortcode-media{border:1px solid #eee;overflow-y:unset}.igd-video-player video{position:static;transform:none}.igd-video-player audio{height:revert!important}.igd-embed-wrap{max-width:100%;width:100%}.igd-embed-wrap audio,.igd-embed-wrap img,.igd-embed-wrap video{max-width:100%}.igd-embed-wrap video{aspect-ratio:16/9}.igd-embed-wrap iframe{width:100%;aspect-ratio:1.414/1;height:auto;max-height:100vh;border:none;overflow:hidden}.igd-gallery-item .igd-gallery-item-overlay,.igd-slider .slick-slide>div .igd-gallery-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);transition:all .3s ease-in-out;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0;padding:15px;pointer-events:none;text-align:center}.igd-gallery-item .igd-gallery-item-overlay .overlay-title,.igd-slider .slick-slide>div .igd-gallery-item-overlay .overlay-title{font-weight:500;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;min-height:20px;font-size:15px}.igd-gallery-item .igd-gallery-item-overlay .overlay-description,.igd-slider .slick-slide>div .igd-gallery-item-overlay .overlay-description{margin-bottom:7px;max-height:100%;overflow:hidden;line-height:1.2;font-size:14px}.igd-gallery-item .igd-gallery-item-overlay .overlay-description:last-child,.igd-slider .slick-slide>div .igd-gallery-item-overlay .overlay-description:last-child{margin-bottom:0}.igd-gallery-item .igd-gallery-item-overlay .overlay-size,.igd-slider .slick-slide>div .igd-gallery-item-overlay .overlay-size{font-size:13px;line-height:1.5}.igd-gallery-item .igd-gallery-item-overlay.type-always,.igd-slider .slick-slide>div .igd-gallery-item-overlay.type-always{opacity:1;top:auto;bottom:0;height:auto;padding:10px 15px;max-height:40%}.igd-gallery-item:hover .igd-gallery-item-overlay,.igd-slider .slick-slide>div:hover .igd-gallery-item-overlay{opacity:1}.igd-access-denied-placeholder,.igd-email-required,.igd-login-screen,.igd-password-protected{max-width:500px;margin:20px auto;padding:2rem;background:#f1f1f1;border-radius:.5rem;text-align:center}.igd-access-denied-placeholder>img,.igd-email-required>img,.igd-login-screen>img,.igd-password-protected>img{max-width:100px;margin-bottom:15px}.igd-access-denied-placeholder h3,.igd-email-required h3,.igd-login-screen h3,.igd-password-protected h3{font-size:24px;font-weight:500;margin-bottom:10px;margin-top:10px}.igd-access-denied-placeholder p,.igd-email-required p,.igd-login-screen p,.igd-password-protected p{font-size:15px;margin-top:5px;margin-bottom:10px;color:#555;padding-bottom:0;line-height:normal}.igd-email-required form,.igd-login-screen form,.igd-password-protected form{display:flex;flex-direction:column;align-items:center}.igd-email-required form input,.igd-login-screen form input,.igd-password-protected form input{width:100%;max-width:300px;padding:10px;margin-bottom:10px;border:1px solid #ddd;border-radius:.5rem}.igd-email-required form button,.igd-login-screen form button,.igd-password-protected form button{padding:10px 20px;border:0;border-radius:.5rem;background:var(--color-primary);color:#fff;cursor:pointer;transition:all .3s ease-in-out}.igd-email-required form button:hover,.igd-login-screen form button:hover,.igd-password-protected form button:hover{background:var(--color-primary-dark)}.igd-email-required .igd-form-error,.igd-login-screen .igd-form-error,.igd-password-protected .igd-form-error{margin:10px 0 0 0;color:#dc3545!important}.igd-email-required button,.igd-login-screen button,.igd-password-protected button{margin-top:10px;display:inline-flex;align-items:center;justify-content:center}.igd-email-required button img,.igd-login-screen button img,.igd-password-protected button img{margin-right:5px;border:1px solid #fff;border-radius:50%;display:none}.igd-login-screen #igd-login-form .login-password,.igd-login-screen #igd-login-form .login-username{width:100%}.igd-login-screen #igd-login-form .login-password label,.igd-login-screen #igd-login-form .login-username label{display:block;margin-bottom:7px;font-weight:500}.igd-login-screen #igd-login-form .login-password input,.igd-login-screen #igd-login-form .login-username input{max-width:400px}.igd-login-screen #igd-login-form .login-remember{margin-bottom:10px}.igd-login-screen #igd-login-form .login-remember input[type=checkbox]{margin-right:5px;width:16px;height:16px;margin-bottom:0}.igd-login-screen #igd-login-form .login-remember label{margin:0;font-weight:400;display:flex;align-items:center}.igd-login-screen #igd-login-form .login-submit{margin-top:15px;display:flex;align-items:center;justify-content:center;width:100%}.igd-login-screen #igd-login-form .login-submit .igd-spinner{display:none;border-color:#fff;border-top-color:#3498db;margin-right:10px}.igd-login-screen #igd-login-form .login-submit input[type=submit]{width:100px;background:var(--color-primary);color:#fff;padding:10px 20px;border:0;border-radius:5px;cursor:pointer;transition:all .3s ease-in-out}.igd-login-screen #igd-login-form .login-submit input[type=submit]:hover{background:var(--color-primary-dark)}.igd-login-screen .igd-login-link{margin:10px auto;text-decoration:none!important;padding:10px 20px;background:var(--color-primary);color:#fff;border-radius:5px;display:inline-block;transition:all .3s ease-in-out}.igd-login-screen .igd-login-link:hover{background:var(--color-primary-dark)}.igd-disqus-wrap{display:none}.igd-link{display:block}.igd-list-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:1rem;padding:0;list-style:none}.igd-list-wrap .igd-list-item{width:100%;display:flex;align-items:center;text-decoration:none;color:#333;transition:all .3s ease-in-out;font-size:15px;padding:10px;border:0;border-bottom:1px solid #ddd;border-radius:0}.igd-list-wrap .igd-list-item a{text-decoration:none!important}.igd-list-wrap .igd-list-item:hover{background:#f9f9f9}.igd-list-wrap .igd-list-item .item-icon{margin-right:10px;width:16px;height:16px}.igd-list-wrap .igd-list-item .item-name{margin-right:auto}.igd-list-wrap .igd-list-item .item-action{margin-right:15px}.igd-list-wrap .igd-list-item .item-action:last-child{margin-right:0}.igd-list-wrap .igd-list-item .igd-link{display:inline-block;margin-right:1rem;text-decoration:none}.igd-list-wrap a{text-decoration:none;color:#333}.igd-list-wrap.list-style-1 .item-action-text,.igd-list-wrap.list-style-3 .item-action-text{display:none}.igd-list-wrap.list-style-2 .item-action,.igd-list-wrap.list-style-4 .item-action{padding:7px 10px;border:0;border-radius:7px;background:var(--color-primary);color:#fff;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center}.igd-list-wrap.list-style-2 .item-action:hover,.igd-list-wrap.list-style-4 .item-action:hover{background:var(--color-primary-dark)}.igd-list-wrap.list-style-2 .item-action i,.igd-list-wrap.list-style-4 .item-action i{margin-right:5px}.igd-list-wrap.list-style-3 .igd-list-item,.igd-list-wrap.list-style-4 .igd-list-item{border:1px solid #ddd;border-radius:.5rem;padding:15px;margin-bottom:10px}[data-widget_type="igd_browser.default"] .elementor-widget-empty-icon:empty,[data-widget_type="igd_shortcodes.default"] .elementor-widget-empty-icon:empty{height:200px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSIwIDAgOTkgOTkiIGZpbGw9Im5vbmUiPgo8cGF0aCBkPSJNOTguNTEzMyA0OS4yMTMxQzk4LjUxMzMgNzYuMzkyOCA3Ni40NjA0IDk4LjQyNjIgNDkuMjU2NyA5OC40MjYyQzIyLjA1MyA5OC40MjYyIDAgNzYuMzkyOCAwIDQ5LjIxMzFDMCAyMi4wMzM1IDIyLjA1MyAwIDQ5LjI1NjcgMEM3Ni40NjA0IDAgOTguNTEzMyAyMi4wMzM1IDk4LjUxMzMgNDkuMjEzMVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNjgwXzIzNjUpIi8+CjxwYXRoIGQ9Ik0yNy42OTUzIDcwLjU1ODdDMjcuOTY1OSA3MC4wNDM1IDI4LjE0NjIgNjkuNzA3NSAyOC4zMjY2IDY5LjM5MzlDMzEuMTY3NSA2NC40ODg1IDM0LjA1MzUgNTkuNTgzIDM2Ljg3MTkgNTQuNjc3NkMzNy4yNzc3IDUzLjk2MDggMzcuNzUxMiA1My43MzY4IDM4LjU2MjkgNTMuNzM2OEM0OC42NjM5IDUzLjc1OTIgNTguNzY0OCA1My43NTkyIDY4Ljg2NTggNTMuNzU5MkM2OS4xNTg5IDUzLjc1OTIgNjkuNDc0NiA1My43MzY4IDY5Ljc2NzcgNTMuNzgxNkM3MS4xNDMgNTMuOTM4NCA3MS44MTk0IDU1LjA1ODQgNzEuMTY1NiA1Ni4yOTAzQzY4Ljc5ODIgNjAuNzI1NCA2Ni4zNjMxIDY1LjEzODEgNjMuOTczMSA2OS41NzMxQzYzLjUyMjIgNzAuNDI0MyA2Mi43NTU2IDcwLjU4MTEgNjEuODc2MyA3MC41ODExQzU3LjI5OTMgNzAuNTgxMSA1Mi43MjIzIDcwLjU4MTEgNDguMTIyNyA3MC41ODExQzQxLjgwOTYgNzAuNTgxMSAzNS40OTY1IDcwLjU4MTEgMjkuMjA1OSA3MC41ODExQzI4Ljc1NSA3MC41NTg3IDI4LjMyNjYgNzAuNTU4NyAyNy42OTUzIDcwLjU1ODdaIiBmaWxsPSIjMjY4M0ZCIi8+CjxwYXRoIGQ9Ik0zMS4wNTY2IDI1LjI4OTVDMzEuMzA0NiAyNS42NDc5IDMxLjQ4NSAyNS45MTY3IDMxLjY0MjggMjYuMTg1NUMzNC40NjExIDMxLjAyMzcgMzcuMjU2OSAzNS44ODQ0IDQwLjA5NzggNDAuNzAwMkM0MC40NTg2IDQxLjMwNSA0MC40MzYgNDEuNzA4MiA0MC4wOTc4IDQyLjMxM0MzNC44NjcgNTEuMjcyNyAyOS42NTg3IDYwLjI1NDggMjQuNDI3OCA2OS4yMTQ1QzI0LjAyMiA2OS45MzEzIDIzLjU3MSA3MC41MzYxIDIyLjYyNDEgNzAuNTEzN0MyMS42OTk2IDcwLjQ5MTMgMjEuMjcxMyA2OS44NjQxIDIwLjg4OCA2OS4xNDczQzE4LjYzMzMgNjQuOTgxMSAxNi4zNzg2IDYwLjgxNDggMTQuMTAxNCA1Ni42NDg1QzEzLjY1MDQgNTUuODE5NyAxMy41ODI4IDU1LjEwMyAxNC4wNzg4IDU0LjI1MThDMTkuNjAyOCA0NC44MjE3IDI1LjEwNDIgMzUuMzY5MiAzMC42MjgyIDI1LjkxNjdDMzAuNzE4NCAyNS43Mzc1IDMwLjg1MzcgMjUuNTU4MyAzMS4wNTY2IDI1LjI4OTVaIiBmaWxsPSIjMDFBQjQ3Ii8+CjxwYXRoIGQ9Ik02OC42NDM5IDUwLjMzMTVDNjguMTI1MyA1MC4zNTM5IDY3Ljc2NDYgNTAuMzc2MyA2Ny40MDM4IDUwLjM3NjNDNjEuODc5OSA1MC4zNzYzIDU2LjM1NTkgNTAuMzUzOSA1MC44NTQ1IDUwLjM5ODdDNTAuMDQyOCA1MC4zOTg3IDQ5LjU2OTMgNTAuMTk3MSA0OS4xNjM1IDQ5LjQ1NzlDNDQuMTEzIDQwLjcyMjIgMzkuMDM5OSAzMi4wMzEyIDMzLjk4OTUgMjMuMzE3OUMzMi43NzE5IDIxLjI3OTYgMzMuNDI1OCAyMC4xNTk2IDM1LjgxNTggMjAuMTM3MkM0MC4zOTI4IDIwLjEzNzIgNDQuOTY5OCAyMC4xMzcyIDQ5LjU2OTMgMjAuMTM3MkM1MC41NjE0IDIwLjEzNzIgNTEuMjgyOSAyMC40MDYgNTEuODAxNCAyMS4zMDJDNTcuMzAyOSAzMC43OTkzIDYyLjg0OTQgNDAuMjc0MiA2OC4zNzM0IDQ5Ljc0OTFDNjguNDQxIDQ5Ljg4MzUgNjguNDg2MSA1MC4wMTc5IDY4LjY0MzkgNTAuMzMxNVoiIGZpbGw9IiNGRUI5MDEiIHN0eWxlPSImIzEwOyIvPgo8cGF0aCBkPSJNNjguODc5NCA3Ni41MDMyQzc3LjY5MjYgNzYuNTAzMiA4NC44MzcxIDY5LjM2NjEgODQuODM3MSA2MC41NjIxQzg0LjgzNzEgNTEuNzU4IDc3LjY5MjYgNDQuNjIwOSA2OC44Nzk0IDQ0LjYyMDlDNjAuMDY2MiA0NC42MjA5IDUyLjkyMTcgNTEuNzU4IDUyLjkyMTcgNjAuNTYyMUM1Mi45MjE3IDY5LjM2NjEgNjAuMDY2MiA3Ni41MDMyIDY4Ljg3OTQgNzYuNTAzMloiIGZpbGw9IiNGNzgzMkUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02OC44Nzk0IDczLjIwODlDNzUuODc2NCA3My4yMDg5IDgxLjU0MjggNjcuNTQzNSA4MS41NDI4IDYwLjU2MjFDODEuNTQyOCA1My41ODA2IDc1Ljg3NjQgNDcuOTE1MyA2OC44Nzk0IDQ3LjkxNTNDNjEuODgyNCA0Ny45MTUzIDU2LjIxNiA1My41ODA2IDU2LjIxNiA2MC41NjIxQzU2LjIxNiA2Ny41NDM1IDYxLjg4MjQgNzMuMjA4OSA2OC44Nzk0IDczLjIwODlaTTg0LjgzNzEgNjAuNTYyMUM4NC44MzcxIDY5LjM2NjEgNzcuNjkyNiA3Ni41MDMyIDY4Ljg3OTQgNzYuNTAzMkM2MC4wNjYyIDc2LjUwMzIgNTIuOTIxNyA2OS4zNjYxIDUyLjkyMTcgNjAuNTYyMUM1Mi45MjE3IDUxLjc1OCA2MC4wNjYyIDQ0LjYyMDkgNjguODc5NCA0NC42MjA5Qzc3LjY5MjYgNDQuNjIwOSA4NC44MzcxIDUxLjc1OCA4NC44MzcxIDYwLjU2MjFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNjMuNTIzNSA2MS4wOTgyQzY0LjA5NzcgNjEuNjcxNiA2NC42NTI5IDYyLjIyNTkgNjUuMjI3MSA2Mi43OTkzQzY1LjcyNDggNjMuMjk2MyA2Ni4yMjI1IDYzLjc5MzMgNjYuNzIwMiA2NC4yOTAyQzY3LjA4MzkgNjQuNjUzNCA2Ny4xMDMxIDY1LjE2OTUgNjYuNzU4NSA2NS40OTQ0QzY2LjQxNCA2NS44Mzg1IDY1Ljg5NzEgNjUuODE5NCA2NS41MzM0IDY1LjQ1NjJDNjQuNjE0NiA2NC41Mzg3IDYzLjY5NTggNjMuNjIxMiA2Mi43NzY5IDYyLjcwMzhDNjIuNDUxNSA2Mi4zNzg4IDYyLjEyNjEgNjIuMDUzOSA2MS44MDA3IDYxLjcyODlDNjEuNDE3OCA2MS4zNDY3IDYxLjQxNzggNjAuODMwNiA2MS44MDA3IDYwLjQ0ODNDNjMuMDQ0OSA1OS4yMDU5IDY0LjI4OTIgNTcuOTQ0NCA2NS41NTI2IDU2LjcwMTlDNjUuODIwNSA1Ni40MzQzIDY2LjE0NiA1Ni4zNzcgNjYuNDkwNSA1Ni41MTA4QzY2Ljc5NjggNTYuNjQ0NiA2Ni45ODgyIDU2Ljk1MDQgNjYuOTg4MiA1Ny4yOTQ1QzY2Ljk4ODIgNTcuNTIzOCA2Ni44NzM0IDU3LjcxNSA2Ni43MDExIDU3Ljg4N0M2NS42ODY2IDU4LjkwMDEgNjQuNjUyOSA1OS45MzIyIDYzLjYzODMgNjAuOTQ1M0M2My42MTkyIDYxLjAyMTcgNjMuNTgwOSA2MS4wNiA2My41MjM1IDYxLjA5ODJaIiBmaWxsPSJ3aGl0ZSIvPgoKPHBhdGggZD0iTTc0LjIyMDQgNjAuOTI0OUM3My43NDE4IDYwLjQ0NyA3My4yNjMzIDU5Ljk2OTIgNzIuODAzOSA1OS41MTA0QzcyLjIxMDQgNTguOTE3OSA3MS41OTc5IDU4LjMyNTQgNzEuMDA0NSA1Ny43MTM3QzcwLjc3NDggNTcuNDg0NCA3MC42OTgyIDU3LjE3ODUgNzAuNzkzOSA1Ni44NzI3QzcwLjg4OTYgNTYuNTY2OSA3MS4xMDAyIDU2LjM3NTcgNzEuNDI1NiA1Ni4zMTg0QzcxLjczMTkgNTYuMjYxMSA3MS45OTk5IDU2LjM1NjYgNzIuMjEwNCA1Ni41NjY5QzcyLjg4MDQgNTcuMjM1OSA3My41MzEzIDU3LjkwNDkgNzQuMjAxMiA1OC41NTQ3Qzc0Ljc3NTUgNTkuMTI4MiA3NS4zNjg5IDU5LjcyMDcgNzUuOTQzMiA2MC4yOTQxQzc2LjMwNjkgNjAuNjU3MyA3Ni4zMDY5IDYxLjE5MjUgNzUuOTQzMiA2MS41NTU3Qzc0LjY5ODkgNjIuNzk4MSA3My40NzM4IDY0LjAyMTQgNzIuMjI5NiA2NS4yNjM4QzcxLjkyMzMgNjUuNTY5NiA3MS41NDA1IDY1LjY0NjEgNzEuMTk1OSA2NS40NzQxQzcwLjY5ODIgNjUuMjA2NSA3MC42MDI1IDY0LjU1NjYgNzEuMDA0NSA2NC4xNTUyQzcxLjM2ODIgNjMuNzcyOSA3MS43NTEgNjMuNDA5NyA3Mi4xMzM5IDYzLjAyNzRDNzIuNzg0NyA2Mi4zNzc2IDczLjQzNTYgNjEuNzI3NyA3NC4xMDU1IDYxLjA1ODdDNzQuMTI0NyA2MS4wMjA1IDc0LjE2MyA2MC45ODIyIDc0LjIyMDQgNjAuOTI0OVoiIGZpbGw9IndoaXRlIi8+Cgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2ODBfMjM2NSIgeDE9Ijk4LjUxMzMiIHkxPSI0MS4yMTYiIHgyPSItNy4zODM5OSIgeTI9IjU3Ljg1NDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzk0QjJGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0MkI0RkYiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPg==);background-color:rgba(47,180,75,.1);background-repeat:no-repeat;border:2px dashed rgba(47,180,75,.5);background-position:center;padding:2rem;box-sizing:content-box}.elementor-element-edit-mode .igd-download-link a,.elementor-element-edit-mode .igd-view-link a{pointer-events:none}.elementor-element-edit-mode .igd-embed{pointer-events:none}.elementor-field-type-google_drive_upload .igd-shortcode-uploader{width:100%}.elementor-field-type-google_drive_upload .igd-shortcode-uploader+.upload-file-list{height:0!important;width:0!important;opacity:0!important;min-height:1px!important;padding:0!important;border:none!important;min-width:0!important;max-width:1px!important}#woocommerce-product-data ul.wc-tabs li.upload_options_options a:before{content:"\f13b";font-family:dashicons}.igd-woocommerce{display:inline-flex;float:right;margin-right:10px}.igd-woocommerce .igd-wc-button{display:inline-flex!important;margin-left:auto!important;align-items:center}.igd-woocommerce .igd-wc-button img{margin-right:5px}.upload-box-settings{margin:20px;border:1px solid #ddd;padding:5px;border-radius:5px}.upload-box-settings h4{margin:10px}.upload-box-settings .form-field{display:flex;align-items:center}.upload-box-settings .form-field label{width:auto;margin-right:15px}.upload-box-settings .form-field select{max-width:350px}.upload-box-settings .igd-wc-configure-module{display:inline-flex;margin-left:20px}.upload-box-settings .form-field .description{display:block;clear:both;margin:20px 0 10px 0}.upload-box-settings .form-field .upload_folder_name{width:100%}.igd-wc-upload-wrap{margin:20px 0;display:block}.igd-wc-upload-wrap .upload-button{display:flex!important;align-items:center;width:-moz-max-content;width:max-content;text-align:center;margin-bottom:15px!important;float:none!important;padding:10px 15px;background-color:#f7f7f7;border:1px solid #ddd;border-radius:3px;cursor:pointer;transition:all .2s ease-in-out;color:#333;font-weight:600;font-size:14px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.igd-wc-upload-wrap .upload-button:hover{background-color:#f0f0f0;border-color:#ccc}.igd-wc-upload-wrap .upload-button i{margin-right:5px}.igd-wc-upload-wrap .igd-shortcode-wrap{--module-width:0;--module-height:0;visibility:hidden;position:absolute;overflow:hidden;z-index:-1;max-width:100%;clear:both}.igd-wc-upload-wrap .igd-shortcode-wrap .igd-file-uploader-inner .dashicons-cloud-upload{display:none}.igd-wc-upload-wrap .igd-shortcode-wrap .igd-file-uploader{margin:0}.igd-wc-upload-wrap .igd-wc-upload-description{margin:0;font-size:15px;clear:both}.igd-wc-upload-wrap .wc-file-list-wrap{margin-top:15px;clear:both}.igd-wc-upload-wrap .wc-file-list-wrap h4{font-size:1.2rem;margin-bottom:10px}.igd-wc-upload-wrap .wc-file-list-wrap .wc-file-list{margin:10px 0;padding:0;list-style:none}.igd-wc-upload-wrap .wc-file-list-wrap .wc-file-list li{display:flex;align-items:center;margin:3px;font-size:12px;font-weight:600;color:#333;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.igd-wc-upload-wrap .wc-file-list-wrap .wc-file-list li img{margin-right:5px;width:16px}.igd-wc-upload-wrap .wc-file-list-wrap .wc-file-list li .dashicons-no-alt{color:#ff9f10;cursor:pointer;margin-left:15px;margin-right:0}.igd-wc-upload-wrap.active .upload-button{background-color:#007cba;border-color:#006ba1;color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}.igd-wc-upload-wrap.active .upload-button:hover{background-color:#006ba1;border-color:#005a8c}.igd-wc-upload-wrap.active .igd-shortcode-wrap{--module-width:500px;--module-height:auto;display:flex;visibility:visible;position:relative;overflow:visible;z-index:1}.igd-wc-upload-wrap:not(.active) .igd-shortcode-wrap:has(.file-list-wrapper){--module-width:500px;--module-height:auto;display:flex;visibility:visible;position:relative;overflow:visible;z-index:1}.igd-wc-upload-wrap:not(.active) .igd-shortcode-wrap:has(.file-list-wrapper) .igd-file-uploader{border:1px solid #eee!important;padding:0;overflow:hidden}.igd-wc-upload-wrap:not(.active) .igd-shortcode-wrap:has(.file-list-wrapper) .igd-file-uploader .igd-file-uploader-body{display:none!important}.igd-wc-upload-wrap:not(.active) .igd-shortcode-wrap:has(.file-list-wrapper) .igd-file-uploader .file-list-wrapper{margin-top:0!important}.igd-wc-upload-wrap:not(.active) .igd-shortcode-wrap:has(.file-list-wrapper) .igd-file-uploader .file-list-wrapper .file-list-header{border-bottom-left-radius:0;border-bottom-right-radius:0}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .cart_item_uploader td{padding:0}.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order .igd-wc-upload-wrap{width:100%;text-align:left}.woocommerce-page.woocommerce-checkout form #order_review td.product-name:has(.igd-wc-upload-wrap){flex-wrap:wrap}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.igd-wc-upload-wrap){display:block}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.igd-wc-upload-wrap) .wc-block-components-order-summary-item{flex-wrap:wrap}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.igd-wc-upload-wrap) .wc-block-components-order-summary-item .igd-wc-upload-wrap{width:100%;border-bottom:1px solid #e5e5e5;margin-top:0}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.igd-wc-upload-wrap) .wc-block-components-order-summary-item .igd-wc-upload-wrap h3{display:none}.woocommerce-page.woocommerce-checkout .wc-block-components-order-summary__content:has(.igd-wc-upload-wrap) .wc-block-components-order-summary-item .igd-wc-upload-wrap .igd-wc-upload-description{margin-bottom:10px}.variation-igd_wc_uploader,.wc-block-components-product-details__igd-wc-uploader{display:none!important}.igd-wc-uploaded-files{display:flex;flex-direction:column;margin:0!important;padding:0!important}.igd-wc-uploaded-files-wrap{width:30%;padding:0}.igd-wc-uploaded-files li{margin-bottom:5px!important}.igd-wc-uploaded-files a{display:flex;text-decoration:none;font-size:.875rem;overflow:hidden;transition:all .2s ease-in-out}.igd-wc-uploaded-files a img{margin-right:5px!important;width:20px!important}.igd-wc-uploaded-files a span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.igd-wc-uploaded-files a:hover{color:#333}.dokan-section-content .upload-box-settings{padding:0;margin:0;border:none}.dokan-section-content .upload-box-settings h4{margin:10px 0;font-size:18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:7px}.dokan-section-content .upload-box-settings h4 a{font-size:15px;text-decoration:none;font-weight:500}.dokan-section-content .upload-box-settings .dokan-igd-select-module{display:flex;align-items:center;margin-top:10px}.dokan-section-content .upload-box-settings .dokan-igd-select-module label{font-weight:700;margin-right:10px;margin-bottom:0}.dokan-section-content .upload-box-settings .dokan-igd-select-module select{flex:1;max-width:300px;border-color:#ddd;border-radius:3px}.dokan-section-content .upload-box-settings .dokan-igd-select-module .igd-wc-configure-module{height:38px}.igd-hidden{display:none!important}#igd-direct-content{font-family:roboto,sans-serif}/*-------------------------------------------------------------------------
  
	[Table Of Contents]
	
	1.	Slider Core
	2.	Slider Styles
	3.	Slider Controls
	4. 	Responsive

-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/
/*	1.	Slider Core
/*-------------------------------------------------------------------------*/

.swiper-slide{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;-o-background-size:cover;}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}
.swiper-slide{float:left;}
.swiper-container{width:100%;height:800px;overflow:hidden;position:relative;}
.swiper-slide{height:100%;width:100%;overflow:hidden;position:relative;}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);transition-property:transform, left, top;transition-duration:0s;transition-timing-function:ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;left:0;}

/*-------------------------------------------------------------------------*/
/*	2.	Slider Styles
/*-------------------------------------------------------------------------*/


.nectar-slider-wrap, .nectar-slider-wrap *{box-sizing:border-box;}
.nectar-slider-wrap:not([data-transition="fade"]) .swiper-wrapper{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-moz-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-o-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-ms-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);}
.swiper-slide{float:left;}
.swiper-wp8-horizontal{-ms-touch-action:pan-y;}
.swiper-wp8-vertical{-ms-touch-action:pan-x;}
.swiper-container{width:100%;height:750px;overflow:hidden;position:relative;}
.swiper-slide{width:100%;height:100%;overflow:hidden;position:relative;}
.swiper-wrapper{height:100%;}
body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section, 
body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section .swiper-slide .content{margin-top:0px}
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch{border:none;background-color:transparent;height:30px;position:relative;}
.nectar-slider-wrap[data-transition="fade"] .swiper-slide-active{z-index:50;}
.swiper-slide .container{z-index:100;height:100%;transform:translateZ(0);}

.swiper-slide .image-bg{position:absolute;z-index:9;width:100%;height:100%;top:0;left:0;background-repeat:no-repeat;background-position:top center;background-size:cover;}
.swiper-slide .slide-bg-wrap, .swiper-slide .slide-bg-wrap .slide-bg-overlay{position:absolute;width:100%;height:100%;top:0;left:0;}
.swiper-slide .slide-bg-wrap .slide-bg-overlay{pointer-events:none;opacity:0.6;z-index:10;backface-visibility:hidden;transform:translateZ(0);}
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el{transform:none;opacity:1;}
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el > span{display:inline-block;}
.mobile .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el > .word{opacity:1!important;}
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el .word [class*="char"]{display:inline-block;backface-visibility:hidden;}
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el .word .char-inner{transform-origin:bottom;}
body:not(.mobile) .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el .word{opacity:0;}
.parallax_slider_outer.first-section .nectar-slider-wrap[data-parallax-style="bg_only"][data-parallax="true"]{position:relative;top:0;}
.using-mobile-browser .parallax_slider_outer .swiper-slide .image-bg{height:calc(100% + 40px);top:-20px;}
[data-remove-m-parallax="1"].using-mobile-browser .parallax_slider_outer .swiper-slide .image-bg{top:0px;height:100%;}
.using-mobile-browser .parallax_slider_outer .swiper-slide .video-wrap, .parallax_slider_outer.first-section .nectar-slider-wrap[data-parallax-style="bg_only"][data-parallax="true"] .swiper-slide .video-wrap{overflow:visible;}
.using-mobile-browser .swiper-slide .video-wrap video{opacity:0;}
.swiper-slide[data-bg-alignment="top"] .image-bg{background-position:center top;}
.swiper-slide[data-bg-alignment="center"] .image-bg{background-position:center center;}
.swiper-slide[data-bg-alignment="bottom"] .image-bg{background-position:center bottom;}
.swiper-slide .content{color:#fff;width:100%;left:0;position:absolute;top:250px;z-index:100;}
.nectar-slider-wrap[data-bg-animation="ken_burns"]:not([data-overall_style="directional"]) .swiper-slide.ken-burns .slide-bg-wrap,
.nectar-slider-wrap[data-bg-animation="ken_burns"][data-overall_style="directional"] .swiper-slide[data-ken-burns="active"] .slide-bg-wrap{-webkit-transform:scale(1);transform:scale(1);-ms-transition:transform 11s cubic-bezier(0.1,0.2,.7,1);-webkit-transition:transform 11s cubic-bezier(0.1,0.2,.7,1);transition:transform 11s cubic-bezier(0.1,0.2,.7,1);}
.nectar-slider-wrap[data-bg-animation="ken_burns"] .swiper-slide .slide-bg-wrap{-webkit-transform:scale(1.35);transform:scale(1.35);backface-visibility:hidden;}
.parallax_slider_outer.first-section .swiper-slide .content, .nectar-slider-wrap.first-section .swiper-slide .content{margin-top:23px;margin-left:-10px;}
.parallax_slider_outer .swiper-slide .image-bg, .parallax_slider_outer .swiper-slide .video-wrap{top:auto;bottom:0;}
.post.video .swiper-slide .video-wrap, .single-portfolio .swiper-slide .video-wrap{position:absolute;padding:0;height:auto;margin:0;}
.single-portfolio .parallax_slider_outer .swiper-slide .video-wrap{margin-bottom:0;}
.parallax_slider_outer .swiper-slide .video-wrap video{width:auto;height:auto;top:50%;left:50%;position:absolute;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
body[data-header-resize="0"] .parallax_slider_outer.first-section{margin-top:0;}
.parallax_slider_outer.first-section .swiper-slide .content{-webkit-backface-visibility:hidden;}
.swiper-slide .content{visibility:hidden;}
.nectar-slider-wrap.loaded .swiper-slide .content{visibility:visible;}
body[data-smooth-scrolling="1"] .parallax_slider_outer.first-section .slider-pagination, 
body[data-smooth-scrolling="1"] .nectar-slider-wrap.first-section .slider-pagination{padding-right:13px;}
html:not(.js) .nectar-slider-wrap{display:block;}
.nectar-slider-loading.default-loader .loading-icon, .pp_loaderIcon.default_loader{background-image:none;}
.nectar-slider-loading.default-loader .loading-icon span{border:3px solid #666;background-color:#393939;}
.nectar-slider-wrap:not(.loaded) .swiper-wrapper > .swiper-slide:first-child{opacity:1;}
.nectar-slider-loading .loading-icon{background-position:center;background-repeat:no-repeat;position:absolute;z-index:1000;top:0;left:0;width:100%;height:100%;}
.nectar-slider-wrap .nectar-slider-loading{z-index:-1;}
body[data-ajax-transitions="true"] .nectar-slider-loading{display:none;}
.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide.not-loaded{background-color:#393939;}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content{margin-top:0;}
.swiper-slide .content p, .swiper-slide .content h2, .swiper-slide .content h1, .swiper-slide .content h3, .swiper-slide .content .ns-heading-el, .swiper-slide .content .buttons{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-font-smoothing:antialiased;}
.swiper-slide .content p{padding-bottom:0;}
.swiper-slide .content .buttons{padding-top:30px;}
[data-caption-trans="none"] .swiper-slide .content p, 
[data-caption-trans="none"] .swiper-slide .content h1,
[data-caption-trans="none"] .swiper-slide .content h2, 
[data-caption-trans="none"] .swiper-slide .content h3,  
[data-caption-trans="none"] .swiper-slide .content .ns-heading-el, 
[data-caption-trans="none"] .swiper-slide .content .buttons{transform:none;opacity:1;}
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content p, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h1, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h2, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content .ns-heading-el, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content h3, 
.nectar-slider-wrap[data-overall_style="directional"] .swiper-slide .content .buttons{opacity:1!important;transform:none;}
.swiper-slide .content p i{border-radius:0;width:24px;font-size:20px;background-color:transparent;}
.swiper-slide .content iframe{max-width:1100px;}
.swiper-slide .content.centered{text-align:center;}
.swiper-slide .content img{margin-bottom:30px;}
.swiper-slide .content h2, .swiper-slide .content div.ns-heading-el{font-size:60px;line-height:80px;letter-spacing:-1px;display:block;color:#fff;font-weight:300;}
.swiper-slide .content h1, .swiper-slide .content .ns-heading-el{display:block;color:#fff;}
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h2,
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content .ns-heading-el,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content .ns-heading-el,
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h1,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h1,
.full-width-section > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h3,
.full-width-content > .col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h3{color:#fff;}
#boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2{font-size:50px;line-height:70px;}
.vc_span3 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content h2, .vc_span4 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content h2, .vc_span6 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content h2, .vc_span8 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content h2, .vc_span9 .nectar-slider-wrap .swiper-slide .content h2, .vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content h2{font-size:40px;line-height:60px;}
.swiper-slide .content p{font-size:24px;line-height:38px;font-weight:300;}
.swiper-slide .content p.transparent-bg span{padding:4px 0;display:inline;position:relative;left:10px;background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);box-shadow:10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);-moz-box-shadow:10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);-webkit-box-shadow:10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);-o-box-shadow:10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);line-height:45px;-webkit-box-decoration-break:clone;-o-box-decoration-break:clone;box-decoration-break:clone;}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span{line-height:40px;}
.swiper-slide[data-color-scheme="dark"] .content p.transparent-bg span{background:none repeat scroll 0 0 rgba(255, 255, 255, 0.4);box-shadow:10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);-moz-box-shadow:10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);-webkit-box-shadow:10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);-o-box-shadow:10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);}
.vc_span3 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-3 .nectar-slider-wrap .swiper-slide .content p, .vc_span4 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-4 .nectar-slider-wrap .swiper-slide .content p, .vc_span6 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-6 .nectar-slider-wrap .swiper-slide .content p, .vc_span8 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-8 .nectar-slider-wrap .swiper-slide .content p, .vc_span9 .nectar-slider-wrap .swiper-slide .content p, .vc_col-sm-9 .nectar-slider-wrap .swiper-slide .content p{font-size:17px;line-height:28px;}
.swiper-slide .content p::selection, .swiper-slide .content h1::selection, .swiper-slide .content h2::selection, .swiper-slide .content h3::selection, .swiper-slide .content .ns-heading-el::selection, .swiper-slide .button a::selection, .swiper-container div::selection, .swiper-container span::selection, .swiper-container img::selection{background:transparent;color:#fff;}
.swiper-slide .content p::-moz-selection, .swiper-slide .content h1::-moz-selection, .swiper-slide .content h2::-moz-selection, .swiper-slide .content h3::-moz-selection, .swiper-slide .button a::-moz-selection, .swiper-container div::-moz-selection, .swiper-container span::-moz-selection, .swiper-container img::-moz-selection{background:transparent;color:#fff;}
.swiper-slide[data-color-scheme="dark"] .content p::selection, 
.swiper-slide[data-color-scheme="dark"] .content h1::selection, 
.swiper-slide[data-color-scheme="dark"] .content h2::selection, 
.swiper-slide[data-color-scheme="dark"] .content h3::selection, 
.swiper-slide[data-color-scheme="dark"] .content .ns-heading-el::selection, 
.swiper-slide[data-color-scheme="dark"] .button.transparent a::selection, 
.swiper-slide[data-color-scheme="dark"] img::selection, 
.swiper-container .swiper-slide[data-color-scheme="dark"] span::selection{background:transparent;color:#000;}
.swiper-slide[data-color-scheme="dark"] .content p::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .content h1::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .content h2::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .content h3::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] .button.transparent a::-moz-selection, 
.swiper-slide[data-color-scheme="dark"] img::-moz-selection, 
.swiper-container .swiper-slide[data-color-scheme="dark"] span::-moz-selection{background:transparent;color:#000;}
.swiper-slide img{display:block;margin:0 auto;max-width:100%;}
.video-texture{height:3000px;width:100%;position:absolute;left:0;top:0;opacity:0;z-index:10;}
.active_texture{background-image:url(//stmarksdromana.org.au/wp-content/plugins/salient-nectar-slider/img/textures/grid.png);}
.swiper-slide .button{display:inline-block;padding:0;margin:0 0 0 0;border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px;-moz-transform-style:preserve-3d;background-color:transparent;}
.swiper-slide .button:hover{background-color:transparent;}
.swiper-slide .button a{background-color:#000;color:#fff;border-radius:2px;padding:13px 24px;text-decoration:none;text-transform:uppercase;font-weight:700;letter-spacing:2px;line-height:1.1em;font-size:12px;display:block;position:relative;transition:border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);-moz-transition:border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);-o-transition:border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);-webkit-transition:border-color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1);}
body:not([data-button-style*="shadow"]) .swiper-slide .button a:after{position:absolute;left:0;top:0;width:100%;height:100%;content:'';display:block;background-color:#000;opacity:0;transition:opacity 0.25s ease;}
body:not([data-button-style*="shadow"]) .swiper-slide .button a:hover:after{opacity:0.1;}
.swiper-slide .button.solid_color .white, .swiper-slide .button.solid_color_2 .white{background-color:#fff!important;color:#000;backface-visibility:hidden;}
.swiper-slide .button.transparent_2 .white:hover{background-color:#fff!important;color:#000;}
div[data-button-sizing="large"] .swiper-slide .button a{font-size:15px;padding:18px 40px;}
div[data-button-sizing="large"] .swiper-slide .button.transparent a, 
div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a{padding:16px 40px;}
div[data-button-sizing="jumbo"] .swiper-slide .button a{font-size:18px;padding:25px 45px;}
div[data-button-sizing="jumbo"] .swiper-slide .button.transparent a, 
div[data-button-sizing="jumbo"] .swiper-slide .button.transparent_2 a{padding:23px 45px;}
.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"]  .swiper-slide .button a{padding:10px 15px;}
.nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"]  .swiper-slide .button.transparent a{padding:8px 15px;}
.swiper-slide .button.transparent a, .swiper-slide .button.transparent_2 a{box-shadow:none;padding:11px 17px;background-color:transparent!important;border:2px solid rgba(255,255,255,0.7);}
.swiper-slide .button.transparent a:hover{border:2px solid rgba(255,255,255,1);}
.swiper-slide .button.transparent_2 a:hover{border-color:transparent;background-color:#27CFC3;color:#fff;}
.swiper-slide[data-color-scheme="dark"] .content h1, 
.swiper-slide[data-color-scheme="dark"] .content h2, 
.swiper-slide[data-color-scheme="dark"] .content h3, 
.swiper-slide[data-color-scheme="dark"] .content .ns-heading-el, 
.swiper-slide[data-color-scheme="dark"] .content p, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a{color:#111;text-shadow:none;}
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover{color:#fff;}
.swiper-slide[data-color-scheme="dark"] .content .button.transparent a, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a{border:2px solid rgba(0,0,0,0.4);}
.swiper-slide[data-color-scheme="dark"] .content .button.transparent a:hover, 
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover{border:2px solid rgba(0,0,0,1);}
.swiper-slide[data-x-pos="left"] .content{text-align:left;}
.swiper-slide[data-x-pos="left"] .content p{margin:0;}
.swiper-slide[data-x-pos="centered"] .content{text-align:center;}
.swiper-slide[data-x-pos="centered"] .buttons{justify-content:center;}
.swiper-slide[data-x-pos="right"] .content{width:50%;left:auto;right:0;}
.swiper-slide[data-x-pos="right"] .content p{margin:0;}
.swiper-slide[data-x-pos="right"] .content .buttons{clear:both;}
.swiper-slide[data-x-pos="right"] .content p:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.nectar-slider-wrap[data-transition="fade"] .swiper-wrapper{transition:none!important;-webkit-transition:none!important;}
.nectar-slider-wrap[data-transition="fade"] .swiper-slide{-webkit-transition:opacity .4s ease;transition:opacity .4s ease;}
.nectar-slider-wrap[data-transition="fade"] .swiper-slide:not(.swiper-slide-active){opacity:0;}
.nectar-slider-wrap[data-transition="fade"][data-overall_style="directional"] .swiper-slide:not(.swiper-slide-active){opacity:1;}
.nectar-slider-wrap[data-image-rendering="contain"] .swiper-slide .image-bg{background-size:contain;}
.nectar-slider-wrap[data-aspect-ratio] .swiper-container{width:100%!important;}
.nectar-slider-wrap[data-aspect-ratio],
.nectar-slider-wrap[data-aspect-ratio] .swiper-container,
.nectar-slider-wrap[data-aspect-ratio] .swiper-wrapper,
.nectar-slider-wrap[data-aspect-ratio] .swiper-slide{height:100%!important;top:0;}
.nectar-slider-wrap[data-aspect-ratio="16-9"]{aspect-ratio:16/9;}
.nectar-slider-wrap[data-aspect-ratio="4-3"]{aspect-ratio:4/3;}
.nectar-slider-wrap[data-aspect-ratio="4-5"]{aspect-ratio:4/5;}
.nectar-slider-wrap[data-aspect-ratio="3-2"]{aspect-ratio:3/2;}
.nectar-slider-wrap[data-aspect-ratio="2-1"]{aspect-ratio:2/1;}
.nectar-slider-wrap[data-aspect-ratio="1-1"]{aspect-ratio:1/1;}
.nectar-slider-wrap[data-aspect-ratio="3-4"]{aspect-ratio:3/4;}
.nectar-slider-wrap[data-aspect-ratio="2-3"]{aspect-ratio:2/3;}
.swiper-slide .video-wrap{position:absolute;top:0;left:0;padding-bottom:0;overflow:hidden;}
.swiper-slide .button.transparent_2 .extra-color-gradient-1, .swiper-slide .button.transparent_2 .extra-color-gradient-2{position:relative;}
.swiper-slide .button.transparent_2 .extra-color-gradient-1:before, .swiper-slide .button.transparent_2 .extra-color-gradient-2:before{position:absolute;top:0;left:0;width:100%;height:100%;display:block;content:'';opacity:0;z-index:-1;-webkit-transition:opacity .45s cubic-bezier(0.25, 1, 0.33, 1);transition:opacity .45s cubic-bezier(0.25, 1, 0.33, 1);}
body[data-button-style^="rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
body[data-button-style^="rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-2:before{border-radius:200px;}
body[data-button-style^="slightly_rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-1:before,
body[data-button-style^="slightly_rounded"] .swiper-slide .button.transparent_2 .extra-color-gradient-2:before{border-radius:6px;}
.swiper-slide .button.transparent_2 .extra-color-gradient-1:hover:before, .swiper-slide .button.transparent_2 .extra-color-gradient-2:hover:before{opacity:1;}
.nectar-slider-wrap .swiper-container .mejs-poster{background-size:cover;-webkit-background-size:cover;}
.nectar-slider-wrap{overflow:hidden;position:relative;left:0;}
.nectar-slider-wrap[data-full-width="boxed-full-width"]{margin:0 -56px 0 -56px;}
.full-width-content .wpb_column .nectar-slider-wrap[data-full-width="boxed-full-width"]{margin:0;}
body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"],
body[data-ext-responsive="true"] .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"]{margin:0 -4.5%;}
.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content{padding:0 50px;}
.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content{padding:0 100px;}
@media only screen and ( max-width: 1000px) {
	.full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content{padding:0;}
}

.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content{padding:0 100px 0 0;}
.post-area.span_9 .nectar-slider-wrap[data-full-width="true"].first-section, 
.post-area.span_9 .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section{margin-top:0;}
.parallax_slider_outer.first-section{margin-bottom:-2px;margin-top:-42px;}
.parallax_slider_outer.first-section .nectar-slider-wrap{position:fixed;left:0;-webkit-backface-visibility:hidden;z-index:2;}
.no-left-margin.first-section .nectar-slider-wrap{left:0;}
body .parallax_slider_outer.first-section .nectar-slider-wrap[data-full-width="boxed-full-width"]{left:auto;}

/*-------------------------------------------------------------------------*/
/*	2.	Slider Controls
/*-------------------------------------------------------------------------*/

.swiper-container .slider-pagination-wrap{position:absolute;z-index:20;bottom:25px;display:block;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none;width:100%;text-align:center;}
.slider-pagination{display:block;text-align:center;opacity:0;pointer-events:all;}
.slider-pagination .swiper-pagination-switch{border:1px solid #fff;background-color:transparent;border-radius:10px 10px 10px 10px;cursor:pointer;display:inline-block;height:10px;margin:0 4px;width:10px;transition:background-color 0.2s linear, border-color 0.2s linear;-moz-transition:background-color 0.2s linear, border-color 0.2s linear;-webkit-transition:background-color 0.2s linear, border-color 0.2s linear;-o-transition:background-color 0.2s linear, border-color 0.2s linear;}
.slider-pagination .swiper-pagination-switch:hover{background-color:#fff;}
.swiper-container .slider-pagination .swiper-active-switch, .swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch{background:none repeat scroll 0 0 #FFFFFF;}
.swiper-container .slider-pagination svg{width:20px;height:20px;top:50%;}
.swiper-container .slider-pagination svg circle.time{stroke-dashoffset:180;stroke-dasharray:179;stroke:#fff;}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg{-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition:transform 0.3s ease;transition:transform 0.3s ease;}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:not(.swiper-active-switch) svg circle:not(.time){stroke:none;fill:rgba(255,255,255,0.3);}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:hover:not(.swiper-active-switch) svg circle:not(.time){fill:rgba(255,255,255,0.5);}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:not(.swiper-active-switch) svg circle:not(.time){stroke:none;fill:rgba(0,0,0,0.25);}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-active-switch svg{transform:scale(1);}
.swiper-container .slider-pagination .swiper-active-switch svg circle{-webkit-transition:stroke 0.3s ease;transition:stroke 0.3s ease;transform:rotate(-81deg);transform-origin:center;}
.swiper-container .slider-pagination .swiper-active-switch.ar-vis svg circle.time{stroke-dashoffset:8;-webkit-transition:stroke-dashoffset 700ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;transition:stroke-dashoffset 700ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg{position:absolute;top:0;left:0;}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch svg circle:not(.time){stroke:rgba(255,255,255,0.3);}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch svg circle:not(.time){stroke:rgba(0,0,0,0.3);}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:hover:not(.swiper-active-switch) svg circle:not(.time){fill:rgba(0,0,0,0.4);}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch svg circle.time{stroke:#000;}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch:not(.ar-vis) svg circle.time{transition-duration:0s!important;}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-active-switch,
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch:hover,
[data-bullet_style="see_through_ar_visualized"] .slider-pagination.dark-cs .swiper-pagination-switch{background-color:transparent;border:none;}
[data-bullet_style="see_through_ar_visualized"] .slider-pagination .swiper-pagination-switch{background-color:transparent;border:none;position:relative;width:20px;height:20px;margin:0 10px;}
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="right"] .slider-pagination .swiper-pagination-switch,
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="left"] .slider-pagination .swiper-pagination-switch{height:40px;width:40px;margin:0;}
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="right"] .slider-pagination .swiper-pagination-switch svg,
[data-bullet_style="see_through_ar_visualized"][data-bullet_position="left"] .slider-pagination .swiper-pagination-switch svg{top:10px;left:10px;}
.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch:hover{background-color:transparent;border:none;}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch{background-color:transparent;width:26px;height:26px;margin:0;position:relative;border:none;}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch i{background-color:#e8e8e8;border:none;display:block;position:absolute;height:6px;width:6px;top:10px;left:10px;box-shadow:rgba(0,0,0,0.3) 1px 1px 2px;-webkit-box-shadow:rgba(0,0,0,0.3) 1px 1px 2px;-moz-box-shadow:rgba(0,0,0,0.3) 1px 1px 2px;transition:all 0.13s ease;-moz-transition:all 0.13s ease;-webkit-transition:all 0.13s ease;-o-transition:all 0.13s ease;transform:scale(0.9);-moz-transform:scale(0.9);-webkit-transform:scale(0.9);border-radius:50%;}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch:hover i{background-color:#fff;}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch i{transform:scale(1.7);-moz-transform:scale(1.7);-webkit-transform:scale(1.7);background-color:#fff;}
.swiper-container[data-bullet_style="scale"] .slider-pagination.dark-cs .swiper-pagination-switch i{background-color:#111;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}
.swiper-container .slider-prev, .swiper-container .slider-next{position:absolute;z-index:130;top:50%;height:54px;margin-top:-28px;width:100%;}
.swiper-slide .content .buttons{position:relative;gap:16px;display:flex;margin-top:8px;flex-wrap:wrap;}
.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-prev, 
.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-next{margin-top:0;}
.parallax_slider_outer.first-section .swiper-container .slider-prev, .parallax_slider_outer.first-section .swiper-container .slider-next{margin-top:0;-webkit-backface-visibility:hidden;}
.swiper-container .slider-prev.dark-cs, .swiper-container .slider-next.dark-cs{background-color:rgba(255,255,255,0.5);}
.swiper-container .slider-prev.dark-cs:hover, .swiper-container .slider-next.dark-cs:hover{background-color:rgba(255,255,255,0.8);}
.slider-prev.dark-cs i, .slider-next.dark-cs i, 
.swiper-container .dark-cs.slider-prev .slide-count span, .swiper-container .dark-cs.slider-next .slide-count span{color:#000;transition:color 0.2s linear;-webkit-transition:color 0.2s linear;-o-transition:color 0.2s linear;-moz-transition:color 0.2s linear;}
.swiper-container .slider-prev, .swiper-container .slider-next{position:absolute;z-index:130;display:block;color:#fff;height:60px;width:50px;background-color:rgba(0,0,0,0.4);border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;transition:background-color 0.2s linear;-webkit-transition:background-color 0.2s linear;}
.swiper-container .slider-prev .slide-count span, .swiper-container .slider-next .slide-count span{opacity:0;-ms-filter:"alpha(opacity=0)";}
.swiper-container .slider-next .slide-count{left:auto;right:0;}
.swiper-container .slide-count{position:absolute;left:0;top:0;height:64px;width:50px;}
.swiper-container .slider-prev .slide-count i, .swiper-container .slider-next .slide-count i{opacity:0.7;top:17px;line-height:normal;font-size:26px;position:relative;}
.swiper-container .slider-prev .slide-count, .swiper-container .slider-next .slide-count{font-size:10px;}
.swiper-container .slide-count .slide-current{position:absolute;top:14px;left:15px;height:10px;line-height:10px;}
.swiper-container .slide-count .slide-current.double-digits{top:16px;left:9px;}
.swiper-container .slide-count .slide-total{position:absolute;top:35px;left:31px;height:10px;line-height:10px;}
.swiper-container .slider-next{border-radius:4px 0px 0px 4px;-moz-border-radius:4px 0px 0px 4px;-webkit-border-radius:4px 0px 0px 4px;-o-border-radius:4px 0px 0px 4px;}
.parallax_slider_outer .swiper-container .slider-prev{left:0;}
.parallax_slider_outer .swiper-container .slider-next{right:0;}
.parallax_slider_outer .swiper-container, .parallax_slider_outer.first-section .nectar-slider-wrap{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);-o-transform:translate(0, 0);-webkit-backface-visibility:hidden;}
.swiper-container .slider-prev:hover, .swiper-container .slider-next:hover{background-color:rgba(0,0,0,0.8);}
.swiper-container .slider-prev i, .swiper-container .slider-next i{font-size:21px;background-color:transparent;line-height:64px;}
.swiper-container .slider-prev > i, .swiper-container .slider-next > i{width:20px;}
.swiper-container .slider-prev > i{position:absolute;padding-right:0;left:13px;}
.swiper-container .slider-next > i{position:absolute;right:13px;left:auto;}
body .swiper-container .slider-prev .slide-count{right:6px;left:auto;text-align:center;}
body .swiper-container .slider-next .slide-count{left:6px;text-align:center;}
.swiper-container .slider-next{right:0;padding-left:4px;opacity:0;}
.swiper-container .slider-prev{left:0;padding-right:4px;opacity:0;}
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-next{right:8px;}
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"][data-parallax="true"] .swiper-container .slider-next{right:10px;}
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-prev{left:7px;}
.nectar-slider-wrap[data-fullscreen="true"] .swiper-container, 
.nectar-slider-wrap[data-fullscreen="true"] .swiper-slide,
.nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper{height:100%;}
.swiper-slide .video-wrap{position:absolute;top:0;left:0;width:100%;overflow:hidden;}
.swiper-slide .video-wrap video{top:0;position:relative;-webkit-backface-visibility:hidden;}
.swiper-container .mejs-container .mejs-controls{display:none!important;}
.nectar-slider-wrap .entire-slide-link{position:absolute;z-index:100;height:3000px;width:100%;top:0;left:0;opacity:0;transition:none;}
.swiper-wrapper .slider-down-arrow{height:60px;width:60px;display:block;margin:0 auto;position:absolute;bottom:30px;z-index:100;left:50%;margin-left:-30px;}
body[data-smooth-scrolling="1"] .swiper-wrapper .slider-down-arrow{margin-left:-38px;}
.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"]{height:60px;width:60px;font-size:20px!important;color:#fff!important;line-height:60px!important;animation:3.4s ease-in-out infinite fadebottom;-webkit-animation:3.4s ease-in-out infinite fadebottom;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next{background-color:transparent;padding:0;width:60px;line-height:50px;height:50px;}
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next{width:80px;background-color:transparent;padding:0;line-height:50px;height:50px;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next{margin-right:-15px;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i{border-radius:100px;width:50px;line-height:44px;height:50px;border:3px solid #fff;max-width:none;transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;-webkit-transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next i{line-height:44px;height:50px;max-width:none;font-size:60px;transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;-webkit-transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;border:none;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs i{border:3px solid #000;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.light-overlay{background-color:rgba(255,255,255,0.8);}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.dark-overlay{background-color:rgba(0,0,0,0.55);}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-light-overlay{background-color:rgba(255,255,255,0.4);}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.half-dark-overlay{background-color:rgba(0,0,0,0.35);}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture{transition:background-color 0.4s linear;-webkit-transition:background-color 0.4s linear;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .video-texture.no-trans{transition:none;-webkit-transition:none;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.dark-cs-preview i,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.dark-cs-preview i{border:3px solid #000;color:#000;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev i{position:relative;text-align:center;left:38px;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i,
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next i{position:relative;text-align:center;right:38px;}
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-next:hover i{right:29px;}
.nectar-slider-wrap[data-overall_style="directional"]  .swiper-container .slider-prev:hover i{left:29px;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, 
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i{font-size:34px;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide{transition:transform 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;-webkit-transition:transform 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next,
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev{transition:margin 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;-webkit-transition:margin 0.525s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.high-z-index{z-index:1000;transform:translate(-161px, 0px);-webkit-transform:translate(-165px, 0px);}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index{z-index:1000;transform:translate(161px, 0px);-webkit-transform:translate(165px, 0px);}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-high-z-index-static{z-index:1000;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next.next-arrow-move{margin-right:3px;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev.prev-arrow-move{margin-left:15px;}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.next-move{z-index:100;transform:translate(-40px, 0px);-webkit-transform:translate(-40px, 0px);}
.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .swiper-slide.prev-move{z-index:100;transform:translate(40px, 0px);-webkit-transform:translate(40px, 0px);}

/*-------------------------------------------------------------------------*/
/*	4.	Responsive
/*-------------------------------------------------------------------------*/


@media only screen and (max-width: 999px) {
	.nectar-slider-wrap[data-bg-animation="ken_burns"]:not([data-overall_style="directional"]) .swiper-slide .slide-bg-wrap{-webkit-transform:none;transform:none;-webkit-transition:none;transition:none;}
}


@media only screen and (max-width: 999px) {
	
	.nectar-slider-loading{display:none;}
.nectar-slider-wrap[data-transition="fade"]:not(.nectar-slider-enabled) .swiper-slide:not(.swiper-slide-active){opacity:1;}
.swiper-container[data-tho="auto"][data-tco="auto"][data-pho="auto"][data-pco="auto"] .swiper-slide .content{visibility:visible;}
.nectar-slider-wrap .swiper-slide[data-y-pos="middle"] .content{top:50%!important;-webkit-transform:translateY(-50%) translateZ(0);transform:translateY(-50%) translateZ(0);}
.nectar-slider-wrap .swiper-slide[data-y-pos="bottom"] .content{bottom:75px!important;top:auto!important;}
body:not([data-permanent-transparent="1"]) .nectar-slider-wrap .swiper-slide[data-y-pos="top"] .content{top:75px!important;}
}

@media only screen and (max-width: 690px) {
	.nectar-slider-wrap .swiper-slide[data-y-pos="bottom"] .content{bottom:50px!important;top:auto!important;}
body:not([data-permanent-transparent="1"]) .nectar-slider-wrap .swiper-slide[data-y-pos="top"] .content{top:50px!important;}
}


@media only screen and (min-width: 690px) and (max-width: 999px){
	
	.swiper-slide[data-tablet-content-width="90%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="80%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="70%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="60%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="50%"][data-x-pos="centered"] .content{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
	.swiper-slide[data-tablet-content-width="90%"][data-x-pos="centered"][data-y-pos="middle"] .content,
	.swiper-slide[data-tablet-content-width="80%"][data-x-pos="centered"][data-y-pos="middle"] .content, 
	.swiper-slide[data-tablet-content-width="70%"][data-x-pos="centered"][data-y-pos="middle"] .content, 
	.swiper-slide[data-tablet-content-width="60%"][data-x-pos="centered"][data-y-pos="middle"] .content,
	.swiper-slide[data-tablet-content-width="50%"][data-x-pos="centered"][data-y-pos="middle"] .content{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
	.swiper-slide[data-tablet-content-width="90%"] .content{width:90%;}
.swiper-slide[data-tablet-content-width="80%"] .content{width:80%;}
.swiper-slide[data-tablet-content-width="70%"] .content{width:70%;}
.swiper-slide[data-tablet-content-width="60%"] .content{width:60%;}
.swiper-slide[data-tablet-content-width="50%"] .content{width:50%;}
}


@media only screen and (min-width: 1000px) {
	.swiper-slide[data-tablet-content-width="90%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="80%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="70%"][data-x-pos="centered"] .content, 
	.swiper-slide[data-tablet-content-width="60%"][data-x-pos="centered"] .content,
	.swiper-slide[data-tablet-content-width="50%"][data-x-pos="centered"] .content{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
	.swiper-slide[data-desktop-content-width="90%"] .content{width:90%;}
.swiper-slide[data-desktop-content-width="80%"] .content{width:80%;}
.swiper-slide[data-desktop-content-width="70%"] .content{width:70%;}
.swiper-slide[data-desktop-content-width="60%"] .content{width:60%;}
.swiper-slide[data-desktop-content-width="50%"] .content{width:50%;}
	.swiper-slide[data-desktop-content-width="80%"][data-x-pos="centered"] .content,
	.swiper-slide[data-desktop-content-width="70%"][data-x-pos="centered"] .content,
	.swiper-slide[data-desktop-content-width="60%"][data-x-pos="centered"] .content,
	.swiper-slide[data-desktop-content-width="50%"][data-x-pos="centered"] .content{left:50%;transform:translateX(-50%);}
}



@media only screen and (max-width: 999px) {
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap,
	.swiper-container[data-bullet_position="left"] .slider-pagination-wrap{margin-top:0!important;}
}

@media only screen and (min-width: 690px) {
	
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap,
	.swiper-container[data-bullet_position="left"] .slider-pagination-wrap{bottom:auto;top:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);}
.swiper-container[data-bullet_position="left"] .slider-pagination-wrap .slider-pagination,
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap .slider-pagination{width:30px;display:inline-block;line-height:0;}
	.swiper-container[data-bullet_position="right"] .slider-pagination-wrap{text-align:right;margin-right:-12px;}
.swiper-container[data-bullet_position="left"] .slider-pagination-wrap{text-align:left;margin-left:-12px;}
.swiper-container[data-bullet_position="left"] .slider-pagination-wrap.extra-room{margin-left:-65px;}
.swiper-container[data-bullet_position="right"] .slider-pagination-wrap.extra-room{margin-right:-65px;}
	.using-mobile-browser .parallax_slider_outer .swiper-slide .container{-webkit-transform:translateZ(0);transform:translateZ(0);}
}


@media only screen and (max-width: 999px) {
	[data-parallax="true"][data-parallax-disable-mobile="true"] .swiper-slide .image-bg,
	[data-parallax="true"][data-parallax-disable-mobile="true"] .swiper-slide .video-wrap{-webkit-transform:none!important;transform:none!important;height:100%!important;}
}


/*before loaded*/
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.swiper-container{height:625px;}
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
	.swiper-container{height:530px;}
}

@media only screen and (max-width: 690px) {
	.swiper-container{height:275px;}
#boxed .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"],
	#boxed .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"]{margin-left:-50vw!important;left:50%!important;width:100vw!important;}
}


@media only screen and (min-width: 690px) {
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i{width:80px;}
}


@media only screen and (min-width : 690px) and (max-width : 999px) {

	.swiper-container .slider-prev{left:0;}
body .swiper-slide .content h2, body .swiper-slide .content div.ns-heading-el{font-size:33px;line-height:57px;margin-bottom:8px;}
body .swiper-slide .content p, body .swiper-slide .content p.transparent-bg span{font-size:13px;line-height:26px;}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, 
	#boxed .swiper-slide .content h2{font-size:22px;line-height:40px;}
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p, 
	#boxed .swiper-slide .content h2 p{font-size:10px;padding-bottom:10px;line-height:20px;}
	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p{font-size:17px;line-height:28px;}
body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content a{letter-spacing:1px;font-size:9px;padding:8px 13px;}
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i{width:50px;font-size:46px;}
.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next{width:50px;}
.swiper-slide .button a, body div[data-button-sizing="large"] .swiper-slide .button a,
	body div[data-button-sizing="jumbo"] .swiper-slide .button a{padding:9px 15px;}
.swiper-slide .button.transparent a, .swiper-slide .button.transparent_2 a,
	div[data-button-sizing="large"] .swiper-slide .button.transparent a, 
	div[data-button-sizing="large"] .swiper-slide .button.transparent_2 a,
	div[data-button-sizing="jumbo"] .swiper-slide .button.transparent a, 
	div[data-button-sizing="jumbo"] .swiper-slide .button.transparent_2 a{padding:7px 15px;}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content{padding:0 80px;}
.nectar-slider-wrap[data-full-width="boxed-full-width"]{margin:0 -42px;}
.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content{padding:0 50px;}
.swiper-slide .content h2{letter-spacing:-1px;}
.nectar-slider-wrap .swiper-container .swiper-slide .button a{font-size:11px;}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
	
	.swiper-slide .content p, .swiper-slide .content h1, 
	.swiper-slide .content h2, .swiper-slide .content h3, 
	.swiper-slide .content .ns-heading-el, .swiper-slide .content h4, 
	.swiper-slide .content .buttons, .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span{opacity:1!important;padding:0!important;}
	.parallax_slider_outer.first-section .nectar-slider-wrap{position:relative;max-width:100%;overflow-x:hidden;}
}



@media only screen and (min-width : 690px) and (max-width : 999px) {
		
	body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"], 
	body[data-ext-responsive="true"] .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"]{margin:0 -7%;}
}


@media only screen and (min-width : 1px) and (max-width : 999px) {

	.nectar-slider-wrap{margin-top:0;margin-left:-1px;}
body .nectar-slider-loading{background-position:center;top:0;}
.nectar-slider-loading .loading-icon{height:100%;}
body .swiper-wrapper .slider-down-arrow{display:none;}
	.nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper .slider-down-arrow{display:block;bottom:0;margin-left:-30px;}
.nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper .slider-down-arrow i{font-size:14px!important;opacity:1;-webkit-transform:none;-o-transform:none;transform:none;}
.parallax_slider_outer.first-section .slider-pagination, .nectar-slider-wrap.first-section .slider-pagination{padding:0;}
#boxed .container-wrap .row > .nectar-slider-wrap.first-section[data-full-width="boxed-full-width"][data-parallax="false"]{margin-top:-40px;}
.parallax_slider_outer.first-section .nectar-slider-wrap{position:relative;max-width:100%;overflow-x:hidden;}
.parallax_slider_outer.first-section .nectar-slider-wrap, #full_width_portfolio .project-title.parallax-effect{transform:translate(0, 0);-webkit-transform:translate(0, 0);}
.parallax_slider_outer.first-section, body .parallax-disabled, 
	.parallax-disabled .nectar-slider-wrap{margin-top:0;}
.parallax_slider_outer.first-section .swiper-slide .content{opacity:1!important;transform:translate(0, 0);-webkit-transform:translate(0, 0);}
.parallax_slider_outer.first-section .nectar-slider-wrap{left:1px;}
.loaded .swiper-slide{top:-1px;}
.swiper-slide .mejs-overlay{z-index:1000;}
.swiper-slide .mejs-poster{opacity:1;}
.swiper-slide .content p img{max-width:100%;}
.parallax_slider_outer.first-section .swiper-slide .content, .nectar-slider-wrap.first-section .swiper-slide .content{margin-top:3px;margin-left:2px;}
.parallax_slider_outer.first-section .slider-pagination, .nectar-slider-wrap.first-section .slider-pagination{padding-left:2px;}
}


@media only screen and (max-width : 690px) {


	body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"],
	body[data-ext-responsive="true"] .vc_col-sm-12 .nectar-slider-wrap[data-full-width="boxed-full-width"]{margin:0 -9%;}
.swiper-container .slider-next, .swiper-container .slider-prev{display:none;}
.swiper-container .slider-pagination-wrap{bottom:5px;}
	body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p{padding-bottom:7px;}
body .swiper-slide .content .buttons{padding-top:10px;}
.nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a{font-size:10px;padding:7px 11px;}
body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent a, 
	body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent_2 a{padding:5px 11px;border-width:1px;}
body .swiper-container .slider-next, body .swiper-container .slider-prev{display:none;}
body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap .swiper-pagination-switch,
	body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap .swiper-pagination-switch{width:25px;vertical-align:bottom;margin-bottom:0;margin:0;}
body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap,
	body .swiper-container[data-bullet_style="see_through_ar_visualized"] .slider-pagination-wrap{bottom:15px;}
body .swiper-container .slider-pagination svg{width:14px;}
.slider-pagination .swiper-pagination-switch{height:8px;width:8px;}
body .nectar-slider-wrap[data-fullscreen="true"]  .swiper-slide .content h2, 
	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content h2{font-size:33px !important;line-height:57px !important;margin-bottom:8px;letter-spacing:-0.5px;}
body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p,
	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .content p{font-size:13px !important;line-height:26px !important;padding-bottom:7px;}
.nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button a,
	body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-3 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-4 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-6 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-8 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a,
	body .vc_col-sm-9 .nectar-slider-wrap[data-flexible-height="true"]  .swiper-slide .button a{font-size:9px;padding:8px 13px;letter-spacing:0.5px;}
	body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent a,
	body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent_2 a{font-size:9px;padding:6px 13px;letter-spacing:0.5px;}
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, 
	#boxed .swiper-slide .content h2{font-size:16px;line-height:30px;}
.swiper-slide .content div.ns-heading-el{font-size:20px;line-height:1.2;}
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p,
	#boxed .swiper-slide .content p{font-size:6px;padding-bottom:4px;line-height:11px;}
	.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content,
	.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content{padding:0 15px;}
.nectar-slider-wrap[data-full-width="boxed-full-width"]{margin:0 -22px;}
.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content{padding:0 5px;}
.swiper-slide .content .buttons{gap:8px;}
.swiper-slide .content h2{margin-bottom:3px;}
body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next{display:block;}
body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i{width:24px;font-size:24px;}
body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i, 
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next:hover i{right:15px;}
body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i,
	body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev:hover i{left:15px;}
body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev,
	.nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next{width:30px;}
}


@media only screen and (min-width: 1000px) {
	.using-mobile-browser .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word, 
	.using-mobile-browser .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content .ns-heading-el .word, 
	.using-mobile-browser .swiper-slide .content p, .using-mobile-browser .swiper-slide .content h2,
	.using-mobile-browser .swiper-slide .content .buttons{opacity:1!important;transform:none;}
}@font-face{font-family:'FontAwesome';src:url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/fontawesome-webfont.eot?v=4.2);src:url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2) format('embedded-opentype'), url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.2) format('svg'), url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/fontawesome-webfont.woff?v=4.2) format('woff'), url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/fontawesome-webfont.ttf?v=4.2) format('truetype');font-weight:normal;font-display:block;font-style:normal;}
i[class^="icon-"],[class*=" icon-"], i[class*="fa-"], span[class*="fa-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}
.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before, .icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before, .fa-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.col{position:relative;display:block;width:100%}.full-page-inner>.container>.span_12,.full-page-inner>.span_12,html body .vc_row-fluid>.span_12{display:flex;display:-ms-flexbox;-ms-flex-wrap:wrap;flex-wrap:wrap;float:none}@media(min-width:690px){.col{margin-right:2%}}.col:last-child{margin-right:0}.col.col_last{margin-right:0}.compose-mode .vc_row-fluid>.span_12>.vc_element,.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column,.full-page-inner>.container>.span_12>.wpb_column,.full-page-inner>.span_12>.wpb_column,html body .vc_row-fluid>.span_12>.wpb_column{float:none;margin-right:0}.compose-mode #nectar_fullscreen_rows .full-page-inner>.container>.span_12>.vc_element:not([class*=offset-]),.compose-mode .vc_row-fluid>.span_12>.vc_element:not([class*=offset-]),.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column:not([class*=offset-]),.full-page-inner>.container>.span_12>.wpb_column:not([class*=offset-]),.full-page-inner>.span_12>.wpb_column:not([class*=offset-]),html body .vc_row-fluid>.span_12>.wpb_column:not([class*=offset-]){margin-left:0}.full-page-inner>.container>.span_12,.full-page-inner>.span_12,.vc_row-fluid>.span_12{width:auto}.vc_row-fluid>.span_12,body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12{margin-left:-1%;margin-right:-1%}.vc_row-fluid>.span_12 .wpb_column,body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12 .wpb_column:not(.child_column){padding-left:1%;padding-right:1%}body[data-col-gap*=px] .wpb_wrapper>.wpb_row:last-child:not([data-column-margin*=px]){margin-bottom:0}html body .full-width-content.vc_row-fluid .wpb_column{padding:0}.full-width-content.vc_row-fluid .wpb_column .wpb_row,.full-width-content.vc_row-fluid .wpb_column .wpb_wrapper,html body .full-width-content.vc_row-fluid .span_12{margin:0}@media only screen and (max-width:999px){.container-wrap .full-width-content .vc_row-fluid[data-column-margin*=px]>.span_12>.wpb_column{margin-bottom:30px}}.vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),.vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default],body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none],body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=default]>.span_12>.one-fourths:not([class*=vc_col-xs-]),body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=none]>.span_12>.one-fourths:not([class*=vc_col-xs-]),body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content,body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content,body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]){margin-bottom:0}body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12,body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12,body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12,body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12{margin-left:0;margin-right:0}body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12>.wpb_column,body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12>.wpb_column,body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.wpb_column,body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.wpb_column{padding-left:0;padding-right:0}.wpb_column[data-border-radius*=px]>.vc_column-inner>.column-bg-overlay-wrap{overflow:hidden}.ascend .vc_row-fluid .wpb_column.boxed,.material .vc_row-fluid .wpb_column.boxed,.vc_row-fluid .wpb_column.boxed{background-color:transparent;box-shadow:none}.wpb_column.boxed>.vc_column-inner{box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;padding:25px 15px 15px;position:relative;transition:transform .2s ease,box-shadow .2s ease;top:0}.wpb_column.boxed:hover>.vc_column-inner{transform:translateY(-4px);box-shadow:0 17px 25px rgba(0,0,0,.13)}.vc_row-fluid .wpb_column{box-shadow:none}.wpb_column[data-shadow=small_depth]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px}.wpb_column[data-shadow=medium_depth]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:0 30px 60px rgba(0,0,0,.15)}.wpb_column[data-shadow=large_depth]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:0 40px 100px rgba(0,0,0,.15),0 25px 80px rgba(0,0,0,.1)}.wpb_column[data-shadow=x_large_depth]>.vc_column-inner>.column-bg-overlay-wrap{box-shadow:0 60px 135px rgba(0,0,0,.14),0 15px 65px rgba(0,0,0,.14)}@media only screen and (min-width:1000px){.wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner{transform:translateY(101%);-webkit-transform:translateY(101%)}.wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner{transform:translateY(-101%);-webkit-transform:translateY(-101%)}.wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner{transform:translateX(-120%);-webkit-transform:translateX(-120%)}.wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner{transform:translateX(120%);-webkit-transform:translateX(120%)}}body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner{transform:translateY(101%);-webkit-transform:translateY(101%)}body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner{transform:translateY(-101%);-webkit-transform:translateY(-101%)}body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner{transform:translateX(-120%);-webkit-transform:translateX(-120%)}body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner{transform:translateX(120%);-webkit-transform:translateX(120%)}body[data-col-gap] .vc_row-fluid .span_12.col.section-title,body[data-col-gap] .vc_row-fluid .span_12.post-area,body[data-col-gap] .vc_row-fluid .span_12.testimonial_slider{margin-left:0;margin-right:0}@media only screen and (max-width:999px) and (min-width:691px){.full-width-content .wpb_column.col.no-extra-padding_tablet>.vc_column-inner,.wpb_column.col.no-extra-padding_tablet>.n-sticky>.vc_column-inner,.wpb_column.col.no-extra-padding_tablet>.vc_column-inner{padding:0}}@media only screen and (max-width:690px){body .full-width-content .wpb_column.col.no-extra-padding_phone>.vc_column-inner,body .wpb_row .full-width-content .wpb_column.col.no-extra-padding_phone>.n-sticky>.vc_column-inner,body .wpb_row .wpb_column.child_column.col.no-extra-padding_phone>.n-sticky>.vc_column-inner,body .wpb_row .wpb_column.col.no-extra-padding_phone>.n-sticky>.vc_column-inner,html body .wpb_column.child_column.col.no-extra-padding_phone>.vc_column-inner,html body .wpb_column.col.no-extra-padding_phone>.vc_column-inner{padding:0}.col.padding-1-percent[data-border-width*=px]>.vc_column-inner,.col.padding-2-percent[data-border-width*=px]>.vc_column-inner,.col.padding-3-percent[data-border-width*=px]>.vc_column-inner,.col.padding-4-percent[data-border-width*=px]>.vc_column-inner,.col.padding-5-percent[data-border-width*=px]>.vc_column-inner,.col.padding-6-percent[data-border-width*=px]>.vc_column-inner,.col.padding-7-percent[data-border-width*=px]>.vc_column-inner{padding:calc(100vw * .09)}}@media only screen and (max-width:999px){.full-width-content .col.padding-1-percent>.vc_column-inner{padding:calc(100vw * .01)}}@media(max-width:999px) and (min-width:691px){.vc_col-xs-12:not([data-t-w-inherits=small_desktop]){width:100%}.vc_col-xs-11:not([data-t-w-inherits=small_desktop]){width:91.66666667%}.vc_col-xs-10:not([data-t-w-inherits=small_desktop]){width:83.33333333%}.vc_col-xs-9:not([data-t-w-inherits=small_desktop]){width:75%}.vc_col-xs-8:not([data-t-w-inherits=small_desktop]){width:66.66666667%}.vc_col-xs-7:not([data-t-w-inherits=small_desktop]){width:58.33333333%}.vc_col-xs-6:not([data-t-w-inherits=small_desktop]){width:50%}.vc_col-xs-5:not([data-t-w-inherits=small_desktop]){width:41.66666667%}.vc_col-xs-4:not([data-t-w-inherits=small_desktop]){width:33.33333333%}.vc_col-xs-3:not([data-t-w-inherits=small_desktop]){width:25%}.vc_col-xs-2:not([data-t-w-inherits=small_desktop]){width:16.66666667%}.vc_col-xs-1:not([data-t-w-inherits=small_desktop]){width:8.33333333%}.vc_col-xs-5\/5:not([data-t-w-inherits=small_desktop]){width:100%}.vc_col-xs-4\/5:not([data-t-w-inherits=small_desktop]){width:80%}.vc_col-xs-3\/5:not([data-t-w-inherits=small_desktop]){width:60%}.vc_col-xs-2\/5:not([data-t-w-inherits=small_desktop]){width:40%}.vc_col-xs-1\/5:not([data-t-w-inherits=small_desktop]){width:20%}}@media(max-width:690px){.vc_col-xs-12{width:100%}.vc_col-xs-11{width:91.66666667%}.vc_col-xs-10{width:83.33333333%}.vc_col-xs-9{width:75%}.vc_col-xs-8{width:66.66666667%}.vc_col-xs-7{width:58.33333333%}.vc_col-xs-6{width:50%}.vc_col-xs-5{width:41.66666667%}.vc_col-xs-4{width:33.33333333%}.vc_col-xs-3{width:25%}.vc_col-xs-2{width:16.66666667%}.vc_col-xs-1{width:8.33333333%}.vc_col-xs-5\/5{width:100%}.vc_col-xs-4\/5{width:80%}.vc_col-xs-3\/5{width:60%}.vc_col-xs-2\/5{width:40%}.vc_col-xs-1\/5{width:20%}}.vc_col-xs-pull-12{right:100%}.vc_col-xs-pull-11{right:91.66666667%}.vc_col-xs-pull-10{right:83.33333333%}.vc_col-xs-pull-9{right:75%}.vc_col-xs-pull-8{right:66.66666667%}.vc_col-xs-pull-7{right:58.33333333%}.vc_col-xs-pull-6{right:50%}.vc_col-xs-pull-5{right:41.66666667%}.vc_col-xs-pull-4{right:33.33333333%}.vc_col-xs-pull-3{right:25%}.vc_col-xs-pull-2{right:16.66666667%}.vc_col-xs-pull-1{right:8.33333333%}.vc_col-xs-pull-0{right:auto}.vc_col-xs-push-12{left:100%}.vc_col-xs-push-11{left:91.66666667%}.vc_col-xs-push-10{left:83.33333333%}.vc_col-xs-push-9{left:75%}.vc_col-xs-push-8{left:66.66666667%}.vc_col-xs-push-7{left:58.33333333%}.vc_col-xs-push-6{left:50%}.vc_col-xs-push-5{left:41.66666667%}.vc_col-xs-push-4{left:33.33333333%}.vc_col-xs-push-3{left:25%}.vc_col-xs-push-2{left:16.66666667%}.vc_col-xs-push-1{left:8.33333333%}.vc_col-xs-push-0{left:auto}.vc_col-xs-offset-12{margin-left:100%}.vc_col-xs-offset-11{margin-left:91.66666667%}.vc_col-xs-offset-10{margin-left:83.33333333%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-8{margin-left:66.66666667%}.vc_col-xs-offset-7{margin-left:58.33333333%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-5{margin-left:41.66666667%}.vc_col-xs-offset-4{margin-left:33.33333333%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-2{margin-left:16.66666667%}.vc_col-xs-offset-1{margin-left:8.33333333%}.vc_col-xs-offset-0{margin-left:0}.vc_col-xs-pull-5\/5{right:100%}.vc_col-xs-pull-4\/5{right:80%}.vc_col-xs-pull-3\/5{right:60%}.vc_col-xs-pull-2\/5{right:40%}.vc_col-xs-pull-1\/5{right:20%}.vc_col-xs-pull-0\/5{right:auto}.vc_col-xs-push-5\/5{left:100%}.vc_col-xs-push-4\/5{left:80%}.vc_col-xs-push-3\/5{left:60%}.vc_col-xs-push-2\/5{left:40%}.vc_col-xs-push-1\/5{left:20%}.vc_col-xs-push-0\/5{left:auto}.vc_col-xs-offset-5\/5{margin-left:100%}.vc_col-xs-offset-4\/5{margin-left:80%}.vc_col-xs-offset-3\/5{margin-left:60%}.vc_col-xs-offset-2\/5{margin-left:40%}.vc_col-xs-offset-1\/5{margin-left:20%}.vc_col-xs-offset-0\/5{margin-left:0}@media(min-width:690px){.vc_col-sm-5\/5{width:100%}.vc_col-sm-4\/5{width:80%}.vc_col-sm-3\/5{width:60%}.vc_col-sm-2\/5{width:40%}.vc_col-sm-1\/5{width:20%}.vc_col-sm-12{width:100%}.vc_col-sm-11{width:91.66666667%}.vc_col-sm-10{width:83.33333333%}.vc_col-sm-9{width:75%}.vc_col-sm-8{width:66.66666667%}.vc_col-sm-7{width:58.33333333%}.vc_col-sm-6{width:50%}.vc_col-sm-5{width:41.66666667%}.vc_col-sm-4{width:33.33333333%}.vc_col-sm-3{width:25%}.vc_col-sm-2{width:16.66666667%}.vc_col-sm-1{width:8.33333333%}.vc_col-sm-pull-12{right:100%}.vc_col-sm-pull-11{right:91.66666667%}.vc_col-sm-pull-10{right:83.33333333%}.vc_col-sm-pull-9{right:75%}.vc_col-sm-pull-8{right:66.66666667%}.vc_col-sm-pull-7{right:58.33333333%}.vc_col-sm-pull-6{right:50%}.vc_col-sm-pull-5{right:41.66666667%}.vc_col-sm-pull-4{right:33.33333333%}.vc_col-sm-pull-3{right:25%}.vc_col-sm-pull-2{right:16.66666667%}.vc_col-sm-pull-1{right:8.33333333%}.vc_col-sm-pull-0{right:auto}.vc_col-sm-push-12{left:100%}.vc_col-sm-push-11{left:91.66666667%}.vc_col-sm-push-10{left:83.33333333%}.vc_col-sm-push-9{left:75%}.vc_col-sm-push-8{left:66.66666667%}.vc_col-sm-push-7{left:58.33333333%}.vc_col-sm-push-6{left:50%}.vc_col-sm-push-5{left:41.66666667%}.vc_col-sm-push-4{left:33.33333333%}.vc_col-sm-push-3{left:25%}.vc_col-sm-push-2{left:16.66666667%}.vc_col-sm-push-1{left:8.33333333%}.vc_col-sm-push-0{left:auto}.vc_col-sm-offset-12{margin-left:100%}.vc_col-sm-offset-11{margin-left:91.66666667%}.vc_col-sm-offset-10{margin-left:83.33333333%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-8{margin-left:66.66666667%}.vc_col-sm-offset-7{margin-left:58.33333333%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-5{margin-left:41.66666667%}.vc_col-sm-offset-4{margin-left:33.33333333%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-2{margin-left:16.66666667%}.vc_col-sm-offset-1{margin-left:8.33333333%}.vc_col-sm-offset-0{margin-left:0}}@media(min-width:1000px){.vc_col-md-12{width:100%}.vc_col-md-11{width:91.66666667%}.vc_col-md-10{width:83.33333333%}.vc_col-md-9{width:75%}.vc_col-md-8{width:66.66666667%}.vc_col-md-7{width:58.33333333%}.vc_col-md-6{width:50%}.vc_col-md-5{width:41.66666667%}.vc_col-md-4{width:33.33333333%}.vc_col-md-3{width:25%}.vc_col-md-2{width:16.66666667%}.vc_col-md-1{width:8.33333333%}.vc_col-md-pull-12{right:100%}.vc_col-md-pull-11{right:91.66666667%}.vc_col-md-pull-10{right:83.33333333%}.vc_col-md-pull-9{right:75%}.vc_col-md-pull-8{right:66.66666667%}.vc_col-md-pull-7{right:58.33333333%}.vc_col-md-pull-6{right:50%}.vc_col-md-pull-5{right:41.66666667%}.vc_col-md-pull-4{right:33.33333333%}.vc_col-md-pull-3{right:25%}.vc_col-md-pull-2{right:16.66666667%}.vc_col-md-pull-1{right:8.33333333%}.vc_col-md-pull-0{right:auto}.vc_col-md-push-12{left:100%}.vc_col-md-push-11{left:91.66666667%}.vc_col-md-push-10{left:83.33333333%}.vc_col-md-push-9{left:75%}.vc_col-md-push-8{left:66.66666667%}.vc_col-md-push-7{left:58.33333333%}.vc_col-md-push-6{left:50%}.vc_col-md-push-5{left:41.66666667%}.vc_col-md-push-4{left:33.33333333%}.vc_col-md-push-3{left:25%}.vc_col-md-push-2{left:16.66666667%}.vc_col-md-push-1{left:8.33333333%}.vc_col-md-push-0{left:auto}.vc_col-md-offset-12{margin-left:100%}.vc_col-md-offset-11{margin-left:91.66666667%}.vc_col-md-offset-10{margin-left:83.33333333%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-8{margin-left:66.66666667%}.vc_col-md-offset-7{margin-left:58.33333333%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-5{margin-left:41.66666667%}.vc_col-md-offset-4{margin-left:33.33333333%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-2{margin-left:16.66666667%}.vc_col-md-offset-1{margin-left:8.33333333%}.vc_col-md-offset-0{margin-left:0}.vc_col-md-5\/5{width:100%}.vc_col-md-4\/5{width:80%}.vc_col-md-3\/5{width:60%}.vc_col-md-2\/5{width:40%}.vc_col-md-1\/5{width:20%}.vc_col-md-pull-5\/5{right:100%}.vc_col-md-pull-4\/5{right:80%}.vc_col-md-pull-3\/5{right:60%}.vc_col-md-pull-2\/5{right:40%}.vc_col-md-pull-1\/5{right:20%}.vc_col-md-pull-0\/5{right:auto}.vc_col-md-push-5\/5{left:100%}.vc_col-md-push-4\/5{left:80%}.vc_col-md-push-3\/5{left:60%}.vc_col-md-push-2\/5{left:40%}.vc_col-md-push-1\/5{left:20%}.vc_col-md-push-0\/5{left:auto}.vc_col-md-offset-5\/5{margin-left:100%}.vc_col-md-offset-4\/5{margin-left:80%}.vc_col-md-offset-3\/5{margin-left:60%}.vc_col-md-offset-2\/5{margin-left:40%}.vc_col-md-offset-1\/5{margin-left:20%}.vc_col-md-offset-0\/5{margin-left:0}}@media(min-width:1300px){.vc_col-lg-12{width:100%}.vc_col-lg-11{width:91.66666667%}.vc_col-lg-10{width:83.33333333%}.vc_col-lg-9{width:75%}.vc_col-lg-8{width:66.66666667%}.vc_col-lg-7{width:58.33333333%}.vc_col-lg-6{width:50%}.vc_col-lg-5{width:41.66666667%}.vc_col-lg-4{width:33.33333333%}.vc_col-lg-3{width:25%}.vc_col-lg-2{width:16.66666667%}.vc_col-lg-1{width:8.33333333%}.vc_col-lg-pull-12{right:100%}.vc_col-lg-pull-11{right:91.66666667%}.vc_col-lg-pull-10{right:83.33333333%}.vc_col-lg-pull-9{right:75%}.vc_col-lg-pull-8{right:66.66666667%}.vc_col-lg-pull-7{right:58.33333333%}.vc_col-lg-pull-6{right:50%}.vc_col-lg-pull-5{right:41.66666667%}.vc_col-lg-pull-4{right:33.33333333%}.vc_col-lg-pull-3{right:25%}.vc_col-lg-pull-2{right:16.66666667%}.vc_col-lg-pull-1{right:8.33333333%}.vc_col-lg-pull-0{right:auto}.vc_col-lg-push-12{left:100%}.vc_col-lg-push-11{left:91.66666667%}.vc_col-lg-push-10{left:83.33333333%}.vc_col-lg-push-9{left:75%}.vc_col-lg-push-8{left:66.66666667%}.vc_col-lg-push-7{left:58.33333333%}.vc_col-lg-push-6{left:50%}.vc_col-lg-push-5{left:41.66666667%}.vc_col-lg-push-4{left:33.33333333%}.vc_col-lg-push-3{left:25%}.vc_col-lg-push-2{left:16.66666667%}.vc_col-lg-push-1{left:8.33333333%}.vc_col-lg-push-0{left:auto}.vc_col-lg-offset-12{margin-left:100%}.vc_col-lg-offset-11{margin-left:91.66666667%}.vc_col-lg-offset-10{margin-left:83.33333333%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-8{margin-left:66.66666667%}.vc_col-lg-offset-7{margin-left:58.33333333%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-5{margin-left:41.66666667%}.vc_col-lg-offset-4{margin-left:33.33333333%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-2{margin-left:16.66666667%}.vc_col-lg-offset-1{margin-left:8.33333333%}.vc_col-lg-offset-0{margin-left:0}}@media(min-width:690px){.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5{float:left}.vc_col-sm-pull-5\/5{right:100%}.vc_col-sm-pull-4\/5{right:80%}.vc_col-sm-pull-3\/5{right:60%}.vc_col-sm-pull-2\/5{right:40%}.vc_col-sm-pull-1\/5{right:20%}.vc_col-sm-pull-0\/5{right:auto}.vc_col-sm-push-5\/5{left:100%}.vc_col-sm-push-4\/5{left:80%}.vc_col-sm-push-3\/5{left:60%}.vc_col-sm-push-2\/5{left:40%}.vc_col-sm-push-1\/5{left:20%}.vc_col-sm-push-0\/5{left:auto}.vc_col-sm-offset-5\/5{margin-left:100%}.vc_col-sm-offset-4\/5{margin-left:80%}.vc_col-sm-offset-3\/5{margin-left:60%}.vc_col-sm-offset-2\/5{margin-left:40%}.vc_col-sm-offset-1\/5{margin-left:20%}.vc_col-sm-offset-0\/5{margin-left:0}}@media(min-width:1000px){.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5{float:left}}@media(min-width:1300px){.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5{float:left}.vc_col-lg-5\/5{width:100%}.vc_col-lg-4\/5{width:80%}.vc_col-lg-3\/5{width:60%}.vc_col-lg-2\/5{width:40%}.vc_col-lg-1\/5{width:20%}.vc_col-lg-pull-5\/5{right:100%}.vc_col-lg-pull-4\/5{right:80%}.vc_col-lg-pull-3\/5{right:60%}.vc_col-lg-pull-2\/5{right:40%}.vc_col-lg-pull-1\/5{right:20%}.vc_col-lg-pull-0\/5{right:auto}.vc_col-lg-push-5\/5{left:100%}.vc_col-lg-push-4\/5{left:80%}.vc_col-lg-push-3\/5{left:60%}.vc_col-lg-push-2\/5{left:40%}.vc_col-lg-push-1\/5{left:20%}.vc_col-lg-push-0\/5{left:auto}.vc_col-lg-offset-5\/5{margin-left:100%}.vc_col-lg-offset-4\/5{margin-left:80%}.vc_col-lg-offset-3\/5{margin-left:60%}.vc_col-lg-offset-2\/5{margin-left:40%}.vc_col-lg-offset-1\/5{margin-left:20%}.vc_col-lg-offset-0\/5{margin-left:0}}@media only screen and (min-width :690px) and (max-width :999px){.vc_col-sm-1[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-1{width:8.33333333%}.vc_col-sm-2[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-2{width:16.66666667%}.vc_col-sm-3[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-3{width:25%}.vc_col-sm-4[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-4{width:33.33333333%}.vc_col-sm-5[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-5{width:41.66666667%}.vc_col-sm-6[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-6{width:50%}.vc_col-sm-7[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-7{width:58.33333333%}.vc_col-sm-8[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-8{width:66.66666667%}.vc_col-sm-9[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-9{width:75%}.vc_col-sm-10[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-10{width:83.33333333%}.vc_col-sm-11[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-11{width:91.66666667%}}@media only screen and (max-width :690px){[class*=vc_col-]:not([class*=vc_col-xs]){width:100%}.wpb_column:not([class*=vc_col-xs]){width:100%;margin-bottom:25px}}@media only screen and (min-width :1px) and (max-width :999px){.vc_row-fluid .wpb_column[class*=vc_col-xs]:not(.vc_col-xs-12),.vc_row-fluid.full-width-content .col,.vc_row-fluid.full-width-content .col .wpb_row,.vc_row-fluid.vc_row[data-column-margin=none] .col{margin-bottom:0}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}input[type=submit]{-webkit-appearance:none}html{max-width:100%;overflow-y:scroll;overflow-x:hidden}body{max-width:100%;overflow:hidden;background:#fff;font-family:'Open Sans',sans-serif;color:#676767;position:relative}ol,ul{list-style:none}input[type=text]::-ms-clear{display:none}sup{font-size:.5em;vertical-align:super}sub{font-size:.5em;vertical-align:sub}p:empty{display:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:root{--scroll-bar-w:-2px}.container{margin:0 auto;position:relative;max-width:880px}.row{position:relative}.main-content>.row,header .row{margin-left:0;margin-right:0}.clr:after,.col:after,.group:after,.row:after{content:"";display:block;height:0;clear:both;visibility:hidden}.row,div.clear{padding-bottom:24px}@media(min-width:690px){.span_1{width:6.5%}.span_2{width:15%}.span_3{width:23.5%}.span_4{width:32%}.span_5{width:40.5%}.span_6{width:49%}.span_7{width:57.5%}.span_8{width:66%}.span_9{width:74.5%}.span_10{width:83%}.span_11{width:91.5%}.span_12{width:100%}}body{font-size:14px;-webkit-font-smoothing:antialiased;font-family:'Open Sans';font-weight:400;line-height:26px}body:not(.nectar-no-flex-height){display:flex;flex-direction:column;min-height:100vh}@media only screen and (min-width:1000px){body.admin-bar:not(.nectar-no-flex-height){min-height:calc(100vh - 32px)}}body:not(.nectar-no-flex-height) #ajax-content-wrap,body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap,body:not(.nectar-no-flex-height) .ocm-effect-wrap,body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner{display:flex;flex-direction:column;flex-grow:1}body:not(.nectar-no-flex-height) .container-wrap{flex-grow:1}p{-webkit-font-smoothing:antialiased}body .ui-widget{font-family:'Open Sans';font-weight:400}.nectar-skip-to-content:not(:focus),.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}@media only screen and (min-width:1000px){.nectar-mobile-only{display:none}}@media only screen and (max-width:999px){.nectar-mobile-only.mobile-header{display:inline-block}}.nectar-mobile-only.mobile-header .inner,.nectar-mobile-only.mobile-header .inner ul{display:flex}.nectar-mobile-only.mobile-header li{float:none;line-height:1;display:flex;align-items:center;margin:0 8px;overflow:visible!important}@media only screen and (max-width:690px){#header-outer .nectar-mobile-only.mobile-header li[class*=menu-item-btn-style-button]:not(.menu-item-hidden-text) .nectar-menu-icon{display:none}}body .nectar-mobile-only.mobile-header a{color:inherit;font-size:13px;line-height:1}.nectar-mobile-only.mobile-header .menu-item-has-children ul{display:none!important}.nectar-display-inline{display:inline}.nectar-display-inline-block{display:inline-block}.nectar-display-block{display:block}.nectar-bg-black{background-color:#000}.nectar-bg-white{background-color:#fff}#header-outer .screen-reader-text{height:1px}.overflow-x-hidden{overflow-x:hidden}.nectar-overflow-hidden{overflow:hidden}.nectar-pseudo-expand:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';display:block}.alignleft{float:left;margin-right:15px}.alignright{float:right;margin-left:15px}.aligncenter{display:block;margin:15px auto}.no-bottom-padding{padding-bottom:0}.col.center{text-align:center}.col.right{text-align:right}.wp-smiley{margin-bottom:0}dt{font-family:'Open Sans';font-weight:600;color:#333}dd{padding-left:20px}.gallery-caption{margin-left:0;margin-bottom:10px;padding:0 10px}#wpstats{display:none}.post-area:not(.masonry) .sticky{margin-bottom:50px}.post-area:not(.masonry) .sticky .content-inner{margin-bottom:0;padding-bottom:0;border-bottom:0;box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff;padding:25px;position:relative}div[id=wpadminbar]{z-index:1000000!important}table{font-size:12px;margin-bottom:20px}.wp-caption{max-width:100%;position:relative}.wp-caption .wp-caption-text{max-width:90%;width:auto;margin-left:5%;display:inline-block;margin-bottom:5px;background-color:#fff;box-shadow:0 10px 35px rgba(0,0,0,.1)}.row .col .wp-caption .wp-caption-text,.wp-caption .wp-caption-text{padding:10px 15px;top:-25px;position:relative;border-left:4px solid #000}.row .col .wp-caption img,.wp-caption img{margin-bottom:0;display:block;margin-right:0}em{font-style:italic}caption,td,th{font-weight:400;text-align:left}.container-wrap,.project-title{background-color:#f8f8f8;position:relative;z-index:10;margin-top:0;padding-top:40px;padding-bottom:40px}body[data-header-resize="0"] .container-wrap,body[data-header-resize="0"] .project-title{margin-top:0;padding-top:40px}body.page-template-template-no-header .container-wrap,body.page-template-template-no-header-footer .container-wrap,body.single-salient_g_sections .container-wrap{padding-top:0}.clear{clear:both}.subheader{color:#6f6f6f;margin-bottom:15px}a{color:#3555ff;text-decoration:none;transition:color .3s}a:hover{color:inherit}h1{font-size:54px;line-height:62px;margin-bottom:7px}h2{font-size:34px;line-height:44px;margin-bottom:7px}h3{font-size:22px;line-height:34px;margin-bottom:7px}h4{font-size:18px;line-height:32px;margin-bottom:7px}h5{font-size:16px;line-height:26px;margin-bottom:7px}h6{font-size:14px;line-height:24px;margin-bottom:7px}h1,h2,h3,h4,h5,h6{color:#444;letter-spacing:0;-webkit-font-smoothing:antialiased;font-family:'Open Sans';font-weight:600}.bold,b,strong{font-family:'Open Sans';font-weight:600}.uppercase{font-weight:700;text-transform:uppercase}.tiny{font-size:14px;line-height:22px}body h1.light,body h2.light,body h3.light,body h4.light,body h5.light,body h6.light,p.light{text-transform:none;font-weight:300}body h1 em,body h2 em,body h3 em,body h4 em{font-size:inherit}.text-align-center{text-align:center}p{padding-bottom:27px}.row .col p:last-child{padding-bottom:0}.container .row:last-child,.wpb_wrapper .clear{padding-bottom:0}.wpb_wrapper>div{margin-bottom:24px}.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child .hover-wrap,.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child img,.row .wpb_wrapper>img:last-child,.wpb_wrapper>div:last-child{margin-bottom:0}.pum-overlay .pum-container,.pum-overlay .pum-container .pum-content,body .pum-overlay{line-height:inherit}blockquote{font-family:'Open Sans';font-weight:300;line-height:40px;font-size:22px;padding-left:0;letter-spacing:.5px;margin-bottom:30px}ol,ul{margin-left:30px;margin-bottom:30px}li ol,li ul{margin-bottom:0}ul li{list-style:disc;list-style-position:outside}ol li{list-style:decimal;list-style-position:outside}#footer-outer ol,#footer-outer ul,#header-outer .button_social_group ul,#header-outer nav>ul,#header-outer ol,#header-secondary-outer ol,#header-secondary-outer ul,#mobile-menu ol,#mobile-menu ul,#search-outer ol,#search-outer ul,#slide-out-widget-area ol,#slide-out-widget-area ul{margin:0}#footer-outer ol li,#footer-outer ul li,#header-outer ol li,#header-outer ul li,#header-secondary-outer ol li,#header-secondary-outer ul li,#mobile-menu ol li,#mobile-menu ul li,#search-outer ol li,#search-outer ul li,#slide-out-widget-area ol li,#slide-out-widget-area ul li{list-style:none}.main-content img{max-width:100%;height:auto}.no-transform{-webkit-transform:inherit!important;transform:inherit!important}html.no-overflow-y{overflow-y:hidden!important}html.no-overflow-y body{overflow-y:hidden}.light h1,.light h2,.light h3,.light h4,.light h5,.light h6,.light p{color:#fff}code{display:block;clear:both;overflow:auto;padding:1.6em;margin-bottom:1.6em;white-space:pre;background-color:#f0f0f0;font:14px "Andale Mono",Courier,"Courier New",monospace}pre{background:#f0f0f0;font-family:"Andale Mono",Courier,"Courier New",monospace;font-size:14px;font-size:.9375rem;padding:1.6em;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto}.no-left-margin.first-section{height:auto!important}.row .col h3,.row .col h4{margin-bottom:8px}.vc_separator.vc_separator_align_center h3,.vc_separator.vc_separator_align_center h4{margin-bottom:0}.row .col img{margin-bottom:15px;max-width:100%;height:auto}.wpb_gallery_slidesimage_grid .portfolio-items .col img{width:100%}.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img,.row .col .wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%;margin-bottom:0}body .container-wrap [class*=wp-block].alignfull{margin-left:-50vw!important;left:50%;max-width:100vw;width:100vw;position:relative}body .container-wrap [class*=wp-block].alignfull img,body .container-wrap [class*=wp-block].alignwide img{max-width:none;width:100%}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}body[data-form-submit=regular] .wp-block-search__inside-wrapper button[type=submit]{color:#fff}blockquote.wp-block-quote{position:relative;padding-left:1.3em}blockquote.wp-block-quote:before{display:block;position:absolute;left:0;top:0;height:100%;width:4px;content:'';border-left:4px solid rgba(0,0,0,.1)}blockquote.wp-block-quote.has-text-align-center:before{display:none}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-style:inherit;font-size:1em}blockquote.wp-block-quote p{margin-bottom:0}blockquote.wp-block-quote cite{font-size:14px;line-height:18px;display:block}.wpb_text_column>.wpb_wrapper>:last-child{margin-bottom:0}.gallery a img{width:90%;max-width:90%;height:auto;max-height:90%;padding:5px;background-color:#fff;border:1px solid #e5e5e5!important;transition:all .2s linear}#ajax-loading-screen .loading-icon{background-repeat:no-repeat;background-position:center center;display:block;position:absolute;opacity:0;top:0;left:0;width:100%;height:100%}.default-loading-icon{top:50%;border-radius:100%;height:40px;width:40px;margin:0 auto;display:block;position:relative;border:3px solid #e5e5e5;margin-top:-20px}.default-loading-icon:before{position:absolute;content:"";border-color:#000 transparent transparent;border-radius:100%;border-style:solid;border-width:3px;display:block;height:100%;width:100%;top:-3px;left:-3px}.default-loading-icon.spin,.loading-icon.spin,.portfolio-loading.spin,.pp_loaderIcon.spin{animation:2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite spinning_animation}.default-skin-loading-icon{width:100%;height:100%;background-position:center;display:block;background-repeat:no-repeat;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/loading-white-bg.gif)}@keyframes spinning_animation{0%{transform:scale(1) rotate(0)}50%{transform:scale(.8) rotate(360deg)}100%{transform:scale(1) rotate(720deg)}}@keyframes bounce_in_animation{0%{transform:scale(0,0)}20%{transform:scale(1.4,1.4)}50%{transform:scale(.8,.8)}85%{transform:scale(1.1,1.1)}100%{transform:scale(1,1)}}.nectar-global-section{position:relative}.nectar-global-section.before-footer{z-index:11}.nectar-global-section.after-nav{z-index:12}.nectar-global-section.after-nav>.row,.nectar-global-section.before-footer>.row{padding-bottom:0}#portfolio-extra>.wpb_row:last-child,.container-wrap .row>.wpb_row:last-child,.home-wrap .row>.wpb_row:last-child{margin-bottom:0}.wpb_content_element,.wpb_row{margin-bottom:35px}#ajax-content-wrap .wpb_row.has-global-section,.wpb_row.has-global-section{margin-bottom:0}body.page-template-template-portfolio-php .container-wrap,body.single-portfolio .container-wrap,body.tax-project-type .container-wrap,body[data-bg-header=true] .container-wrap{padding-top:25px;margin-top:0!important;padding-bottom:40px}#header-space{height:90px;background-color:#fff}#header-outer{width:100%;top:0;left:0;position:fixed;padding:28px 0 0 0;background-color:#fff;z-index:9999;overflow:visible}body.page-template-template-no-header #header-outer,body.page-template-template-no-header-footer #header-outer{visibility:hidden;padding:0}body[data-transparent-nav="1"][data-header-color=light] #header-outer{background-color:rgba(255,255,255,.965)}.admin-bar #header-outer,.logged-in.buddypress #header-outer{top:32px}#top #logo{width:auto;max-width:none;line-height:22px;font-size:22px;letter-spacing:-1px;color:#444;font-family:'Open Sans';font-weight:600;align-self:center}#top #logo .retina-logo,#top .span_3 #logo .mobile-only-logo{display:none}#top #logo .starting-logo{position:absolute;top:0;opacity:0;left:0}#top #logo:focus,#top #logo:hover{color:#000}#top #logo img{text-indent:-9999px;max-width:none;width:auto;margin-bottom:0;display:block;transition:opacity .4s ease}#header-outer[data-transparent-header=true] #top #logo img.stnd{position:relative}#top{position:relative;z-index:9998;width:100%}#top .container .row{padding-bottom:0}#top nav>ul{overflow:visible;transition:padding .8s ease,margin .25s ease;min-height:1px;line-height:1px}#top nav .no-menu-assigned{visibility:hidden}#top nav .no-menu-assigned a{min-height:10px;width:10px}body:not(.ascend) #top nav>.buttons{margin-left:15px}body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons{margin-left:0}body:not(.ascend) #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #search-btn{margin-left:22px}#top nav>.buttons{transition:padding .8s ease}#top nav>ul .slide-out-widget-area-toggle{transition:margin .25s ease}.side-widget-open #top nav>ul .slide-out-widget-area-toggle{transition:margin .75s ease}#header-outer[data-transparency-option="1"][data-full-width=true].side-widget-open{box-shadow:none}.side-widget-open.no-bg-color{border-color:transparent!important}#header-outer #top nav>.buttons{right:0;height:100%;overflow:hidden}body #header-outer[data-using-pr-menu=true] #top nav>.buttons{display:block;overflow:visible}body.material #header-outer[data-using-pr-menu=true] #top nav>.buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}#top nav ul li{float:right}#top nav>ul>li{float:left}#top nav>ul>li>a,.pull-left-wrap>ul>li>a{padding:0 10px 0 10px;display:block;color:#676767;font-size:14px;line-height:20px;transition:color .2s ease}body #header-outer[data-full-width=true] #top nav>.buttons{margin-left:0}#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,#top .slide-out-widget-area-toggle[data-custom-color=true] a:before,#top nav>ul>li[class*=button_solid_color]>a:before{display:block;position:absolute;left:0;padding-bottom:10px;-webkit-transform:translateY(-7px);transform:translateY(-7px);width:100%;height:24px;content:' ';z-index:-1;transition:opacity .2s ease}body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:before{top:6px}body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:after{top:-6px}#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before,#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav>ul>li[class*=button_]>a:before{-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%}#header-outer.transparent #top nav>ul>li[class*=button_bordered]>a:before,#top nav>ul>li[class*=button_bordered]>a:before{border:2px solid #fff;display:block;position:absolute;left:0;padding-bottom:10px;-webkit-transform:translateY(-7px);transform:translateY(-7px);width:100%;height:34px;content:' ';z-index:-1;box-sizing:border-box;transition:border-color .2s ease}#top nav>ul>li[class*=button_bordered]>a:before{border-color:rgba(0,0,0,.4)}.light-text #top nav>ul>li[class*=button_bordered]>a:before{border-color:#fff}#header-outer #top nav>ul>li[class*=button_solid_color]>a,#header-outer #top nav>ul>li[class*=button_solid_color]>a .sf-sub-indicator i,#header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].current-menu-ancestor>a i,#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current-menu-ancestor>a,#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current_page_ancestor>a{color:#fff!important}#header-outer.dark-text #top nav>ul>li[class*=button_solid_color]>a,#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,#header-outer[data-lhe=default] #top nav .sf-menu .current_page_item[class*=button_solid_color]>a,#top nav>ul>li[class*=button_solid_color]>a,body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a{color:#fff!important;opacity:1!important;padding-left:20px;padding-right:20px}#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_bordered]>a,#header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a,#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a,#top nav>ul>li[class*=button_bordered]>a,body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a{padding-left:20px;padding-right:20px}body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] #top nav>ul>li:last-child>a,body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=centered-menu][data-cart=false] #top nav>.buttons>li:last-child>a{margin-right:0}#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a{padding:0 18px;display:block;position:relative}#header-outer #top nav .slide-out-widget-area-toggle[data-custom-color=true]:not(.mobile-icon) a:not(.using-label){width:22px}#header-outer[data-lhe=animated_underline] #top nav>ul>li>a{padding-left:0;padding-right:0;margin-right:10px;margin-left:10px}#top nav ul li a,body[data-header-color=light] .mobile-header,body[data-header-color=light] .span_9>.slide-out-widget-area-toggle a .label{color:#999}.sf-menu{line-height:1;float:left;margin-bottom:30px}.sf-menu ul li{font-weight:400;width:100%}.sub-menu{z-index:3}.sf-menu:not(.buttons) a:focus{outline:0 none}.sf-menu ul li a{margin:0}.sf-sub-indicator{display:inline-block;width:10px;position:relative;left:8px;height:10px}.sf-sub-indicator i{width:8px}.sf-sub-indicator [class^=icon-],body .sf-sub-indicator [class*=" icon-"]{color:#888;font-size:12px;line-height:16px;height:auto;background-color:transparent}.material .sf-menu>li>a>.sf-sub-indicator i{font-size:16px}.sf-vertical,.sf-vertical li{width:100%}.sf-menu,.sf-menu *{list-style:none outside none;margin:0;padding:0;z-index:10}.sf-menu{line-height:1}.sf-menu ul{position:absolute;top:100%;left:0;pointer-events:none}.sf-menu ul li,.sf-menu ul li li{font-size:12px;width:100%}.sf-menu .menu-item a{outline:0 none}.sf-menu li{float:left;outline:0 none;line-height:0;font-size:12px;position:relative}.sf-menu a{display:block;position:relative;text-decoration:none}.sf-menu .sf-with-ul a{min-width:1px}#header-outer .sf-menu li ul li a{font-size:12px;line-height:13px;transition:none;letter-spacing:0}.sf-menu li ul li .sf-sub-indicator{right:14px;left:auto;top:14px;display:block;position:absolute}.sf-menu li ul li a,.sf-menu li ul li li a{box-shadow:none}.sf-menu ul li a,.sf-menu ul li li a{border-radius:0;box-shadow:none;text-shadow:none}body #header-secondary-outer nav>ul>li>.temp-hidden-display,body #top nav>ul>li>.temp-hidden-display{display:block!important;opacity:0;left:0!important;right:auto!important}body #header-secondary-outer nav>ul>.edge>ul,body #top nav>ul>.edge>ul{left:auto;right:0}body #header-secondary-outer nav>ul>li .edge>ul,body #top nav>ul>li .edge>ul{left:auto;right:0}#top .span_9{position:static}#header-outer nav>ul>.megamenu{position:inherit}#header-outer nav>ul>.megamenu>.sub-menu{width:100%;left:0;padding:15px 0;display:table;background-color:#1c1c1c}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu,#header-outer nav>ul>.nectar-megamenu-menu-item>.sub-menu{display:flex}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu{padding:0}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li{padding:20px}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li.megamenu-column-padding-none{padding:0}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li{width:auto;display:block;flex:1}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item .widget-area-active a{padding:0}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item[class*=align-]:not(.width-100)>ul{left:auto}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-50>ul{width:45em}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-75>ul{width:70em}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul,#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li{background-size:cover;background-position:center}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul{overflow:hidden}#header-outer .sf-menu>.megamenu.nectar-megamenu-menu-item li .widget-area-active img{margin-bottom:0}#header-outer .sf-menu>.megamenu.nectar-megamenu-menu-item li .widget-area-active ul{margin-left:0;margin-top:0;padding:0}#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active{height:100%}#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active li{line-height:2em}#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li.menu-item.megamenu-column-padding-none>a{margin-bottom:0}body[data-megamenu-width=full-width] #header-outer #top .sf-menu>.megamenu.nectar-megamenu-menu-item.width-100>ul{border-radius:0}#header-outer .menu-item-hidden-text>a .menu-title-text,#header-outer .menu-item-hidden-text>a .nectar-ext-menu-item .menu-title-text,#mobile-menu .menu-item-hidden-text:not(.menu-item-has-icon)>a .nectar-ext-menu-item>.inner-content>.title,#slide-out-widget-area .menu-item-hidden-text:not(.menu-item-has-icon)>a>.nectar-ext-menu-item>.inner-content>.title,#slide-out-widget-area .menu-item-hidden-text>a>.menu-title-text,#slide-out-widget-area .menu-item-hidden-text>a>.nectar-ext-menu-item .menu-title-text,#slide-out-widget-area .menu-item-hidden-text>a>.nectar-menu-icon-text>.menu-title-text{display:none}@media only screen and (min-width:1000px){.menu-item-hidden-text.menu-item-hidden-text--mobile-only>a .menu-title-text{display:inline!important}}#header-outer .menu-item-hidden-text:not(.menu-item-hidden-text--mobile-only)>a>.nectar-menu-icon,#slide-out-widget-area .menu-item-hidden-text>a>.nectar-menu-icon{margin-right:0}.page-submenu.no-trans,.post-area.masonry,.posts-container article.ajax-loaded,.sf-menu>.no-trans>ul,body #slide-out-widget-area-bg.fullscreen-alt.no-transition,body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition,body .no-transition,body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation,body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation,body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open){-webkit-transition:none!important;transition:none!important}#header-outer nav>ul>.megamenu>.sub-menu{display:table}#header-outer nav>ul>.megamenu>.sub-menu{padding:30px 0}#header-outer nav>ul>.megamenu>ul>li{padding:0 0 0 30px;border:none}#header-outer .widget_shopping_cart .buttons,#header-outer .widget_shopping_cart .cart_list,#header-outer .widget_shopping_cart .total,#header-outer[data-format=centered-menu] #top nav>ul>li>ul>li,#header-secondary-outer .sf-menu>li>ul>li,#top nav>ul>li>ul>li{opacity:0;transition:transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1);-webkit-transition:transform .65s cubic-bezier(.2,.8,.25,1),opacity .65s cubic-bezier(.2,.8,.25,1)}#header-outer .widget_shopping_cart,#header-outer .widget_shopping_cart .cart_list,.nectar-social.full-width>*,.wpcf7-form-control-wrap{display:block!important}#header-outer nav>ul>.megamenu>ul>li:last-child{padding-right:30px}[data-megamenu-width=full-width] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li{padding-right:30px;padding-left:0}[data-megamenu-width=full-width] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li:last-child{padding-right:0;padding-left:0}#header-outer nav>ul>.megamenu>ul>li>ul{margin:0;padding:0}#top nav>ul>.megamenu>ul>li{width:33.33%}#top nav>ul>.megamenu>ul>li{display:table-cell;float:none}#top nav>ul>.megamenu.columns-2>ul>li{width:50%}#top nav>ul>.megamenu.columns-3>ul>li{width:33.33%}#top nav>ul>.megamenu.columns-4>ul>li{width:25%}#top nav>ul>.megamenu.columns-5>ul>li{width:20%}#top nav>ul>.megamenu.columns-6>ul>li{width:16.66%}#header-outer nav>ul>.megamenu>ul>li ul{display:block;top:0!important;width:100%;opacity:1!important;left:0!important;box-shadow:none;position:relative}#header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul{margin-left:0;padding-right:0;padding-left:0}#header-outer nav>ul>.megamenu ul li{float:none}#header-outer nav>ul>.megamenu ul li a{border-bottom:none;padding:9px 15px}body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>a,body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a{color:#444}body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul{padding-bottom:15px}body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul{padding-bottom:20px}body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul:last-child>ul{padding-bottom:0}#header-outer nav>ul>.megamenu>.sub-menu>li a,#header-outer nav>ul>.megamenu>ul>.sfHover>a,#header-outer nav>ul>.megamenu>ul>li>a:hover,body #header-outer nav>ul>.megamenu>.sub-menu>li a,body #header-outer nav>ul>.megamenu>.sub-menu>li>a,body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>a,body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul.current-menu-item>a,body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a{background-color:transparent!important}#header-secondary-outer .sf-menu li ul li a,#top .sf-menu li ul li a{background-color:transparent}#header-outer .sf-menu li ul li a .item_desc,#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc{display:block;font-size:14px;line-height:22px}#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc{display:none;opacity:.75}body[data-header-format=left-header] #top .sf-menu li ul li a .item_desc{margin-bottom:10px}#header-secondary-outer .menu-item-language .iclflag,#top .menu-item-language .iclflag{top:1px;position:relative;margin-right:4px}.sf-menu>li>ul{opacity:0;pointer-events:none;display:block;transform:translateY(-9999px);box-shadow:0 6px 28px rgba(0,0,0,.08)}.sf-menu>li.sfHover>ul{transform:none}.sf-menu>li ul{padding:20px;width:20em}#header-outer nav>ul>.megamenu ul li a,.sf-menu>li ul a{padding:6px 6px}.sf-menu li ul li .sf-sub-indicator{top:6px;right:6px}body[data-header-color=light]:not([data-header-format=left-header]) #header-outer:not(.transparent) .sf-menu>li ul{border-top:1px solid #e9e9e9}#header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) ul{border-top:none}#header-outer nav>ul>.megamenu>.sub-menu,#header-secondary-outer .sf-menu li ul,body:not([data-header-format=left-header]) #top .sf-menu li ul{background-color:#fff}#header-outer .sf-menu li ul li a{color:#999}.sf-menu .megamenu li ul{-webkit-transform:none;transform:none;box-shadow:none}#header-outer #header-secondary-outer .sf-menu .megamenu li ul,#header-outer #top .sf-menu .megamenu li ul,[data-header-color=light] #header-outer:not(.transparent) .sf-menu>.megamenu li ul{border-top:0}.sf-menu li li ul{display:block;visibility:visible;top:0!important;z-index:auto;left:20em;margin-left:-20px;margin-top:-20px;-webkit-transition:transform .25s,opacity .25s;transition:transform .25s,opacity .25s;box-shadow:0 19px 35px rgba(0,0,0,.11);opacity:0;pointer-events:none;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}body[data-header-color=custom] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul,body[data-header-color=light] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul{margin-top:-21px}body[data-header-color=custom] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul,body[data-header-color=light] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul,body[data-header-color=light] #header-secondary-outer .sf-menu>li:not(.megamenu) li ul,body[data-header-color=light] .sf-menu>li:not(.megamenu) li ul{margin-top:-20px}.sf-menu ul li a{border-bottom:0}.sf-menu .sfHover>ul{pointer-events:all;opacity:1}.sf-menu ul .sfHover>ul{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sf-menu>li.sfHover:not(.megamenu)>ul:not(.on-left-side){left:0}body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header=true]){transition:box-shadow .42s ease,opacity .3s ease,transform .32s ease}@media only screen and (min-width:1000px){#header-outer:not([data-format=left-header]){padding-top:0}#header-outer:not([data-format=left-header]) #top>.container>.row,#header-outer:not([data-format=left-header]) #top>.container>.row nav,#header-outer:not([data-format=left-header]) #top>.container>.row nav>ul,#header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li{display:-webkit-flex;display:-ms-flexbox;display:flex}#header-outer:not([data-format=left-header]) #top .span_3,#header-outer:not([data-format=left-header]) #top .span_9{display:-webkit-flex;display:-ms-flexbox;display:flex;float:none;width:auto}#header-outer .logo-spacing{line-height:0}#header-outer[data-format=default] #top .span_9{margin-left:auto}#header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons),#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav,#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav,#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons){-webkit-justify-content:center;justify-content:center}#header-outer:not([data-format=left-header]) #top nav>.buttons{overflow:visible;height:auto}#header-outer:not([data-format=left-header]) #top nav>ul>li{-webkit-align-items:center;align-items:center}#header-outer:not([data-format=left-header]) #top nav>ul{float:none;display:inline-block;vertical-align:middle}#header-outer #top>.container>.row .right-aligned-menu-items nav{flex-direction:row-reverse;-webkit-flex-direction:row-reverse}#header-outer[data-format=centered-menu-bottom-bar] .row,#header-outer[data-format=centered-menu-under-logo] .row{-webkit-flex-direction:column;flex-direction:column}}@media only screen and (max-width:999px){#top .col.span_9{text-align:right;line-height:0}#header-outer #top #mobile-cart-link i,#header-outer .mobile-search .icon-salient-search,#header-outer .mobile-user-account .icon-salient-m-user,#top .span_9>.slide-out-widget-area-toggle>div{position:relative;display:block;top:50%;font-size:18px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent}#header-outer #top .mobile-user-account,#top #mobile-cart-link,#top .mobile-search,#top .span_9>.slide-out-widget-area-toggle{position:relative;width:auto;padding:0 10px;top:auto;right:auto;margin-bottom:0;margin-top:0;display:inline-block;vertical-align:middle;line-height:0;height:100%;-webkit-transform:none;transform:none}body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before,body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before{background-color:rgba(0,0,0,.06)}#header-outer[data-cart=true] #top #mobile-cart-link,#header-outer[data-cart=true] #top .span_9>.slide-out-widget-area-toggle,#top .mobile-search{padding:0 10px}#header-outer[data-cart=true] #top .row .span_9>.slide-out-widget-area-toggle,#top .span_9>.slide-out-widget-area-toggle{padding-right:0}}@media only screen and (max-width:999px){.left-aligned-ocm .slide-out-widget-area-toggle .hover-effect,.slide-out-widget-area-toggle.mobile-icon a>span>.hover-effect{display:none}}#top nav ul #nectar-user-account a,#top nav ul #nectar-user-account a span,#top nav ul #search-btn a,#top nav ul #search-btn a span,#top nav ul .slide-out-widget-area-toggle a{line-height:20px;height:20px}#top .span_9>.slide-out-widget-area-toggle a.using-label .label,#top ul .slide-out-widget-area-toggle a .label{font-style:normal;display:inline-block;vertical-align:middle;margin-right:15px;line-height:1em;font-size:14px}#top .span_9>.slide-out-widget-area-toggle a.using-label .label{transition:color .2s ease}#top .span_9>.slide-out-widget-area-toggle a.using-label>span,#top ul .slide-out-widget-area-toggle a.using-label>span{display:inline-block;vertical-align:middle}#top .span_9>.slide-out-widget-area-toggle a.using-label,#top ul .slide-out-widget-area-toggle a.using-label,body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle a.using-label{width:auto;vertical-align:middle}#top nav .buttons li{line-height:12px;position:relative}#top nav .buttons .menu-item a{position:relative}#top nav ul #nectar-user-account a,#top nav ul #search-btn a,#top nav ul .slide-out-widget-area-toggle a{padding:0;width:24px;text-align:center;display:block;background-position:right top;background-repeat:no-repeat;box-sizing:content-box}#top nav ul[data-user-set-ocm=off] .slide-out-widget-area-toggle,body.material #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul[data-user-set-ocm=off]>.slide-out-widget-area-toggle{display:none}#top nav ul #nectar-user-account a span,#top nav ul #search-btn a span{top:0;background-color:transparent}#header-outer header .nectar-menu-icon-img{margin-bottom:0;width:18px;max-height:200px;height:auto;vertical-align:middle;transition:opacity .2s ease 50ms}#header-outer nav ul ul .nectar-menu-icon-img:not(.loaded){opacity:0}#header-outer ul.sf-menu>li>a>.nectar-menu-icon-img{max-height:40px}#header-outer ul.sf-menu>li.menu-item-has-icon>a{display:flex;align-items:center}#header-outer header .nectar-menu-icon,#header-outer header .nectar-menu-icon-img{margin-right:10px;top:0;line-height:inherit;display:inline-block}.nectar-menu-icon.svg-icon svg{width:18px;height:18px}.nectar-menu-icon.svg-icon svg path{fill:currentColor}#header-outer header .nectar-menu-icon{font-size:16px;top:0;vertical-align:middle}#header-outer header .nectar-menu-item-with-icon,#header-secondary-outer .nectar-menu-item-with-icon,#slide-out-widget-area .menu-item-has-icon>a{display:flex;align-items:flex-start}.off-canvas-menu-container .nectar-menu-icon{font-size:inherit;top:0;margin-right:10px}.off-canvas-menu-container .sub-menu .nectar-menu-icon{transform:none;margin-right:10px}.off-canvas-menu-container .nectar-menu-icon-img{max-width:40px;height:auto;margin-right:10px;width:100%}.nectar-menu-label{padding:5px 8px;line-height:1;font-size:12px;margin-left:5px;position:relative;display:inline-block;vertical-align:middle}.nectar-menu-label:before{opacity:.15}#header-outer #social-in-menu i,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i{font-size:18px;color:inherit;background-color:transparent;transition:transform .25s ease,opacity .2s ease;-webkit-transition:-webkit-transform .25s ease,opacity .2s ease;text-align:center;line-height:24px;height:22px;width:36px;position:relative}#header-outer #social-in-menu a{display:inline-block;margin-right:0;margin-left:0;overflow:hidden}#header-outer #social-in-menu a i:after,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after{position:absolute;top:100%;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%}#header-outer #social-in-menu a i:before{width:100%}#header-outer #social-in-menu .fa-vine:after,#header-outer #social-in-menu .fa-vine:before,#header-outer #social-in-menu [class*=fa-]:after,#header-outer #social-in-menu [class^=fa-]:after{text-decoration:inherit;display:block;speak:none}#header-outer #social-in-menu .fa-vine{display:block;text-align:center}#header-outer #social-in-menu i.fa-facebook{width:28px}#header-outer #top #social-in-menu i.fa-houzz,#header-outer #top #social-in-menu i.icon-salient-tiktok{font-size:16px}#header-outer[data-format=default] #social-in-menu{margin:0 0 0 30px}body.original #header-outer[data-full-width=true][data-format=default] #social-in-menu{margin-right:22px}#header-outer[data-lhe=animated_underline] #top nav>ul>#social-in-menu>a,#header-outer[data-lhe=default] #top nav>ul>#social-in-menu>a{margin-left:0;margin-right:0;padding-right:0;padding-left:0}#top #mobile-cart-link,#top .mobile-search,#top .mobile-user-account{display:none;text-align:right;z-index:10000}#top .span_9>.slide-out-widget-area-toggle{display:none;z-index:10000}#top #mobile-cart-link i,.mobile-search .icon-salient-search,.mobile-user-account .icon-salient-m-user{background-color:transparent;color:#a9a9a9;line-height:34px;font-size:18px;width:18px;transition:color .3s ease;-webkit-transition:color .3s ease}#header-outer #mobile-cart-link .cart-wrap span{border-radius:50%;height:16px;width:16px;text-align:center;line-height:16px;font-size:10px;display:block;visibility:hidden}#header-outer #mobile-cart-link .cart-wrap{position:absolute;top:50%;margin-top:-14px;right:1px;color:#fff}#header-outer #mobile-cart-link.first-load .cart-wrap span,#header-outer .first-load a.cart-contents .cart-wrap span{visibility:visible;animation:.6s ease-in-out .12s normal both 1 bounce_in_animation}.material .mobile-search .icon-salient-search,.material .mobile-user-account .icon-salient-m-user{color:#a9a9a9}body #header-outer.no-bg-color{box-shadow:none!important;background-color:transparent!important}#header-outer.slide-out-hover #top.all-hidden,#header-outer>.cart-outer.all-hidden{opacity:0}#header-outer[data-full-width=true][data-cart=true] #top nav ul .slide-out-widget-area-toggle{position:relative}#header-outer.dark-text #top nav ul #nectar-user-account a span,#header-outer.dark-text #top nav ul #search-btn a span{opacity:1}#header-outer .sf-menu .megamenu ul .sub-menu,.lines-button.x2.close .lines,.sf-menu .megamenu li ul{background-color:transparent!important}#header-outer[data-transparent-header=true] #logo .dark-version{position:absolute}.slide-out-hover-icon-effect:not(.small) .lines-button,body .slide-out-hover-icon-effect:not(.small) .lines-button{line-height:0;font-size:0}.slide-out-hover-icon-effect a{width:34px}.slide-out-hover-icon-effect.small a{width:auto}#search-outer{display:none}.ui-helper-hidden-accessible{display:none}#header-outer .row .col.span_3,#header-outer .row .col.span_9{width:auto}#header-outer .row .col.span_9{float:right}#header-outer[data-full-width=true] header>.container,body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu{width:100%;max-width:100%;padding:0 28px}#header-outer.highzI{z-index:9999}body[data-hhun="1"] #header-outer[data-remove-fixed="1"]{position:absolute}@media only screen and (min-width:1000px){body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached),body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent=false][data-using-secondary="1"]{top:0}}body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open){-webkit-transform:translateY(0);transform:translateY(0)}body[data-hhun="1"].original #header-outer[data-remove-border=true].detached:not(.side-widget-open){border-color:rgba(255,255,255,0)}body[data-hhun="1"] #header-outer[data-header-resize="0"]:not([data-format=left-header]).invisible{box-shadow:none}body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open){transition:transform .3s ease,box-shadow .3s ease;z-index:9998;pointer-events:none}body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open),body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open){transform:translateY(-100%)!important}body[data-hhun="1"] #header-outer.detached,body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true][data-permanent-transparent="1"].detached{position:fixed!important;z-index:9998}.mobile-video-image{position:absolute;z-index:1;top:0;left:0;display:none;height:100%;width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.using-mobile-browser .mobile-video-image{display:block}#page-header-bg .nectar-video-wrap,.wpb_row .nectar-video-wrap{position:absolute;top:0;left:0;padding-bottom:0;overflow:hidden;opacity:0;z-index:1}.wpb_row .mobile-video-image.column-video,.wpb_row .nectar-video-wrap.column-video{z-index:-1}body.using-mobile-browser #page-header-bg .nectar-video-wrap,body.using-mobile-browser .wpb_row .nectar-video-wrap{left:-3000px}body.using-mobile-browser .nectar-slider-wrap .slide-bg-wrap .video-wrap{bottom:-3000px}.wpb_row .nectar-video-wrap video{transition:opacity .25s ease;opacity:0}.wpb_row .nectar-video-wrap.position-loaded video{opacity:1}#page-header-bg .nectar-video-wrap{opacity:1;background-position:center;background-repeat:repeat;height:100%;width:100%}#page-header-bg .nectar-video-wrap video{opacity:0}.video-color-overlay{width:100%;height:100%;opacity:0;position:absolute;-webkit-backface-visibility:hidden;top:0;left:0;padding-bottom:0;z-index:3}#search-outer .ui-helper-hidden-accessible,.mejs-overlay-button,.mejs-overlay-loading,.mobile #search-outer .ui-widget-content,.wpb_row .nectar-video-wrap .mejs-container .mejs-controls{display:none!important}.wpb_row>.span_12{z-index:10}.wpb_row>.span_12{margin-bottom:0!important}.wpb_row>.span_12>.column_container:last-child{margin-bottom:0}#page-header-bg .container{z-index:100}.nectar-slider-loading{background-color:#393939;background-position:center;background-repeat:repeat;position:absolute;z-index:1000;top:0;left:0;width:100%;height:100%}body .full-width-section{-webkit-box-sizing:content-box;box-sizing:content-box}.full-width-section{background-size:cover;width:100%;position:relative}.full-width-content.parallax_section{background-size:cover}.full-width-content.vc_row-fluid .wpb_column{background-position:center;background-size:cover}.wpb_row{position:relative}.wpb_row.vc_row-o-full-height{min-height:99vh}#page-header-bg .page-header-bg-image-wrap,.full-width-section .row-bg,.wpb_row .row-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover}.column-image-bg-wrap.viewport-phone,.column-image-bg-wrap.viewport-tablet,.row-bg.viewport-phone,.row-bg.viewport-tablet{display:none}@media only screen and (max-width:999px) and (min-width:691px){.column-image-bg-wrap.viewport-tablet,.row-bg.viewport-tablet{display:block}.column-image-bg-wrap.viewport-desktop.has-tablet,.row-bg.viewport-desktop.has-tablet{display:none}}@media only screen and (max-width:690px){.column-image-bg-wrap.viewport-phone,.row-bg.viewport-phone{display:block}.column-image-bg-wrap.viewport-desktop.has-phone,.row-bg.viewport-desktop.has-phone{display:none}}#page-header-bg[data-parallax="1"] .page-header-bg-image{height:calc(100% + 20px);top:auto;bottom:0}@media only screen and (min-width:1000px){#page-header-bg[data-parallax="1"] .page-header-bg-image{height:calc(100% + 40px)}}.page-header-bg-image-wrap[data-n-parallax-bg=true] .page-header-bg-image{height:calc(100% + 40px);top:auto;bottom:0}.wpb_row .row-bg-wrap .row-bg-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;content:' ';z-index:2;backface-visibility:hidden}.row.right-align-text{text-align:right}.wpb_row.full-width-content,.wpb_row.full-width-section,body.material .wpb_row.full-width-content,body.material .wpb_row.full-width-section{margin-bottom:0}.wpb_row.full-width-content .img-with-aniamtion-wrap,.wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap,.wpb_row.full-width-content img{margin-bottom:0}.full-width-section>.span_12>div:last-child{padding-bottom:0}.full-width-section img{display:block;margin-bottom:0}html:not(.js) .full-width-content,html:not(.js) .full-width-section{visibility:visible}.full-width-content.parallax_section .row-bg,.full-width-section.parallax_section .row-bg,.wpb_row.parallax_section .row-bg{background-attachment:fixed}#page-header-bg .page-header-bg-image.translate,.nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate,.wpb_row .column-image-bg-wrap .column-image-bg.translate,[data-parallax=true] .swiper-slide .image-bg.translate,body .full-width-content.parallax_section .row-bg.translate,body .full-width-section.parallax_section .row-bg.translate,body .wpb_row.parallax_section .row-bg.translate{background-attachment:scroll;top:auto;bottom:0}body .full-width-content.parallax_section .row-bg,body .full-width-section.parallax_section .row-bg,body .wpb_row.parallax_section .row-bg{background-attachment:fixed}body[data-ajax-transitions=false] .parallax-layer.column-image-bg,body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg,body[data-ajax-transitions=false] .parallax_section .row-bg{opacity:0;transition:opacity .2s ease}_::-webkit-full-page-media,_:future,:root body[data-ajax-transitions="false"] .parallax_section .row-bg{opacity:1}body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]),body:not([data-remove-m-parallax="1"]) .top-level .parallax_section .nectar-recent-post-slide .row-bg,body[data-ajax-transitions=false] .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]){opacity:1;background-attachment:scroll;top:auto;bottom:0}body:not([data-remove-m-parallax="1"]) .top-level .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg{opacity:1}.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap .parallax-layer{top:auto;bottom:0;opacity:1}@media only screen and (min-width:1000px){body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=slow]:not([data-parallax-speed=fixed]),body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed=slow] .parallax-layer{height:calc(100% + 90px)}body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=medium]:not([data-parallax-speed=fixed]),body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed=medium] .parallax-layer{height:calc(100% + 70px)}body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed*=fast]:not([data-parallax-speed=fixed]),body:not([data-header-format=left-header]) .top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*=fast] .parallax-layer{height:calc(100% + 40px)}}@media only screen and (max-width:999px){.top-level .vc_col-sm-12:not(.child_column)>.vc_column-inner>.column-image-bg-wrap[data-parallax-speed*=fast] .parallax-layer,body .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]){height:calc(100% + 40px)}}body .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,body .top-level .nectar-simple-slider[data-parallax=true] .parallax-layer{height:calc(100% + 40px)}.global-section-after-header-nav-active #ajax-content-wrap .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]),.global-section-after-header-nav-active #page-header-bg[data-parallax="1"] .page-header-bg-image,.global-section-after-header-nav-active .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,.global-section-after-header-nav-active .top-level .nectar-simple-slider[data-parallax=true] .parallax-layer{height:calc(100% + 90px)}body[data-ajax-transitions=false] .nectar-parallax-enabled .parallax-layer.column-image-bg:not([data-nectar-img-src]),body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .row-bg,body[data-ajax-transitions=false] .parallax_section .row-bg .nectar-recent-post-slide,body[data-ajax-transitions=false] .parallax_section .row-bg[data-parallax-speed=fixed],body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .nectar-recent-post-slide .nectar-recent-post-bg,body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .row-bg{opacity:1}.full-width-content.parallax_section .row-bg-wrap,.full-width-section.parallax_section .row-bg-wrap,.wpb_row .row-bg-wrap .inner-wrap,.wpb_row.parallax_section .row-bg-wrap{overflow:hidden;width:100.1%;height:100.1%;position:absolute;z-index:1;top:0;left:0}.wpb_row .row-bg-wrap[data-bg-animation=zoom-out-reveal],.wpb_row.parallax_section .row-bg-wrap{z-index:2}.full-width-section .row-bg-wrap,.wpb_row .row-bg-wrap{width:100%;height:100%;position:absolute;top:0;left:0}.wpb_row[data-br*=px][data-br-applies=bg]>.row-bg-wrap,.wpb_row[data-br*=px][data-br-applies=both] .row_col_wrap_12,.wpb_row[data-br*=px][data-br-applies=both]>.row-bg-wrap,.wpb_row[data-br*=px][data-br-applies=inner] .row_col_wrap_12{overflow:hidden}.wpb_row.parallax_section[data-br*=px][data-br-applies=both]>.row-bg-wrap{height:100%}.column-image-bg-wrap[data-bg-animation*=fade],.column-image-bg-wrap[data-bg-animation*=zoom],.row-bg-wrap[data-bg-animation*=fade],.row-bg-wrap[data-bg-animation*=zoom]{overflow:hidden}.row-bg-wrap[data-bg-animation=fade-in] .inner-wrap:not(.using-image)+.row-bg-overlay,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image{opacity:0;transition:opacity .85s ease-out}.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap{opacity:0;transition:opacity .55s ease-out}.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image{transform:scale(1.25);transition:transform 2.5s cubic-bezier(.1,.55,.4,1)}.column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.using-image{transform:scale(1.6);transition:transform 1.3s cubic-bezier(.12,.75,.4,1)}.column-image-bg-wrap[data-bg-animation=zoom-out-reveal],.row-bg-wrap[data-bg-animation=zoom-out-reveal]{transform:scale(.7);overflow:hidden;opacity:0;transition:transform 1.3s cubic-bezier(.12,.75,.4,1),opacity .4s ease-out}.bg-animation--slight .row-bg-wrap[data-bg-animation=zoom-out-reveal]{transform:scale(.92)}.wpb_column .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal]{transform:scale(.7);opacity:0;transition:background-color .45s cubic-bezier(.25,1,.33,1),opacity .35s ease-out,transform 1.3s cubic-bezier(.12,.75,.4,1)}.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap,.row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap{transform:scale(1.75);transition:transform 1.3s cubic-bezier(.12,.75,.4,1)}.bg-animation--slight .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap{transform:scale(1.15)}.bg-animation--slight .row-bg-wrap[data-bg-animation=zoom-out-reveal]{opacity:1}.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image{transform:scale(1.35);transition:transform 8s cubic-bezier(.1,.2,.7,1)}.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap{transform:scale(1.45)}@keyframes row_bg_zoom_out{0%{transform:scale(1.2)}100%{transform:scale(1)}}body[data-ajax-transitions=false] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap,body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image{transform:scale(1);animation:row_bg_zoom_out 2.5s cubic-bezier(.1,.55,.4,1) forwards}body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image{transform:scale(1);animation:row_bg_zoom_out 8s cubic-bezier(.1,.2,.7,1) forwards}.wpb_row .row-bg-wrap .inner-wrap{height:100%;width:100%}.full-width-content.parallax_section .row-bg,.full-width-section.parallax_section .row-bg,.wpb_row.parallax_section .row-bg{position:absolute;z-index:1;top:0;left:0;background-size:cover}.full-width-section .row-bg.no-cover,.full-width-section.no-cover .row-bg,.wpb_row .row-bg.no-cover{background-size:auto!important}body .full-width-section>.col.span_12{float:none}html body .vc_row-fluid.legacy>.span_12{display:block}.col.span_12.light .wpb_text_column>.wpb_wrapper>ul,.full-width-content>.col.span_12.light,.full-width-section>.col.span_12.light,.span_12.light .wpb_text_column a{color:#fff}.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner{width:100%}.vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper{min-height:1px}.vc_row.vc_row-o-equal-height.vc_row-o-content-top>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper{min-height:100%}.vc_column_container>.vc_column-inner{position:relative}@media only screen and (max-width:999px){body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12,body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container,body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner{display:-webkit-flex;display:flex}}@media(max-width:1299px) and (min-width:1000px){.vc_hidden-md{display:none}}.col{position:relative;float:left}.col-overflow-hidden>.vc_column-inner{overflow:hidden}.col.boxed:not(.wpb_column){box-shadow:0 1px 2px rgba(0,0,0,.2);background-color:#fff;padding:25px 15px 15px 15px;position:relative;transition:top .2s ease,box-shadow .2s ease}.col.boxed .bottom-line,.wpb_column.boxed .bottom-line{height:1px;width:100%;display:block;position:absolute;bottom:2px;left:0;background-color:#e8e8e8}.col.boxed img,.wpb_column.boxed img{padding:0 15px}.col.boxed.no-pointer-events{pointer-events:none}.column-image-bg-wrap .column-image-bg[data-nectar-img-src],.row-bg-wrap .row-bg[data-nectar-img-src]{opacity:0}.col.centered-text,.wpb_column.centered-text{text-align:center}.centered-text .divider-small-border{margin:25px auto}.centered-text .divider-border[data-animate=yes],.centered-text .divider-small-border[data-animate=yes]{transform-origin:center}body .col.centered-text ul,body .wpb_column.centered-text ul{display:inline-block;text-align:center;margin-left:0}.col.centered-text ul,.wpb_column.centered-text ul{text-align:left}.col.center img,.wpb_column.centered-text .nectar-responsive-text,body .col.centered-text img,body .wpb_column.centered-text img{margin-left:auto;margin-right:auto}.wpb_column{background-position:center}.wpb_column .column-bg-overlay,.wpb_column .column-bg-overlay-wrap{pointer-events:none;position:absolute;z-index:-1;height:100%;width:100%;top:0;left:0;content:' ';display:block;opacity:0;transition:background-color .45s cubic-bezier(.25,1,.33,1),opacity .45s cubic-bezier(.25,1,.33,1)}.vc_column-inner .column-overlay-layer{pointer-events:none;position:absolute;z-index:0;height:100%;width:100%;top:0;left:0;content:' ';display:block}.wpb_column .column-bg-overlay-wrap{opacity:1}.column-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:10}.col.span_3 .col.span_12 i,.col.span_4 .col.span_12 i{margin-bottom:0}body .wpb_text_column{margin-bottom:0}.wpb_animate_when_almost_visible{opacity:0}.wpb_start_animation{opacity:1}body .wpb_text_column h2:last-child,body .wpb_text_column h3:last-child{margin-bottom:10px}.theiaStickySidebar:after{content:"";display:table;clear:both}.vc_row-o-equal-height.vc_row.vc_row-flex>.span_12>.nectar-sticky-column{display:block}body[data-bg-header=true].page .main-content>.row>#breadcrumbs.yoast,body[data-bg-header=true].single-portfolio #full_width_portfolio .main-content>.row>#breadcrumbs.yoast{padding-top:20px}.otgs-development-site-front-end,.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{z-index:9;position:relative;margin-bottom:0}rs-module audio,rs-module video{visibility:visible}.single_job_listing .company img{height:3em}.single_job_listing .meta li{list-style:none}.flex-gallery{margin:0;padding:0}.flex-gallery .slides>li{display:none;-webkit-backface-visibility:hidden}.flex-gallery .slides img{width:99.8%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flex-gallery{margin:0 0 15px;position:relative;background-color:transparent}.loading .flex-viewport{max-height:300px}.flex-gallery ul{position:relative;z-index:1000;margin:0}.flex-gallery .flex-direction-nav{margin:0;position:absolute;top:8px}.flex-gallery ul li{list-style:none}.flex-gallery ul li img{margin-bottom:0}.carousel li{margin-right:0;margin-left:0}.flex-control-nav{display:none}.flex-direction-nav a{display:block;line-height:22px;position:relative;background-color:#000;height:25px;width:25px;text-align:center;transition:all .2s ease;border-radius:1px}.flex-direction-nav a i{line-height:29px;font-size:16px;color:#fff;background-color:transparent}.flex-direction-nav .flex-next{padding-left:2px}.flex-direction-nav .flex-prev{padding-right:2px}body #ajax-content-wrap .flex-gallery .flex-direction-nav li{float:left;margin-left:7px}.flex-direction-nav a:hover{background-color:#333}.flex-direction-nav .flex-next span{background-position:right top;top:9px;right:9px;position:absolute;display:block;height:15px;width:15px;z-index:100}.flex-direction-nav .flex-prev span{background-position:left top;top:9px;left:9px;position:absolute;display:block;height:15px;width:15px;z-index:100}body.mobile.material [data-bullet_style=see_through] .slider-pagination{bottom:13px}body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before{position:relative;top:50%}body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before{display:block;content:''}.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot,.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot,.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot,.nectar-woo-flickity .flickity-page-dots .dot,.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot,body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch{width:30px;margin:0;opacity:.35}.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before,.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,.nectar-quick-view-box .flickity-page-dots .dot:before,.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,.nectar-woo-flickity .flickity-page-dots .dot:before,.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before{width:6px;height:6px;transition:all .25s ease;border-radius:50%;margin-left:11px;background-color:transparent;box-shadow:inset 0 0 0 5px #000}.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before,.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,.span_12.light .nectar-woo-flickity .flickity-page-dots .dot:before,.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before{box-shadow:inset 0 0 0 5px #fff}.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots,.nectar-flickity[data-controls=material_pagination] .flickity-page-dots{bottom:-85px;margin:0}.nectar-flickity[data-control-style=material_pagination]:not(.masonry) .flickity-viewport,.nectar-flickity[data-controls=material_pagination]:not(.masonry) .flickity-viewport{margin:110px 0 130px 0}iframe,iframe.iframe-embed{max-width:100%}.main-content #sidebar iframe[src],.wc-braintree-hosted-field iframe,html:not(.js) .main-content iframe[src]{opacity:1}.iframe-embed-standard iframe{width:100%!important}#header-outer .wpml-ls-menu-item .wpml-ls-flag{margin-bottom:0}#slide-out-widget-area .wpml-ls-menu-item .wpml-ls-flag{max-width:100px}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope{transition-property:height}.isotope .isotope-item{transition-property:transform,opacity}.btn{padding:8px 16px}.nectar-button{border-radius:5px;box-shadow:0 -3px rgba(0,0,0,.1) inset;transition:opacity .45s cubic-bezier(.25,1,.33,1);color:#fff;font-family:'Open Sans';font-weight:600;font-size:12px;padding:13px 18px;position:relative;top:0;margin-bottom:10px;opacity:1;line-height:20px;background-color:#000;display:inline-block}.nectar-button.large{font-size:14px;padding:15px 22px;box-shadow:0 -3px rgba(0,0,0,.1) inset}.nectar-button.jumbo{font-size:18px;padding:25px 40px;box-shadow:0 -3px rgba(0,0,0,.1) inset}body .nectar-button.large.see-through,body .nectar-button.large.see-through-2,body .nectar-button.large.see-through-3{border-width:2px;padding-top:13px;padding-bottom:13px}body .nectar-button.jumbo.see-through,body .nectar-button.jumbo.see-through-2,body .nectar-button.jumbo.see-through-3{border-width:4px;padding-top:21px;padding-bottom:21px}body .nectar-button em{font-size:inherit;line-height:inherit}.nectar-button i,.nectar-button i[class*=fa-]{font-size:18px;line-height:18px;width:18px;position:absolute;top:50%;right:30px;margin-top:-9px;opacity:0;-ms-filter:"alpha(opacity=0)";transition:all .45s cubic-bezier(.25,1,.33,1)}.nectar-button i.icon-button-arrow{font-size:19px}.nectar-button span{left:0;display:inline-block;transform:translateX(0);transition:opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1);position:relative}.nectar-button .im-icon-wrap svg{width:18px;height:18px;fill:currentColor}.nectar-button.large .im-icon-wrap svg{width:16px;height:16px}.nectar-button.medium .im-icon-wrap svg{width:14px;height:14px}.nectar-button.small .im-icon-wrap svg{width:12px;height:12px}.material .nectar-button .im-icon-wrap,.material .nectar-button .im-icon-wrap span{display:block;position:relative;width:100%;height:100%}.material .nectar-button .im-icon-wrap svg{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}body #ajax-content-wrap .nectar-button .im-icon-wrap,body #ajax-content-wrap .nectar-button .im-icon-wrap span{left:auto;transform:none}.nectar-button .im-icon-wrap span,.nectar-button .im-icon-wrap span svg{vertical-align:middle}.nectar-button.has-icon,.nectar-button.tilt.has-icon{padding-left:42px;padding-right:42px}.nectar-button.has-icon i{text-align:center}.nectar-button.has-icon:hover span,.nectar-button.tilt.has-icon span,body.material .nectar-button.has-icon span{transform:translateX(-18px)}.nectar-button.has-icon:hover i,.nectar-button.tilt.has-icon i,body.material .nectar-button.has-icon i{opacity:1;-ms-filter:"alpha(opacity=100)";transform:translateX(6px)}.full-width-section .light .nectar-button:hover,.nectar-button:hover{opacity:.87;color:#fff}@media only screen and (min-width:1000px){.full-width-section .light .nectar-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3):not(.animated),body .nectar-button.wpb_animate_when_almost_visible{opacity:0}}body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated{opacity:1}.nectar-button.see-through,body .nectar-button.see-through{opacity:1!important;transition:all .45s cubic-bezier(.25,1,.33,1);border-radius:2px;border:2px solid rgba(255,255,255,.75)}.nectar-button.see-through,.text_on_hover.product .add_to_cart_button,body .nectar-button.see-through{background-color:transparent!important;box-shadow:none!important}.nectar-button.see-through-2,.nectar-button.see-through-3{background-color:transparent;box-shadow:none;opacity:1;transition:all .45s cubic-bezier(.25,1,.33,1);border-radius:2px;border:2px solid rgba(255,255,255,.75)}.nectar-button.see-through-3{border:2px solid #fff}body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through,body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through-2{border-color:rgba(0,0,0,.15);color:#000}body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation,body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation{-webkit-animation-fill-mode:none;animation-fill-mode:none}.col.light .nectar-button.see-through-2,.col.light .nectar-button.see-through-3{color:#fff}.col.light .nectar-button.see-through{border-color:rgba(255,255,255,.75);color:#fff}.col.dark .nectar-button.see-through,.col.dark .nectar-button.see-through-2{border-color:rgba(0,0,0,.75);color:#444}h2 .nectar-button{top:-6px}body.material .nectar-button[class*=m-extra-color-gradient-][class*=see-through]{visibility:hidden}.swiper-slide .button.solid_color_2,.tilt-button-wrap{-webkit-perspective:800px;perspective:800px;display:inline-block}.swiper-slide .button.solid_color_2:before{-webkit-font-smoothing:antialiased}.nectar-button.tilt,.swiper-slide .button.solid_color_2 a{display:block;background:#5cbcf6;outline:1px solid transparent;transform-style:preserve-3d;outline:0;padding-left:22px;padding-right:22px;position:relative;border-bottom:none;opacity:1;transition:all .5s cubic-bezier(.25,1,.33,1)}body[data-button-style*=rounded] .nectar-button.tilt,body[data-button-style=rounded] .swiper-slide .button-wrap a,body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit]{border-radius:0!important}.nectar-button.tilt:after,.swiper-slide .button.solid_color_2 a:after{width:100%;height:37%;left:0;top:-35%;transform-origin:0 100%;transform:rotateX(90deg);content:'';position:absolute;z-index:-1;transition:all .5s cubic-bezier(.25,1,.33,1);-webkit-font-smoothing:antialiased}.nectar-button.tilt:before,.swiper-slide .button.solid_color_2 a:before{width:100%;height:30%;left:0;top:99%;background:#49a7df;transform-origin:0 0;transform:rotateX(-90deg);transition:all .5s cubic-bezier(.25,1,.33,1);-webkit-font-smoothing:antialiased;content:'';position:absolute;z-index:-1}.nectar-button.tilt:after,.nectar-button.tilt:before,.swiper-slide .button.solid_color_2 a:after,.swiper-slide .button.solid_color_2 a:before{opacity:0}.swiper-slide .button.solid_color_2 .button-wrap,.tilt-button-inner{overflow:hidden;padding:3px 0;display:inline}.nectar-category-grid .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,.nectar-cta[data-style=underline] .link_wrap .link_text:after,.nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after{display:block;content:'';position:absolute;z-index:-1;width:100%;height:2px;background-color:#fff;bottom:-4px;opacity:.8;left:0;backface-visibility:hidden;pointer-events:none;animation:portSliderLine2 .45s cubic-bezier(.15,.75,.5,1) forwards}@keyframes portSliderLine{0%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}@keyframes portSliderLine2{0%{transform:scaleX(1);transform-origin:right}100%{transform:scaleX(0);transform-origin:right}}.nectar-cta .link_wrap .link_text{padding-right:36px;position:relative;display:inline-block}.nectar-cta[data-display=inline]{display:inline-block}.nectar-cta[data-using-bg=true] .text{margin-right:10px}.nectar-cta .link_wrap{position:relative;text-decoration:inherit;speak:none}.nectar-cta[class*=border_thickness] .link_wrap,.nectar-cta[data-using-bg=true] .link_wrap{cursor:pointer}.nectar-cta[data-style=see-through] .link_wrap .arrow:after{position:absolute;content:'';border-bottom:1px solid #000;height:1px;width:22px;right:12px;top:50%;margin-top:-2px;transform:scale(0,1) translateX(0);transform-origin:left;pointer-events:none;transition:all .33s cubic-bezier(.12,.75,.4,1)}.nectar-cta .link_wrap .arrow:before{font-family:icomoon;font-weight:400;font-style:normal;text-decoration:inherit;backface-visibility:hidden;-webkit-font-smoothing:antialiased;content:"\e607";color:#000;line-height:30px;font-size:14px;position:absolute;right:0;width:26px;text-align:center;height:30px;top:50%;margin-top:-16px;transition:all .33s cubic-bezier(.12,.75,.4,1)}.nectar-cta[data-style=see-through][data-text-color=custom] .link_wrap .arrow:after,.nectar-cta[data-text-color=custom] .arrow:after,.nectar-cta[data-text-color=custom] .link_wrap .arrow:before,.span_12.light .nectar-cta[data-text-color=custom] .arrow:after,.span_12.light .nectar-cta[data-text-color=custom] .link_wrap .arrow:before{color:inherit;border-color:inherit}.nectar-cta[data-alignment=left]{text-align:left}.nectar-cta[data-alignment=center]{text-align:center}.nectar-cta[data-alignment=right]{text-align:right}.span_12.light .nectar-cta .link_wrap .link_text:after{border-color:rgba(255,255,255,.5);border-radius:50%}.nectar-cta[data-color=black]:not([data-style=material]) .link_wrap{background-color:#000}.nectar-cta[data-color=white]:not([data-style=material]) .link_wrap{background-color:#fff}#ajax-content-wrap .nectar-cta .arrow,.nectar-cta .arrow{letter-spacing:0}.span_12.light .nectar-cta .arrow:before{color:#fff}.span_12.light .nectar-cta .arrow:after{border-color:#fff}.nectar-cta .link_wrap .link_text{color:inherit}.nectar-cta>p{padding-bottom:0}.nectar-cta[data-text-color=custom] .link_wrap .link_text:after,.nectar-cta[data-text-color=custom] .link_wrap:after{border-color:inherit!important}.nectar-cta[data-text-color=custom] .link_wrap:before{color:inherit!important}.nectar-cta .link_wrap .link_text:after,.nectar-cta[data-style=material] .link_wrap .circle,.nectar-cta[data-style=material] .link_wrap .link_text:before{border-radius:100px;border:1px solid rgba(0,0,0,.3);height:25px;width:25px;position:absolute;right:0;top:50%;margin-top:-14px;content:' ';display:block;pointer-events:none;transition:all .33s cubic-bezier(.12,.75,.4,1)}.nectar-cta[data-style=underline] .link_wrap .link_text{padding-right:0}.nectar-cta[data-style=underline] .link_wrap .link_text:after{margin-top:0;top:auto;border-top:none;border-right:none;bottom:0;border-left:none;border-bottom:2px solid #000;border-radius:0;background-color:transparent!important;transition:transform .4s cubic-bezier(.23,.46,.4,1);animation:none;transform-origin:left;z-index:1}.span_12.light .nectar-cta[data-style=underline] .link_wrap .link_text:after{border-radius:0}.nectar-cta[data-style=arrow-animation] svg,.nectar-cta[data-style=arrow-animation] svg polyline{stroke:currentColor}.team-meta .nectar-cta[data-style=arrow-animation] svg polyline{stroke-dashoffset:0;stroke-dasharray:0}.nectar-cta[data-style=arrow-animation] svg polyline{stroke-dashoffset:140px;stroke-dasharray:140px}.nectar-cta[data-style=arrow-animation] .link_wrap .link_text:after{display:none}.nectar-cta[data-style=arrow-animation] .link_wrap .link_text{padding:0 0 0 40px;position:relative}.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text{display:block}.nectar-cta[data-style=arrow-animation] .line{height:1px;width:25px;position:absolute;content:'';left:0;display:block;top:50%;transform-origin:left;background-color:#000;transform:translateY(calc(-50% + .5px)) translateZ(0)}.light .nectar-cta[data-style=arrow-animation] .line{background-color:#fff}.nectar-cta[data-style=arrow-animation] svg{position:absolute;left:25px;top:50%;width:6px}.team-meta nectar-cta[data-style=arrow-animation] svg{left:24px}@keyframes ctaArrowSVGStart{0%{transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)}100%{transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)}}@keyframes ctaArrowSVGEnd{0%{transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)}100%{transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)}}@keyframes ctaArrowTextStart{0%{transform:translateX(6px) translateZ(0)}100%{transform:translateX(0) translateZ(0)}}@keyframes ctaArrowTextEnd{0%{transform:translateX(0) translateZ(0)}100%{transform:translateX(6px) translateZ(0)}}@keyframes ctaArrowStart{0%{stroke-dashoffset:140px;stroke-dasharray:140px}100%{stroke-dasharray:140px;stroke-dashoffset:10px}}@keyframes ctaArrowStartTeam{0%{stroke-dashoffset:0;stroke-dasharray:0}50%{stroke-dashoffset:140px;stroke-dasharray:140px}100%{stroke-dasharray:140px;stroke-dashoffset:10px}}@keyframes ctaArrowEnd{0%{stroke-dashoffset:10px;stroke-dasharray:150px 150px}40%{opacity:1}100%{opacity:0;stroke-dashoffset:-53px;stroke-dasharray:1px 150px}}@keyframes ctaArrowLineStart{0%{transform-origin:left;transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0)}100%{transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)}}@keyframes ctaArrowLineEnd{0%{transform-origin:right;transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)}50%{transform-origin:right;transform:scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)}51%{transform-origin:left}100%{transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);transform-origin:left}}.nectar-cta[data-style=arrow-animation]:not(.loaded) *{animation-duration:0s!important}.nectar-cta[data-style=arrow-animation] svg polyline{animation:ctaArrowEnd .45s cubic-bezier(.23,.46,.4,1) forwards}.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline{animation:none}.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text{animation:ctaArrowTextStart .45s cubic-bezier(.23,.46,.4,1) forwards}.nectar-cta[data-style=arrow-animation] .line{animation:ctaArrowLineStart .45s cubic-bezier(.23,.46,.4,1) forwards}.nectar-cta[data-style=arrow-animation] svg{animation:ctaArrowSVGStart .45s cubic-bezier(.23,.46,.4,1) forwards}.nectar-cta[data-style=basic] .link_wrap .link_text:after,.nectar-cta[data-style=text-reveal-wave] .link_wrap .link_text:after{display:none}.nectar-cta[data-style=basic] .link_wrap .link_text,.nectar-cta[data-style=text-reveal-wave] .link_wrap .link_text{padding-right:0}.nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap{overflow:hidden;display:inline-flex}.nectar-cta[data-style=basic][data-using-bg=true] .text,.nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .text{margin-right:0}.menu-item-hover-text-reveal-wave .char,.nectar-cta[data-style=text-reveal-wave] .char{display:inline-block;line-height:1}body[data-button-style^=rounded] .nectar-cta .link_wrap:before{border-radius:200px}body[data-button-style*=slightly_rounded] .nectar-cta .link_wrap:before{border-radius:4px}.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before{position:absolute;left:0;top:0;width:100%;height:100%;display:block;content:'';opacity:0;pointer-events:none;transition:opacity .25s ease}.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before{left:-.1%;top:-.1%;width:100.2%;height:100.2%}.wpb_wrapper>.divider,.wpb_wrapper>.divider-border,.wpb_wrapper>.divider-small-border,.wpb_wrapper>.divider-wrap{margin-bottom:0}.divider{height:20px}.divider-border{margin:35px auto 35px auto;background-color:rgba(0,0,0,.12);height:1px}.divider-wrap .divider-vertical{width:1px;margin:25px auto}.divider-vertical.nectar-bg-default{background-color:rgba(0,0,0,.12)}.span_12.light .divider-border,.span_12.light .divider-vertical.nectar-bg-default{background-color:rgba(255,255,255,.3)}#ajax-content-wrap .divider-border[data-color=black],#ajax-content-wrap .divider-small-border[data-color=black]{background-color:#000}#ajax-content-wrap .divider-border[data-color=white],#ajax-content-wrap .divider-small-border[data-color=white]{background-color:#fff}.divider-small-border{margin:25px 0;width:20%;height:1px;background-color:#ddd}.divider-border[data-animate=yes],.divider-small-border[data-animate=yes]{visibility:hidden;transform-origin:left}.divider-wrap[data-alignment=center] .divider-small-border{transform-origin:center;margin:25px auto}.divider-wrap[data-alignment=right]{text-align:right}.divider-wrap[data-alignment=right] .divider-small-border{transform-origin:right;margin-right:0;margin-left:0;display:inline-block}body .vc_text_separator,body .wpb_separator{border-color:rgba(0,0,0,.06)}body .vc_text_separator div{background-color:#f8f8f8;font-family:'Open Sans';font-weight:300;font-size:22px;line-height:32px;letter-spacing:.5px;top:-20px}.light .divider-small-border{background-color:rgba(255,255,255,.6)}.nectar-dropcap{font-size:4em;display:block;float:left;padding:5px 10px 0 0}.nectar-dropcap span{display:block}i[class*=fa-],span[class*=fa-]{display:inline-block;word-spacing:1px;position:relative;text-align:center;top:-2px;vertical-align:middle;max-width:100%}i[class^=icon-]{display:inline-block;text-align:center;vertical-align:middle}i[class*=" icon-"]{display:inline-block;max-width:100%;position:relative;text-align:center;vertical-align:middle;top:-2px;word-spacing:1px}i.icon-normal{background-color:#000;border-radius:999px;color:#fff;font-size:16px;width:32px;height:32px;line-height:32px}i.icon-normal[class*=" linecon-icon-"],i.icon-normal[class*=" steadysets-icon-"]{line-height:32px}[class^=icon-].icon-3x,i[class*=" icon-"].icon-3x{background-color:#eeedec}body [class*=" icon-"].icon-3x.alt-style,body [class^=icon-].icon-3x.alt-style{background-color:#000;color:#fff}.full-width-section i[class*=" icon-"].icon-3x,.full-width-section i[class^=icon-].icon-3x{background-color:rgba(0,0,0,.021)}.circle-border,[class*=" icon-"].icon-3x,[class^=icon-].icon-3x{background-color:#eeedec;border-radius:999px;color:#000;display:inline-block;font-size:30px;height:90px;line-height:90px;max-width:100%;position:relative;text-align:center;vertical-align:middle;width:90px;word-spacing:1px;transition:all .1s linear}[class*=" icon-"].icon-3x,[class^=icon-].icon-3x{margin-bottom:27px}body [class^=icon-].icon-tiny{line-height:15px;height:13px;width:15px;margin-right:5px;font-size:13px;background-color:transparent}[class^=icon-].icon-tiny{color:#888}body [class^=icon-].icon-default-style{line-height:34px;height:34px;width:34px;margin-right:0;font-size:34px;color:#000;font-style:normal;background-color:transparent}.circle-border{background:none repeat scroll 0 0 transparent;border:1px solid #eeedec;height:88px;left:1px;position:absolute;z-index:1;top:1px;width:88px}.extra-color-gradient-1 .circle-border,.extra-color-gradient-2 .circle-border{transform:none;-webkit-transform:none}.extra-color-gradient-1 .circle-border,.extra-color-gradient-2 .circle-border{border:2px solid rgba(0,0,0,.065)!important}.light .extra-color-gradient-1 .circle-border,.light .extra-color-gradient-2 .circle-border{border:2px solid rgba(255,255,255,.085)!important}[class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style),[class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style),[class^=icon-].icon-3x.extra-color-gradient-1:not(.alt-style),[class^=icon-].icon-3x.extra-color-gradient-2:not(.alt-style),body.material:not([data-button-style^=rounded]) .nectar-button i,body:not(.material) .nectar-button i{background-color:transparent!important}[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before,[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before,[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal):before,[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal):before{background:#fff;-webkit-background-clip:text;background-clip:text}.extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before,.extra-color-gradient-2[class^=icon-]:not(.icon-normal).no-grad:before,.nectar-gradient-text.no-grad *,[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,[class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before,[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,[class*=" icon-"][data-color=extra-color-gradient-1].no-grad:before,[class*=" icon-"][data-color=extra-color-gradient-2].no-grad:before,[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,[class^=icon-].extra-color-gradient-1:not(.icon-normal).no-grad:before,[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,[class^=icon-][data-color=extra-color-gradient-1].no-grad:before,[class^=icon-][data-color=extra-color-gradient-2].no-grad:before{background-color:transparent!important;background:0 0!important}.nectar-button.extra-color-gradient-1.no-text-grad .hover,.nectar-button.extra-color-gradient-2.no-text-grad .hover,.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start,body .nectar-gradient-text[data-color=extra-color-gradient-1].no-grad *,body .nectar-gradient-text[data-color=extra-color-gradient-2].no-grad *{-webkit-text-fill-color:initial}.nectar-color-white,[class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before,[class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before,[class^=icon-].extra-color-gradient-1.icon-3x.alt-style:before,[class^=icon-].extra-color-gradient-2.icon-3x.alt-style:before,body .nectar_icon_wrap[data-color=white] i,body .svg-icon-holder[data-color=white]{color:#fff!important}.nectar-color-black,body .nectar_icon_wrap[data-color=black] i,body .svg-icon-holder[data-color=black]{color:#000!important}.nectar-color-grey,body .nectar_icon_wrap[data-color=grey] i,body .svg-icon-holder[data-color=grey]{color:#c8c8c8!important}body .svg-icon-holder[data-color=white] svg path{stroke:#fff}body .svg-icon-holder[data-color=black] svg path{stroke:#000}body .svg-icon-holder[data-color=grey] svg path{stroke:#c8c8c8}.nectar_icon .im-icon-wrap>span{display:inline-block}.nectar_icon .im-icon-wrap{display:flex;height:100%;justify-content:center;align-items:center}.nectar-fancy-box[data-style=parallax_hover] .im-icon-wrap path,.nectar_icon_wrap .im-icon-wrap[data-color=white] path{fill:#fff}.nectar_icon_wrap .im-icon-wrap[data-color=black] path{fill:#000}.nectar_icon_wrap .im-icon-wrap[data-color=grey] path{fill:#888}.full-width-section .circle-border{background-color:rgba(0,0,0,.021);border-color:rgba(0,0,0,.05)}.full-width-section .light .circle-border{background-color:rgba(0,0,0,.021);border-color:rgba(0,0,0,.2)}.main-content .svg-icon-holder{height:64px;overflow:hidden;min-width:1px;margin-bottom:20px;display:inline-block;opacity:0}.nectar_icon_wrap{display:inline-block;position:relative}.nectar_icon_wrap .nectar_icon .svg-icon-holder{margin-bottom:0}.nectar_icon_wrap i:before{line-height:inherit}.nectar_icon_wrap a{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}.col.has-animation,.img-with-aniamtion-wrap .hover-wrap,.nectar-fancy-box.has-animation,.nectar_cascading_images .cascading-image .inner-wrap,.wpb_column.has-animation,img.img-with-animation{opacity:0;position:relative}.col.has-animation[data-animation=none]:not(.wpb_column){opacity:1}.wpb_column.has-animation[data-animation*=reveal]{opacity:1}img.img-with-animation[data-animation=grow-in].full-opacity{opacity:1}html:not(.js) .col.has-animation,html:not(.js) .wpb_column.has-animation,html:not(.js) img.img-with-animation{opacity:1}.img-with-aniamtion-wrap[data-animation=none] .hover-wrap,.nectar_cascading_images .cascading-image[data-animation=none] .inner-wrap,img.img-with-animation[data-animation=none]{opacity:1}.col.has-animation[data-animation=zoom-out]{transform:translateZ(0) scale(1.2);opacity:0}.col.has-animation[data-animation=slight-twist]{transform:rotateY(20deg) rotateZ(-4deg);opacity:0}.col.has-animation[data-animation=grow-in],.img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap,.nectar-fancy-box.has-animation[data-animation=grow-in],.wpb_column.has-animation[data-animation=grow-in],img.img-with-animation[data-animation=grow-in]{opacity:0;transform:scale(.75);transition:opacity .6s cubic-bezier(.15,.84,.35,1.25),background-color .35s cubic-bezier(.65,0,.35,1);-webkit-backface-visibility:hidden}.col.has-animation[data-animation=flip-in],.img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap,.nectar-fancy-box.has-animation[data-animation=flip-in],.wpb_column.has-animation[data-animation=flip-in],img.img-with-animation[data-animation=flip-in]{opacity:0;transform:rotateY(25deg);transition:opacity 1s ease,background-color .35s cubic-bezier(.65,0,.35,1)}.flip-in-vertical-wrap{-webkit-perspective:2000px;perspective:2000px}.col.has-animation[data-animation=flip-in-vertical],.img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap,.nectar-fancy-box.has-animation[data-animation=flip-in-vertical],.wpb_column.has-animation[data-animation=flip-in-vertical],img.img-with-animation[data-animation=flip-in-vertical]{opacity:0;transform:rotateX(-45deg) translateY(120px);transition:opacity 1s ease,background-color .35s cubic-bezier(.65,0,.35,1)}.cascading-image[data-shadow=small_depth] .bg-color,.cascading-image[data-shadow=small_depth] .img-wrap,.img-with-aniamtion-wrap[data-shadow=small_depth] .hover-wrap,.nectar-flickity[data-shadow=small_depth] .cell,.nectar-video-box[data-shadow=small_depth]:before,.nectar_video_player_self_hosted[data-shadow=small_depth] .wpb_video_wrapper,img.img-with-animation[data-shadow=small_depth]{box-shadow:rgba(0,0,0,.04) 0 1px 0,rgba(0,0,0,.05) 0 2px 7px,rgba(0,0,0,.06) 0 12px 22px}.cascading-image[data-shadow=medium_depth] .bg-color,.cascading-image[data-shadow=medium_depth] .img-wrap,.img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap,.nectar-flickity[data-shadow=medium_depth] .cell,.nectar-video-box[data-shadow=medium_depth]:before,.nectar_video_player_self_hosted[data-shadow=medium_depth] .wpb_video_wrapper,img.img-with-animation[data-shadow=medium_depth]{box-shadow:0 30px 80px rgba(0,0,0,.14),0 20px 70px rgba(0,0,0,.12)}.cascading-image[data-shadow=large_depth] .bg-color,.cascading-image[data-shadow=large_depth] .img-wrap,.img-with-aniamtion-wrap[data-shadow=large_depth] .hover-wrap,.nectar-video-box[data-shadow=large_depth]:before,.nectar_video_player_self_hosted[data-shadow=large_depth] .wpb_video_wrapper,img.img-with-animation[data-shadow=large_depth]{box-shadow:0 40px 100px rgba(0,0,0,.15),0 25px 80px rgba(0,0,0,.1)}.nectar-flickity[data-shadow=large_depth] .cell{box-shadow:0 35px 55px rgba(0,0,0,.08),0 25px 63px rgba(0,0,0,.08)}.cascading-image[data-shadow=x_large_depth] .bg-color,.cascading-image[data-shadow=x_large_depth] .img-wrap,.img-with-aniamtion-wrap[data-shadow=x_large_depth] .hover-wrap,.nectar-flickity[data-shadow=x_large_depth] .cell,.nectar-video-box[data-shadow=x_large_depth]:before,.nectar_video_player_self_hosted[data-shadow=x_large_depth] .wpb_video_wrapper,img.img-with-animation[data-shadow=x_large_depth]{box-shadow:0 60px 135px rgba(0,0,0,.14),0 15px 65px rgba(0,0,0,.14)}.img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap,img.img-with-animation[data-animation=fade-in-from-left]{transform:translateX(-20%);padding-right:30px}.img-with-aniamtion-wrap[data-animation=fade-in-from-left][data-shadow*="_depth"] .hover-wrap,img.img-with-animation[data-animation=fade-in-from-left][data-shadow*="_depth"]{padding-right:0}.col.has-animation[data-animation=fade-in-from-left],.nectar-fade-in-from-left,.nectar-fancy-box.has-animation[data-animation=fade-in-from-left],.wpb_column.has-animation[data-animation=fade-in-from-left]{transform:translateX(-45px)}.img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap,img.img-with-animation[data-animation=fade-in-from-right]{transform:translateX(20%)}.col.has-animation[data-animation=fade-in-from-right],.nectar-fade-in-from-right,.nectar-fancy-box.has-animation[data-animation=fade-in-from-right],.wpb_column.has-animation[data-animation=fade-in-from-right]{transform:translateX(45px)}.img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap,.nectar-fade-in-from-bottom,img.img-with-animation[data-animation=fade-in-from-bottom]{transform:translateY(100px)}.col.has-animation[data-animation=fade-in-from-bottom],.nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom],.wpb_column.has-animation[data-animation=fade-in-from-bottom]{transform:translateY(75px)}.nectar-fancy-box.has-animation[data-animation=fade-in-from-right],img.img-with-animation[data-animation=fade-in-from-left],img.img-with-animation[data-animation=fade-in-from-right]{margin:0 auto}.nectar-waypoint-el:not([data-nectar-waypoint-el-stagger]){opacity:0}@media only screen and (max-width:999px){.nectar-disable-mobile-animation,.nectar-disable-mobile-animation .hover-wrap,.nectar-waypoint-el[data-nectar-waypoint-el-mobile-disable=true]{transform:none!important;opacity:1!important}}.img-with-aniamtion-wrap,body .wpb_wrapper>.img-with-aniamtion-wrap{line-height:0;margin-bottom:0}.img-with-aniamtion-wrap>.inner{height:100%}.center img.img-with-animation{margin:0 auto;display:block}.right.img-with-aniamtion-wrap{text-align:right}.right.img-with-aniamtion-wrap img{display:inline-block}.img-with-aniamtion-wrap .color-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:10;opacity:0;pointer-events:none}.img-with-aniamtion-wrap:hover .color-overlay{opacity:.5}.img-with-aniamtion-wrap .hover-wrap{overflow:hidden}.img-with-aniamtion-wrap .hover-wrap:not([data-hover-animation]),.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=none]{overflow:visible}.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap,.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap .hover-wrap-inner{display:inline-block}.img-with-aniamtion-wrap[data-shadow*=depth].center{text-align:center}.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation{opacity:1;-webkit-transform:none;transform:none;padding-right:0;padding-left:0;padding-bottom:0;margin-bottom:0}.img-with-aniamtion-wrap[data-animation*=reveal-from-] .hover-wrap{opacity:1}.column-bg-overlay-wrap[data-bg-animation*=reveal-from-]{overflow:hidden;opacity:0}.wpb_column.has-animation[data-animation*=reveal]:not([data-animation=mask-reveal]){overflow:hidden}.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap{overflow:hidden;height:100%;width:100%}img.img-with-animation.nectar-lazy{display:block;min-height:1px;min-width:1px}.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy,.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy{opacity:0;transition:opacity .5s ease}.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy.loaded,.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy.loaded{opacity:1}.img-with-aniamtion-wrap .hover-wrap{margin-bottom:15px}.img-with-aniamtion-wrap[data-shadow] .hover-wrap .img-with-animation{box-shadow:none}.img-with-aniamtion-wrap[data-max-width="50%"]:not(.right) img,.img-with-aniamtion-wrap[data-max-width="75%"]:not(.right) img{backface-visibility:hidden}.img-with-aniamtion-wrap[data-max-width="50%"] .inner,.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="50%"] img{max-width:50%;width:auto}.img-with-aniamtion-wrap[data-max-width="50%"].center,.img-with-aniamtion-wrap[data-max-width="75%"].center,.img-with-aniamtion-wrap[data-max-width=custom].center{text-align:center}.img-with-aniamtion-wrap[data-max-width="50%"].center .inner img[src*=".svg"],.img-with-aniamtion-wrap[data-max-width="75%"].center .inner img[src*=".svg"]{width:100%}.img-with-aniamtion-wrap[data-max-width="75%"] .inner,.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="75%"] img{max-width:75%;width:auto}.img-with-aniamtion-wrap[data-max-width=none] img,.row .img-with-aniamtion-wrap[data-max-width=none] img:not([srcset]){max-width:none;width:100%}.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform,.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform .column-inner{transform:none;-webkit-transform:none}@media only screen and (min-width:690px){.vc_row-o-equal-height .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.vc_row-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:auto}.vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap,.vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap>.column-inner{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.wpb_column .column-inner[data-bg-cover=true],.wpb_column[data-bg-cover=true]{background-size:cover;background-position:center}.vc_ie-flexbox-fixer{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.vc_ie-flexbox-fixer>.vc_row{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.grecaptcha-badge{z-index:100}blockquote .image-icon[data-shadow=true]{box-shadow:0 15px 37px rgba(0,0,0,.15)}.span_12.light .flickity-page-dots .dot:before,.testimonial_slider[data-style=multiple_visible][data-color*="-light"] .flickity-page-dots .dot:before{background-color:#fff}.auto_meta_overlaid_spaced article .content-inner>.play svg,.masonry-blog-item .video-play-button svg,.nectar_video_lightbox svg{display:block;width:20px;height:20px;position:absolute;top:50%;left:50%;margin-left:2px;transform:translateY(-50%) translateX(-50%)}.auto_meta_overlaid_spaced article .content-inner>.play:before,.nectar-video-box .play_button_mouse_follow:before,.nectar_video_lightbox.play_button:before{display:block;position:absolute;content:' ';top:0;left:0;width:100%;height:100%;border:6px solid #fff;z-index:10;border-radius:200px;box-sizing:border-box;transition:all .4s cubic-bezier(.19,1,.22,1) 0s}.full-width-content.vc_row-fluid .wpb_video_widget.vc_video-align-center .wpb_wrapper{margin:0 auto}.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper{padding-top:177.77%}.wpb_video_widget.vc_video-aspect-ratio-11 .wpb_video_wrapper{padding-top:100%}.row .col.section-title{margin:0;padding:0 0 36px 0;border-bottom:1px solid rgba(0,0,0,.15)}.row .col.section-title.blog-title,.row .col.section-title.project-title{margin-bottom:14px}.row .col.section-title h1,.row .col.section-title h2{margin-bottom:0;font-family:'Open Sans';font-weight:600;position:relative}.row .col.section-title h2{margin-bottom:5px}.row .col.section-title p{font-size:20px;line-height:28px;padding-bottom:0}.row .col.section-title span{font-size:20px;line-height:20px;color:rgba(0,0,0,.45);top:0;position:relative;text-transform:none;padding-left:10px}.row .col.section-title span.author-leading,.row .col.section-title span.fn{padding-left:0}#ajax-content-wrap .row .col.section-title .nectar-love span{line-height:20px}body[data-bg-header=true].archive .container-wrap{padding-top:4.1em!important}body[data-bg-header=true] .container-wrap,html.fp-enabled .container-wrap{margin-top:0!important;padding-top:0!important}#page-header-wrap{height:60px;overflow:hidden;position:relative;background-color:#f8f8f8;-webkit-font-smoothing:antialiased}body.material #page-header-wrap,body[data-header-resize="0"] #page-header-wrap{margin-top:0}#page-header-bg{width:100%;height:60px;overflow:hidden;color:#fff;display:block!important;-webkit-font-smoothing:antialiased;position:relative;z-index:2}.page-header-bg-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:9;background-repeat:no-repeat;background-position:top center;background-size:cover}.page-header-overlay-color{position:static;height:1px;width:1px;margin-left:-9999px;pointer-events:none;background-color:#333}.page-header-overlay-color:after{position:absolute;left:0;top:0;width:100%;height:100%;background-color:inherit;content:' ';z-index:10;opacity:.65}#page-header-bg[data-bg-pos=bottom] .page-header-bg-image{background-position:bottom center}#page-header-bg[data-bg-pos=top] .page-header-bg-image{background-position:top center}#page-header-bg[data-bg-pos=center] .page-header-bg-image{background-position:center center}body[data-header-resize="0"] #page-header-bg{margin-top:0}.page-header-no-bg{padding-bottom:0;padding-top:35px;background-color:#f8f8f8}.page-header-no-bg{z-index:1000}#page-header-bg[data-parallax="1"]{overflow:hidden;margin:0;z-index:2}body[data-apte=center_mask_reveal][data-ajax-transitions=true] #page-header-bg[data-parallax="1"]:not(.out-of-sight),body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"]{opacity:1}#page-header-bg[data-parallax="1"] .span_6{z-index:0}#page-header-bg[data-parallax="1"].out-of-sight{pointer-events:none}#page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap{display:none}#page-header-bg[data-alignment=center],.page-header-no-bg[data-alignment=center]{text-align:center}#page-header-bg[data-alignment=right],.page-header-no-bg[data-alignment=right]{text-align:right}#page-header-bg[data-alignment-v=bottom] .container,#page-header-bg[data-alignment-v=bottom] .row,#page-header-bg[data-alignment-v=middle] .container,#page-header-bg[data-alignment-v=middle] .row,#page-header-bg[data-alignment-v=top] .container,#page-header-bg[data-alignment-v=top] .row{height:100%}#page-header-bg[data-alignment-v=bottom] .nectar-particles .inner-wrap,#page-header-bg[data-alignment-v=bottom] .span_6,#page-header-bg[data-parallax="1"][data-alignment-v=bottom] .span_6{bottom:26%;top:auto!important;left:0;margin-bottom:0!important;position:absolute!important}#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap,#page-header-bg[data-alignment-v=top] .span_6{left:0;position:absolute}#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap,#page-header-bg[data-alignment-v=top] .span_6,#page-header-bg[data-alignment-v=top].fullscreen-header .span_6{top:25%!important}#page-header-bg[data-alignment-v=bottom] .span_6>.inner-wrap{transform:translateY(50%)!important;-webkit-transform:translateY(50%)!important}#page-header-bg .span_6{width:100%}.archive .page-header-bg-image:after,.nectar-recent-post-slide .nectar-recent-post-bg:after,.single [data-post-hs=default_minimal] .page-header-bg-image:after{background-color:rgba(25,25,25,.35);position:absolute;top:0;left:0;height:100%;width:100%;content:' ';z-index:1;display:block}#page-header-bg .row{z-index:100;position:relative}body #page-header-bg .row,html:not(.js) #page-header-bg .row{visibility:visible}#page-header-bg h1,.nectar-box-roll .overlaid-content h1{font-family:'Open Sans';font-weight:600;font-size:44px;line-height:54px;margin-bottom:8px;display:block;color:#fff;z-index:101}#page-header-bg #portfolio-nav a i,#page-header-bg .facebook-share i,#page-header-bg .google-plus-share i,#page-header-bg .icon-salient-heart,#page-header-bg .icon-salient-heart-2,#page-header-bg .linkedin-share i,#page-header-bg .pinterest-share i,#page-header-bg .twitter-share i,#page-header-bg span{color:#fff}.single #page-header-bg #single-below-header>span,.single #page-header-bg #single-meta>div>a{border-color:rgba(255,255,255,.25)}#project-meta ul .n-shortcode a,#project-meta ul .project-date,#project-meta ul li>a,.single #single-meta ul .n-shortcode a,.single #single-meta>div>a{display:block;border-radius:100px;padding:6px 20px!important;transition:border-color .45s cubic-bezier(.25,1,.33,1);height:auto;line-height:20px}#project-meta ul .n-shortcode span,#project-meta ul li span,.single #single-meta ul .n-shortcode span,.single #single-meta ul li span{transition:color .2s linear;line-height:20px!important;font-family:inherit!important}#project-meta ul .n-shortcode a,#project-meta ul li>a,#sidebar #project-meta ul .project-date,.ascend #sidebar #project-meta ul .project-date,.blog-title #single-meta .nectar-social.hover .share-btn,.blog-title #single-meta .nectar-social.hover>div a,.single .blog-title #single-meta div .n-shortcode a,.single .blog-title #single-meta>div>a,.single-product #single-meta>div>a{border:2px solid rgba(0,0,0,.1)}.ascend #sidebar #project-meta ul .project-date{border:2px solid rgba(0,0,0,.1)!important}.single #page-header-bg .blog-title #single-meta>div .n-shortcode a,.single #page-header-bg .blog-title #single-meta>div>a{border:2px solid rgba(255,255,255,.4)}body.single #single-meta ul li:first-child{border:none!important}#project-meta .meta-comment-count a,#project-meta ul .meta-share-count .nectar-social a,#project-meta ul .n-shortcode span,#project-meta ul .project-date,#project-meta ul li i,#project-meta ul li span,.single #single-meta .meta-comment-count a,.single #single-meta ul .meta-share-count .nectar-social a,.single .blog-title #single-meta div i{color:#999!important}.single #page-header-bg #single-meta ul li{border:none;margin:0}#project-meta ul li,.single #page-header-bg #single-meta ul li,.single .blog-title #single-meta ul li,body.single #ajax-content-wrap #single-meta ul li:first-child,body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child{margin:5px}#project-meta ul .meta-share-count,.single #single-meta ul .meta-share-count{position:relative;z-index:100}.single #project-meta ul .meta-share-count span,.single #single-meta ul .meta-share-count span{font-size:inherit;padding-left:0;color:#888}#project-meta ul li i,.single #single-meta ul li i{font-size:16px!important;width:16px;line-height:22px!important;margin-right:7px;height:20px}#project-meta ul li i.icon-salient-heart-2,.single #single-meta ul li i.icon-salient-heart-2{line-height:20px!important}.single-post #single-meta{top:50%;margin-top:-13px;float:none;z-index:102;position:absolute}#page-header-bg .subheader{font-size:28px;line-height:1.3;color:#fff!important;font-family:'Open Sans';font-weight:300}#page-header-bg[data-text-alignment=center],.page-header-no-bg[data-text-alignment=center]{text-align:center}#page-header-bg[data-text-alignment=right],.page-header-no-bg[data-text-alignment=right]{text-align:right}#page-header-bg[data-text-alignment=center] .span_6,.page-header-no-bg[data-text-alignment=center] .span_6{left:0;width:100%!important}#page-header-bg[data-text-alignment=center] h1{margin-bottom:12px}#page-header-bg[data-text-alignment=center] h1,.page-header-bg[data-text-alignment=center] .subheader{max-width:900px;margin:0 auto;display:block}#page-header-bg[data-alignment-v=top] .span_6 .inner-wrap{left:0;position:absolute;width:100%}[data-aie=zoom-out] .first-section .row-bg-wrap,[data-aie=zoom-out] .top-level .row-bg-wrap{overflow:hidden;height:100%;width:100%;position:absolute;left:0;top:0}#page-header-bg .nectar-particles .inner-wrap>:not(.top-heading),.overlaid-content .inner-wrap>:not(.top-heading){opacity:0;transform:translateY(35px);-webkit-transform:translateY(35px)}.scroll-down-wrap.hidden{transform:translateY(55px);opacity:0}.hidden-social-img{position:absolute;pointer-events:none;visibility:hidden;display:none;opacity:0;z-index:-100}#page-header-bg.fullscreen-header .author-section a,#page-header-bg[data-post-hs=default_minimal] .author-section a{color:#fff!important}#page-header-bg .heading-title,#page-header-bg .project-title .container{border:none!important;padding:0}#page-header-bg .section-title{padding-bottom:0;margin-bottom:0}.single .heading-title{padding-bottom:35px;border-bottom:1px solid #ddd;margin-bottom:35px}.single .row .section-title{padding:0;margin:0}#page-header-bg .nectar-particles .span_6 .inner-wrap,#page-header-bg .span_6{top:50%;transform:translateY(-50%)}#page-header-bg[data-alignment-v=bottom] .span_6,#page-header-bg[data-alignment-v=top] .span_6{transform:none}#page-header-bg .nectar-particles .span_6{top:0;transform:none}.scroll-down-wrap.minimal-arrow,.scroll-down-wrap.no-border,.section-down-arrow,body[data-button-style^=rounded] .scroll-down-wrap{position:absolute;bottom:20px;left:50%;width:60px;margin-left:-30px;z-index:101}.scroll-down-wrap.minimal-arrow,body[data-button-style^=rounded] #ajax-content-wrap .scroll-down-wrap.minimal-arrow{bottom:30px;width:40px;margin-left:-20px}@media only screen and (max-width:690px){.scroll-down-wrap.minimal-arrow{transform:scale(.6)}}body[data-button-style*=rounded] .scroll-down-wrap{margin-left:-22px}body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-]{height:60px;width:60px;font-size:20px;line-height:60px;z-index:10;animation:3.4s ease-in-out infinite fadebottom}.scroll-down-wrap.no-border .section-down-arrow,body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-],body[data-button-style^=rounded] .section-down-arrow,body[data-button-style^=rounded] .section-down-arrow i{color:#fff!important}.scroll-down-wrap.no-border .section-down-arrow,body[data-button-style^=rounded] .section-down-arrow{display:inline-block;width:49px;height:49px;border:2px solid #fff;text-align:center;line-height:50px;border-radius:100px;font-size:25px;transition:opacity .4s ease;overflow:hidden;margin-left:0;left:0;bottom:16px;opacity:.6}body[data-button-style^=rounded] .section-down-arrow.hidden{transform:translateY(55px);-webkit-transform:translateY(55px);opacity:0}body[data-button-style^=rounded] .section-down-arrow i{transition:transform .2s ease;display:block;width:49px;height:48px;line-height:48px;font-size:20px}body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down,body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top{transform:translate(0,-48px)}@keyframes ctaMinimaLArrowOuter{0%{transform:translateY(0)}20%{transform:translateY(12px)}50%{transform:translateY(0)}100%{transform:translateY(0)}}@keyframes ctaMinimaLArrowLine{0%{transform-origin:bottom;transform:scaleY(1)}50%{transform-origin:bottom;transform:scaleY(0)}51%{transform-origin:top}100%{transform:scaleY(1);transform-origin:top}}@keyframes ctaMinimaLArrow{0%{stroke-dasharray:45px;stroke-dashoffset:0}50%{stroke-dasharray:45px;stroke-dashoffset:-45px}51%{stroke-dasharray:45px;stroke-dashoffset:45px}100%{stroke-dasharray:45px;stroke-dashoffset:0}}@keyframes down_arrow_bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-14px)}60%{transform:translateY(-7px)}}@media only screen and (max-height:750px){body[data-button-style=rounded] .section-down-arrow{bottom:33px}}@media only screen and (max-height:650px){body[data-button-style^=rounded] .section-down-arrow{width:30px;height:30px;line-height:34px;bottom:25px;margin-left:-15px}body[data-button-style^=rounded] .scroll-down-wrap:not(.no-border){margin-left:0}body[data-button-style^=rounded] .section-down-arrow i{width:26px;height:26px;line-height:28px}body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down,body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top{-webkit-transform:translate(0,-26px);transform:translate(0,-26px);font-size:18px}}@media only screen and (max-height:450px){body[data-button-style^=rounded] .section-down-arrow{display:none}}.scroll-down-wrap.no-border,body[data-button-style^=rounded] .scroll-down-wrap.no-border{bottom:12px}.scroll-down-wrap.no-border .section-down-arrow,.slider-down-arrow.no-border{border:none!important;overflow:visible;text-align:center;opacity:1;height:auto;bottom:13px;animation:nudgeMouse 2.4s cubic-bezier(.25,.46,.45,.94) infinite}.nectar-scroll-icon-path{fill:transparent;stroke-width:2px;stroke-dashoffset:120;stroke-dasharray:120;animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1)}.nectar-scroll-icon{width:30px;height:45px;text-align:center;cursor:pointer;position:relative;z-index:100}.nectar-next-section-wrap.mouse-wheel .nectar-next-section:after,.scroll-down-wrap.no-border .section-down-arrow:after,.slider-down-arrow.no-border:after{content:"";position:absolute;top:0;left:50%;display:block;width:30px;height:45px;margin-left:-15px;border:2px solid rgba(255,255,255,.5);border-radius:30px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:62}.scroll-down-wrap.no-border:hover .section-down-arrow:before,.slider-down-arrow.no-border:hover:before{background-color:#fff}.nectar-next-section:hover .nectar-scroll-icon-path,.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path,.slider-down-arrow.no-border:hover .nectar-scroll-icon-path{stroke-dashoffset:0;animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)}@keyframes mouse-scroll-btn-roll-over{0%{stroke-dashoffset:120}100%{stroke-dashoffset:0}}@keyframes mouse-scroll-btn-roll-out{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-120}}.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before,.nectar-next-section-wrap.mouse-wheel[data-custom-color=true] .track-ball,.scroll-down-wrap.no-border .section-down-arrow:before,.slider-down-arrow.no-border:before{position:absolute;content:'';display:block;left:50%;margin-left:-1px;top:22px;background-color:rgba(255,255,255,.5);width:2px;height:6px;border-radius:10px;transition:background-color .55s cubic-bezier(.5,.1,.07,1);animation:trackBallSlide 2.4s cubic-bezier(0,0,.725,1) infinite}@keyframes trackBallSlide{0%{opacity:1;transform:scaleY(1) translateY(-10px)}45%{opacity:0;transform:scaleY(.5) translateY(13px)}46%{opacity:0;transform:scaleY(1) translateY(-10px)}100%,65%{opacity:1;transform:scaleY(1) translateY(-10px)}}@keyframes nudgeMouse{0%{transform:translateY(0)}45%{transform:translateY(8px)}100%,65%{transform:translateY(0)}}@keyframes rightLineStart{0%{transform:translateY(-50%) translateX(-88px) scaleX(0)}100%{transform:translateY(-50%) translateX(0) scaleX(1)}}@keyframes rightLineEnd{0%{transform:translateY(-50%) translateX(0) scaleX(1)}100%{transform:translateY(-50%) translateX(28px) scaleX(0)}}@keyframes rightLineStart2{0%{transform:translateY(-50%) translateX(88px) scaleX(0)}100%{transform:translateY(-50%) translateX(0) scaleX(1)}}@keyframes rightLineEnd2{0%{transform:translateY(-50%) translateX(0) scaleX(1)}100%{transform:translateY(-50%) translateX(-28px) scaleX(0)}}.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow,.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow,.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow,.portfolio-items[data-ps="8"] .next-arrow{position:absolute;backface-visibility:hidden;right:-43px;top:50%;margin-top:-15px;height:30px;width:40px;display:block;transform:translateX(38px)}@keyframes rightArrowStart{0%{transform:translateX(-50px)}100%{transform:translateX(42px)}}@keyframes rightArrowEnd{0%{transform:translateX(42px)}100%{transform:translateX(75px)}}@keyframes rightArrowStart2{0%{transform:translateX(50px) rotate(180deg)}100%{transform:translateX(-42px) rotate(180deg)}}@keyframes rightArrowEnd2{0%{transform:translateX(-42px) rotate(180deg)}100%{transform:translateX(-75px) rotate(180deg)}}.portfolio-items[data-ps="8"] line{stroke-width:2px;stroke-dasharray:10px;stroke-dashoffset:30px}.portfolio-items[data-ps="8"] line{stroke:#fff}@keyframes rightArrowLineStart{0%{stroke-dashoffset:30px}100%{stroke-dashoffset:40px}}@keyframes rightArrowLineEnd{0%{stroke-dashoffset:40px}100%{stroke-dashoffset:50px}}.blog-fullwidth-wrap .post-area.masonry #pagination,.post-area.masonry.span_12 #pagination{height:32px;margin-top:55px;text-align:center;width:100%;margin-bottom:40px}.post-area.masonry.span_9 #pagination{height:32px;margin-top:45px;width:100%;margin-bottom:40px}.blog-fullwidth-wrap .post-area.masonry #pagination,.post-area.masonry.span_12 #pagination,.post-area.masonry.span_9 #pagination{position:relative;bottom:0}.blog-fullwidth-wrap .post-area.masonry #pagination>div,.post-area.masonry.span_12 #pagination>div{display:inline;float:none;margin:0 5px 0 0}.post-area.featured_img_left .post .post-content{padding-left:0!important}.post-area.infinite_scroll .wp-video-shortcode video,.post-area.infinite_scroll video.wp-video-shortcode{visibility:visible}.portfolio-items[data-col-num=elastic] .col img{width:100%!important;max-width:100%!important}.portfolio-items[data-col-num=elastic]:not(.fullwidth-constrained){overflow:hidden}.post-featured-img img.nectar-lazy{display:block}.post-featured-img img.nectar-lazy:not(.loaded),.wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy:not(.loaded){opacity:0}.post-featured-img img.nectar-lazy.loaded,.wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy.loaded{opacity:1}#search-results .result .inner-wrap{box-shadow:0 1px 2px rgba(0,0,0,.15);background-color:#fff;padding:18px}.related-posts[data-style=material] .post-featured-img{overflow:hidden;display:block}.masonry.material .masonry-blog-item .grav-wrap img,.nectar-recent-posts-single_featured .grav-wrap img,.related-posts[data-style=material] .grav-wrap img,[data-style=list_featured_first_row] .grav-wrap img{border-radius:50%;width:38px;height:38px;margin-bottom:0;margin-right:13px;vertical-align:middle;display:inline-block;transition:all .4s cubic-bezier(.2,1,.2,1)}.related-posts[data-style=material] .grav-wrap{position:absolute;bottom:30px;left:30px}.related-posts[data-style=material] .meta-category a{color:inherit}.related-posts .article-content-wrap .post-header{color:inherit}.related-posts .article-content-wrap .excerpt{margin-top:5px}body .related-posts[data-style=material] .article-content-wrap{padding-bottom:80px!important}.related-posts[data-style=material] .grav-wrap img{display:inline-block}.related-posts[data-style=material] .grav-wrap .text a{display:block;font-size:14px;line-height:20px}.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a,.masonry.material .masonry-blog-item .meta-category a,.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a,.related-posts[data-style=material] .meta-category a{font-size:14px;line-height:19px;position:relative;display:inline-block;font-weight:600;margin:0 10px 10px 0}.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,.masonry.material .masonry-blog-item .meta-category a:before,.nectar-recent-posts-single_featured .grav-wrap .text a:before,.related-posts[data-style=material] .meta-category a:before,[data-style=list_featured_first_row] .meta-category a:before{height:2px;width:100%;position:absolute;bottom:-3px;left:0;content:'';transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.25,0,.4,1)}.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before,.masonry.material .masonry-blog-item .meta-category a:focus:before,.masonry.material .masonry-blog-item .meta-category a:hover:before,.nectar-recent-posts-single_featured .grav-wrap .text a:focus:before,.nectar-recent-posts-single_featured .grav-wrap .text a:hover:before,.related-posts[data-style=material] .meta-category a:focus:before,.related-posts[data-style=material] .meta-category a:hover:before,[data-style=list_featured_first_row] .meta-category a:focus:before,[data-style=list_featured_first_row] .meta-category a:hover:before{transform:scaleX(1)}.masonry.material .masonry-blog-item .grav-wrap .text span,.related-posts[data-style=material] .grav-wrap .text span{font-size:13px;line-height:18px}.masonry.material .masonry-blog-item .grav-wrap .text,.nectar-recent-posts-single_featured .grav-wrap .text,.related-posts[data-style=material] .grav-wrap .text{vertical-align:middle;display:inline-block;line-height:0}.masonry.material .masonry-blog-item .grav-wrap a,.related-posts[data-style=material] .grav-wrap a{color:inherit}.masonry .video-play-button path,.post-area .video-play-button path{fill:#fff}.masonry.material .post.link .link-inner .title,.masonry.material .post.quote .quote-inner .title,.post.format-link .link-inner .title,.post.format-quote .quote-inner .title,.single .post.quote .quote-inner .title{color:#fff}.masonry.material .masonry-blog-item h3 a,.related-posts[data-style=material] h3 a{color:inherit!important}.masonry.material .masonry-blog-item .article-content-wrap,.related-posts[data-style=material] .article-content-wrap{padding:10px 30px 30px 30px!important}.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,.masonry.material .masonry-blog-item .article-content-wrap,.masonry.material .masonry-blog-item .meta-category{background-color:#fff}.auto_meta_overlaid_spaced .post.link .n-post-bg:after,.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,.masonry .post.link .n-post-bg,.masonry .post.quote .n-post-bg,.masonry.auto_meta_overlaid_spaced .post .n-post-bg,.masonry.material .post.link .post-content .link-inner:before,.masonry.material .post.quote .post-content .quote-inner:before,.post.format-link .n-post-bg,.post.format-quote .n-post-bg,.post.link .classic .n-post-bg,.post.quote .classic .n-post-bg,.standard-minimal .n-post-bg{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;opacity:.88}.format-link .post.link .n-post-bg,.format-quote .n-post-bg{background-size:cover;background-position:center}.masonry .post.link .n-post-bg,.masonry .post.quote .n-post-bg,.post.link .classic .n-post-bg,.post.quote .classic .n-post-bg,.single .link-inner .n-post-bg,.single .quote-inner .n-post-bg,.standard-minimal .n-post-bg,.standard-minimal .post.link .n-post-bg,.standard-minimal .post.quote .n-post-bg{opacity:.25}.single .post.format-link .post-content>.link-inner,.single .post.format-quote .post-content>.quote-inner{padding:10%}.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before,.masonry.material .post.quote .quote-wrap:before,.single .post.format-quote .quote-inner .quote-wrap:before{content:"\201C";font-family:sans-serif;font-weight:700;font-size:54px;color:#fff;z-index:10000;height:32px;display:block;position:relative;padding-top:33%}.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before,.single .post.format-quote .quote-inner .quote-wrap:before{padding-top:0}.single-post .quote-below-content{margin-top:70px}.post .link-wrap,.post .quote-wrap{display:block}.related-posts[data-style=material] .meta-category{padding:20px 30px 0 30px;display:block;position:relative;z-index:110}body .related-posts[data-style=material] .inner-wrap{box-shadow:0 30px 90px rgba(0,0,0,.14);border-radius:5px;overflow:hidden}#ajax-content-wrap .post-area.full-width-article,.post-area.full-width-article{margin-bottom:0}#search-results .result{font-size:11px}#search-results .result .bottom-line,.masonry-blog-item .bottom-line{height:1px;width:100%;display:block;position:absolute;bottom:2px;left:0;background-color:#eaeaea}.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span{line-height:1.5em;display:block}#search-results .result .title a,.nectar-ajax-search-results .search-post-item h5,.nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item .cat-heading,.nectar-link-underline a span,.nectar-link-underline-effect a,.nectar-underline h1,.nectar-underline h2,.nectar-underline h3,.nectar-underline h4,.nectar-underline h5,.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span{background-repeat:no-repeat;background-size:0 2px;background-image:linear-gradient(to right,#000 0,#000 100%);transition:background-size .55s cubic-bezier(.2,.75,.5,1);background-position:left bottom}.nectar-link-underline-effect a{background-size:100% 2px;background-position:left 94%}@keyframes nectar_ltr_line_animation{0%{background-size:100% 2px}100%{background-size:0 2px}}@keyframes nectar_ltr_line_animation_start{0%{background-size:0 2px}100%{background-size:100% 2px}}.nectar-link-underline-effect a.accessed:not(:hover){color:inherit;animation:nectar_ltr_line_animation_start .55s ease forwards}.nectar-link-underline-effect a:hover{background-position:right 94%;animation:nectar_ltr_line_animation .55s ease forwards}.nectar-underline h1,.nectar-underline h2,.nectar-underline h3,.nectar-underline h4,.nectar-underline h5{display:inline}.nectar-category-grid[data-style=mouse_follow_image][data-text-color=light]:not([data-text-hover-color=dark]) .nectar-category-grid-item .cat-heading,.nectar-category-grid[data-style=mouse_follow_image][data-text-hover-color=light] .nectar-category-grid-item .cat-heading,.nectar-post-grid[data-text-color=light] .nectar-underline .post-heading,.span_12.light .nectar-link-underline-effect a,.span_12.light .nectar-underline h1,.span_12.light .nectar-underline h2,.span_12.light .nectar-underline h3,.span_12.light .nectar-underline h4,.span_12.light .nectar-underline h5{background-image:linear-gradient(to right,#fff 0,#fff 100%)}#search-results .result .title a:focus,#search-results .result .title a:hover,.active-tab .nectar-link-underline a span,.nectar-ajax-search-results .search-post-item:hover h5,.nectar-category-grid[data-style=mouse_follow_image] .nectar-category-grid-item:hover .cat-heading,.nectar-link-underline a:hover span,.nectar-link-underline a[class*=active] span,.nectar-post-grid-item:hover .nectar-link-underline span,.nectar-underline:hover h1,.nectar-underline:hover h2,.nectar-underline:hover h3,.nectar-underline:hover h4,.nectar-underline:hover h5,.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close:hover span{background-size:100% 2px}.posts-container article .inner-wrap.animated,.posts-container[data-load-animation=fade_in] article .inner-wrap.animated{opacity:0;transition:opacity .5s ease-out}.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap{transform:translateY(80px)}.auto_meta_overlaid_spaced .posts-container[data-load-animation=none] article .inner-wrap.animated,.post-area:not(.masonry) .posts-container[data-load-animation=none] article .inner-wrap.animated{opacity:1}.posts-container[data-load-animation=perspective]{perspective:2000px;-webkit-perspective:2000px;perspective-origin:50% 0;-webkit-perspective-origin:50% 700px}.posts-container[data-load-animation=perspective] article{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.posts-container[data-load-animation=perspective] article .inner-wrap{transform:translateY(450px) rotateX(24deg)}.posts-container article .inner-wrap{height:100%}.related-posts[data-style=material] .post-featured-img img{margin-bottom:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:all .7s cubic-bezier(.2,1,.22,1)}.post-area #pagination{padding-left:95px}#ajax-content-wrap .post-area.infinite_scroll #pagination{visibility:hidden;height:1px;width:1px;margin:0}#infscr-loading{position:relative;z-index:10000000;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/loading-white-bg.gif);background-repeat:no-repeat;background-position:center;height:60px;border-radius:2px;color:#555;display:inline-block;margin:0 auto;text-align:center;width:60px;font-family:'Open Sans';font-weight:700;font-size:12px;letter-spacing:2px;border-color:#555;border-style:solid;border-width:0;box-sizing:content-box;-webkit-box-sizing:content-box}#infscr-loading.default_loader{background-image:none}.infscr-loading-wrap{margin:20px auto;clear:both;padding:0;text-align:center;height:0;opacity:0;transform:scale(.5);box-sizing:content-box;-webkit-box-sizing:content-box}#infscr-loading div{opacity:0;color:#555;font-size:12px;font-family:'Open Sans';font-weight:700;letter-spacing:2px;text-transform:uppercase}#ajax-content-wrap #infscr-loading img,#infscr-loading img{margin-bottom:0;display:none}.post-area{padding-right:30px;margin-top:4px}.post-area.col_last{padding-left:20px;padding-right:0}.post-area.col_last.span_12{padding-left:0;float:none}.post-area>article .content-inner{margin-bottom:0;border-bottom:0}.blog-recent .more-link,.post .more-link{display:block;margin-top:25px;cursor:default;color:#fff}.post .content-inner{padding-bottom:80px}.single-post .content-inner>.post-tags{margin-top:50px}.blog-recent .more-link span,.post .more-link span{background-color:#333;transition:all .45s cubic-bezier(.25,1,.33,1);width:auto;cursor:pointer;padding:8px 12px;border-radius:2px}body[data-button-style*=slightly_rounded] .post .more-link span{border-radius:4px}.post .post-meta{position:absolute;left:0;top:0}.main-content .recent-posts-title{font-size:12px;letter-spacing:1.5px;margin-bottom:7px}#single-below-header,.post-header{margin-bottom:12px;color:#888}.post .post-header h1,.post .post-header h2{font-size:26px;line-height:30px}.post .post-header h2 a{color:#000}#page-header-bg #single-below-header a,#single-below-header a,.post .post-header a,.result a{color:inherit}#single-below-header a:focus,#single-below-header a:hover{color:#000}#page-header-bg #single-below-header a:focus,#page-header-bg #single-below-header a:hover{color:#fff}.post .post-content.classic .content-inner{border-bottom:1px solid #ddd;padding-bottom:60px;margin-bottom:60px}.post-area:not(.masonry) article .post-content.classic{overflow:hidden}.post .post-content{position:relative;min-height:98px}.post-tags h4{float:left;margin-top:8px;margin-bottom:15px;margin-right:25px}.post-tags .clear{padding-bottom:0}.post-content{padding-left:95px}.post .content-inner{position:relative}.post.format-link .post-content .link-inner,.post.format-quote .post-content .quote-inner{background-color:#000;position:relative;padding:15px;color:#fff;transition:all .45s cubic-bezier(.25,1,.33,1)}.post.format-aside .aside-inner p{margin-bottom:15px}.post.format-aside .aside-inner .post-header{margin-bottom:0}.post.format-aside .aside-inner .post-header,.post.format-aside .aside-inner a,.post.format-aside .aside-inner a:hover,.post.format-aside .aside-inner p,.post.quote .quote-inner a{color:#fff!important}.post.format-link .link-wrap,.post.format-quote .quote-wrap,.post.quote .quote-inner .author,.post.quote .quote-inner .icon,.post.quote .quote-inner .title{position:relative;z-index:100}.post.quote .content-inner .whole-link{position:absolute;z-index:10;display:block;background-color:#000;height:100%;width:100%;top:0;left:0}.post .full-post-link{position:absolute;content:'';z-index:1000;display:block;height:100%;width:100%;top:0;left:0}.post.quote figure:not([class*=wp-block]){margin:0 auto}.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote){background-image:none;padding:0;font-family:inherit;margin:0 auto}.post.quote .wp-block-pullquote blockquote:not(.wp-block-quote),.post.quote .wp-block-quote blockquote:not(.wp-block-quote){color:inherit!important}.post.link .post-content .destination{word-wrap:break-word}.post.quote .post-content .quote-inner .icon{bottom:17px;height:17px;width:19px;display:block;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/quote.png);position:absolute;right:20px}.post.link .post-content .link-inner .icon{bottom:17px;height:20px;width:18px;display:block;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/link.png);position:absolute;right:20px}.post.format-status .post-content .status-inner .icon{bottom:17px;height:16px;width:18px;display:block;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/status.png);position:absolute;right:20px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){body .post.quote .post-content .quote-inner .icon{background-size:19px 17px;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/quote-2x.png)}body .post.link .post-content .link-inner .icon{background-size:18px 20px;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/link-2x.png)}}.post .post-content.link a,.post .post-content.quote a{display:block;z-index:10}.post.link .post-content h3,.post.quote .post-content h3{color:#fff;font-size:26px;line-height:34px;display:block;margin-bottom:15px}.post.format-link .post-content h3,.post.format-quote .post-content h3{margin-bottom:15px}.single .post.format-link .post-content h3,.single .post.format-quote .post-content h3{margin-bottom:20px}.single .post.format-link .post-content h3 a{color:inherit}.post.quote .post-content .quote-below-content h2{color:inherit}.format-status .post-content h2 a{color:#fff}.post .post-meta a{color:#888}.post-content.classic .post-header>span:after{background-color:#888;width:1px;margin:0 4px;height:11px;content:'';display:inline-block}.post-content.classic .post-header>span:last-of-type:after{display:none}.post h3.title{margin-bottom:4px}.post .post-meta{display:block;margin-bottom:20px;border-right:1px solid #e6e6e6}.post .post-meta.no-img{top:6px}.post .content-inner .post-featured-img img{max-width:none;margin-bottom:15px;width:100%}.post .post-meta .date{font-size:12px;padding-bottom:2px;margin-bottom:12px;position:relative;transition:all .2s linear 0s}.post .post-meta .month,.post .post-meta .year{display:block;font-size:17px;line-height:10px;text-align:center;text-transform:uppercase;margin-bottom:4px;padding:0;font-weight:600}.post-content.classic .post-meta .month{line-height:1em}.post .post-meta .year{margin-top:5px}.post .post-meta .day{display:block;font-size:30px;line-height:29px;text-align:center;padding:0 12px 0 12px;font-weight:700;text-transform:uppercase}.post .post-meta .date{padding-bottom:17px;border-bottom:1px solid #e6e6e6}.post-content.classic .post-meta[data-love=false] .date{border-bottom:0}.post-content.classic .post-meta[data-love=false]{border-right:0}.post-content.classic .post-meta[data-love=false] .month,.post-content.classic .post-meta[data-love=false] .year{font-size:24px}.post-content.classic .post-meta[data-love=false] .day{font-size:36px;line-height:36px}.post.video .video-wrap,.single-portfolio .video-wrap{position:relative;padding-bottom:56.25%;height:0;margin-bottom:15px}.post.video .video-wrap iframe,.single-portfolio .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.post.video .mejs-container{margin-bottom:15px}.main-content .audio-wrap,.post.audio .audio-wrap{margin-bottom:15px}.post .gallery-slider .gallery,.post .gallery-slider .jetpack-slideshow{display:none}.post table{width:100%}.post table td,.post table th{text-align:center}.post table tbody td{padding:5px;border-right:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;color:#676767}.post table tbody tr td:first-child{border-left:1px solid #e6e6e6}.post table th{border-bottom:1px solid #e6e6e6;color:#676767}.post table #prev{text-align:left;position:relative;z-index:2}.post table #next{text-align:right;position:relative;z-index:2}.post caption{position:absolute;bottom:0;z-index:1;width:100%;text-align:center}#page-header-bg[data-post-hs=default_minimal] #single-below-header .updated.rich-snippet-hidden,.hentry .updated.rich-snippet-hidden,.post-area[data-remove-post-date="1"] article .date,.post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span{display:none}.post-area[data-remove-post-author="1"] article .meta-author,.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a,.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap>a,.post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap{display:none}.post-area[data-remove-post-comment-number="1"] article .meta-comment-count{display:none}.post-area[data-remove-post-nectar-love="1"] article .nectar-love{display:none;pointer-events:none}.post-area[data-remove-post-author="1"].standard-minimal .post .post-content,.post-area[data-remove-post-date="1"][data-remove-post-nectar-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content{padding-left:0}.post-area[data-remove-post-author="1"].standard-minimal .post-author{position:relative;text-align:left;width:auto}.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*=classic_enhanced].related-posts .post-meta,.post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap{display:none}p>a>i.icon-3x{margin-bottom:0}#pagination{position:relative;margin-bottom:10px;height:32px;width:100%}#pagination.fw-pagination{text-align:center;height:auto;padding:10px 0 50px 0;margin-bottom:0}#pagination.fw-pagination.alt-style-padding{padding:50px 0}#pagination.fw-pagination>div{float:none;display:inline-block}#pagination.infinite_scroll{display:none}#pagination a:not(.page-numbers),#pagination span:not(.page-numbers){background-color:#333}#pagination .next.inactive,#pagination .prev.inactive,#pagination a,#pagination span,.container-wrap nav.woocommerce-pagination ul li span,.woocommerce .container-wrap nav.woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a{background-repeat:no-repeat;cursor:pointer;display:inline-block;padding:11px 13px 10px 13px!important;background-position:-21px center;position:relative;text-transform:capitalize;color:#fff!important;transition:all .45s cubic-bezier(.25,1,.33,1);border-radius:2px;font-family:'Open Sans';font-weight:700}.woocommerce nav.woocommerce-pagination ul li{overflow:visible}.woocommerce nav.woocommerce-pagination ul li a,body #pagination span.page-numbers.dots,body #pagination>a,body nav.woocommerce-pagination ul li span.page-numbers.dots{background-color:transparent!important;font-size:12px!important;line-height:14px}body #pagination .page-numbers.next,body #pagination .page-numbers.prev,body #pagination span.page-numbers.dots,body #pagination>a{color:inherit!important}body #pagination>span.page-numbers.current,body nav.woocommerce-pagination span.page-numbers.current{box-shadow:0 6px 15px rgba(0,0,0,.16);margin:0 8px;height:35px;width:35px;text-align:center;line-height:14px;font-size:12px!important}body #pagination .page-numbers.next,body #pagination .page-numbers.prev,body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{width:auto;background-color:transparent;background-image:none;text-indent:0!important;border:0}body #pagination>span:first-child.page-numbers{margin-left:0!important}#pagination>div{float:left;margin:0 5px 0 0}#pagination>div:first-child{margin-left:0}.woocommerce nav.woocommerce-pagination ul li a:active{background-color:#000}#pagination span{cursor:default}#pagination a,#pagination span{display:inline-block}#pagination .next a,#pagination .next.inactive,#pagination .page-numbers.next,#pagination .page-numbers.prev,#pagination .prev a,#pagination .prev.inactive,.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{text-indent:-9999px;height:32px;width:32px;background-repeat:no-repeat!important}#pagination a.page-numbers,#pagination span.page-numbers{font-size:12px;line-height:11px}#pagination .next.inactive,#pagination .prev.inactive{background-color:#eae8e5;cursor:default!important;height:32px;width:32px;margin:0 5px 0 0}#pagination .next a,#pagination .next.inactive,#pagination .page-numbers.next,.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/portfolio-arrows.png);background-position:-20px 12px}#pagination .page-numbers.prev,#pagination .prev a,#pagination .prev.inactive,.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/portfolio-arrows.png);background-position:13px 12px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){#pagination .next a,#pagination .next.inactive,#pagination .page-numbers.next,.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/portfolio-arrows-2x.png);background-size:40px 9px}#pagination .page-numbers.prev,#pagination .prev a,#pagination .prev.inactive,.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/portfolio-arrows-2x.png);background-size:40px 9px}}#pagination{position:relative;margin-bottom:10px;height:32px;width:100%}body .container-wrap.no-shadow{box-shadow:none}.text-on-hover-wrap .categories a{color:#777;font-size:14px;font-family:'Open Sans';font-weight:600;margin-bottom:20px}#slide-out-widget-area .widget.widget_nav_menu ul ul{margin:0!important;padding:0 0 0 20px}#slide-out-widget-area .widget.widget_nav_menu li{border-bottom:0;padding:0!important}#slide-out-widget-area .widget.widget_nav_menu li a{padding:6px 20px;display:block}#slide-out-widget-area .widget.widget_categories>ul>li:first-child>a,#slide-out-widget-area .widget.widget_pages>ul>li:first-child>a{padding-top:0}#header-outer #mobile-menu{display:none;padding:0;z-index:1000;position:absolute;left:0;top:calc(99% + 12px);width:100%}#slide-out-widget-area{display:none}.ascend #slide-out-widget-area[class*=slide-out-from-right],.original #slide-out-widget-area[class*=slide-out-from-right]{display:block}#slide-out-widget-area.slide-out-from-right-hover{position:fixed;transform:translate3d(341px,0,0);-webkit-transform:translate3d(341px,0,0);top:0;right:0;width:340px;height:100%}@media only screen and (min-width:500px){#slide-out-widget-area.slide-out-from-right-hover{width:400px;-webkit-transform:translate3d(101%,0,0);transform:translate3d(101%,0,0)}}#slide-out-widget-area.slide-out-from-right{position:fixed;transform:translate(301px,0);-webkit-transform:translate(301px,0);top:0;right:0;width:300px;height:100%;z-index:10000;padding:33px;overflow:hidden}.admin-bar #slide-out-widget-area{padding-top:33px}.admin-bar #slide-out-widget-area.slide-out-from-right{padding-top:53px}#slide-out-widget-area-bg{-webkit-backface-visibility:hidden;background-color:rgba(0,0,0,.8);position:fixed;height:1px;width:1px;opacity:0;left:0;top:0;z-index:9996}#slide-out-widget-area-bg .bg-inner{width:100%;height:100%;background-color:rgba(0,0,0,.8)}#header-outer #mobile-menu .off-canvas-social-links li:first-child a,#slide-out-widget-area .off-canvas-social-links li:first-child a{padding-left:0}body[data-full-width-header=true] .slide_out_area_close{display:none}#top nav ul .slide-out-widget-area-toggle a .lines,#top nav ul .slide-out-widget-area-toggle a .lines:after,#top nav ul .slide-out-widget-area-toggle a .lines:before{background-color:rgba(0,0,0,.4)}body .lines-button{line-height:0;font-size:0}.lines-button{transition:.3s;cursor:pointer;top:9px;position:relative;user-select:none;display:block}.lines-button:hover{opacity:1}.lines{display:block;width:1.4rem;height:3px;background-color:#ecf0f1;transition:.3s;position:relative}.lines:after,.lines:before{display:block;width:1.4rem;height:3px;background:#ecf0f1;transition:.3s;position:absolute;left:0;content:'';transform-origin:.142rem center}.lines:before{top:6px}.lines:after{top:-6px}#footer-outer[data-using-bg-img=true] #copyright,#header-outer #top ul .slide-out-widget-area-toggle a .lines-button .lines,#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,#header-outer.transparent.dark-slide>#top nav ul .slide-out-widget-area-toggle a .lines-button i{background-color:transparent!important}.slide-out-widget-area-toggle .lines-button:after{background-color:rgba(0,0,0,.4);display:inline-block;width:1.4rem;height:2px;transition:transform .45s ease,opacity .2s ease,background-color .2s ease;position:absolute;left:0;top:0;content:'';transform:scale(1,1)}.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,.slide-out-widget-area-toggle.mobile-icon .lines-button:after{background-color:#999}body #header-outer .lines-button{top:9px}body.original .slide-out-hover-icon-effect.small .lines-button{top:10px}body.original #header-outer[data-has-menu=true] .lines-button{top:10px}.slide-out-widget-area-toggle.mobile-icon .lines-button:after{top:0!important}.slide-out-widget-area-toggle.mobile-icon .lines{background-color:transparent}.slide-out-widget-area-toggle.mobile-icon .lines-button:after,.slide-out-widget-area-toggle.mobile-icon .lines:after,.slide-out-widget-area-toggle.mobile-icon .lines:before{height:2px!important;width:22px!important}.slide-out-widget-area-toggle a>span{transition:transform .33s .3s ease-in;transform-origin:center;display:block;height:21px}.slide-out-widget-area-toggle.mobile-icon a>span{height:20px}#nectar-ocm-ht-line-check{position:absolute;visibility:hidden;pointer-events:none;width:100%;font-size:36px;line-height:36px;font-family:'Open Sans';font-weight:700;letter-spacing:-1px}.widget_calendar{position:relative}#sidebar .widget_calendar{margin-bottom:30px}.widget_calendar table{width:100%;border-collapse:collapse}.widget_calendar table td{text-align:center}.widget_calendar table tbody td{border:0;padding:4px;font-size:14px;color:#666}.widget_calendar table tbody tr td:first-child{border-left:0}.widget_calendar table tbody tr:nth-child(2n+1){background-color:#f0f0f0}#header-outer .widget-area-active .widget_calendar table tbody tr:nth-child(2n+1),#slide-out-widget-area .widget_calendar table tbody tr:nth-child(2n+1){background-color:rgba(0,0,0,.1)}.widget_calendar table th{font-weight:700;border-bottom:0;text-align:center;padding-bottom:10px;color:#999}.widget_calendar table #prev{text-align:left;position:relative;padding:10px 0 0 0;z-index:2}.widget_calendar table #next{text-align:right;position:relative;padding:10px 0 0 0;z-index:2}.widget_calendar caption{width:100%;text-align:center;color:#fff;padding:5px;background-color:rgba(0,0,0,.2)}.widget_calendar .wp-calendar-nav{display:table;width:100%}body .widget_calendar th,body:not(.woocommerce-cart) .main-content .widget_calendar th{text-align:center}.widget_calendar .wp-calendar-nav span{display:table-cell;line-height:1;padding:2.5%}.widget_calendar .wp-calendar-nav-prev{text-align:left}.widget_calendar .calendar_wrap .wp-calendar-nav-next{text-align:right}.newsletter-widget form,.widget_search .search-form{position:relative;overflow:hidden}#footer-outer #footer-widgets .widget_search .search-form input[type=text],#sidebar .widget_search .search-form input[type=text],.widget_search .search-form input[type=text]{padding-right:45px;margin:0}.newsletter-widget form input[type=email]{padding-right:75px;margin:0}.widget_search .search-form button[type=submit] .text{display:none}body .widget_search .search-form button[type=submit],body.search-no-results .search-form button[type=submit]{padding:14px!important}.widget_search .search-form button[type=submit] .icon-salient-search,body .widget_search .search-form button[type=submit]{background-color:transparent!important}body .widget_search .search-form button[type=submit]{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body[data-form-style=minimal] .widget_search .search-form button[type=submit]{top:auto;bottom:0;-webkit-transform:none;transform:none}.widget_search .search-form button[type=submit] .icon-salient-search,body.search-no-results .search-form button[type=submit] .icon-salient-search{margin-top:1px;display:block;font-size:17px}.widget_search .search-form button[type=submit] .icon-salient-search:before,body.search-no-results .search-form button[type=submit] .icon-salient-search:before{content:"\e906"}.widget_search .search-form,body.search-no-results .search-form{overflow:visible}.newsletter-widget form input[type=submit],.widget_search .search-form button[type=submit],.widget_search .search-form input[type=submit],body[data-form-style=minimal] .main-content .post-password-form input[type=submit]{position:absolute;right:0;top:0;margin:0!important;line-height:22px;padding:10px 11px}body[data-form-style=minimal] .main-content .post-password-form input[type=submit]{top:auto;bottom:35px}.main-content>.row>form.post-password-form>p:first-child{font-size:1.5em;line-height:1.5em;text-align:center}.main-content>.row>form.post-password-form{padding:15% 0;max-width:600px;margin:0 auto}.post-password-form input[type=submit]{margin-top:20px;display:block;width:100%;text-align:center}#slide-out-widget-area .widget_recent_comments ul li{background:none repeat scroll 0 0 rgba(0,0,0,.15);border:medium none;display:block;margin-bottom:18px;padding:15px;position:relative}#slide-out-widget-area .widget_recent_comments ul li{background:none repeat scroll 0 0 rgba(0,0,0,.05)}#slide-out-widget-area .widget_recent_comments ul li:last-child{margin-bottom:0}#sidebar div ul{margin-left:0}#sidebar div ul li{padding:8px 0;list-style:none;border-bottom:1px solid #e6e6e6}#sidebar>div{margin-bottom:50px}#sidebar>div:last-child{margin-bottom:0}#sidebar #sidebar-inner{margin-bottom:0}#sidebar h4{color:#000;opacity:.7;font-family:'Open Sans';font-weight:600;font-size:14px;margin-bottom:15px}#sidebar .widget_recent_comments h4{margin-bottom:16px}#sidebar .widget li:first-child{padding-top:0}#sidebar .widget .recentcomments,.ascend #sidebar .widget .recentcomments,.original #sidebar .widget .recentcomments{padding:15px;margin-bottom:22px;border:none;position:relative;display:block;background:none repeat scroll 0 0 rgba(0,0,0,.02)}#sidebar .widget .tagcloud a,.post-area .content-inner>.post-tags a,.widget .tagcloud a{background-color:#333;color:#fff;cursor:pointer;display:inline-block;line-height:22px;margin:3px 3px 0 0;padding:5px 7px;font-size:14px!important;position:relative;text-transform:capitalize;transition:all .2s linear;border-radius:2px}.single #ajax-content-wrap .post-area .content-inner>.post-tags a{font-size:14px!important;text-transform:capitalize}#sidebar .widget_tag_cloud:after{display:block;height:0;clear:both;content:"";visibility:hidden}#sidebar .widget input[type=email],#sidebar .widget input[type=text]{padding:10px;width:100%}#sidebar .widget form p{padding-bottom:15px}#sidebar .widget.widget_categories ul ul,#sidebar .widget.widget_nav_menu ul ul,#sidebar .widget.widget_pages ul ul{margin:0!important;padding:0 0 0 20px}#sidebar .widget.widget_categories li,#sidebar .widget.widget_nav_menu li,#sidebar .widget.widget_pages li{border-bottom:0!important;padding:0!important}#sidebar .widget.widget_categories li a,#sidebar .widget.widget_nav_menu li a,#sidebar .widget.widget_pages li a{padding:8px 0;display:block;border-bottom:1px solid #e6e6e6}#sidebar .widget.widget_categories li{position:relative}#sidebar .widget.widget_categories li .post_count{position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.05);padding:5px 8px;border-radius:100px;font-size:11px;line-height:11px;display:inline-block}#sidebar .widget.widget_categories>ul>li:first-child>a,#sidebar .widget.widget_nav_menu>ul>li:first-child>a,#sidebar .widget.widget_pages>ul>li:first-child>a{padding-top:0}#sidebar.left-sidebar{float:left}.post-area.col_last{float:right}#sidebar>.widget_media_image{text-align:center}#sidebar .recent_projects_widget img{margin-bottom:0}.recent_projects_widget img{margin-bottom:0;display:block;padding:5px;background-color:#fff;margin-top:0;margin-left:0;border:1px solid #e5e5e5;transition:all .2s linear}.recent_projects_widget a:hover img{border-color:#000}.recent_projects_widget div a{float:left;margin:2% 2% 0 0;width:32%}.recent_projects_widget div a:nth-child(3n+3){margin-right:0}#sidebar select{max-width:100%}.span_12.light .wpb_widgetised_column #sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-date,.span_12.light .wpb_widgetised_column #sidebar .widget li a,.span_12.light .wpb_widgetised_column #sidebar h4,body.material .span_12.light .wpb_widgetised_column #sidebar .widget li a:hover{color:#fff}.recent_projects_widget>div:after{clear:both;content:'';display:block}.widget_pages ul ul{margin-top:20px;margin-bottom:30px;margin-left:20px!important}body #respond{background-color:transparent;box-shadow:none;padding:0}#respond .comment-notes,#respond>p,p.logged-in-as{margin-bottom:10px}p.logged-in-as{padding-bottom:0}body .comment-list{margin-bottom:40px;margin-left:0}.comment-list li{list-style:none}.comment-list .comment>div,.comment-list .pingback>div{background-color:#fff;margin:0;overflow:hidden;padding:25px;margin-top:2em;position:relative;padding-left:116px;box-shadow:0 1px 2px rgba(0,0,0,.17)}.comment-list .children{margin-left:0;padding-left:40px;border-left:1px solid #ddd}body:not(.material) .comment-list .children{margin-left:0;padding-left:40px;border-left:1px solid #ddd;background-repeat:no-repeat;background-position:left 20px;background-image:url(//stmarksdromana.org.au/wp-content/themes/salient/img/icons/comment-children-line.jpg)}.comment-list .comment>div img.avatar,.comment-list .pingback>div img.avatar{position:absolute;left:29px;top:29px;width:60px;height:60px}.comment-list .reply{position:absolute;top:29px;right:29px}.comment-list .reply a{color:#fff;cursor:pointer;padding:3px 7px;font-size:11px;transition:all .2s linear 0s;width:auto;border-radius:2px;background-color:#333}.comment-list .comment-author,.comment-list .pingback .comment-body>a{color:#333;font-family:'Open Sans';font-weight:600;font-size:16px;line-height:30px}.comment-list .pingback .comment-body>a{display:block}body.ascend .comment-list .pingback .comment-body,body.material .comment-list .pingback .comment-body{padding-left:0}body.original .comment-list .pingback .comment-body{padding-left:25px}.comment-list .comment-meta{font-size:11px;line-height:15px}.comment-list .comment-meta a{color:#888}.comment-list .comment-meta a:hover{color:#000}.comment-list .reply a:hover{background-color:#000}.comment-list .comment>div p,.comment-list .pingback>div p{padding-bottom:0;margin-top:10px}.comment-list .comment #commentform .form-submit{margin-top:0}#respond #cancel-comment-reply-link,#respond h3 .cancel-comment-reply{display:inline-block;margin-left:10px;padding-left:10px;position:relative;border-left:1px solid #ddd}#respond h3,h3#comments{font-family:'Open Sans';font-weight:600;text-transform:none}.comment-author a{color:inherit}body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar{border:3px solid #000;padding:3px}body.material .comment-list .comment .bypostauthor>.comment-body>.comment-author>img.avatar{border:2px solid #000;padding:2px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{padding:10px;width:100%;font-size:14px;font-family:inherit;line-height:24px;color:#555;background-color:#f1f1f1;border:none;transition:all .2s ease}input:focus,select:focus,textarea:focus{outline:0}button[type=submit],input[type=button],input[type=submit]{background-color:#333;padding:7px 11px;border:none;color:#fff;cursor:pointer;transition:all .45s cubic-bezier(.25,1,.33,1);width:auto;font-family:'Open Sans';font-weight:600;font-size:14px;border-radius:2px}button[type=submit]:hover,input[type=button]:hover,input[type=submit]:hover{background-color:#000}body[data-form-submit=regular] .container-wrap button[type=submit],body[data-form-submit=regular] .container-wrap input[type=submit]{padding:15px 22px!important}select{padding:10px;width:100%;border:none;font-family:'Open Sans';font-weight:400;font-size:12px;line-height:22px;color:#555;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.16);transition:all .2s linear}textarea{max-width:100%}.select2-container .select2-choice>.select2-chosen{color:#000!important;line-height:30px;padding-left:3px}div.wpforms-container-full .wpforms-form .select2-container{position:relative}.widget_text textarea{max-height:100px}body .gform_wrapper .description,body .gform_wrapper .gfield_description,body .gform_wrapper .gsection_description,body .gform_wrapper .instruction{font-size:12px}body .gform_wrapper div.charleft{font-size:10px}body .gform_wrapper .top_label .gfield_label{margin-top:20px;margin-bottom:6px;font-family:'Open Sans';font-weight:700}body:not(.woocommerce-cart) .main-content table{margin:0 0 20px;padding:0;width:100%;border-collapse:collapse;border-spacing:0;background-color:#fff;border-top:1px solid #ececec}body:not(.woocommerce-cart) .main-content tr td:first-child,body:not(.woocommerce-cart) .main-content tr th:first-child{border-left-style:solid;border-left-width:1px;border-color:#ececec}body:not(.woocommerce-cart) .main-content tr td:first-child,body:not(.woocommerce-cart) .main-content tr th:first-child{border-left-style:solid;border-left-width:1px}body:not(.woocommerce-cart) .main-content th{border-left:medium none;border-style:none solid solid none;border-top:medium none;border-width:medium 1px 1px medium;font-weight:700;padding:10px;text-align:left;border-color:#ececec}body:not(.woocommerce-cart) .main-content td{border-color:#ececec;border-left:none;border-style:none solid solid none;border-top:medium none;border-width:medium 1px 1px medium;font-size:14px;padding:10px}body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1){background-color:#fcfcfc}@keyframes fadebottom{0%{opacity:1;transform:translateY(0)}25%{opacity:0;transform:translateY(20px)}30%{opacity:0;transform:translateY(0)}45%{opacity:1;transform:translateY(0)}100%{opacity:1;transform:translateY(0)}}body .full-width-content,body .full-width-section{visibility:visible}.full-width-content.blog-fullwidth-wrap,.full-width-content.nectar-shop-outer,.nectar-slider-wrap[data-full-width=true],.page-submenu .full-width-content,.page-submenu>.full-width-section,.portfolio-filters-inline.full-width-content,.portfolio-filters-inline.full-width-section:not(.non-fw),.post-area.full-width-content.standard-minimal,.single-product .product[data-gallery-style=left_thumb_sticky][data-gallery-variant=fullwidth] .single-product-wrap,.wpb_row.full-width-content,.wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,.wpb_row.full-width-section .mobile-video-image,.wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,body .full-width-section .nectar-parallax-scene,body .full-width-section .row-bg-wrap,body .full-width-section.parallax_section .row-bg-wrap,body .full-width-section>.nectar-shape-divider-wrap,body .full-width-section>.video-color-overlay,body[data-aie=long-zoom-out] .first-section .row-bg-wrap,body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,body[data-aie=zoom-out] .first-section .row-bg-wrap,body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal{margin-left:-50vw;margin-left:calc(-50vw + var(--scroll-bar-w)/ 2);left:50%;width:100vw;width:calc(100vw - var(--scroll-bar-w))}body .full-width-section>.nectar-video-wrap{margin-left:-50vw;margin-left:calc(-50vw + var(--scroll-bar-w)/ 2);left:50%;width:100vw!important;width:calc(100vw - var(--scroll-bar-w))!important}.nectar-video-wrap .nectar-video-inner,.vc_column-inner>.nectar-video-wrap,body .full-width-content>.nectar-video-wrap,body .full-width-section>.nectar-video-wrap{height:100%}.full-width-content.blog-fullwidth-wrap,.page-submenu .full-width-content,.page-submenu>.full-width-section,.portfolio-filters-inline.full-width-content,.portfolio-filters-inline.full-width-section{position:relative}.post-area.span_9 .nectar-slider-wrap[data-full-width=true],body .masonry-blog-item .wpb_row.full-width-content,body .post-area.span_9 .full-width-content.blog-fullwidth-wrap,body .post-area.span_9 .full-width-section .nectar-parallax-scene,body .post-area.span_9 .full-width-section .row-bg-wrap,body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap,body .post-area.span_9 .full-width-section>.nectar-shape-divider-wrap,body .post-area.span_9 .full-width-section>.video-color-overlay,body .post-area.span_9 .page-submenu .full-width-content,body .post-area.span_9 .page-submenu>.full-width-section,body .post-area.span_9 .portfolio-filters-inline.full-width-content,body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw),body .post-area.span_9 .post-area.full-width-content.standard-minimal,body .post-area.span_9 .wpb_row.full-width-content,body .post-area.span_9 .wpb_row.full-width-content.has-global-section .wpb_row.full-width-content,body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap,body .woocommerce-tabs[data-tab-style=in_sidebar] .full-width-section .row-bg-wrap,body .woocommerce-tabs[data-tab-style=in_sidebar] .wpb_row.full-width-content,body[data-aie=long-zoom-out] .post-area.span_9 .first-section .row-bg-wrap,body[data-aie=long-zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,body[data-aie=zoom-out] .post-area.span_9 .first-section .row-bg-wrap,body[data-aie=zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap{margin-left:0;left:0;width:100%}body .post-area.span_9 .full-width-section>.nectar-video-wrap{margin-left:0;left:0;width:100%!important}.pum .pum-container .popmake-content .full-width-section .row-bg-wrap,.pum .pum-container .popmake-content .wpb_row.full-width-content{margin-left:0!important;left:0!important;width:100%!important}body .wpb_row.full-width-content .wpb_row>.row-bg-wrap,body .wpb_row.full-width-section .wpb_row>.row-bg-wrap{margin-left:0;left:0;width:100%}.wpb_row .column-image-bg-wrap,.wpb_row .column-image-bg-wrap .column-image-bg,.wpb_row .column-image-bg-wrap .inner-wrap{overflow:hidden;width:100%;height:100%;position:absolute;z-index:1;top:0;left:0}.wpb_column .column-inner[data-bg-cover=true] .column-image-bg,.wpb_column[data-bg-cover=true] .column-image-bg{background-size:cover;background-position:center}body .wpb_row .column-image-bg-wrap{z-index:-1;overflow:hidden}.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg{background-position:center;background-size:cover}[class*=" iconsmind-"],[class^=iconsmind-]{visibility:hidden}@font-face{font-family:icomoon;src:url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/icomoon.eot?v=1.3);src:url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/icomoon.eot?#iefix&v=1.3) format('embedded-opentype'),url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/icomoon.woff?v=1.3) format('woff'),url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/icomoon.ttf?v=1.3) format('truetype'),url(//stmarksdromana.org.au/wp-content/themes/salient/css/fonts/icomoon.svg#icomoon?v=1.3) format('svg');font-weight:400;font-display:block;font-style:normal}.ascend .mfp-iframe-holder .mfp-close,.ascend .mfp-image-holder .mfp-close,.fa.fa-angle-down,.fa.fa-angle-left,.fa.fa-angle-right,.fa.fa-angle-up,.fa.fa-facebook,.fa.fa-linkedin,.fa.fa-minus-sign,.fa.fa-ok-sign,.fa.fa-pinterest,.fa.fa-plus-sign,.fa.fa-twitter,.icon-be,.icon-button-arrow,.icon-salient-apple-music,.icon-salient-artstation,.icon-salient-back-to-all,.icon-salient-cart,.icon-salient-check,.icon-salient-discord,.icon-salient-down-arrow,.icon-salient-down-arrow-thin,.icon-salient-facebook,.icon-salient-facebook-messenger,.icon-salient-heart,.icon-salient-heart-2,.icon-salient-houzz,.icon-salient-left-arrow,.icon-salient-left-arrow-thin,.icon-salient-m-clock,.icon-salient-m-close,.icon-salient-m-eye,.icon-salient-m-social-alt,.icon-salient-m-user,.icon-salient-medium,.icon-salient-patreon,.icon-salient-pencil,.icon-salient-pinterest,.icon-salient-plus,.icon-salient-right-arrow,.icon-salient-right-arrow-thin,.icon-salient-right-line,.icon-salient-search,.icon-salient-spotify,.icon-salient-thin-line,.icon-salient-tiktok,.icon-salient-twitch,.icon-salient-twitter,.icon-salient-woo-zoom-icon,.icon-salient-x,.icon-soundcloud,.icon-vimeo,.material .comment-list .reply a:before,.mejs-controls .mejs-button button,.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close,.salient-page-submenu-icon,.video-play-button,i.fa.fa-houzz{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.icon-salient-m-bag:before{content:"\e900"}.icon-salient-m-eye:before{content:"\e015"}.icon-salient-m-clock:before{content:"\e016"}.icon-salient-m-gear:before{content:"\e023"}.icon-salient-m-heart:before{content:"\e024"}.icon-salient-m-search:before{content:"\e036"}.icon-salient-m-prev:before{content:"\e050"}.icon-salient-m-rewind:before{content:"\e051"}.icon-salient-m-play:before{content:"\e052"}.icon-salient-woo-zoom-icon:before{content:"\e908"}.icon-salient-woo-zoom-icon-minus:before{content:"\e90a"}.icon-salient-m-pause:before{content:"\e053"}.icon-salient-m-stop:before{content:"\e054"}.icon-salient-m-ff:before{content:"\e055"}.icon-salient-m-next:before{content:"\e056"}.icon-salient-m-user:before{content:"\e074"}.icon-salient-m-chat:before{content:"\e076"}.icon-salient-m-social:before{content:"\e081"}.icon-salient-m-social-alt:before{content:"\e90e"}.icon-salient-m-left-arrow:before{content:"\e094"}.icon-salient-m-right-arrow:before{content:"\e095"}.icon-salient-m-sound:before{content:"\e098"}.icon-salient-m-mute:before{content:"\e099"}.icon-salient-m-close:before{content:"\e117"}.icon-salient-m-menu:before{content:"\e120"}.icon-salient-x:before{content:"\e003"}.icon-salient-right-arrow:before{content:"\e000"}.icon-salient-left-arrow:before{content:"\e001"}.icon-salient-right-line:before{content:"\e004"}.icon-salient-back-to-all:before{content:"\e005"}.icon-salient-right-arrow-thin:before{content:"\e006"}.icon-salient-left-arrow-thin:before{content:"\e007"}.icon-salient-down-arrow-thin:before{content:"\e00c"}.icon-salient-down-arrow:before{content:"\e008"}.icon-salient-facebook:before{content:"\e00a"}.icon-salient-twitter:before{content:"\e00b"}.icon-salient-pinterest:before{content:"\e00d"}.icon-salient-heart:before{content:"\e00e"}.icon-salient-plus:before{content:"\e010"}.icon-salient-cart:before{content:"\e012"}.icon-salient-pencil:before{content:"\e011"}.icon-be:before{content:"\e013"}.icon-vimeo:before{content:"\e014"}.icon-soundcloud:before{content:"\e600"}.icon-button-arrow:before{content:"\e909"}.icon-salient-thin-line:before{content:"\e602"}.icon-salient-spotify:before{content:"\f1bc"}.icon-salient-facebook-messenger:before{content:"\e90d"}.icon-salient-artstation:before{content:"\e90b"}.icon-salient-discord:before{content:"\e90c"}.icon-salient-tiktok:before{content:"\e90f"}.icon-salient-houzz,i.fa.fa-houzz:before{content:"\e904"}.icon-salient-twitch:before{content:"\e905"}.icon-salient-apple-music:before{content:"\e903"}.icon-salient-patreon:before{content:"\e912"}.icon-salient-check:before{content:"\e915"}.icon-salient-medium:before{content:"\e914"}body .fa.fa-angle-down:before{content:"\e60a"}body .fa.fa-angle-up:before{content:"\e609"}body .fa.fa-angle-left:before{content:"\e608"}body .fa.fa-angle-right:before{content:"\e607"}body .fa.fa-pinterest:before{content:"\e60b"}body .fa.fa-twitter:before{content:"\e60c"}body .fa.fa-facebook:before{content:"\e60d"}.fa.fa-linkedin:before{content:"\e605"}.fa.fa-ok-sign:before{content:"\f058"}.fa.fa-minus-sign:before{content:"\f056"}.fa.fa-plus-sign:before{content:"\f055"}body .lines,body .lines:after,body .lines:before{height:2px}.icon-salient-search:before{content:"\e036"}#ajax-content-wrap .nectar-social.fixed>a>i,body .nectar-social.fixed>a>i,body .nectar-social.hover .share-btn>i{font-family:icomoon!important}#ajax-content-wrap .nectar-social.fixed>a>i:before,body .nectar-social.fixed>a>i:before,body .nectar-social.hover .share-btn>i:before{content:"\e90e"}body .icon-salient-x:before{content:"\e117"}body .icon-salient-cart:before,body.ascend .icon-salient-cart:before{content:"\e910"}.icon-salient-heart-2:before{content:"\e024"!important}body #single-below-header.fullscreen-header .steadysets-icon-book2,body #single-below-header.fullscreen-header .steadysets-icon-chat-3,body .steadysets-icon-chat-3{font-family:icomoon!important;font-size:20px}body .steadysets-icon-chat-3:before{content:"\e076"}body .steadysets-icon-book2:before{font-family:icomoon!important;content:"\e034"}#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,#top nav ul #nectar-user-account a span,#top nav ul #search-btn a span{font-size:18px;color:rgba(0,0,0,.48)}