{"id":2066,"date":"2020-10-20T09:56:09","date_gmt":"2020-10-20T09:56:09","guid":{"rendered":"https:\/\/powerswhiskey.com.test\/?page_id=2066"},"modified":"2020-10-20T15:00:21","modified_gmt":"2020-10-20T15:00:21","slug":"our-story","status":"publish","type":"page","link":"https:\/\/www.powerswhiskey.com\/en-us\/our-story","title":{"rendered":"Our Story"},"content":{"rendered":"<div class=\"title-description \">\n        <div class=\"title-description__content title-description--narrow\">\n                <h2>YOU DON\u2019T LAST OVER 200 YEARS BY <br>CUTTING CORNERS<\/h2>\n                <p>The Powers family set the tone early: make the right call with your people, your barley farmers, and your customers. Establish your principles, and they\u2019ll guide you through the centuries. We like to think that when there\u2019s an easy way out, we go the other way. Here\u2019s a few excerpts from our proud Powers story that we\u2019re never shy about sharing.<\/p>\n\n    <\/div>\n<\/div>\n\n<style>\n\/\/ \/* -------------------------------- \n\/\/ Horizontal Timeline 2.0\n\/\/ by Studocwho @ yCodeTech\n\/\/ Version: 2.0.5-alpha.3\n\/\/ Original Horizontal Timeline by CodyHouse\n\/\/ Licensed under the MIT license\t\n\/\/ Docs at http:\/\/horizontal-timeline.ycodetech.co.uk\n\/\/ -------------------------------- *\/\n.horizontal-timeline {\n    opacity: 0;\n    width: 100%;\n    margin: 2em auto;\n    -webkit-transition: opacity .2s;\n    -moz-transition: opacity .2s;\n    transition: opacity .2s;\n}\n.horizontal-timeline ol {\n    margin: 0;\n    padding: 0;\n    width: 100%\n}\n.horizontal-timeline::before {\n    content: 'desktop';\n    display: none;\n}\n.horizontal-timeline.loaded {\n    opacity: 1;\n    margin: 0!important;\n}\n.horizontal-timeline .touch-enabled {\n    cursor: grab;\n}\n.horizontal-timeline .timeline {\n    position: relative;\n    height: auto;\n    margin: 0 auto;\n    display: flex;\n    -ms-flex-wrap: wrap;\n    flex-wrap: wrap;\n}\n.horizontal-timeline .events-wrapper {\n    position: relative;\n    height: 80px;\n    overflow: hidden;\n    -ms-flex: 1 1 auto!important;\n    flex: 1 1 auto!important;\n}\n.horizontal-timeline .events {\n    position: absolute;\n    z-index: 1;\n    left: 0;\n    bottom: 13%;\n    height: 5px;\n    background: #333F48;\n    -webkit-transition: -webkit-transform .4s;\n    -moz-transition: -moz-transform .4s;\n    transition: transform .4s;\n}\n.horizontal-timeline .filling-line {\n    position: absolute;\n    z-index: 1;\n    left: 0;\n    top: 0;\n    height: 100%;\n    width: 100%;\n    background-color: #F0371E;\n    -webkit-transform: scaleX(0);\n    -moz-transform: scaleX(0);\n    -ms-transform: scaleX(0);\n    -o-transform: scaleX(0);\n    transform: scaleX(0);\n    -webkit-transform-origin: left center;\n    -moz-transform-origin: left center;\n    -ms-transform-origin: left center;\n    -o-transform-origin: left center;\n    transform-origin: left center;\n    -webkit-transition: -webkit-transform .3s;\n    -moz-transition: -moz-transform .3s;\n    transition: transform .3s;\n}\n\n.horizontal-timeline .events a {\n    position: absolute;\n    bottom: 0;\n    z-index: 2;\n    text-align: center;\n    text-decoration: none;\n    padding-bottom: 15px;\n    color: #333F48;\n    -webkit-transform: translateZ(0);\n    -moz-transform: translateZ(0);\n    -ms-transform: translateZ(0);\n    -o-transform: translateZ(0);\n    transform: translateZ(0);\n    user-select: none;\n}\n.horizontal-timeline .events a::after {\n    content: '';\n    position: absolute;\n    left: 40%;\n    bottom: -3px;\n    height: 12px;\n    width: 12px;\n    border-radius: 50%;\n    background-color: #333F48;\n    -webkit-transition: background-color .3s, border-color .3s;\n    -moz-transition: background-color .3s, border-color .3s;\n    transition: background-color .3s, border-color .3s;\n}\n.horizontal-timeline .events a.selected {\n    pointer-events: none;\n}\n.horizontal-timeline .events a.older-event::after, \n.horizontal-timeline .events a.selected::after {\n    background-color: #F0371E;\n}\n.horizontal-timeline .events a:hover {\n    text-decoration: underline;\n}\n.timeline-navigation {\n    position: relative;\n    top: 3px;\n    -webkit-transform: translateY(50%);\n    -moz-transform: translateY(50%);\n    -ms-transform: translateY(50%);\n    -o-transform: translateY(50%);\n    transform: translateY(50%);\n    z-index: 2;\n}\n.timeline-navigation#leftNav {\n    left: 1px;\n}\n.timeline-navigation#rightNav {\n    right: 1px;\n}\n.timeline-navigation a {\n    display: inline;\n    text-decoration: none;\n    color: #333F48;\n}\n.timeline-navigation a:hover {\n    color: #F0371E;\n    border-color: #F0371E;\n}\n.timeline-navigation a.inactive {\n    cursor: not-allowed;\n    border-color: #d3d3d3;\n    color: #d3d3d3;\n}\n.timeline-navigation#pausePlay {\n    width: 100%;\n    top: -10px;\n    text-align: center;\n}\n.horizontal-timeline .events-content {\n    position: relative;\n    margin: 2em 0;\n    margin-left: auto;\n    margin-right: auto;\n    -webkit-transition: height .4s .2s;\n    -moz-transition: height .4s .2s;\n    transition: height .4s .2s;\n}\n.horizontal-timeline .events-content .progressBarWrapper {\n    position: absolute;\n    width: 100%;\n    height: 4px;\n    margin-top: -4px;\n    padding: 0 20px;\n}\n.horizontal-timeline .events-content .progressBar {\n    width: 0%;\n    max-width: 100%;\n    height: inherit;\n    background: #F0371E;\n}\n.horizontal-timeline .events-content li {\n    position: absolute;\n    width: 100%;\n    left: 0;\n    top: 0;\n    margin: auto;\n    padding: 10px;\n    background: #ccc;\n    border-radius: 20px;\n    opacity: 0;\n    font-size: 16pt;\n    text-align: center;\n    -webkit-touch-callout: none;\n    -webkit-user-select: none;\n    -khtml-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    -webkit-transition: opacity 1s;\n    -moz-transition: opacity 1s;\n    transition: opacity 1s;\n\n    list-style-type: none;\n    border-radius: 0;\n    background-color: transparent;\n}\n.horizontal-timeline .events-content li.selected {\n    position: relative;\n    z-index: 2;\n    opacity: 1;\n}\n.horizontal-timeline .events-content li.enter-right, \n.horizontal-timeline .events-content li.exit-right {\n    -webkit-animation-name: timeline-enter-right;\n    -moz-animation-name: timeline-enter-right;\n    animation-name: timeline-enter-right;\n}\n.horizontal-timeline .events-content li.enter-left, \n.horizontal-timeline .events-content li.exit-left {\n    -webkit-animation-name: timeline-enter-left;\n    -moz-animation-name: timeline-enter-left;\n    animation-name: timeline-enter-left;\n}\n.horizontal-timeline .events-content li.exit-left, \n.horizontal-timeline .events-content li.exit-right {\n    -webkit-animation-direction: reverse;\n    -moz-animation-direction: reverse;\n    animation-direction: reverse;\n}\n.horizontal-timeline .events-content li.animationSpeed {\n    -webkit-animation-duration: .4s;\n    -moz-animation-duration: .4s;\n    animation-duration: .4s;\n}\n\n@-webkit-keyframes timeline-enter-right {\n    0% {\n    opacity: 0;\n    -webkit-transform: translateX(100%);\n    }\n    100% {\n        opacity: 1;\n        -webkit-transform: translateX(0);\n    }\n}\n@-moz-keyframes timeline-enter-right {\n    0% {\n    opacity: 0;\n    -moz-transform: translateX(100%);\n    }\n    100% {\n        opacity: 1;\n        -moz-transform: translateX(0);\n    }\n}\n\n@keyframes timeline-enter-right {\n    0% {\n        opacity: 0;\n        -webkit-transform: translateX(100%);\n        -moz-transform: translateX(100%);\n        -ms-transform: translateX(100%);\n        -o-transform: translateX(100%);\n        transform: translateX(100%);\n    }\n    100% {\n        opacity: 1;\n        -webkit-transform: translateX(0);\n        -moz-transform: translateX(0);\n        -ms-transform: translateX(0);\n        -o-transform: translateX(0);\n        transform: translateX(0);\n    }\n}\n@-webkit-keyframes timeline-enter-left {\n    0% {\n        opacity: 0;\n        -webkit-transform: translateX(-100%);\n    }\n    100% {\n        opacity: 1;\n        -webkit-transform: translateX(0);\n    }\n}\n@-moz-keyframes timeline-enter-left {\n    0% {\n    opacity: 0;\n    -moz-transform: translateX(-100%);\n    }\n    100% {\n        opacity: 1;\n        -moz-transform: translateX(0);\n    }\n}\n@keyframes timeline-enter-left {\n    0% {\n        opacity: 0;\n        -webkit-transform: translateX(-100%);\n        -moz-transform: translateX(-100%);\n        -ms-transform: translateX(-100%);\n        -o-transform: translateX(-100%);\n        transform: translateX(-100%);\n    }\n    100% {\n        opacity: 1;\n        -webkit-transform: translateX(0);\n        -moz-transform: translateX(0);\n        -ms-transform: translateX(0);\n        -o-transform: translateX(0);\n        transform: translateX(0);\n    }\n}\n@media only screen and (min-width:1100px) {\n    .horizontal-timeline {\n        margin: 6em auto;\n    }\n}\n@media only screen and (min-width:701px) and (max-width:1100px) {\n    .horizontal-timeline:before {content: 'tablet'}\n}\n\n@media only screen and (min-width:501px) and (max-width:700px) {\n    .horizontal-timeline:before {\n        content: 'smallTablet'}\n    }\n@media only screen and (min-width:361px) and (max-width:500px) {\n    .horizontal-timeline:before {\n    content: 'mobile'}\n}\n@media only screen and (max-width:360px) {\n    .horizontal-timeline:before {\n        content: 'tinyMobile'}\n    }\n@media only screen and (max-width:1100px) {\n    .horizontal-timeline .timeline {\n        padding-bottom: 40px !important;\n    }\n    .timeline-navigation#leftNav {\n        -ms-flex-direction: column-reverse !important;\n        flex-direction: column-reverse !important;\n    }\n    .timeline-navigation#rightNav {\n        -ms-flex-direction: column !important;\n        flex-direction: column !important;\n    }\n    .timeline-navigation#leftNav, \n    .timeline-navigation#rightNav {\n        display: -ms-flexbox !important;\n        display: flex !important;\n        top: -5px !important;\n    }\n    .timeline-navigation#pausePlay {\n        top: 20px !important;\n    }\n}\n\n.arc-year{\n    margin: auto;\n    width: 280px;\n    height: 150px;\n    position: absolute;\n    top: 0%;\n    bottom: 0%;\n    left: 0%;\n    right: 0%;\n    background-color: #F9F6E7;\n    padding: 20px 30px;\n    box-shadow: 0 0px 10px 2px rgba( 0,0,0,0.6);\n    font-size: 0.7em;\n}\n.arc-year > h2 {\n    font-size: 3em;\n    color: #847550;\n}\n.arc-year.arc-year-dark{\n    background-color: #333F48;\n    color: #F9F6E7;\n}\n\n@media only screen and (min-width:1100px) {\n    .arc-year{\n        width: 400px;\n        height: 250px;\n        padding: 45px 50px;\n        font-size: 0.8em;\n    }\n    .arc-year > h2 {\n        font-size: 60px;\n    }\n}\n<\/style>\n\n\n\n<div class=\"timeline-us\">\n    <div class=\"horizontal-timeline\" id=\"timeline\">\n        <div class=\"events-content\">\n            <ol>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1791\"}' class=\"position-relative\">\n                    <div class=\"arc-year arc-year-dark\">\n                        <h2>1791<\/h2>\n                        John\u2019s Lane Distillery is founded in Dublin\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1791.jpg\" alt=\"Powers Year 1791\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1841\"}' class=\"position-relative\">\n                    <div class=\"arc-year \">\n                        <h2>1841<\/h2>\n                        John Power was appointed High Sheri\u001e for the City of Dublin.\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1841.jpg\" alt=\"Powers Year 1841\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1877\"}' class=\"position-relative\">\n                    <div class=\"arc-year arc-year-dark\">\n                        <h2>1877<\/h2>\n                        Iconic \u201cDiamond P\u201d trademark is registered\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1877.jpg\" alt=\"Powers Year 1877\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1886\"}' class=\"position-relative\">\n                    <div class=\"arc-year \">\n                        <h2>1886<\/h2>\n                        \u2018Gold Label,\u2019 the first whiskey to be bottled in Dublin, is released\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1886.jpg\" alt=\"Powers Year 1886\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1889\"}' class=\"position-relative\">\n                    <div class=\"arc-year arc-year-dark\">\n                        <h2>1889<\/h2>\n                        The world\u2019s first miniature spirits bottle, known as the \u2018Baby Power,\u2019 invented\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1889.jpg\" alt=\"Powers Year 1889\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1893\"}' class=\"position-relative\">\n                    <div class=\"arc-year \">\n                        <h2>1893<\/h2>\n                        30-Foot, Irish Round Tower made of \u2018Gold Label\u2019 bottles debuts at the Chicago World\u2019s Fair\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1893.jpg\" alt=\"Powers Year 1893\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1900\"}' class=\"position-relative\">\n                    <div class=\"arc-year arc-year-dark\">\n                        <h2>1900<\/h2>\n                        John\u2019s Lane Distillery output surpasses 1,000,000 gallons a year\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1900.jpg\" alt=\"Powers Year 1900\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1920\"}' class=\"position-relative\">\n                    <div class=\"arc-year \">\n                        <h2>1920<\/h2>\n                        Powers is sold in over 100 cities around the world\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1920.jpg\" alt=\"Powers Year 1920\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1924\"}' class=\"position-relative\">\n                    <div class=\"arc-year arc-year-dark\">\n                        <h2>1924<\/h2>\n                        A true sign of team spirit: the John's Lane Distillery football team, POWERS United.\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1924.jpg\" alt=\"Powers Year 1924\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1937\"}' class=\"position-relative\">\n                    <div class=\"arc-year \">\n                        <h2>1937<\/h2>\n                        The PowerFamily build housing for inhabitants of the Oylegate village in Wexford near their country estate.\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1937.jpg\" alt=\"Powers Year 1937\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1966\"}' class=\"position-relative\">\n                    <div class=\"arc-year arc-year-dark\">\n                        <h2>1966<\/h2>\n                        POWERS helps to establish Irish Distillers, ensuring the future of Irish Whiskey\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1966.jpg\" alt=\"Powers Year 1966\" \/>\n                <\/li>\n                                <li class=\"timeline-item\" data-horizontal-timeline='{\"date\": \"01\/01\/1975\"}' class=\"position-relative\">\n                    <div class=\"arc-year \">\n                        <h2>1975<\/h2>\n                        POWERS moved to a new state-ofthe-art distillery in Midleton, Co. Cork. However, John\u2019s Lane Distillery still stands proudly in Dublin City.\n                    <\/div>\n                    <img decoding=\"async\" src=\"\/wp-content\/themes\/wp-starter-theme\/assets\/images\/our-archive-us\/1975.jpg\" alt=\"Powers Year 1975\" \/>\n                <\/li>\n                            <\/ol>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<script\n  src=\"https:\/\/code.jquery.com\/jquery-3.5.1.min.js\"\n  integrity=\"sha256-9\/aliU8dGd2tb6OSsuzixeV4y\/faTqgFtohetphbbj0=\"\n  crossorigin=\"anonymous\"><\/script>\n<script src=\"https:\/\/cdn.jsdelivr.net\/gh\/ycodetech\/horizontal-timeline-2.0@2\/JavaScript\/horizontal_timeline.2.0.min.js\"><\/script>\n<script>\n$('#timeline').horizontalTimeline({\n    dateDisplay: \"year\",\n    iconBaseClass: \"fas fa-2x\",\n});\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"class_list":["post-2066","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/pages\/2066","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/comments?post=2066"}],"version-history":[{"count":6,"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/pages\/2066\/revisions"}],"predecessor-version":[{"id":2093,"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/pages\/2066\/revisions\/2093"}],"wp:attachment":[{"href":"https:\/\/www.powerswhiskey.com\/en-us\/wp-json\/wp\/v2\/media?parent=2066"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}