/*!
 * DO NOT OVERRIDE THIS FILE.
 * Generated with `npm run build`
 *
 * kendal-theme - Kendal WordPress theme
 * @version 1.0.0
 * @author WDG
 * @link https://www.webdevelopmentgroup.com/
 */
@-webkit-keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.panels{margin-top:1em;margin-bottom:1em}.panels__title{cursor:pointer;letter-spacing:.38px;align-items:flex-start;font-family:Roboto Condensed,sans-serif;font-size:23px;font-weight:700;line-height:1.5;display:flex}.panels__title p,.panels__title .rich-text{margin:0}.panels__title--edit{cursor:auto}.panels__title--edit .dashicon{flex:none}.panels__title--edit .editor-rich-text{flex:auto}.panels__content{margin-left:44px}.panels__content>*{margin-bottom:0}.panels__toggle{flex:none;width:22px;height:22px;margin-top:6px;margin-right:22px;position:relative}.panels__toggle path{fill:#15625c}.panels__toggle:before,.panels__toggle:after{content:"";background-color:#15625c;width:22px;height:2px;margin-top:-1px;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);display:block;position:absolute;top:50%;left:0}.panels__toggle:after{transform:rotate(90deg)}.panels__panel{background-color:#0000;border-bottom:2px solid #e3e5ec;padding:28px;transition:background-color .3s linear}.panels__panel--opened{background-color:#f2f3f6}.panels--interactive .panels__panel .panels__content{display:none}.panels--interactive .panels__panel--opened .panels__content{display:block}.panels--interactive .panels__panel--opened .panels__toggle:after{transform:rotate(0)}